@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: #eebd22;
}
.backTop {
  right: 50px;
}
.backTop .ant-back-top-content {
  background: #eebd22;
  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: #eebd22;
}
.login-page {
  min-height: 80vh;
  padding: 30px 0;
}
.login-box,
.register-box {
  max-width: 550px;
  border-radius: 5px;
  padding: 30px;
  width: 100%;
  margin: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.login-box.custom,
.register-box.custom {
  background-color: transparent;
}
.login-box .login-form,
.register-box .login-form {
  color: #fff;
}
.login-box .login-form .ant-form-item,
.register-box .login-form .ant-form-item {
  margin-bottom: 0;
}
.login-box .login-form .ant-form-item .ant-picker,
.register-box .login-form .ant-form-item .ant-picker {
  height: 45px;
}
.login-box .login-form .ant-input-group-addon .ant-select-selector,
.register-box .login-form .ant-input-group-addon .ant-select-selector {
  color: #999999;
}
.login-box .login-form .ant-input-group-addon .ant-select-selector .ant-select-selection-item,
.register-box .login-form .ant-input-group-addon .ant-select-selector .ant-select-selection-item {
  color: #999999;
}
.login-box .login-form .ant-input-group-addon .ant-select-arrow,
.register-box .login-form .ant-input-group-addon .ant-select-arrow {
  color: #fff;
}
.login-box .login-form .title,
.register-box .login-form .title {
  display: flex;
  justify-content: center;
  font-weight: bolder;
  margin-bottom: 15px;
  font-family: Roboto;
  color: #f1f1f1;
  font-size: 24px;
}
.login-box .login-form .title.description,
.register-box .login-form .title.description {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .login-box .login-form .title,
  .register-box .login-form .title {
    font-size: 18px;
  }
  .login-box .login-form .title.description,
  .register-box .login-form .title.description {
    font-size: 14px;
  }
}
.login-box .login-form .skip-btns,
.register-box .login-form .skip-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-box .login-form .skip-btns .ant-btn-link-disabled,
.register-box .login-form .skip-btns .ant-btn-link-disabled,
.login-box .login-form .skip-btns .ant-btn-link.disabled,
.register-box .login-form .skip-btns .ant-btn-link.disabled,
.login-box .login-form .skip-btns .ant-btn-link[disabled],
.register-box .login-form .skip-btns .ant-btn-link[disabled],
.login-box .login-form .skip-btns .ant-btn-link-disabled:hover,
.register-box .login-form .skip-btns .ant-btn-link-disabled:hover,
.login-box .login-form .skip-btns .ant-btn-link.disabled:hover,
.register-box .login-form .skip-btns .ant-btn-link.disabled:hover,
.login-box .login-form .skip-btns .ant-btn-link[disabled]:hover,
.register-box .login-form .skip-btns .ant-btn-link[disabled]:hover,
.login-box .login-form .skip-btns .ant-btn-link-disabled:focus,
.register-box .login-form .skip-btns .ant-btn-link-disabled:focus,
.login-box .login-form .skip-btns .ant-btn-link.disabled:focus,
.register-box .login-form .skip-btns .ant-btn-link.disabled:focus,
.login-box .login-form .skip-btns .ant-btn-link[disabled]:focus,
.register-box .login-form .skip-btns .ant-btn-link[disabled]:focus,
.login-box .login-form .skip-btns .ant-btn-link-disabled:active,
.register-box .login-form .skip-btns .ant-btn-link-disabled:active,
.login-box .login-form .skip-btns .ant-btn-link.disabled:active,
.register-box .login-form .skip-btns .ant-btn-link.disabled:active,
.login-box .login-form .skip-btns .ant-btn-link[disabled]:active,
.register-box .login-form .skip-btns .ant-btn-link[disabled]:active,
.login-box .login-form .skip-btns .ant-btn-link-disabled.active,
.register-box .login-form .skip-btns .ant-btn-link-disabled.active,
.login-box .login-form .skip-btns .ant-btn-link.disabled.active,
.register-box .login-form .skip-btns .ant-btn-link.disabled.active,
.login-box .login-form .skip-btns .ant-btn-link[disabled].active,
.register-box .login-form .skip-btns .ant-btn-link[disabled].active {
  color: rgba(255, 255, 255, 0.3);
}
.login-box .login-form .ant-input,
.register-box .login-form .ant-input,
.login-box .login-form .ant-input-affix-wrapper,
.register-box .login-form .ant-input-affix-wrapper {
  height: 45px;
  background-color: #242424 !important;
}
.login-box .login-form .ant-input-password .ant-input,
.register-box .login-form .ant-input-password .ant-input {
  height: 32px;
}
.login-box .login-form .ant-input-password-icon,
.register-box .login-form .ant-input-password-icon {
  color: #fff !important;
}
.login-box .login-form button.login-form-button,
.register-box .login-form button.login-form-button {
  border-radius: 0;
  min-height: 45px;
  height: auto;
  white-space: pre-line;
  width: 100%;
  font-size: 16px;
  color: #000;
  background-color: #eebd22;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-radius: 5px;
}
.login-box .login-form .choose-file,
.register-box .login-form .choose-file {
  background-color: #333 !important;
  color: #fff !important;
}
.login-box .login-form .agree-term,
.register-box .login-form .agree-term {
  display: block;
  padding: 0 5px;
  align-items: baseline;
  font-size: 13px;
}
.login-box .login-form .agree-term .ant-checkbox-inner,
.register-box .login-form .agree-term .ant-checkbox-inner {
  border: 2px solid yellow;
  background: black;
}
.login-box .login-form .model-register,
.register-box .login-form .model-register {
  margin-left: 5px;
}
.login-box .login-form .auth-btn,
.register-box .login-form .auth-btn {
  color: #000;
  background: #eebd22;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 12px 24px 30px 24px;
  float: right;
  margin-top: -72px;
}
.login-box .login-form .ant-row .forgotpassword-label,
.register-box .login-form .ant-row .forgotpassword-label {
  margin: 0px;
  margin-left: 5px;
}
.login-box .login-form .ant-row .ant-col .cancel,
.register-box .login-form .ant-row .ant-col .cancel {
  width: 100%;
  color: #fff;
  border-color: #eebd22;
  font-size: 14px;
  padding: 14px 24px;
  background-color: #000;
  height: 43px;
  margin: 0px;
}
.login-box .login-form .ant-row .ant-col .cancel:hover,
.register-box .login-form .ant-row .ant-col .cancel:hover {
  background-color: #eebd22;
  color: #000;
}
.login-box .login-form .ant-row .ant-col .next,
.register-box .login-form .ant-row .ant-col .next {
  width: 100%;
  color: #000;
  background-color: #eebd22;
  font-size: 14px;
  padding: 14px 24px;
  font-weight: 600;
  border: 1px solid #eebd22;
  height: 43px;
  margin: 0px;
}
.login-box .login-form .ant-row .ant-col .link-auth-register,
.register-box .login-form .ant-row .ant-col .link-auth-register {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.login-box .login-form .ant-row .padding-0,
.register-box .login-form .ant-row .padding-0 {
  padding: 0px;
}
.login-box .login-form .ant-row .login-page-link-forgot-password,
.register-box .login-form .ant-row .login-page-link-forgot-password {
  text-align: end;
}
.register-box {
  max-width: 100%;
}
.register-box .register-steps span.step-box {
  padding: 5px 11px;
  margin-left: 30px;
  background-color: #0272a9;
  color: #fff;
  border-radius: 50%;
  opacity: 0.3;
  position: relative;
  cursor: pointer;
}
.register-box .register-steps span.step-box::before {
  content: ' ';
  position: absolute;
  top: 14px;
  right: 30px;
  width: 30px;
  background: #0272a9;
  height: 2px;
}
.register-box .register-steps span.step-box:first-child {
  margin-left: 5px;
}
.register-box .register-steps span.step-box:first-child::before {
  display: none;
}
.register-box .register-steps span.step-box.active {
  opacity: 1;
  background-color: #eebd22;
}
.form {
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -160px 0 0 -160px;
  width: 320px;
  height: 320px;
  padding: 36px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.08);
}
.form button {
  width: 100%;
}
.form p {
  color: #cccccc;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.logo {
  text-align: center;
  cursor: pointer;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: 40px;
  margin-right: 8px;
}
.logo span {
  vertical-align: text-bottom;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  color: #eebd22;
  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;
}
.ant-spin-container,
.ant-spin-nested-loading {
  height: 100%;
}
.error-message {
  color: #f04134;
}
.forgot-box {
  background-color: #000;
  color: #fff;
  margin: 80px 30px;
  padding: 20px;
}
.forgot-box h2,
.forgot-box h4 {
  color: #fff;
}
@media screen and (max-width: 450px) {
  .forgot-box .forgot-password {
    margin: 40px auto 0;
  }
  .forgot-box .forgot-form .ant-form-item {
    width: 300px;
  }
}
.forgot-form {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 70px 0;
  align-items: center;
  justify-content: center;
}
.forgot-form .ant-form-item {
  margin-bottom: 10px;
  width: 420px;
}
.forgot-form .ant-form-item Input {
  text-align: center;
}
.forgot-form Button {
  width: 100%;
  color: #000;
}
.switch-btn {
  display: flex;
  justify-content: center;
}
.switch-btn button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: Roboto;
  cursor: pointer;
}
.switch-btn button:hover {
  color: #eebd22;
}
.switch-btn button.active {
  color: #eebd22;
  border-bottom: 2px solid;
}
.switch-grp {
  text-align: center;
}
.switch-grp .ant-switch {
  background-color: #eebd22;
  padding: 0px 30px;
  height: 40px;
}
.switch-grp .ant-switch .ant-switch-handle {
  top: 1px;
  left: 1px;
  width: 38px;
  height: 38px;
}
.switch-grp .ant-switch .ant-switch-handle::before {
  border-radius: 50%;
}
.switch-grp .ant-switch-checked .ant-switch-handle {
  left: calc(100% - 38px - 1px);
}
.welcome-box {
  background-color: #f3f7f8;
  margin: 3em 0;
  padding: 3em;
  border-radius: 10px;
}
.welcome-box h3 {
  font-size: 1.8em;
  font-weight: 800;
  font-family: Roboto;
}
.welcome-box li {
  color: #6f7479;
  list-style: disc;
}
.email-verify-succsess {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px;
}
.id-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.id-block .img-id {
  max-width: 50%;
  width: 175px;
}
.ant-form-item-explain {
  text-align: center;
  font-size: 10px;
}
.login-logo {
  text-align: center;
  padding: 5px 0;
}
.login-logo img {
  max-width: 100%;
  max-height: 80px;
}
.main-container .ant-result-title {
  color: #999;
}
.main-container .ant-result-subtitle {
  color: #999;
}
.link-path {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .login-form .agree-term {
    flex-direction: column;
    text-align: left;
  }
  .login-form .ant-row {
    text-align: left;
  }
  .login-form .check-box-and-link-forgot {
    justify-content: space-between;
  }
  .login-form .model-register {
    text-align: left;
  }
  .login-form .ant-form-item-control-input .auth-btn {
    margin-top: 0;
    width: 100%;
  }
  .login-form .login-page-link-forgot-password a {
    margin-left: 33%;
  }
}
.register-links {
  margin-top: 20px;
  text-align: center;
}
.register-links p {
  margin: 8px 0;
  color: #999999;
  font-size: 14px;
}
.register-links p a {
  color: #eebd22 !important;
  text-decoration: none;
  font-weight: 500;
}
.register-links p a:hover {
  color: #e8c400 !important;
  text-decoration: underline;
}

.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: #eebd22;
}
.studio-register-page .login-box {
  max-width: 550px;
  border-radius: 5px;
  padding: 30px;
  width: 100%;
  margin: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.studio-register-page .login-logo {
  text-align: center;
  margin-bottom: 30px;
}
.studio-register-page .login-logo img {
  max-height: 60px;
  max-width: 200px;
}
.studio-register-page .login-form {
  color: #fff;
}
.studio-register-page .login-form .ant-form-item {
  margin-bottom: 0;
}
.studio-register-page .login-form .ant-input,
.studio-register-page .login-form .ant-input-affix-wrapper {
  height: 45px;
  background-color: #242424 !important;
  border-color: #242424;
  color: #fff;
}
.studio-register-page .login-form .ant-input::placeholder,
.studio-register-page .login-form .ant-input-affix-wrapper::placeholder {
  color: #999;
}
.studio-register-page .login-form .ant-input-password .ant-input {
  height: 32px;
}
.studio-register-page .login-form .ant-input-password-icon {
  color: #fff !important;
}
.studio-register-page .login-form .ant-form-item-label > label {
  color: #fff !important;
  font-weight: 500;
}
.studio-register-page .login-form .ant-form-item-explain-error {
  color: #f04134 !important;
}
.studio-register-page .title {
  display: flex;
  justify-content: center;
  font-weight: bolder;
  margin-bottom: 15px;
  font-family: Roboto;
  color: #f1f1f1;
  font-size: 24px;
}
.studio-register-page .title.description {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .studio-register-page .title {
    font-size: 18px;
  }
  .studio-register-page .title.description {
    font-size: 14px;
  }
}
.studio-register-page .subtitle {
  text-align: center;
  margin-bottom: 30px;
  color: #999999;
  font-size: 14px;
  font-style: italic;
}
.studio-register-page .register-links {
  margin-top: 20px;
  text-align: center;
}
.studio-register-page .register-links p {
  margin: 8px 0;
  color: #999999;
  font-size: 14px;
}
.studio-register-page .register-links p a {
  color: #eebd22;
  text-decoration: none;
  font-weight: 500;
}
.studio-register-page .register-links p a:hover {
  color: #e8c400;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .studio-register-page .login-box {
    padding: 20px 10px;
  }
  .studio-register-page .login-form {
    padding: 20px;
  }
  .studio-register-page .title {
    font-size: 20px;
  }
}

.studio-register-form .ant-form-item {
  margin-bottom: 20px;
}
.studio-register-form .ant-form-item-label label {
  font-weight: 500;
  color: #fff !important;
  font-size: 14px;
}
.studio-register-form .ant-input {
  border-radius: 5px;
  border: 1px solid #242424;
  background-color: #242424 !important;
  color: #fff;
  height: 45px;
}
.studio-register-form .ant-input:hover,
.studio-register-form .ant-input:focus {
  border-color: #eebd22;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.studio-register-form .ant-input::placeholder {
  color: #999;
}
.studio-register-form .ant-input-password {
  border-radius: 5px;
  border: 1px solid #242424;
  background-color: #242424 !important;
  height: 45px;
}
.studio-register-form .ant-input-password .ant-input {
  background-color: transparent !important;
  border: none;
  height: 32px;
  color: #fff;
}
.studio-register-form .ant-input-password:hover,
.studio-register-form .ant-input-password:focus {
  border-color: #eebd22;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.studio-register-form .studio-register-submit-btn {
  height: 45px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  background-color: #eebd22;
  color: #000;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.studio-register-form .studio-register-submit-btn:hover {
  background-color: #e8c400;
  color: #000;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.studio-register-form .studio-register-submit-btn:active {
  transform: translateY(0);
}
.studio-register-form .studio-register-submit-btn:focus {
  background-color: #eebd22;
  color: #000;
  border: none;
  box-shadow: none;
}
.studio-register-form .ant-input-prefix {
  color: #999;
  margin-right: 8px;
}
.studio-register-form .ant-form-item-explain-error {
  font-size: 12px;
  margin-top: 4px;
}
.studio-register-form .agree-term {
  margin-bottom: 20px;
}
.studio-register-form .agree-term .ant-checkbox-wrapper {
  color: #fff;
  font-size: 14px;
}
.studio-register-form .agree-term .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
  border-color: #242424;
  background-color: #242424;
}
.studio-register-form .agree-term .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner:hover {
  border-color: #eebd22;
}
.studio-register-form .agree-term .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #eebd22;
  border-color: #eebd22;
}
.studio-register-form .agree-term .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked:hover .ant-checkbox-inner {
  background-color: #e8c400;
  border-color: #e8c400;
}

.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: #eebd22;
}
@media (max-width: 450px) {
  .search-input-wrapper {
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .search-input-wrapper {
    width: auto !important;
  }
}
.search-input-wrapper .search-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.search-input-wrapper .search-bar .ant-input-search-button.ant-btn-primary {
  height: 42px;
}
.search-input-wrapper .search-bar .ant-input-search .ant-input {
  padding: 5px;
}
.search-input-wrapper .search-bar .ant-input-search .ant-input-group-wrapper {
  overflow: hidden;
}
.search-input-wrapper .search-bar .ant-input-search .ant-input-affix-wrapper {
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 5px;
}
.search-input-wrapper .search-bar .ant-input-search .ant-input-affix-wrapper .ant-input {
  height: auto;
  text-align: center;
}
.search-input-wrapper .search-bar .ant-input-search .ant-input-group-addon .ant-input-search-button {
  border-radius: 0;
}
p {
  padding: 10px;
}
.ant-btn {
  background: #242424;
}

.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: #eebd22;
}
.main-header {
  padding: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #000 !important;
  height: unset;
  line-height: unset;
  border-bottom: 1px solid #64470b;
}
.main-header .mobile-avatar-container {
  display: none;
}
@media screen and (max-width: 450px) {
  .main-header .mobile-avatar-container {
    display: block;
    padding-top: 14px;
    margin-left: 5px;
  }
}
.main-header .ant-layout-header {
  height: 35px;
  background-color: transparent;
  padding: 1rem 0;
  line-height: unset;
  transition: 0.3s;
}
.main-header .ant-layout-header .nav-logo {
  font-size: 25px;
}
.main-header .ant-layout-header .nav-logo img {
  height: 50px;
}
.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 {
  width: 1190px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .header.ant-layout-header .nav-bar {
    padding-left: 15px;
  }
}
.header.ant-layout-header .nav-bar .label-check-box {
  display: none;
  padding-top: 13px;
}
.header.ant-layout-header .nav-bar .label-check-box .menu-out-line {
  font-size: 30px;
  color: #ccc;
  margin-right: 20px;
  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;
}
.header.ant-layout-header .nav-bar .nav-icons > li .ant-badge-count {
  background: #eebd22;
  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: #eebd22;
}
.header.ant-layout-header .nav-bar .nav-icons > li a:checked {
  color: #eebd22;
}
.header.ant-layout-header .nav-bar .nav-icons .right-menu {
  padding: 15px 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;
}
.header.ant-layout-header .nav-bar .right-header > 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 .right-header > li {
    margin: 0;
    display: block !important;
    border: 0;
  }
}
.header.ant-layout-header .nav-bar .right-header > li .ant-badge-count {
  background: #eebd22;
  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;
}
.header.ant-layout-header .nav-bar .right-header > li a :hover {
  color: #eebd22;
}
.header.ant-layout-header .nav-bar .right-header > li a:checked {
  color: #eebd22;
}
.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: #eebd22;
  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-menu.ant-menu-light {
  background-color: #eebd22;
}
.header.ant-layout-header .nav-bar .right-header > li .ant-btn {
  background: #eebd22;
  font-weight: bold;
  color: #000;
  border: none;
}
.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 > li.notification .ant-dropdown {
  width: 400px;
}
.header.ant-layout-header .nav-bar .right-header > li.notification .ant-dropdown .ant-dropdown-menu-item {
  display: block;
}
.header.ant-layout-header .nav-bar .right-header > li.notification .ant-dropdown .ant-card {
  text-transform: none;
  white-space: normal;
}
.header.ant-layout-header .nav-bar .right-header > li.notification .ant-dropdown .ant-card .ant-card-meta {
  display: flex;
  padding: 10px 0;
}
.header.ant-layout-header .nav-bar .right-header > li.notification .ant-dropdown .ant-card .ant-card-meta-detail {
  flex: 1 1;
}
.header.ant-layout-header .nav-bar .right-header > li.notification .ant-dropdown .ant-card .ant-card-meta-detail .ant-card-meta-description {
  display: flex;
}
.header.ant-layout-header .nav-bar .right-header > li.notification .ant-dropdown .ant-card .ant-card-meta-detail .ant-card-meta-description > div {
  flex: 1 1;
}
@media (max-width: 767px) {
  .header.ant-layout-header .nav-bar .right-header > li.notification .ant-dropdown .ant-card .ant-card-meta-detail .ant-card-meta-description {
    display: block;
  }
}
.header.ant-layout-header .nav-bar .right-header .right-menu {
  padding: 15px 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: #fff;
  border-bottom: 2px solid;
}
@media (max-width: 450px) {
  .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: #eebd22;
  background-color: #eebd22;
}
.header-sticky .header.ant-layout-header {
  padding: 0.2rem 0;
}
.header-sticky .header.ant-layout-header .nav-logo img {
  height: 35px;
}
.ant-menu.ant-menu-sub li a:hover {
  color: #000;
}
.ant-menu.ant-menu-sub li.ant-menu-item-selected a {
  color: #000 !important;
}
.profile-drawer .ant-drawer-content,
.profile-drawer .ant-drawer-header {
  background-color: #242424;
  color: #fff;
}
.profile-drawer .ant-drawer-header {
  border-color: #393939;
}
.profile-drawer .profile-user {
  display: flex;
}
.profile-drawer .profile-user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 5px;
  object-fit: cover;
}
.profile-drawer .profile-user img.token-ico {
  height: 20px;
  width: unset;
  border-radius: 0;
}
.profile-drawer .profile-user .profile-name {
  display: inline-flex;
  flex-direction: column;
  text-transform: capitalize;
}
.profile-drawer .profile-user .profile-name span {
  font-size: 12px;
  text-transform: none;
}
.profile-drawer a {
  color: #fff;
}
.profile-drawer .ant-drawer-body {
  padding: 10px 15px 60px;
  position: relative;
  z-index: 0;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item {
  padding: 5px;
  margin-bottom: 2px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item.active,
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item:hover {
  background-color: #434343;
  color: #fff;
  border-radius: 5px;
  opacity: 0.9;
}
.profile-drawer .ant-drawer-body .profile-menu-item .ant-divider {
  margin: 10px 0;
}
.profile-drawer .ant-drawer-body .membership {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  color: #eebd22;
  text-align: center;
}
.profile-drawer .ant-drawer-body .membership a {
  color: #eebd22;
}
@media (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 img {
    height: 40px;
    margin-top: 10px;
  }
  .main-header .ant-layout-header .nav-links {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    top: 50px;
    transition: all 0.5s;
    display: block !important;
    left: 0;
  }
  .main-header .ant-layout-header ul li {
    border-bottom: 1px solid;
    border-color: #242424;
    margin-left: 10%;
    width: 80%;
  }
  .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;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  .main-header .ant-layout-header .nav-logo {
    max-width: 60%;
    word-break: break-word;
    font-size: 22px;
  }
}
@media (max-width: 450px) {
  .ant-btn.info,
  .ant-btn.secondary-custom {
    margin-bottom: 5px;
  }
  .ant-table-thead > tr > th,
  .ant-table-tbody > tr > td,
  .ant-table tfoot > tr > th,
  .ant-table tfoot > tr > td {
    padding: 10px 5px;
  }
  .ant-col-offset-4 {
    margin-left: 0;
  }
  .switch-grp {
    margin-bottom: 10px;
  }
  .header.ant-layout-header .nav-bar .nav-links {
    display: none !important;
  }
  .header.ant-layout-header .nav-bar .nav-links.m-menu-open {
    display: block !important;
    transition: 0.3s;
  }
}
.searchOverlay {
  height: 500px;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: 0.5s;
  background: linear-gradient(to bottom, #000 0%, #000 50%, rgba(0, 0, 0, 0) 100%);
}
.searchOverlay .searchOverlayContent {
  text-align: center;
  margin-top: 64px;
}
.searchOverlay .searchOverlayContent .searchHeading {
  font-size: 1.7em;
  margin-bottom: 1.5rem;
  color: #fff;
}
.searchOverlay .searchOverlayContent .search-input-wrapper {
  width: 672px;
  display: inline-block;
}
.searchOverlay .searchOverlayContent .search-input-wrapper .ant-input-group-addon {
  display: none;
}
.searchOverlay .searchOverlayContent .close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
}
.booking-notification-overlay .ant-card {
  background-color: transparent;
}
.booking-notification-overlay .ant-card .ant-card-body {
  padding: 0;
}
.booking-notification-overlay .ant-card .ant-card-body .booking-text {
  color: #fff;
}
.booking-notification-overlay .ant-card .ant-card-body .username {
  text-transform: uppercase;
}
.booking-notification-overlay .ant-card .ant-card-body .format-date {
  text-align: left;
}
.booking-notification-overlay .ant-dropdown-menu-item:hover {
  background-color: #333 !important;
  color: #fff;
}
.booking-notification-overlay .ant-dropdown-menu-item:last-child {
  text-align: center;
}
.default-notification .ant-dropdown-menu-light {
  overflow: hidden !important;
}
.nav-mobile {
  display: none !important;
}
@media screen and (max-width: 450px) {
  .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: #e8c400;
}
.nav-bar-mobile .search-mobile * {
  color: #fff !important;
}
.default-notification .ant-dropdown-menu-light {
  overflow-y: auto !important;
}
.credits-indicator-wrapper {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.credits-indicator-wrapper .credits-indicator .credits-button {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  transition: all 0.3s ease;
  font-weight: 500;
}
.credits-indicator-wrapper .credits-indicator .credits-button:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  border-color: #4c63d2;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}
.credits-indicator-wrapper .credits-indicator .credits-button .credits-amount {
  font-size: 14px;
  font-weight: 600;
  margin-right: 4px;
  min-width: 40px;
  text-align: center;
}
.credits-indicator-wrapper .credits-indicator .credits-button .add-credits-icon {
  font-size: 12px;
  opacity: 0.8;
  transition: all 0.2s ease;
}
.credits-indicator-wrapper .credits-indicator .credits-button:hover .add-credits-icon {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .credits-indicator-wrapper {
    margin-right: 4px;
  }
  .credits-indicator-wrapper .credits-indicator .credits-button {
    padding: 2px 6px;
    height: 28px;
  }
  .credits-indicator-wrapper .credits-indicator .credits-button .credits-amount {
    font-size: 12px;
    min-width: 30px;
  }
}

.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: #eebd22;
}
.text-at-the-top {
  font-size: medium;
  padding: 15px;
  text-align: center;
}
.booking-calendar {
  max-width: 860px;
  margin: auto;
  background: #333;
}
.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: #00c12c;
}
.ant-picker-calendar-date-content ul.events li.error::before {
  background-color: #f04134;
}
.ant-picker-cell-in-view:not(.ant-picker-cell-disabled) > .ant-picker-cell-inner {
  border-color: #eebd22 !important;
}
.ant-picker-cell-in-view.ant-picker-cell-disabled > .ant-picker-cell-inner {
  cursor: not-allowed;
  pointer-events: 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: #eebd22;
}
.ant-select-selection-item {
  margin: auto;
}
.btn-submit {
  margin: 0px !important;
  background: #eebd22 !important;
  width: 100%;
  color: black !important;
  font-weight: 600;
  margin-top: 10px !important;
  border-color: #eebd22;
}
#nest-messages {
  background-color: #000;
  border-radius: 5px;
  min-height: 400px;
}
#nest-messages .ant-row {
  margin: 0px;
  padding: 10px;
}
#nest-messages .ant-row .ctl-input-password {
  border-radius: 5px;
  background-color: #242424;
}
#nest-messages .ant-row .ant-input {
  background-color: #242424;
}
.ant-table .anticon-delete {
  color: #fff;
}
.ant-table .anticon-delete svg {
  font-size: medium;
}
.model-edit-profile-layout .ant-form-item {
  margin-bottom: 0;
}
.model-edit-profile-layout .ant-upload.ant-upload-drag {
  background-color: #242424;
  color: #fff;
}
.model-edit-profile-layout .ant-upload.ant-upload-drag p {
  color: #fff !important;
}
.model-edit-profile-layout .ant-upload-list-item-info {
  background-color: transparent !important;
}
.model-edit-profile-layout .ant-upload-list-item-info .anticon-loading .anticon,
.model-edit-profile-layout .ant-upload-list-item-info .ant-upload-text-icon .anticon {
  color: #fff !important;
}
.model-edit-profile-layout .ant-btn-icon-only.ant-btn-sm {
  color: #fff !important;
}
@media screen and (max-width: 450px) {
  .model-edit-profile-layout {
    margin-top: 70px;
  }
  .model-edit-profile-layout .ant-row {
    margin: 0 !important;
    display: block;
  }
  .model-edit-profile-layout .ant-row .ant-col {
    display: contents;
  }
  .model-edit-profile-layout .ant-row .ant-col .ant-tabs-nav-wrap {
    margin-left: 10px;
  }
  .model-edit-profile-layout .ant-row .ant-col .ant-btn {
    margin: 5px 0px;
    background: yellow;
    color: black;
  }
  .model-edit-profile-layout .ant-row .ant-col .related {
    width: 90%;
    margin-left: 5%;
  }
  .model-edit-profile-layout .ant-row .ant-col .ant-select .ant-select-arrow {
    color: #666;
  }
  .model-edit-profile-layout .ant-row .ant-col .ant-input-number {
    width: 80%;
    margin-bottom: 10px;
  }
  .model-edit-profile-layout .ant-row .ant-col .view-profile {
    display: block;
  }
}
@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);
}
.review-list-container .performer-stats-summary {
  margin: 16px 0;
  padding: 12px 16px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  text-align: center;
}
.review-list-container .performer-stats-summary .ant-rate {
  font-size: 18px;
}
.review-list-container .performer-stats-summary .avgRates {
  font-size: 20px;
  font-weight: bold;
  color: #eebd22;
  margin: 0 8px;
}
.review-list-container .performer-stats-summary .totalRates {
  color: #8c8c8c;
  font-size: 14px;
}
.review-list-container.dark-theme {
  background: transparent;
}
.review-list-container.dark-theme .ant-typography {
  color: #ffffff !important;
}
.review-list-container.dark-theme .performer-stats-summary {
  margin: 16px 0;
  padding: 12px 16px;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  border-radius: 8px;
  border: 1px solid #404040;
  text-align: center;
}
.review-list-container.dark-theme .performer-stats-summary .ant-rate {
  font-size: 18px;
}
.review-list-container.dark-theme .performer-stats-summary .ant-rate .ant-rate-star {
  color: #666666;
}
.review-list-container.dark-theme .performer-stats-summary .ant-rate .ant-rate-star.ant-rate-star-full {
  color: #ffd700;
}
.review-list-container.dark-theme .performer-stats-summary .avgRates {
  font-size: 20px;
  font-weight: bold;
  color: #eebd22;
  margin: 0 8px;
}
.review-list-container.dark-theme .performer-stats-summary .totalRates {
  color: #b0b0b0;
  font-size: 14px;
}
.review-list-container.dark-theme .ant-pagination .ant-pagination-item {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #404040;
}
.review-list-container.dark-theme .ant-pagination .ant-pagination-item a {
  color: #b0b0b0;
}
.review-list-container.dark-theme .ant-pagination .ant-pagination-item:hover {
  border-color: #eebd22;
}
.review-list-container.dark-theme .ant-pagination .ant-pagination-item:hover a {
  color: #eebd22;
}
.review-list-container.dark-theme .ant-pagination .ant-pagination-item.ant-pagination-item-active {
  border-color: #eebd22;
  background: #eebd22;
}
.review-list-container.dark-theme .ant-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #ffffff;
}
.review-list-container.dark-theme .ant-pagination .ant-pagination-prev,
.review-list-container.dark-theme .ant-pagination .ant-pagination-next {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #404040;
}
.review-list-container.dark-theme .ant-pagination .ant-pagination-prev .ant-pagination-item-link,
.review-list-container.dark-theme .ant-pagination .ant-pagination-next .ant-pagination-item-link {
  color: #b0b0b0;
}
.review-list-container.dark-theme .ant-pagination .ant-pagination-prev:hover,
.review-list-container.dark-theme .ant-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
}
.review-list-container.dark-theme .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,
.review-list-container.dark-theme .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link {
  color: #eebd22;
}

