@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%;
  }
}

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

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

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

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

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

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

.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;
}
.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;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 450px) {
  .profile-details .form-container .params {
    height: auto;
  }
}
.profile-details .form-container .params::-webkit-scrollbar {
  width: 8px;
}
.profile-details .form-container .params::-webkit-scrollbar-track {
  background: transparent;
}
.profile-details .form-container .params::-webkit-scrollbar-thumb {
  background: #888;
}
.profile-details .form-container .params::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.profile-details .form-container .params div {
  display: flex;
}
.profile-details .form-container .params div span {
  flex-basis: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  color: #acacac;
}
.profile-details .form-container .params div strong {
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.profile-details .form-container .params div .uppercase {
  text-transform: uppercase;
}
.profile-details .form-container .params .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;
  }
}

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

.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #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;
}
.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;
}
.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;
}
.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;
}
.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;
  }
}

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

