@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.sliderContainer {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
.sliderContainer .sliderHandle {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  height: 100%;
  margin-left: 20px;
}
.sliderContainer .sliderHandle .handle {
  background-color: #C38412;
  opacity: 0.5;
  width: 40px;
  height: 3px;
  margin-right: 10px;
}
.sliderContainer .sliderHandle .handle.active {
  background-color: #EAA221;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .sliderContainer .sliderHandle {
    display: none;
  }
}
#bgSlider {
  position: fixed;
  top: 0;
  left: 0;
  bottom: -170px;
  /*150 for the footer 20 extra*/
  right: 0;
  width: 100%;
  /*height:100%;*/
  /*transition: left 1s linear;*/
  transition: all 0.2s ease-in-out;
  background: #000;
}
#bgSlider .bgImage {
  /*position: absolute;
		height: calc(100% - 150px);
		*/
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 2.5s ease-in-out;
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  #bgSlider .bgImage {
    background-position: top;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  #bgSlider .bgImage {
    transition: all 3s ease-in-out;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.backTop {
  right: 50px;
}
.backTop .ant-back-top-content {
  background: #7b5dbd;
  opacity: 0.3;
  transition: all 0.3s;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.1);
}
.backTop .ant-back-top-content:hover {
  opacity: 1;
}
.footer {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 72px;
}
@media (max-width: 767px) {
  .backTop {
    right: 20px;
    bottom: 20px;
  }
  .container {
    height: 100vh;
    flex: 1;
    width: 100%;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.register-box .ant-select-selector {
  background-color: #f3f7f8 !important;
  height: 48px !important;
}
.register-box .ant-select-selector .ant-select-selection-item {
  line-height: 48px !important;
}
.register-box .ant-form-item {
  margin: 0;
}
.model-photo-verification .ant-form-item-control {
  text-align: left;
}
.model-photo-verification .ant-form-item-label {
  font-weight: 600;
}
.model-photo-verification .ant-form-item-control-input-content {
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 10px !important;
}
.login-box .title {
  font-size: 24px;
  font-weight: bolder;
  margin: 20px 0;
  font-family: Merriweather Sans Bold;
}
.login-box Input {
  height: 40px;
  font-size: 16px;
}
.login-box Button.login-form-button {
  height: 50px;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.login-box .my-content-box {
  background: linear-gradient(149.38deg, rgba(255, 255, 255, 0.4) 4.96%, rgba(255, 255, 255, 0.1) 93.48%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 8px;
}
.login-box .my-content-box .welcome-box {
  background: none;
  font-family: Poppins;
  margin-top: 0px;
}
.login-box .my-content-box .welcome-box h3 {
  color: #ffffff;
}
.login-box .my-content-box .welcome-box ul {
  padding-left: 30px;
}
.login-box .my-content-box .welcome-box li {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.login-box .my-content-box .switch-btn {
  justify-content: space-around;
}
.login-box .my-content-box .switch-btn button {
  flex: 2;
  color: #e0cdfb;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  height: 60px;
  border-bottom: 1px solid transparent;
}
.login-box .my-content-box .switch-btn button:hover {
  color: #eaa221;
  border-bottom: 1px solid #eaa221;
  background: rgba(0, 0, 0, 0.1);
}
.login-box .my-content-box .switch-btn button.active {
  border-bottom: 1px solid #eaa221;
  color: #eaa221;
  font-weight: 500;
}
.login-box .my-content-box .login-form {
  padding: 24px;
}
.login-box .my-content-box .input1 input,
.login-box .my-content-box .input1 .ant-input-affix-wrapper {
  background: transparent;
  color: #fff;
}
.login-box .my-content-box .input1 input::-webkit-input-placeholder,
.login-box .my-content-box .input1 .ant-input-affix-wrapper::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.login-box .my-content-box .input1 input:-moz-placeholder,
.login-box .my-content-box .input1 .ant-input-affix-wrapper:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.login-box .my-content-box .input1 .ant-form-item-label {
  padding: 5px;
}
.login-box .my-content-box .input1 .ant-form-item-label label {
  color: #fff;
}
.login-box .my-content-box .input1 .ant-form-item-control-input-content {
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  backdrop-filter: blur(20px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.login-box .my-content-box .input1 .ant-form-item-control-input-content .ant-input-affix-wrapper {
  border: none;
}
.login-box .my-content-box .input1 .ant-form-item-control-input-content .ant-select-selector {
  background: transparent !important;
  border: none;
}
.login-box .my-content-box .input1 .ant-form-item-control-input-content .ant-select-selection-item {
  color: rgba(255, 255, 255, 0.4);
}
.login-box .my-content-box .input1.ant-form-item-has-error .ant-form-item-label label {
  color: #FF5858;
}
.login-box .my-content-box .input1.ant-form-item-has-error.helperTextContainer .helperText {
  display: none;
}
.login-box .my-content-box .input1 .ant-form-item-explain-error {
  color: #FF5858;
  font-size: 12px;
  text-align: left;
}
.login-box .my-content-box .my-content-header {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #fff;
  margin: 30px 0;
}
.login-box .login-content {
  position: relative;
  min-height: 550px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .login-box .login-content {
    padding: unset;
  }
}
@media (max-width: 480px) {
  .login-box .login-content {
    padding-top: 0px !important;
  }
}
.login-box .login-content ul li {
  font-weight: 600;
  padding: 5px 5px 5px 10px;
}
.login-box .login-content .createAccountLink {
  margin-top: 24px;
  margin-bottom: 0px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.login-box .login-content.left {
  background-image: url('/ct-bg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .login-box .login-content.left {
    display: none;
  }
}
.login-box .login-content.right Button.login-form-button {
  /*color: @white;
        background-image: linear-gradient(0deg,@primary-color,@theme-color);
        box-shadow: 0 5px 10px rgba(50,50,50,0.2);*/
  background: linear-gradient(95.87deg, #eeb54d 0%, #c38412 100%);
  border-radius: 8px;
  border: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #280656;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  margin: 0 auto;
  margin: 10px 0;
}
.login-box .login-content.right .title h3 {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  font-family: Merriweather Sans Bold;
}
.login-box .login-content.right a {
  font-weight: 600;
  color: #E0CDFB;
}
.login-box .login-content.right .ant-checkbox-wrapper {
  color: #fff;
}
.login-box .login-content.right .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #280656;
}
.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 transparent;
  background-color: rgba(255, 255, 255, 0.6);
}
.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: @white;
        background-image: linear-gradient(0deg,@primary-color,@theme-color);
        box-shadow: 0 5px 10px rgba(50,50,50,0.2);*/
  background: linear-gradient(95.87deg, #eeb54d 0%, #c38412 100%);
  border-radius: 8px;
  border: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #280656;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 50px 0;
  padding: 0px;
  box-shadow: none;
  text-shadow: none;
}
.form {
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -160px 0 0 -160px;
  width: 320px;
  height: 320px;
  padding: 36px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.08);
}
.form button {
  width: 100%;
}
.form p {
  color: #cccccc;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.logo {
  text-align: center;
  cursor: pointer;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: 40px;
  margin-right: 8px;
}
.logo span {
  vertical-align: text-bottom;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  color: #7b5dbd;
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ant-spin-container,
.ant-spin-nested-loading {
  height: 100%;
}
.error-message {
  color: #f04134;
}
.forgot-box {
  background-color: #000;
  color: #fff;
  margin: 80px 30px;
  padding: 20px;
}
.forgot-box h2,
.forgot-box h4 {
  color: #fff;
}
@media (max-width: 480px) {
  .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 .ant-form-item Input {
  text-align: center;
}
.forgot-form Button {
  width: 100%;
  color: #000;
}
.switch-btn {
  display: flex;
  justify-content: center;
}
.switch-btn button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: Merriweather Sans Bold;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.switch-btn button:hover {
  color: #eaa221;
  border-bottom: 1px solid #eaa221;
}
.switch-btn button.active {
  color: #7b5dbd;
  border-bottom: 2px solid #eaa221;
}
.switch-grp {
  text-align: center;
}
.switch-grp .ant-switch {
  background-color: #7b5dbd;
  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-form-item-control-input-content .ant-input {
  background-color: #f3f7f8;
  padding: 2em 1em;
  font-weight: 500;
  font-size: 0.9em;
  border: 0;
  border-radius: 0.5em;
  border: 1px solid transparent;
}
.ant-form-item-control-input-content .ant-input-group-addon {
  background: transparent;
}
.welcome-box {
  background-color: #f3f7f8;
  margin: 3em 0;
  padding: 3em;
  border-radius: 10px;
}
.welcome-box h3 {
  font-size: 1.8em;
  font-weight: 800;
  font-family: Merriweather Sans Bold;
}
.welcome-box li {
  color: #6f7479;
  list-style: disc;
}
.email-verify-succsess {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px;
}
.id-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.id-block .img-id {
  max-width: 50%;
  width: 175px;
}
.ant-form-item-explain {
  text-align: center;
  font-size: 10px;
}
.login-logo {
  text-align: center;
}
.modelContentRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.avatar-uploader2.ant-upload-picture-card-wrapper,
.avatar-uploader2 .ant-upload-select-picture-card {
  height: 100%;
}
.avatar-uploader2 .ant-upload-select.ant-upload-select-picture-card {
  width: 100%;
  border-radius: 0;
  flex: 1;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.avatar-uploader2 .ant-upload-select.ant-upload-select-picture-card .ant-upload {
  flex-direction: column;
}
.avatar-uploader2 .ant-upload-select.ant-upload-select-picture-card .ant-upload p {
  color: #fff;
}
.avatar-preview {
  border-radius: 6px;
  width: 100%;
}
.file-uploader2 {
  padding: 30px;
}

.status-ctn {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.status-ctn h1 {
  font-size: 18px;
  font-weight: 500;
  color: red;
  font-weight: bold;
}
.verify-ctn {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.verify-ctn h1 {
  font-size: 18px;
  font-weight: 500;
  color: red;
  font-weight: bold;
}
.verification-progress .documents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.verification-progress .documents .document h1 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.verification-progress .documents .document img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.ant-picker-calendar.performer-calendar .ant-picker-calendar-date-content ul.events {
  padding: 0;
  max-height: 100%;
  overflow: auto;
  margin: 0;
}
.ant-picker-calendar.performer-calendar .ant-picker-calendar-date-content ul.events li {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.ant-picker-calendar.performer-calendar .ant-picker-calendar-date-content ul.events li::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
.ant-picker-calendar.performer-calendar .ant-picker-calendar-date-content ul.events li.success::before {
  background-color: #00c12c;
}
.ant-picker-calendar.performer-calendar .ant-picker-calendar-date-content ul.events li.error::before {
  background-color: #f04134;
}

.discount-price {
  -webkit-text-decoration-line: line-through;
  /* Safari */
  text-decoration-line: line-through;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.ant-carousel .slick-slide {
  text-align: center;
  overflow: hidden;
  height: 360px;
  line-height: 360px;
}
.ant-carousel .slick-slide img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ant-carousel .slick-slide {
    height: 195px;
    line-height: 195px;
  }
}
@media screen and (max-width: 480px) {
  .ant-carousel .slick-slide {
    height: 95px;
    line-height: 95px;
  }
}
.ant-carousel .slick-prev {
  top: calc(50% - 15px);
  left: 10px;
  background-color: rgba(123, 92, 189, 0.6) !important;
  padding: 15px;
  border-radius: 50%;
  z-index: 99;
}
.ant-carousel .slick-prev:hover {
  background-color: rgba(123, 92, 189, 0.8) !important;
}
.ant-carousel .slick-prev::before {
  background-image: url(/left-arrow.png);
  background-size: 13px;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 8px;
}
.ant-carousel .slick-next {
  top: calc(50% - 15px);
  right: 10px;
  background-color: rgba(123, 92, 189, 0.6) !important;
  padding: 15px;
  border-radius: 50%;
  z-index: 99;
}
.ant-carousel .slick-next:hover {
  background-color: rgba(123, 92, 189, 0.8) !important;
}
.ant-carousel .slick-next::before {
  background-image: url(/right-arrow.png);
  background-size: 13px;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 8px;
}
.ant-carousel .slick-slide h3 {
  color: #fff;
}
.banner-left {
  position: absolute;
  left: 0;
  width: calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-left .ant-carousel .slick-slide {
  height: auto;
}
.banner-right {
  position: absolute;
  right: 0;
  width: calc((100vw - 1200px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-right .ant-carousel .slick-slide {
  height: auto;
}
.banner {
  margin-bottom: 25px;
}
.custom.main-background .ant-col {
  padding: 10px 12px;
}
@media screen and (max-width: 768px) {
  .custom.main-background .ant-col {
    padding: 5px;
  }
}
.home-container {
  display: flex;
  max-width: 1000px;
  margin: auto;
}
.home-container .left-container {
  width: 100%;
  padding: 10px;
}
.home-container .right-container {
  width: 35%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .home-container {
    flex-direction: column-reverse;
  }
  .home-container .left-container,
  .home-container .right-container {
    width: 100%;
  }
}
.filter-feed {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.filter-feed .anticon {
  font-size: 22px;
  color: #7b5dbd;
}
.filter-feed .ant-btn {
  margin: 0 5px;
  border: none;
  font-size: 15px;
  color: #666;
  border-radius: 0;
}
.filter-feed .ant-btn.active {
  color: #000;
  border-bottom: 2px solid #f4c83a;
}
@media screen and (max-width: 768px) {
  .filter-feed .ant-btn {
    margin: 0;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.messenger {
  display: flex;
  width: 100%;
  height: 70vh;
  position: relative;
  margin-bottom: 70px;
  margin-top: 50px;
}
.scrollable {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sidebar {
  display: flex;
  width: 40%;
}
.chat-content {
  background: #f3f7f8;
  display: flex;
  width: 100%;
  padding: 20px 0;
  position: relative;
  padding-top: 60px;
}
.chat-content .close-btn {
  display: none;
}
.footer {
  background: #fff;
}
@media all and (max-width: 768px) {
  .sidebar {
    width: 100% !important;
  }
  .sidebar.active {
    display: none;
  }
  .chat-content {
    display: none;
  }
  .chat-content.active {
    display: flex;
  }
  .chat-content.active .close-btn {
    display: flex;
    position: absolute;
    top: -40px;
    left: 5px;
    z-index: 999;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.conversation-list {
  height: calc(100% + 50px);
  width: 100%;
  overflow: auto;
  padding: 20px 0;
  background-color: #936dc9;
}
.user-bl {
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px;
  margin-bottom: 20px;
  font-weight: 600;
}
.user-bl img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #00c12c;
  height: auto;
  float: left;
  cursor: pointer;
  transition: 0.3s border ease;
  margin-right: 10px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.conversation-search {
  position: relative;
}
.conversation-search input {
  padding: 1em 2.5em;
  width: calc(100% - 25px);
  border: none;
  background: #7b5dbd;
  color: #eee;
  margin: 12px;
  font-size: 0.9em;
  border-radius: 0.5em;
  outline: none;
}
.conversation-search input::placeholder {
  color: #fff;
  text-align: left;
}
.conversation-search input:focus {
  background: #f4c83a;
}
.conversation-search .anticon-search {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: calc(50% - 9px);
  left: 18px;
}
.conversation-search-input {
  background: #eee;
  padding: 8px 10px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
}
.conversation-search-input::placeholder {
  text-align: center;
}
.conversation-search-input:focus::placeholder {
  text-align: left;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.conversation-list-item {
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  color: #fff;
}
.conversation-left-corner {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.conversation-left-corner span {
  font-size: 10px;
}
.conversation-list-item .online {
  position: absolute;
  left: -5px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #e2e8ec;
  background-color: #00c12c;
}
.conversation-list-item .offline {
  position: absolute;
  left: -5px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #e2e8ec;
  background-color: #e2e8ec;
}
.conversation-list-item:hover {
  background: #7b5dbd;
  cursor: pointer;
}
.conversation-list-item.active {
  background: #7b5dbd;
  pointer-events: none;
}
.conversation-photo {
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.conversation-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  color: #fff;
}
.conversation-snippet {
  font-size: 12px;
  color: #fff;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.conversation-time {
  font-size: 10px;
  color: #888;
  margin: 0;
}
.notification-badge {
  position: absolute;
  top: 40px;
  left: 10px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.stream-group {
  margin: 5px 0;
  min-height: 520px;
}
.stream-group #group-video-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.stream-group #group-video-container video {
  width: 100%;
}
#main-group-video {
  height: 480px !important;
  width: 100%;
}

.private-streaming-container {
  position: relative;
  margin: 5px 0;
  min-height: 520px;
}
.private-streaming-container #private-publisher {
  right: 10px;
  top: 25px;
  height: 145px;
  width: 145px;
  position: absolute;
  z-index: 1;
}
.private-streaming-container #private-subscriber {
  width: 100% !important;
  height: 480px;
  object-fit: cover;
}

.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-gradient {
  background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(0.37, #148eff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.background-hover {
  transition: all 0.3s ease-out;
}
.background-hover:hover {
  background-color: #7b5dbd;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.user-profile-box {
  margin: 40px 0;
}
.user-account .ant-tabs-nav-wrap {
  margin: 1em 0;
}
.user-account .ant-tabs-tab.ant-tabs-tab-active {
  color: #7b5dbd !important;
}
.user-account .ant-tabs-nav .ant-tabs-tab {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.user-account .ant-col {
  padding: 10px 12px;
}
@media screen and (max-width: 768px) {
  .user-account {
    padding: 5px;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.main-header {
  /*background-color: @primary-color;*/
  padding: 27px 0;
  /*position: absolute;*/
  z-index: 999;
  width: 100%;
}
.main-header.loggedHeader {
  background: #280656;
  padding: 0;
}
.main-header.loggedHeader .drop-hint {
  background: rgba(40, 6, 86, 0.4);
}
.main-header.bg-header {
  background: #280656;
}
@media screen and (max-width: 480px) {
  .main-header {
    height: 60px;
    display: flex;
    padding: 0;
  }
}
.header.ant-layout-header {
  padding: 0 25px;
  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.fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 256px);
  z-index: 29;
  transition: width 0.2s;
}
.header.ant-layout-header.fixed.collapsed {
  width: calc(100% - 80px);
}
.header.ant-layout-header .nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 5px;
}
.header.ant-layout-header .nav-bar .left-conner {
  display: flex;
  width: 100%;
}
.header.ant-layout-header .nav-bar .left-conner .logo-nav {
  margin-right: 30px;
  color: #fff;
  font-size: 30px;
}
.header.ant-layout-header .nav-bar .left-conner .logo-nav img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .header.ant-layout-header .nav-bar .left-conner .logo-nav img {
    width: 64px;
  }
}
@media screen and (max-width: 480px) {
  .header.ant-layout-header .nav-bar .left-conner {
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .header.ant-layout-header .nav-bar .left-conner {
    width: 20%;
  }
}
.header.ant-layout-header .nav-bar .mid-conner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .header.ant-layout-header .nav-bar .mid-conner {
    padding: 0;
    justify-content: end !important;
  }
}
@media screen and (max-width: 480px) {
  .header.ant-layout-header .nav-bar .nav-icons li span.ant-badge,
  .header.ant-layout-header .nav-bar .nav-icons li span .ant-scroll-number-only {
    font-size: 8px;
  }
}
@media screen and (max-width: 480px) {
  .header.ant-layout-header .nav-bar .nav-icons li span {
    font-size: 30px;
  }
}
.header.ant-layout-header .nav-bar li .ant-badge-count {
  line-height: 15px;
  min-width: 15px;
  height: 15px;
}
.header.ant-layout-header .ant-menu-submenu-title {
  background: #7b5dbd !important;
}
.header.ant-layout-header .ant-menu {
  border-bottom: none;
}
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
}
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-item,
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-submenu {
  border-bottom: none;
}
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-item-active,
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-item-open,
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-item-selected,
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-item:hover,
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-submenu-active,
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-submenu-open,
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-submenu-selected,
.header.ant-layout-header .ant-menu-horizontal > .ant-menu-submenu:hover {
  border-bottom: none;
  color: #936dc9;
}
@media (max-width: 480px) {
  .header.ant-layout-header {
    /*align-items: flex-end;
      padding: 0;
      .nav-bar {
        justify-content: space-between;
        padding: 5px 0;
      }
      .ant-menu-horizontal > .ant-menu-submenu {
        margin: 0;
      }*/
  }
}
.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: #7b5dbd;
  background-color: #7b5dbd;
}
.header.ant-layout-header .logo {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .header.ant-layout-header {
    padding: 10px;
  }
}
.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: #7b5dbd;
}
.iconButton:hover .iconFont {
  color: #7b5dbd;
}
.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: #7b5dbd;
}
.notification .clearButton {
  text-align: center;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.notification .clearButton:hover {
  background-color: #7b5dbd;
}
.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;
  margin: 0;
  padding: 0;
  /*@media (max-width: @mobile-screen) {
    width: 100%;
    justify-content: space-between;
    li {
      padding: 0 5px;
      .cart-total {
        top: -2px;
        right: 2px;
      }
    }
  }*/
}
.nav-icons li {
  padding: 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-image img {
  width: 30px;
  border-radius: 50%;
}
.nav-icons li .ant-badge-count {
  background: #ffa75c;
  font-size: 11px;
  box-shadow: none;
  padding: 0 5px;
  line-height: 20px;
  min-width: 20px;
  height: 20px;
}
.nav-icons li:hover {
  border-color: #f4c83a;
}
.nav-icons li:hover .ant-badge-count {
  opacity: 0.7;
}
.nav-icons li:hover a {
  color: #f4c83a;
}
.nav-icons li a {
  color: #fff;
  font-family: Poppins;
  display: flex;
  align-items: center;
}
.nav-icons li .anticon {
  font-size: 20px;
}
.nav-icons li .cart-total {
  position: absolute;
  top: 8px;
  right: 5px;
}
.nav-icons li .ant-menu.ant-menu-light {
  background-color: #7b5dbd;
}
.nav-icons li .username {
  margin-right: 8px;
  color: #fff;
}
.nav-icons .right-menu {
  padding: 0;
}
.nav-icons .right-menu .ant-menu-submenu-title {
  padding: 0;
}
.nav-icons .active a {
  color: #eaa221;
}
.nav-icons .active a svg {
  fill: #eaa221;
}
.ant-menu.ant-menu-sub li a:hover {
  color: #000;
}
.ant-menu.ant-menu-sub li.ant-menu-item-selected a {
  color: #000 !important;
}
.profile-drawer .profile-user {
  display: flex;
}
.profile-drawer .profile-user img {
  width: 45px;
  border-radius: 50%;
  margin-right: 5px;
}
.profile-drawer .profile-user .profile-name {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-transform: capitalize;
}
.profile-drawer .profile-user .profile-name span {
  color: #4e4e4e;
  font-size: 12px;
  text-transform: none;
}
.profile-drawer .profile-user .token {
  display: inline-flex;
  align-items: center;
}
.profile-drawer .profile-user .token img {
  width: 25px;
}
.profile-drawer a {
  color: #666;
}
.profile-drawer .ant-drawer-body {
  padding: 10px 15px;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item {
  padding: 5px;
  margin-bottom: 2px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item.active,
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item:hover {
  background-color: #936dc9;
  color: #fff;
  border-radius: 5px;
  opacity: 0.9;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item.active,
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item:hover svg path {
  fill: #fff;
}
.profile-drawer .ant-drawer-body .profile-menu-item .menu-item svg {
  align-self: center;
  margin-right: 2px;
}
.profile-drawer .ant-drawer-body .profile-menu-item .ant-divider {
  margin: 10px 0;
}
.search-mobile {
  font-size: 30px;
  display: none;
}
.hide-desktop {
  display: none!important;
}
.hide-mobile {
  display: flex;
  align-items: center;
}
.notiDropdown.ant-dropdown {
  min-width: 300px !important;
}
.notiDropdown .ant-list-item {
  padding: 0;
}
.notiDropdown .ant-list-item-meta-title {
  margin: 0px;
  line-height: 1em;
}
.notiDropdown .ant-avatar.ant-avatar-icon {
  background: rgba(40, 6, 86, 0.5);
}
.notiDropdown .ant-dropdown-menu-item,
.notiDropdown .ant-dropdown-menu-submenu-title {
  white-space: normal;
}
.notiDropdown .ant-dropdown-menu {
  max-height: 300px;
  overflow-y: scroll;
}
.notiDropdown .unreadBadge {
  width: 10px;
  height: 10px;
  background: blue;
  border-radius: 5px;
}
.notiDropdown .ant-list-item-action {
  margin-left: 8px;
}
.search-drawer .ant-drawer-content {
  background-color: #280656;
}
@media (max-width: 768px) {
  .hide-desktop {
    display: block!important;
  }
  .search-mobile {
    display: block;
  }
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 480px) {
  .hide-mobile {
    display: none!important;
  }
  /*.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .header.ant-layout-header {
    padding: 0 10px;
  }*/
  .ant-btn.info,
  .ant-btn.secondary-custom {
    margin-bottom: 5px;
  }
  .ant-table-thead > tr > th,
  .ant-table-tbody > tr > td,
  .ant-table tfoot > tr > th,
  .ant-table tfoot > tr > td {
    padding: 10px 5px;
  }
  .ant-col-offset-4 {
    margin-left: 0;
  }
  .switch-grp {
    margin-bottom: 10px;
  }
}

.sound-player {
  display: none;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 320px;
}
.search-bar .ant-input-search-button.ant-btn-primary {
  background-color: transparent;
  border-color: transparent;
  height: 42px;
}
.search-bar .ant-input-search .ant-input {
  padding: 5px;
  background-color: transparent;
  color: #fff;
}
.search-bar .ant-input-search .anticon svg {
  color: #d4d4d4;
}
.search-bar .ant-input-group-wrapper {
  border-radius: 5px;
  overflow: hidden;
  background-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  backdrop-filter: blur(20px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
}
.search-bar .ant-input-group-wrapper .ant-input-group-addon {
  background: transparent;
}
.search-bar .ant-input-affix-wrapper {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 912px) {
  .search-bar {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .search-bar {
    width: 100%;
  }
}
.drop-hint {
  position: absolute;
  top: 82%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  backdrop-filter: blur(40px);
  border-radius: 6px;
  padding: 0;
  z-index: 999;
}
.drop-hint a {
  color: #fff;
}
.drop-hint a:hover {
  color: #eaa221 !important;
}
.drop-hint li {
  padding: 5px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.drop-hint li:hover {
  color: #eaa221;
}
.nav-icons .drop-hint li:hover {
  color: #eaa221;
}

.translate-icon {
  width: 24px;
  height: 24px;
}
.languages-ctn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.languages-ctn span {
  font-weight: 600;
}
.languages-ctn a {
  color: #666;
  cursor: pointer;
  text-decoration: none;
}
.languages-ctn a:hover {
  text-decoration: underline;
}

.message-list {
  height: 100%;
  overflow: auto;
  width: 100%;
}
.message-list.custom {
  height: 65vh;
}
.message-list-container {
  padding: 10px;
}
.sub-text {
  color: #ff0064;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(1, 1, 1, 0.5);
}
@media all and (max-width: 768px) {
  .sub-text {
    font-size: 14px;
  }
}

.compose {
  padding: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #fff;
  border-top: 1px solid #eee;
}
.compose-input {
  flex: 1;
  border: none;
  font-size: 14px;
  height: 30px;
  background: none;
  color: #333;
  outline: thin;
}
.compose-input::placeholder {
  color: #000;
}
.compose-input::placeholder {
  opacity: 0.3;
}
.compose .toolbar-button {
  color: #bbbbbf;
  margin-left: 15px;
}
.compose .toolbar-button:hover {
  color: #99999c;
}
.grp-icons {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grp-send-btn {
  font-size: 25px;
  padding: 0 5px;
}
.send-emotion-btn {
  font-size: 20px;
  padding: 0 5px;
}
.grp-emotions aside.emoji-picker-react {
  display: none;
  position: absolute;
  right: 0;
  bottom: 50%;
}
.grp-emotions:hover aside.emoji-picker-react {
  display: flex;
}
.grp-file-icon {
  background: url('/gallery.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
}
.grp-file-icon .avatar-uploader {
  opacity: 0;
}
.grp-file-icon .avatar-uploader .ant-upload {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  margin: 0;
}
.grp-file-icon .avatar-uploader .ant-upload img {
  width: 20px!important;
  height: 20px;
  object-fit: cover;
}
.grp-file-icon .avatar-uploader .ant-upload-text {
  display: none;
}
.user-custom .compose {
  border: none;
  border-top: 1px solid #ff0065;
  background: transparent;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.user-custom .compose .compose-input {
  color: #333;
}
.user-custom .compose .compose-input::placeholder {
  color: #000;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.message {
  display: flex;
  flex-direction: column;
}
.message .timestamp {
  display: flex;
  justify-content: flex-start;
  color: #999;
  font-weight: 600;
  font-size: 8px;
  margin: 5px 0px;
}
.message.mine .timestamp {
  justify-content: flex-end;
}
.message .bubble-container {
  font-size: 14px;
  display: flex;
}
.message.mine .bubble-container {
  justify-content: flex-end;
}
.message .bubble-container .bubble {
  margin: 1px 0px;
  background: #7b5dbd;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  max-width: 75%;
  position: relative;
}
.message .bubble-container .bubble .close-btn {
  position: absolute;
  top: -10px;
  right: -7px;
  padding: 0px 7px;
  border: 1px solid;
  border-radius: 5px;
  background: #fff;
}
.message.mine .bubble-container .bubble {
  background: #f4c83a;
  color: white;
}
.message.tip .bubble-container .bubble {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  background: #f4c83a !important;
  color: white !important;
}
.message.tip .timestamp {
  text-align: center;
  display: inline-block;
}
.message-time {
  font-size: 10px;
  margin: 0;
}
.user-custom .message .bubble-container .bubble {
  border-radius: 5px !important;
  margin-bottom: 10px;
  background: #fff;
  color: #888;
  font-size: 13px;
}
.user-custom .message .bubble-container .bubble .u-name {
  font-weight: 600;
  margin-right: 5px;
}
.user-custom .message .timestamp {
  justify-content: center;
}
.user-custom .mine .bubble-container {
  justify-content: flex-start;
}

.messenger {
  display: flex;
  width: 100%;
}
.message-stream {
  display: flex;
  width: 100%;
  height: 435px;
  position: relative;
  margin-bottom: 55px;
  background-color: #eee;
}
.container {
  padding: 10px;
}
.scrollable {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sidebar {
  background-color: #fff;
  display: flex;
  width: 40%;
}
.footer {
  background: #fff;
}

.conversation-stream {
  width: 100%;
  min-height: 530px;
  border: solid 1px #7b5dbd;
  border-radius: 15px;
}
.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: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab {
  width: 49.9%;
  justify-content: center;
  margin: 0;
  height: 50px;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab-active {
  background-color: #7b5dbd;
  color: #ffffff;
}
.conversation-stream .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}

.private-streaming-container {
  position: relative;
  margin: 5px 0;
  min-height: 520px;
}
.private-streaming-container #private-publisher {
  right: 10px;
  top: 25px;
  height: 145px;
  width: 145px;
  position: absolute;
  z-index: 1;
}
.private-streaming-container #private-subscriber {
  width: 100% !important;
  height: 480px;
  object-fit: cover;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.title {
  color: #936dc9;
  text-align: center;
}
.site-card-wrapper {
  text-align: center;
  border: 1px solid #936dc9;
  margin-bottom: 15px;
}
.ant-card-head {
  font-size: 25px;
  border-bottom: 1px solid #936dc9;
  background-color: #936dc9;
  color: aliceblue;
}
.buy-btn {
  color: aliceblue;
  background-color: #936dc9;
}
.price-style {
  font-size: 35px;
  margin-bottom: 0px;
}
.text-size {
  font-size: 15px;
}
.token-style {
  font-weight: 700;
  font-size: 15px;
}
#style-3::-webkit-scrollbar-track {
  background-color: white;
}
#style-3::-webkit-scrollbar {
  width: 1px;
  background-color: white;
}
#style-3::-webkit-scrollbar-thumb {
  background-color: #936dc9;
}
.scrollbar {
  height: 100px;
  overflow-y: auto;
}
.force-overflow {
  min-height: 100px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
#subscriber {
  min-height: 480px;
  width: 100%;
}
#subscriber video {
  height: 480px;
  width: 100%;
}
#publisher {
  min-height: 480px;
}
#video-container video {
  width: 100%;
}
.conversation-users .users {
  height: 435px;
  overflow-y: scroll;
  width: 100%;
}
.conversation-users .users .user {
  margin: 15px;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff;
}
.conversation-users .users .user .message-username {
  font-weight: bold;
}

.stream-description {
  margin: 10px 0;
  display: flex;
  width: 100%;
}


@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.prd-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.prd-card .prd-thumb img {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  height: 18em;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .prd-card .prd-thumb img {
    height: 13em;
  }
}
.prd-card:hover .prd-info {
  color: #fff;
  background-color: #7b5dbd;
}
.prd-card:hover .prd-info a {
  color: #fff;
}
.prd-card .prd-info {
  font-family: Merriweather Sans Bold;
  color: #323232;
  background-color: #e8f0f2;
  padding: 1em;
  text-align: center;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prd-card .prd-info a {
  color: #000;
}
.prd-card .label-wrapper {
  position: absolute;
  right: auto;
  left: 0px;
  top: 10px;
  display: flex;
  flex-direction: column;
}
.prd-card .label-wrapper .label-wrapper-price {
  color: #2d2529 !important;
  line-height: 2em;
  background-color: #f4c83a;
  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;
}
.prd-card .label-wrapper .label-wrapper-digital {
  color: #fff !important;
  line-height: 2em;
  background-color: #936dc9;
  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;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.prod-main {
  background-color: #f3f7f8;
  margin-bottom: 50px;
  display: flex;
  width: 100%;
}
.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: #2d2529;
  line-height: 2em;
  background-color: #f4c83a;
  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: #7b5dbd;
  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-info {
  width: 100%;
  padding: 10px 20px;
}
.prod-card .prod-info .prod-name {
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
  font-family: Merriweather Sans Bold;
}
.prod-card .prod-info .prod-desc {
  font-size: 13px;
  color: #999;
}
@media screen and (max-width: 480px) {
  .prod-card {
    flex-direction: column;
  }
}
.prod-price {
  font-size: 28px;
  color: #7b5dbd;
  font-weight: 600;
}
.prod-expiredOn {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.related-prod .ttl-1 {
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: Merriweather Sans Bold;
}
.add-cart .ant-btn.primary {
  background-image: linear-gradient(0deg, #773dbd, #6b37aa);
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
  padding: 0.7em 2em;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 0.5em;
  height: 40px;
}
.add-cart .ant-btn.secondary {
  background: linear-gradient(to bottom, #FFCF00, #E6BB00);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  padding: 0.7em 2em;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 0.5em;
  height: 40px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.gallery-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.gallery-card .gallery-cover img {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  width: 100%;
  height: 18em;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .gallery-card .gallery-cover img {
    height: 13em;
  }
}
.gallery-card:hover .gallery-name {
  color: #fff;
  background-color: #7b5dbd;
}
.gallery-card .gallery-name {
  font-family: Merriweather Sans Bold;
  color: #323232;
  background-color: #e8f0f2;
  padding: 1em;
  text-align: center;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.grid-photos {
  display: inline-block;
  width: 100%;
}
.grid-photos .grid-item {
  position: relative;
  width: 10%;
  margin-bottom: 2px;
  float: left;
  padding: 0 1px;
}
.grid-photos .grid-item img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background: #eee;
}
.grid-photos .grid-item .remove-section {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #ffffff4d;
  color: #000;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.vid-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.vid-card .vid-thumb {
  height: 150px;
  position: relative;
}
.vid-card .vid-thumb img {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.vid-card .vid-stats {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  padding: 4em 1em 1em 1em;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom, #04040e00 0%, rgba(7, 0, 115, 0.65) 100%);
}
@media screen and (max-width: 480px) {
  .vid-card .vid-stats {
    font-size: 10px;
  }
}
.vid-card:hover .vid-info {
  color: #fff !important;
  background-color: #7b5dbd;
}
.vid-card:hover .vid-info a {
  color: #fff !important;
}
.vid-card .vid-info {
  font-family: Merriweather Sans Bold;
  color: #323232;
  background-color: #e8f0f2;
  padding: 1em;
  text-align: center;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .vid-card .vid-info {
    font-size: 11px;
  }
}
.vid-card .vid-price {
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 99;
}
.vid-card .vid-price .label-price {
  color: #2d2529 !important;
  line-height: 2em;
  background-color: #f4c83a;
  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;
}
.videojs-player .video-js {
  width: 100%;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .videojs-player .video-js {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .videojs-player .video-js {
    height: 250px;
  }
}
.videojs-player .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-thumbs {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.video-thumbs img {
  width: 50%;
  border-radius: 5px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.compose {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
.compose .toolbar-button {
  color: #4e4e4e;
  margin-left: 15px;
}
.compose .toolbar-button:hover {
  color: #4e4e4e;
}
.compose.custom {
  width: 96%;
  top: unset;
  left: 2%;
  bottom: 10px;
}
.compose-input {
  flex: 1;
  border: none;
  font-size: 14px;
  height: 48px;
  background: none;
  color: #000;
  outline: thin;
  padding: 5px 10px;
}
.compose-input::placeholder {
  opacity: 0.3;
}
.grp-icons {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
}
.grp-icons .anticon-send {
  font-size: 22px;
  color: #936dc9;
}
.grp-icons.custom {
  display: flex;
}
.grp-icons.custom .anticon-send {
  margin-left: 15px;
}
.grp-emotions .anticon-smile {
  font-size: 22px;
  color: #936dc9;
}
.grp-emotions aside.emoji-picker-react {
  display: none;
  position: absolute;
  right: 0;
  bottom: 50%;
}
.grp-emotions:hover aside.emoji-picker-react {
  display: flex;
}
.grp-file-icon {
  background: url('/gallery.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 25px;
  width: 28px;
}
.grp-file-icon .avatar-uploader {
  opacity: 0;
}
.grp-file-icon .avatar-uploader .ant-upload {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  margin: 0;
}
.grp-file-icon .avatar-uploader .ant-upload img {
  width: 20px!important;
  height: 20px;
  object-fit: cover;
}
.grp-file-icon .avatar-uploader .ant-upload-text {
  display: none;
}
.grp-send {
  height: 48px;
  background: #936dc9;
  padding: 12px 15px;
}
.grp-send .anticon-send {
  font-size: 18px;
  color: #fff;
  transform: rotate(-45deg);
}
.grp-send:hover {
  background: #7b5dbd;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.message {
  display: flex;
  flex-direction: column;
}
.message .timestamp {
  display: flex;
  justify-content: flex-start;
  color: #4e4e4e;
  font-weight: 600;
  font-size: 8px;
  margin: 5px 0px;
}
.message.mine .timestamp {
  justify-content: flex-end;
}
.message .bubble-container {
  font-size: 14px;
  display: flex;
}
.message.mine .bubble-container {
  justify-content: flex-end;
}
.message .bubble-container .bubble {
  margin: 5px 0px;
  background: #936dc9;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 75%;
  border-radius: 5px;
  color: #fff;
}
.message.mine .bubble-container .bubble {
  background: #fff6d9;
  max-width: 75%;
  color: #000;
}
.message-time {
  font-size: 10px;
  margin: 0;
}
.bubble-container .avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 6px 8px 0 0;
}
.message.mine .bubble-container .avatar {
  margin: 6px 0 0 8px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.message-list {
  height: 100%;
  overflow: auto;
  width: 100%;
}
.message-list-container {
  padding: 10px;
}
.sub-text {
  color: #f4c83a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #000;
  opacity: 0.5;
}
.mess-recipient {
  width: 100%;
  display: flex;
  align-items: center;
  background: #e8f0f2;
  position: absolute;
  top: 0;
  left: 0;
}
.mess-recipient img {
  width: 40px;
  border-radius: 50%;
  margin: 9px 12px 0 9px;
}
@media all and (max-width: 768px) {
  .sub-text {
    font-size: 14px;
  }
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.ticket-form {
  max-width: 900px;
  margin: auto;
}
.ticket-page {
  display: flex;
}
.ticket-page .group-left {
  width: 75%;
  padding: 5px 10px;
  border-radius: 5px;
}
.ticket-page .group-right {
  border-radius: 5px;
  width: 25%;
  padding: 5px 10px;
  background-color: #e8f0f2;
}
.ticket-page .ticket-status {
  text-transform: capitalize;
  font-size: 25px;
  margin-bottom: 10px;
}
.ticket-page .ticket-status .anticon {
  font-size: 14px;
}
.ticket-page .ticket-time {
  margin-bottom: 10px;
}
.ticket-page .creator {
  display: flex;
  align-items: center;
}
.ticket-page .creator .ant-image img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 5px;
}
.ticket-page .creator .name {
  display: flex;
  flex-direction: column;
}
.ticket-page .creator .date {
  font-size: 11px;
  color: #666;
}
@media screen and (max-width: 480px) {
  .ticket-page {
    flex-direction: column;
  }
  .ticket-page .group-left {
    width: 100%;
  }
  .ticket-page .group-right {
    width: 100%;
  }
}
.ticket-card {
  margin-bottom: 25px;
}
.ticket-card .ticket-heading {
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ticket-card .ticket-heading .ant-btn {
  margin-right: 10px;
}
.ticket-card .subject {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
}
.ticket-card .description {
  white-space: pre-line;
  font-size: 13px;
  padding: 5px;
}
.ticket-form .ant-form-item {
  margin-bottom: 10px;
}
.ticket-form .ant-form-item .ant-form-item-label {
  padding: 0;
}
.ticket-form .ant-form-item .ant-form-item-label label {
  font-size: 11px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.comment-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.comment-form .cmt-user {
  display: flex;
  flex-direction: column;
}
.comment-form .cmt-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.comment-form .cmt-area {
  padding: 0 10px;
  width: 100%;
  position: relative;
}
.comment-form .cmt-area .ant-form-item {
  margin: 0;
}
.comment-form .cmt-area .ant-input {
  background: #eee;
  padding: 5px 15px;
  padding-right: 30px;
  border: none;
  height: 50px;
  min-height: unset;
}
.comment-form .cmt-area .grp-emotions {
  position: absolute;
  right: 25px;
  top: 15px;
}
.comment-form .cmt-area .grp-emotions .anticon-smile {
  font-size: 22px;
  color: #7b5dbd;
}
.comment-form .cmt-area .grp-emotions aside.emoji-picker-react {
  display: none;
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: 9999;
}
.comment-form .cmt-area .grp-emotions:hover aside.emoji-picker-react {
  display: flex;
}
.comment-form .submit-btn {
  background-image: linear-gradient(0deg, #936dc9, #7b5dbd);
  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: #f3f7f8;
  border-radius: 5px;
}
.cmt-list .cmt-item {
  display: flex;
  margin-bottom: 15px;
  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: #e2e8ec;
  font-size: 10px;
  font-weight: normal;
  margin-left: 20px;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-reply {
  font-size: 13px;
  color: #e2e8ec;
  margin-left: 15px;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-reply.active {
  color: #f04134;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-like {
  color: #e2e8ec;
}
.cmt-list .cmt-item .cmt-content .cmt-action .cmt-like.active {
  color: #f04134;
}
.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: #000;
  padding: 4.8px 11px;
  border: 1px solid #eee;
}
.reply-bl-form {
  transition: all 0.3 ease-in-out;
}
.reply-bl-form .comment-form .cmt-user img {
  width: 20px;
  height: 20px;
}
.reply-bl-form .comment-form .cmt-area .ant-input {
  background: #eee;
  height: 40px;
}
.reply-bl-form .comment-form .cmt-area .grp-emotions {
  top: 10px;
}
.reply-bl-form .comment-form .cmt-area .grp-emotions aside.emoji-picker-react {
  bottom: unset;
  top: 50%;
}
.reply-bl-list {
  padding-left: 45px;
  transition: all 0.3 ease-in-out;
}
.reply-bl-list .cmt-list .cmt-item img {
  width: 20px;
  height: 20px;
}
.view-cmt a {
  font-size: 12px;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.feed-card-ctn {
  padding: 4px;
  margin-bottom: 25px;
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}
.feed-card-ctn .feed-card {
  margin-bottom: 25px;
  border: 1px solid #eee;
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
  margin: 14px 0;
}
.feed-card-ctn .feed-card .feed-top {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  align-items: center;
}
.feed-card-ctn .feed-card .feed-top .feed-top-left {
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
}
.feed-card-ctn .feed-card .feed-top .feed-top-left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.feed-card-ctn .feed-card .feed-top .feed-top-left .feed-name {
  padding: 0 10px;
}
.feed-card-ctn .feed-card .feed-top .feed-top-left .feed-name h4 {
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}
.feed-card-ctn .feed-card .feed-top .feed-top-left .feed-name h5 {
  font-size: 13px;
  color: #e2e8ec;
  margin: 0;
}
.feed-card-ctn .feed-card .feed-top .feed-top-left .online-status {
  width: 8px;
  height: 8px;
  background-color: #00c12c;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  left: 32px;
}
.feed-card-ctn .feed-card .feed-top .feed-top-left .online-status.off {
  background-color: #e2e8ec;
}
.feed-card-ctn .feed-card .feed-top .feed-top-right .feed-time {
  font-size: 13px;
  color: #e2e8ec;
  margin: 0 10px;
  white-space: nowrap;
  text-align: right;
}
.feed-card-ctn .feed-card .feed-container {
  min-height: 65px;
  padding: 8px;
  border: 1px solid #eee;
}
.feed-card-ctn .feed-card .feed-container .lock-content {
  position: relative;
  height: 500px;
  background-image: url(/static/leaf.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.feed-card-ctn .feed-card .feed-container .lock-content .anticon-lock,
.feed-card-ctn .feed-card .feed-container .lock-content .anticon-unlock {
  font-size: 35px;
  color: #936dc9;
}
.feed-card-ctn .feed-card .feed-container .lock-content .count-media {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #efe8fe;
  text-align: center;
  background: linear-gradient(0, rgb(160 160 160) 20%, rgba(255, 255, 255, 0.1) 80%);
  border-radius: 5px;
}
.feed-card-ctn .feed-card .feed-container .lock-content p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 25px;
  font-weight: 600;
  background-color: #f4c83a;
}
.feed-card-ctn .feed-card .feed-container .lock-content p:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .feed-card-ctn .feed-card .feed-container .lock-content {
    height: 300px;
  }
}
.feed-card-ctn .feed-card .feed-container .feed-text {
  font-size: 12px;
  white-space: pre-line;
  padding: 5px 15px;
}
.feed-card-ctn .feed-card .feed-container .feed-tagline {
  padding: 3px 5px;
  border-top: 1px solid #eee;
  padding-top: 10px;
  white-space: pre-line;
}
.feed-card-ctn .feed-card .feed-container .feed-tagline a {
  color: #7b5dbd;
}
.feed-card-ctn .feed-card .feed-actions {
  display: flex;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.feed-card-ctn .feed-card .feed-actions .action-item {
  width: 100%;
  text-align: left;
  align-items: center;
  display: flex;
  gap: 10px;
}
.feed-card-ctn .feed-card .feed-actions .action-item .action-ico {
  cursor: pointer;
  padding: 10px 10px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eee;
}
.feed-card-ctn .feed-card .feed-actions .action-item .action-ico .anticon {
  font-size: 20px;
  margin: 0 5px;
}
.feed-card-ctn .feed-card .feed-actions .action-item .action-ico:hover,
.feed-card-ctn .feed-card .feed-actions .action-item .action-ico.active {
  color: #936dc9;
}
.feed-card-ctn .feed-card .feed-actions .action-item .action-ico.liked {
  color: #f04134;
}
.feed-card-ctn .feed-card .feed-actions .action-item:last-child {
  text-align: right;
  justify-content: flex-end;
  width: 25%;
  gap: 0;
}
.feed-card-ctn .feed-card .feed-actions .action-item:last-child a:last-child {
  margin-right: 14px;
}
.feed-card-ctn .feed-card .feed-actions .action-item .sc-bdVaJa {
  padding: 5px;
  margin-top: -3px;
}
.feed-card-ctn .feed-card .feed-actions .action-item .sc-bdVaJa .ewcqji {
  margin: 0 5px;
}
.feed-card-ctn .feed-card .feed-actions .action-item .sc-bdVaJa .sc-htpNat.cgeQjm svg {
  margin: 0;
}
.feed-card-ctn .feed-card .feed-actions .action-item .sc-bdVaJa .sc-htpNat.cgeQjm span {
  display: none;
}
.feed-card-ctn .feed-card .feed-comment {
  padding: 8px;
  border-top: 1px solid #eee;
}
.feed-card-ctn .feed-card .videojs-player {
  width: 100%;
}
.feed-card-ctn .feed-card .videojs-player .video-js {
  height: 500px;
  width: 100%;
}
.feed-card-ctn .feed-card .videojs-player .video-js .vjs-big-play-button {
  top: calc(50% - 24px);
  left: calc(50% - 45px);
}
@media screen and (max-width: 480px) {
  .feed-card-ctn .feed-card .videojs-player .video-js .vjs-big-play-button {
    top: calc(50% - 20px);
    left: calc(50% - 32px);
  }
}
@media screen and (max-width: 480px) {
  .feed-card-ctn .feed-card .videojs-player .video-js {
    height: 300px;
  }
}
.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: #f3f7f8;
  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: #fff;
}
.f-upload-list .f-upload-item .f-upload-thumb .f-thumb-vid .anticon {
  color: #936dc9;
  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;
  width: 65px;
  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: 130px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-upload-list .add-more .ant-upload .anticon.anticon-plus {
  font-size: 20px;
}
.feed-slider {
  position: relative;
}
.feed-slider .ant-carousel {
  border-radius: 5px;
}
.feed-slider .ant-carousel .slick-slide {
  height: 500px;
}
.feed-slider .ant-carousel .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .feed-slider .ant-carousel .slick-slide {
    height: 300px;
  }
}
.feed-slider .ant-carousel .feed-slider-img {
  max-height: 400px;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.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: 480px) {
  .feed-slider .proccessing {
    height: 300px;
  }
}
.feed-form .feed-input:focus {
  background-color: #f3f7f8;
}
.feed-form .ant-input-number-input-wrap input {
  height: 30px;
}
.poll-form {
  width: 100%;
  max-width: 320px;
  padding: 5px;
  border-radius: 5px;
  background-color: #f3f7f8;
}
.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: #7b5dbd;
}
.poll-form .poll-top a {
  color: #fff;
  padding: 1px 7px;
  border-radius: 50%;
  background-color: #936dc9;
}
.poll-form .poll-input {
  margin-bottom: 10px;
}
.feed-poll {
  display: flex;
  background-color: #f0f8ff;
  padding: 5px;
  border-radius: 3px;
  justify-content: space-between;
  cursor: pointer;
  margin: 3px 0;
}
.feed-poll:hover {
  opacity: 0.8;
}
.total-vote {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 10px;
  color: #e2e8ec;
}
.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, #936dc9 10%, #7b5dbd 50%, #936dc9 90%);
}
.story-switch-type .type-item.right {
  background: linear-gradient(180deg, #ffa75c 10%, #f4c83a 50%, #ffa75c 90%);
}
.story-switch-type .type-item.middle {
  margin: auto;
  background: linear-gradient(180deg, #7b5dbd 10%, #00a2ae 50%, #7b5dbd 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: 480px) {
  .story-switch-type .type-item {
    padding: 50px 5px;
  }
}
.submit-btns {
  justify-content: space-around;
  margin: 10px auto;
  width: 200px;
  display: flex;
}
.search-post-bar {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
}
.search-post-bar .ant-picker.ant-picker-range {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .search-post-bar .ant-picker.ant-picker-range {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .search-post-bar .ant-input-search {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .search-post-bar {
    flex-direction: column;
  }
}

@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 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

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

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;
  visibility: visible;
}

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

.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 {
  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;
  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 {
  opacity: 1;
  visibility: visible;
}

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

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

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

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

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

.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 {
  display: none;
}

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

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

.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 {
  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-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-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-fullscreen-control {
  cursor: pointer;
  flex: 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;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.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-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:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.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;
  background: none;
}

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

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.vid-title {
  margin: 15px 0 0;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  font-family: Merriweather Sans Bold;
}
.vid-duration {
  display: flex;
  align-items: center;
}
.vid-duration a {
  color: #888;
  margin-right: 15px;
}
.vid-player {
  padding: 15px 5px;
}
.related-vid {
  margin: 30px 0;
}
.related-vid .ttl-1 {
  font-size: 1.5em;
  font-weight: 800;
  font-family: Merriweather Sans Bold;
}
.related-vid .ant-col {
  padding: 10px 12px;
}
@media screen and (max-width: 768px) {
  .related-vid .ant-col {
    padding: 5px;
  }
}
.discount-price {
  -webkit-text-decoration-line: line-through;
  /* Safari */
  text-decoration-line: line-through;
}
.subscription h3 {
  font-size: 1.2em;
  font-weight: 600;
}
.subscription .btn.btn-default {
  background: #7b5dbd;
  color: #fff;
  margin-right: 15px;
  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: 40px;
}
.subscription .btn.btn-yellow {
  background: #f4c83a;
  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: 40px;
}
.vid-split {
  background-color: #e2e8ec;
  padding: 20px 5px;
}
.vid-act {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.vid-act .o-w-ner {
  font-weight: 600;
}
.vid-act .o-w-ner img {
  width: 50px;
  border: 1px solid #7b5dbd;
  border-radius: 50%;
}
.vid-act .act-btns .react-btn {
  color: #888;
  background: #fff;
  border: none;
  margin-left: 5px;
  border-radius: 3px;
  padding: 5px 13px;
  outline: none;
}
.vid-act .act-btns .react-btn.favourited {
  color: #fff;
  background: #f04134;
}
.vid-act .act-btns .react-btn.liked {
  color: #fff;
  background: #00a2ae;
}
.vid-act .act-btns .react-btn.watch-later {
  color: #fff;
  background: #7b5dbd;
}
.vid-act .act-btns .react-btn:hover {
  cursor: pointer;
}
.vid-info {
  background-color: #f3f7f8;
  padding: 20px 5px;
}
.vid-info .ant-tabs-tab {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding: 5px 15px;
  font-family: Merriweather Sans Bold;
}
.vid-info .ant-tabs-tab-active {
  color: #7b5dbd;
}
.participant-card {
  display: flex;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}
.participant-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #7b5dbd;
}
.participant-card .participant-info {
  padding: 10px;
}
.participant-card .participant-info h5 {
  font-weight: 600;
  color: #000;
  margin: 0;
}
.participant-card .participant-info p {
  color: #888;
  margin: 0;
}
.main-player .video-js {
  border-radius: 8px;
  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, #773dbd, #6b37aa);
  color: #fff;
  font-weight: 600;
}
.coupon-form .ant-btn.normal {
  height: 40px;
  background-color: #f4c83a;
  color: #000;
  font-weight: 600;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.top-profile {
  background-size: cover;
  background-repeat: no-repeat;
  height: 25vh;
}
.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('/no-avatar.png');
}
@media screen and (max-width: 480px) {
  .top-profile {
    height: 18vh;
  }
}
.bg-2nd {
  height: 100%;
  background: linear-gradient(180deg, rgba(69, 181, 193, 0.3) 20%, rgba(255, 255, 255, 0.1) 80%);
}
.main-profile {
  margin-top: -60px;
}
@media screen and (max-width: 480px) {
  .main-profile {
    margin-top: -15px;
  }
}
.fl-col {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 50%;
}
.fl-col img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  padding: 2px;
  border: 2px solid #7b5dbd;
  border-radius: 50%;
}
.fl-col .m-user-name {
  margin-left: 15px;
  font-family: Merriweather Sans Bold;
  text-transform: capitalize;
}
.fl-col .m-user-name h4 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .fl-col .m-user-name h4 {
    margin: 0;
  }
}
.fl-col .m-user-name h5 {
  color: #7b5dbd;
  font-size: 14px;
  font-weight: 600;
}
.fl-col .m-user-name .anticon {
  color: #7b5dbd;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .fl-col {
    width: 100%;
  }
  .fl-col img {
    width: 75px;
    height: 75px;
  }
}
.btn-grp {
  display: flex;
  width: 100%;
  margin-top: -60px;
  padding: 0 5px;
  justify-content: flex-end;
  align-items: center;
}
.btn-grp button {
  margin: 0 5px;
  border: none;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #7b5dbd, #936dc9);
  -webkit-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.2);
  padding: 0.7em 2em;
  font-size: 0.9em;
  font-weight: 600;
  border-radius: 0.5em;
  cursor: pointer;
  border-radius: 5px;
}
.btn-grp .normal {
  background: #f3f7f8;
  color: #000;
}
.btn-grp .normal:hover {
  border-color: #dae0e5;
  background-color: #f3f7f8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (max-width: 480px) {
  .btn-grp {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
  }
  .btn-grp button {
    float: left;
    width: 100%;
    margin: 2px 5px;
  }
  .btn-grp .normal,
  .btn-grp .secondary {
    width: calc(50% - 10px);
    margin: 2px 5px;
  }
}
.pro-desc {
  margin: 35px 0 0;
}
.pro-desc .ant-collapse-item {
  border: none;
}
.pro-desc .ant-collapse-item .ant-collapse-header {
  padding: 5px 30px 5px 15px;
}
.pro-desc .ant-collapse-borderless {
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  .pro-desc {
    margin-top: 5px;
  }
}
.pro-desc.mar-0 {
  margin-top: 0;
}
.show-more .ant-collapse-header {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}
.show-more .anticon.anticon-arrow-down.ant-collapse-arrow {
  font-size: 18px;
  right: 0 !important;
  color: #7b5dbd;
  padding-top: 5px;
}
@media screen and (max-width: 480px) {
  .page-heading.flex-row-space-between {
    margin-bottom: 0;
  }
}
.step-progress {
  padding: 24px;
  margin-top: 12px;
}
.avatar-uploader2.ant-upload-picture-card-wrapper,
.avatar-uploader2 .ant-upload-select-picture-card {
  height: 100%;
}
.avatar-uploader2 .ant-upload-select.ant-upload-select-picture-card {
  width: 100%;
  border-radius: 0;
  flex: 1;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.avatar-uploader2 .ant-upload-select.ant-upload-select-picture-card .ant-upload {
  flex-direction: column;
}
.avatar-uploader2 .ant-upload-select.ant-upload-select-picture-card .ant-upload p {
  color: #fff;
}
.model-photo-verification .ant-form-item-control {
  text-align: left;
}
.model-photo-verification .ant-form-item-label {
  font-weight: 600;
}
.model-photo-verification .ant-form-item-control-input-content {
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 10px !important;
  background-color: rgba(0, 0, 0, 0.4);
}
.file-uploader2 {
  padding: 30px;
}
.my-content-header {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.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: 33.33%;
  border-bottom: 1px solid;
  font-size: 25px;
  font-weight: 600;
  color: #e2e8ec;
  justify-content: center;
  margin: 0;
  padding: 8px;
}
.model-content .ant-tabs .ant-tabs-nav .ant-tabs-tab .anticon {
  margin: 0;
}
.model-content .ant-tabs .ant-tabs-ink-bar {
  bottom: unset !important;
  top: 0;
  background-color: #e2e8ec;
  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 #e2e8ec;
}
.model-content .ant-tabs .ant-tabs-nav-wrap::after {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #e2e8ec;
}
.model-content .ant-tabs .ant-tabs-nav-list {
  width: 100%;
  justify-content: space-around;
}
.model-content .ant-tabs .ant-tabs-content-holder {
  margin-bottom: 73px;
}
.model-content .ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane.ant-tabs-tabpane-active {
  overflow: none;
  max-height: none;
}
.model-content .ant-col {
  padding: 10px 12px;
}
@media screen and (max-width: 480px) {
  .model-content {
    padding: 5px;
  }
}
.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, #773dbd, #6b37aa);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  font-family: Merriweather Sans Bold;
}
.show-all a:hover {
  background-color: #936dc9;
}
.model-card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.model-card .hovering {
  position: absolute;
  left: -9999px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(94, 94, 94, 0.5);
}
.model-card .hovering a {
  font-size: 25px;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 15px;
}
.model-card:hover .model-name {
  color: #fff;
  background-color: #7b5dbd;
}
.model-card .card-img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  position: relative;
}
.model-card .card-img img {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .model-card .card-img {
    height: 160px;
  }
}
.model-card .card-stat {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  padding: 4em 1em 1em 1em;
  font-weight: 600;
  position: absolute;
  bottom: 51px;
  background-image: linear-gradient(to bottom, #04040e00 0%, rgba(7, 0, 115, 0.65) 100%);
}
.model-card .card-live {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #7b5dbd;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.model-card .model-name {
  color: #323232;
  background-color: #e8f0f2;
  padding: 1em;
  text-align: center;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Merriweather Sans Bold;
}
.grid-table .ant-col {
  border: 1px solid #7b5dbd;
  padding: 5px 15px;
}
.suggestion-bl .sug-top {
  font-size: 18px;
  margin-bottom: 5px;
  color: #936dc9;
  display: flex;
  justify-content: space-between;
  padding: 2px;
}
.suggestion-bl .sug-top .reload-btn {
  font-size: 22px;
}
.suggestion-bl .sug-top .free-btn {
  font-size: 22px;
  margin-right: 15px;
}
.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: -22px;
  right: 50px;
  left: unset;
  padding: 12px;
}
.suggestion-bl .ant-carousel .slick-prev::before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.suggestion-bl .ant-carousel .slick-next {
  top: -22px;
  right: 15px;
  left: unset;
  padding: 12px;
}
.suggestion-bl .ant-carousel .slick-next::before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom {
  bottom: -5px;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom button {
  background: #e2e8ec;
}
.suggestion-bl .ant-carousel .slick-dots.slick-dots-bottom .slick-active button {
  background: #936dc9;
}
.top-banner {
  display: flex;
  color: #fff;
  align-items: center;
}
.top-banner .arrow-back {
  font-size: 22px;
  color: #fff;
}
.top-banner .t-user-name {
  font-weight: 600;
  text-transform: capitalize;
}
.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 #f3f7f8;
  border-radius: 5px;
  margin: 5px 0;
}
.subscription-bl h5 {
  font-weight: 600;
  font-size: 14px;
}
.subscription-bl button {
  width: 100%;
  background: #936dc9;
  border: none;
  padding: 5px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
}
.live-alert {
  text-align: center;
  background: #f04134;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: 600;
}
.hr-divider {
  margin: 20px 0px 0px;
  border-bottom: 1px solid #936dc9;
}
.md-heading {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  color: #936dc9;
}
.tip-performer .ant-form-item {
  margin-bottom: 5px;
}
.tip-performer .ant-form-item-label {
  padding: 0 5px;
}
.tip-performer .ant-form-item-label label {
  font-size: 10px;
  height: 20px;
}

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

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.loading-screen {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 1, 1, 0.9);
  font-size: 30px;
}
.loading-screen img,
.loading-screen span {
  animation-name: loading;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  padding: 20px;
  text-align: center;
}
@keyframes loading {
  0% {
    width: 200px;
  }
  25% {
    width: 225px;
  }
  50% {
    width: 240px;
  }
  75% {
    width: 225px;
  }
  100% {
    width: 200px;
  }
}

.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: #7b5dbd;
}
@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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 screen and (max-width: 480px) {
  .contentInner {
    padding: 12px;
  }
  .contentInner .ant-tabs {
    padding: 0px !important;
  }
}
@media (max-width: 767px) {
  .contentInner {
    padding: 12px;
    min-height: calc(100vh - 160px);
  }
}

.photos-slider {
  top: -80px;
}
.photos-slider .carousel .slide img {
  width: auto!important;
  max-width: 100%;
  max-height: 60vh;
}
.glr-name {
  font-size: 20px;
  font-weight: 600;
  color: #7b5dbd;
}
.glr-desc {
  color: #000;
  font-size: 15px;
}

.grid-photos {
  display: inline-block;
  width: 100%;
}
.grid-photos .grid-item {
  position: relative;
  width: 10%;
  margin-bottom: 2px;
  float: left;
  padding: 0 0px;
  margin: 0 1px;
}
.grid-photos .grid-item img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background: #eee;
}
.grid-photos .grid-item .remove-section {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  text-align: center;
  background-color: #ffffff4d;
  color: #000;
}
.grid-photos .grid-item .cover-section {
  position: absolute;
  z-index: 10;
  top: 0px;
  background-color: #ffffff4d;
  color: #000;
  text-align: center;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .grid-photos .grid-item {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  .grid-photos .grid-item {
    width: 33%;
  }
}
.grid-photos .grid-item:first-child {
  margin-left: 0px;
}
.grid-photos .grid-item:last-child {
  margin-right: 0;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('/fonts/MerriweatherSans.ttf');
}
@font-face {
  font-family: Merriweather Sans Bold;
  src: url('/fonts/MerriweatherSans-Bold.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
}
.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: #7b5dbd;
}
.comment-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.comment-form .cmt-user {
  display: flex;
  flex-direction: column;
}
.comment-form .cmt-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.comment-form .cmt-area {
  padding: 0 10px;
  width: 100%;
  position: relative;
}
.comment-form .cmt-area .ant-form-item {
  margin: 0;
}
.comment-form .cmt-area .ant-input {
  background: #eee;
  padding: 5px 15px;
  padding-right: 30px;
  border: none;
  height: 50px;
  min-height: unset;
}
.comment-form .cmt-area .grp-emotions {
  position: absolute;
  right: 25px;
  top: 15px;
}
.comment-form .cmt-area .grp-emotions .anticon-smile {
  font-size: 22px;
  color: #7b5dbd;
}
.comment-form .cmt-area .grp-emotions aside.emoji-picker-react {
  display: none;
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: 9999;
}
.comment-form .cmt-area .grp-emotions:hover aside.emoji-picker-react {
  display: flex;
}
.comment-form .submit-btn {
  background-image: linear-gradient(0deg, #936dc9, #7b5dbd);
  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-custom {
  border-radius: 5px;
}
.cmt-list-custom .cmt-item-custom {
  display: flex;
  margin-bottom: 15px;
  padding: 5px;
  background-color: #fef1e0;
}
.cmt-list-custom .cmt-item-custom img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 5px;
}
.cmt-list-custom .cmt-item-custom .cmt-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 10px;
}
.cmt-list-custom .cmt-item-custom .cmt-content .cmt-user {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.cmt-list-custom .cmt-item-custom .cmt-content .cmt-user .cmt-time {
  color: #666;
  font-size: 10px;
  font-weight: normal;
  margin-left: 20px;
}
.cmt-list-custom .cmt-item-custom .cmt-content .cmt-action .cmt-reply {
  font-size: 13px;
  color: #e2e8ec;
  margin-left: 15px;
}
.cmt-list-custom .cmt-item-custom .cmt-content .cmt-action .cmt-reply.active {
  color: #f04134;
}
.cmt-list-custom .cmt-item-custom .cmt-content .cmt-action .cmt-like {
  color: #e2e8ec;
}
.cmt-list-custom .cmt-item-custom .cmt-content .cmt-action .cmt-like.active {
  color: #f04134;
}
.cmt-list-custom .cmt-item-custom .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: #000;
  padding: 4.8px 11px;
  border: 1px solid #eee;
}
.reply-bl-form {
  transition: all 0.3 ease-in-out;
}
.reply-bl-form .comment-form .cmt-user img {
  width: 20px;
  height: 20px;
}
.reply-bl-form .comment-form .cmt-area .ant-input {
  background: #eee;
  height: 40px;
}
.reply-bl-form .comment-form .cmt-area .grp-emotions {
  top: 10px;
}
.reply-bl-form .comment-form .cmt-area .grp-emotions aside.emoji-picker-react {
  bottom: unset;
  top: 50%;
}
.reply-bl-list {
  padding-left: 45px;
  transition: all 0.3 ease-in-out;
}
.reply-bl-list .cmt-list .cmt-item img {
  width: 20px;
  height: 20px;
}
.view-cmt a {
  font-size: 12px;
}

