@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.backTop {
  right: 50px;
}
.backTop .ant-back-top-content {
  background: #d5af34;
  transition: all 0.3s;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.1);
}
.backTop .ant-back-top-content:hover {
  opacity: 1;
}
#primaryLayout.dark {
  background-color: #191a1b !important;
}
@media (max-width: 500px) {
  .backTop {
    right: 20px;
    bottom: 20px;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.main-header {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 999;
}
.main-Topheader {
  background-color: #000;
}
.header.ant-layout-header {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 9;
  align-items: center;
  background-color: transparent;
  height: unset;
  line-height: unset;
}
.header.ant-layout-header .nav-bar {
  padding: 1em 0 !important;
  width: 100%;
}
.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: #d5af34;
  background-color: #d5af34;
}
.iconButton {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.iconButton:hover {
  background-color: #d5af34;
}
.iconButton:hover .iconFont {
  color: #d5af34;
}
.iconButton + .iconButton {
  margin-left: 8px;
}
.iconButton .iconFont {
  color: #b2b0c7;
  font-size: 24px;
}
.notification {
  padding: 24px 0;
  width: 320px;
}
.notification .notificationItem {
  transition: all 0.3s;
  padding: 12px 24px;
  cursor: pointer;
}
.notification .notificationItem:hover {
  background-color: #d5af34;
}
.notification .clearButton {
  text-align: center;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.notification .clearButton:hover {
  background-color: #d5af34;
}
.notificationPopover .ant-popover-inner-content {
  padding: 0;
}
.notificationPopover .ant-popover-arrow {
  display: none;
}
.notificationPopover .ant-list-item-content {
  flex: 0;
  margin-left: 16px;
}
.nav-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.nav-icons li {
  padding: 2px 15px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.nav-icons li .ant-badge-count {
  background: #d5af34;
  font-size: 11px;
  box-shadow: none;
  padding: 0 5px;
  line-height: 20px;
  min-width: 20px;
  height: 20px;
}
@media (max-width: 500px) {
  .nav-icons li .ant-badge-count span {
    font-size: 11px;
  }
}
.nav-icons li:hover {
  border-color: #d5af34;
}
.nav-icons li:hover .ant-badge-count {
  background: #d5af34;
}
.nav-icons li:hover a {
  color: #d5af34;
}
.nav-icons li a {
  color: #8a96a3;
  font-family: Merriweather Bold;
}
.nav-icons li .anticon {
  font-size: 25px;
}
.nav-icons li .cart-total {
  position: absolute;
  top: 0;
  right: 5px;
}
.nav-icons li .ant-menu.ant-menu-light {
  background-color: #d5af34;
}
.nav-icons li .username {
  margin-right: 8px;
  color: #fff;
}
.nav-icons li.logo-nav {
  padding: 0;
  width: 81%;
}
.nav-icons li.logo-nav img {
  height: 35px;
}
.nav-icons .right-menu {
  padding: 7px 0;
}
.nav-icons .right-menu .ant-menu-submenu-title {
  padding: 0;
}
.nav-icons .active {
  color: #d5af34 !important;
  border-bottom: 2px solid;
}
.active h5 {
  color: #d5af34 !important;
}
.ant-menu.ant-menu-sub li a:hover {
  color: #333;
}
.ant-menu.ant-menu-sub li.ant-menu-item-selected a {
  color: #333 !important;
}
.switchTheme {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  overflow: hidden;
  transition: all 0.3s;
  color: #8a96a3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.switchTheme span {
  white-space: nowrap;
  overflow: hidden;
  font-size: 11px;
}
.switchTheme .anticon {
  margin-right: 4px;
  font-size: 15px;
}
.mt-0 {
  margin-top: 0px !important;
}
.profile-drawer .ant-drawer-content {
  background-color: #132046 !important;
}
.profile-drawer .ant-drawer-content .anticon-close {
  font-size: 30px;
  color: #fff !important;
}
.profile-drawer .sidebar-title {
  text-align: center;
  margin-top: 30px;
  color: #fff;
  font-family: "Franklin";
  text-transform: uppercase;
}
.profile-drawer .profile-user {
  display: flex;
  color: #fff;
}
.profile-drawer .profile-user .avatar {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-drawer .profile-user .profile-name {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-transform: capitalize;
  font-size: 13px;
}
.profile-drawer .profile-user .profile-name .sub-name {
  color: #fff;
  font-size: 11px;
  text-transform: none;
}
.profile-drawer .sub-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  font-size: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}
.profile-drawer a {
  display: inline-flex;
  color: #fff;
}
.profile-drawer a.user-balance {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.profile-drawer a.user-balance svg {
  height: 25px;
  width: auto;
}
.profile-drawer a.user-balance .anticon.anticon-plus-circle {
  color: #d5af34;
}
.profile-drawer a.user-balance .anticon.anticon-plus-circle svg {
  height: unset;
}
.profile-drawer a .anticon {
  font-size: 18px;
  margin: 0 5px;
  color: #fff !important;
}
.profile-drawer .ant-drawer-body .profile-menu-item .paymentsMenu.active,
.profile-drawer .ant-drawer-body .profile-menu-item .paymentsMenu:hover {
  background-color: transparent !important;
  color: #fff;
  border-radius: 5px;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item {
  padding: 5px;
  margin-bottom: 10px;
  font-family: "Montserrat";
  width: 100%;
  font-style: normal;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item.active,
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item:hover {
  background-image: linear-gradient(270deg, #6d3b92, #e31566, #f29e1f);
  font-weight: 700;
  color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item .anticon {
  font-size: 18px;
  color: #666;
}
.profile-drawer .ant-drawer-body .profile-menu-item .ant-divider {
  margin: 10px 0;
}
@media (max-width: 769px) {
  .nav-bar .nav-icons .logo-nav {
    width: 75%;
  }
}
@media (max-width: 500px) {
  .nav-bar .nav-icons {
    width: 100%;
    justify-content: space-between;
  }
  .nav-bar .nav-icons li {
    font-size: 14px;
    padding: 2px 12px;
  }
  .nav-bar .nav-icons li span {
    font-size: 25px;
  }
  .nav-bar .nav-icons li .cart-total {
    top: -2px;
    right: 2px;
  }
  .nav-bar .nav-icons .logo-nav {
    width: 50%;
  }
  .nav-bar .nav-icons .logo-nav img {
    height: 23px;
    width: auto;
  }
}
.routelink {
  cursor: pointer;
}
.routelink span {
  color: #fff !important;
  cursor: pointer;
}
.routelink a h5 {
  color: #fff;
}
.routelink h5 {
  font-family: "Montserrat" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 16px;
  letter-spacing: 0.1em;
}
.topHeader {
  background: #132046 !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 20px !important;
  border-bottom: 1px solid #fff;
}
.topHeader .nav-bar {
  width: 100%;
}
.payments-links {
  padding-left: 30px;
}
.plus-icon {
  color: #fff !important;
  font-size: 26px !important;
  margin-right: 5px;
}
.main-logo-avatar {
  margin-right: 15px;
}
.header-bottom-icon {
  border: 4px solid #fff;
  padding: 8px;
  border-radius: 50%;
}
.settings-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #fff;
}
.sidebar-title {
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px;
}
.settings-header > img {
  height: 28px;
}
.ant-drawer-body {
  padding: 0 !important;
}
.settings-drawer-footer {
  padding: 16px;
  width: 100%;
  background-image: linear-gradient(90deg, #6d3b92, #e31566, #f29e1f);
  position: absolute;
  bottom: 0px;
  color: #fff !important;
  font-size: 40px !important;
}
.drawer-wrapper {
  padding: 20px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.conversation-search {
  position: relative;
  margin-bottom: 12px;
  padding: 0 12px;
}
.conversation-search input {
  padding: 1em 2.5em;
  width: 100%;
  border: none;
  background: #f5f5f5;
  color: #8a96a3;
  font-size: 0.9em;
  border-radius: 0.5em;
  outline: none;
  height: 40px;
}
.conversation-search .anticon-search {
  font-size: 18px;
  color: #8a96a3;
  position: absolute;
  top: calc(50% - 9px);
  left: 18px;
}
.conversation-search-input {
  background: #eee;
  padding: 8px 10px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
}
.conversation-search-input::placeholder {
  text-align: center;
}
.conversation-search-input:focus::placeholder {
  text-align: left;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.conversation-list-item {
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  color: #fff;
}
.conversation-list-item:hover,
.conversation-list-item.active {
  background: #f5f5f5;
  cursor: pointer;
}
.conversation-list-item.active {
  pointer-events: none;
}
.conversation-list-item .online-status {
  position: absolute;
  left: 30px;
  bottom: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #888;
}
.conversation-list-item .online-status.active {
  background-color: #4ec52a;
}
.dark .conversation-list-item:hover .conversation-title,
.dark .conversation-list-item:active .conversation-title {
  color: #888;
}
.conversation-left-corner {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.conversation-left-corner span {
  font-size: 10px;
}
.conversation-photo {
  width: 40px;
  height: 40px;
}
.conversation-info {
  width: 100%;
}
.conversation-info .conversation-title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  color: #8a96a3;
}
.conversation-info .conversation-title .re-name {
  max-width: 150px;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.conversation-info .conversation-title .re-name .anticon {
  font-size: 14px;
  color: #d5af34;
}
.conversation-info .conversation-title .conversation-time {
  font-size: 10px;
  margin-left: 10px;
  text-transform: lowercase;
}
.conversation-info .conversation-snippet {
  font-size: 12px;
  color: #888;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.conversation-info .notification-badge {
  position: absolute;
  top: 40px;
  left: 10px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.conversation-list {
  height: 100%;
  width: 100%;
  padding: 0 0 20px;
}
.conversation-list .c-list-container {
  overflow: auto;
  max-height: calc(100% - 100px);
}
.user-bl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d5af34;
  font-size: 15px;
  padding: 5px 25px;
  height: 43px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: Merriweather Bold;
  border-bottom: 1px solid #e6e3e3;
  text-transform: capitalize;
}
.user-bl .anticon {
  font-size: 25px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.block-user {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.main-faq-page {
  background-color: #333;
  padding: 20px 20px 60px 50px;
}
.pale-white {
  background: #f5f6f7;
  padding: 30px 0px;
}
.bg-white {
  background: #ffffff;
}
.header {
  flex-shrink: 0;
  background: #f5f6f700;
  font-family: 'Roboto';
  padding: 10px 0px 13px;
}
.top-seaction {
  padding: 30px 0px 16px 0px;
}
.search-input {
  border-radius: 30px;
  font-size: 12px;
}
.text-right {
  text-align: right;
}
.heading > :nth-child(1) {
  font-size: 24px;
  color: #000;
}
.heading > :nth-child(2) {
  font-size: 20px;
  color: #000;
  font-family: 'Roboto';
}
.links {
  color: #337ab7;
  text-decoration: none;
  font-family: 'Roboto';
}
.layout.header > :nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
hr {
  margin: 0;
}
.footer-title {
  font-size: 19px;
  font-family: 'Roboto';
}
.footer-section {
  background: #F5F6F7;
  margin: 0 !important;
  border: solid 1px #E5EAEF;
  border-width: 1px 0;
  flex-shrink: 0;
}
.footer-content-question ul {
  padding-left: 0px !important;
}
.footer-content-question ul li {
  color: #fff;
  cursor: pointer;
  padding: 4px 0;
  list-style-type: none;
}
.faq-footer {
  position: unset !important;
  padding: 10px 10px 50px 20px;
  background-color: #333;
}
.ant-collapse-content-box p {
  font-family: 'Roboto';
}
.ant-collapse-header-text {
  font-family: 'Roboto';
}

.articles {
  padding: 20px 0;
}
.articles .category .card-title {
  font-size: 26px;
  color: #777777;
}
.articles .category .card-title a {
  color: #777777 !important;
}
.articles .category .number {
  margin-left: 10px;
}
.articles .category .articles-list .list-item a {
  padding: 8px 0;
  color: #777777 !important;
}

.live-page-container {
  padding: 10px;
}
.live-title {
  color: white !important;
  margin-top: 10px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  line-height: 32px !important;
  letter-spacing: 0.25em !important;
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 500 !important;
}
.light .live-title {
  color: #333 !important;
}
.live-stream {
  color: white;
  font-size: 16px;
  padding-top: 14px;
}
.footer-section {
  position: fixed;
  width: 100%;
  bottom: 60px;
}
.visit-history .top-story {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.visit-history .story-list {
  overflow: auto;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
  display: flex;
  border-bottom: 1px solid #eee;
}
.visit-history .story-list .story-per-card {
  cursor: pointer;
  margin-right: 10px;
  text-align: center;
  position: relative;
}
.visit-history .story-list .story-per-card .blink-border {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
  background: linear-gradient(90deg, orange 10%, #ff0066 50%, violet 90%);
}
.visit-history .story-list .story-per-card .per-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: relative;
  margin: 3px;
  border: 2px solid white;
}
.visit-history .story-list .story-per-card .live-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  background: linear-gradient(90deg, #ff0066 10%, #ff0066 90%);
  color: #fff;
  padding: 0 5px;
  border-radius: 7px;
  border: 2px solid #fff;
  font-size: 11px;
  line-height: 17px;
}

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

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.page-referral .title h1 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.page-referral .title .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-referral .title .info p {
  margin: 0 7px 0 0;
}
.page-referral .title .info .anticon {
  color: #d5af34;
  font-size: 1.2rem;
  cursor: pointer;
}
.page-referral .ant-table .ant-table-thead .ant-table-cell {
  font-weight: 600;
}
.page-referral .ant-tabs-content-holder .no-found {
  text-align: center;
}
.dark .page-referral .info p {
  color: #fff;
}
.dark .page-referral .no-found {
  color: #fff;
}
.dark .page-referral .referral-tabpane .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #d5af34;
}
.dark .page-referral .referral-tabpane .ant-tabs-tab .ant-tabs-tab-btn {
  color: #fff;
}
.ant-popover .ant-popover-content .ant-popover-inner-content {
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ant-popover .ant-popover-content .ant-popover-inner-content p {
  margin: 0;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.referral-link {
  max-width: 550px;
  margin: 2rem auto;
}
.referral-link .referral-code {
  width: 100%;
}
.referral-link .referral-code .ant-btn {
  min-height: 40px;
  margin: 5px 0;
}
@media screen and (max-width: 500px) {
  .referral-link .referral-code .ant-btn {
    max-width: 110px;
  }
}

.starts-referral {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0 50px 0;
}
.starts-referral .ant-statistic {
  padding: 0 10px;
}

.search-container {
  position: relative;
  text-align: center;
  min-height: 90vh;
  padding: 10px 10px 80px 10px;
}
.search-container .search-form-button {
  width: 100%;
  background-image: linear-gradient(90deg, #d6249f, #f58529);
  border: none;
}
.search-container .closeIcon {
  color: #fff !important;
  font-size: 24px;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.search-container .search-title {
  font-size: 16px;
  font-family: "Roboto";
  letter-spacing: 0.12em;
  font-weight: 700;
  padding-top: 10px;
}
.search-container .search-input {
  font-size: 16px;
  font-family: "Roboto";
  border-right: none;
}
.search-container .anticon-search {
  font-size: 30px !important;
}
.search-container .main-collapse {
  background-color: black;
  width: 100%;
}
.search-container .main-collapse .checkbox-group {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  overflow-y: scroll;
}
.search-container .main-collapse .ant-checkbox-wrapper {
  color: #fff !important;
}
.search-container .main-collapse .ant-collapse-arrow {
  font-size: 35px !important;
  cursor: pointer;
}
.search-container .main-collapse .ant-collapse-arrow .anticon {
  color: #fff !important;
}
.search-container .main-collapse .ant-collapse-content-box {
  background: #141414;
}
.search-container .main-collapse .ant-collapse-header-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

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

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

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.card-form {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
  border: 1px solid #e6e3e3;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
.card-form .stripe-card-form {
  padding: 25px 10px;
}
.card-list {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.card-list .no-card-found {
  color: #333;
}
.dark .card-list a {
  color: #d5af34;
}
.dark .card-list .no-card-found {
  color: #fff;
}
.card-item {
  height: 200px;
  width: 320px;
  border-radius: 5px;
  border: 1px solid #e6e3e3;
  padding: 5px;
  margin: 10px;
  background-image: url('/static/stripe-card.png');
  background-color: #d5af34;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.card-item .card-info {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.card-item .card-holder-name {
  position: absolute;
  bottom: 0;
  padding: 5px;
  text-transform: uppercase;
}
.card-item .remove-btn {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #fff;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.publisher-player {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}
.publisher-player video {
  object-fit: cover;
}
.dark .control-button-play {
  color: #fff;
  cursor: pointer;
  margin-top: 2px;
  padding: 5px;
  min-height: 10px;
  border-radius: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.private-live-streaming {
  position: relative;
}
.private-live-streaming .publisher {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  z-index: 999;
  margin-bottom: 10px;
}
.dark .streem-price {
  color: #fff !important;
  margin-top: 10px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.login-form {
  max-width: 400px;
  margin: auto;
  padding-top: 14px;
}
.register-box .ant-form-item .ant-form-item-control {
  padding: 0;
}
.model-photo-verification .ant-form-item-control {
  text-align: left;
}
.model-photo-verification .ant-form-item-label {
  font-weight: 600;
}
.login-box .title {
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  margin: 5px 0;
  font-family: Merriweather Bold;
}
.login-box .ant-select-selector {
  border-radius: 25px !important;
}
.login-box .login-form-button {
  width: 100%;
  background-image: linear-gradient(90deg, #d6249f, #f58529);
  border: none;
  min-height: 50px;
  color: #fff;
  height: 48px;
  border-radius: 25px;
  font-size: 17px;
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 20px;
}
.login-box .ant-form-item input {
  border-radius: 30px;
  min-height: 50px;
  padding: 0 20px;
}
.login-box .ant-form-item .ant-input-password {
  border-radius: 30px;
  padding: 0 20px;
  min-height: 50px;
}
.login-box .ant-form-item .ant-input-password input {
  border-radius: 0;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
}
.login-box .ant-picker {
  width: 100%;
  height: 40px;
  border-radius: 25px;
}
.login-box .ant-picker input {
  padding: 0 5px;
}
.login-box .login-content {
  padding: 20px 0;
  position: relative;
  min-height: 550px;
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 500px) {
  .login-box .login-content {
    padding: unset;
  }
}
.login-box .login-content ul li {
  font-weight: 600;
  padding: 5px 5px 5px 10px;
}
.login-box .login-content.left {
  height: 100%;
  background-image: url("/static/auth-img.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.login-box .login-content.left.fixed {
  background-size: 70%;
}
@media (max-width: 500px) {
  .login-box .login-content.left {
    display: none;
  }
}
.login-box .login-content.right {
  max-width: 400px;
}
.login-box .login-content.right .title h3 {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  font-family: Merriweather Bold;
}
.login-box .login-content.right a {
  font-weight: 600;
  font-size: 11px;
  color: #d5af34;
}
.login-box .login-content.right p a {
  font-size: 12px;
}
.login-box .login-content.right p a.sub-text {
  font-size: 10px;
}
.login-box .login-content.right .ant-checkbox-wrapper .ant-checkbox-inner,
.login-box .login-content.right .ant-checkbox .ant-checkbox-inner {
  border: 1.5px solid #fff;
  background-color: #d5af34;
}
.login-box .login-content.right .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.login-box .login-content.right .ant-checkbox:hover .ant-checkbox-inner {
  border: 1.5px solid #fff;
}
.login-box .login-content.right .btn-primary.ant-btn {
  color: #fff;
  background-color: #d5af34;
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
}
.login-box .login-content.custom {
  max-width: 100%;
}
.login-box.custom .ant-form-item input {
  border-radius: 2px;
  padding: 0 10px;
}
.logo {
  text-align: center;
  cursor: pointer;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: 40px;
  margin-right: 8px;
}
.logo span {
  vertical-align: text-bottom;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  color: #d5af34;
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.switch-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.switch-btn button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: Merriweather Bold;
  cursor: pointer;
}
.switch-btn button:hover {
  color: #d5af34;
}
.switch-btn button.active {
  color: #d5af34;
  border-bottom: 2px solid;
}
.switch-grp {
  text-align: center;
}
.switch-grp .ant-switch {
  background-color: #d5af34;
  padding: 0px 30px;
  height: 40px;
}
.switch-grp .ant-switch .ant-switch-handle {
  top: 1px;
  left: 1px;
  width: 38px;
  height: 38px;
}
.switch-grp .ant-switch .ant-switch-handle::before {
  border-radius: 50%;
}
.switch-grp .ant-switch-checked .ant-switch-handle {
  left: calc(100% - 38px - 1px);
}
.ant-spin-container,
.ant-spin-nested-loading {
  height: 100%;
}
.error-message {
  color: #f04134;
}
.forgot-box {
  background-color: #333;
  color: #fff;
  margin: 80px 30px;
  padding: 20px;
}
.forgot-box h2,
.forgot-box h4 {
  color: #fff;
}
@media (max-width: 500px) {
  .forgot-box .forgot-password {
    margin: 40px auto 0;
  }
  .forgot-box .forgot-form .ant-form-item {
    width: 300px;
  }
}
.forgot-form {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 70px 0;
  align-items: center;
  justify-content: center;
}
.forgot-form .ant-form-item {
  margin-bottom: 10px;
  width: 400px;
}
.forgot-form button {
  width: 100%;
  color: #333;
}
.welcome-box {
  background-color: #132046;
  margin: 15px 0;
  padding: 30px 0 30px 30px;
  border-radius: 10px;
}
.welcome-box h3 {
  font-size: 1.8em;
  font-weight: 600;
  font-family: Montserrat;
  color: #fff !important;
}
.welcome-box ul {
  padding-left: 18px;
}
.welcome-box ul li {
  color: #dee2e6;
  list-style: auto;
}
.social-login {
  margin: 10px auto;
  text-align: center;
  font-size: 15px;
  max-width: 400px;
}
.social-login .twitter-button {
  background-color: #1ea2f1;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  outline: none;
}
.social-login .twitter-button .anticon {
  font-size: 18px;
  margin-right: 5px;
}
.social-login .twitter-button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.social-login .google-button {
  margin: 5px 0;
  background-color: #f04134;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  outline: none;
}
.social-login .google-button .anticon {
  font-size: 18px;
  margin-right: 5px;
}
.social-login .google-button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.email-verify-succsess {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 160px);
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 5px 50px;
  font-size: 18px;
}
.id-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.id-block .ant-upload-picture-card-wrapper.avatar-uploader {
  width: unset;
}
.id-block .img-id {
  height: 140px;
  object-fit: cover;
}
.login-logo {
  text-align: center;
  font-size: 30px;
}
.forgot-password-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.login-box .login-content.right .btn-primary.ant-btn {
  background-image: linear-gradient(90deg, #d6249f, #f58529);
  border: none;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.btn-google-login-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-google-login-box span.ant-typography {
  font-size: 12px;
}
.btn-google-login-box .btn-google-login {
  display: flex;
  justify-content: center;
}

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

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

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

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.compose {
  display: flex;
  align-items: center;
  position: absolute;
  width: calc(100% + 2px);
  bottom: -1px;
  left: -1px;
  border: 1px solid #e6e3e3;
  background-color: #fff;
}
.compose .toolbar-button {
  color: #8a96a3;
  margin-left: 15px;
}
.compose .toolbar-button:hover {
  color: #8a96a3;
}
.compose .compose-input {
  flex: 1;
  border: none;
  font-size: 14px;
  height: 48px;
  background: none;
  color: #333;
  outline: thin;
  padding: 5px 10px;
}
.compose .compose-input::placeholder {
  opacity: 0.3;
}
.compose .grp-icons {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  font-size: 22px;
  color: #8a96a3;
}
.compose .grp-icons.custom {
  display: flex;
}
.compose .grp-icons.custom .anticon-send {
  margin-left: 15px;
}
.compose .grp-file-icon {
  height: 25px;
  width: 28px;
}
.compose .grp-file-icon .avatar-uploader .ant-upload {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  margin: 0;
}
.compose .grp-file-icon .avatar-uploader .ant-upload img {
  display: none;
  width: 20px !important;
  height: 20px;
  object-fit: cover;
}
.compose .grp-file-icon .ant-upload-select.ant-upload-select-picture-card .anticon {
  position: unset;
  top: unset;
  left: unset;
  color: #8a96a3;
  font-size: 22px;
  padding: 0;
  background: transparent;
}
.compose .grp-send {
  height: 48px;
  background: #d5af34;
  padding: 12px 15px;
}
.compose .grp-send .anticon {
  font-size: 18px;
  color: #fff;
  transform: rotate(-45deg);
}
.compose .grp-send:hover {
  background: #d5af34;
}
.compose.stream {
  border-color: #d5af34;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.compose.stream .grp-icons .grp-emotions {
  position: relative;
  right: 0;
  top: 0;
}
.compose.stream .grp-send {
  padding: 5px 15px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.message {
  display: flex;
  flex-direction: column;
}
.message .bubble-container {
  font-size: 14px;
  display: flex;
}
.message .bubble-container .bubble {
  margin: 5px 0px;
  background: #d5af34;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 75%;
  border-radius: 5px;
  color: #fff;
}
.message .bubble-container .bubble .anticon-ellipsis {
  transform: rotate(90deg);
  font-size: 12px;
}
.message .bubble-container .bubble img {
  width: 100%;
  max-width: 320px;
}
.message .bubble-container .avatar {
  width: 22px;
  height: 22px;
  margin: 6px 8px 0 0;
}
.message .timestamp {
  display: flex;
  justify-content: flex-start;
  color: #8a96a3;
  font-weight: 600;
  font-size: 8px;
  margin: 5px 0px;
}
.message.mine .timestamp {
  justify-content: flex-end;
}
.message.mine .bubble-container {
  justify-content: flex-end;
}
.message.mine .bubble-container .bubble {
  background: #f5f5f5;
  max-width: 75%;
  color: #333;
}
.message.mine .bubble-container .avatar {
  margin: 6px 0 0 8px;
}
.message-stream .message .bubble-container {
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  margin: 3px 0;
}
.message-stream .message .bubble-container .bubble {
  background: none;
  padding: 0 5px;
  border-radius: 0;
  color: #666;
  word-break: break-all;
}
.message-stream .message .bubble-container .bubble .anticon-ellipsis {
  transform: rotate(90deg);
  font-size: 12px;
}
.message-stream .message .bubble-container .sender-info {
  white-space: nowrap;
  line-height: 30px;
}
.message-stream .message .bubble-container .sender-info a {
  font-weight: 600;
  color: #333;
  vertical-align: middle;
}
.message-stream .message .bubble-container .sender-info .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.message-stream .message .bubble-container.owner .sender-info a {
  font-weight: 600;
  color: #d5af34;
}
.message-stream .message .bubble-container.owner .sender-info .avatar {
  width: 30px;
  height: 30px;
}
.message-stream .message .timestamp {
  justify-content: center;
}
.dark .message-list-container {
  color: #fff;
}
.dark .sender-info a {
  color: #d5af34 !important;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.message-list {
  height: 100%;
  width: 100%;
  position: relative;
}
.message-list .mess-recipient {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e3e3;
  padding: 5px;
}
.message-list .mess-recipient .recipient {
  text-transform: capitalize;
  color: #8a96a3;
  cursor: pointer;
}
.message-list .mess-recipient .recipient .ant-avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.message-list .mess-recipient .recipient .anticon {
  color: #d5af34;
  font-size: 14px;
  margin-left: 2px;
}
.message-list .mess-recipient .recipient:hover {
  opacity: 0.9;
}
.message-list .mess-recipient .close-btn {
  border: none;
}
.message-list .message-list-container {
  padding: 0 10px;
  padding-bottom: 50px;
  overflow-y: auto;
  max-height: calc(100% - 50px);
}
.message-list .message-list-container .sub-text {
  text-align: center;
  color: #f04134;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .message-list .message-list-container .sub-text {
    font-size: 14px;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.messenger {
  display: flex;
  width: 100%;
  height: 85vh;
  position: relative;
}
.scrollable {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.footer {
  background: #fff;
}
.message-stream {
  height: 100%;
}
@media all and (max-width: 500px) {
  .sidebar {
    width: 100%;
  }
  .sidebar.active {
    display: none;
  }
  .chat-content {
    display: none;
  }
  .chat-content.active {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 92%;
    z-index: 9999;
    background-color: #fff;
  }
}
@media all and (min-width: 500px) {
  .sidebar {
    width: 100%;
  }
  .sidebar.active {
    display: none;
  }
  .chat-content {
    display: none;
  }
  .chat-content.active {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 499px;
    margin: auto;
    height: 92%;
    z-index: 9999;
    background-color: #fff;
  }
}
@media all and (max-height: 700px) {
  .chat-content.active {
    height: 90%;
  }
}
@media all and (max-height: 560px) {
  .chat-content.active {
    height: 87%;
  }
}
@media all and (max-height: 410px) {
  .chat-content.active {
    height: 82%;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.conversation-stream {
  width: 100%;
  min-height: 375px;
  max-height: 600px;
  height: 480px;
  border: solid 1px #d5af34;
  border-radius: 5px;
  position: relative;
}
.conversation-stream .tablist {
  margin: 0;
}
.conversation-stream .ant-tabs > .ant-tabs-nav,
.conversation-stream .ant-tabs > div > .ant-tabs-nav {
  margin: 0 !important;
}
.conversation-stream .ant-tabs-nav-list {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab {
  width: 100%;
  justify-content: center;
  margin: 0;
  height: 50px;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab-active {
  background-color: #d5af34;
  color: #fff;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}
.conversation-stream.active .ant-tabs-tab {
  width: 100%;
}
.conversation-stream .tip-box {
  margin: 3px 0;
  text-align: center;
}
.dark .message .bubble-container div {
  color: #888 !important;
}
@media screen and (max-width: 500px) {
  .conversation-stream {
    height: 440px;
  }
  .conversation-stream .message-stream {
    height: 100%;
  }
}

@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\F101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\F102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\F103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\F104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\F105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\F106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\F107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\F10A";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\F10B";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\F10C";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\F10D";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\F10E";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\F10F";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\F110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\F111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\F112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\F113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\F114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\F115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\F116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\F117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\F118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\F119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\F11A";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\F11B";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\F11C";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\F11D";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\F11E";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\F11F";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\F120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.stream-video {
  display: block;
}
.stream-description {
  margin: 20px 0;
  display: flex;
  width: 100%;
}
.stream-duration {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 14px;
  color: #8a96a3;
  margin: 0;
}
.stream-duration .anticon-clock-circle,
.stream-duration .ant-rate-star-full .anticon {
  color: #d5af34;
}
.stream-duration > * {
  margin-right: 10px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.loading-screen {
  z-index: 99999 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #3e3e3e !important;
}
.loading-screen img,
.loading-screen span {
  animation-name: loading !important;
  background: #3e3e3e !important;
  animation-duration: 2s !important;
  animation-timing-function: ease-out !important;
  animation-delay: 0s !important;
  animation-direction: alternate !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: none !important;
  animation-play-state: running !important;
  padding: 20px !important;
  text-align: center !important;
  color: #fff !important;
}
.loading-screen p {
  color: #d5af34 !important;
  font-size: 16px !important;
}
@keyframes loading {
  0% {
    font-size: 25px !important;
    width: 300px !important;
  }
  25% {
    width: 310px !important;
    font-size: 27px !important;
  }
  50% {
    width: 320px !important;
    font-size: 30px !important;
  }
  75% {
    width: 310px !important;
    font-size: 27px !important;
  }
  100% {
    width: 300px !important;
    font-size: 25px !important;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.contentInner {
  background: #fff;
  padding: 24px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.01);
  min-height: calc(100vh - 230px);
  position: relative;
}
@media (max-width: 767px) {
  .contentInner {
    padding: 12px;
    min-height: calc(100vh - 160px);
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.title {
  color: #d5af34;
  font-family: Merriweather Bold;
  text-align: center;
}
.purchase-form {
  margin: 20px 0;
}
.purchase-form .ant-form {
  max-width: 550px;
  margin: auto;
}
.current-balance {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
.current-balance svg {
  height: 60px;
  width: auto;
}
.current-balance .balance {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.current-balance .balance .amount {
  font-family: Merriweather Bold;
}
.dark .current-balance svg {
  color: #fff;
}
.dark .current-balance .balance {
  color: #fff;
}
.dark .current-balance .amount {
  color: #fff;
}
.coupon-dc {
  width: 100%;
}
.coupon-dc .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.coupon-dc .ant-btn {
  min-height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.total-price .amount {
  padding-left: 5px;
  font-size: 16px;
  font-family: Merriweather Bold;
}
.dark .total-price {
  color: #fff;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.top-profile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 95px;
}
.top-profile .tab-stat {
  color: #fff;
  display: flex;
}
.top-profile .tab-stat .tab-item {
  padding: 3px 7px;
}
.top-profile .tab-stat .tab-item:first-child {
  padding-left: 0;
}
.top-profile .avatar-upload {
  position: absolute;
  left: 5%;
  bottom: -30px;
}
.top-profile .avatar-upload .ant-upload-select.ant-upload-select-picture-card {
  background-image: url('/static/no-avatar.png');
}
@media screen and (max-width: 500px) {
  .top-profile {
    height: 95px;
  }
}
.bg-2nd {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(180deg, rgba(66, 66, 66, 0.3) 50%, rgba(255, 255, 255, 0.5) 100%);
}
.bg-2nd .drop-actions {
  position: absolute;
  right: 20px;
  top: 20px;
}
.bg-2nd .drop-actions .ant-dropdown-trigger.dropdown-options {
  color: #fff;
  font-size: 22px;
}
.main-profile {
  background-color: #000;
}
@media screen and (max-width: 769px) {
}
.fl-col {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: center;
  width: 100%;
}
.fl-col .online-status {
  width: 12px;
  height: 12px;
  background-color: #4ec52a;
  border-radius: 50%;
  position: absolute;
  bottom: 25px;
  left: 52%;
}
@media screen and (max-width: 830px) {
  .fl-col .online-status {
    left: 52%;
  }
}
.fl-col .online-status.off {
  background-color: #888;
}
.fl-col .ant-image .ant-image-mask {
  border-radius: 50%;
}
.fl-col img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding: 2px;
  border: 2px solid #d5af34;
  border-radius: 50%;
}
.fl-col .m-user-name {
  margin-left: 15px;
  font-family: Merriweather Bold;
  text-transform: capitalize;
}
.fl-col .m-user-name h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Courier New', Courier, monospace;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .fl-col .m-user-name h4 {
    margin: 0;
  }
}
.fl-col .m-user-name h5 {
  color: #d5af34 !important;
  font-size: 14px;
  font-weight: 600;
}
.fl-col .m-user-name .anticon {
  color: #d5af34 !important;
  font-size: 18px;
}
.fl-col .m-user-name .live-status {
  margin-left: 15px;
  background: #ff0066;
  color: #fff;
  padding: 0 5px;
  border-radius: 7px;
  border: 2px solid #fff;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}
.fl-col .cover-upload {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 769px) {
  .fl-col img {
    width: 75px;
    height: 75px;
  }
  .fl-col .online-status {
    bottom: 15px;
    left: 53.8%;
  }
}
.btn-grp {
  display: flex;
  padding: 0 5px;
  justify-content: flex-end;
  align-items: center;
}
.btn-grp .ant-btn {
  color: #d5af34 !important;
  font-weight: 500;
  background-color: transparent;
  border: none;
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 5px;
  outline: none;
  border-radius: 50%;
}
.btn-grp .ant-btn .anticon {
  font-size: 25px;
  color: #d5af34 !important;
}
.btn-grp .ant-btn .anticon.anticon-custom {
  font-size: 22px;
}
.btn-grp .ant-btn.active {
  color: #fff;
}
@media screen and (max-width: 769px) {
}
@media screen and (max-width: 500px) {
  .btn-grp .ant-btn {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin: 0 2px;
  }
  .btn-grp .ant-btn .anticon {
    font-size: 22px;
  }
  .btn-grp .ant-btn .anticon.anticon-custom {
    font-size: 22px;
  }
}
.pro-desc {
  margin: 5px 0;
}
.pro-desc .per-infor {
  background-color: #333;
  padding-bottom: 10px;
}
.pro-desc .per-infor .ant-collapse-header {
  padding: 12px 0;
  color: #ff0066;
  font-family: Merriweather Bold;
}
.pro-desc .per-infor .ant-collapse-content-box {
  padding: 0 0 12px;
}
.pro-desc .per-infor .ant-collapse-item {
  border: none;
}
.pro-desc .per-infor .ant-collapse-borderless {
  background-color: transparent;
}
.pro-desc .bio {
  white-space: pre-line;
  font-size: 12px;
  color: #666;
  line-height: 2;
}
.pro-desc .performer-info {
  text-transform: capitalize;
}
.pro-desc .ant-descriptions-item {
  vertical-align: middle;
  padding-bottom: 10px;
}
.pro-desc .ant-descriptions-item-container .ant-descriptions-item-label,
.pro-desc .ant-descriptions-item-container .ant-descriptions-item-content {
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .pro-desc {
    margin-top: 60px;
  }
}
.model-content .ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: none !important;
}
.model-content .ant-tabs .ant-tabs-nav:before {
  border-bottom: none;
}
.model-content .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  width: 25%;
  border-bottom: 1px solid;
  font-size: 25px;
  font-weight: 600;
  color: #888;
  justify-content: center;
  margin: 0;
  padding: 8px;
}
.model-content .ant-tabs .ant-tabs-ink-bar {
  bottom: unset !important;
  top: 0;
  background-color: #888;
  height: 1px;
}
.model-content .ant-tabs .ant-tabs-nav-wrap {
  padding: 0 30px;
}
.model-content .ant-tabs .ant-tabs-nav-wrap::before {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
.model-content .ant-tabs .ant-tabs-nav-wrap::after {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 500px) {
  .model-content .ant-tabs .ant-tabs-nav-wrap {
    padding: 0;
  }
  .model-content .ant-tabs .ant-tabs-nav-wrap::before {
    opacity: 0;
  }
  .model-content .ant-tabs .ant-tabs-nav-wrap::after {
    opacity: 0;
  }
}
.model-content .ant-tabs .ant-tabs-nav-list {
  width: 100%;
  justify-content: space-around;
}
.model-content .ant-tabs .ant-tabs-nav-list .anticon {
  color: #d5af34 !important;
}
.model-content .ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane.ant-tabs-tabpane-active {
  overflow: none;
  max-height: none;
}
@media screen and (max-width: 500px) {
  .model-content {
    padding: 5px;
  }
  .model-content .ant-tabs-tab .anticon {
    margin: 0;
  }
}
.show-all {
  padding: 30px;
  margin-top: 20px;
  text-align: center;
}
.show-all a {
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  background-image: linear-gradient(0deg, #d5af34, #d5af34);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Merriweather Bold;
}
.show-all a:hover {
  background-color: #d5af34;
}
.model-card {
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.model-card .card-img {
  position: absolute;
  top: calc(50% - -54px);
  left: 30px;
  z-index: 1;
}
.model-card .card-img .ant-avatar {
  width: 70px;
  height: 70px;
  border: 1px solid #d5af34;
}
.model-card .online-status {
  width: 10px;
  height: 10px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  left: 93px;
  opacity: 0.8;
  z-index: 1;
}
.model-card .online-status.active {
  animation-name: twinkle;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  background-color: #4ec52a;
}
.model-card .live-status {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #ff0066;
  color: #fff;
  padding: 0 5px;
  border-radius: 7px;
  border: 2px solid #fff;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}
.model-card .card-age {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  z-index: 9;
}
.model-card .card-free {
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  background-image: linear-gradient(to bottom, #04040e00 0%, #888 100%);
  line-height: normal;
}
.model-card .card-free span {
  margin: 0 5px;
}
.model-card .profile-page {
  margin: auto;
  width: 100%;
  background-color: black;
  max-width: 100%;
  padding: 0px 10px;
}
.model-card .card-live {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff0066;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.model-card .model-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 600;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.25);
}
.model-card .model-name .name {
  display: inline-flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Merriweather Bold;
  line-height: normal;
  text-transform: capitalize;
}
.model-card .model-name .model-country {
  width: auto;
  height: 20px !important;
  margin: 0 5px;
}
.model-card .model-name .anticon {
  margin-left: 2px;
  color: #d5af34 !important;
  font-size: 16px;
}
.model-card .model-name p {
  font-size: 10px;
  margin: 0;
}
.model-card .follow-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 20px;
}
.model-card .follow-btn.active {
  color: #d5af34;
}
@media screen and (max-width: 500px) {
  .model-card {
    height: 170px;
  }
  .model-card .card-img {
    top: calc(50% - 8px);
  }
  .model-card .card-img .ant-avatar {
    width: 60px;
    height: 60px;
  }
  .model-card .online-status {
    width: 8px;
    height: 8px;
    left: 53.8%;
    bottom: 15px;
  }
  .model-card .model-name {
    font-size: 10px;
    padding: 5px;
  }
  .model-card .model-name p {
    font-size: 8px;
  }
}
.grid-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 325px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 38px;
}
.grid-card .card-stat {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 2px;
  color: #fff;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, #9a9a9a00 0%, #292929 100%);
}
.grid-card .online-status {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #888;
}
.grid-card .online-status.active {
  animation-name: twinkle;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  background-color: #4ec52a;
}
.grid-card .live-status {
  position: absolute;
  top: 3px;
  left: 3px;
  background: #ff0066;
  color: #fff;
  padding: 0 5px;
  border-radius: 7px;
  border: 2px solid #fff;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}
.grid-card .follow-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  border: none;
  opacity: 0.8;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
}
.grid-card .follow-btn.active {
  color: #d5af34;
}
.grid-card .model-name {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #d5af34;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 7px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Merriweather Bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.grid-card .model-name .anticon {
  margin-left: 2px;
}
.grid-card .model-name .model-country {
  width: auto;
  height: 20px;
  margin: 0 5px;
}
.grid-card:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .grid-card {
    height: 280px;
  }
}
@media screen and (max-width: 500px) {
  .grid-card {
    height: 225px;
  }
}
.grid-table .ant-col {
  border: 1px solid #d5af34;
  padding: 5px 15px;
}
.suggestion-bl {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
}
.suggestion-bl .sug-top {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  padding: 2px;
}
.suggestion-bl .sug-top .sug-text {
  font-size: 18px;
  color: #8a96a3;
  width: 60%;
}
.suggestion-bl .sug-top .btns-grp {
  width: 40%;
}
.suggestion-bl .sug-top .reload-btn {
  font-size: 22px;
  color: #8a96a3;
}
.suggestion-bl .sug-top .free-btn {
  font-size: 22px;
  margin-right: 15px;
  color: #8a96a3;
}
.suggestion-bl .sug-top .free-btn .anticon-tag.active {
  position: relative;
}
.suggestion-bl .sug-top .free-btn .anticon-tag.active::after {
  content: '';
  border-bottom: 2px solid;
  width: 20px;
  height: 0;
  position: absolute;
  left: 2px;
  top: 10px;
  transform: rotate(45deg);
}
.suggestion-bl .ant-carousel .slick-slide {
  height: unset;
  line-height: normal;
}
.suggestion-bl .ant-carousel .slick-prev {
  top: -23px;
  right: 40px;
  left: unset;
  padding: 12px;
  border-radius: 50%;
  background-color: #d5af34;
  opacity: 0.8;
}
.suggestion-bl .ant-carousel .slick-prev::before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.suggestion-bl .ant-carousel .slick-prev:hover,
.suggestion-bl .ant-carousel .slick-prev:focus {
  background-color: #d5af34;
  opacity: 0.5;
}
.suggestion-bl .ant-carousel .slick-next {
  top: -23px;
  right: 0px;
  left: unset;
  padding: 12px;
  border-radius: 50%;
  background-color: #d5af34;
  opacity: 0.8;
}
.suggestion-bl .ant-carousel .slick-next::before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.suggestion-bl .ant-carousel .slick-next:hover,
.suggestion-bl .ant-carousel .slick-next:focus {
  background-color: #d5af34;
  opacity: 0.5;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom {
  bottom: -5px;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom button {
  background: #888;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom .slick-active button {
  background: #d5af34;
}
@media screen and (max-width: 769px) {
  .suggestion-bl .sug-top .sug-text {
    width: 50%;
    font-size: 16px;
  }
  .suggestion-bl .sug-top .btns-grp {
    width: 50%;
  }
  .suggestion-bl .ant-carousel .slick-prev {
    right: 32px;
  }
  .suggestion-bl .ant-carousel .slick-next {
    right: 2px;
  }
}
@media screen and (max-width: 500px) {
  .suggestion-bl .sug-top .sug-text {
    width: 85%;
  }
}
.top-banner {
  display: flex;
  color: #fff;
  align-items: center;
  background-image: linear-gradient(to top, #04040e00 0%, rgba(60, 60, 60, 0.5) 100%);
}
.top-banner .arrow-back {
  font-size: 22px;
  color: #fff;
}
.top-banner .stats-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px 15px;
}
.subscription-bl {
  padding: 5px 15px;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  margin: 5px 0;
}
.subscription-bl h5 {
  font-weight: 600;
  font-size: 14px;
}
.subscription-bl button {
  width: 100%;
  background: #d5af34 !important;
  border: none;
  padding: 5px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}
.hr-divider {
  margin: 20px 0px 0px;
  border-bottom: 1px solid #d5af34;
}
.document-upload {
  display: flex;
  justify-content: space-between;
}
.document-upload .ant-upload-picture-card-wrapper.avatar-uploader {
  width: 50%;
}
.list-issued-id li {
  font-size: 11px;
  margin-bottom: 5px;
  list-style: auto;
}
.subscription-modal {
  border-radius: 5px;
  overflow: hidden;
}
.subscription-modal .ant-modal-body {
  padding: 0 0 15px;
}
.social-share-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social-share-btns .react-share__ShareButton {
  margin: 0 5px;
}
.about-title {
  text-align: center;
  padding: 10px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  margin: 0px !important;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.about-para {
  padding: 0px !important;
}
.card-info-user h4,
.card-info-user h5 {
  padding: 0;
  text-align: center;
  font-family: 'Roboto';
}
.card-info-user h5 {
  font-size: 14px !important;
  margin: 0px !important;
  font-family: 'Roboto';
}
.card-info-user h4 {
  font-size: 14px !important;
  margin-bottom: 5px;
  color: #d5af34 !important;
}
.profileShowStatus .statuShow {
  font-family: 'Roboto';
  margin-left: 8px;
  font-size: 16px !important;
  font-weight: 700px !important;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
.image-dot {
  margin-top: -42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .image-dot {
    margin-top: -35px;
  }
  .image-dot .online-status {
    position: absolute;
    width: 9px;
    height: 9px;
    left: 56.4%;
    bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .image-dot {
    margin-top: -40px;
  }
}
.pt-20 {
  padding-top: 20px !important;
}
.py-20 {
  padding: 20px 0;
}
.performanceRow {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.performanceRow span {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #d5af34;
}
.performanceRow .titleFont {
  margin-top: 10px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  line-height: 32px !important;
  letter-spacing: 0.25em !important;
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 500 !important;
}
.white {
  color: #fff !important;
}

.search-result-container {
  padding: 5px 5px 80px 5px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.feed-card {
  border-bottom: 0.5px solid #eee;
  width: 450px;
  margin: auto auto 25px auto;
  padding: 0 25px;
}
@media screen and (max-width: 500px) {
  .feed-card {
    width: 100%;
    margin: unset;
    padding: 0 5px;
  }
}
.feed-card .feed-top {
  display: flex;
  justify-content: space-between;
}
.feed-card .feed-top .feed-top-left {
  cursor: pointer;
  display: flex;
  position: relative;
}
.feed-card .feed-top .feed-top-left .feed-name {
  padding: 0 10px;
}
.feed-card .feed-top .feed-top-left .feed-name h4 {
  font-size: 20px;
  margin: 0;
  font-family: 'Franklin';
  font-weight: 700;
  letter-spacing: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.feed-card .feed-top .feed-top-left .feed-name h4 .anticon {
  margin-left: 2px;
  font-size: 16px;
  color: #d5af34;
}
.feed-card .feed-top .feed-top-left .feed-name h4 .live-status {
  color: #ff0066;
  animation-name: scaling;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
.feed-card .feed-top .feed-top-left .feed-name h5 {
  font-size: 16px;
  color: #888;
  font-family: 'Roboto';
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.feed-card .feed-top .feed-top-left .online-status {
  width: 9px;
  height: 9px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  bottom: 22px;
  left: 31px;
}
.feed-card .feed-top .feed-top-left .online-status.active {
  animation-name: twinkle;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  background-color: #4ec52a;
}
.feed-card .feed-top .feed-top-right .feed-time {
  font-size: 16px;
  font-family: 'Roboto';
  color: #888;
  margin: 0 10px;
  white-space: nowrap;
  text-align: right;
}
.feed-card .feed-top .feed-top-right .dropdown-options {
  font-size: 14px;
  color: #888;
}
.feed-card .feed-container .lock-content {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.feed-card .feed-container .lock-content .feed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/leaf.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.feed-card .feed-container .lock-content .count-media {
  position: absolute;
  bottom: 2px;
  padding: 2px 5px;
  font-size: 11px;
  color: #ccf1ff;
  text-align: center;
}
.feed-card .feed-container .lock-content .lock-middle {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.feed-card .feed-container .lock-content .lock-middle .anticon {
  font-size: 32px;
  color: #fff;
}
.feed-card .feed-container .lock-content .lock-middle .ant-btn.secondary {
  border-radius: 25px;
  font-size: 14px;
  font-family: Merriweather Bold;
  width: auto;
}
.feed-card .feed-container .lock-content .lock-middle .ant-btn.ant-btn-link {
  font-size: 12px;
  color: #fff;
}
.feed-card .feed-container .lock-content .lock-middle .ant-btn.ant-btn-link .anticon {
  font-size: 14px;
}
.feed-card .feed-container .lock-content p {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 25px;
  font-weight: 600;
  background-color: #ff0066;
}
.feed-card .feed-container .lock-content p:hover {
  opacity: 0.8;
}
@media screen and (max-width: 500px) {
  .feed-card .feed-container .lock-content {
    height: 215px;
  }
}
.feed-card .feed-container .feed-text {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: 'Roboto';
  color: #666;
  white-space: pre-line;
}
.feed-card .feed-container .feed-text::first-letter {
  text-transform: capitalize;
}
.feed-card .feed-actions {
  display: flex;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.feed-card .feed-actions .action-item {
  width: 100%;
  padding: 5px 10px;
  text-align: left;
  align-items: center;
  display: flex;
}
.feed-card .feed-actions .action-item .action-ico {
  cursor: pointer;
  padding: 5px 10px;
}
.feed-card .feed-actions .action-item .action-ico .anticon {
  font-size: 20px;
}
.feed-card .feed-actions .action-item .action-ico:hover,
.feed-card .feed-actions .action-item .action-ico.active {
  color: #d5af34;
}
.feed-card .feed-actions .action-item:last-child {
  text-align: right;
  justify-content: flex-end;
  width: 25%;
}
.feed-card .videojs-player .video-js {
  border-radius: 3px;
}
.feed-card .videojs-player .video-js .vjs-poster {
  border-radius: 3px;
  border: none;
}
.f-upload-list {
  display: flex;
  width: 100%;
  overflow: auto;
  flex-wrap: wrap;
}
.f-upload-list .f-upload-item {
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
  margin: 5px;
  background-color: #f7f7f7;
  position: relative;
}
.f-upload-list .f-upload-item .f-remove {
  position: absolute;
  right: 5px;
  top: 5px;
}
.f-upload-list .f-upload-item .f-upload-thumb {
  height: 100px;
  width: 120px;
}
.f-upload-list .f-upload-item .f-upload-thumb .f-thumb-vid {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}
.f-upload-list .f-upload-item .f-upload-thumb .f-thumb-vid:hover {
  background-color: #eee;
}
.f-upload-list .f-upload-item .f-upload-thumb .f-thumb-vid .anticon {
  color: #d5af34;
  font-size: 22px;
}
.f-upload-list .f-upload-item .f-upload-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 120px;
}
.f-upload-list .f-upload-item .f-upload-size {
  font-size: 8px;
}
.f-upload-list .add-more {
  display: flex;
  height: 130px;
  align-self: center;
  justify-content: center;
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
  cursor: pointer;
}
.f-upload-list .add-more:hover {
  opacity: 0.8;
}
.f-upload-list .add-more .ant-upload {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.feed-slider {
  position: relative;
}
.feed-slider .ant-carousel {
  border-radius: 5px;
}
.feed-slider .ant-carousel .slick-slide {
  height: auto;
  line-height: normal;
}
.feed-slider .ant-carousel .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.feed-slider .ant-carousel .slick-slide > div a,
.feed-slider .ant-carousel .slick-slide > div img {
  height: 100%;
  max-height: 50vh;
  object-fit: contain;
  background-color: #000;
}
.feed-slider .count-media {
  position: absolute;
  bottom: 35px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feed-slider .count-media .count-media-item {
  background: rgba(121, 121, 121, 0.4);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  z-index: 999;
}
.feed-slider .proccessing {
  background-image: url('/static/leaf.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .feed-slider .proccessing {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .feed-slider .proccessing {
    height: 215px;
  }
}
.feed-input:focus {
  background-color: #fff4fa;
}
.ant-input-number-input-wrap input {
  height: 30px;
}
.input-f-desc {
  position: relative;
}
.input-f-desc .grp-emotions {
  z-index: 1;
  position: absolute;
  bottom: 5px;
  top: unset;
  right: 5px;
}
.input-f-desc .grp-colors {
  z-index: 9;
  position: absolute;
  bottom: 5px;
  right: 35px;
}
.input-f-desc .grp-colors .anticon {
  font-size: 22px;
  color: #d5af34;
}
.input-f-desc .grp-colors .colors {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
}
.input-f-desc .grp-colors:hover .colors {
  display: block;
}
.dark .poll-form {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  background-color: #888;
}
.dark .poll-form .poll-top {
  color: #fff;
}
.dark .poll-form .pol {
  color: #fff;
  color: #fafafa;
  padding: 8px !important;
  border-radius: 10px !important;
  background-color: #d5af34;
}
.poll-form {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.poll-form a {
  color: #fff;
  padding: 1px 7px;
  border-radius: 50%;
  background-color: #d5af34;
}
.poll-form span {
  cursor: pointer;
}
.poll-form span:hover {
  color: #fff;
}
.poll-form .poll-top {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.poll-form .poll-top span {
  cursor: pointer;
}
.poll-form .poll-top span:hover {
  color: #d5af34;
}
.poll-form .poll-input {
  margin-bottom: 10px;
}
.poll-form .form-item-no-pad .ant-col {
  padding: 5px 0;
}
.feed-polls {
  max-width: 400px;
  margin: 10px auto;
}
.feed-polls .p-question {
  text-align: center;
  font-weight: 600;
}
.feed-polls .p-item {
  display: flex;
  background-color: #f0f8ff;
  padding: 5px;
  border-radius: 3px;
  justify-content: space-between;
  cursor: pointer;
  margin: 3px 0;
}
.feed-polls .p-item .p-desc {
  font-size: 11px;
}
.feed-polls .p-item .p-desc::first-letter {
  text-transform: capitalize;
}
.feed-polls .p-item:hover {
  opacity: 0.8;
}
.feed-polls .total-vote {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 10px;
  color: #888;
}
.story-switch-type {
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
  margin: auto;
  padding: 10px;
}
.story-switch-type .type-item {
  width: calc(50% - 20px);
  margin: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  padding: 100px 5px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  opacity: 0.8;
}
.story-switch-type .type-item:hover {
  opacity: 1;
}
.story-switch-type .type-item.left {
  background: linear-gradient(90deg, #d5af34 10%, #d5af34 50%, #d5af34 90%);
}
.story-switch-type .type-item.right {
  background: linear-gradient(180deg, #ffa75c 10%, #ff0066 50%, #ffa75c 90%);
}
.story-switch-type .type-item.middle {
  margin: auto;
  background: linear-gradient(180deg, #d5af34 10%, #00a2ae 50%, #d5af34 90%);
}
.story-switch-type .type-item span {
  padding: 5px 10px;
  font-size: 40px;
  color: #fff;
}
.story-switch-type .type-item span .anticon {
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .story-switch-type .type-item {
    padding: 50px 5px;
  }
}
.submit-btns {
  margin: 15px 0;
}
.search-post-bar {
  display: flex;
  width: 100%;
  margin: 0 0 5px;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center;
}
.search-post-bar .ant-picker.ant-picker-range {
  height: 40px;
  position: absolute;
  left: 0;
  width: calc(100% - 180px);
}
.search-post-bar .ant-input-group-wrapper.ant-input-search {
  position: absolute;
  left: 0;
  width: calc(100% - 180px);
}
.search-post-bar .ant-input-group-wrapper.ant-input-search input {
  height: 30px;
}
.search-post-bar .ant-input-group-wrapper.ant-input-search .ant-input-search-button {
  height: 40px;
}
.search-post-bar .grid-btns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search-post-bar .grid-btns .anticon {
  color: #d5af34 !important;
}
.search-post-bar .grid-btns a {
  margin: 0 5px;
  padding: 0 5px;
  font-size: 20px;
  color: #666;
  border-radius: 3px;
}
.search-post-bar .grid-btns a.active {
  color: #d5af34;
}
@media screen and (max-width: 500px) {
  .search-post-bar .ant-picker.ant-picker-range {
    width: calc(100% - 140px);
  }
  .search-post-bar .ant-input-group-wrapper.ant-input-search {
    width: calc(100% - 140px);
  }
  .search-post-bar .grid-btns a {
    margin: 0;
  }
}
.grid-view {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.grid-view .feed-grid-card {
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.grid-view .feed-grid-card:hover {
  opacity: 0.9;
}
.grid-view .feed-grid-card .card-thumb {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.grid-view .feed-grid-card .card-thumb .card-middle {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.grid-view .feed-grid-card .card-thumb .card-middle .anticon {
  font-size: 32px;
  color: #fff;
}
.grid-view .feed-grid-card .card-thumb .card-middle .ant-btn {
  font-size: 11px;
  font-family: Merriweather Bold;
}
.grid-view .feed-grid-card .card-thumb .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.grid-view .feed-grid-card .card-thumb .card-bottom .count-media-item {
  background: rgba(121, 121, 121, 0.4);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  z-index: 999;
}
.grid-view .feed-grid-card .card-thumb .card-bottom .stats {
  background: rgba(121, 121, 121, 0.4);
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  z-index: 999;
  display: flex;
}
.grid-view .feed-grid-card .card-thumb .card-bottom .stats a {
  margin-right: 10px;
  color: #fff;
}
.grid-view .feed-grid-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-image: url(/static/leaf.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 769px) {
  .grid-view .feed-grid-card .card-thumb {
    height: 325px;
  }
}
@media screen and (max-width: 500px) {
  .grid-view .feed-grid-card {
    width: 50%;
  }
  .grid-view .feed-grid-card .card-thumb {
    height: 250px;
  }
}
.unlock-username {
  position: absolute;
  color: #d5af34;
  background: #666;
}
.unlock-username p {
  margin: 0;
  padding: 5px;
  border-radius: 2px;
}
@media screen and (max-width: 500px) {
  .unlock-username {
    bottom: 85px;
    font-size: 12px;
    left: 17px;
  }
  .unlock-username p {
    padding: 3px;
  }
}
@media screen and (min-width: 500px) {
  .unlock-username {
    bottom: 92px;
    font-size: 12px;
    left: 17px;
  }
  .unlock-username p {
    padding: 3px;
  }
}
.dark .feed-polls .p-item {
  background-color: #666 !important;
}

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

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.photo-carousel {
  margin: 15px 0;
}
.photo-carousel .subscription {
  max-width: 400px;
  margin: 15px auto;
  display: flex;
  flex-direction: column;
}
.photo-carousel .subscription .ant-btn {
  width: 100%;
  margin: 5px;
}
.gal-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gal-stats a {
  font-size: 12px;
  color: #666;
  margin-right: 15px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.comment-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.comment-form .cmt-area {
  padding: 0 5px 0 5px;
  width: 100%;
  position: relative;
}
.comment-form .cmt-area .ant-form-item {
  margin: 0;
}
.comment-form .cmt-area .ant-form-item .ant-form-item-control {
  padding: 0;
}
.comment-form .cmt-area .ant-input-textarea::after {
  font-size: 9px;
}
.comment-form .cmt-area .ant-input-textarea .ant-input {
  background: #eee;
  padding: 5px 15px;
  padding-right: 30px;
  border: none;
  height: 50px;
  min-height: unset;
}
@media screen and (max-width: 500px) {
  .comment-form .cmt-area {
    padding: 0 5px 0 0;
  }
}
.comment-form .submit-btn {
  background-image: linear-gradient(0deg, #d5af34, #d5af34);
  color: #fff;
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
  padding: 0.7em 2em;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 0.5em;
  height: 52px;
}
.comment-form .submit-btn .anticon-send {
  font-size: 18px;
  transform: rotate(-45deg);
}
.cmt-list {
  background-color: #f7f7f7;
  border-radius: 5px;
}
.cmt-list .cmt-item {
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
}
.cmt-list .cmt-item img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}
.cmt-list .cmt-item .cmt-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 10px;
}
.cmt-list .cmt-item .cmt-content .cmt-user {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.cmt-list .cmt-item .cmt-content .cmt-user .cmt-time {
  color: #666;
  font-size: 10px;
  font-weight: normal;
  margin-left: 20px;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-reply {
  font-size: 13px;
  color: #666;
  margin-left: 15px;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-reply.active {
  color: #d5af34;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-like {
  color: #666;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-like.active {
  color: #d5af34;
}
.cmt-list .cmt-item .cmt-content .cmt-text {
  color: #666;
  margin-bottom: 5px;
  white-space: pre-line;
}
.ant-form-item-control-input-content .ant-input {
  background-color: #fff;
  color: #333;
  padding: 4.8px 11px;
  border: 1px solid #eee;
}
.ant-form-item-control-input-content > input {
  min-height: 50px !important;
  border-radius: 30px !important;
  border-color: #fff;
}
.reply-bl-form {
  display: none;
  transition: all 0.3s ease-in-out;
}
.reply-bl-form .feed-comment .comment-form .cmt-user {
  display: none;
}
.reply-bl-form .feed-comment .comment-form .cmt-area .ant-input {
  background: #eee;
  height: 40px;
}
.reply-bl-form.active {
  display: block;
}
.reply-bl-list {
  padding-left: 45px;
  transition: all 0.3 ease-in-out;
}
.reply-bl-list .cmt-list .cmt-item img {
  width: 30px;
  height: 30px;
}
.view-cmt a {
  font-size: 12px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/static/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Bold;
  src: url('/static/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/Montserrat-Black.ttf');
  font-weight: 900;
}
.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: #d5af34;
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightmode {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes scaling {
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blackpink {
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.user-profile-box {
  margin: 40px 0;
}
.user-account .ant-tabs {
  padding: 0;
}
.user-account .ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: none !important;
}
.user-account .ant-tabs .ant-tabs-nav:before {
  border-bottom: none;
}
.user-account .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  width: 50%;
  border-bottom: 1px solid;
  font-size: 25px;
  font-weight: 600;
  color: #888;
  justify-content: center;
  margin: 0;
  padding: 8px 25px;
}
.user-account .ant-tabs .ant-tabs-ink-bar {
  bottom: unset !important;
  top: 0;
  background-color: #888;
  height: 1px !important;
}
.user-account .ant-tabs .ant-tabs-nav-wrap {
  padding: 0 30px;
}
.user-account .ant-tabs .ant-tabs-nav-wrap::before {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
.user-account .ant-tabs .ant-tabs-nav-wrap::after {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 500px) {
  .user-account .ant-tabs .ant-tabs-nav-wrap {
    padding: 0;
  }
  .user-account .ant-tabs .ant-tabs-nav-wrap::before {
    opacity: 0;
  }
  .user-account .ant-tabs .ant-tabs-nav-wrap::after {
    opacity: 0;
  }
}
.user-account .ant-tabs .ant-tabs-nav-list {
  width: 100%;
}
.user-account .ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane.ant-tabs-tabpane-active {
  overflow: none;
  max-height: none;
}
.user-account .ant-tabs.custom .ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
}

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

.footer-links {
  font-size: 14px;
  color: gray;
  font-family: "Roboto";
}
@media (max-width: 500px) {
  .footer-links {
    font-size: 11px;
  }
}
.footer-main {
  padding-top: 20px;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.footer-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background-color: #101d49;
  /* matches dark blue background */
  padding: 20px;
}
.social-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 28px;
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
  /* vibrant Instagram-like */
  transition: transform 0.3s ease;
}
.instagram {
  background: linear-gradient(80deg, #feda75, #d62976, #962fbf);
}
.instagram > span {
  margin: 0 auto;
  font-size: 40px;
}
.facebook {
  background: linear-gradient(135deg, #e31566, #e31566, #f29e1f);
}
.facebook > span {
  margin: 0 auto;
  font-size: 40px;
}
.twitter {
  background: linear-gradient(135deg, #e31566, #e31566, #f29e1f);
  /* mimics X (formerly Twitter) gradient from your image */
}
.twitter > span {
  margin: 0 auto;
  font-size: 40px;
}

#feature-container {
  position: relative;
  height: 100%;
}
#feature-container .feature-bl {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100%;
  position: unset;
}
#feature-container .feature-bl .sug-content {
  flex-grow: 1;
}

.modelstart > :first-child {
  background-color: #191a1b !important;
}
.dark .activeStream-price {
  color: #fff !important;
}

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