.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: #eebd22;
}
.review-card img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.review-card .username {
  color: #fff;
}
.review-card .r-description {
  font-size: 13px;
  margin-top: 5px;
}
.review-card .createdAt {
  font-size: 13px;
  margin-top: 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: #eebd22;
}
.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: #eebd22;
  color: #000;
  font-weight: 600;
  height: 40px;
  border-color: #eebd22;
}

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

.unified-review-form {
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid #404040;
}
.unified-review-form .ant-card-body {
  padding: 24px;
  background: transparent;
}
.unified-review-form .ant-typography {
  color: #ffffff !important;
}
.unified-review-form .ant-typography.ant-typography-secondary {
  color: #b0b0b0 !important;
}
.unified-review-form .rating-section {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #ffffff;
}
.unified-review-form .comments-section .comment-category {
  margin-bottom: 24px;
}
.unified-review-form .comments-section .comment-category .ant-radio-group .ant-radio-wrapper {
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.3s;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #404040;
}
.unified-review-form .comments-section .comment-category .ant-radio-group .ant-radio-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #666666;
}
.unified-review-form .comments-section .comment-category .ant-radio-group .ant-radio-wrapper.ant-radio-wrapper-checked {
  background-color: rgba(238, 189, 34, 0.16);
  border: 1px solid #eebd22;
}
.unified-review-form .comments-section .comment-category .ant-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner {
  border-color: #666666;
  background-color: transparent;
}
.unified-review-form .comments-section .comment-category .ant-radio-group .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
  border-color: #eebd22;
  background-color: #eebd22;
}
.unified-review-form .selected-comments .comments-preview {
  margin-top: 12px;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  border-left: 4px solid #eebd22;
}
.unified-review-form .selected-comments .comments-preview .comment-item {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 14px;
}
.unified-review-form .selected-comments .comments-preview .comment-item:last-child {
  margin-bottom: 0;
}
.unified-review-form .performer-stats {
  margin: 16px 0;
  padding: 12px 16px;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  border-radius: 8px;
  border: 1px solid #404040;
}
.unified-review-form .performer-stats .stats-title {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}
.unified-review-form .performer-stats .stats-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.unified-review-form .performer-stats .stats-rating .ant-rate {
  font-size: 16px;
}
.unified-review-form .performer-stats .stats-rating .ant-rate .ant-rate-star {
  color: #666666;
}
.unified-review-form .performer-stats .stats-rating .ant-rate .ant-rate-star.ant-rate-star-full {
  color: #ffd700;
}
.unified-review-form .performer-stats .stats-rating .rating-value {
  font-size: 18px;
  font-weight: bold;
  color: #eebd22;
}
.unified-review-form .performer-stats .stats-rating .rating-count {
  color: #b0b0b0;
  font-size: 14px;
}
.unified-review-form .ant-btn-primary {
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  background: linear-gradient(135deg, #eebd22 0%, #e8d31e 100%);
  border: 1px solid #eebd22;
  box-shadow: 0 2px 8px rgba(238, 189, 34, 0.16);
  transition: all 0.3s;
  color: #ffffff;
}
.unified-review-form .ant-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(238, 189, 34, 0.16);
  background: linear-gradient(135deg, #ebab0a 0%, #eebd22 100%);
}
.unified-review-form .ant-btn-primary:disabled {
  transform: none;
  box-shadow: none;
  background: #404040;
  border-color: #666666;
  color: #999999;
}
.unified-review-form .ant-alert {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #404040;
}
.unified-review-form .ant-alert .ant-alert-message {
  color: #ffffff;
}
.unified-review-form .ant-alert .ant-alert-description {
  color: #b0b0b0;
}
.unified-review-form .ant-rate .ant-rate-star {
  color: #666666;
}
.unified-review-form .ant-rate .ant-rate-star.ant-rate-star-full {
  color: #ffd700;
}
.unified-review-form .ant-rate .ant-rate-star.ant-rate-star-half .ant-rate-star-first {
  color: #ffd700;
}
.unified-review-form .ant-typography.ant-typography-secondary {
  color: #b0b0b0 !important;
}

.dual-review-container.dark-theme {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid #404040;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.dual-review-container.dark-theme .ant-card-body {
  background: transparent;
}
.dual-review-container.dark-theme .ant-typography {
  color: #ffffff !important;
}
.dual-review-container.dark-theme .ant-typography.ant-typography-secondary {
  color: #b0b0b0 !important;
}
.dual-review-container.dark-theme .ant-alert {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #404040;
  border-radius: 6px;
}
.dual-review-container.dark-theme .ant-alert .ant-alert-message {
  color: #ffffff;
}
.dual-review-container.dark-theme .ant-alert .ant-alert-description {
  color: #b0b0b0;
}
.dual-review-container.dark-theme .ant-tabs .ant-tabs-nav {
  background: transparent;
}
.dual-review-container.dark-theme .ant-tabs .ant-tabs-nav::before {
  border-bottom: 1px solid #404040;
}
.dual-review-container.dark-theme .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  color: #b0b0b0;
  background: transparent;
  border: none;
}
.dual-review-container.dark-theme .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover {
  color: #ffffff;
}
.dual-review-container.dark-theme .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  color: #eebd22;
}
.dual-review-container.dark-theme .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #eebd22;
}
.dual-review-container.dark-theme .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar {
  background: #eebd22;
}
.dual-review-container.dark-theme .ant-tabs .ant-tabs-content-holder {
  background: transparent;
}
.dual-review-container.dark-theme .ant-tabs .ant-tabs-tabpane {
  background: transparent;
}
.dual-review-container.dark-theme .ant-tabs-content .ant-tabs-tabpane {
  color: #ffffff;
}
.dual-review-container.dark-theme .ant-tabs-content .ant-tabs-tabpane .ant-typography {
  color: #ffffff !important;
}
.dual-review-container.dark-theme .ant-tabs-content .ant-tabs-tabpane .ant-typography.ant-typography-secondary {
  color: #b0b0b0 !important;
}

