@charset "UTF-8";
.tool_banner {
  margin-top: 76px;
}
.tool_banner .banner_content {
  width: 1364px;
  height: 400px;
  padding-left: 138px;
  background: -webkit-gradient(linear, right top, left top, from(#F2EFFF), to(#FBFBFE));
  background: linear-gradient(270deg, #F2EFFF 0%, #FBFBFE 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
}
.tool_banner .banneer_left {
  padding-top: 57px;
  width: 510px;
}
.tool_banner .banneer_left .tip {
  font: normal normal 500 16px/23px Poppins;
  color: #B7B7C6;
}
.tool_banner .banneer_left .title {
  margin-top: 3px;
  color: #000000;
  font: normal normal 600 34px/50px Poppins;
}
.tool_banner .banneer_left p {
  margin-top: 7px;
  color: #000000;
  font: normal normal 300 15px/26px Poppins;
  margin-bottom: 28px;
}
.tool_banner .banneer_left .tool_banner_btn_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 344px;
  height: 49px;
  background-color: #8B3DFF;
  border-radius: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.tool_banner .banneer_left .tool_banner_btn_pc .text {
  color: #fff;
  font: normal normal 500 18px/49px Poppins;
}
.tool_banner .banneer_left .tool_banner_btn_pc .icon {
  display: inline-block;
  margin-left: 11px;
  width: 12px;
  height: 8px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/btn_right.svg");
  background-size: cover;
}
.tool_banner .banneer_left .tool_banner_btn_pc:hover {
  background: #8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%);
}
.tool_banner .banneer_right {
  width: 683px;
  height: 400px;
  background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/tool_banner.png");
  background-size: 100%;
}
.tool_banner .tool_banner_btn_mob {
  display: none;
}

@media screen and (max-width: 1200px) {
  .tool_banner {
    margin: 0;
  }
  .tool_banner .banner_content {
    width: 100%;
    height: 12.62rem;
    padding-left: 0;
    background: linear-gradient(271deg, #F2EFFF 0%, #FBFBFE 100%);
    display: block;
    margin: 0;
    padding-top: 1.07rem;
    border-radius: 0;
  }
  .tool_banner .banneer_left {
    padding-top: 0;
    width: 100%;
    padding: 0 0.6rem;
  }
  .tool_banner .banneer_left .tip {
    font: normal normal 500 0.24rem/0.33rem Poppins;
    text-align: center;
  }
  .tool_banner .banneer_left .title {
    text-align: center;
    margin-top: 0.22rem;
    font: normal normal 600 0.44rem/0.71rem Poppins;
  }
  .tool_banner .banneer_left p {
    text-align: center;
    margin-top: 0.09rem;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    margin-bottom: 0.28rem;
  }
  .tool_banner .banneer_left .tool_banner_btn_pc {
    display: none;
  }
  .tool_banner .banneer_right {
    width: 100%;
    height: 4.38rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/m_tool_banner.png");
    background-size: 100%;
  }
  .tool_banner .tool_banner_btn_mob {
    margin: 0.28rem auto 0;
    width: 6.1rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #8B3DFF;
    border-radius: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tool_banner .tool_banner_btn_mob .text {
    color: #fff;
    font: normal normal 500 0.32rem/1rem Poppins;
  }
  .tool_banner .tool_banner_btn_mob .icon {
    display: inline-block;
    margin-left: 0.22rem;
    width: 0.22rem;
    height: 0.16rem;
    background: no-repeat center url("https://static-alter1.vidnoz.com/web/fr/img/_common/btn_right.svg");
    background-size: cover;
  }
}
@-webkit-keyframes rotateAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.curHidden {
  display: none !important;
}

.pc {
  display: block;
}

.mobile {
  display: none !important;
}

@media (max-width: 1199px) {
  .home-header {
    -webkit-box-shadow: 0 0.05rem 0.25rem rgba(183, 164, 255, 0.4117647059);
            box-shadow: 0 0.05rem 0.25rem rgba(183, 164, 255, 0.4117647059);
    z-index: 1002;
  }
}

html,
body {
  font-family: Poppins;
  -webkit-user-drag: none;
  --main-color: #8b68ff;
  overflow-x: hidden;
}

.noclick {
  pointer-events: none;
  opacity: 0.5;
}

.ATA {
  width: 100%;
}

.ATA__tab {
  width: 100%;
  height: 890px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/pc-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.colorCanvas__block {
  overflow: hidden;
}

.fadeInRight {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  /* 应用动画 */
}

.fadeInLeft {
  -webkit-animation: fadeInLeft 0.5s ease forwards;
          animation: fadeInLeft 0.5s ease forwards;
  /* 应用动画 */
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.ATA__tab_bar {
  position: relative;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border: 1px solid #d1c7ff;
  border-radius: 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
}
.ATA__tab_bar a {
  z-index: 9;
}

body.croping .show__curImg {
  z-index: 1000;
}

.tab__bar_item {
  width: 200px;
  height: 40px;
  line-height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  color: #39325a;
}

.tab__bar_item.active {
  background-color: var(--main-color);
  border-radius: 40px;
  color: #fff;
}

.list_loading {
  text-align: center;
  color: #39325a;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  clear: both;
}
.list_loading span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/icon_loading.svg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
}

.hover_mask {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  left: 0;
  background-color: rgba(139, 104, 255, 0.15);
  border-radius: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

.tab__content_title {
  text-align: center;
  margin-top: 13px;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 5px;
  color: #39325a;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab__content_title img {
  width: 32px;
  height: 41px;
}
.tab__content_title img:first-child {
  margin-right: 5px;
}
.tab__content_title img:last-child {
  margin-left: 11px;
}

.tab__content_title span {
  font-weight: 600;
}

.tab__content_title i {
  font-style: normal;
  font-weight: 600;
}

.tab__content_desc {
  max-width: 1082px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 33px;
  font-weight: 300;
  color: #39325a;
  font-size: 18px;
  line-height: 27px;
}

.tab__content_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab__content_main.disabled {
  pointer-events: none;
}

.show__curImg {
  width: 545px;
  height: 545px;
  border-radius: var(--br);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 9;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.show__curImg:not(.borderB) {
  background-color: #222;
}

.show__curImg.vip .show__curImg_waterLogo {
  display: none;
}

.show__curImg .left__preview_loading {
  display: none;
}

.show__curImg.loading .left__preview_loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.show__curImg.loading .left__preview_loading img {
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
}

.show__curImg_bgBox {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
  cursor: pointer;
  z-index: 13;
}

.show__curImg_bgBox:not(.active) .curImg__bgBox_mark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.curImg__bgBox_color {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.color__name {
  color: #39325a;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

#color {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #b9bcc0;
}

.show__curImg_bgBox.active .select__color_card {
  display: block;
}

.show__curImg_bgBox.active .curImg__bgBox_mark {
  display: none;
}

.select__color_card {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 276px;
  height: 330px;
  background-color: #fff;
  border-radius: 10px;
  display: none;
  cursor: default;
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 1;
}

.select__color_card {
  padding: 15px 20px;
}

.color__card_title {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
}

.color__card_colorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.card__colorList_item {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  cursor: pointer;
}

.crop__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.crop__area.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.curImg__subtitle,
.styles__box,
.baby__box,
.crop__box {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
  cursor: pointer;
  z-index: 10;
}

.baby__box_hot {
  position: absolute;
  top: -4px;
  left: 30px;
  padding: 0 5px;
  width: 28px;
  height: 13px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#f18b47), to(#e20e2b));
  background: transparent linear-gradient(90deg, #f18b47 0%, #e20e2b 100%);
  border-radius: 7px 7px 7px 0px;
  font-size: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding-top: 2px;
}

.curImg__subtitle .curImg__subtitle_text {
  color: #39325a;
  font-weight: 500;
  font-size: 12px;
}

.card__colorList_item:not(.reset__color):hover {
  border: 1px solid #39325a;
  padding: 2px;
}

.card__colorList_item.reset__color {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reset-arrow.svg"), url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reset.svg");
  background-size: auto auto, 100% 100%;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
}

.card__colorList_item.active {
  border: 1px solid #39325a;
  padding: 2px;
}

.card__colorList_item span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.color__card_block {
  width: 100%;
  height: 185px;
  border-radius: 10px;
}

.card__colorList_item.reset__color:hover {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reset-active-arrow.svg"), url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reset-acrive.svg");
  background-size: auto auto, 100% 100%;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
}

.show__curImg_settings {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/setting.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  cursor: pointer;
}

.show__curImg_waterLogo {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  z-index: 8;
}
.show__curImg_waterLogo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.show__curImg_settings:hover {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/setting-active.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}

.show__createSomeThing {
  width: 600px;
  height: 615px;
  border-radius: 10px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.show__createSomeThing.disabled {
  pointer-events: none;
}

.show__createSomeThing.disabled {
  pointer-events: none;
}

.choose__avatar {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  padding-right: 5px;
  padding-top: 8px;
  -webkit-box-shadow: 0px 0px 6px rgb(194, 216, 212);
          box-shadow: 0px 0px 6px rgb(194, 216, 212);
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.choose__avatar_order {
  position: absolute;
  top: -10px;
  left: 28px;
  width: 40px;
  height: 40px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/order-1.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.type__script_order {
  position: absolute;
  top: -10px;
  left: 28px;
  width: 40px;
  height: 40px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/order-2.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.type__script {
  width: 100%;
  height: 173px;
  border-radius: 10px;
  position: relative;
  padding-top: 8px;
  -webkit-box-shadow: 0px 0px 6px rgb(194, 216, 212);
          box-shadow: 0px 0px 6px rgb(194, 216, 212);
  background-color: #fff;
  position: relative;
  padding-right: 5px;
  padding-top: 8px;
  margin-top: 20px;
}

.input_audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  gap: 4px;
}
@media (max-width: 1199px) {
  .input_audio {
    left: 0;
    right: 0;
    gap: 1.0666666667vw;
  }
}

.input_audio_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid rgb(242, 207, 255);
  border-bottom: 0;
  background-color: rgb(252, 243, 255);
  cursor: pointer;
  min-width: 0;
}
@media (max-width: 1199px) {
  .input_audio_select {
    border: 0;
    gap: 0.6666666667vw;
    padding: 2.6666666667vw 1.3333333333vw;
    border-radius: 0px 2vw;
  }
}
.input_audio_select .input_audio_flag {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .input_audio_select .input_audio_flag {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
}
.input_audio_select .input_audio_text {
  font: normal normal 300 14px/21px Poppins;
  color: #39325a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .input_audio_select .input_audio_text {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
.input_audio_select .input_audio_more {
  width: 24px;
  height: 24px;
  margin-left: 29px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/choose-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .input_audio_select .input_audio_more {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    margin-left: 5.4666666667vw;
  }
}

.input_area {
  width: 100%;
  height: 188px;
  margin-top: 39px;
  -webkit-box-shadow: 0px 0px 6px #c2d8d4;
          box-shadow: 0px 0px 6px #c2d8d4;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 6px #c2d8d4);
          filter: drop-shadow(0px 0px 6px #c2d8d4);
  padding: 0 24px 0 24px;
}
@media (max-width: 1199px) {
  .input_area {
    margin-top: 10.6666666667vw;
    padding: 0;
  }
}
.input_area .input_area_order {
  position: absolute;
  top: -26px;
  left: 28px;
  width: 40px;
  height: 40px;
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/order-2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .input_area .input_area_order {
    width: 8vw;
    height: 8vw;
    left: 0;
    top: -6.1333333333vw;
    z-index: 8;
  }
}
.input_area .type__script_title {
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 1199px) {
  .input_area .type__script_title {
    top: -6.4vw;
    left: 12vw;
  }
}
.input_area .input_area_changes {
  position: relative;
  width: 100%;
  height: 100%;
}
.input_area .input_area_changes .cloneMyOwnVoice03 {
  top: 16px;
  right: -16px;
}
@media (max-width: 1199px) {
  .input_area .input_area_changes .cloneMyOwnVoice03 {
    top: 3.2vw;
    right: 2.6666666667vw;
  }
}
.input_area .input_area_changes .input_area_tabs {
  position: absolute;
  top: -26px;
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .input_area .input_area_changes .input_area_tabs {
    width: 100%;
    top: -5.8666666667vw;
    padding-left: 12vw;
  }
}
.input_area .input_area_changes .input_area_tabs .input_area_tabs_out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 6px 12px 6px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 1200px) {
  .input_area .input_area_changes .input_area_tabs .input_area_tabs_out {
    gap: 4px;
  }
}
.input_area .input_area_changes .input_area_tabs .input_area_tabs_out.noclick {
  opacity: 1;
}
@media (max-width: 1199px) {
  .input_area .input_area_changes .input_area_tabs .input_area_tabs_out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.6vw 1.6vw 2.9333333333vw 1.6vw;
  }
}
.input_area .input_area_changes .input_area_tabs .input_area_tabs_out:has(.input_area_tabitem:nth-child(1).active) .input_area_tabitem:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(57, 50, 90, 0.2);
}
.input_area .input_area_changes .input_area_tabs .input_area_tabs_out:has(.input_area_tabitem:nth-child(3).active) .input_area_tabitem:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(57, 50, 90, 0.2);
}
.input_area .input_area_changes .input_area_tabs .input_area_tabitem {
  padding: 6px 30px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  font: normal normal 400 16px/25px Poppins;
}
@media (min-width: 1200px) {
  .input_area .input_area_changes .input_area_tabs .input_area_tabitem:hover {
    background-color: #e2dbff;
    border-radius: 5px;
    font: normal normal 400 16px/25px Poppins;
  }
}
.input_area .input_area_changes .input_area_tabs .input_area_tabitem.active {
  background-color: #e2dbff;
  border-radius: 5px;
  font: normal normal 500 16px/25px Poppins;
}
@media (max-width: 1199px) {
  .input_area .input_area_changes .input_area_tabs .input_area_tabitem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.6vw 0;
    text-align: center;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
  .input_area .input_area_changes .input_area_tabs .input_area_tabitem.active {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}
.input_area .input_area_contents {
  position: absolute;
  width: 100%;
  height: calc(100% - 32px);
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents {
    height: calc(100% - 6.1333333333vw);
  }
}
.input_area .input_area_contents .input_area_contentitem {
  position: absolute;
  width: 100%;
  height: 100%;
}
.input_area .input_area_contents .input_area_contentitem .input_audio_nums {
  font: normal normal 300 12px/18px Poppins;
  color: #39325a;
}
.input_area .input_area_contents .input_area_contentitem .input_audio_nums.err {
  color: #fe6969;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .input_audio_nums {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    margin-right: 3.0666666667vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.audio {
  border: 1px dashed #8f43ff;
  border-radius: 10px;
}
.input_area .input_area_contents .input_area_contentitem.audio .upload_audio_normal,
.input_area .input_area_contents .input_area_contentitem.audio .upload_audio_uploading,
.input_area .input_area_contents .input_area_contentitem.audio .upload_audio_uploaded {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.audio .upload_audio_normal,
.input_area .input_area_contents .input_area_contentitem.audio .upload_audio_uploading,
.input_area .input_area_contents .input_area_contentitem.audio .upload_audio_uploaded {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_normal {
  cursor: pointer;
  background: rgba(143, 67, 255, 0.0509803922);
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_normal:hover {
  background: rgba(143, 67, 255, 0.1);
  border: 1px dashed rgb(143, 67, 255);
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_normal .upload_audio_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_normal .upload_audio_normal > img {
  width: 44px;
  height: 44px;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.audio.audio_normal .upload_audio_normal {
    gap: 3.0666666667vw;
  }
  .input_area .input_area_contents .input_area_contentitem.audio.audio_normal .upload_audio_normal > img {
    width: 8vw;
    height: 8vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_uploading {
  border-style: solid;
  background: rgba(143, 67, 255, 0.0509803922);
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_uploading .upload_audio_uploading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  padding: 0 28px 0 60px;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.audio.audio_uploading .upload_audio_uploading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    padding: 0;
  }
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_uploading .upload_audio_uploading > img {
  width: 24px;
  height: 24px;
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.audio.audio_uploading .upload_audio_uploading > img {
    width: 8vw;
    height: 8vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_uploading .upload_audio_uploading > p {
  font: normal normal 500 16px/25px Poppins;
  letter-spacing: 0px;
  color: #39325a;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.audio.audio_uploading .upload_audio_uploading > p {
    padding: 4vw 0 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_uploading .upload_audio_uploading > span {
  text-decoration: underline;
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0px;
  color: rgba(57, 50, 90, 0.5);
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.audio.audio_uploading .upload_audio_uploading > span {
    margin-left: unset;
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_uploading .upload_audio_uploading > span:hover {
  color: #39325a;
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_uploaded {
  border-style: solid;
}
.input_area .input_area_contents .input_area_contentitem.audio.audio_uploaded .upload_audio_uploaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1200px) {
  .input_area .input_area_contents .input_area_contentitem.audio.audio_uploaded .upload_audio_uploaded {
    gap: 10px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.audio.audio_uploaded .upload_audio_uploaded {
    position: relative;
    padding-bottom: 2.1333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.input_area .input_area_contents .input_area_contentitem.audio .upload_text_title {
  font: normal normal 500 16px/25px Poppins;
  letter-spacing: 0px;
  color: #39325a;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.audio .upload_text_title {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    text-align: center;
  }
}
.input_area .input_area_contents .input_area_contentitem.audio .upload_text_desc {
  font: normal normal normal 12px/18px Poppins;
  letter-spacing: 0px;
  color: rgba(57, 50, 90, 0.5);
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.audio .upload_text_desc {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    text-align: center;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_tips {
  padding: 4px 8px;
  background: rgba(57, 50, 90, 0.1);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  visibility: hidden;
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_tips.is-show {
  visibility: visible;
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_tips .tips-content {
  font: normal normal 300 11px/17px Poppins;
  letter-spacing: 0px;
  color: #39325A;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_tips .tips-content {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_tips b {
  font-weight: 700;
  color: #8F43FF;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_tips {
    max-width: calc(100% - 2.4vw);
    padding: 1.3333333333vw 2.1333333333vw;
    border-radius: 1.6vw;
    gap: 1.6vw;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6.6666666667vw;
    gap: 5.7333333333vw;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_control {
    width: 100%;
    gap: 2.8vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font: normal normal 500 2.6666666667vw/4vw Poppins;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_control .upload_audio_time {
  text-align: right;
  font: normal normal 500 16px/25px Poppins;
  color: #39325A;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1200px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_control .upload_audio_time {
    min-width: 110px;
    padding-right: 8px;
  }
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_control .upload_audio_time {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    text-align: left;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_btns {
  cursor: pointer;
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_btns .uploaded_play,
.input_area .input_area_contents .input_area_contentitem .upload_audio_btns .uploaded_pause {
  display: none;
}
@media (min-width: 1200px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_btns .uploaded_play,
.input_area .input_area_contents .input_area_contentitem .upload_audio_btns .uploaded_pause {
    margin-right: 26px;
  }
  .input_area .input_area_contents .input_area_contentitem .upload_audio_btns .uploaded_play:hover,
.input_area .input_area_contents .input_area_contentitem .upload_audio_btns .uploaded_pause:hover {
    background-color: #8f43ff;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_btns .uploaded_play {
  width: 24px;
  height: 24px;
  background-color: #373158;
  -webkit-mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/audio_play_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/audio_play_icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_btns .uploaded_play {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_btns .uploaded_pause {
  width: 24px;
  height: 24px;
  background-color: #373158;
  -webkit-mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/audio_pause_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/audio_pause_icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_btns .uploaded_pause {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_btns.play .uploaded_play {
  display: block;
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_btns.pause .uploaded_pause {
  display: block;
}
@media (min-width: 1200px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_btns:hover svg path {
    fill: #8F43FF;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_close {
  width: 24px;
  height: 24px;
  background-color: #373158;
  -webkit-mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/audio_del_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/audio_del_icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  margin-left: 40px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_close {
    position: absolute;
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media (min-width: 1200px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_close:hover {
    background-color: #8f43ff;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_process {
  width: 240px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(57, 50, 90, 0.1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_process {
    width: 42.1333333333vw;
    height: 1.8666666667vw;
    border-radius: 0.9333333333vw;
  }
}
.input_area .input_area_contents .input_area_contentitem .upload_audio_bar {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #8F43FF;
  transform: translateX(-100%);
  will-change: transform;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .upload_audio_bar {
    border-radius: 0.9333333333vw;
  }
}
.input_area .input_area_contents .input_area_contentitem .record_audio_normal,
.input_area .input_area_contents .input_area_contentitem .recording_audio,
.input_area .input_area_contents .input_area_contentitem .recorded_audio,
.input_area .input_area_contents .input_area_contentitem .record_audio_uploaded {
  width: 100%;
  height: 100%;
  display: none;
}
.input_area .input_area_contents .input_area_contentitem .record_audio_microphone {
  width: 44px;
  height: 44px;
  position: relative;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .record_audio_microphone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .input_area .input_area_contents .input_area_contentitem .record_audio_microphone img {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.input_area .input_area_contents .input_area_contentitem .record_audio_microphone .record_status {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/record-status01.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem .record_audio_microphone .record_status {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.record_normal .record_audio_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: rgba(143, 67, 255, 0.0509803922);
  border: 1px dashed #8f43ff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input_area .input_area_contents .input_area_contentitem.record_normal .record_audio_normal:hover {
  background: rgba(143, 67, 255, 0.1019607843);
  border: 1px dashed #8f43ff;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.record_normal .record_audio_normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.record_normal .record_audio_title {
  font: normal normal 500 16px/25px Poppins;
  color: #39325a;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.record_normal .record_audio_title {
    padding-bottom: 0.5333333333vw;
    text-align: center;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.record_normal .record_audio_title {
    padding-bottom: 0.5333333333vw;
    text-align: center;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.record_normal .record_audio_desc {
  font: normal normal normal 12px/18px Poppins;
  letter-spacing: 0px;
  color: rgba(57, 50, 90, 0.5);
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.record_normal .record_audio_desc {
    text-align: center;
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.recording .recording_audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0 40px 0 50px;
  background: rgba(225, 31, 57, 0.0509803922);
  border: 1px solid #e11f39;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.recording .recording_audio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
.input_area .input_area_contents .input_area_contentitem.recording .record_time {
  font: normal normal 500 16px/25px Poppins;
  color: #39325a;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.recording .record_time {
    padding: 4.2666666667vw 0 3.3333333333vw;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.recording .record_time span {
  color: #8F43FF;
}
.input_area .input_area_contents .input_area_contentitem.recording .record_stop {
  background: #e22942;
  border-radius: 8px;
  font: normal normal 500 14px/21px Poppins;
  color: #ffffff;
  margin-left: auto;
  padding: 6px 18px;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.recording .record_stop {
    height: 6.9333333333vw;
    margin-left: unset;
    font-size: 2.9333333333vw;
    line-height: 4.1333333333vw;
    padding: 1.3333333333vw 4.1333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.recording .record_stop:hover {
  background: #ff6176;
}
.input_area .input_area_contents .input_area_contentitem.recording .record_status {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/record-status02.svg") no-repeat;
  background-size: cover;
}
.input_area .input_area_contents .input_area_contentitem.recorded .recorded_audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  padding: 0 28px 0 60px;
  border: 1px solid #8F43FF;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.recorded .recorded_audio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    padding: 0;
  }
}
.input_area .input_area_contents .input_area_contentitem.recorded .recorded_audio > img {
  width: 24px;
  height: 24px;
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.recorded .recorded_audio > img {
    width: 8vw;
    height: 8vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.recorded .recorded_audio .record_upload_progress {
  font: normal normal 500 16px/25px Poppins;
  letter-spacing: 0px;
  color: #39325A;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.recorded .recorded_audio .record_upload_progress {
    padding: 4vw 0 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.recorded .recorded_audio .record_cancel {
  text-decoration: underline;
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0px;
  color: rgba(57, 50, 90, 0.5);
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.recorded .recorded_audio .record_cancel {
    margin-left: unset;
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
.input_area .input_area_contents .input_area_contentitem.recorded .recorded_audio .record_cancel:hover {
  color: #39325A;
}
.input_area .input_area_contents .input_area_contentitem.record_uploaded .record_audio_uploaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: 1px solid #8F43FF;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .input_area .input_area_contents .input_area_contentitem.record_uploaded .record_audio_uploaded {
    gap: 10px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.record_uploaded .record_audio_uploaded {
    position: relative;
    padding-bottom: 2.1333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.input_area .input_area_contents .input_area_contentitem > textarea {
  outline: none;
  border: none;
  width: 100%;
  height: calc(100% - 42px);
  resize: none;
  font-weight: 300;
  font-size: 14px;
  background-color: #fff;
  font-family: Poppins;
  color: #39325a;
  line-height: 20px;
}
.input_area .input_area_contents .input_area_contentitem > textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem > textarea {
    height: calc(100% - 16vw);
    padding: 0 2.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
  .input_area .input_area_contents .input_area_contentitem > textarea::-webkit-input-placeholder {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
  .input_area .input_area_contents .input_area_contentitem > textarea::-moz-placeholder {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
  .input_area .input_area_contents .input_area_contentitem > textarea:-ms-input-placeholder {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
  .input_area .input_area_contents .input_area_contentitem > textarea::-ms-input-placeholder {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
  .input_area .input_area_contents .input_area_contentitem > textarea::placeholder {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
  .input_area .input_area_contents .input_area_contentitem > textarea::-webkit-scrollbar {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.input_area .input_area_contents .input_area_contentitem:not(.active) {
  display: none;
}
.input_area .input_area_contents .input_area_contentitem.audio, .input_area .input_area_contents .input_area_contentitem.record {
  height: 124px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .input_area .input_area_contents .input_area_contentitem.audio, .input_area .input_area_contents .input_area_contentitem.record {
    width: calc(100% - 6.6666666667vw);
    height: calc(100% - 1.8666666667vw - 3.3333333333vw);
    margin-top: 1.8666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ATA__tab_content:not(.raTab) .old_btn_ico {
  display: none;
}
.ATA__tab_content:not(.raTab) .new_btn_ico {
  display: block;
}

.raTab .input_area {
  display: none;
}
.raTab .btn-more,
.raTab .generateVideo__btns_dropdown,
.raTab .new_btn_ico {
  display: none !important;
}
.raTab .old_btn_ico {
  display: block;
}

.empty__tips {
  position: absolute;
  top: 38px;
  left: 83px;
  height: 35px;
  background: #ff8888;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  font-size: 12px;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: none;
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 10;
}

.empty__tips.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.empty__tips img {
  margin-right: 8px;
}

.pay__btns {
  display: none;
}

.show__createSomeThing.free .pay__btns, .show__createSomeThing.vip_expired .pay__btns {
  width: 100%;
  height: 55px;
  margin-top: 15px;
  border: 1px solid #f2cfff;
  border-radius: 10px;
  background-color: #fcf3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.show__createSomeThing.free .pay__btns .removeWatermark, .show__createSomeThing.vip_expired .pay__btns .removeWatermark {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background-color: #fcf3ff;
  border-radius: 10px 0 0 10px;
  color: #39325a;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.show__createSomeThing.free .pay__btns .removeWatermark > img, .show__createSomeThing.vip_expired .pay__btns .removeWatermark > img {
  margin-right: 10px;
  height: 20px;
}
@media (min-width: 1200px) {
  .show__createSomeThing.free .pay__btns .removeWatermark:hover, .show__createSomeThing.vip_expired .pay__btns .removeWatermark:hover {
    -webkit-box-shadow: 0px 0px 0px 2px #da74ff;
            box-shadow: 0px 0px 0px 2px #da74ff;
  }
  .show__createSomeThing.free .pay__btns .removeWatermark:hover::after, .show__createSomeThing.vip_expired .pay__btns .removeWatermark:hover::after {
    content: none;
  }
}
.show__createSomeThing.free .pay__btns .removeWatermark::after, .show__createSomeThing.vip_expired .pay__btns .removeWatermark::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 36px;
  background-color: #f2cfff;
}
.show__createSomeThing.free .pay__btns .unlockVoiceLimits, .show__createSomeThing.vip_expired .pay__btns .unlockVoiceLimits {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background-color: #fcf3ff;
  border-radius: 0 10px 10px 0;
  color: #39325a;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.show__createSomeThing.free .pay__btns .unlockVoiceLimits > img, .show__createSomeThing.vip_expired .pay__btns .unlockVoiceLimits > img {
  margin-right: 10px;
  height: 20px;
}
@media (min-width: 1200px) {
  .show__createSomeThing.free .pay__btns .unlockVoiceLimits:hover, .show__createSomeThing.vip_expired .pay__btns .unlockVoiceLimits:hover {
    -webkit-box-shadow: 0px 0px 0px 2px #da74ff;
            box-shadow: 0px 0px 0px 2px #da74ff;
    z-index: 10;
  }
  .show__createSomeThing.free .pay__btns .unlockVoiceLimits:hover::after, .show__createSomeThing.vip_expired .pay__btns .unlockVoiceLimits:hover::after {
    content: none;
  }
}

.show__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.type__script_charNum {
  font-size: 12px;
  position: absolute;
  top: calc(100% - 62px);
  right: 18px;
  color: #39325a;
  font-weight: 300;
}

.cloneMyOwnVoice {
  position: absolute;
  top: 10px;
  right: 18px;
  color: #8f43ff;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cloneMyOwnVoice svg {
  color: #8f43ff;
}
@media (min-width: 1200px) {
  .cloneMyOwnVoice:hover {
    color: #3e1bdd;
  }
  .cloneMyOwnVoice:hover svg {
    color: #3e1bdd;
  }
}

.type__script_charNum.err {
  color: #fe6969;
}

button,
textarea {
  outline: none;
  border: none;
  resize: none;
}

button {
  cursor: pointer;
}

#preview {
  width: 187px;
  height: 55px;
  border-radius: 10px;
  border: 2px solid #da74ff;
  background-color: #fff;
  font-size: 18px;
  color: #51487e;
  font-family: Poppins;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#generateVideo {
  font-size: 18px;
  position: relative;
}

#preview:hover {
  background-color: #faeeff;
}

#preview img {
  margin-right: 10px;
}

#generateVideo {
  width: 397px;
  height: 55px;
}

#generateVideo i {
  display: none;
  border-radius: 2px;
}

#generateVideo span {
  color: #fff;
}

button.button__primary {
  background-color: #6d4dff;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  font-family: Poppins;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

button.button__primary:hover {
  background-color: #4f2fe3;
}

button.button__cancel {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  font-family: Poppins;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

button.button__cancel:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

#generateVideo img {
  margin-right: 10px;
}

.choose__avatar_title,
.type__script_title,
.choose__bg_title {
  font-size: 16px;
  color: #39325a;
  line-height: 23px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  padding-left: 76px;
  margin-bottom: 15px;
}

.type__script_title {
  margin-bottom: 5px;
}

.choose__avatar_area {
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 30px;
  gap: 10px;
}
@media screen and (-moz-touch-enabled: 1), (-moz-windows-compositor) {
  .choose__avatar_area {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
  }
}

.choose__avatar_area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.choose__avatar_area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}

.choose__avatar_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(223, 220, 235, 0.6);
}

.choose__avatar_area::-webkit-scrollbar-thumb:hover {
  background: rgb(223, 220, 235);
}

.choose__avatar_area .avatar__img,
.choose__avatar_area-raTab .avatar__img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #51487e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.choose__avatar_area .avatar__img {
  overflow: hidden;
}

.choose__avatar_area-raTab .avatar__img {
  background-color: #f2f2f2 !important;
}

.choose__avatar_area .avatar__img .avatar__img_img,
.choose__avatar_area-raTab .avatar__img .avatar__img_img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose__avatar_area-raTab .avatar__img .avatar__img_img {
  -o-object-fit: contain;
     object-fit: contain;
}

.has__avatar {
  background-color: transparent !important;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.example_item_container,
.unblock_item,
.liveuse-start-box {
  content-visibility: auto;
}

.nsfw-a {
  text-decoration: underline;
  color: #6d4dff;
}

.www {
  display: none;
}

.zIndex15 {
  z-index: 15 !important;
}

.styles__box_main_close {
  position: absolute;
  top: 13px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (min-width: 1199px) {
  .styles__box_main_close:hover svg path {
    stroke: #8f43ff;
  }
}
@media (max-width: 1200px) {
  .styles__box_main_close {
    top: 2.8vw;
    right: 2.5333333333vw;
  }
  .styles__box_main_close svg {
    display: block;
  }
  .styles__box_main_close svg path {
    stroke: #333;
  }
}

#image-2 {
  border-radius: var(--br);
  position: relative;
}

.img-area {
  position: relative;
  margin-bottom: 4px;
}
.img-area img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  display: block;
}
.img-area.active::after, .img-area:hover::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 2px solid #8b3dff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.maringInital {
  margin: initial !important;
}

.ExpressiveAvatar {
  display: none;
}

.ATA__tab_content:not(.eaTab) .eatab-h1,
.ATA__tab_content:not(.eaTab) .eatab-desc,
.ATA__tab_content:not(.eaTab) .ea_content {
  display: none;
}

.eaTab .tab__content_title h1,
.eaTab .tab__content_title h2:not(.eatab-h1) {
  display: none;
}
.eaTab .tab__content_desc:not(.eatab-desc),
.eaTab .show__curImg,
.eaTab .show__createSomeThing {
  display: none;
}

.video-card {
  position: relative;
  width: 284px;
  height: auto;
  border-radius: 20px;
  border: 4px solid #fff;
  margin-left: 110px;
  background-color: #f7f7f7;
}

.videos-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .video-player {
    border-radius: 2.6666666667vw;
  }
}

.video-player.active {
  opacity: 1;
  z-index: 2;
}

.overlay-top,
.overlay-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .overlay-top,
.overlay-bottom {
    padding: 2.6666666667vw;
  }
}

.overlay-top {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0;
}

.overlay-bottom {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 150px;
}
@media (max-width: 1199px) {
  .overlay-bottom {
    height: 20vw;
  }
}

.tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 172px;
  height: 142px;
  background-color: red;
  position: absolute;
  top: -15px;
  left: -110px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/mask-start.svg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .tags-container {
    gap: 1.3333333333vw;
    width: 22.9333333333vw;
    height: 18.9333333333vw;
    top: -2vw;
    left: -14.6666666667vw;
  }
}

.volume-control {
  color: white;
  font-size: 20px;
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .volume-control {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
  }
}
.volume-control::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3019607843);
  pointer-events: none;
}

.fa-volume-xmark {
  display: block;
  width: 13px;
  height: 13px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/pause2.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fa-volume-high {
  display: block;
  width: 13px;
  height: 13px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/play2.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.preview-hint {
  position: absolute;
  left: -101px;
  bottom: -40px;
}
@media (max-width: 1199px) {
  .preview-hint {
    left: -13.4666666667vw;
    bottom: -5.3333333333vw;
  }
}

.preview-img {
  width: 111px;
  height: 171px;
  -webkit-transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
          transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(30, 30, 46, 0.2);
          box-shadow: 0px 3px 6px rgba(30, 30, 46, 0.2);
  border: 3px solid #ffffff;
  border-radius: 10px;
  background-size: cover;
  background-color: #f7f7f7;
}
@media (max-width: 1199px) {
  .preview-img {
    width: 14.8vw;
    height: 22.8vw;
    border-radius: 1.3333333333vw;
  }
}

.fa-flip-vertical {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 18px;
  left: 94px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/tip-arrow.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1199px) {
  .fa-flip-vertical {
    width: 8vw;
    height: 8vw;
    top: 2.4vw;
    left: 12.5333333333vw;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  .pagination {
    gap: 1.3333333333vw;
  }
}

.dot {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: rgba(30, 30, 46, 0.4);
  -webkit-box-shadow: 0px 0px 6px #ffffff;
          box-shadow: 0px 0px 6px #ffffff;
}
.dot:not(.active):hover {
  background: #1e1e2e;
  -webkit-box-shadow: 0px 0px 6px #ffffff, 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 6px #ffffff, 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
@media (max-width: 1199px) {
  .dot {
    width: 2vw;
    height: 2vw;
  }
}

.dot.active {
  background-color: white;
  border-radius: 4px;
  width: 16px;
  height: 10px;
  -webkit-box-shadow: 0px 0px 6px rgb(255, 255, 255);
          box-shadow: 0px 0px 6px rgb(255, 255, 255);
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .dot.active {
    width: 2.8vw;
    height: 2vw;
    border-radius: 1.3333333333vw;
  }
}

@media (min-width: 1200px) {
  .ExpressiveAvatar {
    display: block;
    position: relative;
  }
  .ExpressiveAvatar span {
    position: absolute;
    top: -15px;
    left: 80%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: transparent -webkit-gradient(linear, left top, right top, from(#ffa011), to(#ff3d00));
    background: transparent linear-gradient(90deg, #ffa011 0%, #ff3d00 100%);
    border-radius: 12px 12px 12px 0px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    padding: 0 12px;
    height: 24px;
  }
  .ATA__tab_bar {
    width: 800px;
  }
  .ea_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 93px;
  }
  .ea_content_text {
    width: 768px;
    background: #ffffff;
    border-radius: 20px;
    padding: 29px 39px;
    height: 484px;
  }
  .ea_content_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }
  .ea_content_header .ea_content_title {
    font: normal normal 600 22px/33px Poppins;
    color: #1e1e2e;
  }
  .ea_content_header .ea_content_tips {
    padding: 8px 12px;
    background: rgba(139, 61, 255, 0.0509803922);
    border: 1px solid #8b3dff;
    border-radius: 8px;
    font: normal normal normal 13px/20px Poppins;
  }
  .ea_content_header .ea_content_tips span {
    background: #ee4141;
    border-radius: 6px;
    font: italic normal 600 12px/18px Poppins;
    color: #ffffff;
    margin-right: 10px;
    padding: 2px 4px;
  }
  .ea_content_desc {
    font: normal normal 500 16px/25px Poppins;
    color: #1e1e2e;
    margin-bottom: 32px;
  }
  .ea_content_list {
    margin-bottom: 32px;
  }
  .ea_content_list .ea_content_item {
    font: normal normal 500 16px/20px Poppins;
    color: #6d4dff;
    position: relative;
    padding-left: 16px;
  }
  .ea_content_list .ea_content_item + .ea_content_item {
    margin-top: 30px;
  }
  .ea_content_list .ea_content_item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #8b3dff;
    border-radius: 100%;
  }
  .ea_content_btn {
    width: 378px;
    height: 55px;
    background: #6d4dff;
    border-radius: 10px;
    font: normal normal 500 18px/27px Poppins;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .ea_content_btn:hover {
    background-color: #4b35db;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nsfw-a:hover {
    color: #4f2fe3;
  }
  .show__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--br);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }
  .show__video #default_video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .show__video:hover .pause {
    display: block !important;
  }
  .show__video .video_player {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 100;
  }
  .show__video .video_player.play {
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/icon_big_video.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .show__video .video_player.play + video {
    opacity: 0;
  }
  .show__video .video_player.play:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/icon_big_video_hover.svg");
  }
  .show__video .video_player.pause {
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/icon_big_pause.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: none;
  }
  .show__video .video_player.pause:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/icon_big_pause_hover.svg");
  }
  .styles__box {
    z-index: 12;
  }
  .styles__box .styles__box_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .styles__box .styles__box_cover > img {
    width: 44%;
    height: 44%;
  }
  .styles__box .styles__box_cover > p {
    color: #39325a;
    font-weight: 500;
    font-size: 8px;
  }
  .styles__box .styles__box_main {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 8px rgba(30, 30, 46, 0.4);
            box-shadow: 0px 3px 8px rgba(30, 30, 46, 0.4);
    border-radius: 6px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 17px 14px;
    cursor: default;
  }
  .styles__box .styles__box_main .styles__box_main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .styles__box .styles__box_main .styles__box_main-header img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .styles__box .styles__box_main .styles__box_main-header p {
    color: #1e1e2e;
    font-size: 13px;
    font-weight: 500;
    font-family: Roboto;
    line-height: 1.2;
  }
  .styles__box .styles__box_main .styles__box_main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item {
    cursor: pointer;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item + .styles__box_item {
    margin-left: 12px;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item-img {
    width: 105px;
    height: 94px;
    background: #f9f9fb;
    border: 1px solid rgba(86, 74, 254, 0.1019607843);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item-img:hover {
    border: 2px solid #8b3dff;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item-img.active {
    border: 2px solid #8b3dff;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .styles__box .styles__box_main .styles__box_main-content p {
    text-align: center;
    color: #1e1e2e;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    font-family: Roboto;
    margin-top: 3px;
  }
  .styles__box.active {
    background-color: #fff;
  }
  .styles__box.active .styles__box_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .baby__box,
.crop__box {
    z-index: 9;
  }
  .baby__box:hover,
.crop__box:hover {
    background-color: #fff;
  }
  .baby__box.active .styles__box_cover,
.baby__box.active .baby__box_hot,
.crop__box.active .styles__box_cover,
.crop__box.active .baby__box_hot {
    opacity: 0;
  }
  .baby__box.active .styles__box_main,
.crop__box.active .styles__box_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .baby__box .styles__box_cover,
.crop__box .styles__box_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .baby__box .styles__box_cover > img,
.crop__box .styles__box_cover > img {
    width: 44%;
    height: 44%;
  }
  .baby__box .styles__box_cover > p,
.crop__box .styles__box_cover > p {
    color: #39325a;
    font-weight: 500;
    font-size: 12px;
  }
  .baby__box .styles__box_main,
.crop__box .styles__box_main {
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    min-height: 337px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 8px rgba(30, 30, 46, 0.4);
            box-shadow: 0px 3px 8px rgba(30, 30, 46, 0.4);
    border-radius: 6px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px;
    cursor: default;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .baby__box .styles__box_main .styles__box_main-title,
.crop__box .styles__box_main .styles__box_main-title {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #1e1e2e;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .baby__box .styles__box_main .styles__box_footer,
.crop__box .styles__box_main .styles__box_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .baby__box .styles__box_main .styles__box_footer .styles__box_reset,
.crop__box .styles__box_main .styles__box_footer .styles__box_reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #39325a;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    border: none;
  }
  .baby__box .styles__box_main .styles__box_footer .styles__box_reset svg,
.crop__box .styles__box_main .styles__box_footer .styles__box_reset svg {
    width: 22px;
    height: 22px;
    display: block;
    margin-top: -2px;
  }
  .baby__box .styles__box_main .styles__box_footer .styles__box_reset:hover,
.crop__box .styles__box_main .styles__box_footer .styles__box_reset:hover {
    color: #6d4dff;
  }
  .baby__box .styles__box_main .styles__box_footer .styles__box_reset:hover svg path,
.crop__box .styles__box_main .styles__box_footer .styles__box_reset:hover svg path {
    stroke: #6d4dff;
  }
  .baby__box .styles__box_main .styles__box_main-btn,
.crop__box .styles__box_main .styles__box_main-btn {
    min-width: 148px;
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
  }
  .baby__box .styles__box_main .styles__box_main-img,
.crop__box .styles__box_main .styles__box_main-img {
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .baby__box .styles__box_main .styles__box_main-img ul,
.crop__box .styles__box_main .styles__box_main-img ul {
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 9px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 9px 16px;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(1), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(2), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(3), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(4), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(5), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(6), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(7), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(8), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .baby__box .styles__box_main .styles__box_main-img ul li,
.crop__box .styles__box_main .styles__box_main-img ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  .baby__box .styles__box_main .styles__box_main-img ul li .img-area,
.crop__box .styles__box_main .styles__box_main-img ul li .img-area {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
  }
  .baby__box .styles__box_main .styles__box_main-img ul li .img-text,
.crop__box .styles__box_main .styles__box_main-img ul li .img-text {
    color: #39325a;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    height: 25px;
  }
  .crop__box {
    z-index: 8;
  }
  .crop__box:hover {
    background-color: #fff;
  }
  .crop__box:hover .styles__box_cover {
    opacity: 1;
  }
  .crop__box:hover .styles__box_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .has__avatar:not(.active):hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    background-color: rgba(57, 50, 90, 0.25);
  }
}
.has__avatar.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  background-color: rgba(57, 50, 90, 0.25);
  -webkit-box-shadow: inset 0 0 0 3px #69fea5;
          box-shadow: inset 0 0 0 3px #69fea5;
  z-index: 1;
}

.avatar__img span {
  color: #fff;
  font-weight: 300;
}

.avatar__img_icon {
  margin-bottom: 3px;
}

.avatar__img_AI {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.choose__bg {
  display: none;
}

.choose__avatar_area-raTab {
  display: none;
}

.ratab-span,
.select__settings,
.ratab-h1,
.ratab-desc {
  display: none;
}

.tptab-h1 {
  line-height: 1.2;
}

.raTab .show__Cover {
  opacity: 1;
}
.raTab .curImg__subtitle,
.raTab .styles__box,
.raTab .baby__box,
.raTab .crop__box,
.raTab .show__curImg_bgBox,
.raTab .left__preview-subtitles,
.raTab .upload__img,
.raTab .choose__avatar_area,
.raTab .tptab-span,
.raTab .tptab-h1,
.raTab .tptab-desc {
  display: none;
}
.raTab .ratab-span,
.raTab .select__settings,
.raTab .ratab-h1,
.raTab .show__curImg_innerHTML-cover {
  display: initial;
}
.raTab .ratab-desc {
  display: block;
}
.raTab .select__settings {
  width: 45px;
  height: 40px;
  border: 1px solid #f2cfff;
  background-color: #fcf3ff;
  border-radius: 8px 8px 0px 0px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMzA4ODkiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDMwODg5IiB3aWR0aD0iMjciIGhlaWdodD0iMjciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0OTAgNzI4KSIgZmlsbD0iI2UxOGVmZSIgc3Ryb2tlPSIjNzA3MDcwIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGlkPSJpY29uX3NsaWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0OTAgLTcyOCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgIDxwYXRoIGlkPSLliJfooahfNV8iIGRhdGEtbmFtZT0i5YiX6KGoICg1KSIgZD0iTTEuNTY4LDcuNTYxSDI1LjkyNmExLjA5LDEuMDksMCwwLDAsMC0yLjE4SDEuNTY4YTEuMDksMS4wOSwwLDAsMCwwLDIuMThabTI0LjM1OCw0Ljg5MUgxLjU2OGExLjA5LDEuMDksMCwxLDAsMCwyLjE4SDI1LjkyNmExLjA5LDEuMDksMCwwLDAsLjAwNS0yLjE4Wm0wLDcuMDdIMS41NjhhMS4wOSwxLjA5LDAsMCwwLDAsMi4xNzhIMjUuOTI2YTEuMDkyLDEuMDkyLDAsMCwwLDAtMi4xNzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDg5Ljk4MSA3MjcuOTgxKSIgZmlsbD0iI2UxOGVmZSIvPgogICAgPGcgaWQ9IlJlY3RhbmdsZV8zMDkwMiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMzA5MDIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1MDggNzMyKSIgZmlsbD0iI2UxOGVmZSIgc3Ryb2tlPSIjZTI4ZWZlIiBzdHJva2Utd2lkdGg9IjEiPgogICAgICA8cmVjdCB3aWR0aD0iMyIgaGVpZ2h0PSI1IiByeD0iMS41IiBzdHJva2U9Im5vbmUiLz4KICAgICAgPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIyIiBoZWlnaHQ9IjQiIHJ4PSIxIiBmaWxsPSJub25lIi8+CiAgICA8L2c+CiAgICA8ZyBpZD0iUmVjdGFuZ2xlXzMwOTAzIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAzMDkwMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ5NiA3MzkpIiBmaWxsPSIjZTE4ZWZlIiBzdHJva2U9IiNlMjhlZmUiIHN0cm9rZS13aWR0aD0iMSI+CiAgICAgIDxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjUiIHJ4PSIxLjUiIHN0cm9rZT0ibm9uZSIvPgogICAgICA8cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjIiIGhlaWdodD0iNCIgcng9IjEiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxnIGlkPSJSZWN0YW5nbGVfMzA5MDQiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDMwOTA0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTA0IDc0NikiIGZpbGw9IiNlMThlZmUiIHN0cm9rZT0iI2UyOGVmZSIgc3Ryb2tlLXdpZHRoPSIxIj4KICAgICAgPHJlY3Qgd2lkdGg9IjMiIGhlaWdodD0iNSIgcng9IjEuNSIgc3Ryb2tlPSJub25lIi8+CiAgICAgIDxyZWN0IHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iMiIgaGVpZ2h0PSI0IiByeD0iMSIgZmlsbD0ibm9uZSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.raTab .select__settings .select__settings_inner {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .raTab .select__settings:hover {
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.raTab .select__settings.active {
  background-color: #fff;
}
.raTab .select__settings.active .select__settings_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.raTab .select__settings .select__settings_main {
  position: absolute;
  top: 100%;
  right: -1px;
  width: 579px;
  height: 128px;
  border: 1px solid #f2cfff;
  border-radius: 0px 0px 8px 8px;
  background-color: #fff;
  z-index: 99;
  display: none;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.raTab .select__settings .select__settings_main-title {
  letter-spacing: 0px;
  color: #39325a;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-left: 11px;
  margin-bottom: 11px;
  text-align: left;
}
.raTab .select__settings .range-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 29px;
}
.raTab .select__settings .range-slider + .range-slider {
  margin-top: 8px;
}
.raTab .select__settings .range-slider .range-slider__text,
.raTab .select__settings .range-slider .range-slider__value {
  color: #9c98ac;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.raTab .select__settings .range-slider .range-slider__text {
  width: 73px;
  text-align: left;
}
.raTab .select__settings .range-slider .range-slider__range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 383px;
  height: 6px;
  border-radius: 5px;
  background: #efefef;
  outline: none;
  padding: 0;
  margin: 0;
  margin-right: 16px;
  cursor: pointer;
}
.raTab .select__settings .range-slider .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #6d4dff;
  border-radius: 100%;
  cursor: pointer;
}
.raTab .choose__avatar_area-raTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 29px;
}
.raTab .choose__avatar_area-raTab .avatar__img {
  margin: 0;
}
.raTab .choose__avatar_area-raTab .avatar__img + .avatar__img {
  margin-left: 14px;
}
.raTab .ai__generate {
  display: none;
}
.raTab .choose__avatar_order {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/order-2.webp);
}
.raTab .type__script_order {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/order-3.webp);
}
.raTab .choose__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  -webkit-box-shadow: 0px 0px 6px #c2d8d4;
          box-shadow: 0px 0px 6px #c2d8d4;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 19px;
  position: relative;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.raTab .choose__bg .choose__bg_order {
  position: absolute;
  top: -10px;
  left: 28px;
  width: 40px;
  height: 40px;
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/order-1.webp);
  background-repeat: no-repeat;
  background-position: center;
}
.raTab .choose__avatar {
  height: 153px;
}
.raTab .choose__avatar_area {
  display: none;
}
.raTab .has__avatar.active::before {
  -webkit-box-shadow: inset 0 0 0 3px #6d4dff;
          box-shadow: inset 0 0 0 3px #6d4dff;
}
.raTab .choose__bg_radios {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 15px;
}
.raTab .choose__bg_radios .choose__bg_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.raTab .choose__bg_radios .choose__bg_radio:nth-child(1)::before, .raTab .choose__bg_radios .choose__bg_radio:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(112, 112, 112, 0.22);
}
@media (min-width: 1200px) {
  .raTab .choose__bg_radios .choose__bg_radio:nth-child(1)::before, .raTab .choose__bg_radios .choose__bg_radio:nth-child(2)::before {
    right: -32px;
  }
}
.raTab .choose__bg_radios .choose__bg_radio span {
  color: #39325a;
  font-size: 14px;
}
.raTab .choose__bg_radios .choose__bg_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.raTab .choose__bg_radios .choose__bg_radio label input + b {
  width: 14px;
  height: 14px;
  display: block;
  border: 1px solid #a0a0a0;
  background-color: #f5f5f5;
  border-radius: 100%;
  margin-right: 4px;
}
.raTab .choose__bg_radios .choose__bg_radio label input:checked + b {
  border: 1px solid #893afd;
  background-color: #e5d3ff;
  position: relative;
}
.raTab .choose__bg_radios .choose__bg_radio label input:checked + b + span {
  color: #8b3dff;
}
.raTab .choose__bg_radios .choose__bg_radio label input:checked + b::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #893afd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .raTab .choose__bg_radios .choose__bg_radio label:hover b {
    border-color: #8b3dff;
  }
  .raTab .choose__bg_radios .choose__bg_radio label:hover span {
    color: #8b3dff;
  }
}
.raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbl90aXBzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij4KICA8ZyBpZD0i5qSt5ZyGXzMwMjMiIGRhdGEtbmFtZT0i5qSt5ZyGIDMwMjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQxNDE0MSIgc3Ryb2tlLXdpZHRoPSIxIj4KICAgIDxjaXJjbGUgY3g9IjcuNSIgY3k9IjcuNSIgcj0iNy41IiBzdHJva2U9Im5vbmUiLz4KICAgIDxjaXJjbGUgY3g9IjcuNSIgY3k9IjcuNSIgcj0iNyIgZmlsbD0ibm9uZSIvPgogIDwvZz4KICA8cGF0aCBpZD0i6Lev5b6EXzE2MDk4MiIgZGF0YS1uYW1lPSLot6/lvoQgMTYwOTgyIiBkPSJNLjQ0NC02LjA2SDEuNDc2YTEuNDMzLDEuNDMzLDAsMCwxLDEuNi0xLjVBMS40NzIsMS40NzIsMCwwLDEsNC42NjgtNmMwLDEuNDUyLTEuMTY0LDEuNzE2LTIuNTMyLDEuNzE2SDEuNzg4bC4wNDgsMS45aC45NDhsLjAzNi0xLjE0YzEuNjgsMCwyLjg5Mi0uNzIsMi44OTItMi40NzJBMi40MTMsMi40MTMsMCwwLDAsMy4wNi04LjQ3MiwyLjM3MSwyLjM3MSwwLDAsMCwuNDQ0LTYuMDZaTTMuMDI0LS42NzJhLjcyOC43MjgsMCwwLDAtLjcyLS43NDQuNzMzLjczMywwLDAsMC0uNzQ0Ljc0NEEuNzMzLjczMywwLDAsMCwyLjMuMDcyLjcyOC43MjgsMCwwLDAsMy4wMjQtLjY3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUgMTIpIiBmaWxsPSIjMzkzMjVhIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 3px;
  cursor: pointer;
  position: relative;
}
.raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips .radio__tips_pop {
  display: none;
  position: absolute;
  top: -80px;
  left: -60px;
  width: 310px;
  height: 70px;
  z-index: 10;
  padding: 8px 15px 0 15px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(96, 96, 96, 0.4470588235));
          filter: drop-shadow(0px 0px 6px rgba(96, 96, 96, 0.4470588235));
  color: #39325a;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips .radio__tips_pop:before, .raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips .radio__tips_pop:after {
  bottom: -6px;
  border: 6px solid transparent;
  border-bottom: 0;
  border-top-color: #fff;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 60px;
  overflow: hidden;
  position: absolute;
  z-index: 101;
}
.raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips .radio__tips_pop:before {
  bottom: -7px;
  border-top-color: #ddd;
  z-index: 99;
}
@media (min-width: 1200px) {
  .raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips .radio__tips_pop.radio__tips_pop-last {
    left: unset;
    right: 235px;
  }
  .raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips .radio__tips_pop.radio__tips_pop-last:before, .raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips .radio__tips_pop.radio__tips_pop-last:after {
    left: unset;
    right: 60px;
  }
}
.raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbl90aXBzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij4KICA8ZyBpZD0i5qSt5ZyGXzMwMjMiIGRhdGEtbmFtZT0i5qSt5ZyGIDMwMjMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzhiM2RmZiIgc3Ryb2tlLXdpZHRoPSIxIj4KICAgIDxjaXJjbGUgY3g9IjcuNSIgY3k9IjcuNSIgcj0iNy41IiBzdHJva2U9Im5vbmUiLz4KICAgIDxjaXJjbGUgY3g9IjcuNSIgY3k9IjcuNSIgcj0iNyIgZmlsbD0ibm9uZSIvPgogIDwvZz4KICA8cGF0aCBpZD0i6Lev5b6EXzE2MDk4MiIgZGF0YS1uYW1lPSLot6/lvoQgMTYwOTgyIiBkPSJNLjQ0NC02LjA2SDEuNDc2YTEuNDMzLDEuNDMzLDAsMCwxLDEuNi0xLjVBMS40NzIsMS40NzIsMCwwLDEsNC42NjgtNmMwLDEuNDUyLTEuMTY0LDEuNzE2LTIuNTMyLDEuNzE2SDEuNzg4bC4wNDgsMS45aC45NDhsLjAzNi0xLjE0YzEuNjgsMCwyLjg5Mi0uNzIsMi44OTItMi40NzJBMi40MTMsMi40MTMsMCwwLDAsMy4wNi04LjQ3MiwyLjM3MSwyLjM3MSwwLDAsMCwuNDQ0LTYuMDZaTTMuMDI0LS42NzJhLjcyOC43MjgsMCwwLDAtLjcyLS43NDQuNzMzLjczMywwLDAsMC0uNzQ0Ljc0NEEuNzMzLjczMywwLDAsMCwyLjMuMDcyLjcyOC43MjgsMCwwLDAsMy4wMjQtLjY3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUgMTIpIiBmaWxsPSIjOGIzZGZmIi8+Cjwvc3ZnPgo=");
}
.raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips:hover .radio__tips_pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.raTab .type__script {
  height: 173px;
}
.raTab .type__script_textarea {
  height: 76px;
}
.raTab .select__lang,
.raTab .select__sex,
.raTab .select__moods {
  width: 181px;
}
.raTab .lang__country_list {
  width: 211px;
}
.raTab .select__sex,
.raTab .select__moods_list,
.raTab .select__sex_peopleList,
.raTab .select__speed,
.raTab .select__moods {
  width: 152px;
}
.raTab .select__moods_list,
.raTab .select__sex_peopleList {
  width: 182px;
}
.raTab .moods__list_item.active span {
  max-width: 95px;
}
.raTab .country__list_item:not(.charge).active .lang__country,
.raTab .sex__peopleLis_item:not(.charge).active .select__sex_name {
  max-width: 88px;
}
.raTab .sex__peopleLis_item:not(.charge).active .select__sex_name {
  max-width: 68px;
}
.raTab .lang__country_top {
  max-width: 102px;
}
.raTab .select__sex_name_top {
  max-width: 75px;
}

@media (min-width: 1200px) {
  .tab__content_title h1,
.tab__content_title h2 {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
  }
  .choose__avatar_area .avatar__img:nth-child(6n+1) {
    margin-right: 0;
  }
  .aiTalkingFooter {
    display: none;
  }
  .left__preview-subtitles {
    bottom: 24px !important;
    font-size: 23.04px;
  }
  .show__curImg_bgBox:hover,
.curImg__subtitle:hover,
.styles__box:hover,
.show__curImg_settings:hover {
    background-color: #fff;
  }
}
.choose__avatar_area .avatar__img:last-child:nth-child(6n) {
  margin-right: 10px;
}

.type__script_textarea, .new_script_textarea {
  position: relative;
  width: 100%;
  height: 76px;
  padding: 0 10px 0 20px;
  font-size: 14px;
  font-family: Poppins;
  color: #39325a;
  font-weight: 300;
  background-color: #fff;
  position: relative;
}
@media screen and (-moz-touch-enabled: 1), (-moz-windows-compositor) {
  .type__script_textarea, .new_script_textarea {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
  }
}

@media (min-width: 1200px) {
  .input_area_contentitem {
    padding-top: 8px;
  }
}

.type__script_textarea::before, .new_script_textarea::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 100%;
  background-color: red;
  pointer-events: none;
  top: 0;
  right: 0;
}

.type__script_textarea::-webkit-input-placeholder, .new_script_textarea::-webkit-input-placeholder {
  color: #a19cb5;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}

.type__script_textarea::-moz-placeholder, .new_script_textarea::-moz-placeholder {
  color: #a19cb5;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}

.type__script_textarea:-ms-input-placeholder, .new_script_textarea:-ms-input-placeholder {
  color: #a19cb5;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}

.type__script_textarea::-ms-input-placeholder, .new_script_textarea::-ms-input-placeholder {
  color: #a19cb5;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}

.type__script_textarea::placeholder, .new_script_textarea::placeholder {
  color: #a19cb5;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}

.type__script_textarea::-webkit-scrollbar, .new_script_textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.type__script_textarea::-webkit-scrollbar-track, .new_script_textarea::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}

.type__script_textarea::-webkit-scrollbar-thumb, .new_script_textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(223, 220, 235, 0.6);
}

.type__script_textarea::-webkit-scrollbar-thumb:hover, .new_script_textarea::-webkit-scrollbar-thumb:hover {
  background: rgb(223, 220, 235);
  cursor: default;
}

.select__langAndSpeed {
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.select__lang,
.select__sex,
.select__moods {
  width: 209px;
  height: 40px;
  background-color: #fcf3ff;
  border: 1px solid #f2cfff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 2px;
  border-radius: 10px 10px 0 0;
}

.sex__peopleLis_item,
.moods__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  height: 40px;
}

.show__curImg_innerHTML-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/wangge.svg");
  display: none;
}

.show__trans_bg.hasBg,
.signup__preview.hasBg {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/wangge.svg");
}

.borderB .show__curImg_innerHTML {
  border-radius: var(--br);
  overflow: hidden;
}
.borderB .show__video {
  overflow: hidden;
}
.borderB .default_video {
  border-radius: var(--br);
}

.show__curImg_innerHTML {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.show__curImg_innerHTML.gsColor {
  background-color: #67e04d;
}
.show__curImg_innerHTML.tbColor {
  background-color: transparent;
}
.show__curImg_innerHTML.wbColor {
  background-color: #ffffff;
}

.show__curImg_tips {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #a19cb5;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(calc(100% + 5px));
          transform: translateY(calc(100% + 5px));
}
.show__curImg_tips span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/Tips.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 3px;
  vertical-align: text-top;
}

.select__sex_peopleList_tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.select__sex_peopleList_tabs.female .peopleList_tabs:nth-child(1) {
  background: #fcf3ff;
  border-radius: 4px;
  color: #cc3dff;
}
@media (min-width: 1200px) {
  .select__sex_peopleList_tabs.female .peopleList_tabs:nth-child(2):hover {
    color: #0a0a0a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.select__sex_peopleList_tabs.female + .select__sex_peopleList-list .male {
  display: none;
}
.select__sex_peopleList_tabs.male .peopleList_tabs:nth-child(2) {
  background: #fcf3ff;
  border-radius: 4px;
  color: #cc3dff;
}
@media (min-width: 1200px) {
  .select__sex_peopleList_tabs.male .peopleList_tabs:nth-child(1):hover {
    color: #0a0a0a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.select__sex_peopleList_tabs.male + .select__sex_peopleList-list .female {
  display: none;
}
.select__sex_peopleList_tabs .peopleList_tabs {
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.left__preview-subtitles {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: Roboto;
  color: rgb(255, 255, 255);
  -webkit-text-stroke: 0px rgb(0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.8) 1.92px 1.92px 5px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  opacity: 1;
  text-transform: none;
  white-space: nowrap;
  opacity: 0;
  text-align: center;
}

.sex__peopleLis_item.charge,
.moods__list_item.charge {
  position: relative;
  padding-right: 60px;
}
.sex__peopleLis_item.charge::before,
.moods__list_item.charge::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 20px;
  background: #fcf3ff url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/pro@2x.webp") no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}
.sex__peopleLis_item.charge .select__sex_name,
.moods__list_item.charge .select__sex_name {
  margin-right: 0;
}

.sex__peopleLis_item:not(.charge).active,
.moods__list_item:not(.charge).active {
  background: #fcf3ff url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/right.svg") no-repeat;
  background-position: calc(100% - 10px) 15px;
}

.moods__list_item:not(.charge).active span {
  color: #e18eff;
}

.charge:hover {
  background-color: #fcf3ff;
}

.charge:hover .lang__country,
.charge:hover span {
  color: #e18eff;
}

.sex__peopleLis_item:not(.charge).female.active .select__sex_avatar {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/default_avatar_female_active.svg") center center/contain no-repeat !important;
}

.sex__peopleLis_item:not(.charge).male.active .select__sex_avatar {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/default_avatar_male_active.svg") center center/contain no-repeat !important;
}

@media (min-width: 1200px) {
  .sex__peopleLis_item:hover .select__sex_name,
.moods__list_item:not(.charge):hover span {
    color: #e18eff;
  }
  .sex__peopleLis_item.female:hover .select__sex_avatar {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/default_avatar_female_active.svg") center center/contain no-repeat !important;
  }
  .sex__peopleLis_item.male:hover .select__sex_avatar {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/default_avatar_male_active.svg") center center/contain no-repeat !important;
  }
  .sex__peopleLis_item:hover,
.moods__list_item:not(.charge):hover {
    background-color: #fcf3ff;
  }
}
.select__sex {
  width: 175px;
}

.select__sex_avatar,
.select__moods_logo {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.select__moods_logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.select__sex > .select__sex_avatar {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/default_avatar_active.svg") center center/contain no-repeat;
}

.select__sex_name,
.select__moods_name {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 111px;
}

.select__moods_name {
  max-width: 98px;
  margin-right: 0;
  text-transform: capitalize;
}

.moods__list_item.active span {
  max-width: 118px;
}
.moods__list_item span {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
}

.moods__list_item.charge span {
  margin-right: 0;
}

.select__moods_list {
  position: absolute;
  left: -1px;
  top: 100%;
  width: 205px;
  max-height: 231px;
  background-color: #fff;
  display: none;
  overflow: auto;
  border: 1px solid #f2cfff;
  border-radius: 0px 0px 8px 8px;
}
@media screen and (-moz-touch-enabled: 1), (-moz-windows-compositor) {
  .select__moods_list {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
  }
}

.select__sex_peopleList {
  position: absolute;
  left: -1px;
  top: 100%;
  width: 205px;
  background-color: #fff;
  display: none;
  border: 1px solid #f2cfff;
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
}

.select__sex_peopleList-list {
  overflow: auto;
  max-height: 204px;
}
@media screen and (-moz-touch-enabled: 1), (-moz-windows-compositor) {
  .select__sex_peopleList-list {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
  }
}

.select__sex_peopleList-list::-webkit-scrollbar,
.select__moods_list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.select__sex_peopleList-list::-webkit-scrollbar-track,
.select__moods_list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}

.select__sex_peopleList-list::-webkit-scrollbar-thumb,
.select__moods_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(223, 220, 235, 0.6);
}

.select__sex_peopleList-list::-webkit-scrollbar-thumb:hover,
.select__moods_list::-webkit-scrollbar-thumb:hover {
  background: rgb(223, 220, 235);
}

.select__lang.active .lang__country_list,
.select__sex.active .select__sex_peopleList,
.select__moods.active .select__moods_list {
  display: block;
  z-index: 100;
}

.country__list_item:not(.charge).active .lang__country,
.sex__peopleLis_item:not(.charge).active .select__sex_name {
  color: #e18eff;
  max-width: 116px;
}

.sex__peopleLis_item:not(.charge).active .select__sex_name {
  max-width: 91px;
  margin-right: 0;
}

.lang__country_top {
  max-width: 130px;
  margin-right: 0 !important;
}

.select__sex_name_top {
  max-width: 98px;
  margin-right: 0 !important;
}

.select__lang.active .lang__arrow,
.select__sex.active .lang__arrow,
.select__moods.active .lang__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.select__speed,
.select__moods {
  width: 175px;
  height: 40px;
  background-color: #fcf3ff;
  border: 1px solid #f2cfff;
  border-radius: 10px 10px 0 0;
}

.sex__peopleLis_cate {
  text-align: left;
  color: #39325a;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}

.lang__flag {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 10px;
  border: 1px solid #e8e6f1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lang__country,
.lang__sex {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lang__arrow {
  width: 12px;
  height: 7px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/arrow.svg");
  margin-left: auto;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lang__arrow svg {
  margin-top: 2px;
}

.lang__country_list {
  position: absolute;
  left: -1px;
  top: 100%;
  width: 239px;
  max-height: 255px;
  background-color: #fff;
  display: none;
  border-radius: 0 0 10px 10px;
  overflow: auto;
  border: 1px solid #f2cfff;
  border-radius: 0px 0px 8px 8px;
}
@media screen and (-moz-touch-enabled: 1), (-moz-windows-compositor) {
  .lang__country_list {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
  }
}

.lang__country_list::-webkit-scrollbar,
.avatar__list_main::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.lang__country_list::-webkit-scrollbar-track,
.avatar__list_main::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}

.lang__country_list::-webkit-scrollbar-thumb,
.avatar__list_main::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(223, 220, 235, 0.6);
}

.lang__country_list::-webkit-scrollbar-thumb:hover,
.avatar__list_main::-webkit-scrollbar-thumb:hover {
  background: rgb(223, 220, 235);
}

.country__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  height: 40px;
}

.country__list_item.charge {
  position: relative;
  padding-right: 60px;
}
.country__list_item.charge::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 20px;
  background: #fcf3ff url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/pro@2x.webp") no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}
.country__list_item.charge .lang__country {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .country__list_item:not(.charge):hover {
    background-color: #fcf3ff;
  }
  .country__list_item:not(.charge):hover .lang__country {
    color: #e18eff;
  }
}
.country__list_item:not(.charge).active {
  background: #fcf3ff url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/right.svg") no-repeat;
  background-position: calc(100% - 10px) 15px;
}

.select__speed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.select__speed_title {
  font-size: 14px;
  margin-right: 31px;
  font-weight: 300;
}

.select__speed_reduce,
.select__speed_add {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/add.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.select__speed_reduce.noclick,
.select__speed_add.noclick {
  opacity: 0.5;
  pointer-events: none;
}

.select__speed_add:hover {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/add_hover.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.select__speed_reduce {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reduce.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 0;
}

.select__speed_reduce:hover {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reduce_hover.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.select__speed_curVal {
  font-size: 14px;
  color: #39325a;
  font-weight: 300;
  width: 35px;
  text-align: center;
}

.upload__img,
.ai__generate {
  cursor: pointer;
}

.uploadAvatar__tips {
  width: 550px;
  position: absolute;
  top: -72%;
  left: 0;
  z-index: 100;
  display: none;
  padding: 18px 0 0 0;
  border: 1px solid #d1cee4;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}

.uploadAvatar__tips::before,
.uploadAvatar__tips::after {
  position: absolute;
  bottom: -16px;
  left: 60px;
  display: block;
  font-size: 0;
  line-height: 0;
  border-color: #d1cee4 transparent transparent;
  border-style: solid;
  border-width: 8px;
  content: "";
}

.uploadAvatar__tips::after {
  bottom: -15px;
  border-color: #fff2dd transparent transparent;
}

.uploadAvatar__tips ul {
  margin-bottom: 10px;
}

.upload__new_tips {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 15px;
  background-color: #fff2dd;
  clear: both;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.upload__new_tips img {
  width: 15px;
  height: 15px;
  margin: 0 !important;
  display: block;
  margin-right: 5px !important;
  margin-top: 2px !important;
}
.upload__new_tips p {
  color: #f21110;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

.uploadAvatar__tips h3 {
  color: #39325a;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 21px;
}

.uploadAvatar__tips img,
.uploadAvatar__tips ul {
  float: left;
}

.uploadAvatar__tips img {
  margin-left: 21px;
  margin-right: 11px;
  border-radius: 10px;
}

.uploadAvatar__tips ul li {
  color: #39325a;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding-left: 20px;
  position: relative;
}

.uploadAvatar__tips ul li + li {
  margin-top: 5px;
}

.uploadAvatar__tips ul li::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 3px;
  width: 12px;
  height: 12px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/tips-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.uploadAvatar__tips ul li.error::before {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/tips-error.svg");
}

.uploadAvatar__tips.active {
  display: block;
}

.animate img,
.animate span {
  display: none;
}

.animate,
.animate > i {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}

.animate.la-dark {
  color: #fff;
}

.animate > i {
  display: inline-block !important;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  color: #fff;
}

.animate {
  width: 40px;
  height: 32px;
}

.animate > i {
  width: 4px;
  height: 32px;
  margin: 2px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-animation: line-scale 1.2s infinite ease;
          animation: line-scale 1.2s infinite ease;
}

.animate > i:nth-child(1) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.animate > i:nth-child(2) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.animate > i:nth-child(3) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.animate > i:nth-child(4) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.animate > i:nth-child(5) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.animate.la-sm {
  width: 20px;
  height: 16px;
}

.animate.la-sm > i {
  width: 2px;
  height: 16px;
  margin: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.animate.la-2x {
  width: 80px;
  height: 64px;
}

.animate.la-2x > i {
  width: 8px;
  height: 64px;
  margin: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.animate.la-3x {
  width: 120px;
  height: 96px;
}

.animate.la-3x > i {
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
}

@-webkit-keyframes line-scale {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes line-scale {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.upload__img:hover,
.ai__generate:hover {
  background-color: #e18eff;
}

.upload__img:hover .uploadAvatar__tips {
  display: block;
}

.ai__generate img {
  margin-bottom: 3px;
}

.ATA__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-uploading {
  width: 514px;
  height: 240px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 35px;
  -webkit-box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.54);
          box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.54);
}

.uploading__title {
  color: #39325a;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.uploading__process {
  width: 360px;
  height: 13px;
  border-radius: 100px;
  background-color: #f2e4f8;
  position: relative;
  margin-bottom: 12px;
}

.uploading__process .process__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(262deg, #cb4dff, #ff4d53);
  border-radius: 100px;
}

.modal-uploading .process__val {
  font-size: 14px;
  color: rgba(57, 50, 90, 0.6);
  font-weight: 300;
  margin-bottom: 32px;
}

.button__empty {
  width: 150px;
  height: 49px;
  border: 2px solid rgb(218, 116, 255);
  border-radius: 10px;
  background-color: #fff;
  color: #39325a;
  font-size: 18px;
  font-weight: 500;
}

.button__empty:hover {
  background-color: #faeeff;
}

.modal__settings_main {
  width: 674px;
  height: 389px;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 30px;
  padding-left: 40px;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.54);
          box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.54);
}

.modal__email_logo {
  margin-bottom: 30px;
}

.settings__main_title {
  color: #39325a;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 44px;
}

.settings__main_item {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settings__main_item label {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/checkbox-normal_noedit.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 17px;
}

.settings__main_item.canEdit label {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/checkbox-normal.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 17px;
  cursor: pointer;
}

.settings__main_item.canEdit {
  cursor: pointer;
}

.settings__main_item.canEdit label:hover {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/checkbox-normal-hover.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.settings__main_item #watermark:checked + label {
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/checkbox-normal-active.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  cursor: pointer;
}

.settings__main_item input {
  margin-right: 17px;
  display: none;
}

.settings__main_item.canEdit {
  color: #39325a;
}

.hr {
  width: 541px;
  height: 1px;
  margin: 22px 0;
  background-color: #dfdceb;
}

.settings__main_item.noEdit {
  margin-bottom: 12px;
  color: rgba(161, 156, 181, 0.8);
}

.settings__main_item.noEdit span {
  color: rgba(161, 156, 181, 0.8);
}

.settings__main_btns {
  text-align: right;
  padding-right: 67px;
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.settings__main_btns .button__primary {
  width: 150px;
  height: 50px;
  margin-left: 10px;
}

.modal__createAvatar {
  width: 674px;
  height: 664px;
  -webkit-box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.5411764706);
          box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.5411764706);
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

.modal__createAvatar_top {
  width: 100%;
  height: 336px;
  padding: 30px 40px 0 40px;
}

.createAvatar__top_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
}

.createAvatar__top_title i {
  color: #6d4dff;
  font-style: normal;
}

.modal__createAvatar_bottom {
  width: 100%;
  height: 328px;
  background-color: rgba(223, 220, 235, 0.4);
}

.createAvatar__top_avatarList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.top__avatarList_item {
  width: 137px;
  height: 137px;
  background-color: #e8e6f1;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}

.top__avatarList_item:not(.active):hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  background-color: rgba(57, 50, 90, 0.25);
}

.top__avatarList_item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(57, 50, 90, 0.25);
  -webkit-box-shadow: inset 0 0 0 3px #69fea5;
          box-shadow: inset 0 0 0 3px #69fea5;
}

.top__avatarList_item img {
  cursor: pointer;
}

.isLoading button,
.isLoading .createAvatar__bottom_radios,
.isLoading .createAvatar__top_avatarList,
.isLoading .createAvatar__bottom_inputBox,
.isLoading .modal__generating_close {
  pointer-events: none;
}

.isLoading .top__avatarList_item.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6) url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/loading.svg") center center no-repeat;
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
}

.modal__processing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__processing img {
  margin-bottom: 10px;
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
}

.modal__processing span {
  font-size: 16px;
  font-weight: 300;
}

.loadingCreateAudio {
  width: 80px;
  height: 80px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/loading.svg") center center no-repeat;
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top__avatarList_item img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.createAvatar__top_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#randomize {
  width: 188px;
  height: 50px;
  position: relative;
}

#next {
  width: 168px;
  height: 50px;
  font-size: 18px;
}

#nextPlay {
  margin-left: 11px;
}

.show__Cover {
  opacity: 0;
}

.isCost:not(.active):not(.has__avatar)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 20px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/icon_photo_pro.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}

.isCost.has__avatar:not(.active)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 20px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/pro_bottom.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}

.isCost.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 20px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/icon_photo_pro.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}

.extends__more {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/icon_Choose_an_avatar_more.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
}
@media (min-width: 1200px) {
  .extends__more:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbl9DaG9vc2VfYW5fYXZhdGFyX21vcmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgdmlld0JveD0iMCAwIDgwIDgwIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3Qgd2lkdGg9IjQzIiBoZWlnaHQ9IjExIiBmaWxsPSJub25lIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iRWxsaXBzZV8yODM2IiBkYXRhLW5hbWU9IkVsbGlwc2UgMjgzNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYjQ4NWY3IiBzdHJva2Utd2lkdGg9IjIiPgogICAgPGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iNDAiIHN0cm9rZT0ibm9uZSIvPgogICAgPGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iMzkiIGZpbGw9Im5vbmUiLz4KICA8L2c+CiAgPGcgaWQ9IlJlcGVhdF9HcmlkXzYiIGRhdGEtbmFtZT0iUmVwZWF0IEdyaWQgNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTkgMzUpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ0MCAtNTE1KSI+CiAgICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMzAyMSIgZGF0YS1uYW1lPSJFbGxpcHNlIDMwMjEiIGN4PSI1IiBjeT0iNSIgcj0iNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ0MCA1MTUpIiBmaWxsPSIjODkzYWZkIi8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQyNCAtNTE1KSI+CiAgICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMzAyMS0yIiBkYXRhLW5hbWU9IkVsbGlwc2UgMzAyMSIgY3g9IjUiIGN5PSI1IiByPSI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDQwIDUxNSkiIGZpbGw9IiM4OTNhZmQiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDA4IC01MTUpIj4KICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8zMDIxLTMiIGRhdGEtbmFtZT0iRWxsaXBzZSAzMDIxIiBjeD0iNSIgY3k9IjUiIHI9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NDAgNTE1KSIgZmlsbD0iIzg5M2FmZCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.avatar__list_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.27);
  z-index: 1000;
}
.avatar__list_pop .avatar__list {
  width: 903px;
  height: 571px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px #c2d8d4;
          box-shadow: 0px 0px 6px #c2d8d4;
  border-radius: 10px;
  padding: 21px 21px 28px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.avatar__list_pop .avatar__list .avatar__list_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/win_icon_close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1200px) {
  .avatar__list_pop .avatar__list .avatar__list_close:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/win_icon_close-active.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.avatar__list_pop .avatar__list .avatar__list_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.avatar__list_pop .avatar__list .avatar__list_main .avatar__list_main-item {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #f2f2f2;
  position: relative;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .avatar__list_pop .avatar__list .avatar__list_main .avatar__list_main-item:nth-child(6n+1) {
    margin-left: 0;
  }
}
.avatar__list_pop .avatar__list .avatar__list_main .avatar__list_main-item:not(.active):hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  background-color: rgba(57, 50, 90, 0.25);
}
.avatar__list_pop .avatar__list .avatar__list_main .avatar__list_main-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  background-color: rgba(57, 50, 90, 0.25);
  -webkit-box-shadow: inset 0 0 0 3px #6d4dff;
          box-shadow: inset 0 0 0 3px #6d4dff;
}
.avatar__list_pop .avatar__list .avatar__list_main .avatar__list_main-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.avatar__list_pop .avatar__list .avatar__list_title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.avatar__list_pop .avatar__list .avatar__list_title span {
  font-weight: 600;
}
.avatar__list_pop .avatar__list .avatar__list_btns {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
}
.avatar__list_pop .avatar__list .avatar__list_btns_cancel {
  border: 2px solid #a8a8a8;
  border-radius: 10px;
  outline: none;
  background-color: #fff;
  color: #191919;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 168px;
  height: 55px;
  cursor: pointer;
}
.avatar__list_pop .avatar__list .avatar__list_btns_cancel:hover {
  border-color: #cd7bf8;
  background-color: #f8effe;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.avatar__list_pop .avatar__list .avatar__list_btns_select {
  border-radius: 10px;
  outline: none;
  background-color: #6d4dff;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 229px;
  height: 55px;
  cursor: pointer;
}
.avatar__list_pop .avatar__list .avatar__list_btns_select:hover {
  background-color: #4b35db;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal__createAvatar_bottom {
  padding: 30px 30px 0 46px;
}

.createAvatar__bottom_title {
  color: #39325a;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 18px;
}

.createAvatar__bottom_radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #39325a;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 16px;
}

.bottom__radios_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom__radios_item + .bottom__radios_item {
  margin-left: 46px;
}

.bottom__radios_item input {
  display: none;
}

.bottom__radios_item label {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/radio__normal.svg") no-repeat;
}

.bottom__radios_item label:hover {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/radio__normal_active.svg") no-repeat;
}

.bottom__radios_item input:checked + label {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/radio__active.svg") no-repeat;
}

.bottom__radios_item input:checked + label:hover {
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/radio__active_color.svg") no-repeat;
}

#createAvatar__textarea {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 30px 0 30px;
  color: #39325a;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: Poppins;
}
@media screen and (-moz-touch-enabled: 1), (-moz-windows-compositor) {
  #createAvatar__textarea {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
  }
}

#createAvatar__textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

#createAvatar__textarea::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}

#createAvatar__textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(223, 220, 235, 0.6);
}

#createAvatar__textarea::-webkit-scrollbar-thumb:hover {
  background: rgb(223, 220, 235);
}

#createAvatar__textarea::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(161, 156, 181, 0.6);
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: Poppins;
}

#createAvatar__textarea::-moz-placeholder {
  font-style: italic;
  color: rgba(161, 156, 181, 0.6);
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: Poppins;
}

#createAvatar__textarea:-ms-input-placeholder {
  font-style: italic;
  color: rgba(161, 156, 181, 0.6);
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: Poppins;
}

#createAvatar__textarea::-ms-input-placeholder {
  font-style: italic;
  color: rgba(161, 156, 181, 0.6);
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: Poppins;
}

#createAvatar__textarea::placeholder {
  font-style: italic;
  color: rgba(161, 156, 181, 0.6);
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: Poppins;
}

.createAvatar__bottom_inputBox {
  position: relative;
  border: 1px solid #d1cee4;
  border-radius: 10px;
  height: 129px;
  background: #ffffff;
  padding-bottom: 30px;
  padding-right: 5px;
}

.createAvatar__textarea_charNum {
  position: absolute;
  bottom: 8px;
  left: 20px;
  color: #39325a;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}

.createAvatar__textarea_charNum.err {
  color: #fe6969;
}

.createAvatar_bottom_btns {
  margin-top: 13px;
}

#customize {
  width: 182px;
  height: 50px;
  position: relative;
}

.modal__generating {
  width: 600px;
  height: 627px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.5411764706);
          box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.5411764706);
  border-radius: 10px;
  padding: 37px 60px 0 60px;
  position: relative;
}

.modal__generating_warn {
  width: 100%;
  height: 35px;
  border-radius: 200px;
  background-color: #39325a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
}

.modal__generating_warn span {
  color: #fff;
}

.generating__warn_img {
  margin-right: 10px;
}

.modal__generating_videoBox {
  width: 100%;
  height: 480px;
  background-color: rgba(223, 220, 235, 0.2);
  border-radius: 10px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}

.modal__generating_close {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 32px;
  height: 32px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/close.svg") no-repeat center;
  cursor: pointer;
}

.modal__generating_close:hover {
  background-color: rgb(240, 241, 241);
  border-radius: 12px;
}

.modal__signup_title {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.modal__signup_btns {
  width: 100%;
  text-align: center;
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 1199px) {
  .modal__footer {
    width: 100%;
    gap: 6.4vw;
  }
}

#signup {
  width: 174px;
  height: 50px;
  margin: 0 auto;
  margin-top: 20px;
}

.modal__signup {
  height: 656px;
}

.modal__email {
  position: relative;
  width: 674px;
  height: 389px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.5411764706);
          box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.5411764706);
  border-radius: 10px;
}

.modal__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.modal__generating_desc {
  max-width: 536px;
  color: #39325a;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.modal__generating_title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

#modalEmailOk,
#modalEmailCancel {
  width: 126px;
  height: 50px;
}

.visitorSignup,
.freeOrExpiredBuy,
.noTimeBuyNow {
  min-width: 126px;
  padding: 0 10px;
  height: 50px;
}

#colorCanvas {
  border-radius: 5px;
}

.colorPicker__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.colorPicker__hex {
  width: 64px;
  margin-right: 10px;
}

.colorPicker__val {
  width: 236px;
  margin-top: 10px;
}

.colorPicker__hex input,
.colorPicker__rgb input {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #dfdceb;
  border-radius: 3px;
  background-color: #fff;
  height: 26px;
  font-size: 12px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.colorPicker__hex input:focus,
.colorPicker__rgb input:focus {
  border-color: #564afe;
}

.colorPicker__hex p {
  margin: 0;
  color: #39325a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.colorPicker__rgb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.colorPicker__rgb .colorPicker__rgb_r,
.colorPicker__rgb .colorPicker__rgb_g,
.colorPicker__rgb .colorPicker__rgb_b {
  width: 46px;
  height: 26px;
}

.colorPicker__rgb input {
  width: 100%;
}

.colorPicker__rgb p {
  margin: 0;
  color: #39325a;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.elevenlabsHidden {
  display: none;
}

.isPlayingVideo #left_img {
  opacity: 0;
}
.isPlayingVideo .curImg__subtitle,
.isPlayingVideo .styles__box,
.isPlayingVideo .baby__box,
.isPlayingVideo .crop__box,
.isPlayingVideo .show__curImg_bgBox,
.isPlayingVideo .left__preview-subtitles,
.isPlayingVideo .show__curImg_waterLogo {
  display: none;
}

.generating__videoBox_playBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.show__trans_bg,
.signup__preview {
  position: relative;
}
.show__trans_bg > img,
.signup__preview > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.signup__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.generating__videoBox_playBtn svg {
  color: rgba(255, 255, 255, 0.6);
}

.generating__videoBox_playBtn svg:hover {
  color: #fff;
}

.modal__createAvatar .empty__tips {
  z-index: 100;
  top: -45px;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.modal__createAvatar .empty__tips.custom {
  z-index: 100;
  top: 542px;
  left: 44px;
}

.modal__createAvatar .empty__tips span {
  color: #fff;
}

#left_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.borderB #left_img {
  border-radius: var(--br);
}

.choose__avatar .cloneMyOwnVoice {
  display: none;
}

.raTab .choose__avatar .cloneMyOwnVoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.raTab .select__langAndSpeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.raTab .input_audio {
  display: none;
}

@media (max-width: 1200px) {
  .modal__generating_title {
    font-size: 4.8vw;
    margin-bottom: 2.5vw;
  }
  .pc {
    display: none !important;
  }
  .mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .borderB #left_img {
    border-radius: var(--br);
  }
  .show__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--br);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }
  .show__video #default_video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .show__video .video_player {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 100;
  }
  .show__video .video_player.play {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/icon_big_video.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .show__video .video_player.play + video {
    opacity: 0;
  }
  .show__video .video_player.pause {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/icon_big_pause.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .styles__box {
    z-index: 10;
  }
  .styles__box .styles__box_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .styles__box .styles__box_cover > img {
    width: 44%;
    height: 44%;
  }
  .styles__box .styles__box_cover > p {
    color: #39325a;
    font-weight: 500;
    font-size: 1.8666666667vw;
  }
  .styles__box .styles__box_main {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: 75vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 8px rgba(30, 30, 46, 0.4);
            box-shadow: 0px 3px 8px rgba(30, 30, 46, 0.4);
    border-radius: 1.8666666667vw;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.2666666667vw 3.7333333333vw;
    cursor: default;
  }
  .styles__box .styles__box_main .styles__box_main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .styles__box .styles__box_main .styles__box_main-header img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.7333333333vw;
  }
  .styles__box .styles__box_main .styles__box_main-header p {
    color: #1e1e2e;
    font-size: 3.3333333333vw;
    font-weight: 500;
    font-family: Roboto;
    line-height: 1.1;
  }
  .styles__box .styles__box_main .styles__box_main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item {
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item:nth-child(3) {
    display: none;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item + .styles__box_item {
    margin-left: 1.6vw;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item-img {
    background: #f9f9fb;
    border: 1px solid rgba(86, 74, 254, 0.1019607843);
    border-radius: 1.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item-img.active {
    border: 2px solid #8b3dff;
  }
  .styles__box .styles__box_main .styles__box_main-content .styles__box_item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .styles__box .styles__box_main .styles__box_main-content p {
    text-align: center;
    color: #1e1e2e;
    font-size: 3.4666666667vw;
    line-height: 4.5333333333vw;
    font-weight: 400;
    font-family: Roboto;
    margin-top: 3px;
  }
  .styles__box.active {
    background-color: #fff;
  }
  .styles__box.active .styles__box_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .baby__box,
.crop__box {
    z-index: 9;
  }
  .baby__box .baby__box_hot,
.crop__box .baby__box_hot {
    left: 7.3333333333vw;
    padding: 0 0.6666666667vw;
    width: 6.6666666667vw;
    height: 3.4666666667vw;
    font-size: 2.4vw;
  }
  .baby__box.active,
.crop__box.active {
    background-color: transparent;
  }
  .baby__box.active .styles__box_cover,
.baby__box.active .baby__box_hot,
.crop__box.active .styles__box_cover,
.crop__box.active .baby__box_hot {
    opacity: 0;
  }
  .baby__box.active .styles__box_main,
.crop__box.active .styles__box_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .baby__box .styles__box_cover,
.crop__box .styles__box_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .baby__box .styles__box_cover > img,
.crop__box .styles__box_cover > img {
    width: 44%;
    height: 44%;
  }
  .baby__box .styles__box_cover > p,
.crop__box .styles__box_cover > p {
    color: #39325a;
    font-weight: 500;
    font-size: 3.2vw;
  }
  .baby__box .styles__box_main,
.crop__box .styles__box_main {
    position: absolute;
    top: 0;
    right: 0;
    width: 76.2666666667vw;
    min-height: auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 8px rgba(30, 30, 46, 0.4);
            box-shadow: 0px 3px 8px rgba(30, 30, 46, 0.4);
    border-radius: 1.8666666667vw;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.9333333333vw 2.9333333333vw 4.2666666667vw 2.9333333333vw;
    cursor: default;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.3333333333vw;
  }
  .baby__box .styles__box_main .styles__box_main-title,
.crop__box .styles__box_main .styles__box_main-title {
    font-size: 3.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #1e1e2e;
    font-weight: 500;
    padding-right: 2.6666666667vw;
  }
  .baby__box .styles__box_main .styles__box_main-btn,
.crop__box .styles__box_main .styles__box_main-btn {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 3.0666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .baby__box .styles__box_main .styles__box_footer,
.crop__box .styles__box_main .styles__box_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.7333333333vw;
  }
  .baby__box .styles__box_main .styles__box_footer .styles__box_reset,
.crop__box .styles__box_main .styles__box_footer .styles__box_reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #39325a;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .baby__box .styles__box_main .styles__box_footer .styles__box_reset svg,
.crop__box .styles__box_main .styles__box_footer .styles__box_reset svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    display: block;
  }
  .baby__box .styles__box_main .styles__box_main-img,
.crop__box .styles__box_main .styles__box_main-img {
    margin-bottom: 1.3333333333vw;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .baby__box .styles__box_main .styles__box_main-img ul,
.crop__box .styles__box_main .styles__box_main-img ul {
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.2vw 1fr 3.2vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 2.9333333333vw 1fr 2.9333333333vw 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 2.9333333333vw 3.2vw;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(1), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(2), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(3), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(4), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(5), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(6), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(7), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(8), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .baby__box .styles__box_main .styles__box_main-img ul > *:nth-child(9), .crop__box .styles__box_main .styles__box_main-img ul > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .baby__box .styles__box_main .styles__box_main-img ul li,
.crop__box .styles__box_main .styles__box_main-img ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .baby__box .styles__box_main .styles__box_main-img ul li .img-area,
.crop__box .styles__box_main .styles__box_main-img ul li .img-area {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 1.6vw;
  }
  .baby__box .styles__box_main .styles__box_main-img ul li .img-text,
.crop__box .styles__box_main .styles__box_main-img ul li .img-text {
    color: #39325a;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    height: 25px;
  }
  .crop__box {
    z-index: 8;
  }
  .generating__videoBox_playBtn {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .generating__videoBox_playBtn > svg {
    height: 100%;
  }
  .list_loading {
    font-size: 2.8vw;
    line-height: 4.1333333333vw;
    font-weight: 500;
  }
  .list_loading span {
    width: 4vw;
    height: 4vw;
  }
  .isCost:not(.active):not(.has__avatar)::before {
    width: 6.9333333333vw;
    height: 2.6666666667vw;
  }
  .isCost.has__avatar:not(.active)::before {
    width: 6.9333333333vw;
    height: 2.6666666667vw;
  }
  .borderB .show__curImg_innerHTML {
    border-radius: var(--br);
  }
  .select__sex_peopleList_tabs {
    padding: 1.0666666667vw;
  }
  .select__sex_peopleList_tabs .peopleList_tabs {
    height: 8vw;
    font-size: 2.4vw;
    line-height: 8vw;
  }
  .show__curImg_tips {
    font-size: 3.2vw;
    line-height: 3.2vw;
    bottom: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .show__curImg_tips span {
    width: 3.2vw;
    height: 3.2vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .left__preview-subtitles {
    bottom: 14.5px !important;
    font-size: 13.92px;
  }
  .country__list_item:not(.charge).active,
.sex__peopleLis_item:not(.charge).active,
.moods__list_item:not(.charge).active {
    background-position: 95% center;
    background-size: 3.2vw 3.2vw;
  }
  .country__list_item:not(.charge).active .lang__country {
    max-width: 20vw;
  }
  .sex__peopleLis_item:not(.charge).active .select__sex_name {
    max-width: 11.7333333333vw;
  }
  .moods__list_item:not(.charge).active span {
    max-width: 16vw;
  }
  .raTab .country__list_item:not(.charge).active,
.raTab .sex__peopleLis_item:not(.charge).active,
.raTab .moods__list_item:not(.charge).active {
    background-position: 95% center;
    background-size: 3.2vw 3.2vw;
  }
  .raTab .country__list_item:not(.charge).active .lang__country {
    max-width: 14.6666666667vw;
  }
  .raTab .sex__peopleLis_item:not(.charge).active .select__sex_name {
    max-width: 10.6666666667vw;
  }
  .raTab .moods__list_item:not(.charge).active span {
    max-width: 14.6666666667vw;
  }
  .curImg__subtitle,
.styles__box {
    width: 12vw;
    height: 12vw;
  }
  .baby__box,
.crop__box {
    width: 12vw;
    height: 12vw;
  }
  .curImg__subtitle img {
    width: 6.4vw;
    height: 4.8vw;
  }
  .curImg__subtitle .curImg__subtitle_text {
    font-size: 2.9333333333vw;
    line-height: 3.7333333333vw;
  }
  .show__createSomeThing.free .pay__btns,
.show__createSomeThing.vip_expired .pay__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 0;
    background-color: transparent;
    margin-top: 2.6666666667vw;
  }
  .show__createSomeThing.free .pay__btns .removeWatermark,
.show__createSomeThing.free .pay__btns .unlockVoiceLimits,
.show__createSomeThing.vip_expired .pay__btns .removeWatermark,
.show__createSomeThing.vip_expired .pay__btns .unlockVoiceLimits {
    min-height: 13.3333333333vw !important;
    height: 13.3333333333vw !important;
    border: 1px solid #f2cfff;
    border-radius: 2vw;
    font-size: 4.2666666667vw !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 500 !important;
  }
  .show__createSomeThing.free .pay__btns .removeWatermark::after,
.show__createSomeThing.free .pay__btns .unlockVoiceLimits::after,
.show__createSomeThing.vip_expired .pay__btns .removeWatermark::after,
.show__createSomeThing.vip_expired .pay__btns .unlockVoiceLimits::after {
    content: none;
  }
  .show__createSomeThing.free .pay__btns .removeWatermark:active,
.show__createSomeThing.free .pay__btns .unlockVoiceLimits:active,
.show__createSomeThing.vip_expired .pay__btns .removeWatermark:active,
.show__createSomeThing.vip_expired .pay__btns .unlockVoiceLimits:active {
    -webkit-box-shadow: 0px 0px 0px 2px #da74ff;
            box-shadow: 0px 0px 0px 2px #da74ff;
  }
  .show__createSomeThing.free .pay__btns .removeWatermark > img,
.show__createSomeThing.free .pay__btns .unlockVoiceLimits > img,
.show__createSomeThing.vip_expired .pay__btns .removeWatermark > img,
.show__createSomeThing.vip_expired .pay__btns .unlockVoiceLimits > img {
    height: 5.0666666667vw !important;
    margin-right: 1.3333333333vw !important;
  }
  .show__createSomeThing.free .pay__btns .removeWatermark,
.show__createSomeThing.vip_expired .pay__btns .removeWatermark {
    margin-bottom: 2.6666666667vw;
  }
  #preview,
#generateVideo,
#settingCancel,
#settingSave,
#randomize,
#next,
#customize,
.uploading__cancel,
#signup,
#modalEmailOk,
.visitorSignup,
.freeOrExpiredBuy,
.noTimeBuyNow {
    min-height: 42px;
  }
  .ATA__tab {
    padding-top: 0;
    padding-bottom: 5.3333333333vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/mobile_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ATA__tab .tree {
    width: 4.2666666667vw;
    height: 5.4666666667vw;
  }
  .ATA__tab .tree:first-child {
    margin-right: 0.6666666667vw;
  }
  .ATA__tab .tree:last-child {
    margin-left: 0.6666666667vw;
  }
  .ATA__tab_bar {
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .tab__bar_item {
    font-size: 3.2vw;
    width: 33vw;
    height: auto;
    padding: 2.6666666667vw 1.3333333333vw;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab__bar_item.ExpressiveAvatar {
    display: none;
  }
  .raTab .has__avatar.active::before {
    -webkit-box-shadow: inset 0 0 0 0.53333vw #6d4dff;
            box-shadow: inset 0 0 0 0.53333vw #6d4dff;
  }
  .raTab .choose__avatar {
    height: 24.5333333333vw;
  }
  .raTab .choose__avatar .ios__arrow {
    display: none !important;
  }
  .raTab .ratab-h1 {
    line-height: 1.2;
  }
  .raTab .choose__bg_radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .raTab .choose__bg_radios .choose__bg_radio::before {
    content: none !important;
  }
  .raTab .choose__bg_radios .choose__bg_radio span {
    font-size: 3.2vw;
  }
  .raTab .choose__bg_radios .choose__bg_radio + .choose__bg_radio {
    margin-top: 3.0666666667vw;
  }
  .raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips {
    width: 3.2vw;
    height: 3.2vw;
  }
  .raTab .choose__bg_radios .choose__bg_radio .choose__bg_radio-tips .radio__tips_pop {
    width: 53.3333333333vw;
    height: 16vw;
    top: -18.6666666667vw;
    font-size: 3.2vw;
    padding: 2vw 2vw 2vw 2vw;
    line-height: 1.2;
    -webkit-filter: initial;
            filter: initial;
  }
  .raTab .choose__bg_radios .choose__bg_radio label input + b {
    width: 12px;
    height: 12px;
  }
  .raTab .choose__bg_radios .choose__bg_radio label input:checked + b::before {
    width: 6px;
    height: 6px;
  }
  .raTab .choose__bg {
    height: 34.6666666667vw;
    padding-top: 9.4666666667vw;
    border-radius: 2vw;
  }
  .raTab .choose__bg .choose__bg_order {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: 3.4666666667vw;
    background-size: cover;
    top: -2.6666666667vw;
    z-index: 10;
  }
  .raTab .choose__avatar_area-raTab {
    padding-top: 8.6666666667vw;
    padding-left: 3.8666666667vw;
  }
  .raTab .choose__avatar_area-raTab .avatar__img {
    width: 12.1333333333vw;
    height: 12.1333333333vw;
  }
  .raTab .choose__avatar_area-raTab .avatar__img + .avatar__img {
    margin-left: 1.0666666667vw;
  }
  .raTab .choose__avatar_area-raTab .extends__more {
    width: 12.1333333333vw;
    height: 12.1333333333vw;
    margin-left: 1.0666666667vw;
  }
  .avatar__list_pop .avatar__list {
    width: 84vw;
    height: 103.3333333333vw;
    padding: 2.8vw 2.8vw 3.7333333333vw 5.6vw;
    border-radius: 1.3333333333vw;
  }
  .avatar__list_pop .avatar__list .avatar__list_btns {
    margin-top: 3.0666666667vw;
  }
  .avatar__list_pop .avatar__list .avatar__list_title {
    font-size: 3.2vw;
    line-height: 3.4666666667vw;
    margin-bottom: 2.2666666667vw;
  }
  .avatar__list_pop .avatar__list .avatar__list_btns_cancel {
    width: 25.8666666667vw;
    height: 9.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    border-width: 1px;
  }
  .avatar__list_pop .avatar__list .avatar__list_btns_select {
    width: 35.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .avatar__list_pop .avatar__list .avatar__list_close {
    width: 3.2vw;
    height: 3.2vw;
  }
  .avatar__list_pop .avatar__list .avatar__list_main .avatar__list_main-item {
    width: 16vw;
    height: 16vw;
    border-radius: 1.3333333333vw;
    margin-left: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .avatar__list_pop .avatar__list .avatar__list_main .avatar__list_main-item:not(.active):hover::after {
    background-color: transparent;
  }
  .avatar__list_pop .avatar__list .avatar__list_main .avatar__list_main-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .avatar__list_pop .avatar__list .avatar__list_main .avatar__list_main-item.active::before {
    -webkit-box-shadow: inset 0 0 0 0.53333vw #6d4dff;
            box-shadow: inset 0 0 0 0.53333vw #6d4dff;
    border-radius: 1.3333333333vw;
  }
  .tab__content_title.pc {
    margin-top: 0;
    padding: 0 4vw;
    margin-bottom: 2vw;
    line-height: 0.8;
    font-weight: 600;
    font-size: 3.4666666667vw;
    padding-top: 0;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 3.2vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .tab__content_title.pc i {
    color: #6d4dff;
  }
  .tab__content_desc {
    padding: 0;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    letter-spacing: 0.56px;
    margin-bottom: 4.6666666667vw;
    margin-top: 6.6666666667vw;
  }
  .card__colorList_item.reset__color:hover {
    background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reset-arrow.svg), url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reset.svg);
    background-size: auto auto, 100% 100%;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
  }
  .card__colorList_item.reset__color:active {
    background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reset-active-arrow.svg), url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reset-acrive.svg);
    background-size: auto auto, 100% 100%;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
  }
  .tab__content_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.2vw;
  }
  .show__curImg {
    width: 84vw;
    height: 84vw;
    margin: 0 auto;
    margin-bottom: 18.6666666667vw;
    border-radius: var(--br);
  }
  .raTab .show__curImg {
    margin-bottom: 16vw;
  }
  .show__createSomeThing {
    width: 84vw;
    margin: 0 auto;
  }
  .choose__avatar_order,
.type__script_order {
    width: 8vw;
    height: 8vw;
    left: 0;
    background-size: cover;
    top: -6.1333333333vw;
    z-index: 8;
  }
  .raTab .choose__avatar_order,
.raTab .type__script_order {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: 3.4666666667vw;
    background-size: cover;
    top: -2.6666666667vw;
    z-index: 10;
  }
  .type__script {
    margin-top: 8.6666666667vw;
    padding-top: 4vw;
    border-radius: 2vw;
  }
  .raTab .type__script {
    margin-top: 20px;
  }
  .choose__avatar {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 2vw;
    -webkit-box-shadow: 0px 10px 30px rgba(179, 183, 217, 0.3803921569);
            box-shadow: 0px 10px 30px rgba(179, 183, 217, 0.3803921569);
    position: relative;
    padding: 0;
    padding-right: 5px;
  }
  .ios__arrow {
    position: absolute;
    bottom: 2.6666666667vw;
    right: 1.3333333333vw;
    width: 2.9333333333vw;
    height: 2.1333333333vw;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/ios__arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }
  .ios__arrow.active {
    display: block;
  }
  .type__script .ios__arrow {
    bottom: 11.3333333333vw;
  }
  .input_area .ios__arrow {
    bottom: 3.7333333333vw;
    right: 0.2666666667vw;
  }
  .createAvatar__bottom_inputBox .ios__arrow {
    left: unset;
    right: 1.3333333333vw;
  }
  .choose__avatar_area {
    height: 44.4vw;
    margin: 0;
    padding-left: 2.6666666667vw;
    padding-top: 4.6666666667vw;
    padding-bottom: 1.3333333333vw;
    gap: 2.4vw;
  }
  .show__createSomeThing {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .choose__avatar_area .avatar__img {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
  .choose__avatar_title,
.type__script_title,
.choose__bg_title {
    font-size: 3.2vw;
    font-weight: 600;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -6.4vw;
    left: 11.3333333333vw;
  }
  .raTab .choose__avatar_title,
.raTab .type__script_title,
.raTab .choose__bg_title {
    top: 0;
  }
  .has__avatar.active::before {
    -webkit-box-shadow: inset 0 0 0 0.5333333333vw #69fea5;
            box-shadow: inset 0 0 0 0.5333333333vw #69fea5;
  }
  .avatar__img_icon,
.ai__generate img {
    width: 4.5333333333vw;
    margin-bottom: 0;
  }
  .avatar__img span {
    font-size: 2.6666666667vw;
  }
  .type__script_charNum {
    top: unset;
    bottom: 10.1333333333vw;
    right: 4.6666666667vw;
    font-size: 2.6666666667vw;
    font-weight: 300;
  }
  .type__script_textarea, .new_script_textarea {
    font-size: 2.6666666667vw;
    min-height: 24vw;
    height: auto;
    padding: 0 2.6666666667vw;
    padding-right: 1.3333333333vw;
    margin-top: 1.7333333333vw;
    display: block;
  }
  .cloneMyOwnVoice {
    width: 4.8vw;
    height: 4.8vw;
    top: 1.6vw;
    right: 2vw;
    font-size: 0;
  }
  .raTab .type__script_textarea, .raTab .new_script_textarea {
    margin-top: 2.1333333333vw;
    min-height: 23.4666666667vw;
  }
  .type__script_textarea::-webkit-input-placeholder, .new_script_textarea::-webkit-input-placeholder {
    font-size: 2.6666666667vw;
  }
  .type__script_textarea::-moz-placeholder, .new_script_textarea::-moz-placeholder {
    font-size: 2.6666666667vw;
  }
  .type__script_textarea:-ms-input-placeholder, .new_script_textarea:-ms-input-placeholder {
    font-size: 2.6666666667vw;
  }
  .type__script_textarea::-ms-input-placeholder, .new_script_textarea::-ms-input-placeholder {
    font-size: 2.6666666667vw;
  }
  .type__script_textarea::placeholder, .new_script_textarea::placeholder {
    font-size: 2.6666666667vw;
  }
  .select__langAndSpeed {
    padding: 0;
    background: #fcf3ff;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
  }
  .select__lang {
    width: 34.6666666667vw;
    height: 10vw;
    border-radius: 0 0 0 2vw;
    border: 0;
    padding-left: 1.3333333333vw;
    padding-right: 0;
  }
  .raTab .select__lang {
    width: 28.5333333333vw;
  }
  .raTab .select__sex {
    width: 24vw;
  }
  .select__lang::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 6.1333333333vw;
    top: 1.8666666667vw;
    right: 0;
    background-color: #f2cfff;
  }
  .lang__flag {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.6666666667vw;
  }
  .lang__country {
    font-size: 2.9333333333vw;
  }
  .lang__arrow {
    margin-right: 2vw;
    width: 2.9333333333vw;
    height: 1.6vw;
    background-size: 100% 100%;
  }
  .raTab .select__settings {
    width: 7.0666666667vw;
    height: 10vw;
    border: 0;
    border-radius: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-size: 3.8666666667vw 3.8666666667vw;
    background-position: center center;
    border-bottom-right-radius: 2vw;
  }
  .raTab .select__settings .select__settings_main {
    width: 84vw;
    height: 29.3333333333vw;
  }
  .raTab .select__settings .range-slider {
    padding-left: 3.8666666667vw;
  }
  .raTab .select__settings .range-slider + .range-slider {
    margin-top: 1.0666666667vw;
  }
  .raTab .select__settings .range-slider .range-slider__text {
    width: 17.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .raTab .select__settings .range-slider .range-slider__value {
    font-size: 2.9333333333vw;
  }
  .raTab .select__settings .range-slider .range-slider__range {
    width: 48vw;
    margin-right: 2.6666666667vw;
  }
  .raTab .select__settings .select__settings_main-title {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
  .raTab .select__settings::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 6.13333vw;
    top: 1.86667vw;
    left: -1px;
    background-color: #f2cfff;
  }
  .select__sex {
    width: 25.3333333333vw;
    height: 10vw;
    border-radius: 0;
    border: 0;
    padding-right: 0;
    padding-left: 1.3333333333vw;
  }
  .select__sex::before {
    right: 0 !important;
  }
  .select__sex::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 6.1333333333vw;
    top: 1.8666666667vw;
    right: -1.3333333333vw;
    background-color: #f2cfff;
  }
  .select__sex > .select__sex_avatar {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.6666666667vw;
  }
  .select__moods {
    width: 25.3333333333vw;
    height: 10vw;
    border-radius: 0;
    border: 0;
    padding-right: 0;
    padding-left: 1.3333333333vw;
    border-bottom-right-radius: 2vw;
  }
  .select__moods::before {
    content: none !important;
  }
  .select__moods::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 6.1333333333vw;
    top: 1.8666666667vw;
    right: -1.3333333333vw;
    background-color: #f2cfff;
  }
  .select__moods > .select__moods_logo {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.6666666667vw;
  }
  .raTab .select__moods {
    width: 24vw;
  }
  .moods__list_item {
    height: 9.3333333333vw;
    padding-left: 1.3333333333vw;
    text-align: left;
  }
  .moods__list_item span {
    font-size: 2.9333333333vw;
  }
  .select__speed {
    width: 24vw;
    height: 10vw;
    border-radius: 0 0 2vw 0;
    border: 0;
    padding: 0 2vw;
    padding-left: 4vw;
  }
  .select__speed_reduce,
.select__speed_add {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
  .type__script {
    margin-bottom: 4vw;
    min-height: 44vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-shadow: 0px 10px 30px rgba(179, 183, 217, 0.3803921569);
            box-shadow: 0px 10px 30px rgba(179, 183, 217, 0.3803921569);
  }
  .select__speed_curVal {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .show__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #preview {
    width: 100%;
    height: 13.3333333333vw;
    margin-bottom: 2vw;
    font-size: 4.2666666667vw;
    border-radius: 2vw;
    border-width: 0.2666666667vw;
  }
  #preview img {
    width: 3.8666666667vw;
    height: 4.8vw;
    margin-right: 4vw;
  }
  #generateVideo {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
  #generateVideo img {
    width: 6.8vw;
    height: 6.8vw;
    margin-right: 4vw;
  }
  .show__curImg_bgBox {
    width: 12vw;
    height: 12vw;
    border-radius: 1.3333333333vw;
  }
  .color__name {
    font-size: 2.9333333333vw;
    line-height: 3.7333333333vw;
  }
  .show__curImg_settings {
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    background-size: 4.8vw 4.8vw;
    border-radius: 1.3333333333vw;
  }
  .show__curImg_waterLogo {
    width: 8vw;
    height: 8vw;
    left: 6px;
    bottom: 6px;
  }
  .show__curImg_waterLogo img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .choose__avatar_area::-webkit-scrollbar {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
  .type__script_textarea::-webkit-scrollbar, .new_script_textarea::-webkit-scrollbar {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
  #createAvatar__textarea::-webkit-scrollbar {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
  .lang__country_list::-webkit-scrollbar,
.avatar__list_main::-webkit-scrollbar {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
  .select__sex_peopleList-list::-webkit-scrollbar {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
  .select__moods_list::-webkit-scrollbar {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
  .empty__tips {
    left: 2.4vw;
    width: 79.4666666667vw;
    height: 9.2vw;
    padding: 0;
    border-radius: 1.3333333333vw;
    top: 17.2vw;
    font-size: 3.2vw;
  }
  .empty__tips img {
    width: 4.4vw;
    height: 4.4vw;
    margin-right: 1.4666666667vw;
    font-size: 3.2vw;
  }
  .select__sex_name,
.select__speed_curVal,
.select__moods_name {
    font-size: 2.9333333333vw;
  }
  .country__list_item.charge,
.sex__peopleLis_item.charge,
.moods__list_item.charge {
    padding-right: 8.8vw;
  }
  .country__list_item.charge::before,
.sex__peopleLis_item.charge::before,
.moods__list_item.charge::before {
    width: 8.2666666667vw;
    height: 3.1826666667vw;
    right: 2px;
    background-size: contain;
  }
  .select__sex_name_top,
.select__moods_name {
    max-width: 12.8vw;
  }
  .raTab .select__sex_name_top,
.raTab .select__moods_name {
    max-width: 12vw;
  }
  .raTab .lang__country_list,
.raTab .select__sex_peopleList,
.raTab .select__moods_list {
    width: calc(100% + 20px);
    border-radius: 0px 0px 2vw 2vw;
  }
  .lang__country_list,
.select__sex_peopleList,
.select__moods_list {
    width: calc(100% + 20px);
    border-radius: 0px 0px 2vw 2vw;
  }
  .lang__country {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lang__country_top {
    max-width: 22.1333333333vw;
  }
  .raTab .lang__country_top {
    max-width: 16.5333333333vw;
  }
  .select__moods_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select__sex_avatar {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    margin-right: 0.6666666667vw;
  }
  .sex__peopleLis_item {
    padding-left: 1.3333333333vw;
    height: 9.3333333333vw;
    text-align: left;
  }
  .country__list_item,
.sex__peopleLis_cate {
    height: 9.3333333333vw;
    line-height: 9.3333333333vw;
    padding-left: 1.3333333333vw;
  }
  .sex__peopleLis_cate {
    font-size: 2.6666666667vw;
  }
  .lang__country,
.lang__sex {
    margin-right: 0;
  }
  .modal__settings_main {
    width: 84vw;
    height: 109.6vw;
    padding-top: 4vw;
    padding-left: 5.3333333333vw;
    border-radius: 2vw;
  }
  .modal__generating_close {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .modal__generating_close:hover {
    background-color: #fff;
  }
  .modal__generating_close:active {
    background-color: #f0f1f1;
    border-radius: 1.6vw;
  }
  .settings__main_title {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .settings__main_item.canEdit label {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-right: 2.6666666667vw;
  }
  .settings__main_item span {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    font-weight: 300;
    padding-right: 7.3333333333vw;
    margin-top: -0.5333333333vw;
  }
  .settings__main_item label {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-right: 2.6666666667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .hr {
    margin-top: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
    width: 72.2666666667vw;
  }
  .settings__main_item:nth-child(6) {
    margin-bottom: 0;
  }
  .settings__main_btns {
    margin-top: 5.3333333333vw;
  }
  .settings__main_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    padding-right: 5.3333333333vw;
  }
  #settingCancel {
    width: 100%;
  }
  #settingSave {
    width: 100%;
    margin-left: 0;
    margin-top: 2vw;
  }
  button.button__empty {
    border-width: 0.2666666667vw;
  }
  button.button__empty,
button.button__primary,
button.button__cancel {
    font-size: 4.2666666667vw;
    border-radius: 2vw;
  }
  .modal__generating {
    width: 84vw;
    min-height: 106vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8.4vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    border-radius: 2vw;
  }
  .modal__generating_videoBox {
    width: 100%;
    height: 73.3333333333vw;
  }
  .modal__generating_warn {
    padding: 2.1333333333vw 5.3333333333vw;
    height: auto;
  }
  .modal__generating_warn span {
    font-weight: 3.2vw;
    font-weight: 300;
  }
  .modal__generating .modal__generating_close {
    top: 2vw;
    right: 2vw;
  }
  .generating__videoBox_playBtn .play {
    width: 9.7333333333vw;
  }
  .generating__videoBox_playBtn .pause {
    width: 6.5333333333vw;
  }
  .loadingCreateAudio {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 100% 100%;
  }
  .modal__signup_title {
    text-align: left;
    font-weight: 300;
    font-size: 3.2vw;
  }
  #signup {
    width: 100%;
    font-weight: 500;
    margin-top: 4vw;
  }
  .modal__generating_videoBox {
    margin-top: 5.6vw;
    border-radius: 2vw;
  }
  .modal__email {
    width: 84vw;
    height: 73.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  .modal__generating_desc {
    font-weight: 300;
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
  #modalEmailOk, #modalEmailCancel {
    width: 100%;
    height: 13.3333333333vw;
  }
  .visitorSignup,
.freeOrExpiredBuy .noTimeBuyNow {
    width: 100%;
    height: 13.3333333333vw;
  }
  .modal__email_logo {
    width: 13.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .select__color_card {
    width: 61.6vw;
    height: 73.6vw;
    padding: 2.8vw 4.5333333333vw 0 4.5333333333vw;
  }
  .color__card_title {
    font-size: 3.2vw;
    font-weight: 600;
    margin-bottom: 2.1333333333vw;
  }
  .card__colorList_item {
    width: 6.2666666667vw;
    height: 6.2666666667vw;
  }
  .color__card_colorList {
    margin-bottom: 2.2666666667vw;
  }
  .color__card_block {
    height: 41.2vw;
    position: relative;
  }
  .colorPicker__hex p,
.colorPicker__rgb_r p,
.colorPicker__rgb_g p,
.colorPicker__rgb_b p {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }
  .colorPicker__hex input,
.colorPicker__rgb input {
    height: 5.8666666667vw;
    font-size: 3.2vw;
    display: block;
  }
  .colorPicker__hex {
    width: 16vw;
    margin-right: 2.2666666667vw;
  }
  .colorPicker__rgb .colorPicker__rgb_r,
.colorPicker__rgb .colorPicker__rgb_g,
.colorPicker__rgb .colorPicker__rgb_b {
    width: 10.2666666667vw;
    height: 5.8666666667vw;
  }
  .colorPicker__val {
    width: 100%;
    position: absolute;
    top: 42.5333333333vw;
    left: 0;
    margin-top: 0;
  }
  .left__preview_loading img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .modal__createAvatar {
    width: 84vw;
    height: 166.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal__createAvatar_top {
    padding: 9.3333333333vw 5.3333333333vw 0 5.3333333333vw;
    height: 77.7333333333vw;
  }
  .createAvatar__top_title {
    font-weight: 600;
    font-size: 3.7333333333vw;
    margin-bottom: 3.3333333333vw;
    line-height: 1.5;
  }
  .top__avatarList_item {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    overflow: hidden;
  }
  .createAvatar__top_avatarList {
    margin-bottom: 3.3333333333vw;
  }
  .createAvatar__top_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #randomize {
    width: 100%;
    height: 13.3333333333vw;
    margin-bottom: 2vw;
    font-size: 4.2666666667vw;
  }
  #next {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .modal__createAvatar_bottom {
    padding: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .createAvatar__bottom_title {
    font-size: 3.7333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .createAvatar__bottom_radios span {
    font-size: 3.2vw;
    font-weight: 300;
  }
  .bottom__radios_item + .bottom__radios_item {
    margin-left: 10.9333333333vw;
  }
  .createAvatar__bottom_radios {
    margin-bottom: 3.3333333333vw;
  }
  .createAvatar__bottom_inputBox {
    height: 37.6vw;
    background: #ffffff;
    border: 1px solid #d1cee4;
    border-radius: 2vw;
  }
  #createAvatar__textarea {
    height: 28.5333333333vw;
    padding: 3.2vw 3.2vw 0 3.2vw;
    font-size: 2.6666666667vw;
    border: 0;
    border-radius: 2vw;
    line-height: 1.2;
  }
  #createAvatar__textarea::-webkit-input-placeholder {
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
  #createAvatar__textarea::-moz-placeholder {
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
  #createAvatar__textarea:-ms-input-placeholder {
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
  #createAvatar__textarea::-ms-input-placeholder {
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
  #createAvatar__textarea::placeholder {
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
  .createAvatar__textarea_charNum {
    bottom: 2vw;
    left: 3.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .modal__createAvatar .empty__tips {
    width: 73.6vw;
    left: 0;
    top: -12vw;
  }
  .modal__createAvatar .empty__tips span {
    font-weight: 300;
    font-size: 3.2vw;
  }
  .isLoading .top__avatarList_item.loading::after {
    background-size: 9.3333333333vw 9.3333333333vw;
  }
  .createAvatar_bottom_btns {
    margin: 0;
    height: 13.3333333333vw;
    position: relative;
    margin-top: 2.6666666667vw;
  }
  .createAvatar_bottom_btns #customize {
    position: absolute;
    top: 0;
  }
  #customize {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
  }
  .show__curImg.loading .left__preview_loading {
    border-radius: 2vw;
  }
  .modal__requirements {
    width: 84vw;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.5411764706);
            box-shadow: 0px 10px 30px rgba(168, 166, 183, 0.5411764706);
    border-radius: 2vw;
    position: relative;
    padding-left: 5.3333333333vw;
    padding-top: 10vw;
  }
  .modal__requirements .modal__requirements_img {
    position: absolute;
    width: 26.1333333333vw;
    height: 26.1333333333vw;
    background-color: #fff;
    left: 4.1333333333vw;
    top: -17.3333333333vw;
    border-radius: 2vw;
    padding: 0.5333333333vw;
  }
  .modal__requirements .modal__requirements_img .modal__requirements_inner {
    width: 100%;
    height: 100%;
    border-radius: 2vw;
    background: #fff url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/tips-default.webp") center center/contain no-repeat;
  }
  .modal__requirements h3 {
    color: #39325a;
    font-weight: 600;
    font-size: 3.2vw;
    line-height: 6vw;
    margin-bottom: 1.4666666667vw;
  }
  .modal__requirements ul li {
    color: #39325a;
    font-weight: 300;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    position: relative;
    padding-left: 4.1333333333vw;
  }
  .modal__requirements ul li + li {
    margin-top: 0.6666666667vw;
  }
  .modal__requirements ul li::after {
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBpZD0i6Lev5b6EXzE1OTAzNCIgZGF0YS1uYW1lPSLot6/lvoQgMTU5MDM0IiBkPSJNMTI1LjIsMTE1LjJhMTAsMTAsMCwxLDAsMTAsMTBBMTAsMTAsMCwwLDAsMTI1LjIsMTE1LjJabTUuNzM4LDcuNDA3LTYuNDUyLDYuNDUyYS45LjksMCwwLDEtMS4yNzgsMGwtMy43MjYtMy43MjZhLjkuOSwwLDAsMSwxLjI3OC0xLjI3OGwzLjA4NSwzLjA4NSw1LjgxLTUuODE1YS45LjksMCwxLDEsMS4yNzgsMS4yNzhabTAsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExNS4yIC0xMTUuMikiIGZpbGw9IiNlMThlZmYiLz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
  .modal__requirements ul li.error:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBpZD0i6Lev5b6EXzE1OTAzOSIgZGF0YS1uYW1lPSLot6/lvoQgMTU5MDM5IiBkPSJNMTUwLDE0MS42YTEwLDEwLDAsMSwwLDEwLDEwLDEwLDEwLDAsMCwwLTEwLTEwWm01LjEyOCwxMy44NzFhLjkxMy45MTMsMCwwLDEtMS4zLDEuMjg3bC0zLjg0LTMuODU4LTMuOSwzLjg0NWEuOTEuOTEsMCwwLDEtMS4yNzktMS4zbDMuOS0zLjg0NS0zLjg1My0zLjlhLjkyLjkyLDAsMCwxLDEuMy0xLjNsMy44NTQsMy45LDMuOS0zLjg0NWEuOTIuOTIsMCwwLDEsMS4zLDEuM2wtMy45MjMsMy44NzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQwIC0xNDEuNikiIGZpbGw9IiNmZTY5NjkiLz4KPC9zdmc+");
    color: #fff;
  }
  .modal__requirements_tips {
    background-color: #fff2dd;
    margin-left: -5.3333333333vw;
    padding: 2.6666666667vw;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.3333333333vw;
  }
  .modal__requirements_tips img {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin: 0 !important;
    display: block;
    margin-right: 5px !important;
  }
  .modal__requirements_tips p {
    color: #f21110;
    font-size: 2.6666666667vw;
    line-height: 3.3333333333vw;
    font-weight: 300;
  }
  .modal-uploading {
    width: 84vw;
    height: 56.8vw;
  }
  .uploading__process {
    width: 80%;
  }
  .uploading__title {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
  .uploading__process {
    height: 2.6666666667vw;
  }
  .modal-uploading .process__val {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .uploading__cancel {
    width: 50%;
    height: 13.3333333333vw;
  }
  .upload__img:hover,
.ai__generate:hover {
    background-color: #51487e;
  }
  .upload__img:active,
.ai__generate:active {
    background-color: #e18eff;
  }
  .bottom__radios_item label {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    background-size: 100% 100% !important;
  }
  .bottom__radios_item input:checked + label:hover {
    background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/radio__active.svg") no-repeat;
  }
  .bottom__radios_item input:checked + label:active {
    background: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/radio__active_color.svg) no-repeat;
  }
  #preview:hover {
    background-color: #fff;
  }
  #preview:active {
    background-color: #faeeff;
  }
  button.button__primary:active {
    background-color: #4f2fe3;
  }
  button.button__cancel:active {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .button__empty:active {
    background-color: #faeeff;
  }
  .generating__videoBox_playBtn svg:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .generating__videoBox_playBtn svg:active {
    color: #fff !important;
  }
  .select__speed_add:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/add.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .select__speed_add:active {
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/add_hover.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .select__speed_reduce:hover {
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reduce.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .select__speed_reduce:active {
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/reduce_hover.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .curImg__bgBox_color {
    width: 6.2666666667vw;
    height: 6.2666666667vw;
  }
  .show__curImg_settings:hover {
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/setting.svg);
    background-repeat: no-repeat;
    background-size: 4.8vw 4.8vw;
    background-position: center center;
  }
  .show__curImg_settings:active {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/setting-active.svg);
    background-repeat: no-repeat;
    background-size: 4.8vw 4.8vw;
    background-position: center center;
  }
  .aiTalkingFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 9.3333333333vw;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 999;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 0px -10px 25px rgba(30, 28, 36, 0.231372549);
            box-shadow: 0px -10px 25px rgba(30, 28, 36, 0.231372549);
    border: 1px solid #8b68ff;
  }
  .aiTalkingFooter .tab__bar_item {
    border-radius: 1.3333333333vw;
    padding: 0 2.6666666667vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
  .choose__avatar_area .avatar__img:nth-child(4n+1) {
    margin-right: 0;
  }
  .modal__processing img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .modal__processing span {
    font-size: 3.2vw;
  }
}
.main-container {
  margin-top: 74px;
}

.lang__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1200px) {
  .select__moods_name,
.select__sex_name_top,
.lang__country_top,
.select__sex_name {
    max-width: initial !important;
    margin-left: 0 !important;
  }
  .country__list_item:not(.charge).active .lang__country,
.sex__peopleLis_item:not(.charge).active .select__sex_name {
    max-width: calc(100% - 64px) !important;
    margin-left: 0 !important;
  }
  .moods__list_item:not(.charge).active span {
    max-width: calc(100% - 30px) !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 1200px) {
  .select__moods_name,
.select__sex_name_top,
.lang__country_top,
.select__sex_name {
    max-width: initial !important;
    margin-left: 0 !important;
  }
  .country__list_item:not(.charge).active .lang__country,
.sex__peopleLis_item:not(.charge).active .select__sex_name {
    max-width: calc(100% - 9.53334vw) !important;
    margin-left: 0 !important;
  }
  .moods__list_item:not(.charge).active span {
    max-width: calc(100% - 6.33334vw) !important;
    margin-left: 0 !important;
  }
}
.baby__processing {
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
  background-color: rgba(0, 0, 0, 0.7);
}
.baby__processing .modal__processing {
  width: 240px;
  height: 160px;
  background: #000000;
  border-radius: 24px;
}
.baby__processing .modal__processing img {
  width: 46px;
  height: 46px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.baby__processing .modal__processing span {
  color: #fff;
  font-size: 14px;
}

.imgShow__float {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
}
@media (max-width: 1200px) {
  .imgShow__float {
    width: 12vw;
    top: 2vw;
    right: 2vw;
    gap: 2vw;
  }
}

.cropper-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  gap: 12px;
}

.cropper-btn {
  border: 0;
  outline: none;
  height: 32px;
  padding: 0 9px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 32px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  min-width: 78px;
}
.cropper-btn img,
.cropper-btn svg {
  width: 12px;
}
.cropper-btn.cropper-btn-cancel {
  background-color: #fff;
  color: #39325a;
  -webkit-box-shadow: 0px 3px 6px rgba(28, 31, 35, 0.6);
          box-shadow: 0px 3px 6px rgba(28, 31, 35, 0.6);
}
.cropper-btn.cropper-btn-cancel:hover {
  color: #6d4dff;
}
.cropper-btn.cropper-btn-cancel:hover svg path {
  stroke: #6d4dff;
}
.cropper-btn.cropper-btn-crop {
  background-color: #6d4dff;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(109, 77, 255, 0.6);
          box-shadow: 0px 3px 6px rgba(109, 77, 255, 0.6);
}
.cropper-btn.cropper-btn-crop:hover {
  background-color: #4b35db;
}

.crop__area:not(.has-border-radius) #bgBase,
.crop__area:not(.has-border-radius) #image-2 {
  border-radius: 0;
}

.show__curImg:has(.has-border-radius) #left_img {
  border-radius: var(--br);
}

.show__curImg:has(.has-border-radius) .show__video {
  overflow: hidden;
}

/*********** 3.7 start *************/
.generateVideo__btns {
  position: relative;
  z-index: 10;
}
.generateVideo__btns .generateVideo__btns_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  padding: 8px 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.generateVideo__btns .generateVideo__btns_dropdown .generateVideo__btns_item {
  width: 100%;
  height: 56px;
  cursor: pointer;
  padding-left: 24px;
  font: normal normal normal 14px/56px Poppins;
  color: #39325a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.generateVideo__btns .generateVideo__btns_dropdown .generateVideo__btns_item > span {
  display: inline-block;
  height: 20px;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgb(255, 145, 61)), to(rgb(243, 15, 85)));
  background: transparent linear-gradient(90deg, rgb(255, 145, 61) 0%, rgb(243, 15, 85) 100%);
  border-radius: 10px;
  padding: 0 10px;
  margin-left: 6px;
  font: italic normal 500 10px/20px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
}
.generateVideo__btns .generateVideo__btns_dropdown .generateVideo__btns_item:hover {
  background-color: rgba(109, 77, 255, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.generateVideo__btns .btn-more {
  width: 50px;
  height: 100%;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/btn-more-icon.svg") no-repeat;
  background-size: 24px 24px;
  background-position: center;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.generateVideo__btns .btn-more::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 38px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.generateVideo__btns.show_dropdown .btn-more {
  display: block;
}
.generateVideo__btns.show_dropdown:hover .generateVideo__btns_dropdown {
  display: block;
}

.ex_dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .ex_dialog {
    padding-top: 60px;
  }
}
.ex_dialog .ex_dialog_main {
  width: 913px;
  padding: 91px 43px 98px 280px;
  border-radius: 16px;
  position: relative;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/ex_dialog_bg_pc.webp") bottom/100% auto no-repeat, -webkit-gradient(linear, left top, right top, from(#ede5ff), to(#fbe5ff));
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/ex_dialog_bg_pc.webp") bottom/100% auto no-repeat, linear-gradient(90deg, #ede5ff 0%, #fbe5ff 100%);
}
@media (max-width: 1199px) {
  .ex_dialog .ex_dialog_main {
    width: 83.2vw;
    padding: 51.6vw 4.8vw 6.6666666667vw 4.8vw;
    border-radius: 3.7333333333vw;
    background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/ex_dialog_bg_m.webp") right/auto 100% no-repeat, -webkit-gradient(linear, left top, right top, from(#ede5ff), to(#fbe5ff));
    background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/ex_dialog_bg_m.webp") right/auto 100% no-repeat, linear-gradient(90deg, #ede5ff 0%, #fbe5ff 100%);
  }
}
.ex_dialog .ex_dialog_main .video-card {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -140px;
  width: 248px;
  height: 460px;
}
@media (max-width: 1199px) {
  .ex_dialog .ex_dialog_main .video-card {
    top: -20vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 33.0666666667vw;
    height: 61.3333333333vw;
    margin-left: 0;
    border-radius: 2.6666666667vw;
  }
}
.ex_dialog .ex_dialog_main .ex_dialog_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .ex_dialog .ex_dialog_main .ex_dialog_close {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .ex_dialog .ex_dialog_main .ex_dialog_close > img {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.ex_dialog .ex_dialog_main .ex_dialog_close svg {
  width: 24px;
  height: 24px;
}
.ex_dialog .ex_dialog_main .ex_dialog_close:hover {
  background-color: rgba(140, 140, 151, 0.2);
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ex_dialog .ex_dialog_main .ex_dialog_title {
  font: normal normal 600 36px/55px Poppins;
  color: #39325A;
  margin-bottom: 26px;
}
@media (max-width: 1199px) {
  .ex_dialog .ex_dialog_main .ex_dialog_title {
    font-size: 5.6vw;
    line-height: 8.4vw;
    max-width: initial;
    width: 100%;
    margin-bottom: 2.9333333333vw;
  }
}
.ex_dialog .ex_dialog_main .ex_dialog_desc {
  font: normal normal normal 18px/27px Poppins;
  color: #39325A;
  margin-bottom: 111px;
}
@media (max-width: 1199px) {
  .ex_dialog .ex_dialog_main .ex_dialog_desc {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    margin-bottom: 14.5333333333vw;
  }
}
.ex_dialog .ex_dialog_main .ex_dialog_p {
  font: normal normal 500 14px/16px Poppins;
  color: #1e1e2e;
  margin-bottom: 66px;
  position: relative;
  padding-left: 16px;
}
@media (max-width: 1199px) {
  .ex_dialog .ex_dialog_main .ex_dialog_p {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    margin-bottom: 6.5333333333vw;
    padding-left: 3.3333333333vw;
  }
}
.ex_dialog .ex_dialog_main .ex_dialog_p::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #6d4dff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .ex_dialog .ex_dialog_main .ex_dialog_p::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.ex_dialog .ex_dialog_main .ex_dialog_span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  text-decoration: underline;
  font: normal normal 500 14px/21px Poppins;
  color: rgba(57, 50, 90, 0.4);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .ex_dialog .ex_dialog_main .ex_dialog_span {
    bottom: 4.1333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
}
.ex_dialog .ex_dialog_main .ex_dialog_span:hover {
  color: rgb(57, 50, 90);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ex_dialog .ex_dialog_main .ex_dialog_btn {
  min-width: 240px;
  height: 56px;
  font: normal normal medium 18px/27px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #6d4dff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 22px;
}
.ex_dialog .ex_dialog_main .ex_dialog_btn > span {
  display: inline;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .ex_dialog .ex_dialog_main .ex_dialog_btn {
    max-width: 100%;
    height: 11.7333333333vw;
    font-size: 3.4666666667vw;
    line-height: 48px;
    border-radius: 2.1333333333vw;
    width: 100%;
  }
}
.ex_dialog .ex_dialog_main .ex_dialog_btn:hover {
  background-color: #4b35db;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.choose_voice {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .choose_voice {
    padding-top: 1.295rem;
    background-color: transparent;
  }
}
.choose_voice .choose_voice_main {
  width: 1020px;
  height: 738px;
  background: #ffffff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_main {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: auto;
    padding-top: 6.1333333333vw;
  }
  .choose_voice .choose_voice_main .choose_voice_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4.2666666667vw;
  }
  .choose_voice .choose_voice_main .choose_voice_header.is-open {
    padding-bottom: 0;
  }
  .choose_voice .choose_voice_main .choose_voice_header.is-open .choose_voice_filt .filt-arrow-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .choose_voice .choose_voice_main .choose_voice_filt {
    -webkit-padding-start: 3.2vw;
            padding-inline-start: 3.2vw;
    -webkit-padding-end: 2.1333333333vw;
            padding-inline-end: 2.1333333333vw;
    height: 8.5333333333vw;
    border-radius: 2.1333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(57, 50, 90, 0.1);
    margin-right: 4.2666666667vw;
  }
  .choose_voice .choose_voice_main .choose_voice_filt .filt-icon {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/filt_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .choose_voice .choose_voice_main .choose_voice_filt .filt-text {
    padding: 0 5.3333333333vw 0 1.6vw;
    font-size: 3.4666666667vw;
  }
  .choose_voice .choose_voice_main .choose_voice_filt .filt-arrow-icon {
    width: 2.6666666667vw;
    height: 1.8666666667vw;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/filt_arrow_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .choose_voice .choose_voice_main .choose_voice_back {
    padding: 0 3.2vw;
    height: 8.5333333333vw;
    border-radius: 2.1333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6vw;
    font-size: 3.4666666667vw;
    background: rgba(57, 50, 90, 0.1);
    margin-left: 4.2666666667vw;
  }
  .choose_voice .choose_voice_main .choose_voice_back > img {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.choose_voice .choose_voice_main .choose_voice_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_main .choose_voice_close {
    display: none;
  }
}
.choose_voice .choose_voice_main .choose_voice_close > img {
  width: 24px;
  height: 24px;
  display: block;
}
.choose_voice .choose_voice_main .choose_voice_close:hover {
  background: rgba(140, 140, 151, 0.2);
  border-radius: 6px;
}
.choose_voice .choose_voice_title {
  padding-top: 18px;
  padding-left: 16px;
  margin-bottom: 11px;
  font: normal normal normal 16px/25px Poppins;
  color: #39325a;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_title {
    padding-top: 3.2vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    font-weight: 600;
    display: none;
  }
}
.choose_voice .choose_voice_filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 16px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.1333333333vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1333333333vw;
    margin-bottom: 4.2666666667vw;
    display: none;
  }
}
.choose_voice .choose_voice_filters .choose_voice_filter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .choose_voice_filter {
    min-width: 0;
  }
  .choose_voice .choose_voice_filters .choose_voice_filter:nth-child(5) {
    grid-column: 1/-1;
    /* 从第1列开始到最后一列结束 */
  }
}
.choose_voice .choose_voice_filters .voice_filter_title {
  margin-bottom: 3px;
  font: normal normal normal 13px/20px Poppins;
  color: #39325A;
  letter-spacing: 0px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_title {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    margin-bottom: 1.0666666667vw;
  }
}
.choose_voice .choose_voice_filters .voice_filter_input {
  position: relative;
  width: var(--wt);
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_input {
    width: auto;
  }
}
.choose_voice .choose_voice_filters .voice_filter_input:not(:has(.curHidden)) .filter_label_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.choose_voice .choose_voice_filters .voice_filter_droplist {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(57, 50, 90, 0.5019607843);
          box-shadow: 0px 3px 6px rgba(57, 50, 90, 0.5019607843);
  border-radius: 8px;
  padding: 8px 0;
  max-height: 300px;
  overflow: auto;
  z-index: 9;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_droplist {
    top: calc(100% + 1.3333333333vw);
    border-radius: 1.0666666667vw;
    padding: 1.0666666667vw 0;
    max-width: 78.4vw;
  }
  .choose_voice .choose_voice_filters .voice_filter_droplist::-webkit-scrollbar {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.choose_voice .choose_voice_filters .voice_filter_droplist .voice_filter_dropitem {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  font: normal normal normal 14px/40px Poppins;
  letter-spacing: 0px;
  color: #39325a;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_droplist .voice_filter_dropitem {
    height: 10.9333333333vw;
    line-height: 10.9333333333vw;
    padding-left: 4.4vw;
    font-size: 3.7333333333vw;
  }
}
@media (min-width: 1200px) {
  .choose_voice .choose_voice_filters .voice_filter_droplist .voice_filter_dropitem:not(.active):hover {
    background: rgba(139, 61, 255, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.choose_voice .choose_voice_filters .voice_filter_droplist .voice_filter_dropitem.key-active {
  background: rgba(139, 61, 255, 0.1);
}
.choose_voice .choose_voice_filters .voice_filter_droplist .voice_filter_dropitem.active {
  background: rgba(139, 61, 255, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 30px;
}
.choose_voice .choose_voice_filters .voice_filter_droplist .voice_filter_dropitem.active::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 14px;
  height: 14px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/voice_active_logo.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_droplist .voice_filter_dropitem.active::after {
    width: 4vw;
    height: 4vw;
    right: 3.2vw;
  }
}
.choose_voice .choose_voice_filters .voice_filter_droplist .voice_filter_nodata {
  color: #cacaca;
  font: normal normal 400 14px/21px Poppins;
  width: 100%;
  padding: 10px 30px 10px 16px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_droplist .voice_filter_nodata {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    padding: 1.3333333333vw 4vw 1.3333333333vw 2.1333333333vw;
  }
}
.choose_voice .choose_voice_filters .voice_filter_label {
  width: 100%;
  height: 42px;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(57, 50, 90, 0.2);
  border-radius: 6px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_label {
    width: auto;
    height: 10.9333333333vw;
    border-radius: 2.1333333333vw;
    padding: 0 3.2vw;
  }
}
@media (min-width: 1200px) {
  .choose_voice .choose_voice_filters .voice_filter_label:hover {
    border-color: #39325A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.choose_voice .choose_voice_filters .voice_filter_label.voice-speed {
  gap: 10px;
}
.choose_voice .choose_voice_filters .voice_filter_label.voice-speed .range-slider__value {
  display: block;
  width: 30px;
  text-align: center;
}
.choose_voice .choose_voice_filters .voice_filter_label .filter_label_logo {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_label .filter_label_logo {
    display: none;
  }
}
.choose_voice .choose_voice_filters .voice_filter_label .filter_label_logo > img {
  width: 100%;
  height: 100%;
  display: block;
}
.choose_voice .choose_voice_filters .voice_filter_label .filter_label_text {
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #39325a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_label .filter_label_text {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}
.choose_voice .choose_voice_filters .voice_filter_label .filter_label_input {
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #39325A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.choose_voice .choose_voice_filters .voice_filter_label .filter_label_input:-moz-read-only {
  cursor: pointer;
}
.choose_voice .choose_voice_filters .voice_filter_label .filter_label_input:read-only {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_label .filter_label_input {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
  .choose_voice .choose_voice_filters .voice_filter_label .filter_label_input::-webkit-input-placeholder {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
  .choose_voice .choose_voice_filters .voice_filter_label .filter_label_input::-moz-placeholder {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
  .choose_voice .choose_voice_filters .voice_filter_label .filter_label_input:-ms-input-placeholder {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
  .choose_voice .choose_voice_filters .voice_filter_label .filter_label_input::-ms-input-placeholder {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
  .choose_voice .choose_voice_filters .voice_filter_label .filter_label_input::placeholder {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}
.choose_voice .choose_voice_filters .voice_filter_label .filter_label_arrow {
  width: 12px;
  height: 12px;
  background: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/select-arrow.svg") no-repeat;
  background-size: cover;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_filters .voice_filter_label .filter_label_arrow {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.choose_voice .choose_voice_filters .voice_filter_label + .range-slider {
  margin-top: 8px;
}
.choose_voice .choose_voice_filters .voice_filter_label .range-slider__text,
.choose_voice .choose_voice_filters .voice_filter_label .range-slider__value {
  color: #9c98ac;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.choose_voice .choose_voice_filters .voice_filter_label .range-slider__text {
  width: 73px;
  text-align: left;
}
.choose_voice .choose_voice_filters .voice_filter_label .range-slider__range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  border-radius: 5px;
  background: #efefef;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.choose_voice .choose_voice_filters .voice_filter_label .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #6d4dff;
  border-radius: 100%;
  cursor: pointer;
}
.choose_voice .choose_voice_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 0;
  background-color: rgba(140, 140, 151, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.choose_voice .choose_voice_list .choose_voice_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 16px 0;
  gap: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 11px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .choose_voice_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.1333333333vw 4.2666666667vw;
    gap: 4.2666666667vw 21.3333333333vw;
  }
}
.choose_voice .choose_voice_list .voice_header_item {
  padding-top: 7px;
  font: normal normal normal 14px/21px Poppins;
  color: rgb(103, 103, 120);
  position: relative;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .voice_header_item {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    padding-top: 0.5333333333vw;
    white-space: nowrap;
  }
}
.choose_voice .choose_voice_list .voice_header_item:not(.active) {
  cursor: pointer;
}
.choose_voice .choose_voice_list .voice_header_item.active {
  color: rgb(139, 61, 255);
}
.choose_voice .choose_voice_list .voice_header_item.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: rgb(139, 61, 255);
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .voice_header_item.active::before {
    height: 1.0666666667vw;
    bottom: -1.0666666667vw;
  }
}
.choose_voice .choose_voice_list .voice_header_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .voice_header_tabs {
    gap: 4.2666666667vw;
  }
}
.choose_voice .choose_voice_list .voice__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 257px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(57, 50, 90, 0.2);
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  padding-left: 16px;
  gap: 16px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .voice__search {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 41.4666666667vw;
    height: 10.9333333333vw;
    border-radius: 2.1333333333vw;
    gap: 2.1333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    border: 0.2666666667vw solid rgba(57, 50, 90, 0.2509803922);
  }
}
.choose_voice .choose_voice_list .voice__search > img {
  width: 20px;
  height: 20px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .voice__search > img {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.choose_voice .choose_voice_list .voice__search > input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 100%;
  outline: none;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  border-radius: 6px;
}
.choose_voice .choose_voice_list .voice__search > input::-webkit-input-placeholder {
  font-size: 14px;
}
.choose_voice .choose_voice_list .voice__search > input::-moz-placeholder {
  font-size: 14px;
}
.choose_voice .choose_voice_list .voice__search > input:-ms-input-placeholder {
  font-size: 14px;
}
.choose_voice .choose_voice_list .voice__search > input::-ms-input-placeholder {
  font-size: 14px;
}
.choose_voice .choose_voice_list .voice__search > input::placeholder {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .voice__search > input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.2vw;
    border-radius: 2.1333333333vw;
  }
  .choose_voice .choose_voice_list .voice__search > input::-webkit-input-placeholder {
    font-size: 3.2vw;
  }
  .choose_voice .choose_voice_list .voice__search > input::-moz-placeholder {
    font-size: 3.2vw;
  }
  .choose_voice .choose_voice_list .voice__search > input:-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .choose_voice .choose_voice_list .voice__search > input::-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .choose_voice .choose_voice_list .voice__search > input::placeholder {
    font-size: 3.2vw;
  }
}
.choose_voice .choose_voice_list .voice__search .voice__search__clear {
  width: 18px;
  height: 18px;
  background-color: #858585;
  -webkit-mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/search_close_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/search_close_icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  margin-right: 11px;
  cursor: pointer;
}
.choose_voice .choose_voice_list .voice__search .voice__search__clear:hover {
  background-color: #333333;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .voice__search .voice__search__clear {
    width: 4.8vw;
    height: 4.8vw;
    background-color: #858585;
    -webkit-mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/search_close_icon.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/search_close_icon.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    margin-right: 0;
  }
}
.choose_voice .choose_voice_list .voice__search:hover {
  border-color: rgb(112, 105, 141);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.choose_voice .choose_voice_list .voice__search .voice__search__history {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  padding: 12px 12px 16px 16px;
  border-radius: 6px;
  border: 1px solid #CDCBD5;
  background-color: #ffffff;
  z-index: 1;
}
.choose_voice .choose_voice_list .voice__search .voice__search__history .history__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.choose_voice .choose_voice_list .voice__search .voice__search__history .history__header .header__title {
  font: normal normal 600 14px/21px Poppins;
  color: #39325A;
}
.choose_voice .choose_voice_list .voice__search .voice__search__history .history__header .history__icon {
  width: 20px;
  height: 20px;
  background-color: #88849c;
  -webkit-mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/history_delete_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/history_delete_icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  cursor: pointer;
}
.choose_voice .choose_voice_list .voice__search .voice__search__history .history__header .history__icon:hover {
  background-color: #39325a;
}
.choose_voice .choose_voice_list .voice__search .voice__search__history .history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.choose_voice .choose_voice_list .voice__search .voice__search__history .history__list .history__item {
  padding: 4px 8px;
  font: normal normal normal 14px/21px Poppins;
  color: rgba(57, 50, 90, 0.8);
  border-radius: 6px;
  background-color: #e1e0e6;
  cursor: pointer;
  word-break: break-word;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .voice__search .voice__search__history {
    top: 13.0666666667vw;
    padding: 2.9333333333vw 2.6666666667vw;
    border-radius: 1.6vw;
    border: 0.2666666667vw solid #CDCBD5;
  }
  .choose_voice .choose_voice_list .voice__search .voice__search__history.is-up {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 0.16rem));
            transform: translateY(calc(-100% - 0.16rem));
  }
  .choose_voice .choose_voice_list .voice__search .voice__search__history .history__header {
    margin-bottom: 2.6666666667vw;
  }
  .choose_voice .choose_voice_list .voice__search .voice__search__history .history__header .header__title {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
  .choose_voice .choose_voice_list .voice__search .voice__search__history .history__header .history__icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-color: #88849c;
    -webkit-mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/history_delete_icon.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/history_delete_icon.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
  }
  .choose_voice .choose_voice_list .voice__search .voice__search__history .history__list {
    max-height: 40vw;
    margin-right: -2vw;
    padding-right: 0.6666666667vw;
    gap: 2.6666666667vw;
    overflow-y: auto;
  }
  .choose_voice .choose_voice_list .voice__search .voice__search__history .history__list .history__item {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 1.6vw;
  }
}
.choose_voice .choose_voice_list .choose_voice_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-height: 0;
  position: relative;
}
.choose_voice .choose_voice_list .choose_voice_area .choose_voice_loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: #f3f3f4;
}
.choose_voice .choose_voice_list .choose_voice_area .choose_voice_loading > img {
  -webkit-animation: rotate360 2s linear infinite;
          animation: rotate360 2s linear infinite;
  width: 40px;
  height: 40px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .choose_voice_area .choose_voice_loading > img {
    width: 10.9333333333vw;
    height: 10.9333333333vw;
  }
}
.choose_voice .choose_voice_list .choose_voice_area .choose_voice_loading p {
  font-size: 16px;
  color: #39325a;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .choose_voice_area .choose_voice_loading p {
    font-size: 3.2vw;
  }
}
.choose_voice .choose_voice_list .choose_voice_area.loading .choose_voice_loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choose_voice .choose_voice_list .choose_voice_area .choose_voice_area_item {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f3f3f4;
}
.choose_voice .choose_voice_list .choose_voice_area .choose_voice_area_item.active {
  display: -ms-grid;
  display: grid;
}
.choose_voice .choose_voice_list .choose_voice_area .choose_voice_area_item {
  position: relative;
  padding: 16px;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  overflow: auto;
  place-content: flex-start;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .choose_voice_area .choose_voice_area_item {
    padding: 4.2666666667vw;
    gap: 2.6666666667vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    overflow: unset;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    height: 100%;
    overflow-y: auto;
  }
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item {
  height: 84px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(57, 50, 90, 0.2);
  border-radius: 12px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  cursor: pointer;
  position: relative;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .choose_voice_area .voice_item {
    height: 21.3333333333vw;
    padding: 3.2vw;
    gap: 3.2vw;
    border-radius: 2.1333333333vw;
  }
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item:not(cloneMyVoice).active {
  border-color: rgb(139, 61, 255);
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item:not(cloneMyVoice).active::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 36px;
  height: 22px;
  background: rgb(139, 61, 255) url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/select-active-arrow.svg") no-repeat center;
  border-radius: 0px 12px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .choose_voice_area .voice_item:not(cloneMyVoice).active::after {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
    border-radius: 0px 2.1333333333vw;
    background: rgb(139, 61, 255) url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/select-active-arrow.svg") no-repeat center;
    background-size: 3.2vw 3.2vw;
  }
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item.cloneMyVoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font: normal normal normal 14px/21px Poppins;
  color: rgb(57, 50, 90);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .choose_voice_area .voice_item.cloneMyVoice {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item:hover {
  border-color: #39325A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_flag {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(140, 140, 151, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_flag:hover .play_state_mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .choose_voice_area .voice_item_flag {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_flag > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_flag .play_state_mask {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_flag .play_state_mask .play_state_icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_flag .play_state_mask .play_state_icon.play {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/voice_play_icon.svg);
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_flag .play_state_mask .play_state_icon.pause {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/voice_pause_icon.svg);
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_flag .play_state_mask .play_state_icon.loading {
  background-image: url(https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/voice_loading_icon.svg);
  -webkit-animation: rotateAni 3s linear infinite;
          animation: rotateAni 3s linear infinite;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 40px);
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4px;
  width: 100%;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .choose_voice_area .voice_item_title {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item:not(.stared) .voice_item_star {
  width: 22px;
  height: 22px;
  background-color: #1e1e2e;
  -webkit-mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/avatar_star.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/avatar_star.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item:not(.stared) .voice_item_star:hover {
  background-color: #ffa024;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item.stared .voice_item_star {
  width: 22px;
  height: 22px;
  background-color: #ffa024;
  -webkit-mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/avatar_star red.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/avatar_star red.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item:hover .voice_item_star {
  visibility: visible;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_name {
  font: normal normal 600 14px/21px Poppins;
  color: rgb(57, 50, 90);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_elevenLabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 5px 6px;
  border-radius: 6px;
  background-color: #efeef2;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_elevenLabs .elevenLabs_icon {
  width: 13px;
  height: 13px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/elevenLabs_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_elevenLabs .elevenLabs_txt {
  font: normal normal normal 10px/16px Poppins;
  color: #39325A;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_clone {
  width: 20px;
  height: 20px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/voice_item_clone_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_star {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  visibility: hidden;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_hr {
  margin: 8px 0;
  width: 100%;
  height: 1px;
  background-color: rgb(228, 232, 239);
}
.choose_voice .choose_voice_list .choose_voice_area .voice_item_desc {
  font: normal normal normal 12px/18px Poppins;
  letter-spacing: 0px;
  color: rgba(57, 50, 90, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_list .choose_voice_area .voice_item_desc {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}
.choose_voice .choose_voice_list .choose_voice_area .pro_wrapper {
  position: absolute;
  left: -1px;
  bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  padding: 2px 7px 2px 8px;
  border-radius: 0px 12px;
  background-color: #474747;
}
.choose_voice .choose_voice_list .choose_voice_area .pro_wrapper .pro_icon {
  width: 12px;
  height: 12px;
  background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/pro_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.choose_voice .choose_voice_list .choose_voice_area .pro_wrapper .pro_txt {
  font: normal normal 500 11px/16px Poppins;
  color: #FFFFFF;
}
.choose_voice .choose_voice_btns {
  width: 100%;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 24px;
  gap: 24px;
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_btns {
    width: 100%;
    height: 20.8vw;
    background-color: #fff;
    padding: 0 8vw;
  }
}
.choose_voice .choose_voice_btns .choose_voice_cancel,
.choose_voice .choose_voice_btns .choose_voice_ok {
  width: 120px;
  height: 40px;
  border-radius: 8px;
  font: normal normal normal 14px/21px Poppins;
}
.choose_voice .choose_voice_btns .choose_voice_cancel {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(218, 116, 255);
  color: rgb(30, 30, 46);
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_btns .choose_voice_cancel {
    display: none;
  }
}
.choose_voice .choose_voice_btns .choose_voice_cancel:hover {
  background: rgba(218, 116, 255, 0.15);
  border: 1px solid rgb(218, 116, 255);
}
.choose_voice .choose_voice_btns .choose_voice_ok {
  background: rgb(139, 61, 255);
  color: rgb(255, 255, 255);
}
@media (max-width: 1199px) {
  .choose_voice .choose_voice_btns .choose_voice_ok {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.choose_voice .choose_voice_btns .choose_voice_ok:hover {
  background: rgb(120, 47, 229);
}

/*********** 3.7 end *************/
.discover-talking-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discover-talking-photo .discover-talking-photo-title {
  text-align: center;
}
.discover-talking-photo .discover-talking-photo-desc {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .is-mobile {
    display: none !important;
  }
  .back-btn {
    padding: 12px 54px;
    font: normal normal 500 18px/25px Poppins;
    border-radius: 25px;
    color: #ffffff;
    background: #8b3dff;
  }
  .back-btn:hover {
    background: transparent -webkit-gradient(linear, left top, right top, from(#8B3DFF), to(#B889FF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #8B3DFF 0%, #B889FF 100%) 0% 0% no-repeat padding-box;
  }
  .discover-talking-photo {
    padding: 55px 10px 41px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(43%, rgba(245, 242, 254, 0.7960784314)), to(#F2EFFE)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 242, 254, 0.7960784314) 43%, #F2EFFE 100%) 0% 0% no-repeat padding-box;
  }
  .discover-talking-photo .discover-talking-photo-title {
    max-width: 1088px;
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
  }
  .discover-talking-photo .discover-talking-photo-desc {
    max-width: 1222px;
    padding: 12px 0 24px;
    font: normal normal 300 18px/26px Poppins;
    color: #000000;
  }
  .discover-talking-photo .contrast-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 37px 1fr 37px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 37px;
  }
  .discover-talking-photo .contrast-list .contrast-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .discover-talking-photo .contrast-list .contrast-item .contrast-photo-container, .discover-talking-photo .contrast-list .contrast-item .contrast-video-container {
    position: relative;
  }
  .discover-talking-photo .contrast-list .contrast-item .contrast-photo-container .before-photo, .discover-talking-photo .contrast-list .contrast-item .contrast-photo-container .after-video, .discover-talking-photo .contrast-list .contrast-item .contrast-video-container .before-photo, .discover-talking-photo .contrast-list .contrast-item .contrast-video-container .after-video {
    width: 165px;
    aspect-ratio: 4/7;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
    vertical-align: middle;
  }
  .discover-talking-photo .contrast-list .contrast-item .contrast-photo-container .contrast-txt, .discover-talking-photo .contrast-list .contrast-item .contrast-video-container .contrast-txt {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 2px 8px 3px;
    font: normal normal 500 12px/17px Poppins;
    color: #ffffff;
    border-radius: 4px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }
  .discover-talking-photo .contrast-list .contrast-item .contrast-video-container .after-video-play {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/discover_talking_photo_play.svg");
    cursor: pointer;
  }
  .discover-talking-photo .speak-btn {
    margin-top: 20px;
  }
  .how-make {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 60px 10px 86px;
  }
  .how-make .how-make-title {
    max-width: 1086px;
    text-align: center;
    font: normal normal 600 40px/56px Poppins;
    color: #39325A;
  }
  .how-make .step-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .how-make .step-container .step-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  .how-make .step-container .step-slide.spacing-63-46 {
    margin: 0 63px 0 46px;
  }
  .how-make .step-container .step-slide .step-picture {
    width: 264px;
    height: 264px;
  }
  .how-make .step-container .step-slide .step-title {
    padding: 16px 0 10px;
    font: normal normal 500 24px/33px Poppins;
  }
  .how-make .step-container .step-slide .step-desc {
    max-width: 370px;
    font: normal normal 300 14px/18px Poppins;
  }
  .harness-potential {
    padding: 60px 0 80px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#F1EEFF)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #F1EEFF 100%) 0% 0% no-repeat padding-box;
  }
  .other-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 10px 40px;
  }
  .other-tool .other-tool-title {
    font: normal normal 600 40px/56px Poppins;
    color: #000000;
  }
  .other-tool .other-tool-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    margin-top: 40px;
  }
  .other-tool .other-tool-list .tool-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    border: 1px solid #f2f0ff;
    cursor: pointer;
  }
  .other-tool .other-tool-list .tool-item .tool-cover {
    width: 394px;
    height: 228px;
    vertical-align: middle;
  }
  .other-tool .other-tool-list .tool-item .tool-name {
    padding: 12px 0;
    text-align: center;
    font: normal normal 600 20px/28px Poppins;
    color: #514B59;
  }
}
@media screen and (max-width: 1200px) {
  .is-pc {
    display: none !important;
  }
  .back-btn {
    padding: 0.25rem 0.51rem;
    font: normal normal 500 0.34rem/0.48rem Poppins;
    border-radius: 0.49rem;
    color: #ffffff;
    background: #8b3dff;
  }
  .swiper-common-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.19rem;
    margin-top: 0.2rem;
  }
  .swiper-common-pagination .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    background-color: #beb8cb;
  }
  .swiper-common-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.44rem;
    height: 0.44rem;
    background-color: #6d4dff;
  }
  .discover-talking-photo {
    padding: 0.8rem 0.42rem 0.8rem;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(245, 242, 254, 0.7960784314)), to(#F2EFFE)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 242, 254, 0.7960784314) 38%, #F2EFFE 100%) 0% 0% no-repeat padding-box;
  }
  .discover-talking-photo .discover-talking-photo-title {
    font: normal normal 600 0.48rem/0.64rem Poppins;
    color: #39325A;
  }
  .discover-talking-photo .discover-talking-photo-desc {
    padding: 0.24rem 0;
    font: normal normal 300 0.26rem/0.39rem Poppins;
    color: #39325A;
  }
  .discover-talking-photo .discover-talking-photo-swiper {
    width: 100%;
    padding: 0 0.18rem;
    overflow: hidden;
  }
  .discover-talking-photo .discover-talking-photo-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.14rem;
  }
  .discover-talking-photo .discover-talking-photo-swiper .contrast-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.14rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discover-talking-photo .discover-talking-photo-swiper .contrast-item .contrast-photo-container, .discover-talking-photo .discover-talking-photo-swiper .contrast-item .contrast-video-container {
    position: relative;
  }
  .discover-talking-photo .discover-talking-photo-swiper .contrast-item .contrast-photo-container .before-photo, .discover-talking-photo .discover-talking-photo-swiper .contrast-item .contrast-photo-container .after-video, .discover-talking-photo .discover-talking-photo-swiper .contrast-item .contrast-video-container .before-photo, .discover-talking-photo .discover-talking-photo-swiper .contrast-item .contrast-video-container .after-video {
    width: 3.08rem;
    aspect-ratio: 4/7;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.12rem;
    vertical-align: middle;
  }
  .discover-talking-photo .discover-talking-photo-swiper .contrast-item .contrast-photo-container .contrast-txt, .discover-talking-photo .discover-talking-photo-swiper .contrast-item .contrast-video-container .contrast-txt {
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    padding: 0.04rem 0.17rem 0.06rem 0.15rem;
    font: normal normal 500 0.22rem/0.31rem Poppins;
    color: #ffffff;
    border-radius: 0.08rem;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }
  .discover-talking-photo .discover-talking-photo-swiper .contrast-item .contrast-video-container .after-video-play {
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
    width: 0.78rem;
    height: 0.78rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://static-alter1.vidnoz.com/web/fr/img/ai-talking-avatar/discover_talking_photo_play.svg");
    cursor: pointer;
  }
  .discover-talking-photo .speak-btn {
    margin-top: 0.42rem;
  }
  .how-make {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0.42rem;
  }
  .how-make .how-make-title {
    padding-bottom: 0.16rem;
    text-align: center;
    font: normal normal 600 0.48rem/0.64rem Poppins;
    color: #39325A;
  }
  .how-make .how-make-swiper {
    width: 100%;
    padding: 0 0.18rem;
    overflow: hidden;
  }
  .how-make .step-container .step-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .how-make .step-container .step-slide .step-picture {
    width: 6.3rem;
    height: 6.3rem;
  }
  .how-make .step-container .step-slide .step-title {
    text-align: center;
    padding: 0.16rem 0 0.2rem;
    font: normal normal 500 0.36rem/0.51rem Poppins;
  }
  .how-make .step-container .step-slide .step-desc {
    text-align: center;
    font: normal normal 300 0.32rem/0.48rem Poppins;
  }
  .how-make .how-make-btn {
    margin-top: 0.43rem;
  }
  .harness-potential {
    padding: 1rem 0;
    background: transparent linear-gradient(91deg, #FFFFFF 0%, #F1EEFF 100%) 0% 0% no-repeat padding-box;
  }
  .other-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0.6rem 0.2rem;
  }
  .other-tool .other-tool-title {
    text-align: center;
    font: normal normal 600 0.44rem/0.64rem Poppins;
    color: #000000;
  }
  .other-tool .other-tool-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.4rem;
  }
  .other-tool .other-tool-list .tool-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.2rem;
    border: 0.02rem solid #f3f1ff;
    cursor: pointer;
  }
  .other-tool .other-tool-list .tool-item .tool-cover {
    width: 6.3rem;
    vertical-align: middle;
  }
  .other-tool .other-tool-list .tool-item .tool-name {
    padding: 0.2rem 0;
    text-align: center;
    font: normal normal 600 0.31rem/0.44rem Poppins;
    color: #514B59;
  }
}