.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: #eebd22;
}
.related {
  text-align: center;
}
.related .title {
  color: #eebd22;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding-top: 15px;
  text-transform: uppercase;
  padding: 10px;
}
.related .profile img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}
.related .profile .info {
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.related .profile .info .name {
  font-size: 20px;
  color: #eebd22;
}
.related .profile .info .country {
  color: #eb9316;
}
.related .profile .info .aboutMe {
  font-size: 15px;
  width: 80%;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.related .profile .info .button {
  width: 80%;
  margin: auto;
}
.related .profile .info .button .view-profile {
  padding: 5% 20% 5% 20%;
  border-radius: 5px;
  color: black;
  background: #eebd22;
  border-color: #eebd22;
}
@media (max-width: 768px) {
  .related .button {
    margin: 20px 0px !important;
    width: 100% !important;
  }
}

.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: #eebd22;
}
.top-profile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 15vh;
  position: relative;
  margin-top: 5px;
}
.top-profile .bg-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}
.top-profile .top-left {
  position: absolute;
  left: 5%;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
}
.top-profile .top-left .ant-image .ant-image-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #eebd22;
}
.top-profile .top-left .ant-image .ant-image-mask {
  border-radius: 50%;
}
.top-profile .top-left .top-profile--name {
  padding: 0 10px;
}
.top-profile .top-left .top-profile--name h2 {
  text-transform: capitalize;
  color: #eebd22;
  font-family: Roboto;
  margin: 0;
}
.top-profile .top-left .top-profile--name h5 {
  color: #e8c400;
}
.top-profile .top-profile--description {
  position: absolute;
  bottom: 10px;
  padding: 0 0 0 230px;
  color: white;
  font-size: 0.875rem;
}
@media screen and (max-width: 450px) {
  .top-profile {
    height: 18vh;
  }
}
.pro-desc {
  background-color: #fafafa;
  padding: 20px 10px 10px;
}
.pro-desc .per-infor .ant-divider.ant-divider-horizontal {
  border-color: #eebd22;
  color: #eebd22;
}
.pro-desc .per-infor .bio {
  white-space: pre-line;
  margin-bottom: 15px;
}
.pro-desc .per-infor .ant-descriptions-item-content {
  color: #eebd22;
  text-transform: capitalize;
  flex-wrap: wrap;
}
.pro-desc .per-infor .ant-descriptions-item-content .ant-tag {
  margin-bottom: 5px;
  color: #eebd22;
  border-color: #eebd22;
  background-color: transparent;
}
.model-content {
  margin: 5px 0;
  background-color: #fafafa;
  color: #fff;
  padding: 10px;
}
.model-card .absolute-items {
  position: relative;
}
.model-card .absolute-items .vip {
  background: url(/vip.png);
  height: 52px;
  width: 53px;
  position: absolute;
  z-index: 1;
}
.model-card .absolute-items .vip-container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
}
.model-card .absolute-items .vip-icon {
  font-size: 24px;
  color: #ffd700 !important;
  filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.5));
}
.model-card .absolute-items .vip-text {
  background: linear-gradient(135deg, #ffd700, #ffed4e) !important;
  color: #000 !important;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}
.model-card .absolute-items .premium-container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
}
.model-card .absolute-items .premium-icon {
  font-size: 24px;
  filter: drop-shadow(0 2px 4px rgba(139, 92, 246, 0.5));
}
.model-card .absolute-items .premium-text {
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.4);
}
.model-card .absolute-items .verified {
  width: 200px;
  height: 25px;
  background-color: #eebd22;
  position: absolute;
  top: 25px;
  left: -65px;
  z-index: 1;
  text-align: center;
  -ms-transform: rotate(315deg);
  /* IE 9 */
  transform: rotate(315deg);
}
.model-card .absolute-items .verified span {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 1000;
  font-size: 12px;
  line-height: 2;
  font-style: italic;
}
.model-card .absolute-items .identity-verified {
  width: 200px;
  height: 25px;
  background: linear-gradient(45deg, #52c41a, #73d13d);
  position: absolute;
  top: 50px;
  left: -65px;
  z-index: 1;
  text-align: center;
  -ms-transform: rotate(315deg);
  /* IE 9 */
  transform: rotate(315deg);
  box-shadow: 0 2px 8px rgba(82, 196, 26, 0.3);
}
.model-card .absolute-items .identity-verified span {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 1000;
  font-size: 12px;
  line-height: 2;
  font-style: italic;
}
.model-card .absolute-items .supertop-badge {
  width: 200px;
  height: 25px;
  background: linear-gradient(45deg, #722ed1, #9254de);
  position: absolute;
  top: 25px;
  right: -65px;
  z-index: 1;
  text-align: center;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(114, 46, 209, 0.3);
}
.model-card .absolute-items .supertop-badge span {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 1000;
  font-size: 12px;
  line-height: 2;
  font-style: italic;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.model-card .box {
  background: linear-gradient(#000, #000, #000, #000);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.model-card .box img {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}
.model-card .box .box-content {
  color: #eebd22;
  text-align: center;
  width: 200px;
  max-width: 90%;
  padding: 8px 12px;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.model-card .box .box-content::before,
.model-card .box .box-content::after {
  content: "";
  height: 100%;
  width: 100%;
  border-top: 1px dashed #242424;
  border-left: 1px dashed #242424;
  border-radius: 10px;
  transform: scale(0);
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0.2s;
}
.model-card .box .box-content::after {
  border-right: 1px dashed #242424;
  border-bottom: 1px dashed #242424;
  border-left: none;
  border-top: none;
  transform-origin: bottom right;
}
.model-card .box .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 4px;
  transform: translateY(20px);
  transition: all 0.3s ease 0s;
  color: #fff;
}
.model-card .box .title a {
  color: #fff;
}
.model-card .box:hover img {
  opacity: 0.9;
}
.model-card .box:hover .box-content {
  opacity: 1;
}
.model-card .box:hover .box-content::before,
.model-card .box:hover .box-content::after {
  transform: scale(1);
}
.model-card .box:hover .title {
  transform: translateY(0);
  transform: scale(1.5);
}

.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: #eebd22;
}
.performers-grid-detailed .performer-card-detailed {
  display: flex;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.01) 100%);
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 250px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.performers-grid-detailed .performer-card-detailed.plan-vip {
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.1), 0 8px 25px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(255, 215, 0, 0.05) 100%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.performers-grid-detailed .performer-card-detailed.plan-vip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffd700, #ffed4e, #ffd700);
  z-index: 1;
  animation: vip-glow 2s ease-in-out infinite alternate;
}
.performers-grid-detailed .performer-card-detailed.plan-vip::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  animation: vip-shine 3s ease-in-out infinite;
  pointer-events: none;
}
.performers-grid-detailed .performer-card-detailed.plan-vip:hover {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(255, 215, 0, 0.1) 100%);
  border-color: rgba(255, 215, 0, 0.6);
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.2), 0 12px 35px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.performers-grid-detailed .performer-card-detailed.plan-vip:hover::before {
  animation: vip-glow 1s ease-in-out infinite alternate;
}
.performers-grid-detailed .performer-card-detailed.plan-vip:hover::after {
  animation: vip-shine 1.5s ease-in-out infinite;
}
.performers-grid-detailed .performer-card-detailed.plan-premium {
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.1), 0 8px 25px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(139, 92, 246, 0.05) 100%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.performers-grid-detailed .performer-card-detailed.plan-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8b5cf6, #a78bfa, #8b5cf6);
  z-index: 1;
  animation: premium-glow 2s ease-in-out infinite alternate;
}
.performers-grid-detailed .performer-card-detailed.plan-premium::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
  animation: premium-shine 3s ease-in-out infinite;
  pointer-events: none;
}
.performers-grid-detailed .performer-card-detailed.plan-premium:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(139, 92, 246, 0.1) 100%);
  border-color: rgba(139, 92, 246, 0.6);
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.2), 0 12px 35px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.performers-grid-detailed .performer-card-detailed.plan-premium:hover::before {
  animation: premium-glow 1s ease-in-out infinite alternate;
}
.performers-grid-detailed .performer-card-detailed.plan-premium:hover::after {
  animation: premium-shine 1.5s ease-in-out infinite;
}
.performers-grid-detailed .performer-card-detailed:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  border-color: #eebd22;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 0%, rgba(238, 189, 34, 0.05) 100%);
}
.performers-grid-detailed .performer-card-detailed:hover .performer-image .performer-avatar {
  transform: scale(1.05);
}
.performers-grid-detailed .performer-card-detailed .performer-info {
  flex: 1;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-name-section {
  flex: 1;
  min-width: 0;
  margin-right: 15px;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-name-section .performer-name {
  color: #eebd22;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-family: Roboto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.plan-vip .performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-name-section .performer-name {
  background: linear-gradient(135deg, #ffd700, #ffed4e, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
}
.plan-premium .performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-name-section .performer-name {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(139, 92, 246, 0.3);
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-name-section .performer-username {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
  min-width: fit-content;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .vip-badge-container {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  padding: 6px 12px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
  animation: vip-glow 2s ease-in-out infinite alternate;
  transition: all 0.3s ease;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .vip-badge-container:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.6);
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .vip-icon {
  color: #ffd700 !important;
  font-size: 24px;
  filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.5));
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .vip-text {
  color: #000 !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .premium-badge-container {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  padding: 6px 12px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.4);
  animation: premium-glow 2s ease-in-out infinite alternate;
  transition: all 0.3s ease;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .premium-badge-container:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.6);
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .premium-icon {
  color: white !important;
  font-size: 24px;
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.5));
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .premium-text {
  color: white !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .verified-icon {
  color: #52c41a;
  font-size: 28px;
  filter: drop-shadow(0 2px 4px rgba(82, 196, 26, 0.5));
  animation: identity-glow 2s ease-in-out infinite alternate;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .identity-verified-icon {
  color: #52c41a;
  font-size: 22px;
  filter: drop-shadow(0 2px 4px rgba(82, 196, 26, 0.5));
  animation: identity-glow 2s ease-in-out infinite alternate;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .content-icon {
  color: #eebd22;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges .content-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(238, 189, 34, 0.3);
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row .info-item .info-label {
  color: #999999;
  font-weight: 500;
  min-width: 60px;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row .info-item .info-value {
  color: #999999;
  font-weight: 600;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row .info-item .info-value.plan-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row .info-item .info-value.plan-badge[style*="vip"] {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.1));
  border: 1px solid rgba(255, 215, 0, 0.4);
  color: #ffd700;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.2);
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row .info-item .info-value.plan-badge[style*="vip"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: badge-shine 2s ease-in-out infinite;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row .info-item .info-value.plan-badge[style*="premium"] {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(139, 92, 246, 0.1));
  border: 1px solid rgba(139, 92, 246, 0.4);
  color: #8b5cf6;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.2);
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row .info-item .info-value.plan-badge[style*="premium"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: badge-shine 2s ease-in-out infinite;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row .info-item.db-plan-badge {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.1));
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #3b82f6;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row .info-item.active-plan-badge {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #10b981;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
  animation: pulse 2s infinite;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .location-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .location-info .city {
  color: #eebd22;
  font-size: 16px;
  font-weight: 600;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .location-info .state {
  color: #999999;
  font-size: 14px;
  opacity: 0.8;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .description-section .performer-description {
  color: #f1f1f1;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-height: 4.8em;
  /* 3 líneas */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .hashtags-section {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .hashtags-section .hashtag {
  color: #eebd22;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  background: rgba(238, 189, 34, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(238, 189, 34, 0.3);
  transition: all 0.3s ease;
}
.performers-grid-detailed .performer-card-detailed .performer-info .performer-details .hashtags-section .hashtag:hover {
  background: rgba(238, 189, 34, 0.2);
  transform: translateY(-1px);
}
.performers-grid-detailed .performer-card-detailed .performer-image {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #eebd22;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.performers-grid-detailed .performer-card-detailed .performer-image .performer-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.performer-image {
  /* Iconos de plan en el header */
  /* Badges en la imagen */
  /* Estilos de plan en el header */
  /* Badge del plan de la base de datos */
}
.performer-image .vip-icon {
  color: #ffd700;
  font-size: 18px;
  margin-right: 4px;
}
.performer-image .premium-icon {
  color: #8b5cf6;
  font-size: 18px;
  margin-right: 4px;
}
.performer-image .verified-icon {
  color: #10b981;
  font-size: 18px;
  font-weight: bold;
}
.performer-image .vip-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #000;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 2px;
}
.performer-image .premium-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.4);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 2px;
}
.performer-image .verified-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #10b981;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4);
  z-index: 2;
  border: 2px solid white;
}
.performer-image .verified-icon {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.performer-image .plan-vip {
  color: #ffd700;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
}
.performer-image .plan-premium {
  color: #8b5cf6;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
}
.performer-image .plan-basic {
  color: #6b7280;
  font-weight: normal;
}
.performer-image .db-plan-badge-image {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
  z-index: 2;
  max-width: 80px;
  text-align: center;
}
.performer-badges .vip-icon {
  color: #ffd700 !important;
  font-size: 18px;
  filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.3));
  transition: all 0.3s ease;
  cursor: pointer;
}
.performer-badges .vip-icon:hover {
  filter: drop-shadow(0 4px 8px rgba(255, 215, 0, 0.6));
  transform: scale(1.1);
  color: #ffed4e !important;
}
.performer-badges .premium-icon {
  color: #8b5cf6;
  font-size: 18px;
  filter: drop-shadow(0 2px 4px rgba(139, 92, 246, 0.3));
  transition: all 0.3s ease;
  cursor: pointer;
}
.performer-badges .premium-icon:hover {
  filter: drop-shadow(0 4px 8px rgba(139, 92, 246, 0.6));
  transform: scale(1.1);
  color: #a78bfa;
}
.performer-badges .verified-icon {
  color: #10b981;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
}
.performer-badges .verified-icon:hover {
  color: #34d399;
  transform: scale(1.1);
  filter: drop-shadow(0 2px 4px rgba(16, 185, 129, 0.4));
}
.performer-badges .db-plan-indicator {
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
  border: 1px solid rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
}
.performer-badges .db-plan-indicator:hover {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
  transform: translateY(-1px);
}
.performer-badges .supertop-badge-detailed {
  background: linear-gradient(45deg, #722ed1, #9254de);
  color: #fff;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 3px 12px rgba(114, 46, 209, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.performer-badges .supertop-badge-detailed::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: supertop-shine 2.5s ease-in-out infinite;
}
.performer-badges .supertop-badge-detailed:hover {
  background: linear-gradient(45deg, #9254de, #b37feb);
  box-shadow: 0 5px 20px rgba(114, 46, 209, 0.6);
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(255, 255, 255, 0.4);
}
@keyframes vip-glow {
  0% {
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
  }
}
@keyframes vip-shine {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: rotate(360deg) scale(1.2);
    opacity: 0.3;
  }
}
@keyframes premium-glow {
  0% {
    box-shadow: 0 0 5px rgba(139, 92, 246, 0.5);
  }
  100% {
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.8);
  }
}
@keyframes premium-shine {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: rotate(360deg) scale(1.2);
    opacity: 0.3;
  }
}
@keyframes identity-glow {
  0% {
    box-shadow: 0 0 5px rgba(82, 196, 26, 0.5);
  }
  100% {
    box-shadow: 0 0 15px rgba(82, 196, 26, 0.8);
  }
}
@keyframes badge-shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes supertop-shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@media screen and (max-width: 768px) {
  .performers-grid-detailed .performer-card-detailed {
    flex-direction: column;
    padding: 15px;
  }
  .performers-grid-detailed .performer-card-detailed .performer-info {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-name-section .performer-name {
    font-size: 20px;
  }
  .performers-grid-detailed .performer-card-detailed .performer-image {
    width: 160px;
    height: 160px;
    align-self: center;
  }
}
@media screen and (max-width: 450px) {
  .performers-grid-detailed .performer-card-detailed {
    padding: 12px;
    min-height: auto;
  }
  .performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-name-section .performer-name {
    font-size: 18px;
  }
  .performers-grid-detailed .performer-card-detailed .performer-info .performer-header .performer-badges {
    gap: 8px;
    flex-wrap: wrap;
  }
  .performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .info-row {
    flex-direction: column;
    gap: 10px;
  }
  .performers-grid-detailed .performer-card-detailed .performer-info .performer-details .main-info .location-info {
    flex-direction: column;
    gap: 5px;
  }
  .performers-grid-detailed .performer-card-detailed .performer-info .performer-details .hashtags-section {
    justify-content: center;
  }
  .performers-grid-detailed .performer-card-detailed .performer-image {
    width: 140px;
    height: 140px;
  }
}
.pagination-container {
  margin-top: 40px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.pagination-container .pagination-info .pagination-text {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.pagination-container .pagination-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pagination-container .pagination-controls .pagination-btn {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #999999;
  transition: all 0.3s ease;
}
.pagination-container .pagination-controls .pagination-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.pagination-container .pagination-controls .pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination-container .pagination-controls .pagination-btn.prev-btn {
  padding-left: 16px;
  padding-right: 16px;
}
.pagination-container .pagination-controls .pagination-btn.next-btn {
  padding-left: 16px;
  padding-right: 16px;
}
.pagination-container .pagination-controls .custom-pagination .ant-pagination-item {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #999999;
  transition: all 0.3s ease;
}
.pagination-container .pagination-controls .custom-pagination .ant-pagination-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.pagination-container .pagination-controls .custom-pagination .ant-pagination-item.ant-pagination-item-active {
  background: #eebd22;
  border-color: #eebd22;
  color: white;
}
.pagination-container .pagination-controls .custom-pagination .ant-pagination-item.ant-pagination-item-active:hover {
  background: #cda010;
}
.pagination-container .pagination-controls .custom-pagination .ant-pagination-prev,
.pagination-container .pagination-controls .custom-pagination .ant-pagination-next {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #999999;
  transition: all 0.3s ease;
}
.pagination-container .pagination-controls .custom-pagination .ant-pagination-prev:hover,
.pagination-container .pagination-controls .custom-pagination .ant-pagination-next:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.pagination-container .pagination-controls .custom-pagination .ant-pagination-jump-prev,
.pagination-container .pagination-controls .custom-pagination .ant-pagination-jump-next {
  color: #999999;
}
.pagination-container .pagination-controls .custom-pagination .ant-pagination-jump-prev:hover,
.pagination-container .pagination-controls .custom-pagination .ant-pagination-jump-next:hover {
  color: #eebd22;
}
@media screen and (max-width: 768px) {
  .pagination-container {
    padding: 15px;
  }
  .pagination-container .pagination-controls {
    flex-direction: column;
    gap: 10px;
  }
  .pagination-container .pagination-controls .custom-pagination {
    order: 1;
  }
  .pagination-container .pagination-controls .pagination-btn {
    order: 2;
    width: 100%;
    max-width: 200px;
  }
}
.vip-icon {
  color: #ffd700 !important;
}
.vip-text {
  background: linear-gradient(135deg, #ffd700, #ffed4e) !important;
  color: #000 !important;
}

.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: #eebd22;
}
.performers-grid-reversed .performer-card-reversed {
  display: flex;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.01) 100%);
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 250px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.performers-grid-reversed .performer-card-reversed.plan-vip {
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.1), 0 8px 25px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(255, 215, 0, 0.05) 100%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.performers-grid-reversed .performer-card-reversed.plan-vip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffd700, #ffed4e, #ffd700);
  z-index: 1;
  animation: vip-glow 2s ease-in-out infinite alternate;
}
.performers-grid-reversed .performer-card-reversed.plan-vip::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  animation: vip-shine 3s ease-in-out infinite;
  pointer-events: none;
}
.performers-grid-reversed .performer-card-reversed.plan-vip:hover {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(255, 215, 0, 0.1) 100%);
  border-color: rgba(255, 215, 0, 0.6);
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.2), 0 12px 35px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.performers-grid-reversed .performer-card-reversed.plan-vip:hover::before {
  animation: vip-glow 1s ease-in-out infinite alternate;
}
.performers-grid-reversed .performer-card-reversed.plan-vip:hover::after {
  animation: vip-shine 1.5s ease-in-out infinite;
}
.performers-grid-reversed .performer-card-reversed.plan-premium {
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.1), 0 8px 25px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(0, 0, 0, 0.02) 50%, rgba(139, 92, 246, 0.05) 100%);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.performers-grid-reversed .performer-card-reversed.plan-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8b5cf6, #a78bfa, #8b5cf6);
  z-index: 1;
  animation: premium-glow 2s ease-in-out infinite alternate;
}
.performers-grid-reversed .performer-card-reversed.plan-premium::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
  animation: premium-shine 3s ease-in-out infinite;
  pointer-events: none;
}
.performers-grid-reversed .performer-card-reversed.plan-premium:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(139, 92, 246, 0.1) 100%);
  border-color: rgba(139, 92, 246, 0.6);
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.2), 0 12px 35px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.performers-grid-reversed .performer-card-reversed.plan-premium:hover::before {
  animation: premium-glow 1s ease-in-out infinite alternate;
}
.performers-grid-reversed .performer-card-reversed.plan-premium:hover::after {
  animation: premium-shine 1.5s ease-in-out infinite;
}
.performers-grid-reversed .performer-card-reversed:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}
.performers-grid-reversed .performer-card-reversed .performer-info {
  flex: 1;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-name-section {
  flex: 1;
  min-width: 0;
  margin-right: 15px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-name-section .performer-name {
  color: #eebd22;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-family: Roboto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.plan-vip .performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-name-section .performer-name {
  background: linear-gradient(135deg, #ffd700, #ffed4e, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
}
.plan-premium .performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-name-section .performer-name {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(139, 92, 246, 0.3);
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-name-section .performer-username {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
  min-width: fit-content;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .vip-badge-container {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  padding: 6px 12px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
  animation: vip-glow 2s ease-in-out infinite alternate;
  transition: all 0.3s ease;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .vip-badge-container:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.6);
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .vip-icon {
  color: #ffd700 !important;
  font-size: 24px;
  filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.5));
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .vip-text {
  color: #000 !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .premium-badge-container {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  padding: 6px 12px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.4);
  animation: premium-glow 2s ease-in-out infinite alternate;
  transition: all 0.3s ease;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .premium-badge-container:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.6);
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .premium-icon {
  color: white !important;
  font-size: 24px;
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.5));
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .premium-text {
  color: white !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .verified-icon {
  color: #52c41a;
  font-size: 28px;
  filter: drop-shadow(0 2px 4px rgba(82, 196, 26, 0.5));
  animation: identity-glow 2s ease-in-out infinite alternate;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .identity-verified-icon {
  color: #1890ff;
  font-size: 22px;
  filter: drop-shadow(0 2px 4px rgba(24, 144, 255, 0.5));
  animation: identity-glow 2s ease-in-out infinite alternate;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .db-plan-indicator {
  background: #eebd22;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .supertop-badge-reversed {
  background: linear-gradient(45deg, #722ed1, #9254de);
  color: #fff;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 3px 12px rgba(114, 46, 209, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .supertop-badge-reversed::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: supertop-shine 2.5s ease-in-out infinite;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .supertop-badge-reversed:hover {
  background: linear-gradient(45deg, #9254de, #b37feb);
  box-shadow: 0 5px 20px rgba(114, 46, 209, 0.6);
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(255, 255, 255, 0.4);
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .content-icon {
  color: #eebd22;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-header .performer-badges .content-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(238, 189, 34, 0.3);
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .main-info .info-row {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .main-info .info-row .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .main-info .info-row .info-item .info-label {
  color: #999999;
  font-weight: 500;
  min-width: 60px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .main-info .info-row .info-item .info-value {
  color: #eebd22;
  font-weight: 600;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .bio-section .bio-text {
  color: #999999;
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .categories-section .categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .categories-section .categories-container .performer-category {
  background: rgba(238, 189, 34, 0.1);
  border-color: rgba(238, 189, 34, 0.3);
  color: #eebd22;
  border-radius: 16px;
  font-size: 12px;
  padding: 4px 12px;
  margin: 0;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .categories-section .categories-container .more-categories {
  color: #999999;
  font-size: 12px;
  font-style: italic;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .additional-info-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .additional-info-section .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .additional-info-section .info-item .info-label {
  color: #999999;
  font-weight: 500;
  font-size: 14px;
}
.performers-grid-reversed .performer-card-reversed .performer-info .performer-details .additional-info-section .info-item .info-value {
  color: #eebd22;
  font-weight: 600;
  font-size: 14px;
}
.performers-grid-reversed .performer-card-reversed .performer-photo-section {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  margin-left: 20px;
}
.performers-grid-reversed .performer-card-reversed .performer-photo-section .performer-photo-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.performers-grid-reversed .performer-card-reversed .performer-photo-section .performer-photo-container .performer-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.performers-grid-reversed .performer-card-reversed .performer-photo-section .performer-photo-container .performer-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}
.performers-grid-reversed .performer-card-reversed .performer-photo-section .performer-photo-container .verification-indicator {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(82, 196, 26, 0.9);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.performers-grid-reversed .performer-card-reversed .performer-photo-section .performer-photo-container .verification-indicator .verification-icon {
  font-size: 12px;
  font-weight: bold;
}
.performers-grid-reversed .performer-card-reversed .performer-photo-section .performer-photo-container .verification-indicator .verification-text {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.performers-grid-reversed .performer-card-reversed:hover .performer-photo-container .performer-photo {
  transform: scale(1.05);
}
.performers-grid-reversed .pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.performers-grid-reversed .pagination-container .custom-pagination .ant-pagination-item {
  border-radius: 8px;
  border-color: #eebd22;
}
.performers-grid-reversed .pagination-container .custom-pagination .ant-pagination-item.ant-pagination-item-active {
  background: #eebd22;
  border-color: #eebd22;
}
.performers-grid-reversed .pagination-container .custom-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: white;
}
.performers-grid-reversed .pagination-container .custom-pagination .ant-pagination-prev,
.performers-grid-reversed .pagination-container .custom-pagination .ant-pagination-next {
  border-radius: 8px;
  border-color: #eebd22;
}
.performers-grid-reversed .pagination-container .custom-pagination .ant-pagination-prev:hover,
.performers-grid-reversed .pagination-container .custom-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
  color: #eebd22;
}
@keyframes vip-glow {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vip-shine {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes premium-glow {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes premium-shine {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes supertop-shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes identity-glow {
  0% {
    box-shadow: 0 0 5px rgba(24, 144, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 15px rgba(24, 144, 255, 0.8);
  }
}
@media (max-width: 768px) {
  .performers-grid-reversed .performer-card-reversed {
    flex-direction: column;
    padding: 20px;
  }
  .performers-grid-reversed .performer-card-reversed .performer-info {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .performers-grid-reversed .performer-card-reversed .performer-photo-section {
    width: 100%;
    height: 150px;
    margin-left: 0;
    margin-top: 20px;
  }
}

.react-multi-carousel-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.react-multi-carousel-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, transition;
}
.react-multi-carousel-item {
  transform: translateZ(0);
  float: left;
  flex: 1 0 auto;
  max-width: 100%;
  position: relative;
}
.react-multi-carousel-item--active {
  z-index: 1;
}
.react-multi-carousel-item--inactive {
  z-index: 0;
}
.react-multi-carousel-item--cloned {
  z-index: -1;
}
.react-multi-carousel-dot-list {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  margin: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.react-multi-carousel-dot button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  padding: 5px 5px 5px 5px;
  box-shadow: none;
  transition: background 0.5s;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  border-image: initial;
  background: transparent;
  cursor: pointer;
  margin: 0 5px;
}
.react-multi-carousel-dot--active button {
  background: #080808;
}
.react-multi-carousel-arrow {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  border-radius: 50%;
  z-index: 1000;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  min-width: 50px;
  min-height: 50px;
  opacity: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.react-multi-carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}
.react-multi-carousel-arrow:active {
  transform: translateY(-50%) scale(0.95);
}
.react-multi-carousel-arrow--left {
  left: -60px;
}
.react-multi-carousel-arrow--right {
  right: -60px;
}
.react-multi-carousel-arrow--disabled {
  cursor: default;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.5;
}
.react-multi-carousel-arrow--disabled:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.models-slider-container {
  margin: 40px 0;
  padding: 0 20px;
  position: relative;
}
.models-slider-container .slider-header {
  text-align: center;
  margin-bottom: 30px;
}
.models-slider-container .slider-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.models-slider-container .slider-header p {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
}
.models-slider-container .carousel-container {
  padding: 0 10px;
  position: relative;
  margin: 0 60px;
}
.models-slider-container .model-slide {
  padding: 0 10px;
}
.models-slider-container .model-card-slider {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  background: #fff;
  height: 350px;
}
.models-slider-container .model-card-slider:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.models-slider-container .model-card-slider:hover .model-overlay {
  opacity: 1;
}
.models-slider-container .model-card-slider:hover .model-image {
  transform: scale(1.05);
}
.models-slider-container .model-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.models-slider-container .model-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.models-slider-container .model-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.9) 100%);
  padding: 25px 20px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.models-slider-container .model-info {
  color: #fff;
  text-align: center;
}
.models-slider-container .model-info .model-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  text-shadow: 2px 2px 4px #eebd22, 0 0 20px #e6bb34, 0 0 40px #dec068;
  letter-spacing: 0.5px;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 12px;
  border-radius: 8px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  min-width: 120px;
  color: #fff;
}
.models-slider-container .model-info .model-location {
  font-size: 0.75rem;
  margin: 0;
  opacity: 0.9;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  letter-spacing: 0.2px;
  background: rgba(0, 0, 0, 0.4);
  padding: 3px 8px;
  border-radius: 4px;
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  line-height: 1.2;
}
.models-slider-container .model-info .model-location .location-icon {
  margin-right: 4px;
  font-size: 0.7rem;
  opacity: 0.85;
  animation: pulse 2s infinite;
}
.models-slider-container .model-info .model-location:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.models-slider-container .model-info .model-location:hover .location-icon {
  animation: bounce 0.6s ease;
}
.models-slider-container .vip-container {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.models-slider-container .vip-icon {
  font-size: 24px;
  color: #ffd700 !important;
  filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.5));
}
.models-slider-container .vip-text {
  background: linear-gradient(45deg, #ffd700, #ffed4e) !important;
  color: #333 !important;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}
.models-slider-container .premium-container {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.models-slider-container .premium-icon {
  font-size: 24px;
  filter: drop-shadow(0 2px 4px rgba(139, 92, 246, 0.5));
}
.models-slider-container .premium-text {
  background: linear-gradient(45deg, #8b5cf6, #a855f7);
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 10px rgba(139, 92, 246, 0.3);
}
.models-slider-container .verified-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 200, 81, 0.8), 0 0 20px rgba(0, 200, 81, 0.6);
  filter: drop-shadow(0 0 8px rgba(0, 200, 81, 0.7));
}
.models-slider-container .identity-verified-badge {
  position: absolute;
  top: 15px;
  left: 50px;
  background: #1890ff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(24, 144, 255, 0.3);
  animation: identity-glow 2s ease-in-out infinite alternate;
}
.models-slider-container .loading-spinner {
  font-size: 1.2rem;
  color: #666;
  padding: 40px 0;
}
.models-slider-container .custom-dot-list-style {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.models-slider-container .custom-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ddd;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0;
}
.models-slider-container .custom-dot:hover {
  background: #bbb;
  transform: scale(1.1);
}
.models-slider-container .custom-dot.react-multi-carousel-dot--active {
  background: #007bff;
  border-color: #0056b3;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
}
.models-slider-container .custom-dot .dot-inner {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.models-slider-container .custom-dot.react-multi-carousel-dot--active .dot-inner {
  opacity: 1;
}
@media (max-width: 768px) {
  .models-slider-container .slider-header h2 {
    font-size: 2rem;
  }
  .models-slider-container .slider-header p {
    font-size: 1rem;
  }
  .models-slider-container .model-card-slider {
    height: 280px;
  }
  .models-slider-container .model-info .model-name {
    font-size: 1rem;
  }
  .models-slider-container .model-info .model-location {
    font-size: 0.7rem;
    padding: 2px 6px;
  }
  .models-slider-container .react-multi-carousel-arrow {
    display: none;
  }
  .models-slider-container .carousel-container {
    margin: 0;
  }
  .models-slider-container .custom-dot-list-style {
    bottom: -25px;
    gap: 6px;
  }
  .models-slider-container .custom-dot {
    width: 12px;
    height: 12px;
  }
  .models-slider-container .custom-dot .dot-inner {
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 480px) {
  .models-slider-container .models-slider-container {
    padding: 0 10px;
  }
  .models-slider-container .slider-header h2 {
    font-size: 1.8rem;
  }
  .models-slider-container .model-card-slider {
    height: 250px;
  }
  .models-slider-container .custom-dot-list-style {
    bottom: -20px;
    gap: 4px;
  }
  .models-slider-container .custom-dot {
    width: 10px;
    height: 10px;
  }
  .models-slider-container .custom-dot .dot-inner {
    width: 3px;
    height: 3px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-3px);
  }
  60% {
    transform: translateY(-2px);
  }
}
@keyframes identity-glow {
  0% {
    box-shadow: 0 2px 10px rgba(24, 144, 255, 0.3);
  }
  100% {
    box-shadow: 0 2px 20px rgba(24, 144, 255, 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: #eebd22;
}
.form-container .ant-row .ant-col {
  display: block;
}
.form-container .ant-row .ant-col .anticon {
  color: #eebd22;
}
.form-container .ant-row .ant-col .ant-btn {
  width: 100%;
  background-color: #000;
  border-color: #64470b;
  height: 35px;
}
.form-container .ant-row .ant-col .ant-btn span {
  color: #fff;
}
.form-container .ant-row .ant-col .ant-btn .anticon {
  color: #eebd22;
}
.form-container .ant-row .ant-col .anticon-whats-app {
  background: green;
  color: white;
  border-radius: 5px;
}
.form-container .ant-row .ant-col :hover {
  border-color: yellow;
}
.form-container .img-item .img-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.form-container .img-item .img-container .ant-image {
  width: 100%;
  height: 100%;
}
.form-container .img-item .img-container .ant-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.form-container .img-item .img-container .ant-image img.main-img {
  border: 3px solid #eebd22;
}
.form-container .img-item .img-container .anticon-delete {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 4px 6px;
  cursor: pointer;
  font-size: 16px;
  background: #eee;
  color: #000;
  border-radius: 9999px;
}
.form-container .img-item .img-container .anticon-delete:hover {
  background: #4e4e4e;
  color: #eebd22;
}
.report-modal {
  border-radius: 5px;
  background: #242424;
}
.report-modal .ant-modal-content {
  background: #242424;
}
.report-modal .ant-modal-content svg {
  color: white;
}
.report-modal .ant-modal-content .ant-modal-header {
  background: #242424;
}
.report-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  color: #fff;
}
.report-modal .ant-modal-content .ant-modal-body .ant-form-item-label label {
  font-size: 16px;
  color: #fff;
}
.report-modal .ant-modal-content .ant-modal-body .ant-select-selector,
.report-modal .ant-modal-content .ant-modal-body .ant-input {
  background: #353535;
}
.edit-img-menu {
  background-color: #000000;
}
.edit-img-menu li {
  background-color: #000000;
  color: #fff;
}
.edit-img-menu li:hover {
  background-color: #fff;
  color: #000000;
}
.spin-loading {
  margin: 0 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: #eebd22;
}
#edit-form .form-container {
  margin-top: 20px;
}
#edit-form .form-container:first-child {
  margin-top: 0px;
}
#edit-form .form-container .info-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #eebd22;
  padding-bottom: 8px;
}
#edit-form .form-container .location-description {
  color: #8c8c8c;
  font-size: 13px;
  margin-bottom: 20px;
  font-style: italic;
}
#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;
}
#edit-form .form-container.work-location-section {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 20px;
  margin-top: 25px;
}
#edit-form .form-container.work-location-section .info-title {
  color: #fff;
  border-bottom-color: #eebd22;
}
#edit-form .form-container.work-location-section .location-description {
  color: #8c8c8c;
  font-size: 13px;
  margin-bottom: 20px;
  font-style: italic;
  background: rgba(238, 189, 34, 0.1);
  padding: 10px;
  border-radius: 5px;
  border-left: 3px solid #eebd22;
}
#edit-form .form-container .ant-form-item-control-input .ant-select-disabled .ant-select-selector {
  background-color: rgba(0, 0, 0, 0.25);
  color: #8c8c8c;
}
#edit-form .form-container .nationality-warning {
  background: rgba(238, 189, 34, 0.1);
  border: 1px solid rgba(238, 189, 34, 0.3);
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
#edit-form .form-container .nationality-warning .warning-icon {
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}
#edit-form .form-container .nationality-warning .warning-content {
  flex: 1;
}
#edit-form .form-container .nationality-warning .warning-content .warning-title {
  font-weight: 600;
  color: #eebd22;
  margin-bottom: 4px;
  font-size: 14px;
}
#edit-form .form-container .nationality-warning .warning-content .warning-description {
  color: #8c8c8c;
  font-size: 13px;
  line-height: 1.4;
}
.ant-select-dropdown .select-currency {
  text-transform: uppercase;
}
.ant-form-item-explain {
  color: #ff4d4f;
  font-size: 12px;
  margin-top: 4px;
}
.ant-form-item-required::before {
  color: #ff4d4f;
}

.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: #000;
  border-radius: 5px;
}
.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: #000;
  border: 3px solid #464646;
  border-radius: 5px;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider {
  padding: 0 50px;
  padding: 0px 50px;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-slide {
  height: 96px !important;
  line-height: 30px !important;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-slide .ant-image {
  margin: 5px;
}
.profile-carousel .carousel-thumbs .ant-carousel .slick-slider .slick-slide .ant-image img {
  width: 25%;
  object-fit: cover;
}
.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: #eebd22;
}
.profile-rates {
  margin-bottom: 20px;
}
.profile-rates table {
  border-radius: 5px;
  background: #000;
  width: 100%;
}
.profile-rates table thead {
  border-radius: 10px 10px 0px 0px !important;
  background: #64470b;
  color: #fff;
  height: 40px;
}
.profile-rates table tbody {
  text-align: center;
}
.profile-rates table tbody tr {
  border: 1px solid #666;
  height: 40px;
}
.profile-rates table tbody tr td {
  width: 250px;
  color: #fff;
}
.profile-rates table tbody tr td span {
  color: #666;
}
.profile-rates table tbody tr .included-extra {
  color: #666;
}

.profile-video-card .ant-card-head-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.profile-video-card .video-upload-section {
  text-align: center;
  padding: 20px 0;
}
.profile-video-card .video-preview-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-video-card .video-preview-container video {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.profile-video-card .video-preview-container video:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.profile-video-card .video-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.profile-video-card .video-actions .ant-btn {
  min-width: 120px;
  height: 40px;
  border-radius: 6px;
  font-weight: 500;
}
.profile-video-card .video-actions .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
}
.profile-video-card .video-actions .ant-btn.ant-btn-primary:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  transform: translateY(-1px);
}
.profile-video-card .video-actions .ant-btn.ant-btn-dangerous {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  border: none;
}
.profile-video-card .video-actions .ant-btn.ant-btn-dangerous:hover {
  background: linear-gradient(135deg, #ff5252 0%, #e53935 100%);
  transform: translateY(-1px);
}
.profile-video-card .upload-placeholder {
  padding: 60px 40px;
  border: 2px dashed #d9d9d9;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  transition: all 0.3s ease;
}
.profile-video-card .upload-placeholder:hover {
  border-color: #667eea;
  background: linear-gradient(135deg, #f0f2ff 0%, #e8ecff 100%);
}
.profile-video-card .upload-placeholder .ant-btn {
  height: 50px;
  font-size: 16px;
  border-radius: 8px;
  border-style: dashed;
  border-width: 2px;
}
.profile-video-card .upload-placeholder .ant-btn .anticon {
  font-size: 20px;
  margin-right: 8px;
}
.profile-video-card .upload-placeholder p {
  margin-top: 16px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.profile-video-card .video-settings {
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  border: 1px solid #e9ecef;
}
.profile-video-card .video-settings .ant-checkbox-wrapper {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.profile-video-card .video-settings .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #667eea;
  border-color: #667eea;
}
.profile-video-card .video-settings p {
  margin-top: 12px;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}
.profile-video-card .ant-progress .ant-progress-bg {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}
@media (max-width: 768px) {
  .profile-video-card .video-actions {
    flex-direction: column;
    align-items: center;
  }
  .profile-video-card .video-actions .ant-btn {
    width: 100%;
    max-width: 200px;
  }
  .profile-video-card .upload-placeholder {
    padding: 40px 20px;
  }
  .profile-video-card .video-preview-container video {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.like-button {
  margin-right: 10px;
}
.like-button .anticon {
  margin-right: 5px;
}
.like-button.ant-btn-primary {
  background-color: #ff4d4f;
  border-color: #ff4d4f;
}
.like-button.ant-btn-primary:hover {
  background-color: #ff7875;
  border-color: #ff7875;
}
.like-button.ant-btn-default:hover {
  color: #ff4d4f;
  border-color: #ff4d4f;
}

.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: #eebd22;
}
.ant-carousel .slick-slide {
  text-align: center;
  overflow: hidden;
  height: 300px;
  line-height: 300px;
}
.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: #eebd22;
}
.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 {
  padding-top: 20px;
}
.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: #eebd22;
  border: 2px solid;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Roboto;
}
.show-all a:hover {
  background-color: #e8c400;
  color: #fff;
}
.home-page .filter-switch {
  padding: 10px 0;
  text-align: right;
}
.home-page .filter-switch .ant-btn {
  background-color: transparent;
  border-color: #eebd22;
  right: 0;
}
.home-page .filter-switch :hover {
  border-color: yellow;
}
@media screen and (max-width: 1024px) {
  .home-page .filter-switch .ant-btn {
    right: 0;
  }
}
.detailed-view-section {
  margin: 30px 0;
  padding: 20px 0;
}
.detailed-view-section .section-title {
  color: #eebd22;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  font-family: Roboto;
  text-transform: uppercase;
}
.detailed-view-section .section-description {
  color: #999999;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.view-toggle-container {
  margin: 30px 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.view-toggle-container .view-toggle-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.view-toggle-container .view-toggle-info .view-toggle-label {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.view-toggle-container .view-toggle-info .view-toggle-description {
  color: #eebd22;
  font-size: 16px;
  font-weight: 600;
}
.view-toggle-container .view-toggle-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}
.view-toggle-container .view-toggle-controls .view-toggle-text {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.view-toggle-container .view-toggle-controls .view-toggle-switch.ant-switch-checked {
  background-color: #eebd22;
  border-color: #eebd22;
}
.view-toggle-container .view-toggle-controls .view-toggle-switch:not(.ant-switch-checked) {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .view-toggle-container {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .view-toggle-container .view-toggle-info {
    order: 1;
  }
  .view-toggle-container .view-toggle-controls {
    order: 2;
  }
}

.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: #eebd22;
}
.form-container {
  border-radius: 10px;
  margin-bottom: 20px;
}
.form-container table {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background-color: black;
}
.form-container table thead {
  border-radius: 10px 10px 0px 0px !important;
  background: #64470b;
  color: #fff;
  height: 40px;
}
.form-container table thead tr {
  border-radius: 10px 10px 0px 0px !important;
}
.form-container table tbody {
  text-align: center;
}
.form-container table tbody tr {
  height: 60px;
  border: 1px solid #666;
}
.form-container table tbody tr td {
  width: 250px;
  color: #fff;
}
.form-container table tbody tr td .ant-select {
  width: 170px;
}
.form-container table tbody tr td .ant-select .ant-select-arrow {
  color: #fff;
}
.form-container table tbody tr .ant-input-number {
  width: 200px;
  border-radius: 3px;
  background: #242424;
  border-color: #242424;
}
@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: #eebd22;
}
.working-hours-form .form-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.working-hours-form .form-description {
  color: #666;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.working-hours-form .days-container {
  margin-bottom: 20px;
}
.working-hours-form .day-card {
  background: #000;
  border: 1px solid #333;
  margin-bottom: 10px;
}
.working-hours-form .day-card .ant-card-body {
  padding: 15px;
}
.working-hours-form .day-card .ant-checkbox-wrapper {
  color: #fff;
  font-weight: 500;
}
.working-hours-form .day-card .ant-form-item-label > label {
  color: #666;
  font-size: 0.8rem;
}
.working-hours-form .day-card .ant-picker {
  width: 100%;
}
.working-hours-form .day-card .ant-picker-input > input {
  background-color: #333 !important;
  border: 1px solid #555 !important;
  color: #fff !important;
}
.working-hours-form .day-card .ant-picker-input > input::placeholder {
  color: #666 !important;
}
.working-hours-form .submit-button {
  background: #64470b;
  border-color: #64470b;
  width: 100%;
  height: 40px;
  font-weight: 600;
}
.working-hours-form .submit-button:hover {
  background: #8b5f0f;
  border-color: #8b5f0f;
}
.working-hours-form .ant-divider {
  color: #fff;
  border-color: #333;
  font-weight: 500;
}

.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: #eebd22;
}
.profile-working-hours {
  margin-bottom: 20px;
}
.profile-working-hours table {
  border-radius: 5px;
  background: #000;
  width: 100%;
}
.profile-working-hours table thead {
  border-radius: 10px 10px 0px 0px !important;
  background: #64470b;
  color: #fff;
  height: 40px;
}
.profile-working-hours table tbody {
  text-align: center;
}
.profile-working-hours table tbody tr {
  border: 1px solid #666;
  height: 40px;
}
.profile-working-hours table tbody tr td {
  width: 250px;
  color: #fff;
}
.profile-working-hours table tbody tr td span {
  color: #666;
}
.profile-working-hours table tbody tr .available-status {
  color: #666;
}
.profile-working-hours table tbody tr .hours {
  color: #eebd22;
  font-weight: 500;
}
.profile-working-hours .timezone-info {
  text-align: right;
  margin-top: 10px;
  color: #666;
  font-style: italic;
}

.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: #eebd22;
}
.card-title {
  color: #eebd22;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding-top: 15px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.last-seen {
  margin: 0;
  padding: 0;
  color: #cfd1d4;
  position: relative;
  line-height: 1.8rem;
  margin-bottom: 20px;
}
.reviews {
  background: #000;
  padding: 20px 25px 20px 26px;
  font-size: 16px;
  border-radius: 5px;
}
.reviews .title-review {
  margin: 0%;
  padding: 0;
  margin-left: 10px;
  color: #eebd22;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding-bottom: 8px;
  padding-top: 15px;
}
.reviews .ant-rate {
  margin-left: 10px;
}
.reviews .avgRates {
  margin-left: 40px;
}
.reviews .ant-form-item-control-input {
  width: 100%;
  padding-bottom: 5px;
}
.profile-details {
  font-size: 16px;
}
.profile-details .form-container .App .ant-btn {
  left: 90%;
  width: 2.5em;
  height: 2.5em;
  background: white;
  color: yellow;
}
.profile-details .form-container .info-title {
  text-align: center;
}
.profile-details .form-container .hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 80px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.profile-details .form-container .display-mode svg {
  position: absolute;
  left: 93%;
  font-size: xx-large;
  margin-top: 20px;
  color: #906d00;
  z-index: 10;
}
.profile-details .form-container .display-mode svg:hover {
  color: #eebd22;
}
.profile-details .form-container .display-mode .anticon-up-circle svg {
  margin-top: 20px;
}
.profile-details .form-container .params {
  column-rule: 1px solid #ddd;
  max-width: 800px;
  height: 410px;
  overflow: auto;
}
@media (max-width: 450px) {
  .profile-details .form-container .params {
    height: auto;
  }
}
.profile-details .form-container.work-location-section {
  background: #000;
  padding: 20px 25px 20px 26px;
  border-radius: 5px;
  margin-top: 20px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.profile-details .form-container.work-location-section .info-title {
  color: #eebd22;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding-bottom: 8px;
  padding-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #eebd22;
}
.profile-details .form-container.work-location-section .params {
  height: auto;
  max-height: none;
  overflow: visible;
}
.profile-details .form-container.work-location-section .params div {
  margin-bottom: 10px;
}
.profile-details .form-container.work-location-section .params div span {
  color: #cfd1d4;
  font-weight: 500;
}
.profile-details .form-container.work-location-section .params div strong {
  color: #fff;
  font-weight: 600;
  margin-left: 5px;
}
.profile-details .form-container.work-location-section::-webkit-scrollbar {
  width: 8px;
}
.profile-details .form-container.work-location-section::-webkit-scrollbar-track {
  background: transparent;
}
.profile-details .form-container.work-location-section::-webkit-scrollbar-thumb {
  background: #888;
}
.profile-details .form-container.work-location-section::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.profile-details .form-container.work-location-section div {
  display: flex;
}
.profile-details .form-container.work-location-section div span {
  flex-basis: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  color: #acacac;
}
.profile-details .form-container.work-location-section div strong {
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.profile-details .form-container.work-location-section div .uppercase {
  text-transform: uppercase;
}
.profile-details .form-container.work-location-section .tagColor .ant-tag {
  color: #fff;
}
.profile-details .form-button {
  margin-top: 5px;
}
.profile-details .form-button .btn-book {
  color: #111;
  background-color: #cda010 !important;
  border-color: #eb9316;
}
@media screen and (min-width: 768px) {
  .related .profile .info .button {
    margin-top: 20px;
    display: grid;
  }
}
@media screen and (max-width: 450px) {
  .model-details-layout .profile-details .display-mode svg {
    left: 90%;
  }
  .model-details-layout .profile-details .params {
    margin-left: 5px;
  }
  .model-details-layout .profile-details .params span {
    flex-basis: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    color: #acacac;
  }
}
.hidden-original-reviews {
  display: none !important;
}
.welcome-video-section {
  margin-bottom: 20px;
}
.welcome-video-section h3 {
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.welcome-video-section video {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.welcome-video-section video:hover {
  transform: scale(1.02);
}

.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: #eebd22;
}
.ant-carousel .slick-slide {
  text-align: center;
  overflow: hidden;
  height: 300px;
  line-height: 300px;
}
.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: #eebd22;
}
.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: #eebd22;
  border: 2px solid;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Roboto;
}
.show-all a:hover {
  background-color: #e8c400;
  color: #fff;
}
.home-page .filter-switch {
  padding: 10px 0;
}
.home-page .filter-switch .ant-btn {
  background-color: transparent;
  border-color: #eebd22;
  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: #eebd22;
}
.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: #eebd22;
  border-color: #eebd22;
}
.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: #eebd22;
}
.filter-main {
  padding: 20px;
  background-color: #1b1b1b;
}
.filter-main .ant-select,
.filter-main .ant-input,
.filter-main .ant-input-affix-wrapper {
  border-bottom: 1px solid #fff;
}
.filter-main .ant-select:hover,
.filter-main .ant-input:hover,
.filter-main .ant-input-affix-wrapper:hover {
  border-color: #eebd22;
}
.filter-main .ant-select-selector,
.filter-main .ant-input,
.filter-main .ant-input-affix-wrapper {
  background-color: #1b1b1b !important;
  border-radius: 0;
}
.filter-main .border-radius-0 {
  border-radius: 0px;
}
.filter-main .ant-input-search .ant-input {
  height: 30px;
}
.filter-main .ant-input-search .ant-input-group-addon {
  display: none;
}
.filter-main .custom-col {
  justify-content: flex-end;
  align-self: end;
}
.filter-main .custom-col .ant-btn {
  width: 100%;
  background-color: #eebd22;
  border-color: #fff;
  color: #000;
}
.filter-main .custom-col .ant-btn:hover {
  border-color: #eebd22;
}

.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: #eebd22;
}
.city-header-section {
  text-align: center;
  margin: 30px 0;
  padding: 40px 20px;
}
.city-header-section .city-main-title {
  color: #eebd22;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: Roboto;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .city-header-section .city-main-title {
    font-size: 24px;
  }
}
.city-header-section .city-subtitle {
  color: #999999;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.city-header-section .city-stats .total-count {
  background: #eebd22;
  color: #000;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.home-page .filter-switch {
  padding: 10px 0;
  text-align: right;
}
.home-page .filter-switch .ant-btn {
  background-color: transparent;
  border-color: #eebd22;
  right: 0;
}
.home-page .filter-switch :hover {
  border-color: yellow;
}
.paging {
  text-align: center;
  margin-top: 40px;
}
.paging .ant-pagination .ant-pagination-item {
  border-radius: 5px;
}
.paging .ant-pagination .ant-pagination-item.ant-pagination-item-active {
  background: #eebd22;
  border-color: #eebd22;
}
.paging .ant-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #000;
}
.paging .ant-pagination .ant-pagination-prev,
.paging .ant-pagination .ant-pagination-next {
  border-radius: 5px;
}
.paging .ant-pagination .ant-pagination-prev:hover,
.paging .ant-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
}
.paging .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,
.paging .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link {
  color: #eebd22;
}
@media screen and (max-width: 768px) {
  .city-header-section {
    padding: 20px 10px;
  }
  .city-header-section .city-main-title {
    font-size: 20px;
  }
  .city-header-section .city-subtitle {
    font-size: 14px;
  }
}

.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: #eebd22;
}
.city-header-section {
  text-align: center;
  margin: 30px 0;
  padding: 40px 20px;
}
.city-header-section .city-main-title {
  color: #eebd22;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: Roboto;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .city-header-section .city-main-title {
    font-size: 24px;
  }
}
.city-header-section .city-subtitle {
  color: #999999;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.city-header-section .city-stats .total-count {
  background: #eebd22;
  color: #000;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.home-page .filter-switch {
  padding: 10px 0;
  text-align: right;
}
.home-page .filter-switch .ant-btn {
  background-color: transparent;
  border-color: #eebd22;
  right: 0;
}
.home-page .filter-switch :hover {
  border-color: yellow;
}
.paging {
  text-align: center;
  margin-top: 40px;
}
.paging .ant-pagination .ant-pagination-item {
  border-radius: 5px;
}
.paging .ant-pagination .ant-pagination-item.ant-pagination-item-active {
  background: #eebd22;
  border-color: #eebd22;
}
.paging .ant-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #000;
}
.paging .ant-pagination .ant-pagination-prev,
.paging .ant-pagination .ant-pagination-next {
  border-radius: 5px;
}
.paging .ant-pagination .ant-pagination-prev:hover,
.paging .ant-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
}
.paging .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,
.paging .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link {
  color: #eebd22;
}
@media screen and (max-width: 768px) {
  .city-header-section {
    padding: 20px 10px;
  }
  .city-header-section .city-main-title {
    font-size: 20px;
  }
  .city-header-section .city-subtitle {
    font-size: 14px;
  }
}

.city-buttons {
  margin: 20px 0;
}
.city-buttons .city-buttons-grid .city-button {
  width: 100%;
  margin-bottom: 8px;
}
.city-buttons .city-buttons-grid .city-button.primary {
  background-color: #eebd22 !important;
  color: #000 !important;
  border: 0 !important;
  -webkit-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
  padding: 0.7em 1.5em;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 5px;
  height: 40px;
  line-height: normal;
}
.city-buttons .city-buttons-grid .city-button.primary:hover {
  opacity: 0.7;
  background-color: #eebd22 !important;
  color: #000 !important;
}
.city-buttons .city-buttons-grid .city-button.primary:focus {
  background-color: #eebd22 !important;
  color: #000 !important;
  border: 0 !important;
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2) !important;
}
@media (max-width: 768px) {
  .city-buttons .city-buttons-grid .city-button.primary {
    padding: 0.6em 1em;
    font-size: 0.8em;
    height: 36px;
  }
}
@media (max-width: 480px) {
  .city-buttons .city-buttons-grid .city-button.primary {
    padding: 0.5em 0.8em;
    font-size: 0.75em;
    height: 32px;
  }
}

.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: #eebd22;
}
.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: #eebd22;
}
.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: #eebd22;
  border: 2px solid;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Roboto;
}
.spotlight .show-all a:hover {
  background-color: #e8c400;
  color: #fff;
}
.spotlight .home-page .filter-switch {
  padding: 10px 0;
}
.spotlight .home-page .filter-switch .ant-btn {
  background-color: transparent;
  border-color: #eebd22;
  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;
  }
}

.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: #eebd22;
}
.contact-content {
  padding: 20px 5px;
  white-space: pre-line;
  color: #eebd22;
}
.contact-form {
  padding: 20px 5px;
  max-width: 500px;
  margin: auto;
  background-color: #000;
  padding: 15px;
}
.contact-form .text-center {
  color: #eebd22;
  padding: 0;
  margin: 0;
  text-align: start;
}
.contact-form .ant-form-item {
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .ant-row .ant-form-item-control-input {
    width: 100%;
  }
  .ant-row .ant-btn {
    margin: 0px;
  }
}

.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: #eebd22;
}
.conversation-search {
  position: relative;
}
.conversation-search input {
  padding: 1em 2.5em;
  width: calc(100% - 25px);
  border: none;
  background: #eebd22;
  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;
}

.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: #eebd22;
}
.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: #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: #242424;
  cursor: pointer;
}
.conversation-list-item.active {
  background: #242424;
  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: #666666;
}
.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: #eebd22;
}
.conversation-list {
  padding: 20px 0;
  width: 100%;
  background-color: #0272a9;
}
.conversation-list .user-bl {
  color: #e8c400;
  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: #eebd22;
}
.compose {
  display: flex;
  align-items: center;
  background-color: #333;
  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-input {
  flex: 1;
  border: none;
  font-size: 14px;
  height: 48px;
  background: none;
  color: #fff;
  outline: thin;
  padding: 5px 10px;
  background-color: #333 !important;
}
.compose-input:focus {
  outline: none;
  box-shadow: none;
}
.grp-icons {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
}
.grp-icons .anticon-send {
  font-size: 22px;
  color: #0272a9;
}
.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 {
  height: 48px;
  background: #eebd22;
  padding: 12px 15px;
}
.grp-send .anticon-send {
  font-size: 18px;
  color: #fff;
  transform: rotate(-45deg);
}
.grp-send:hover {
  background: #eebd22;
}
.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: #eebd22;
}
.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: #0272a9;
  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;
}

.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: #eebd22;
}
.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: #eebd22;
}
.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: #000;
}
.sidebar .conversation-list .conversation-title,
.sidebar .conversation-list .conversation-snippet {
  color: #666;
}
.chat-content {
  background: #1b1b1b;
  display: flex;
  width: 60%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px ;
}
.chat-content .mess-recipient {
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #323232;
  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: 450px) {
  .sidebar {
    width: 100%;
  }
  .sidebar.active {
    display: none;
  }
  .chat-content {
    width: 100%;
    display: none;
  }
  .chat-content.active {
    display: flex;
  }
}

.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: #eebd22;
}
.blacklist-layout {
  background-color: #242424;
  min-height: 100vh;
  padding: 24px;
}
.blacklist-layout .blacklist-header {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.blacklist-layout .blacklist-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 600;
}
.blacklist-layout .blacklist-header p {
  color: #999999;
  margin: 0;
  font-size: 16px;
}
.blacklist-layout .blacklist-header .header-actions .ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
}
.blacklist-layout .blacklist-header .header-actions .ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-layout .blacklist-content .blacklist-card {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  overflow: hidden;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav {
  background-color: #242424;
  margin: 0;
  padding: 0 24px;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
  color: #999999;
  border-bottom: 2px solid transparent;
  padding: 16px 24px;
  margin-right: 32px;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:hover {
  color: #fff;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active {
  color: #eebd22;
  border-bottom-color: #eebd22;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #eebd22;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  padding: 24px;
}
.blacklist-search-form .search-form .ant-form-item {
  margin-bottom: 16px;
}
.blacklist-search-form .search-form .form-actions {
  margin-bottom: 0;
  text-align: center;
}
.blacklist-search-form .search-form .ant-btn {
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
}
.blacklist-search-form .search-form .ant-btn.ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.blacklist-search-form .search-form .ant-btn.ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-search-form .search-results {
  margin-top: 24px;
}
.blacklist-search-form .search-results .results-header {
  margin-bottom: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #64470b;
}
.blacklist-search-form .search-results .results-header .ant-typography {
  color: #fff;
  font-size: 16px;
}
.blacklist-search-form .search-results .results-table .ant-table {
  background: transparent;
}
.blacklist-search-form .search-results .results-table .ant-table .ant-table-thead > tr > th {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-weight: 600;
}
.blacklist-search-form .search-results .results-table .ant-table .ant-table-tbody > tr > td {
  background-color: transparent;
  border-bottom: 1px solid #64470b;
  color: #fff;
}
.blacklist-search-form .search-results .results-table .ant-table .ant-table-tbody > tr:hover > td {
  background-color: rgba(238, 189, 34, 0.05);
}
.blacklist-search-form .search-results .no-results {
  background: #242424;
  border: 1px solid #64470b;
  margin-top: 16px;
}
.blacklist-search-form .search-results .no-results .ant-card-body {
  padding: 40px;
}
.blacklist-create-form .create-form .ant-form-item {
  margin-bottom: 16px;
}
.blacklist-create-form .create-form .form-actions {
  margin-bottom: 0;
  text-align: center;
}
.blacklist-create-form .create-form .ant-btn {
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
}
.blacklist-create-form .create-form .ant-btn.ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.blacklist-create-form .create-form .ant-btn.ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-create-form .create-form .ant-input,
.blacklist-create-form .create-form .ant-input-affix-wrapper,
.blacklist-create-form .create-form .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.blacklist-create-form .create-form .ant-input:hover,
.blacklist-create-form .create-form .ant-input-affix-wrapper:hover,
.blacklist-create-form .create-form .ant-select-selector:hover {
  border-color: #eebd22;
}
.blacklist-create-form .create-form .ant-input:focus,
.blacklist-create-form .create-form .ant-input-affix-wrapper:focus,
.blacklist-create-form .create-form .ant-select-selector:focus,
.blacklist-create-form .create-form .ant-input.ant-input-focused,
.blacklist-create-form .create-form .ant-input-affix-wrapper.ant-input-focused,
.blacklist-create-form .create-form .ant-select-selector.ant-input-focused,
.blacklist-create-form .create-form .ant-input.ant-select-focused .ant-select-selector,
.blacklist-create-form .create-form .ant-input-affix-wrapper.ant-select-focused .ant-select-selector,
.blacklist-create-form .create-form .ant-select-selector.ant-select-focused .ant-select-selector {
  border-color: #eebd22;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.blacklist-create-form .create-form .ant-input::placeholder,
.blacklist-create-form .create-form .ant-input-affix-wrapper input::placeholder {
  color: #999999;
}
.blacklist-create-form .create-form .ant-select-arrow {
  color: #999999;
}
.blacklist-create-form .create-form .ant-select-dropdown {
  background-color: #242424;
  border: 1px solid #64470b;
}
.blacklist-create-form .create-form .ant-select-dropdown .ant-select-item {
  color: #fff;
}
.blacklist-create-form .create-form .ant-select-dropdown .ant-select-item:hover {
  background-color: rgba(238, 189, 34, 0.1);
}
.blacklist-create-form .create-form .ant-select-dropdown .ant-select-item.ant-select-item-option-selected {
  background-color: #eebd22;
  color: #000;
}
.blacklist-my-reports .reports-header {
  background: #242424;
  border: 1px solid #64470b;
  margin-bottom: 16px;
}
.blacklist-my-reports .reports-header .header-content {
  display: flex;
  align-items: center;
}
.blacklist-my-reports .reports-header .header-content .ant-typography {
  color: #fff;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input {
  background-color: #000;
  border-color: #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input:hover,
.blacklist-my-reports .reports-header .ant-input-search .ant-input:focus {
  border-color: #eebd22;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input-search-button {
  background-color: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input-search-button:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-my-reports .reports-content .reports-table .ant-table {
  background: transparent;
}
.blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-thead > tr > th {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-weight: 600;
}
.blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-tbody > tr > td {
  background-color: transparent;
  border-bottom: 1px solid #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-tbody > tr:hover > td {
  background-color: rgba(238, 189, 34, 0.05);
}
.blacklist-my-reports .reports-content .pagination-container {
  margin-top: 16px;
  text-align: center;
  padding: 16px;
  background-color: #242424;
  border-radius: 8px;
  border: 1px solid #64470b;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item {
  background-color: #000;
  border-color: #64470b;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item:hover {
  border-color: #eebd22;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item.ant-pagination-item-active {
  border-color: #eebd22;
  background-color: #eebd22;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #000;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-prev,
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-next {
  background-color: #000;
  border-color: #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-prev:hover,
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
  color: #eebd22;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-options .ant-select .ant-select-selector {
  background-color: #000;
  border-color: #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
  color: #999999;
}
.blacklist-my-reports .reports-content .no-reports {
  background: #242424;
  border: 1px solid #64470b;
  margin-top: 16px;
}
.blacklist-my-reports .reports-content .no-reports .ant-card-body {
  padding: 40px;
}
.ant-tag {
  border-radius: 4px;
  font-weight: 500;
}
.ant-btn-link {
  color: #eebd22;
  padding: 4px 8px;
  height: auto;
}
.ant-btn-link:hover {
  color: #cda010;
  background-color: rgba(238, 189, 34, 0.1);
  border-radius: 4px;
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
}
.ant-btn-dangerous.ant-btn-link:hover {
  color: #ff7875;
  background-color: rgba(255, 77, 79, 0.1);
}
.ant-alert {
  border-radius: 8px;
  border: 1px solid #64470b;
}
.ant-alert.ant-alert-info {
  background-color: rgba(238, 189, 34, 0.05);
  border-color: rgba(238, 189, 34, 0.2);
}
.ant-alert.ant-alert-info .ant-alert-message {
  color: #fff;
  font-weight: 600;
}
.ant-alert.ant-alert-info .ant-alert-description {
  color: #999999;
}
.ant-alert.ant-alert-info .ant-alert-description p {
  margin: 4px 0;
}
.ant-modal .ant-modal-content {
  background-color: #000;
  border: 1px solid #64470b;
}
.ant-modal .ant-modal-content .ant-modal-header {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
}
.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  color: #fff;
}
.ant-modal .ant-modal-content .ant-modal-body {
  color: #fff;
}
.ant-modal .ant-modal-content .ant-modal-footer {
  background-color: #242424;
  border-top: 1px solid #64470b;
}
.ant-modal .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.ant-modal .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
@media screen and (max-width: 450px) {
  .blacklist-layout {
    padding: 16px;
  }
  .blacklist-layout .blacklist-header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .blacklist-layout .blacklist-header h1 {
    font-size: 24px;
  }
  .blacklist-layout .blacklist-header .ant-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav {
    padding: 0 16px;
  }
  .blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
    padding: 12px 16px;
    margin-right: 16px;
    font-size: 14px;
  }
  .blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
    padding: 16px;
  }
  .blacklist-search-form .ant-form .ant-row .ant-col,
  .blacklist-create-form .ant-form .ant-row .ant-col {
    margin-bottom: 16px;
  }
  .blacklist-my-reports .reports-header .ant-row .ant-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-thead > tr > th,
  .blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-tbody > tr > td {
    padding: 8px 4px;
    font-size: 12px;
  }
}

.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: #eebd22;
}
.blacklist-layout {
  background-color: #242424;
  min-height: 100vh;
  padding: 24px;
}
.blacklist-layout .blacklist-header {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.blacklist-layout .blacklist-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 600;
}
.blacklist-layout .blacklist-header p {
  color: #999999;
  margin: 0;
  font-size: 16px;
}
.blacklist-layout .blacklist-header .header-actions .ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
}
.blacklist-layout .blacklist-header .header-actions .ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-layout .blacklist-content .blacklist-card {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  overflow: hidden;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav {
  background-color: #242424;
  margin: 0;
  padding: 0 24px;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
  color: #999999;
  border-bottom: 2px solid transparent;
  padding: 16px 24px;
  margin-right: 32px;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:hover {
  color: #fff;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active {
  color: #eebd22;
  border-bottom-color: #eebd22;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #eebd22;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  padding: 24px;
}
.blacklist-search-form .search-form .ant-form-item {
  margin-bottom: 16px;
}
.blacklist-search-form .search-form .form-actions {
  margin-bottom: 0;
  text-align: center;
}
.blacklist-search-form .search-form .ant-btn {
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
}
.blacklist-search-form .search-form .ant-btn.ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.blacklist-search-form .search-form .ant-btn.ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-search-form .search-results {
  margin-top: 24px;
}
.blacklist-search-form .search-results .results-header {
  margin-bottom: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #64470b;
}
.blacklist-search-form .search-results .results-header .ant-typography {
  color: #fff;
  font-size: 16px;
}
.blacklist-search-form .search-results .results-table .ant-table {
  background: transparent;
}
.blacklist-search-form .search-results .results-table .ant-table .ant-table-thead > tr > th {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-weight: 600;
}
.blacklist-search-form .search-results .results-table .ant-table .ant-table-tbody > tr > td {
  background-color: transparent;
  border-bottom: 1px solid #64470b;
  color: #fff;
}
.blacklist-search-form .search-results .results-table .ant-table .ant-table-tbody > tr:hover > td {
  background-color: rgba(238, 189, 34, 0.05);
}
.blacklist-search-form .search-results .no-results {
  background: #242424;
  border: 1px solid #64470b;
  margin-top: 16px;
}
.blacklist-search-form .search-results .no-results .ant-card-body {
  padding: 40px;
}
.blacklist-create-form .create-form .ant-form-item {
  margin-bottom: 16px;
}
.blacklist-create-form .create-form .form-actions {
  margin-bottom: 0;
  text-align: center;
}
.blacklist-create-form .create-form .ant-btn {
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
}
.blacklist-create-form .create-form .ant-btn.ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.blacklist-create-form .create-form .ant-btn.ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-create-form .create-form .ant-input,
.blacklist-create-form .create-form .ant-input-affix-wrapper,
.blacklist-create-form .create-form .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.blacklist-create-form .create-form .ant-input:hover,
.blacklist-create-form .create-form .ant-input-affix-wrapper:hover,
.blacklist-create-form .create-form .ant-select-selector:hover {
  border-color: #eebd22;
}
.blacklist-create-form .create-form .ant-input:focus,
.blacklist-create-form .create-form .ant-input-affix-wrapper:focus,
.blacklist-create-form .create-form .ant-select-selector:focus,
.blacklist-create-form .create-form .ant-input.ant-input-focused,
.blacklist-create-form .create-form .ant-input-affix-wrapper.ant-input-focused,
.blacklist-create-form .create-form .ant-select-selector.ant-input-focused,
.blacklist-create-form .create-form .ant-input.ant-select-focused .ant-select-selector,
.blacklist-create-form .create-form .ant-input-affix-wrapper.ant-select-focused .ant-select-selector,
.blacklist-create-form .create-form .ant-select-selector.ant-select-focused .ant-select-selector {
  border-color: #eebd22;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.blacklist-create-form .create-form .ant-input::placeholder,
.blacklist-create-form .create-form .ant-input-affix-wrapper input::placeholder {
  color: #999999;
}
.blacklist-create-form .create-form .ant-select-arrow {
  color: #999999;
}
.blacklist-create-form .create-form .ant-select-dropdown {
  background-color: #242424;
  border: 1px solid #64470b;
}
.blacklist-create-form .create-form .ant-select-dropdown .ant-select-item {
  color: #fff;
}
.blacklist-create-form .create-form .ant-select-dropdown .ant-select-item:hover {
  background-color: rgba(238, 189, 34, 0.1);
}
.blacklist-create-form .create-form .ant-select-dropdown .ant-select-item.ant-select-item-option-selected {
  background-color: #eebd22;
  color: #000;
}
.blacklist-my-reports .reports-header {
  background: #242424;
  border: 1px solid #64470b;
  margin-bottom: 16px;
}
.blacklist-my-reports .reports-header .header-content {
  display: flex;
  align-items: center;
}
.blacklist-my-reports .reports-header .header-content .ant-typography {
  color: #fff;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input {
  background-color: #000;
  border-color: #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input:hover,
.blacklist-my-reports .reports-header .ant-input-search .ant-input:focus {
  border-color: #eebd22;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input-search-button {
  background-color: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input-search-button:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-my-reports .reports-content .reports-table .ant-table {
  background: transparent;
}
.blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-thead > tr > th {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-weight: 600;
}
.blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-tbody > tr > td {
  background-color: transparent;
  border-bottom: 1px solid #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-tbody > tr:hover > td {
  background-color: rgba(238, 189, 34, 0.05);
}
.blacklist-my-reports .reports-content .pagination-container {
  margin-top: 16px;
  text-align: center;
  padding: 16px;
  background-color: #242424;
  border-radius: 8px;
  border: 1px solid #64470b;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item {
  background-color: #000;
  border-color: #64470b;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item:hover {
  border-color: #eebd22;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item.ant-pagination-item-active {
  border-color: #eebd22;
  background-color: #eebd22;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #000;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-prev,
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-next {
  background-color: #000;
  border-color: #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-prev:hover,
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
  color: #eebd22;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-options .ant-select .ant-select-selector {
  background-color: #000;
  border-color: #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
  color: #999999;
}
.blacklist-my-reports .reports-content .no-reports {
  background: #242424;
  border: 1px solid #64470b;
  margin-top: 16px;
}
.blacklist-my-reports .reports-content .no-reports .ant-card-body {
  padding: 40px;
}
.ant-tag {
  border-radius: 4px;
  font-weight: 500;
}
.ant-btn-link {
  color: #eebd22;
  padding: 4px 8px;
  height: auto;
}
.ant-btn-link:hover {
  color: #cda010;
  background-color: rgba(238, 189, 34, 0.1);
  border-radius: 4px;
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
}
.ant-btn-dangerous.ant-btn-link:hover {
  color: #ff7875;
  background-color: rgba(255, 77, 79, 0.1);
}
.ant-alert {
  border-radius: 8px;
  border: 1px solid #64470b;
}
.ant-alert.ant-alert-info {
  background-color: rgba(238, 189, 34, 0.05);
  border-color: rgba(238, 189, 34, 0.2);
}
.ant-alert.ant-alert-info .ant-alert-message {
  color: #fff;
  font-weight: 600;
}
.ant-alert.ant-alert-info .ant-alert-description {
  color: #999999;
}
.ant-alert.ant-alert-info .ant-alert-description p {
  margin: 4px 0;
}
.ant-modal .ant-modal-content {
  background-color: #000;
  border: 1px solid #64470b;
}
.ant-modal .ant-modal-content .ant-modal-header {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
}
.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  color: #fff;
}
.ant-modal .ant-modal-content .ant-modal-body {
  color: #fff;
}
.ant-modal .ant-modal-content .ant-modal-footer {
  background-color: #242424;
  border-top: 1px solid #64470b;
}
.ant-modal .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.ant-modal .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
@media screen and (max-width: 450px) {
  .blacklist-layout {
    padding: 16px;
  }
  .blacklist-layout .blacklist-header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .blacklist-layout .blacklist-header h1 {
    font-size: 24px;
  }
  .blacklist-layout .blacklist-header .ant-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav {
    padding: 0 16px;
  }
  .blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
    padding: 12px 16px;
    margin-right: 16px;
    font-size: 14px;
  }
  .blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
    padding: 16px;
  }
  .blacklist-search-form .ant-form .ant-row .ant-col,
  .blacklist-create-form .ant-form .ant-row .ant-col {
    margin-bottom: 16px;
  }
  .blacklist-my-reports .reports-header .ant-row .ant-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-thead > tr > th,
  .blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-tbody > tr > td {
    padding: 8px 4px;
    font-size: 12px;
  }
}

.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: #eebd22;
}
.blacklist-layout {
  background-color: #242424;
  min-height: 100vh;
  padding: 24px;
}
.blacklist-layout .blacklist-header {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.blacklist-layout .blacklist-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 600;
}
.blacklist-layout .blacklist-header p {
  color: #999999;
  margin: 0;
  font-size: 16px;
}
.blacklist-layout .blacklist-header .header-actions .ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
}
.blacklist-layout .blacklist-header .header-actions .ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-layout .blacklist-content .blacklist-card {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  overflow: hidden;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav {
  background-color: #242424;
  margin: 0;
  padding: 0 24px;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
  color: #999999;
  border-bottom: 2px solid transparent;
  padding: 16px 24px;
  margin-right: 32px;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:hover {
  color: #fff;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active {
  color: #eebd22;
  border-bottom-color: #eebd22;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #eebd22;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  padding: 24px;
}
.blacklist-search-form .search-form .ant-form-item {
  margin-bottom: 16px;
}
.blacklist-search-form .search-form .form-actions {
  margin-bottom: 0;
  text-align: center;
}
.blacklist-search-form .search-form .ant-btn {
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
}
.blacklist-search-form .search-form .ant-btn.ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.blacklist-search-form .search-form .ant-btn.ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-search-form .search-results {
  margin-top: 24px;
}
.blacklist-search-form .search-results .results-header {
  margin-bottom: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #64470b;
}
.blacklist-search-form .search-results .results-header .ant-typography {
  color: #fff;
  font-size: 16px;
}
.blacklist-search-form .search-results .results-table .ant-table {
  background: transparent;
}
.blacklist-search-form .search-results .results-table .ant-table .ant-table-thead > tr > th {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-weight: 600;
}
.blacklist-search-form .search-results .results-table .ant-table .ant-table-tbody > tr > td {
  background-color: transparent;
  border-bottom: 1px solid #64470b;
  color: #fff;
}
.blacklist-search-form .search-results .results-table .ant-table .ant-table-tbody > tr:hover > td {
  background-color: rgba(238, 189, 34, 0.05);
}
.blacklist-search-form .search-results .no-results {
  background: #242424;
  border: 1px solid #64470b;
  margin-top: 16px;
}
.blacklist-search-form .search-results .no-results .ant-card-body {
  padding: 40px;
}
.blacklist-create-form .create-form .ant-form-item {
  margin-bottom: 16px;
}
.blacklist-create-form .create-form .form-actions {
  margin-bottom: 0;
  text-align: center;
}
.blacklist-create-form .create-form .ant-btn {
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
}
.blacklist-create-form .create-form .ant-btn.ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.blacklist-create-form .create-form .ant-btn.ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-create-form .create-form .ant-input,
.blacklist-create-form .create-form .ant-input-affix-wrapper,
.blacklist-create-form .create-form .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.blacklist-create-form .create-form .ant-input:hover,
.blacklist-create-form .create-form .ant-input-affix-wrapper:hover,
.blacklist-create-form .create-form .ant-select-selector:hover {
  border-color: #eebd22;
}
.blacklist-create-form .create-form .ant-input:focus,
.blacklist-create-form .create-form .ant-input-affix-wrapper:focus,
.blacklist-create-form .create-form .ant-select-selector:focus,
.blacklist-create-form .create-form .ant-input.ant-input-focused,
.blacklist-create-form .create-form .ant-input-affix-wrapper.ant-input-focused,
.blacklist-create-form .create-form .ant-select-selector.ant-input-focused,
.blacklist-create-form .create-form .ant-input.ant-select-focused .ant-select-selector,
.blacklist-create-form .create-form .ant-input-affix-wrapper.ant-select-focused .ant-select-selector,
.blacklist-create-form .create-form .ant-select-selector.ant-select-focused .ant-select-selector {
  border-color: #eebd22;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.blacklist-create-form .create-form .ant-input::placeholder,
.blacklist-create-form .create-form .ant-input-affix-wrapper input::placeholder {
  color: #999999;
}
.blacklist-create-form .create-form .ant-select-arrow {
  color: #999999;
}
.blacklist-create-form .create-form .ant-select-dropdown {
  background-color: #242424;
  border: 1px solid #64470b;
}
.blacklist-create-form .create-form .ant-select-dropdown .ant-select-item {
  color: #fff;
}
.blacklist-create-form .create-form .ant-select-dropdown .ant-select-item:hover {
  background-color: rgba(238, 189, 34, 0.1);
}
.blacklist-create-form .create-form .ant-select-dropdown .ant-select-item.ant-select-item-option-selected {
  background-color: #eebd22;
  color: #000;
}
.blacklist-my-reports .reports-header {
  background: #242424;
  border: 1px solid #64470b;
  margin-bottom: 16px;
}
.blacklist-my-reports .reports-header .header-content {
  display: flex;
  align-items: center;
}
.blacklist-my-reports .reports-header .header-content .ant-typography {
  color: #fff;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input {
  background-color: #000;
  border-color: #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input:hover,
.blacklist-my-reports .reports-header .ant-input-search .ant-input:focus {
  border-color: #eebd22;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input-search-button {
  background-color: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.blacklist-my-reports .reports-header .ant-input-search .ant-input-search-button:hover {
  background: #cda010;
  border-color: #cda010;
}
.blacklist-my-reports .reports-content .reports-table .ant-table {
  background: transparent;
}
.blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-thead > tr > th {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-weight: 600;
}
.blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-tbody > tr > td {
  background-color: transparent;
  border-bottom: 1px solid #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-tbody > tr:hover > td {
  background-color: rgba(238, 189, 34, 0.05);
}
.blacklist-my-reports .reports-content .pagination-container {
  margin-top: 16px;
  text-align: center;
  padding: 16px;
  background-color: #242424;
  border-radius: 8px;
  border: 1px solid #64470b;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item {
  background-color: #000;
  border-color: #64470b;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item:hover {
  border-color: #eebd22;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item.ant-pagination-item-active {
  border-color: #eebd22;
  background-color: #eebd22;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #000;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-prev,
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-next {
  background-color: #000;
  border-color: #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-prev:hover,
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
  color: #eebd22;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-options .ant-select .ant-select-selector {
  background-color: #000;
  border-color: #64470b;
  color: #fff;
}
.blacklist-my-reports .reports-content .pagination-container .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
  color: #999999;
}
.blacklist-my-reports .reports-content .no-reports {
  background: #242424;
  border: 1px solid #64470b;
  margin-top: 16px;
}
.blacklist-my-reports .reports-content .no-reports .ant-card-body {
  padding: 40px;
}
.ant-tag {
  border-radius: 4px;
  font-weight: 500;
}
.ant-btn-link {
  color: #eebd22;
  padding: 4px 8px;
  height: auto;
}
.ant-btn-link:hover {
  color: #cda010;
  background-color: rgba(238, 189, 34, 0.1);
  border-radius: 4px;
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
}
.ant-btn-dangerous.ant-btn-link:hover {
  color: #ff7875;
  background-color: rgba(255, 77, 79, 0.1);
}
.ant-alert {
  border-radius: 8px;
  border: 1px solid #64470b;
}
.ant-alert.ant-alert-info {
  background-color: rgba(238, 189, 34, 0.05);
  border-color: rgba(238, 189, 34, 0.2);
}
.ant-alert.ant-alert-info .ant-alert-message {
  color: #fff;
  font-weight: 600;
}
.ant-alert.ant-alert-info .ant-alert-description {
  color: #999999;
}
.ant-alert.ant-alert-info .ant-alert-description p {
  margin: 4px 0;
}
.ant-modal .ant-modal-content {
  background-color: #000;
  border: 1px solid #64470b;
}
.ant-modal .ant-modal-content .ant-modal-header {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
}
.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  color: #fff;
}
.ant-modal .ant-modal-content .ant-modal-body {
  color: #fff;
}
.ant-modal .ant-modal-content .ant-modal-footer {
  background-color: #242424;
  border-top: 1px solid #64470b;
}
.ant-modal .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.ant-modal .ant-modal-content .ant-modal-footer .ant-btn.ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
@media screen and (max-width: 450px) {
  .blacklist-layout {
    padding: 16px;
  }
  .blacklist-layout .blacklist-header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .blacklist-layout .blacklist-header h1 {
    font-size: 24px;
  }
  .blacklist-layout .blacklist-header .ant-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav {
    padding: 0 16px;
  }
  .blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
    padding: 12px 16px;
    margin-right: 16px;
    font-size: 14px;
  }
  .blacklist-layout .blacklist-content .blacklist-card .blacklist-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
    padding: 16px;
  }
  .blacklist-search-form .ant-form .ant-row .ant-col,
  .blacklist-create-form .ant-form .ant-row .ant-col {
    margin-bottom: 16px;
  }
  .blacklist-my-reports .reports-header .ant-row .ant-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-thead > tr > th,
  .blacklist-my-reports .reports-content .reports-table .ant-table .ant-table-tbody > tr > td {
    padding: 8px 4px;
    font-size: 12px;
  }
}

.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: #eebd22;
}
.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: #eebd22;
  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: #eebd22;
}
.contentInner {
  background: #000;
  padding: 12px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.01);
  min-height: calc(100vh - 230px);
  position: relative;
  color: #fff;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .contentInner {
    min-height: calc(100vh - 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: #eebd22;
}
.title-bookings {
  padding-left: 10px;
}
.ant-breadcrumb span {
  color: #fff;
}
.ant-breadcrumb span .anticon:hover {
  color: #eebd22;
}
.ant-breadcrumb a {
  color: #fff;
}
.contentInner {
  background-color: #000;
}
.contentInner .ant-descriptions-title {
  color: #fff;
}
.contentInner .ant-descriptions-item-label {
  color: #fff;
}
.contentInner .ant-descriptions-item-content {
  color: #fff;
}
.contentInner .table-responsive .ant-select {
  width: 100%;
  background: #4e4e4e;
  border-radius: 5px;
  border: 1px solid #4e4e4e;
}
.contentInner .table-responsive .ant-select .ant-select-selector {
  background: #4e4e4e;
}
.contentInner .table-responsive .ant-select .ant-select-arrow {
  color: #fff;
}
@media screen and (max-width: 450px) {
  .ant-breadcrumb {
    margin-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: #eebd22;
}
.user-account-container {
  background-color: #000 !important;
}
.account-form .ant-form-item {
  margin-bottom: 10px;
}
.account-form .ant-form-item .ant-form-item-label {
  padding: 0;
}
.account-form .ant-form-item .ant-form-item-label label {
  font-size: 11px;
}
.account-form .ant-form-item .ant-form-item-explain {
  font-size: 11px;
}
.account-form input,
.account-form .ant-input {
  height: 40px;
  background: #242424 !important;
  color: white;
}
.account-form .ant-form-item-explain,
.account-form .ant-form-item-extra,
.account-form .anticon {
  color: #fff;
}
.account-form .ant-input-password .ant-input {
  height: 32px;
}
.account-form .ant-select-selector {
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 5px 11px;
  min-height: 40px;
}
.account-form button {
  height: 40px;
}
.account-form .ant-picker.ant-picker-range {
  height: 40px;
}
.account-form .ant-picker.ant-picker-range input,
.account-form .ant-picker.ant-picker-range .ant-input {
  height: 32px;
  border: none;
}
.ant-tabs.ant-tabs-top.nav-tabs {
  color: #666;
}
@media screen and (max-width: 450px) {
  .user-account-layout {
    margin-top: 50px;
  }
  .user-account-layout .ant-form-item-control-input .ant-btn {
    margin: 0px;
  }
}

.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: #eebd22;
}
.ant-breadcrumb span {
  color: #fff;
}
.ant-breadcrumb span .anticon:hover {
  color: #eebd22;
}
.ant-breadcrumb a {
  color: #fff;
}
.contentInner {
  background-color: #000;
}
.contentInner .ant-descriptions-title {
  color: #fff;
}
.contentInner .ant-descriptions-item-label {
  color: #fff;
}
.contentInner .ant-descriptions-item-content {
  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: #eebd22;
}
.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: #eebd22;
}
.stat-title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.stat-container {
  display: flex;
  flex-direction: column;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  height: 100%;
}
.stat-container .stat-header {
  background-color: #eebd22;
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.stat-container .stat-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  flex: 1;
}
.stat-container .stat-content p {
  font-size: 16px;
  text-align: center;
}
.stat-container .stat-content .stat-content-icon {
  background-color: #eebd22;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 26px;
  margin-top: auto;
  cursor: pointer;
}
.booking-container {
  background-color: #000;
  color: #fff;
  margin: 0 5px;
  padding: 20px 28px !important;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.booking-container .booking-title {
  display: flex;
  flex: 1;
  justify-content: space-between;
  font-size: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #eebd22;
}
.booking-container .booking-title .booking-title-right {
  color: #4e4e4e;
}
.booking-container .booking-title span {
  margin-left: 8px;
}
.booking-container .booking-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  cursor: pointer;
}
.booking-container .booking-item:hover {
  background-color: #333;
}
.booking-container .booking-item p {
  padding: 0;
  margin: 0;
}
.booking-container .booking-item .booking-item-content {
  display: flex;
  gap: 12px;
  align-items: center;
}
.booking-container .booking-item .booking-item-content .booking-item-avatar {
  height: 60px;
  width: 60px;
}
.booking-container .booking-item .booking-item-content .booking-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.booking-container .booking-item .booking-item-content .user-info {
  display: flex;
  flex-direction: column;
  column-gap: 4px;
}
.booking-container .booking-item .booking-item-action {
  display: flex;
  justify-items: center;
  align-items: center;
}
.booking-container .booking-item .booking-item-action span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.booking-container #scrollableDiv {
  height: 400px;
  overflow-y: scroll;
  /* Allow vertical scrolling */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.booking-container #scrollableDiv .scrollContent::-webkit-scrollbar {
  display: none;
}
.modal-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.modal-chat-icon {
  font-size: 18px;
  margin-left: 8px;
}
@media screen and (max-width: 450px) {
  .booking-container {
    padding: 10px !important;
  }
  .booking-container .booking-title > div {
    display: flex;
    align-items: center;
  }
  .booking-container .booking-title span {
    width: min-content;
  }
  .booking-container .booking-title-right {
    text-align: center;
  }
  .booking-container .booking-item {
    padding: 10px 12px;
  }
  .booking-container .booking-item .booking-item-action span {
    font-size: 18px;
  }
}

.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: #eebd22;
}
.getInTouch {
  padding: 10px 0px;
  font-weight: bold;
  margin-left: 20px;
  font-size: x-larg;
  color: #eebd22;
}
.contact-container {
  background-color: black;
  margin-left: 20px;
  width: 70%;
  border-radius: 5px;
}
.contact-container #contact-form {
  padding: 20px;
}
.contact-container #contact-form .ant-btn {
  background-color: #eebd22;
}
@media (max-width: 450px) {
  .ant-layout {
    display: block;
  }
  .ant-layout .contact-container {
    width: 100%;
    margin: 0px;
  }
  .ant-layout .contact-container #contact-form .ant-btn {
    width: 100%;
    margin: 10px 0px;
  }
}

.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: #eebd22;
}
.credit-calculator .calculator-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #f1f1f1;
  text-align: center;
  margin-bottom: 0;
}
.credit-calculator .calculator-title .anticon {
  color: #eebd22;
  font-size: 24px;
}
.credit-calculator .calculator-content .input-section {
  margin-bottom: 20px;
  text-align: center;
}
.credit-calculator .calculator-content .input-section .ant-typography {
  color: #f1f1f1;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
}
.credit-calculator .calculator-content .input-section .ant-input {
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.1), rgba(232, 196, 0, 0.05));
  border: 2px solid #64470b;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 48px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.credit-calculator .calculator-content .input-section .ant-input::placeholder {
  color: #999;
  font-weight: 400;
}
.credit-calculator .calculator-content .input-section .ant-input:hover {
  border-color: #eebd22;
  box-shadow: 0 4px 12px rgba(238, 189, 34, 0.2);
}
.credit-calculator .calculator-content .input-section .ant-input:focus {
  border-color: #eebd22;
  box-shadow: 0 0 0 4px rgba(238, 189, 34, 0.2);
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.15), rgba(232, 196, 0, 0.08));
}
.credit-calculator .calculator-content .calculation-result {
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.08), rgba(232, 196, 0, 0.04));
  border: 2px solid #eebd22;
  border-radius: 16px;
  padding: 20px;
  margin-top: 16px;
}
.credit-calculator .calculator-content .calculation-result .package-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #eebd22, #e8c400);
  border-radius: 12px;
  color: #000;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(238, 189, 34, 0.3);
}
.credit-calculator .calculator-content .calculation-result .price-breakdown {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}
.credit-calculator .calculator-content .calculation-result .price-breakdown .ant-row {
  margin-bottom: 8px;
  padding: 4px 0;
}
.credit-calculator .calculator-content .calculation-result .price-breakdown .ant-row:last-child {
  margin-bottom: 0;
  padding-top: 12px;
  border-top: 2px solid #eebd22;
  margin-top: 8px;
}
.credit-calculator .calculator-content .calculation-result .price-breakdown .ant-typography {
  color: #f1f1f1;
  font-size: 14px;
}
.credit-calculator .calculator-content .calculation-result .price-breakdown .ant-typography.ant-typography-strong {
  color: #eebd22;
  font-size: 16px;
}
.credit-calculator .calculator-content .calculation-result .purchase-button {
  background: linear-gradient(135deg, #eebd22, #e8c400);
  border: none;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(238, 189, 34, 0.4);
  transition: all 0.3s ease;
  width: 100%;
}
.credit-calculator .calculator-content .calculation-result .purchase-button:hover {
  background: linear-gradient(135deg, #e8c400, #eebd22);
  box-shadow: 0 8px 24px rgba(238, 189, 34, 0.5);
  transform: translateY(-2px);
}
.credit-calculator .calculator-content .calculation-result .purchase-button:active {
  transform: translateY(0);
}
.credit-calculator .calculator-content .calculation-result .purchase-button .anticon {
  margin-right: 8px;
  font-size: 18px;
}
.credit-calculator .calculator-content .calculating {
  text-align: center;
  padding: 32px 20px;
  color: #999;
  font-size: 16px;
  font-style: italic;
}
.credit-calculator .ant-card {
  background: linear-gradient(135deg, #242424, rgba(238, 189, 34, 0.02));
  border: 2px solid #64470b;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 100%;
}
.credit-calculator .ant-card .ant-card-head {
  background: linear-gradient(135deg, #eebd22, #e8c400);
  border-bottom: none;
  padding: 16px 20px;
}
.credit-calculator .ant-card .ant-card-head .ant-card-head-title {
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
.credit-calculator .ant-card .ant-card-body {
  background: transparent;
  padding: 24px 20px;
}
.credit-calculator .ant-divider {
  border-color: #eebd22;
  margin: 16px 0;
}
.credit-calculator .ant-alert {
  border-radius: 12px;
  border: none;
  margin-top: 16px;
}
.credit-calculator .ant-alert.ant-alert-error {
  background: linear-gradient(135deg, rgba(240, 65, 52, 0.15), rgba(240, 65, 52, 0.05));
  border: 2px solid #f04134;
  color: #f04134;
}

.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: #eebd22;
}
.credit-packages .packages-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 32px;
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.1), rgba(232, 196, 0, 0.05));
  border: 2px solid #eebd22;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(238, 189, 34, 0.2);
}
.credit-packages .packages-header .packages-title {
  color: #f1f1f1;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
.credit-packages .packages-header .packages-title .anticon {
  color: #eebd22;
  margin-right: 12px;
  font-size: 28px;
}
.credit-packages .packages-header .packages-description {
  color: #999999;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.credit-packages .packages-list {
  gap: 20px;
}
.credit-packages .package-card {
  background: linear-gradient(135deg, #242424, rgba(238, 189, 34, 0.02));
  border: 2px solid #64470b;
  border-radius: 16px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.credit-packages .package-card.vertical {
  height: auto;
  margin-bottom: 0;
}
.credit-packages .package-card.full-width {
  width: 100%;
}
.credit-packages .package-card.active {
  border-color: #eebd22;
  box-shadow: 0 8px 32px rgba(238, 189, 34, 0.2);
}
.credit-packages .package-card.active:hover {
  border-color: #e8c400;
  box-shadow: 0 12px 40px rgba(238, 189, 34, 0.3);
  transform: translateY(-8px) scale(1.02);
}
.credit-packages .package-card.inactive {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(50%);
}
.credit-packages .package-card .ant-card-body {
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.credit-packages .package-card .package-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #eebd22;
}
.credit-packages .package-card .package-header .package-name {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.credit-packages .package-card .package-header .package-name .ant-typography {
  margin: 0;
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 700;
}
.credit-packages .package-card .package-header .package-name .trial-tag {
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eebd22, #e8c400);
  color: #000;
  font-weight: 600;
}
.credit-packages .package-card .package-header .package-name .trial-tag .anticon {
  margin-right: 4px;
}
.credit-packages .package-card .package-header .active-tag {
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00c12c, #00a854);
  color: #fff;
  font-weight: 600;
}
.credit-packages .package-card .package-header .active-tag .anticon {
  margin-right: 4px;
}
.credit-packages .package-card.vertical {
  margin-bottom: 16px;
}
.credit-packages .package-card.vertical .package-header {
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #eebd22;
}
.credit-packages .package-card.vertical .package-header .package-name .ant-typography {
  font-size: 22px;
  margin: 0;
}
.credit-packages .package-card.vertical .package-description {
  margin-bottom: 20px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border-left: 4px solid #eebd22;
}
.credit-packages .package-card.vertical .package-description .ant-typography {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.credit-packages .package-card.vertical .package-details {
  margin-bottom: 20px;
}
.credit-packages .package-card.vertical .package-details .detail-section {
  text-align: center;
  padding: 12px;
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.1), rgba(232, 196, 0, 0.05));
  border-radius: 8px;
  border: 1px solid #eebd22;
  height: 100%;
}
.credit-packages .package-card.vertical .package-details .detail-section .detail-label {
  display: block;
  color: #999999;
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.credit-packages .package-card.vertical .package-details .detail-section .detail-value .range-text {
  color: #eebd22;
  font-size: 16px;
  font-weight: 700;
}
.credit-packages .package-card.vertical .package-details .detail-section .detail-value .price-text {
  color: #eebd22;
  font-size: 20px;
  font-weight: 800;
}
.credit-packages .package-card.vertical .package-details .detail-section .detail-value .total-price-text {
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 600;
}
.credit-packages .package-card.vertical .example-prices-section {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px;
  margin-top: 12px;
}
.credit-packages .package-card.vertical .example-prices-section .examples-title {
  display: block;
  color: #999999;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.credit-packages .package-card.vertical .example-prices-section .example-price-item {
  text-align: center;
  padding: 6px;
  background: rgba(238, 189, 34, 0.1);
  border-radius: 6px;
  border: 1px solid #eebd22;
}
.credit-packages .package-card.vertical .example-prices-section .example-price-item .example-credits {
  display: block;
  color: #f1f1f1;
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 500;
}
.credit-packages .package-card.vertical .example-prices-section .example-price-item .example-price {
  display: block;
  color: #eebd22;
  font-size: 12px;
  font-weight: 700;
}
.credit-packages .package-card .package-description {
  margin-bottom: 24px;
  flex: 1;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  border-left: 4px solid #eebd22;
}
.credit-packages .package-card .package-description .ant-typography {
  color: #999999;
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
  font-style: italic;
}
.credit-packages .package-card .package-details .credit-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.1), rgba(232, 196, 0, 0.05));
  border-radius: 12px;
  border: 1px solid #eebd22;
}
.credit-packages .package-card .package-details .credit-range .ant-typography {
  color: #f1f1f1;
  font-weight: 600;
}
.credit-packages .package-card .package-details .credit-range .range-text {
  color: #eebd22;
  font-weight: 700;
  font-size: 18px;
}
.credit-packages .package-card .package-details .price-info .price-per-credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px;
  background: linear-gradient(135deg, #eebd22, #e8c400);
  border-radius: 12px;
  color: #000;
}
.credit-packages .package-card .package-details .price-info .price-per-credit .ant-typography {
  color: #000;
  font-weight: 600;
}
.credit-packages .package-card .package-details .price-info .price-per-credit .price-text {
  color: #000;
  font-size: 24px;
  font-weight: 800;
}
.credit-packages .package-card .package-details .price-info .example-prices {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 16px;
}
.credit-packages .package-card .package-details .price-info .example-prices .ant-typography {
  color: #999999;
  font-size: 12px;
  margin-bottom: 8px;
}
.credit-packages .package-card .package-details .price-info .example-prices .examples {
  margin-top: 8px;
}
.credit-packages .package-card .package-details .price-info .example-prices .examples .example-price {
  display: block;
  color: #f1f1f1;
  font-size: 13px;
  margin-bottom: 6px;
  padding: 4px 8px;
  background: rgba(238, 189, 34, 0.1);
  border-radius: 6px;
}
.credit-packages .package-card .package-details .price-info .example-prices .examples .example-price:last-child {
  margin-bottom: 0;
}
.credit-packages .package-card .inactive-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  backdrop-filter: blur(2px);
}
.credit-packages .package-card .inactive-overlay .ant-typography {
  color: #999;
  font-weight: 600;
  font-size: 16px;
}
.credit-packages .no-packages {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.05), rgba(232, 196, 0, 0.02));
  border: 2px dashed #64470b;
  border-radius: 16px;
}
.credit-packages .no-packages .ant-typography {
  font-size: 18px;
  color: #999;
}
.credit-packages .ant-divider {
  border-color: #eebd22;
  margin: 16px 0;
  border-width: 2px;
}
@media screen and (max-width: 450px) {
  .credit-packages .packages-header {
    margin-bottom: 24px;
    padding: 20px;
  }
  .credit-packages .packages-header .packages-title {
    font-size: 20px;
  }
  .credit-packages .packages-header .packages-description {
    font-size: 14px;
  }
  .credit-packages .package-card .ant-card-body {
    padding: 20px;
  }
  .credit-packages .package-card .package-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .credit-packages .package-card .package-header .package-name {
    width: 100%;
  }
  .credit-packages .package-card.vertical .package-details .detail-section {
    margin-bottom: 16px;
  }
  .credit-packages .package-card.vertical .example-prices-section .example-price-item {
    margin-bottom: 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: #eebd22;
}
.model-credits-page {
  min-height: 100vh;
  background: linear-gradient(135deg, #242424, rgba(238, 189, 34, 0.02));
  position: relative;
}
.model-credits-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(238, 189, 34, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(232, 196, 0, 0.08) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(238, 189, 34, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.model-credits-page .credits-content {
  padding: 32px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.model-credits-page .credits-content .credits-container .credits-header {
  text-align: center;
  margin-bottom: 48px;
  padding: 48px 32px;
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.15), rgba(232, 196, 0, 0.08));
  border: 3px solid #eebd22;
  border-radius: 24px;
  box-shadow: 0 12px 48px rgba(238, 189, 34, 0.2);
  position: relative;
  overflow: hidden;
}
.model-credits-page .credits-content .credits-container .credits-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  animation: shine 3s infinite;
}
.model-credits-page .credits-content .credits-container .credits-header .page-title {
  color: #f1f1f1;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
.model-credits-page .credits-content .credits-container .credits-header .page-title .anticon {
  color: #eebd22;
  font-size: 32px;
  filter: drop-shadow(0 0 8px rgba(238, 189, 34, 0.5));
}
.model-credits-page .credits-content .credits-container .credits-header .page-description {
  color: #999999;
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.model-credits-page .credits-content .credits-container .ant-row .ant-col .ant-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.model-credits-page .credits-content .credits-container .ant-row .ant-col .ant-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.model-credits-page .credits-content .credits-container .info-section {
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.08), rgba(232, 196, 0, 0.04));
  border: 2px solid #eebd22;
  border-radius: 20px;
  padding: 32px;
  margin-top: 32px;
  box-shadow: 0 8px 32px rgba(238, 189, 34, 0.15);
  position: relative;
}
.model-credits-page .credits-content .credits-container .info-section::before {
  content: '\2139\FE0F';
  position: absolute;
  top: -15px;
  left: 32px;
  background: #eebd22;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.model-credits-page .credits-content .credits-container .info-section .info-title {
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 8px;
}
.model-credits-page .credits-content .credits-container .info-section .info-content {
  color: #999999;
  font-size: 16px;
  line-height: 1.6;
}
@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  50% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
  100% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
}
@media screen and (max-width: 450px) {
  .model-credits-page .credits-content {
    padding: 16px;
  }
  .model-credits-page .credits-content .credits-container .credits-header {
    margin-bottom: 32px;
    padding: 32px 20px;
  }
  .model-credits-page .credits-content .credits-container .credits-header .page-title {
    font-size: 28px;
    flex-direction: column;
    gap: 12px;
  }
  .model-credits-page .credits-content .credits-container .credits-header .page-title .anticon {
    font-size: 28px;
  }
  .model-credits-page .credits-content .credits-container .credits-header .page-description {
    font-size: 16px;
  }
  .model-credits-page .credits-content .credits-container .ant-row {
    gap: 24px;
  }
  .model-credits-page .credits-content .credits-container .info-section {
    padding: 24px;
    margin-top: 24px;
  }
  .model-credits-page .credits-content .credits-container .info-section .info-title {
    font-size: 18px;
  }
  .model-credits-page .credits-content .credits-container .info-section .info-content {
    font-size: 14px;
  }
}

.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: #eebd22;
}
.studio-credits-page {
  min-height: 100vh;
  background: linear-gradient(135deg, #242424, rgba(238, 189, 34, 0.02));
  position: relative;
}
.studio-credits-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(238, 189, 34, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(232, 196, 0, 0.08) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(238, 189, 34, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.studio-credits-page .credits-content {
  padding: 32px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.studio-credits-page .credits-content .credits-container .credits-header {
  text-align: center;
  margin-bottom: 48px;
  padding: 48px 32px;
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.15), rgba(232, 196, 0, 0.08));
  border: 3px solid #eebd22;
  border-radius: 24px;
  box-shadow: 0 12px 48px rgba(238, 189, 34, 0.2);
  position: relative;
  overflow: hidden;
}
.studio-credits-page .credits-content .credits-container .credits-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  animation: shine 3s infinite;
}
.studio-credits-page .credits-content .credits-container .credits-header .page-title {
  color: #f1f1f1;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
.studio-credits-page .credits-content .credits-container .credits-header .page-title .anticon {
  color: #eebd22;
  font-size: 32px;
  filter: drop-shadow(0 0 8px rgba(238, 189, 34, 0.5));
}
.studio-credits-page .credits-content .credits-container .credits-header .page-description {
  color: #999999;
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.studio-credits-page .credits-content .credits-container .ant-row .ant-col .ant-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.studio-credits-page .credits-content .credits-container .ant-row .ant-col .ant-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.studio-credits-page .credits-content .credits-container .info-section {
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.08), rgba(232, 196, 0, 0.04));
  border: 2px solid #eebd22;
  border-radius: 20px;
  padding: 32px;
  margin-top: 32px;
  box-shadow: 0 8px 32px rgba(238, 189, 34, 0.15);
  position: relative;
}
.studio-credits-page .credits-content .credits-container .info-section::before {
  content: '\2139\FE0F';
  position: absolute;
  top: -15px;
  left: 32px;
  background: #eebd22;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.studio-credits-page .credits-content .credits-container .info-section .info-title {
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 8px;
}
.studio-credits-page .credits-content .credits-container .info-section .info-content {
  color: #999999;
  font-size: 16px;
  line-height: 1.6;
}
@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  50% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
  100% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
}
@media screen and (max-width: 450px) {
  .studio-credits-page .credits-content {
    padding: 16px;
  }
  .studio-credits-page .credits-content .credits-container .credits-header {
    margin-bottom: 32px;
    padding: 32px 20px;
  }
  .studio-credits-page .credits-content .credits-container .credits-header .page-title {
    font-size: 28px;
    flex-direction: column;
    gap: 12px;
  }
  .studio-credits-page .credits-content .credits-container .credits-header .page-title .anticon {
    font-size: 28px;
  }
  .studio-credits-page .credits-content .credits-container .credits-header .page-description {
    font-size: 16px;
  }
  .studio-credits-page .credits-content .credits-container .ant-row {
    gap: 24px;
  }
  .studio-credits-page .credits-content .credits-container .info-section {
    padding: 24px;
    margin-top: 24px;
  }
  .studio-credits-page .credits-content .credits-container .info-section .info-title {
    font-size: 18px;
  }
  .studio-credits-page .credits-content .credits-container .info-section .info-content {
    font-size: 14px;
  }
}

.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: #eebd22;
}
.working-hours-page {
  background: #000;
  min-height: 100vh;
  padding: 20px 0;
}
.working-hours-page .working-hours-card {
  background: #000;
  border: 1px solid #333;
  border-radius: 8px;
}
.working-hours-page .working-hours-card .ant-card-body {
  padding: 30px;
}

.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: #eebd22;
}
.line-card-item {
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 2px;
  cursor: pointer;
}
.line-card-item:hover {
  opacity: 0.9;
  background-color: #f3f7f8;
}
.line-card-item .item-name {
  width: 70%;
  padding: 5px 10px;
}
.line-card-item .item-name .name {
  color: #eebd22;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.line-card-item .item-name .desc {
  color: #000;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-card-item .item-price {
  width: 30%;
  height: 100%;
  display: flex;
}
.line-card-item .item-price .angle-left {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  height: 100%;
  width: 33px;
  background: #eebd22;
  display: inline-flex;
}
.line-card-item .item-price .price {
  color: #fff;
  height: 100%;
  width: 100%;
  background: #eebd22;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .line-card-item .item-name {
    width: 60%;
  }
  .line-card-item .item-price {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .line-card-item .item-name {
    width: 70%;
  }
  .line-card-item .item-price {
    width: 30%;
  }
}
.pk-card {
  border: 1px solid #eebd22;
  position: relative;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.pk-card .ant-card-body {
  padding: 0;
  position: relative;
}
.pk-card .ant-card-body .pk-top .pk-name {
  color: #fff;
  background-color: #eebd22;
  text-transform: capitalize;
  padding: 10px;
  width: 100%;
  z-index: 9;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin: 0;
}
.pk-card .ant-card-body .pk-top .pk-price {
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #eebd22;
  background-color: #333;
}
.pk-card .ant-card-body .pk-top .pk-price .sub-price {
  font-size: 14px;
}
.pk-card .ant-card-body .recurring-text {
  padding: 5px 0;
  margin: 0;
  background-color: #333;
}
.pk-card .ant-card-body .pk-description {
  margin-bottom: 5px;
  height: 150px;
  overflow: auto;
}
.pk-card .ant-card-body .pk-btn {
  background-color: #f3f7f8;
}
.pk-card .ant-card-body .pk-btn .ant-btn {
  background-color: #eebd22;
  color: #fff;
  height: 40px;
  width: 100%;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.pk-card:hover,
.pk-card.active {
  border: 1px solid #0272a9;
}
.pk-card:hover .ant-card-body .pk-btn .ant-btn,
.pk-card.active .ant-card-body .pk-btn .ant-btn {
  background-color: #e8c400;
}

.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: #eebd22;
}
.membership-container .form-container {
  margin-top: 20px;
}
.membership-container .form-container:first-child {
  margin-top: 0;
}
.membership-container .packages-li .title-package {
  text-align: center;
  color: #eebd22;
  font-weight: bold;
}
.membership-container .pk-card {
  background-color: #242424;
  border: 0;
}
.membership-container .params {
  column-rule: 1px solid #ddd;
}
.membership-container .params p {
  display: flex;
  flex-wrap: wrap;
}
.membership-container .params p span {
  flex-basis: 180px;
  flex-grow: 0;
  flex-shrink: 0;
  color: #acacac;
}
.membership-container .params p strong {
  font-weight: 400;
  color: #fff;
}
.membership-container .btn-cancel-membership {
  color: #acacac;
}

.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: #eebd22;
}
.performer-calendar {
  margin: auto;
  max-width: 860px;
  background-color: #333;
}
.performer-calendar .ant-picker-calendar-mode-switch {
  display: none;
}
.performer-calendar .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.performer-calendar .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background-color: #3e3e3e;
  color: #fff;
}
.ant-picker-calendar-header {
  margin-right: 10px;
  background-color: #333;
}
.ant-picker-calendar-header .ant-select-arrow {
  color: #fff;
}
.ant-picker-calendar-header .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: #3e3e3e;
}
.ant-picker-body {
  background-color: #333;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  color: #fff;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
  color: #fff;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  height: 45px;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content ul.events {
  padding: 0;
  max-height: 100%;
  overflow: auto;
  margin: 0;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content ul.events li {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.ant-picker-calendar-full .ant-picker-panel .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-full .ant-picker-panel .ant-picker-calendar-date-content ul.events li.success::before {
  background-color: #00c12c;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content ul.events li.error::before {
  background-color: #f04134;
}
.ant-picker-cell-in-view:not(.ant-picker-cell-disabled) > .ant-picker-cell-inner {
  border-color: #eebd22 !important;
}
.ant-picker-cell-in-view.ant-picker-cell-disabled > .ant-picker-cell-inner {
  cursor: not-allowed;
  pointer-events: auto;
}
.schedule-modal-wrapper .ant-modal-content .btn-mobile {
  display: none;
}
.schedule-modal-wrapper .ant-modal-content .ant-form-item {
  margin-bottom: 0;
}
.schedule-modal-wrapper .ant-modal-content .ant-input-number,
.schedule-modal-wrapper .ant-modal-content .ant-input {
  background-color: #333333 !important;
}
@media screen and (max-width: 450px) {
  .schedule-modal-wrapper .ant-modal-content .ant-row .ant-col {
    display: block;
  }
  .schedule-modal-wrapper .ant-modal-content .ant-row .ant-col .btn-desktop {
    display: none;
  }
  .schedule-modal-wrapper .ant-modal-content .ant-row .ant-col .anticon-ellipsis,
  .schedule-modal-wrapper .ant-modal-content .ant-row .ant-col .btn-mobile,
  .schedule-modal-wrapper .ant-modal-content .ant-row .ant-col .anticon-more {
    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: #eebd22;
}
.studio-banners-layout {
  background-color: #242424;
  min-height: 100vh;
  padding: 24px;
}
.studio-banners-layout .studio-banners-header {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.studio-banners-layout .studio-banners-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 600;
}
.studio-banners-layout .studio-banners-header p {
  color: #999999;
  margin: 0;
  font-size: 16px;
}
.studio-banners-layout .studio-banners-header .ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
}
.studio-banners-layout .studio-banners-header .ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.studio-banners-layout .studio-banners-content {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  overflow: hidden;
}
.studio-banners-layout .studio-banners-content .ant-table {
  background: transparent;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-thead > tr > th {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-weight: 600;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-tbody > tr > td {
  background-color: transparent;
  border-bottom: 1px solid #64470b;
  color: #fff;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-tbody > tr:hover > td {
  background-color: rgba(238, 189, 34, 0.05);
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination {
  background-color: #242424;
  margin: 0;
  padding: 16px;
  border-top: 1px solid #64470b;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-item {
  background-color: #242424;
  border-color: #64470b;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-item a {
  color: #fff;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-item:hover {
  border-color: #eebd22;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-item.ant-pagination-item-active {
  border-color: #eebd22;
  background-color: #eebd22;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #000;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-prev,
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-next {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-prev:hover,
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
  color: #eebd22;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-options .ant-select .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-banners-layout .studio-banners-content .ant-table .ant-table-pagination .ant-pagination-options .ant-select .ant-select-arrow {
  color: #999999;
}
.studio-banners-layout .studio-banners-content .ant-tag {
  border-radius: 4px;
  font-weight: 500;
}
.studio-banners-layout .studio-banners-content .ant-btn-link {
  color: #eebd22;
  padding: 4px 8px;
  height: auto;
}
.studio-banners-layout .studio-banners-content .ant-btn-link:hover {
  color: #cda010;
  background-color: rgba(238, 189, 34, 0.1);
  border-radius: 4px;
}
.studio-banners-layout .banner-preview {
  width: 80px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #64470b;
}
.studio-banners-layout .banner-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studio-banners-layout .status-tag {
  font-weight: 500;
  font-size: 12px;
}
.studio-banners-layout .credits-display {
  font-weight: 600;
  color: #eebd22;
}
.studio-banners-layout .expired-text {
  color: #ff4d4f;
}
.studio-banners-layout .active-text {
  color: #52c41a;
}
@media screen and (max-width: 450px) {
  .studio-banners-layout {
    padding: 16px;
  }
  .studio-banners-layout .studio-banners-header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .studio-banners-layout .studio-banners-header h1 {
    font-size: 24px;
  }
  .studio-banners-layout .studio-banners-header .ant-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .studio-banners-layout .studio-banners-content .ant-table .ant-table-thead > tr > th,
  .studio-banners-layout .studio-banners-content .ant-table .ant-table-tbody > tr > td {
    padding: 8px 4px;
    font-size: 12px;
  }
}

.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: #eebd22;
}
.studio-credits-history-table .loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.studio-credits-history-table .empty-state {
  padding: 60px 20px;
  text-align: center;
}
.studio-credits-history-table .ant-table {
  background: transparent;
}
.studio-credits-history-table .ant-table .ant-table-thead > tr > th {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 12px 8px;
}
.studio-credits-history-table .ant-table .ant-table-tbody > tr > td {
  background-color: transparent;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-size: 12px;
  padding: 8px;
}
.studio-credits-history-table .ant-table .ant-table-tbody > tr:hover > td {
  background-color: rgba(238, 189, 34, 0.05);
}
.studio-credits-history-table .ant-table .ant-table-pagination {
  background-color: #242424;
  margin: 0;
  padding: 16px;
  border-top: 1px solid #64470b;
}
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-item {
  background-color: #242424;
  border-color: #64470b;
}
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-item a {
  color: #fff;
}
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-item:hover {
  border-color: #eebd22;
}
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-item.ant-pagination-item-active {
  border-color: #eebd22;
  background-color: #eebd22;
}
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #000;
}
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-prev,
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-next {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-prev:hover,
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
  color: #eebd22;
}
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-options .ant-select .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-credits-history-table .ant-table .ant-table-pagination .ant-pagination-options .ant-select .ant-select-arrow {
  color: #999999;
}
.studio-credits-history-table .ant-tag {
  border-radius: 4px;
  font-weight: 500;
  font-size: 11px;
}
.studio-credits-history-table .ant-btn-link {
  color: #eebd22;
  padding: 4px 8px;
  height: auto;
}
.studio-credits-history-table .ant-btn-link:hover {
  color: #cda010;
  background-color: rgba(238, 189, 34, 0.1);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .studio-credits-history-table .ant-table .ant-table-thead > tr > th,
  .studio-credits-history-table .ant-table .ant-table-tbody > tr > td {
    padding: 6px 4px;
    font-size: 11px;
  }
}

.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: #eebd22;
}
.studio-credits-history-layout {
  background-color: #242424;
  min-height: 100vh;
  padding: 24px;
}
.studio-credits-history-layout .studio-credits-history-header {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.studio-credits-history-layout .studio-credits-history-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.studio-credits-history-layout .studio-credits-history-header p {
  color: #999999;
  margin: 0;
  font-size: 16px;
}
.studio-credits-history-layout .credits-summary-section {
  margin-bottom: 24px;
}
.studio-credits-history-layout .credits-summary-section .summary-card {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  transition: all 0.3s ease;
}
.studio-credits-history-layout .credits-summary-section .summary-card:hover {
  transform: translateY(-2px);
  border-color: #eebd22;
}
.studio-credits-history-layout .credits-summary-section .summary-card.total {
  border-left: 4px solid #cf1322;
}
.studio-credits-history-layout .credits-summary-section .summary-card.supertop {
  border-left: 4px solid #faad14;
}
.studio-credits-history-layout .credits-summary-section .summary-card.superboots {
  border-left: 4px solid #52c41a;
}
.studio-credits-history-layout .credits-summary-section .summary-card.banner {
  border-left: 4px solid #1890ff;
}
.studio-credits-history-layout .credits-summary-section .summary-card .ant-statistic-title {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 8px;
}
.studio-credits-history-layout .credits-summary-section .summary-card .ant-statistic-content {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.studio-credits-history-layout .credits-filters-section {
  margin-bottom: 24px;
}
.studio-credits-history-layout .credits-filters-section .ant-card {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
}
.studio-credits-history-layout .credits-filters-section .filter-item label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}
.studio-credits-history-layout .studio-credits-history-content {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  overflow: hidden;
}
@media (max-width: 768px) {
  .studio-credits-history-layout {
    padding: 16px;
  }
  .studio-credits-history-layout .studio-credits-history-header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .studio-credits-history-layout .studio-credits-history-header h1 {
    font-size: 24px;
  }
  .studio-credits-history-layout .credits-summary-section {
    margin-bottom: 16px;
  }
  .studio-credits-history-layout .credits-filters-section {
    margin-bottom: 16px;
  }
}
@media (prefers-color-scheme: dark) {
  .studio-credits-history-layout {
    background: #141414;
  }
  .studio-credits-history-layout .studio-credits-history-header {
    background: #1f1f1f;
    border: 1px solid #303030;
  }
  .studio-credits-history-layout .studio-credits-history-header h1 {
    color: #fff;
  }
  .studio-credits-history-layout .studio-credits-history-header p {
    color: #a6a6a6;
  }
  .studio-credits-history-layout .credits-summary-section .summary-card {
    background: #1f1f1f;
    border: 1px solid #303030;
  }
  .studio-credits-history-layout .credits-summary-section .summary-card .ant-statistic-title {
    color: #a6a6a6;
  }
  .studio-credits-history-layout .credits-filters-section .ant-card {
    background: #1f1f1f;
    border: 1px solid #303030;
  }
  .studio-credits-history-layout .credits-filters-section .filter-item label {
    color: #fff;
  }
  .studio-credits-history-layout .studio-credits-history-content {
    background: #1f1f1f;
    border: 1px solid #303030;
  }
}

.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: #eebd22;
}
.studio-membership-layout {
  background-color: #242424;
  min-height: 100vh;
  padding: 24px;
}
.studio-membership-layout .studio-membership-header {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.studio-membership-layout .studio-membership-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
}
.studio-membership-layout .studio-membership-header p {
  color: #999999;
  margin: 0;
  font-size: 16px;
}
.studio-membership-layout .studio-membership-header .ant-btn {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
}
.studio-membership-layout .studio-membership-header .ant-btn:hover {
  background: #cda010;
  border-color: #cda010;
}
.studio-membership-layout .studio-membership-card {
  background: #000;
  border: 1px solid #64470b;
  border-radius: 8px;
  margin-bottom: 24px;
}
.studio-membership-layout .studio-membership-card .ant-card-head {
  background: #242424;
  border-bottom: 1px solid #64470b;
}
.studio-membership-layout .studio-membership-card .ant-card-head .ant-card-head-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.studio-membership-layout .studio-membership-card .ant-card-body {
  background: transparent;
}
.studio-membership-layout .studio-membership-card .performer-avatar-section {
  text-align: center;
}
.studio-membership-layout .studio-membership-card .performer-avatar-section .performer-name {
  font-weight: 500;
  color: #fff;
  margin-top: 12px;
  font-size: 16px;
}
.studio-membership-layout .studio-membership-card .performer-avatar-section .performer-username {
  color: #999999;
  font-size: 12px;
  margin-top: 4px;
}
.studio-membership-layout .studio-membership-card .ant-statistic .ant-statistic-title {
  color: #999999;
  font-size: 14px;
}
.studio-membership-layout .studio-membership-card .ant-statistic .ant-statistic-content {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.studio-membership-layout .studio-membership-card .ant-select .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-membership-layout .studio-membership-card .ant-select .ant-select-selector .ant-select-selection-placeholder {
  color: #999999;
}
.studio-membership-layout .studio-membership-card .ant-select .ant-select-selector .ant-select-selection-item {
  color: #fff;
}
.studio-membership-layout .studio-membership-card .ant-select .ant-select-arrow {
  color: #999999;
}
.studio-membership-layout .studio-membership-card .ant-select:hover .ant-select-selector {
  border-color: #eebd22;
}
.studio-membership-layout .studio-membership-card .ant-select.ant-select-focused .ant-select-selector {
  border-color: #eebd22;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category {
  height: 100%;
  padding: 20px;
  background: #242424;
  border: 1px solid #64470b;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category:hover {
  border-color: #eebd22;
  box-shadow: 0 4px 16px rgba(238, 189, 34, 0.1);
  transform: translateY(-2px);
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category.current-category {
  border-color: #eebd22;
  border-width: 2px;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category.vip {
  border-top: 4px solid #faad14;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category.premium {
  border-top: 4px solid #1890ff;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category.basic {
  border-top: 4px solid #52c41a;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category.trial {
  border-top: 4px solid #fa8c16;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header {
  text-align: center;
  margin-bottom: 20px;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header .category-icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header .category-info .category-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header .category-info .category-subtitle {
  color: #eebd22;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header .category-info .category-description {
  color: #999999;
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header .current-badge {
  margin-top: 12px;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header .current-badge .ant-tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 12px;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-features {
  margin-bottom: 20px;
  flex: 1;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-features h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-align: center;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-features ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  color: #999999;
  font-size: 12px;
  line-height: 1.3;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-features ul li .feature-icon {
  color: #eebd22;
  margin-right: 6px;
  font-size: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}
.studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-packages h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-align: center;
}
.studio-membership-layout .studio-membership-card .package-card {
  background: #242424;
  border: 1px solid #64470b;
  border-radius: 8px;
  height: 100%;
  transition: all 0.3s ease;
}
.studio-membership-layout .studio-membership-card .package-card:hover {
  border-color: #eebd22;
  box-shadow: 0 4px 12px rgba(238, 189, 34, 0.2);
}
.studio-membership-layout .studio-membership-card .package-card.current-plan {
  border-color: #eebd22;
  border-width: 2px;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.studio-membership-layout .studio-membership-card .package-card .ant-card-body {
  padding: 12px;
  text-align: center;
}
.studio-membership-layout .studio-membership-card .package-card .package-header {
  margin-bottom: 8px;
}
.studio-membership-layout .studio-membership-card .package-card .package-header .package-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}
.studio-membership-layout .studio-membership-card .package-card .package-header .package-name.package-vip {
  color: #faad14;
}
.studio-membership-layout .studio-membership-card .package-card .package-header .package-name.package-premium {
  color: #1890ff;
}
.studio-membership-layout .studio-membership-card .package-card .package-header .package-name.package-basic {
  color: #52c41a;
}
.studio-membership-layout .studio-membership-card .package-card .package-header .package-name.package-trial {
  color: #fa8c16;
}
.studio-membership-layout .studio-membership-card .package-card .package-header .package-price {
  font-size: 18px;
  font-weight: bold;
  margin: 6px 0;
  color: #fff;
}
.studio-membership-layout .studio-membership-card .package-card .package-header .package-price .price-period {
  font-size: 10px;
  color: #999999;
  font-weight: normal;
}
.studio-membership-layout .studio-membership-card .package-card .package-header .package-duration {
  font-size: 10px;
  color: #999999;
  margin-bottom: 6px;
}
.studio-membership-layout .studio-membership-card .package-card .package-header .ant-tag {
  border-radius: 4px;
  font-weight: 500;
  padding: 2px 8px;
  font-size: 10px;
}
.studio-membership-layout .studio-membership-card .package-card .package-description {
  color: #999999;
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 1.3;
}
.studio-membership-layout .studio-membership-card .package-card .package-details {
  font-size: 10px;
  color: #999;
  margin-bottom: 12px;
}
.studio-membership-layout .studio-membership-card .package-card .ant-card-actions {
  background: #242424;
  border-top: 1px solid #64470b;
}
.studio-membership-layout .studio-membership-card .package-card .ant-card-actions .ant-btn {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
  height: 28px;
  font-size: 11px;
}
.studio-membership-layout .studio-membership-card .package-card .ant-card-actions .ant-btn:hover {
  background: #cda010;
  border-color: #cda010;
}
.studio-membership-layout .studio-membership-card .package-card .ant-card-actions .ant-btn:disabled {
  background: #4e4e4e;
  border-color: #4e4e4e;
  color: #999999;
  cursor: not-allowed;
}
.studio-membership-layout .studio-membership-card .no-performer-card .no-performer-content {
  text-align: center;
  padding: 48px 24px;
}
.studio-membership-layout .studio-membership-card .no-performer-card .no-performer-content .no-performer-icon {
  font-size: 48px;
  color: #4e4e4e;
  margin-bottom: 16px;
}
.studio-membership-layout .studio-membership-card .no-performer-card .no-performer-content h3 {
  color: #999999;
  margin: 0 0 8px 0;
  font-size: 18px;
}
.studio-membership-layout .studio-membership-card .no-performer-card .no-performer-content p {
  color: #999;
  margin: 0;
  font-size: 14px;
}
.studio-membership-layout .studio-membership-card .performer-summary .performer-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.studio-membership-layout .studio-membership-card .performer-summary .performer-info .performer-details {
  margin-left: 12px;
}
.studio-membership-layout .studio-membership-card .performer-summary .performer-info .performer-details .performer-name {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.studio-membership-layout .studio-membership-card .performer-summary .performer-info .performer-details .performer-username {
  color: #999999;
  font-size: 12px;
}
.studio-membership-layout .studio-membership-card .order-details .order-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #fff;
}
.studio-membership-layout .studio-membership-card .order-details .order-row .order-value {
  font-weight: 500;
}
.studio-membership-layout .studio-membership-card .order-total {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.studio-membership-layout .studio-membership-card .order-total .total-price {
  color: #eebd22;
}
.studio-membership-layout .studio-membership-card .success-card .ant-result .ant-result-title {
  color: #fff;
}
.studio-membership-layout .studio-membership-card .success-card .ant-result .ant-result-subtitle {
  color: #999999;
}
.studio-membership-layout .studio-membership-card .performer-success-info {
  text-align: center;
  margin-bottom: 16px;
}
.studio-membership-layout .studio-membership-card .performer-success-info .performer-name {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 12px;
}
.studio-membership-layout .studio-membership-card .performer-success-info .performer-username {
  color: #999999;
  font-size: 12px;
  margin-top: 4px;
}
.studio-membership-layout .studio-membership-card .performer-success-info .performer-email {
  color: #999999;
  font-size: 12px;
  margin-top: 4px;
}
.studio-membership-layout .studio-membership-card .performer-stats .stat-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #fff;
}
.studio-membership-layout .studio-membership-card .membership-details .detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #fff;
}
.studio-membership-layout .studio-membership-card .membership-details .detail-row .detail-value {
  font-weight: 500;
}
.studio-membership-layout .studio-membership-card .membership-badge {
  text-align: center;
}
.studio-membership-layout .studio-membership-card .membership-badge .membership-tag {
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
}
.studio-membership-layout .studio-membership-card .timeline-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}
.studio-membership-layout .studio-membership-card .timeline-description {
  color: #999999;
  font-size: 12px;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-form-item-label > label {
  color: #fff;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-input {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-input::placeholder {
  color: #999999;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-input:focus {
  border-color: #eebd22;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.studio-membership-layout .studio-membership-card .ant-form .ant-input-group .ant-btn {
  background: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-input-group .ant-btn:hover {
  border-color: #eebd22;
  color: #eebd22;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-input-group .ant-btn.ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-input-group .ant-btn.ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-checkbox-wrapper {
  color: #fff;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
  background-color: #242424;
  border-color: #64470b;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #eebd22;
  border-color: #eebd22;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
  height: 48px;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.studio-membership-layout .studio-membership-card .ant-form .ant-btn-primary:disabled {
  background: #4e4e4e;
  border-color: #4e4e4e;
  color: #999999;
  cursor: not-allowed;
}
@media screen and (max-width: 450px) {
  .studio-membership-layout {
    padding: 16px;
  }
  .studio-membership-layout .studio-membership-header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .studio-membership-layout .studio-membership-header h1 {
    font-size: 24px;
  }
  .studio-membership-layout .studio-membership-header .ant-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .studio-membership-layout .studio-membership-card {
    margin-bottom: 16px;
  }
  .studio-membership-layout .studio-membership-card .performer-avatar-section {
    margin-bottom: 16px;
  }
  .studio-membership-layout .studio-membership-card .packages-by-category .membership-category {
    margin-bottom: 20px;
    padding: 16px;
  }
  .studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header .category-icon {
    font-size: 32px;
  }
  .studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header .category-info .category-title {
    font-size: 18px;
  }
  .studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header .category-info .category-subtitle {
    font-size: 13px;
  }
  .studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-header .category-info .category-description {
    font-size: 11px;
  }
  .studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-features h4 {
    font-size: 13px;
  }
  .studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-features ul li {
    font-size: 11px;
  }
  .studio-membership-layout .studio-membership-card .packages-by-category .membership-category .category-packages h4 {
    font-size: 13px;
  }
  .studio-membership-layout .studio-membership-card .package-card {
    margin-bottom: 16px;
  }
  .studio-membership-layout .studio-membership-card .package-card .package-header .package-price {
    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: #eebd22;
}
.studio-performer-create-form .form-container {
  margin-top: 20px;
}
.studio-performer-create-form .form-container:first-child {
  margin-top: 0px;
}
.studio-performer-create-form .form-container .info-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #eebd22;
  padding-bottom: 8px;
}
.studio-performer-create-form .form-container .location-description {
  color: #8c8c8c;
  font-size: 13px;
  margin-bottom: 20px;
  font-style: italic;
}
.studio-performer-create-form .form-container .ant-form-item-control-input {
  border-radius: 5px;
}
.studio-performer-create-form .form-container .ant-form-item-control-input .ant-input {
  color: #fff;
}
.studio-performer-create-form .form-container .ant-form-item-control-input .ant-select-selector {
  min-height: 40px;
  height: auto;
  border-radius: 5px;
}
.studio-performer-create-form .form-container .ant-form-item-control-input .ant-select-selector .ant-select-selection-search {
  display: inline-flex;
  align-items: center;
}
.studio-performer-create-form .form-container .ant-form-item-control-input .ant-select-selector .ant-select-selection-search input {
  outline: none;
  box-shadow: none!important;
}
.studio-performer-create-form .form-container .ant-form-item-control-input .ant-picker {
  height: 40px;
}
.studio-performer-create-form .form-container .ant-form-item-control-input .ant-picker input {
  box-shadow: none!important;
}
.studio-performer-create-form .form-container .ant-form-item-control-input .ant-input-group-addon {
  background: #242424;
  border-color: #242424;
}
.studio-performer-create-form .form-container .ant-form-item-control-input .ant-input-group-addon input {
  background-color: #242424 !important;
}
.studio-performer-create-form .form-container .ant-form-item-control-input .ant-select-arrow {
  color: #fff;
}
.studio-performer-create-form .form-container.work-location-section {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 20px;
  margin-top: 25px;
}
.studio-performer-create-form .form-container.work-location-section .info-title {
  color: #fff;
  border-bottom-color: #eebd22;
}
.studio-performer-create-form .form-container.work-location-section .location-description {
  color: #8c8c8c;
  font-size: 13px;
  margin-bottom: 20px;
  font-style: italic;
  background: rgba(238, 189, 34, 0.1);
  padding: 10px;
  border-radius: 5px;
  border-left: 3px solid #eebd22;
}
.studio-performer-create-form .form-container .ant-form-item-control-input .ant-select-disabled .ant-select-selector {
  background-color: rgba(0, 0, 0, 0.25);
  color: #8c8c8c;
}
.studio-performer-create-form .btn-submit {
  background: #eebd22 !important;
  width: 100%;
  color: black !important;
  font-weight: 600;
  margin-top: 10px !important;
  border-color: #eebd22;
  height: 48px;
  font-size: 16px;
  border-radius: 6px;
}
.studio-performer-create-form .btn-submit:hover {
  background: #cda010 !important;
  border-color: #cda010;
}
.studio-performer-create-form .btn-submit:disabled {
  background: #999999 !important;
  border-color: #999999;
  color: #fff !important;
}
.studio-performer-create-form .ant-row {
  margin: 0 !important;
}
.studio-performer-create-form .ant-col {
  padding: 0 12px;
}
.studio-performer-create-form .ant-select-multiple .ant-select-selection-item {
  background-color: #eebd22;
  color: #000;
  border: none;
  border-radius: 4px;
}
.studio-performer-create-form .ant-select-multiple .ant-select-selection-item-remove {
  color: #000;
}
.studio-performer-create-form .ant-select-multiple .ant-select-selection-item-remove:hover {
  color: #333333;
}
.studio-performer-create-form .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler {
  border-left: 1px solid #64470b;
  border-bottom: 1px solid #64470b;
}
.studio-performer-create-form .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up,
.studio-performer-create-form .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down {
  color: #999999;
  background-color: #242424;
}
.studio-performer-create-form .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up:hover,
.studio-performer-create-form .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down:hover {
  color: #eebd22;
}
.studio-performer-create-form .ant-picker .ant-picker-input > input {
  color: #fff;
}
.studio-performer-create-form .ant-picker .ant-picker-input > input::placeholder {
  color: #999999;
}
.studio-performer-create-form .ant-picker .ant-picker-suffix {
  color: #999999;
}
.form-section {
  margin-bottom: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #64470b;
  border-radius: 8px;
}
.form-section:last-child {
  margin-bottom: 0;
}
.section-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 24px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #eebd22;
  position: relative;
}
.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background: #eebd22;
}
.ant-form-item-explain {
  color: #ff4d4f;
  font-size: 12px;
  margin-top: 4px;
}
.ant-form-item-required::before {
  color: #ff4d4f;
}
.ant-select-dropdown {
  background-color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled),
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #242424 !important;
  color: #fff;
}
textarea:focus,
input:focus,
.ant-input-affix-wrapper-focused {
  box-shadow: 0 0 5px #eebd22 !important;
  border: #242424 !important;
}
.ant-input-affix-wrapper input,
.ant-input-affix-wrapper .ant-input {
  border: none !important;
  box-shadow: none !important;
}
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background: #333;
}
@media screen and (max-width: 450px) {
  .studio-performer-create-form .ant-form-item {
    margin-bottom: 16px;
  }
  .studio-performer-create-form .ant-col {
    padding: 0 6px;
  }
  .studio-performer-create-form .btn-submit {
    height: 44px;
    font-size: 14px;
  }
}

.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: #eebd22;
}
.studio-performer-membership-step {
  background-color: #242424;
  min-height: 100vh;
  padding: 32px;
}
.studio-performer-membership-step .membership-header {
  text-align: center;
  margin-bottom: 48px;
  padding: 32px;
  background: #000;
  border-radius: 16px;
  border: 1px solid #64470b;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.studio-performer-membership-step .membership-header h2 {
  color: #fff;
  margin: 0 0 12px 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.studio-performer-membership-step .membership-header p {
  color: #999999;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}
.studio-performer-membership-step .performer-summary-card {
  background: #000;
  border: 1px solid #64470b;
  border-radius: 16px;
  margin-bottom: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.studio-performer-membership-step .performer-summary-card .ant-card-body {
  background: transparent;
  padding: 24px;
}
.studio-performer-membership-step .performer-summary-card .performer-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.studio-performer-membership-step .performer-summary-card .performer-info .performer-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.studio-performer-membership-step .performer-summary-card .performer-info .performer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studio-performer-membership-step .performer-summary-card .performer-info .performer-avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  background: #eebd22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.studio-performer-membership-step .performer-summary-card .performer-info .performer-details {
  flex: 1;
}
.studio-performer-membership-step .performer-summary-card .performer-info .performer-details h4 {
  color: #fff;
  margin: 0 0 4px 0;
  font-size: 20px;
}
.studio-performer-membership-step .performer-summary-card .performer-info .performer-details .performer-stats {
  display: flex;
  gap: 24px;
  margin-top: 12px;
}
.studio-performer-membership-step .performer-summary-card .performer-info .performer-details .performer-stats .ant-statistic .ant-statistic-title {
  color: #999999;
  font-size: 12px;
}
.studio-performer-membership-step .performer-summary-card .performer-info .performer-details .performer-stats .ant-statistic .ant-statistic-content {
  color: #fff;
  font-size: 14px;
}
.studio-performer-membership-step .packages-card {
  background: #000;
  border: 1px solid #64470b;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.studio-performer-membership-step .packages-card .ant-card-body {
  background: transparent;
  padding: 32px;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category {
  height: 100%;
  padding: 24px;
  background: #242424;
  border: 1px solid #64470b;
  border-radius: 16px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 600px;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category:hover {
  border-color: #eebd22;
  box-shadow: 0 8px 32px rgba(238, 189, 34, 0.15);
  transform: translateY(-4px);
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category.current-category {
  border-color: #eebd22;
  border-width: 2px;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category.vip {
  border-top: 6px solid #faad14;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category.premium {
  border-top: 6px solid #1890ff;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category.basic {
  border-top: 6px solid #52c41a;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category.trial {
  border-top: 6px solid #fa8c16;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #64470b;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header .category-icon {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header .category-info .category-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header .category-info .category-subtitle {
  color: #eebd22;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px 0;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header .category-info .category-description {
  color: #999999;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  max-width: 280px;
  margin: 0 auto;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header .current-badge {
  margin-top: 16px;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header .current-badge .ant-tag {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages {
  margin-bottom: 24px;
  flex: 0 0 auto;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card {
  background: #000;
  border: 1px solid #64470b;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 16px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card:hover {
  border-color: #eebd22;
  box-shadow: 0 6px 20px rgba(238, 189, 34, 0.25);
  transform: translateY(-2px);
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card.current-plan {
  border-color: #eebd22;
  border-width: 2px;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
  background: rgba(238, 189, 34, 0.05);
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header {
  text-align: center;
  margin-bottom: 12px;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .package-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .package-name.package-vip {
  color: #faad14;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .package-name.package-premium {
  color: #1890ff;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .package-name.package-basic {
  color: #52c41a;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .package-name.package-trial {
  color: #fa8c16;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .package-price {
  font-size: 28px;
  font-weight: 800;
  margin: 8px 0;
  color: #fff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .package-price .price-period {
  font-size: 14px;
  color: #999999;
  font-weight: 500;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .package-duration {
  font-size: 12px;
  color: #999999;
  margin-bottom: 8px;
  font-weight: 500;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .ant-tag {
  border-radius: 6px;
  font-weight: 600;
  padding: 4px 10px;
  font-size: 11px;
  margin-top: 8px;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-description {
  color: #999999;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-features {
  flex: 1;
  margin-top: auto;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-features h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-features ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #999999;
  font-size: 13px;
  line-height: 1.4;
  padding: 4px 0;
}
.studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-features ul li .feature-icon {
  color: #eebd22;
  margin-right: 10px;
  font-size: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.studio-performer-membership-step .purchase-summary-fixed {
  position: fixed;
  top: 120px;
  right: 32px;
  width: 320px;
  z-index: 1000;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.studio-performer-membership-step .purchase-summary-fixed .purchase-summary-card {
  background: #000;
  border: 1px solid #64470b;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}
.studio-performer-membership-step .purchase-summary-fixed .purchase-summary-card .ant-card-body {
  background: transparent;
  padding: 20px;
}
.studio-performer-membership-step .purchase-summary-fixed h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
.studio-performer-membership-step .purchase-summary-fixed .selected-package .package-info {
  text-align: center;
  margin-bottom: 20px;
  padding: 16px;
  background: #242424;
  border-radius: 8px;
  border: 1px solid #64470b;
}
.studio-performer-membership-step .purchase-summary-fixed .selected-package .package-info .package-price {
  margin-top: 8px;
}
.studio-performer-membership-step .purchase-summary-fixed .selected-package .package-info .package-price .ant-typography {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.studio-performer-membership-step .purchase-summary-fixed .selected-package .purchase-actions .ant-btn {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
  height: 44px;
  font-size: 14px;
}
.studio-performer-membership-step .purchase-summary-fixed .selected-package .purchase-actions .ant-btn:hover {
  background: #cda010;
  border-color: #cda010;
}
.studio-performer-membership-step .purchase-summary-fixed .no-selection {
  text-align: center;
  padding: 20px;
  color: #999999;
  font-size: 14px;
}
.studio-performer-membership-step .purchase-summary-fixed .back-action .ant-btn {
  background: #242424;
  border-color: #64470b;
  color: #fff;
  height: 40px;
  font-size: 14px;
}
.studio-performer-membership-step .purchase-summary-fixed .back-action .ant-btn:hover {
  border-color: #eebd22;
  color: #eebd22;
}
@media screen and (max-width: 1200px) {
  .studio-performer-membership-step .purchase-summary-fixed {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }
  .studio-performer-membership-step .purchase-summary-fixed .purchase-summary-card .ant-card-body {
    padding: 20px;
  }
}
@media screen and (max-width: 450px) {
  .studio-performer-membership-step {
    padding: 20px;
  }
  .studio-performer-membership-step .membership-header {
    padding: 24px;
    margin-bottom: 32px;
  }
  .studio-performer-membership-step .membership-header h2 {
    font-size: 28px;
  }
  .studio-performer-membership-step .membership-header p {
    font-size: 16px;
  }
  .studio-performer-membership-step .performer-summary-card {
    margin-bottom: 24px;
  }
  .studio-performer-membership-step .performer-summary-card .ant-card-body {
    padding: 20px;
  }
  .studio-performer-membership-step .performer-summary-card .performer-info {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .studio-performer-membership-step .performer-summary-card .performer-info .performer-avatar {
    width: 80px;
    height: 80px;
  }
  .studio-performer-membership-step .performer-summary-card .performer-info .performer-details .performer-stats {
    justify-content: center;
    gap: 20px;
  }
  .studio-performer-membership-step .packages-card .ant-card-body {
    padding: 24px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category {
    margin-bottom: 24px;
    padding: 20px;
    min-height: 500px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header .category-icon {
    font-size: 40px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header .category-info .category-title {
    font-size: 20px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header .category-info .category-subtitle {
    font-size: 14px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-header .category-info .category-description {
    font-size: 13px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-features h4 {
    font-size: 14px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-features ul li {
    font-size: 12px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages h4 {
    font-size: 14px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card {
    margin-bottom: 12px;
    padding: 16px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .package-name {
    font-size: 15px;
  }
  .studio-performer-membership-step .packages-card .packages-by-category .membership-category .category-packages .package-card .package-header .package-price {
    font-size: 24px;
  }
  .studio-performer-membership-step .purchase-summary-fixed {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
  .studio-performer-membership-step .purchase-summary-fixed .purchase-summary-card .ant-card-body {
    padding: 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: #eebd22;
}
.studio-performer-create-layout {
  background-color: #242424;
  min-height: 100vh;
  padding: 24px;
}
.studio-performer-create-layout .studio-performer-create-header {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.studio-performer-create-layout .studio-performer-create-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 600;
}
.studio-performer-create-layout .studio-performer-create-header p {
  color: #999999;
  margin: 0;
  font-size: 16px;
}
.studio-performer-create-layout .studio-performer-create-header .ant-btn-link {
  color: #fff;
  font-size: 16px;
  padding: 0;
  height: auto;
}
.studio-performer-create-layout .studio-performer-create-header .ant-btn-link:hover {
  color: #eebd22;
}
.studio-performer-create-layout .ant-steps {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  padding: 24px;
  margin-bottom: 24px;
}
.studio-performer-create-layout .ant-steps .ant-steps-item .ant-steps-item-title {
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
}
.studio-performer-create-layout .ant-steps .ant-steps-item .ant-steps-item-description {
  color: #999999 !important;
  font-size: 14px;
}
.studio-performer-create-layout .ant-steps .ant-steps-item .ant-steps-item-icon {
  background-color: #242424;
  border-color: #64470b;
}
.studio-performer-create-layout .ant-steps .ant-steps-item .ant-steps-item-icon .ant-steps-icon {
  color: #999999;
}
.studio-performer-create-layout .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-title {
  color: #eebd22 !important;
}
.studio-performer-create-layout .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-icon {
  background-color: #eebd22;
  border-color: #eebd22;
}
.studio-performer-create-layout .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-icon .ant-steps-icon {
  color: #000;
}
.studio-performer-create-layout .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-title {
  color: #fff !important;
}
.studio-performer-create-layout .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #eebd22;
  border-color: #eebd22;
}
.studio-performer-create-layout .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon {
  color: #000;
}
.studio-performer-create-layout .ant-steps .ant-steps-item-tail::after {
  background-color: #64470b;
}
.studio-performer-create-layout .ant-tabs {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  padding: 24px;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-nav {
  margin-bottom: 24px;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  color: #999999;
  font-weight: 500;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  color: #eebd22;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #eebd22;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover {
  color: #eebd22;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar {
  background: #eebd22;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item {
  margin-bottom: 24px;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-label label {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input,
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input-number,
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-select .ant-select-selector,
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-picker {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input:focus,
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input-number:focus,
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-select .ant-select-selector:focus,
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-picker:focus,
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input:hover,
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input-number:hover,
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-select .ant-select-selector:hover,
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-picker:hover {
  border-color: #eebd22;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-select-arrow {
  color: #999999;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input::placeholder {
  color: #999999;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-checkbox-wrapper {
  color: #fff;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
  background-color: #242424;
  border-color: #64470b;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #eebd22;
  border-color: #eebd22;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-radio-wrapper {
  color: #fff;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-radio-wrapper .ant-radio .ant-radio-inner {
  background-color: #242424;
  border-color: #64470b;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
  border-color: #eebd22;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
  background-color: #eebd22;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item-explain {
  color: #ff4d4f;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .btn-submit {
  margin: 0px !important;
  background: #eebd22 !important;
  width: 100%;
  color: black !important;
  font-weight: 600;
  margin-top: 10px !important;
  border-color: #eebd22;
  height: 48px;
  font-size: 16px;
}
.studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .btn-submit:hover {
  background: #cda010 !important;
  border-color: #cda010;
}
@media screen and (max-width: 450px) {
  .studio-performer-create-layout {
    padding: 16px;
  }
  .studio-performer-create-layout .studio-performer-create-header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .studio-performer-create-layout .studio-performer-create-header h1 {
    font-size: 24px;
  }
  .studio-performer-create-layout .ant-tabs {
    padding: 16px;
  }
  .studio-performer-create-layout .ant-tabs .ant-tabs-nav {
    margin-bottom: 16px;
  }
  .studio-performer-create-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item {
    margin-bottom: 16px;
  }
}

.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: #eebd22;
}
.studio-performer-edit-form .form-container {
  margin-top: 20px;
}
.studio-performer-edit-form .form-container:first-child {
  margin-top: 0px;
}
.studio-performer-edit-form .form-container .info-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #eebd22;
  padding-bottom: 8px;
}
.studio-performer-edit-form .form-container .location-description {
  color: #8c8c8c;
  font-size: 13px;
  margin-bottom: 20px;
  font-style: italic;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input {
  border-radius: 5px;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input .ant-input {
  color: #fff;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input .ant-select-selector {
  min-height: 40px;
  height: auto;
  border-radius: 5px;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input .ant-select-selector .ant-select-selection-search {
  display: inline-flex;
  align-items: center;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input .ant-select-selector .ant-select-selection-search input {
  outline: none;
  box-shadow: none!important;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input .ant-picker {
  height: 40px;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input .ant-picker input {
  box-shadow: none!important;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input .ant-input-group-addon {
  background: #242424;
  border-color: #242424;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input .ant-input-group-addon input {
  background-color: #242424 !important;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input .ant-select-arrow {
  color: #fff;
}
.studio-performer-edit-form .form-container.work-location-section {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 20px;
  margin-top: 25px;
}
.studio-performer-edit-form .form-container.work-location-section .info-title {
  color: #fff;
  border-bottom-color: #eebd22;
}
.studio-performer-edit-form .form-container.work-location-section .location-description {
  color: #8c8c8c;
  font-size: 13px;
  margin-bottom: 20px;
  font-style: italic;
  background: rgba(238, 189, 34, 0.1);
  padding: 10px;
  border-radius: 5px;
  border-left: 3px solid #eebd22;
}
.studio-performer-edit-form .form-container .ant-form-item-control-input .ant-select-disabled .ant-select-selector {
  background-color: rgba(0, 0, 0, 0.25);
  color: #8c8c8c;
}
.studio-performer-edit-form .btn-submit {
  background: #eebd22 !important;
  width: 100%;
  color: black !important;
  font-weight: 600;
  margin-top: 10px !important;
  border-color: #eebd22;
  height: 48px;
  font-size: 16px;
  border-radius: 6px;
}
.studio-performer-edit-form .btn-submit:hover {
  background: #cda010 !important;
  border-color: #cda010;
}
.studio-performer-edit-form .btn-submit:disabled {
  background: #999999 !important;
  border-color: #999999;
  color: #fff !important;
}
.studio-performer-edit-form .ant-row {
  margin: 0 !important;
}
.studio-performer-edit-form .ant-col {
  padding: 0 12px;
}
.studio-performer-edit-form .ant-select-multiple .ant-select-selection-item {
  background-color: #eebd22;
  color: #000;
  border: none;
  border-radius: 4px;
}
.studio-performer-edit-form .ant-select-multiple .ant-select-selection-item-remove {
  color: #000;
}
.studio-performer-edit-form .ant-select-multiple .ant-select-selection-item-remove:hover {
  color: #333333;
}
.studio-performer-edit-form .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler {
  border-left: 1px solid #64470b;
  border-bottom: 1px solid #64470b;
}
.studio-performer-edit-form .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up,
.studio-performer-edit-form .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down {
  color: #999999;
  background-color: #242424;
}
.studio-performer-edit-form .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up:hover,
.studio-performer-edit-form .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down:hover {
  color: #eebd22;
}
.studio-performer-edit-form .ant-picker .ant-picker-input > input {
  color: #fff;
}
.studio-performer-edit-form .ant-picker .ant-picker-input > input::placeholder {
  color: #999999;
}
.studio-performer-edit-form .ant-picker .ant-picker-suffix {
  color: #999999;
}
.form-section {
  margin-bottom: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #64470b;
  border-radius: 8px;
}
.form-section:last-child {
  margin-bottom: 0;
}
.section-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 24px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #eebd22;
  position: relative;
}
.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background: #eebd22;
}
.ant-form-item-explain {
  color: #ff4d4f;
  font-size: 12px;
  margin-top: 4px;
}
.ant-form-item-required::before {
  color: #ff4d4f;
}
.ant-select-dropdown {
  background-color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled),
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #242424 !important;
  color: #fff;
}
textarea:focus,
input:focus,
.ant-input-affix-wrapper-focused {
  box-shadow: 0 0 5px #eebd22 !important;
  border: #242424 !important;
}
.ant-input-affix-wrapper input,
.ant-input-affix-wrapper .ant-input {
  border: none !important;
  box-shadow: none !important;
}
.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background: #333;
}
@media screen and (max-width: 450px) {
  .studio-performer-edit-form .ant-form-item {
    margin-bottom: 16px;
  }
  .studio-performer-edit-form .ant-col {
    padding: 0 6px;
  }
  .studio-performer-edit-form .btn-submit {
    height: 44px;
    font-size: 14px;
  }
}

.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: #eebd22;
}
.studio-performer-edit-layout {
  background-color: #242424;
  min-height: 100vh;
  padding: 24px;
}
.studio-performer-edit-layout .studio-performer-edit-header {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.studio-performer-edit-layout .studio-performer-edit-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 600;
}
.studio-performer-edit-layout .studio-performer-edit-header p {
  color: #999999;
  margin: 0;
  font-size: 16px;
}
.studio-performer-edit-layout .studio-performer-edit-header .ant-btn-link {
  color: #fff;
  font-size: 16px;
  padding: 0;
  height: auto;
}
.studio-performer-edit-layout .studio-performer-edit-header .ant-btn-link:hover {
  color: #eebd22;
}
.studio-performer-edit-layout .ant-tabs {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  padding: 24px;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-nav {
  margin-bottom: 24px;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  color: #999999;
  font-weight: 500;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  color: #eebd22;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #eebd22;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-nav .ant-tabs-tab:hover {
  color: #eebd22;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar {
  background: #eebd22;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item {
  margin-bottom: 24px;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-label label {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input,
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input-number,
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-select .ant-select-selector,
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-picker {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input:focus,
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input-number:focus,
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-select .ant-select-selector:focus,
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-picker:focus,
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input:hover,
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input-number:hover,
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-select .ant-select-selector:hover,
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-picker:hover {
  border-color: #eebd22;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-select-arrow {
  color: #999999;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-input::placeholder {
  color: #999999;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-checkbox-wrapper {
  color: #fff;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
  background-color: #242424;
  border-color: #64470b;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #eebd22;
  border-color: #eebd22;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-radio-wrapper {
  color: #fff;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-radio-wrapper .ant-radio .ant-radio-inner {
  background-color: #242424;
  border-color: #64470b;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
  border-color: #eebd22;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
  background-color: #eebd22;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item-explain {
  color: #ff4d4f;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .btn-submit {
  margin: 0px !important;
  background: #eebd22 !important;
  width: 100%;
  color: black !important;
  font-weight: 600;
  margin-top: 10px !important;
  border-color: #eebd22;
  height: 48px;
  font-size: 16px;
}
.studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .btn-submit:hover {
  background: #cda010 !important;
  border-color: #cda010;
}
@media screen and (max-width: 450px) {
  .studio-performer-edit-layout {
    padding: 16px;
  }
  .studio-performer-edit-layout .studio-performer-edit-header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .studio-performer-edit-layout .studio-performer-edit-header h1 {
    font-size: 24px;
  }
  .studio-performer-edit-layout .ant-tabs {
    padding: 16px;
  }
  .studio-performer-edit-layout .ant-tabs .ant-tabs-nav {
    margin-bottom: 16px;
  }
  .studio-performer-edit-layout .ant-tabs .ant-tabs-content .ant-tabs-tabpane .ant-form .ant-form-item {
    margin-bottom: 16px;
  }
}

.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: #eebd22;
}
.studio-performer-profile-images .img-item .img-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.studio-performer-profile-images .img-item .img-container .ant-image {
  width: 100%;
  height: 100%;
}
.studio-performer-profile-images .img-item .img-container .ant-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.studio-performer-profile-images .img-item .img-container .ant-image img.main-img {
  border: 3px solid #eebd22;
}
.studio-performer-profile-images .img-item .img-container .delete-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 4px 6px;
  cursor: pointer;
  font-size: 16px;
  background: #eee;
  color: #000;
  border-radius: 9999px;
}
.studio-performer-profile-images .img-item .img-container .delete-icon:hover {
  background: #4e4e4e;
  color: #eebd22;
}
.studio-performer-profile-images .edit-img-menu {
  background-color: #000000;
}
.studio-performer-profile-images .edit-img-menu li {
  background-color: #000000;
  color: #fff;
}
.studio-performer-profile-images .edit-img-menu li:hover {
  background-color: #fff;
  color: #000000;
}
.studio-performer-profile-images .spin-loading {
  margin: 0 auto;
}
.studio-performer-profile-images .ant-upload-drag {
  border: 2px dashed #64470b;
  border-radius: 6px;
  background: #242424;
}
.studio-performer-profile-images .ant-upload-drag:hover {
  border-color: #eebd22;
}
.studio-performer-profile-images .ant-upload-drag .ant-upload-drag-icon .anticon {
  font-size: 48px;
  color: #eebd22;
}
.studio-performer-profile-images .ant-upload-drag .ant-upload-text {
  color: #fff;
  font-size: 16px;
  margin: 8px 0 4px;
}
.studio-performer-profile-images .ant-upload-drag .ant-upload-hint {
  color: #999999;
  font-size: 14px;
}
.studio-performer-profile-images .btn-submit {
  background: #eebd22;
  border-color: #eebd22;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 6px;
}
.studio-performer-profile-images .btn-submit:hover {
  background: #cda010;
  border-color: #cda010;
}
.studio-performer-profile-images .btn-submit:disabled {
  background: #4e4e4e;
  border-color: #4e4e4e;
  color: #999999;
}
.studio-performer-profile-images .form-container {
  background: #242424;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #64470b;
}
.studio-performer-profile-images .form-container > div:first-child {
  color: #999999;
  font-size: 14px;
  margin-bottom: 16px;
}

.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: #eebd22;
}
.profile-video-card .ant-card-head-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.profile-video-card .video-upload-section {
  text-align: center;
  padding: 20px 0;
}
.profile-video-card .video-preview-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-video-card .video-preview-container video {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.profile-video-card .video-preview-container video:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.profile-video-card .video-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.profile-video-card .video-actions .ant-btn {
  min-width: 120px;
  height: 40px;
  border-radius: 6px;
  font-weight: 500;
}
.profile-video-card .video-actions .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
}
.profile-video-card .video-actions .ant-btn.ant-btn-primary:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  transform: translateY(-1px);
}
.profile-video-card .video-actions .ant-btn.ant-btn-dangerous {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  border: none;
}
.profile-video-card .video-actions .ant-btn.ant-btn-dangerous:hover {
  background: linear-gradient(135deg, #ff5252 0%, #e53935 100%);
  transform: translateY(-1px);
}
.profile-video-card .upload-placeholder {
  padding: 60px 40px;
  border: 2px dashed #64470b;
  border-radius: 12px;
  background: linear-gradient(135deg, #242424 0%, #333 100%);
  transition: all 0.3s ease;
}
.profile-video-card .upload-placeholder:hover {
  border-color: #eebd22;
  background: linear-gradient(135deg, #333 0%, #444 100%);
}
.profile-video-card .upload-placeholder .ant-btn {
  height: 50px;
  font-size: 16px;
  border-radius: 8px;
  border-style: dashed;
  border-width: 2px;
}
.profile-video-card .upload-placeholder .ant-btn .anticon {
  font-size: 20px;
  margin-right: 8px;
}
.profile-video-card .upload-placeholder p {
  margin-top: 16px;
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
}
.profile-video-card .video-settings {
  padding: 20px;
  background: linear-gradient(135deg, #242424 0%, #333 100%);
  border-radius: 12px;
  border: 1px solid #64470b;
}
.profile-video-card .video-settings .ant-checkbox-wrapper {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.profile-video-card .video-settings .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #eebd22;
  border-color: #eebd22;
}
.profile-video-card .video-settings p {
  margin-top: 12px;
  color: #999999;
  font-size: 13px;
  line-height: 1.4;
}
.profile-video-card .ant-progress .ant-progress-bg {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}
@media (max-width: 768px) {
  .profile-video-card .video-actions {
    flex-direction: column;
    align-items: center;
  }
  .profile-video-card .video-actions .ant-btn {
    width: 100%;
    max-width: 200px;
  }
  .profile-video-card .upload-placeholder {
    padding: 40px 20px;
  }
  .profile-video-card .video-preview-container video {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.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: #eebd22;
}
.form-container {
  border-radius: 10px;
  margin-bottom: 20px;
}
.form-container table {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background-color: black;
}
.form-container table thead {
  border-radius: 10px 10px 0px 0px !important;
  background: #64470b;
  color: #fff;
  height: 40px;
}
.form-container table thead tr {
  border-radius: 10px 10px 0px 0px !important;
}
.form-container table tbody {
  text-align: center;
}
.form-container table tbody tr {
  height: 60px;
  border: 1px solid #666;
}
.form-container table tbody tr td {
  width: 250px;
  color: #fff;
}
.form-container table tbody tr td .ant-select {
  width: 170px;
}
.form-container table tbody tr td .ant-select .ant-select-arrow {
  color: #fff;
}
.form-container table tbody tr .ant-input-number {
  width: 200px;
  border-radius: 3px;
  background: #242424;
  border-color: #242424;
}
@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: #eebd22;
}
.working-hours-form .form-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.working-hours-form .form-description {
  color: #666;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.working-hours-form .days-container {
  margin-bottom: 20px;
}
.working-hours-form .day-card {
  background: #000;
  border: 1px solid #333;
  margin-bottom: 10px;
}
.working-hours-form .day-card .ant-card-body {
  padding: 15px;
}
.working-hours-form .day-card .ant-checkbox-wrapper {
  color: #fff;
  font-weight: 500;
}
.working-hours-form .day-card .ant-form-item-label > label {
  color: #666;
  font-size: 0.8rem;
}
.working-hours-form .day-card .ant-picker {
  width: 100%;
}
.working-hours-form .day-card .ant-picker-input > input {
  background-color: #333 !important;
  border: 1px solid #555 !important;
  color: #fff !important;
}
.working-hours-form .day-card .ant-picker-input > input::placeholder {
  color: #666 !important;
}
.working-hours-form .submit-button {
  background: #64470b;
  border-color: #64470b;
  width: 100%;
  height: 40px;
  font-weight: 600;
}
.working-hours-form .submit-button:hover {
  background: #8b5f0f;
  border-color: #8b5f0f;
}
.working-hours-form .ant-divider {
  color: #fff;
  border-color: #333;
  font-weight: 500;
}

.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: #eebd22;
}
.studio-performer-verification .verification-loading {
  text-align: center;
  padding: 50px;
}
.studio-performer-verification .verification-loading p {
  color: #999999;
  margin-top: 16px;
}
.studio-performer-verification .verification-header {
  margin-bottom: 24px;
}
.studio-performer-verification .verification-header h3 {
  color: #fff;
  margin-bottom: 8px;
}
.studio-performer-verification .verification-header p {
  color: #999999;
  margin: 0;
}
.studio-performer-verification .verification-status-card {
  background: #000;
  border: 1px solid #64470b;
  margin-bottom: 24px;
}
.studio-performer-verification .verification-status-card .ant-card-body {
  padding: 20px;
}
.studio-performer-verification .verification-status-card .status-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.studio-performer-verification .verification-status-card .status-info .status-tag {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
}
.studio-performer-verification .verification-status-card .verification-details .admin-observations {
  margin-top: 8px;
  padding: 8px 12px;
  background: rgba(238, 189, 34, 0.1);
  border-radius: 4px;
  border-left: 3px solid #eebd22;
}
.studio-performer-verification .verification-steps-card {
  background: #000;
  border: 1px solid #64470b;
  margin-bottom: 24px;
}
.studio-performer-verification .verification-steps-card .ant-card-body {
  padding: 20px;
}
.studio-performer-verification .verification-steps-card .ant-steps .ant-steps-item .ant-steps-item-title {
  color: #fff;
  font-weight: 500;
}
.studio-performer-verification .verification-steps-card .ant-steps .ant-steps-item .ant-steps-item-description {
  color: #999999;
}
.studio-performer-verification .verification-steps-card .ant-steps .ant-steps-item .ant-steps-item-icon {
  background: #242424;
  border-color: #64470b;
}
.studio-performer-verification .verification-steps-card .ant-steps .ant-steps-item .ant-steps-item-icon .ant-steps-icon {
  color: #999999;
}
.studio-performer-verification .verification-steps-card .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-icon {
  background: #eebd22;
  border-color: #eebd22;
}
.studio-performer-verification .verification-steps-card .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-icon .ant-steps-icon {
  color: #000;
}
.studio-performer-verification .verification-steps-card .ant-steps .ant-steps-item.ant-steps-item-active .ant-steps-item-title {
  color: #eebd22;
}
.studio-performer-verification .verification-steps-card .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon {
  background: #eebd22;
  border-color: #eebd22;
}
.studio-performer-verification .verification-steps-card .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon {
  color: #000;
}
.studio-performer-verification .verification-steps-card .ant-steps .ant-steps-item-tail::after {
  background: #64470b;
}
.studio-performer-verification .verification-content .verification-instructions-card,
.studio-performer-verification .verification-content .verification-code-card,
.studio-performer-verification .verification-content .verification-pending-card,
.studio-performer-verification .verification-content .verification-rejected-card,
.studio-performer-verification .verification-content .verification-approved-card {
  background: #000;
  border: 1px solid #64470b;
  margin-bottom: 24px;
}
.studio-performer-verification .verification-content .verification-instructions-card .ant-card-body,
.studio-performer-verification .verification-content .verification-code-card .ant-card-body,
.studio-performer-verification .verification-content .verification-pending-card .ant-card-body,
.studio-performer-verification .verification-content .verification-rejected-card .ant-card-body,
.studio-performer-verification .verification-content .verification-approved-card .ant-card-body {
  padding: 24px;
}
.studio-performer-verification .verification-content .verification-instructions-card h4,
.studio-performer-verification .verification-content .verification-code-card h4,
.studio-performer-verification .verification-content .verification-pending-card h4,
.studio-performer-verification .verification-content .verification-rejected-card h4,
.studio-performer-verification .verification-content .verification-approved-card h4,
.studio-performer-verification .verification-content .verification-instructions-card h5,
.studio-performer-verification .verification-content .verification-code-card h5,
.studio-performer-verification .verification-content .verification-pending-card h5,
.studio-performer-verification .verification-content .verification-rejected-card h5,
.studio-performer-verification .verification-content .verification-approved-card h5 {
  color: #fff;
  margin-bottom: 16px;
}
.studio-performer-verification .verification-content .verification-instructions-card p,
.studio-performer-verification .verification-content .verification-code-card p,
.studio-performer-verification .verification-content .verification-pending-card p,
.studio-performer-verification .verification-content .verification-rejected-card p,
.studio-performer-verification .verification-content .verification-approved-card p {
  color: #999999;
  margin-bottom: 16px;
}
.studio-performer-verification .verification-content .verification-instructions-card .ant-timeline .ant-timeline-item-content,
.studio-performer-verification .verification-content .verification-code-card .ant-timeline .ant-timeline-item-content,
.studio-performer-verification .verification-content .verification-pending-card .ant-timeline .ant-timeline-item-content,
.studio-performer-verification .verification-content .verification-rejected-card .ant-timeline .ant-timeline-item-content,
.studio-performer-verification .verification-content .verification-approved-card .ant-timeline .ant-timeline-item-content {
  color: #999999;
}
.studio-performer-verification .verification-content .verification-instructions-card .ant-alert,
.studio-performer-verification .verification-content .verification-code-card .ant-alert,
.studio-performer-verification .verification-content .verification-pending-card .ant-alert,
.studio-performer-verification .verification-content .verification-rejected-card .ant-alert,
.studio-performer-verification .verification-content .verification-approved-card .ant-alert {
  margin-bottom: 16px;
}
.studio-performer-verification .verification-content .verification-instructions-card .ant-alert .ant-alert-message,
.studio-performer-verification .verification-content .verification-code-card .ant-alert .ant-alert-message,
.studio-performer-verification .verification-content .verification-pending-card .ant-alert .ant-alert-message,
.studio-performer-verification .verification-content .verification-rejected-card .ant-alert .ant-alert-message,
.studio-performer-verification .verification-content .verification-approved-card .ant-alert .ant-alert-message {
  color: #fff;
  font-weight: 500;
}
.studio-performer-verification .verification-content .verification-instructions-card .ant-alert .ant-alert-description,
.studio-performer-verification .verification-content .verification-code-card .ant-alert .ant-alert-description,
.studio-performer-verification .verification-content .verification-pending-card .ant-alert .ant-alert-description,
.studio-performer-verification .verification-content .verification-rejected-card .ant-alert .ant-alert-description,
.studio-performer-verification .verification-content .verification-approved-card .ant-alert .ant-alert-description {
  color: #999999;
}
.studio-performer-verification .verification-content .verification-code-display {
  text-align: center;
  margin: 24px 0;
}
.studio-performer-verification .verification-content .verification-code-display .code-container {
  background: #242424;
  border: 2px solid #eebd22;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
}
.studio-performer-verification .verification-content .verification-code-display .code-container .verification-code {
  font-size: 32px;
  font-weight: 700;
  color: #eebd22;
  letter-spacing: 4px;
  font-family: 'Courier New', monospace;
}
.studio-performer-verification .verification-content .verification-code-display .code-date .ant-typography {
  color: #999999;
  font-size: 14px;
}
.studio-performer-verification .verification-content .photo-upload-section {
  margin-top: 24px;
}
.studio-performer-verification .verification-content .photo-upload-section .ant-upload .ant-upload-select {
  background: #242424;
  border: 2px dashed #64470b;
  border-radius: 8px;
}
.studio-performer-verification .verification-content .photo-upload-section .ant-upload .ant-upload-select:hover {
  border-color: #eebd22;
}
.studio-performer-verification .verification-content .photo-upload-section .ant-upload .ant-upload-select .ant-upload-text {
  color: #999999;
}
.studio-performer-verification .verification-content .photo-upload-section .upload-actions {
  margin-top: 16px;
  text-align: center;
}
.studio-performer-verification .verification-content .verification-actions,
.studio-performer-verification .verification-content .rejection-actions {
  text-align: center;
  margin-top: 24px;
}
.studio-performer-verification .verification-content .verification-actions .ant-btn,
.studio-performer-verification .verification-content .rejection-actions .ant-btn {
  min-width: 200px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
}
.studio-performer-verification .verification-content .pending-info,
.studio-performer-verification .verification-content .approval-info {
  margin-top: 24px;
}
.studio-performer-verification .verification-content .pending-info ul,
.studio-performer-verification .verification-content .approval-info ul {
  color: #999999;
  padding-left: 20px;
}
.studio-performer-verification .verification-content .pending-info ul li,
.studio-performer-verification .verification-content .approval-info ul li {
  margin-bottom: 8px;
}
.studio-performer-verification .verification-history-card {
  background: #000;
  border: 1px solid #64470b;
}
.studio-performer-verification .verification-history-card .ant-card-body {
  padding: 24px;
}
.studio-performer-verification .verification-history-card h4 {
  color: #fff;
  margin-bottom: 16px;
}
.studio-performer-verification .verification-history-card .ant-timeline .ant-timeline-item-content {
  color: #999999;
}
.studio-performer-verification .verification-history-card .ant-timeline .history-item .history-observations {
  margin-top: 8px;
  padding: 8px 12px;
  background: rgba(238, 189, 34, 0.1);
  border-radius: 4px;
  border-left: 3px solid #eebd22;
}
@media screen and (max-width: 450px) {
  .studio-performer-verification .verification-status-card .ant-card-body,
  .studio-performer-verification .verification-steps-card .ant-card-body,
  .studio-performer-verification .verification-content .verification-instructions-card .ant-card-body,
  .studio-performer-verification .verification-content .verification-code-card .ant-card-body,
  .studio-performer-verification .verification-content .verification-pending-card .ant-card-body,
  .studio-performer-verification .verification-content .verification-rejected-card .ant-card-body,
  .studio-performer-verification .verification-content .verification-approved-card .ant-card-body,
  .studio-performer-verification .verification-history-card .ant-card-body {
    padding: 16px;
  }
  .studio-performer-verification .verification-code-display .code-container {
    padding: 16px;
  }
  .studio-performer-verification .verification-code-display .code-container .verification-code {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .studio-performer-verification .verification-actions .ant-btn,
  .studio-performer-verification .rejection-actions .ant-btn {
    min-width: 150px;
    height: 40px;
    font-size: 14px;
  }
}

.premium-feature-container {
  display: flex;
  flex-direction: column;
  min-width: 280px;
}
.premium-feature-container .premium-timer-section {
  margin-bottom: 8px;
}
.premium-feature-container .premium-buttons-section {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.premium-feature-container .premium-buttons-section .ant-btn {
  font-size: 11px;
  height: 28px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.premium-feature-container .premium-buttons-section .ant-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.premium-feature-container .premium-buttons-section .ant-btn:active {
  transform: translateY(0);
}
.premium-feature-container .premium-buttons-section .ant-btn .anticon {
  font-size: 12px;
}
.premium-feature-container .premium-buttons-section .ant-btn[style*="#722ed1"] {
  box-shadow: 0 2px 4px rgba(114, 46, 209, 0.3);
}
.premium-feature-container .premium-buttons-section .ant-btn[style*="#722ed1"]:hover {
  background: #531dab !important;
  border-color: #531dab !important;
  box-shadow: 0 4px 12px rgba(114, 46, 209, 0.4);
}
.premium-feature-container .premium-buttons-section .ant-btn[style*="#13c2c2"] {
  box-shadow: 0 2px 4px rgba(19, 194, 194, 0.3);
}
.premium-feature-container .premium-buttons-section .ant-btn[style*="#13c2c2"]:hover {
  background: #08979c !important;
  border-color: #08979c !important;
  box-shadow: 0 4px 12px rgba(19, 194, 194, 0.4);
}
.premium-feature-container .premium-buttons-section .ant-btn[style*="#fa8c16"]:hover {
  color: #d46b08 !important;
  border-color: #d46b08 !important;
  background: #fff7e6;
}
.premium-feature-container .premium-buttons-section .ant-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}
.premium-feature-container .premium-buttons-section .ant-btn:disabled:hover {
  transform: none !important;
  box-shadow: none !important;
}
.premium-feature-container .premium-buttons-section .ant-btn-loading {
  pointer-events: none;
}
@media (max-width: 768px) {
  .premium-feature-container {
    min-width: 240px;
  }
  .premium-feature-container .premium-buttons-section {
    gap: 6px;
  }
  .premium-feature-container .premium-buttons-section .ant-btn {
    font-size: 10px;
    height: 26px;
    padding: 3px 6px;
  }
  .premium-feature-container .premium-buttons-section .ant-btn .anticon {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .premium-feature-container {
    min-width: 200px;
  }
  .premium-feature-container .premium-buttons-section {
    flex-direction: column;
    align-items: stretch;
  }
  .premium-feature-container .premium-buttons-section .ant-btn {
    width: 100%;
    margin-bottom: 4px;
    justify-content: center;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(114, 46, 209, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(114, 46, 209, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(114, 46, 209, 0);
  }
}
@keyframes pulse-cyan {
  0% {
    box-shadow: 0 0 0 0 rgba(19, 194, 194, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(19, 194, 194, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(19, 194, 194, 0);
  }
}
.premium-feature-container .premium-buttons-section .ant-btn[style*="#722ed1"]:not(:disabled) {
  animation: pulse 2s infinite;
}
.premium-feature-container .premium-buttons-section .ant-btn[style*="#13c2c2"]:not(:disabled) {
  animation: pulse-cyan 2s infinite;
}

.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: #eebd22;
}
.studio-performer-card {
  background: #000;
  border: 1px solid #64470b;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.studio-performer-card:hover {
  border-color: #eebd22;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.studio-performer-card .ant-card-body {
  padding: 0;
  height: 100%;
}
.studio-performer-card.compact .card-content-compact {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.studio-performer-card.compact.needs-subscription {
  border: 2px solid #faad14;
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
  position: relative;
  overflow: hidden;
}
.studio-performer-card.compact.needs-subscription::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #faad14, #ffc53d, #faad14);
  animation: shimmer 2s infinite;
}
.studio-performer-card.compact.needs-subscription:hover {
  border-color: #ffc53d;
  box-shadow: 0 8px 24px rgba(250, 173, 20, 0.3);
  transform: translateY(-3px);
}
.studio-performer-card.compact.needs-subscription .card-content-compact {
  position: relative;
  z-index: 1;
}
.studio-performer-card.compact .performer-header-compact {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.studio-performer-card.compact .performer-header-compact .avatar-section {
  position: relative;
  flex-shrink: 0;
}
.studio-performer-card.compact .performer-header-compact .avatar-section .performer-avatar-compact {
  border: 2px solid #eebd22;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.studio-performer-card.compact .performer-header-compact .avatar-section .avatar-badges {
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.studio-performer-card.compact .performer-header-compact .avatar-section .avatar-badges .badge {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  border: 1px solid #000;
}
.studio-performer-card.compact .performer-header-compact .avatar-section .avatar-badges .badge.vip-badge {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  color: #000;
}
.studio-performer-card.compact .performer-header-compact .avatar-section .avatar-badges .badge.verified-badge {
  background: linear-gradient(45deg, #52c41a, #73d13d);
  color: #fff;
}
.studio-performer-card.compact .performer-header-compact .header-info-section {
  flex: 1;
  min-width: 0;
}
.studio-performer-card.compact .performer-header-compact .header-info-section .performer-basic-info {
  margin-bottom: 4px;
}
.studio-performer-card.compact .performer-header-compact .header-info-section .performer-basic-info .performer-name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 2px 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.studio-performer-card.compact .performer-header-compact .header-info-section .performer-basic-info .performer-username {
  color: #999999;
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.studio-performer-card.compact .performer-header-compact .header-info-section .performer-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.studio-performer-card.compact .performer-header-compact .header-info-section .performer-tags .ant-tag {
  margin: 0;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 3px;
  font-weight: 500;
  line-height: 1.2;
}
.studio-performer-card.compact .performer-header-compact .performer-actions {
  flex-shrink: 0;
}
.studio-performer-card.compact .performer-header-compact .performer-actions .ant-btn-link {
  color: #eebd22;
  padding: 2px 6px;
  height: auto;
  font-size: 11px;
  border-radius: 3px;
  margin-left: 4px;
}
.studio-performer-card.compact .performer-header-compact .performer-actions .ant-btn-link:hover {
  color: #cda010;
  background-color: rgba(238, 189, 34, 0.1);
}
.studio-performer-card.compact .performer-header-compact .performer-actions .ant-btn-link .anticon {
  margin-right: 2px;
  font-size: 10px;
}
.studio-performer-card.compact .combined-info-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #64470b;
  border-bottom: 1px solid #64470b;
}
.studio-performer-card.compact .combined-info-row .basic-info,
.studio-performer-card.compact .combined-info-row .stats-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.studio-performer-card.compact .combined-info-row .info-item,
.studio-performer-card.compact .combined-info-row .stat-item {
  color: #999999;
  font-size: 11px;
  white-space: nowrap;
}
.studio-performer-card.compact .combined-info-row .info-item strong,
.studio-performer-card.compact .combined-info-row .stat-item strong {
  color: #fff;
  font-weight: 600;
}
.studio-performer-card.compact .combined-info-row .info-separator {
  color: #64470b;
  font-weight: 300;
  margin: 0 2px;
}
.studio-performer-card.compact .combined-info-row .stat-item {
  display: flex;
  align-items: center;
  gap: 2px;
}
.studio-performer-card.compact .combined-info-row .stat-item .anticon {
  font-size: 10px;
  color: #eebd22;
}
.studio-performer-card.compact .combined-info-row .stat-item .month-indicator {
  background: #eebd22;
  color: #000;
  font-size: 7px;
  font-weight: bold;
  padding: 1px 3px;
  border-radius: 2px;
  margin-left: 2px;
  line-height: 1;
}
.studio-performer-card.compact .special-functions-section {
  margin-top: 8px;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card {
  background: #242424;
  border: 1px solid #64470b;
  border-radius: 8px;
  padding: 8px;
  height: 100%;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .feature-header,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .feature-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .feature-header .ant-tag,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .feature-header .ant-tag {
  margin: 0;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 600;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .feature-header .ant-tag .anticon,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .feature-header .ant-tag .anticon {
  font-size: 8px;
  margin-right: 2px;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .feature-header .anticon,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .feature-header .anticon {
  font-size: 10px;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .time-info,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .time-info {
  margin-bottom: 6px;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .time-info .used-time,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .time-info .used-time {
  color: #999999;
  font-size: 8px;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 2px;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .time-info .used-time .anticon,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .time-info .used-time .anticon {
  font-size: 7px;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .time-info .remaining-time,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .time-info .remaining-time {
  color: #eebd22;
  font-size: 9px;
  font-weight: 600;
  display: block;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .progress-container,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .progress-container {
  margin-bottom: 6px;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .progress-container .ant-progress .ant-progress-bg,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .progress-container .ant-progress .ant-progress-bg {
  height: 3px !important;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .progress-container .ant-progress .ant-progress-inner,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .progress-container .ant-progress .ant-progress-inner {
  background-color: #64470b;
  height: 3px !important;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .progress-container .progress-text,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .progress-container .progress-text {
  color: #999999;
  font-size: 7px;
  text-align: center;
  margin-top: 2px;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .visibility-status .status-active,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .visibility-status .status-active,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .visibility-status .status-expired,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .visibility-status .status-expired {
  font-size: 7px;
  font-weight: 500;
  display: block;
  text-align: center;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .visibility-status .status-active,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .visibility-status .status-active {
  color: #52c41a;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop .visibility-status .status-expired,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots .visibility-status .status-expired {
  color: #ff4d4f;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop.inactive .status-text,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots.inactive .status-text {
  text-align: center;
  padding: 4px 0;
}
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.supertop.inactive .status-text small,
.studio-performer-card.compact .special-functions-section .premium-feature-card .feature-timer.superboots.inactive .status-text small {
  color: #999999;
  font-size: 8px;
}
.studio-performer-card.compact .special-functions-section .premium-buttons-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.studio-performer-card.compact .special-functions-section .premium-buttons-section .premium-feature-container .premium-timer-section {
  display: none !important;
}
.studio-performer-card.compact .special-functions-section .premium-buttons-section .premium-feature-container .premium-buttons-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin-top: 0 !important;
}
.studio-performer-card.compact .special-functions-section .premium-buttons-section .premium-feature-container .premium-buttons-section .ant-btn {
  font-size: 10px !important;
  height: 28px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  width: 100% !important;
  margin: 0 !important;
}
.studio-performer-card.compact .special-functions-section .premium-buttons-section .premium-feature-container .premium-buttons-section .ant-btn .anticon {
  font-size: 10px !important;
  margin-right: 4px !important;
}
.studio-performer-card.compact .card-footer-compact {
  padding-top: 8px;
  border-top: 1px solid #64470b;
  margin-top: 8px;
}
.studio-performer-card.compact .card-footer-compact .created-date {
  color: #999999;
  font-size: 10px;
  font-style: italic;
}
.reversed .card-content-horizontal {
  display: flex;
  height: 100%;
  min-height: 180px;
}
.reversed .card-content-horizontal .performer-info-section {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reversed .card-content-horizontal .performer-info-section .performer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 16px;
}
.reversed .card-content-horizontal .performer-info-section .performer-header .performer-basic-info {
  flex: 1;
}
.reversed .card-content-horizontal .performer-info-section .performer-header .performer-basic-info .performer-name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 4px 0;
  line-height: 1.2;
}
.reversed .card-content-horizontal .performer-info-section .performer-header .performer-basic-info .performer-username {
  color: #999999;
  font-size: 14px;
  margin: 0 0 8px 0;
  font-weight: 500;
}
.reversed .card-content-horizontal .performer-info-section .performer-header .performer-basic-info .performer-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.reversed .card-content-horizontal .performer-info-section .performer-header .performer-basic-info .performer-tags .ant-tag {
  margin: 0;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
}
.reversed .card-content-horizontal .performer-info-section .performer-header .performer-actions {
  flex-shrink: 0;
}
.reversed .card-content-horizontal .performer-info-section .performer-header .performer-actions .ant-btn-link {
  color: #eebd22;
  padding: 4px 8px;
  height: auto;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 8px;
}
.reversed .card-content-horizontal .performer-info-section .performer-header .performer-actions .ant-btn-link:hover {
  color: #cda010;
  background-color: rgba(238, 189, 34, 0.1);
}
.reversed .card-content-horizontal .performer-info-section .performer-header .performer-actions .ant-btn-link .anticon {
  margin-right: 4px;
  font-size: 12px;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section {
  flex: 1;
  margin-bottom: 16px;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .section-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #64470b;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status {
  flex: 1;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #64470b;
  background: #242424;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status.active {
  border-color: #eebd22;
  background: rgba(238, 189, 34, 0.05);
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status.active.supertop {
  border-left: 3px solid #722ed1;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status.active.superboots {
  border-left: 3px solid #13c2c2;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status.expired {
  border-color: #ff4d4f;
  background: rgba(255, 77, 79, 0.05);
  border-left: 3px solid #ff4d4f;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status.inactive {
  opacity: 0.6;
  background: #242424;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-icon {
  font-size: 16px;
  flex-shrink: 0;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-icon.supertop {
  color: #722ed1;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-icon.superboots {
  color: #13c2c2;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info {
  flex: 1;
  min-width: 0;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .feature-name {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .time-info .used-time {
  font-size: 10px;
  color: #999999;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .time-info .used-time .anticon {
  font-size: 9px;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .time-info .remaining-time {
  font-size: 11px;
  font-weight: 600;
  color: #eebd22;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .time-info .remaining-time.expired {
  color: #ff4d4f;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .visibility-status {
  margin-top: 4px;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .visibility-status .status-active {
  font-size: 9px;
  color: #52c41a;
  font-weight: 500;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .visibility-status .status-expired {
  font-size: 9px;
  color: #ff4d4f;
  font-weight: 500;
}
.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-buttons {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #64470b;
}
.reversed .card-content-horizontal .performer-info-section .card-footer {
  padding-top: 12px;
  border-top: 1px solid #64470b;
}
.reversed .card-content-horizontal .performer-info-section .card-footer .created-date {
  color: #999999;
  font-size: 11px;
  font-style: italic;
}
.reversed .card-content-horizontal .performer-image-section {
  flex-shrink: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(238, 189, 34, 0.1) 0%, transparent 100%);
  border-left: 1px solid #64470b;
}
.reversed .card-content-horizontal .performer-image-section .performer-avatar-large {
  border: 3px solid #eebd22;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.reversed:hover .performer-image-section .performer-avatar-large {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 450px) {
  .studio-performer-card.compact .card-content-compact {
    padding: 12px;
    gap: 8px;
  }
  .studio-performer-card.compact .card-content-compact .performer-header-compact {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .studio-performer-card.compact .card-content-compact .performer-header-compact .avatar-section {
    align-self: center;
  }
  .studio-performer-card.compact .card-content-compact .performer-header-compact .header-info-section {
    width: 100%;
    text-align: center;
  }
  .studio-performer-card.compact .card-content-compact .performer-header-compact .header-info-section .performer-basic-info .performer-name {
    font-size: 14px;
  }
  .studio-performer-card.compact .card-content-compact .performer-header-compact .header-info-section .performer-basic-info .performer-username {
    font-size: 11px;
  }
  .studio-performer-card.compact .card-content-compact .performer-header-compact .header-info-section .performer-tags {
    justify-content: center;
  }
  .studio-performer-card.compact .card-content-compact .performer-header-compact .performer-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
  }
  .studio-performer-card.compact .card-content-compact .performer-header-compact .performer-actions .ant-btn-link {
    font-size: 10px;
    padding: 2px 4px;
    margin: 0;
  }
  .studio-performer-card.compact .card-content-compact .combined-info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .studio-performer-card.compact .card-content-compact .combined-info-row .basic-info,
  .studio-performer-card.compact .card-content-compact .combined-info-row .stats-info {
    width: 100%;
    justify-content: center;
  }
  .studio-performer-card.compact .card-content-compact .combined-info-row .info-item,
  .studio-performer-card.compact .card-content-compact .combined-info-row .stat-item {
    font-size: 10px;
  }
  .studio-performer-card.compact .card-content-compact .special-functions-section .ant-col {
    margin-bottom: 8px;
  }
  .studio-performer-card.compact .card-content-compact .special-functions-section .premium-feature-card {
    padding: 8px;
  }
  .studio-performer-card.compact .card-content-compact .special-functions-section .premium-feature-card .feature-header .feature-name {
    font-size: 10px;
  }
  .studio-performer-card.compact .card-content-compact .special-functions-section .premium-buttons-section .premium-feature-container .premium-buttons-section .ant-btn {
    font-size: 9px !important;
    height: 24px !important;
  }
  .studio-performer-card.compact .card-content-compact .card-footer-compact .created-date {
    font-size: 9px;
    text-align: center;
  }
  .studio-performer-card.reversed .card-content-horizontal {
    flex-direction: column;
    min-height: auto;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section {
    order: 2;
    padding: 16px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .performer-header {
    flex-direction: column;
    gap: 12px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .performer-header .performer-basic-info .performer-name {
    font-size: 18px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .performer-header .performer-basic-info .performer-username {
    font-size: 13px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .performer-header .performer-actions .ant-btn-link {
    font-size: 11px;
    padding: 3px 6px;
    margin-left: 4px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .performer-header .performer-actions .ant-btn-link .anticon {
    font-size: 11px;
    margin-right: 3px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal {
    flex-direction: column;
    gap: 8px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status {
    padding: 6px 10px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-icon {
    font-size: 14px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .feature-name {
    font-size: 11px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .time-info .used-time {
    font-size: 9px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-info-section .premium-features-section .premium-statuses-horizontal .premium-status .status-info .time-info .remaining-time {
    font-size: 10px;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-image-section {
    order: 1;
    padding: 16px;
    border-left: none;
    border-bottom: 1px solid #64470b;
  }
  .studio-performer-card.reversed .card-content-horizontal .performer-image-section .performer-avatar-large {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
  }
}
.studio-performer-card .premium-status {
  cursor: pointer;
}
.studio-performer-card .premium-status:hover {
  transform: translateX(2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.studio-performer-card.compact:hover .avatar-section .performer-avatar-compact {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@media (prefers-color-scheme: dark) {
  .studio-performer-card .card-content .premium-features-section .premium-statuses .premium-status.active {
    background: rgba(238, 189, 34, 0.03);
  }
  .studio-performer-card .card-content .premium-features-section .premium-statuses .premium-status.expired {
    background: rgba(255, 77, 79, 0.03);
  }
}

.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: #eebd22;
}
.studio-performers-grid {
  min-height: 400px;
}
.studio-performers-grid .performers-list-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.studio-performers-grid .performer-card-wrapper {
  width: 100%;
}
.studio-performers-grid .studio-performers-grid-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: #999999;
}
.studio-performers-grid .studio-performers-grid-loading p {
  margin-top: 16px;
  font-size: 16px;
  color: #999999;
}
.studio-performers-grid .studio-performers-grid-loading .ant-spin .ant-spin-dot i {
  background-color: #eebd22;
}
.studio-performers-grid .studio-performers-grid-empty {
  padding: 60px 20px;
  text-align: center;
}
.studio-performers-grid .studio-performers-grid-empty .ant-empty .ant-empty-description {
  color: #999999;
}
.studio-performers-grid .studio-performers-pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-item {
  background-color: #242424;
  border-color: #64470b;
}
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-item:hover {
  border-color: #eebd22;
}
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-item.ant-pagination-item-active {
  border-color: #eebd22;
  background-color: #eebd22;
}
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #000;
}
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-prev,
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-next {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-prev:hover,
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
  color: #eebd22;
}
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-options .ant-select .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
  color: #999999;
}
.studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-total-text {
  color: #999999;
}
@media screen and (max-width: 450px) {
  .studio-performers-grid .performers-list-container {
    gap: 16px;
  }
  .studio-performers-grid .studio-performers-pagination {
    margin-top: 24px;
    padding: 16px 0;
  }
  .studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-options {
    display: none;
  }
  .studio-performers-grid .studio-performers-pagination .ant-pagination .ant-pagination-total-text {
    display: none;
  }
}
.performer-card-wrapper {
  animation: fadeInUp 0.5s ease-out;
}
.performer-card-wrapper:nth-child(1) {
  animation-delay: 0.1s;
}
.performer-card-wrapper:nth-child(2) {
  animation-delay: 0.2s;
}
.performer-card-wrapper:nth-child(3) {
  animation-delay: 0.3s;
}
.performer-card-wrapper:nth-child(4) {
  animation-delay: 0.4s;
}
.performer-card-wrapper:nth-child(5) {
  animation-delay: 0.5s;
}
.performer-card-wrapper:nth-child(6) {
  animation-delay: 0.6s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.studio-performers-grid:hover .performer-card-col {
  transition: all 0.3s ease;
}

.studio-performers-filter {
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.studio-performers-filter .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.studio-performers-filter .filter-header .filter-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1890ff;
}
.studio-performers-filter .filter-header .filter-title .filter-count {
  margin-left: 8px;
  font-size: 12px;
}
.studio-performers-filter .filter-header .filter-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.studio-performers-filter .filter-header .filter-actions .results-count {
  font-size: 14px;
  color: #666;
}
.studio-performers-filter .filter-header .filter-actions .clear-filters-btn {
  padding: 0;
  height: auto;
  color: #ff4d4f;
}
.studio-performers-filter .filter-header .filter-actions .clear-filters-btn:hover {
  color: #ff7875;
}
.studio-performers-filter .filter-item .filter-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}
.studio-performers-filter .filter-item .search-input {
  width: 100%;
}
.studio-performers-filter .filter-item .search-input .ant-input-search-button {
  background-color: #1890ff;
  border-color: #1890ff;
}
.studio-performers-filter .filter-item .search-input .ant-input-search-button:hover {
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.studio-performers-filter .filter-item .filter-select {
  width: 100%;
}
.studio-performers-filter .filter-item .filter-select .ant-select-selector {
  border-radius: 6px;
  border-color: #d9d9d9;
}
.studio-performers-filter .filter-item .filter-select .ant-select-selector:hover {
  border-color: #40a9ff;
}
.studio-performers-filter .filter-item .filter-select.ant-select-focused .ant-select-selector {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.studio-performers-filter .active-filters .active-filters-header {
  margin-bottom: 8px;
  font-size: 14px;
}
.studio-performers-filter .active-filters .active-filters-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.studio-performers-filter .active-filters .active-filters-tags .active-filter-tag {
  background-color: #f0f9ff;
  border-color: #91d5ff;
  color: #1890ff;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 8px;
  margin: 0;
}
.studio-performers-filter .active-filters .active-filters-tags .active-filter-tag .ant-tag-close-icon {
  color: #1890ff;
  font-size: 10px;
}
.studio-performers-filter .active-filters .active-filters-tags .active-filter-tag:hover {
  background-color: #e6f7ff;
}
@media (max-width: 768px) {
  .studio-performers-filter .filter-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .studio-performers-filter .filter-header .filter-actions {
    width: 100%;
    justify-content: space-between;
  }
  .studio-performers-filter .filter-item .filter-label {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .studio-performers-filter .active-filters-tags .active-filter-tag {
    font-size: 11px;
    padding: 1px 6px;
  }
}
@media (prefers-color-scheme: dark) {
  .studio-performers-filter {
    background-color: #1f1f1f;
    border-color: #303030;
  }
  .studio-performers-filter .filter-header .filter-title {
    color: #40a9ff;
  }
  .studio-performers-filter .filter-header .filter-actions .results-count {
    color: #999;
  }
  .studio-performers-filter .filter-item .filter-label {
    color: #fff;
  }
  .studio-performers-filter .active-filters .active-filters-header {
    color: #fff;
  }
  .studio-performers-filter .active-filters .active-filters-tags .active-filter-tag {
    background-color: #111b26;
    border-color: #40a9ff;
    color: #40a9ff;
  }
  .studio-performers-filter .active-filters .active-filters-tags .active-filter-tag:hover {
    background-color: #0d1419;
  }
}

.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: #eebd22;
}
.studio-performers-layout {
  background-color: #242424;
  min-height: 100vh;
  padding: 24px;
}
.studio-performers-layout .studio-performers-header {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.studio-performers-layout .studio-performers-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 600;
}
.studio-performers-layout .studio-performers-header p {
  color: #999999;
  margin: 0;
  font-size: 16px;
}
.studio-performers-layout .studio-performers-header .ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
}
.studio-performers-layout .studio-performers-header .ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.studio-performers-layout .studio-performers-filters {
  background: #000;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.studio-performers-layout .studio-performers-filters .ant-input {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-performers-layout .studio-performers-filters .ant-input::placeholder {
  color: #999999;
}
.studio-performers-layout .studio-performers-filters .ant-input:focus {
  border-color: #eebd22;
  box-shadow: 0 0 0 2px rgba(238, 189, 34, 0.2);
}
.studio-performers-layout .studio-performers-filters .ant-select .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-performers-layout .studio-performers-filters .ant-select .ant-select-arrow {
  color: #999999;
}
.studio-performers-layout .studio-performers-filters .ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
}
.studio-performers-layout .studio-performers-filters .ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.studio-performers-layout .studio-performers-content {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  overflow: hidden;
}
.studio-performers-layout .studio-performers-content .ant-table {
  background: transparent;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-thead > tr > th {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-weight: 600;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-tbody > tr > td {
  background-color: transparent;
  border-bottom: 1px solid #64470b;
  color: #fff;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-tbody > tr:hover > td {
  background-color: rgba(238, 189, 34, 0.05);
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination {
  background-color: #242424;
  margin: 0;
  padding: 16px;
  border-top: 1px solid #64470b;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-item {
  background-color: #242424;
  border-color: #64470b;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-item a {
  color: #fff;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-item:hover {
  border-color: #eebd22;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-item.ant-pagination-item-active {
  border-color: #eebd22;
  background-color: #eebd22;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #000;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-prev,
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-next {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-prev:hover,
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
  color: #eebd22;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-options .ant-select .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-performers-layout .studio-performers-content .ant-table .ant-table-pagination .ant-pagination-options .ant-select .ant-select-arrow {
  color: #999999;
}
.studio-performers-layout .studio-performers-content .ant-tag {
  border-radius: 4px;
  font-weight: 500;
}
.studio-performers-layout .studio-performers-content .ant-btn-link {
  color: #eebd22;
  padding: 4px 8px;
  height: auto;
}
.studio-performers-layout .studio-performers-content .ant-btn-link:hover {
  color: #cda010;
  background-color: rgba(238, 189, 34, 0.1);
  border-radius: 4px;
}
.studio-performers-layout .studio-performers-content .action-buttons-vertical {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 100px;
}
.studio-performers-layout .studio-performers-content .action-buttons-vertical .ant-btn {
  border: none;
  background: transparent;
  box-shadow: none;
  transition: all 0.3s ease;
  font-size: 12px;
  border-radius: 4px;
  text-align: left;
  justify-content: flex-start;
  color: #eebd22;
}
.studio-performers-layout .studio-performers-content .action-buttons-vertical .ant-btn:hover {
  background: rgba(238, 189, 34, 0.1);
  transform: translateX(2px);
}
.studio-performers-layout .studio-performers-content .action-buttons-vertical .ant-btn:active {
  transform: translateX(0);
}
.studio-performers-layout .studio-performers-content .action-buttons-vertical .ant-btn .anticon {
  font-size: 12px;
  margin-right: 4px;
}
.studio-performers-layout .studio-performers-content .action-buttons-vertical .ant-btn:hover {
  color: #cda010;
}
.studio-performers-layout .studio-performers-content .table-view-placeholder {
  background: #242424;
  border: 1px solid #64470b;
  border-radius: 8px;
  padding: 60px 20px;
  text-align: center;
  color: #999999;
}
.studio-performers-layout .studio-performers-content .table-view-placeholder p {
  margin: 8px 0;
  font-size: 16px;
}
.studio-performers-layout .studio-performers-content .table-view-placeholder p:first-child {
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .studio-performers-layout {
    padding: 16px;
  }
  .studio-performers-layout .studio-performers-header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .studio-performers-layout .studio-performers-header h1 {
    font-size: 24px;
  }
  .studio-performers-layout .studio-performers-header .ant-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .studio-performers-layout .studio-performers-filters {
    padding: 16px;
    margin-bottom: 16px;
  }
  .studio-performers-layout .studio-performers-filters .ant-col {
    margin-bottom: 12px;
  }
  .studio-performers-layout .studio-performers-content .ant-table .ant-table-thead > tr > th,
  .studio-performers-layout .studio-performers-content .ant-table .ant-table-tbody > tr > td {
    padding: 8px 4px;
    font-size: 12px;
  }
  .studio-performers-layout .studio-performers-content .action-buttons-vertical {
    min-width: 80px;
  }
  .studio-performers-layout .studio-performers-content .action-buttons-vertical .ant-btn {
    font-size: 11px;
    padding: 2px 6px !important;
  }
  .studio-performers-layout .studio-performers-content .action-buttons-vertical .ant-btn .anticon {
    font-size: 11px;
    margin-right: 3px;
  }
}

.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: #eebd22;
}
.studio-tickets-layout {
  background-color: #242424;
  min-height: 100vh;
  padding: 24px;
}
.studio-tickets-layout .studio-tickets-header {
  background: #000;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #64470b;
}
.studio-tickets-layout .studio-tickets-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 600;
}
.studio-tickets-layout .studio-tickets-header p {
  color: #999999;
  margin: 0;
  font-size: 16px;
}
.studio-tickets-layout .studio-tickets-header .ant-btn-primary {
  background: #eebd22;
  border-color: #eebd22;
  color: #000;
  font-weight: 600;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
}
.studio-tickets-layout .studio-tickets-header .ant-btn-primary:hover {
  background: #cda010;
  border-color: #cda010;
}
.studio-tickets-layout .studio-tickets-content {
  background: #000;
  border-radius: 8px;
  border: 1px solid #64470b;
  overflow: hidden;
}
.studio-tickets-layout .studio-tickets-content .ant-table {
  background: transparent;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-thead > tr > th {
  background-color: #242424;
  border-bottom: 1px solid #64470b;
  color: #fff;
  font-weight: 600;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-tbody > tr > td {
  background-color: transparent;
  border-bottom: 1px solid #64470b;
  color: #fff;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-tbody > tr:hover > td {
  background-color: rgba(238, 189, 34, 0.05);
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination {
  background-color: #242424;
  margin: 0;
  padding: 16px;
  border-top: 1px solid #64470b;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-item {
  background-color: #242424;
  border-color: #64470b;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-item a {
  color: #fff;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-item:hover {
  border-color: #eebd22;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-item.ant-pagination-item-active {
  border-color: #eebd22;
  background-color: #eebd22;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #000;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-prev,
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-next {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-prev:hover,
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-next:hover {
  border-color: #eebd22;
  color: #eebd22;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-options .ant-select .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-tickets-layout .studio-tickets-content .ant-table .ant-table-pagination .ant-pagination-options .ant-select .ant-select-arrow {
  color: #999999;
}
.studio-tickets-layout .studio-tickets-content .ant-tag {
  border-radius: 4px;
  font-weight: 500;
}
.studio-tickets-layout .studio-tickets-content .ant-btn-link {
  color: #eebd22;
  padding: 4px 8px;
  height: auto;
}
.studio-tickets-layout .studio-tickets-content .ant-btn-link:hover {
  color: #cda010;
  background-color: rgba(238, 189, 34, 0.1);
  border-radius: 4px;
}
.studio-tickets-layout .ticket-preview {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-tickets-layout .ticket-preview .ticket-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.studio-tickets-layout .ticket-preview .ticket-description {
  color: #999999;
  font-size: 12px;
}
.studio-tickets-layout .status-tag {
  font-weight: 500;
  font-size: 12px;
}
.studio-tickets-layout .priority-tag {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.studio-tickets-layout .category-tag {
  font-weight: 500;
  font-size: 11px;
}
.studio-tickets-layout .ticket-number {
  font-family: 'Courier New', monospace;
  font-weight: 600;
  color: #eebd22;
  font-size: 12px;
}
.studio-tickets-layout .created-date {
  font-size: 11px;
  color: #999999;
}
.studio-tickets-layout .assigned-admin {
  color: #eebd22;
  font-weight: 500;
  font-size: 12px;
}
.studio-tickets-layout .unassigned-text {
  color: #ffbf00;
  font-style: italic;
  font-size: 12px;
}
.studio-tickets-layout .new-ticket-badge {
  background: linear-gradient(45deg, #52c41a, #73d13d);
  color: #000;
  font-weight: 600;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.studio-tickets-layout .ant-card {
  background: #000;
  border: 1px solid #64470b;
}
.studio-tickets-layout .ant-card .ant-card-body {
  background: #000;
}
.studio-tickets-layout .ant-card .ant-statistic-title {
  color: #999999;
}
.studio-tickets-layout .ant-card .ant-statistic-content {
  color: #fff;
}
.studio-tickets-layout .ant-card {
  background: #000;
  border: 1px solid #64470b;
}
.studio-tickets-layout .ant-card .ant-card-body {
  background: #000;
}
.studio-tickets-layout .ant-input,
.studio-tickets-layout .ant-select-selector {
  background-color: #242424;
  border-color: #64470b;
  color: #fff;
}
.studio-tickets-layout .ant-input:hover,
.studio-tickets-layout .ant-select-selector:hover,
.studio-tickets-layout .ant-input:focus,
.studio-tickets-layout .ant-select-selector:focus {
  border-color: #eebd22;
}
.studio-tickets-layout .ant-select-dropdown {
  background-color: #242424;
  border: 1px solid #64470b;
}
.studio-tickets-layout .ant-select-dropdown .ant-select-item {
  color: #fff;
}
.studio-tickets-layout .ant-select-dropdown .ant-select-item:hover {
  background-color: rgba(238, 189, 34, 0.1);
}
.studio-tickets-layout .ant-select-dropdown .ant-select-item.ant-select-item-option-selected {
  background-color: #eebd22;
  color: #000;
}
@media screen and (max-width: 450px) {
  .studio-tickets-layout {
    padding: 16px;
  }
  .studio-tickets-layout .studio-tickets-header {
    padding: 16px;
    margin-bottom: 16px;
  }
  .studio-tickets-layout .studio-tickets-header h1 {
    font-size: 24px;
  }
  .studio-tickets-layout .studio-tickets-header .ant-col {
    margin-bottom: 16px;
    text-align: center;
  }
  .studio-tickets-layout .studio-tickets-content .ant-table .ant-table-thead > tr > th,
  .studio-tickets-layout .studio-tickets-content .ant-table .ant-table-tbody > tr > td {
    padding: 8px 4px;
    font-size: 12px;
  }
}

.left-0 {
  left: 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: #eebd22;
}
.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: #eebd22;
  color: #000;
  border-color: #eebd22;
  width: 90%;
  height: 47px;
}
.box-below .btn-remove-favorite span {
  font-weight: 600;
}

