@font-face {
    font-family: 'Avenir Next Cyr Regular';
    src: url('/ai-voice-cloning/font/AvenirNextCyr-Regular.eot');
    src: url('/ai-voice-cloning/font/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('/ai-voice-cloning/font/AvenirNextCyr-Regular.woff') format('woff'),
    url('/ai-voice-cloning/font/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
@font-face {
    font-family: 'Avenir Next Cyr Medium';
    src: url('/ai-voice-cloning/font/AvenirNextCyr-Medium.eot');
    src: url('/ai-voice-cloning/font/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('/ai-voice-cloning/font/AvenirNextCyr-Medium.woff') format('woff'),
    url('/ai-voice-cloning/font/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
@font-face {
    font-family: 'Avenir Next Cyr Demi';
    src: url('/ai-voice-cloning/font/AvenirNextCyr-Demi.eot');
    src: url('/ai-voice-cloning/font/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
    url('/ai-voice-cloning/font/AvenirNextCyr-Demi.woff') format('woff'),
    url('/ai-voice-cloning/font/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
@font-face {
    font-family: 'Avenir Next Cyr Bold';
    src: url('/ai-voice-cloning/font/AvenirNextCyr-Bold.eot');
    src: url('/ai-voice-cloning/font/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('/ai-voice-cloning/font/AvenirNextCyr-Bold.woff') format('woff'),
    url('/ai-voice-cloning/font/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: wrap;
}
body{
	padding: 0px;
	margin: 0px;
	font-family: 'Avenir Next Cyr Regular';
	background-color: #2b333c;
}
body.hidden{
    overflow: hidden;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: 'Avenir Next Cyr Regular';
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}
.center{
	width: calc(100% - 32px);
	/* max-width: 1888px; */
	height: auto;
	margin: 0 auto;
}

/* HEADER */
header{
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
}
.header__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 32px 0 25px;
    box-sizing: border-box;
    flex-direction: row;
}
.header__item{
    width: 33%;
    height: auto;
}
.header__item-logo{
    width: fit-content;
    height: auto;
    float: left;
}
.header__item-logo img{
    width: 44px;
    height: 44px;
    float: left;
}
.header__item-title{
    width: 100%;
    height: auto;
    font-size: 20px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    transition: .4s;
}
header.active .header__item-title{
    opacity: 0;
    transition: .4s;
}
.header__item-username{
    width: fit-content;
    height: auto;
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.header__item-username span{
    width: fit-content;
    height: auto;
    float: right;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    margin: 0 21px 0 0;
}
.header__item-username img{
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    border-radius: 100px;
    object-fit: none;
    object-position: center;
}
.header__item-bar{
    width: 16.8px;
    height: 13.1px;
    float: right;
    background-image: url("/ai-voice-cloning/images/icon/bar.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    background-color: unset;
    border: unset;
}
.display__item__faq{
    margin-top: 30px;
}
.display__item__faq::before{
    background-image: url("/ai-voice-cloning/images/icon/menu-10.svg");
}
.instruction{display:none;}
.infoarticle{
    text-decoration: underline;
    color: #2196f3;
    padding-left: 15px;
}
header.active .header__item-bar{
    background-image: url("/ai-voice-cloning/images/icon/close.svg");
    width: 14px;
    height: 14px;
}
/* HEADER */

/* DISPLAY */
.display{
    width: 100%;
    height: auto;
    float: left;
    background-color: #2b333c;
    box-sizing: border-box;
}
.display__row{
    width: 100%;
    height: calc(100vh - 111px);
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.display__item:nth-child(1){
    width: 294px;
    height: 100%;
}
.display__item:nth-child(2){
    width: calc(73% - 326px);
    height: 100%;
    position: relative;
}
.display__item:nth-child(3){
    width: 27%;
    height: 100%;
}
.display__item__mega{
    width: calc(100% - 310px) !important;
    height: 100%;
}
.display__item__menu{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    padding: 34px 32px 34px 38px;
    box-sizing: border-box;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.display__item__menu::-webkit-scrollbar {
    width: 1px;
}
.display__item__menu::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__menu::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__menu ul{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__menu ul > li{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 44px 0;
    position: relative;
}
.display__item__menu ul > li.new::before{
    content: "New";
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #4e9eff;
}
.display__item__menu ul > li.dropdown{
    cursor: pointer;
}
.display__item__menu ul > li.dropdown::before{
    content: "";
    position: absolute;
    right: 0%;
    top: 6.5px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 13.9px;
    height: 7px;
    background-image: url("/ai-voice-cloning/images/icon/dropdown.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.display__item__menu ul > li.dropdown.active::before{
    transform: translate(0%, 0%) rotate(180deg);
}
.display__item__menu ul > li:last-child{
    margin: 0;
}
.display__item__menu ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 0 0 41px;
    position: relative;
    transition: .4s;
}
.display__item__menu ul > li > a:hover,
.display__item__menu ul > li > a.active{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__menu ul > li > a::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 19.9px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.display__item__menu ul > li > a:hover::before,
.display__item__menu ul > li > a.active::before{
    filter: invert(54%) sepia(56%) saturate(2673%) hue-rotate(193deg) brightness(104%) contrast(101%);
}
.display__item__menu ul > li > a[href="index.php"]::before{
    background-image: url("/ai-voice-cloning/images/icon/menu-8.svg");
}
.display__item__menu ul > li > a[href="voice-design.php"]::before{
    background-image: url("/voice-design/images/icon/recommendation-3.svg");
}
.display__item__menu ul > li > a[href="tools.php"]::before{
    background-image: url("/ai-voice-cloning/images/icon/menu-1.svg");
}
.display__item__menu ul > li > a.display__item__menu-modal::before{
    background-image: url("/ai-voice-cloning/images/icon/menu-2.svg");
}
.shortvoiceovers__item__plan{
    width: calc(100% + 45px);
    height: auto;
    float: left;
    padding: 29px 18px 18px;
    border-radius: 24px;
    background-color: #6c63ff;
    box-sizing: border-box;
    margin: 100px -25px -21px -25px;
    background-image: url("/ai-voice-cloning/images/vectory/plan.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shortvoiceovers__item__plan-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}
.shortvoiceovers__item__plan-description{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    margin: 10px 0 0 0;
}
.shortvoiceovers__item__plan__price{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.shortvoiceovers__item__plan__price b{
    width: 100%;
    height: auto;
    float: left; 
    font-size: 38px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.shortvoiceovers__item__plan__price p{
    width: 100%;
    height: auto;
    float: left; 
    font-size: 15px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.shortvoiceovers__item__plan-button{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6c63ff;
    border-radius: 12px;
    background-color: #FFFFFF;
    margin: 24px 0 0 0;
    padding: 11px 0 12px;
}
.display__item__menu-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    margin: 90px 0 30px 0;
}
.display__item__history{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    overflow: hidden;
}
.display__item__mega .display__item__history{
    padding: 0 50px 0 0;
    box-sizing: border-box;
}
.display__item__history-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    padding: 40px 32px;
    box-sizing: border-box;
    border-bottom: 1px solid #39424b;
}
.display__item__mega .display__item__history-title{
    width: calc(100% - 32px);
    padding: 40px 0 40px 32px;
}
.display__item__history__list{
    width: 100%;
    height: calc(100% - 102px);
    float: left;
    overflow-y: scroll;
}
.display__item__mega .display__item__history__list{
    width: 100%;
    height: calc(100% - 123px);
    float: left;
    padding: 0 27px 0 0;
    box-sizing: border-box;
    overflow-y: scroll;
}
.display__item__history__list::-webkit-scrollbar {
    width: 4px;
}
.display__item__history__list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__history__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__history__box{
    width: 100%;
    height: auto;
    float: left;
    padding: 15.5px 16px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    transition: .4s;
}
.display__item__history__box:first-child{
	border-top: unset;
}
.display__item__history__box:hover{
    background-color: #323a45;
    transition: .4s;
}
.display__item__history__box.active{
    background-color: rgb(78, 158, 255, 0.04);
    transition: .4s;
}
.display__item__history__player{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.display__item__history__player__block:nth-child(1){
    width: 82px;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__history__player__block:nth-child(2){
    width: calc(100% - 172px);
    height: auto;
    float: left;
}
.display__item__history__player__block wave{
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.display__item__history__player__block wave::-webkit-scrollbar {
  display: none;
}
.display__item__history__player__block:nth-child(3){
    width: 55px;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.display__item__history__player__block-play{
    width: 35px;
    height: 35px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #2b333c;
    background-image: url("/ai-voice-cloning/images/icon/play.svg");
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 26px 11px;
    box-sizing: border-box;
    cursor: pointer;
}
.display__item__history__player__block-play.active{
    background-image: url("/ai-voice-cloning/images/icon/pause.svg");
    background-position: 4px;
}
.display__item__history__player__block-download{
    width: 35px;
    height: 35px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #2b333c;
    background-image: url("/ai-voice-cloning/images/icon/download.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.display__item__history__box-description{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 28px 0 98px;
    box-sizing: border-box;
    transition: .4s;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.display__item__history__box:hover .display__item__history__box-description{
    color: #FFFFFF;
    transition: .4s;
}
.display__item__history__box.active .display__item__history__box-description{
    color: #4e9eff;
    transition: .4s;
}
.display__item__history__box__parametrs{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 0 0 0;
    padding: 0 0 0 98px;
    box-sizing: border-box;
}
.display__item__history__box__parametrs p{
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__history__player__block-timer{
    width: fit-content;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__history__player__block-parametr{
    width: 4px;
    height: 18px;
    background-image: url("/ai-voice-cloning/images/icon/parametr.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    background-color: unset;
    border: unset;
}
.display__item__history__player__block-parametr.active{
    opacity: 0.5;
}
.display__item__history__player__block-dropdown{
    width: 200px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #343d48;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 29px;
    display: none;
}
.display__item__history__player__block-dropdown li{
    width: 100%;
    height: auto;
    float: left;
    padding: 14px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #39424b;
}
.display__item__history__player__block-dropdown li:last-child{
    border: unset;
}
.display__item__history__player__block-dropdown li > a{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    padding: 0 0 0 24px;
    box-sizing: border-box;
    position: relative;
    transition: .2s;
}
.display__item__history__player__block-dropdown li > a:hover{
    opacity: 0.5;
    transition: .2s;
}
.display__item__history__player__block-dropdown li > a::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.display__item__history__player__block-dropdown li:nth-child(1) a::before{
    background-image: url("/ai-voice-cloning/images/icon/edit.svg");
}
.display__item__history__player__block-dropdown li:nth-child(2) a::before{
    background-image: url("/ai-voice-cloning/images/icon/delet.svg");
}
.display__item__history__block__audio{
    width: 100%;
    height: auto;
    float: left;
}
.display__item__history__block__audio__user{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.display__item__history__block__audio__user div:nth-child(1){
    width: 40px;
    height: auto;
}
.display__item__history__block__audio__user div:nth-child(2){
    width: calc(100% - 65px);
    height: auto;
}
.display__item__history__block__audio__user div > img{
    width: 45px !important;
    height: 45px;
    border-radius: 100px;
    float: left;
    object-fit: cover;
    object-position: center;
    margin: 0;
}
.display__item__history__block__audio__user div > p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-family: 'Avenir Next Cyr Medium';
    color: #FFFFFF;
}
.display__item__history__block__audio__user div > span{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    margin: 5px 0 0 0;
}
.display__item__history__block__audio__player{
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 0 0;
}
.display__item__history__block__audio__player p{
    width: fit-content !important;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 35px !important;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__history__block__audio__player b{
    width: fit-content;
    height: auto;
    float: right;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    margin: 1px 0 0 0;
    justify-content: flex-end;
}
.display__item__history__block__audio__player b > button{
    width: 35px;
    height: 35px;
    min-width: 35px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #4e9eff;
    border-radius: 100px;
    background-color: #2b333c;
    transition: border-color 0.3s;
    background-image: url("/ai-voice-cloning/images/icon/play.svg");
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 26px 11px;
    box-sizing: border-box;
    cursor: pointer;
}
.display__item__history__block__audio__player b > button.active{
    background-image: url("/ai-voice-cloning/images/icon/pause.svg");
    background-position: 4px;
}
.display__item__history__block__audio__player b > button:hover {
    border-color: #D4A574;
}
.display__item__history__block__audio-witget{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.display__item__voiceoverlist{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    display: none;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px 0 20px 0;
}
.display__item-voiceover{
    width: 100%;
    height: auto;
    padding: 11px 0 11px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: unset;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.display__item-voiceover > span{
    width: fit-content;
    height: auto;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 26px;
}
.display__item-voiceover > span::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url(../images/icon/menu-1.svg);
    filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(405%) contrast(104%);
}
.display__item__settings {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    padding: 41px 32px;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}
.display__item__settings::-webkit-scrollbar {
    width: 1px;
}
.display__item__settings::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__settings::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.display__item__settings-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__settings__list{
    width: 100%;
    max-width: 498px;
    height: auto;
    float: left;
    margin: 8px 0 0 0;
}
.display__item__settings__box{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.display__item__settings__box-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__settings__box-title span{
    color: #FFFFFF;
    margin: 0 0 0 10px;
}
.display__item__settings__block{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 0 0 0;
}
.display__item__settings__block div:nth-child(1){
    width: 20px;
    height: auto;
}
.display__item__settings__block div:nth-child(2){
    width: calc(100% - 73px);
    height: auto;
}
.display__item__settings__block div:nth-child(3){
    width: 20px;
    height: auto;
}
.display__item__settings__block div span{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.inputRange, .inputInterRange, .inputSpeedRange, .inputTransformRange{
    appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #ffffff 0%, #616972 0%);
    cursor: pointer;
}
.inputRange::-webkit-slider-thumb,
.inputInterRange::-webkit-slider-thumb,
.inputSpeedRange::-webkit-slider-thumb,
.inputTransformRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: none;
}
.inputRange::-moz-range-thumb,
.inputInterRange::-moz-range-thumb,
.inputSpeedRange::-moz-range-thumb,
.inputTransformRange::-moz-range-thumb {
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: none;
}
.display__item__settings__format{
    width: 100%;
    height: auto;
    float: left;
    margin: 46px 0 0 0;
}
.display__item__settings__format-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__settings__format__radios{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 19px 0 0 0;
}
.display__item__settings__format__radio{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 12px 0 0;
}
.display__item__settings__format__radio input[type='radio'] {
    display: none;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}
.display__item__settings__format__radio label{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    border-radius: 12px;
    background-color: #363f4b;
    padding: 9px 16px;
    cursor: pointer;
    border: 1px solid #363f4b;
    box-sizing: border-box;
}
.display__item__settings__format__radio input:checked + label {
    border: 1px solid #4e9eff;
}
.display__item__settings__format__radio input:disabled + label{
    opacity: 0.3;
    border-color: #2b333c;
}
.display__item__settings__box-button, .display__item__settings__box-reset{
    width: 100%;
    max-width: 150px;
    height: auto;
    float: left;
    padding: 11px 0 11px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: 1px solid #D4A574;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}
.display__item__settings__box-reset{
    max-width: 210px;
    margin: 20px 0 0 20px;
    background-color: #39424b;
    color: #e3e3e3;
}
.display__item__settings__rule{
    width: 100%;
    max-width: 498px;
    height: auto;
    float: left;
    margin: 38px 0 0 0;
}
.display__item__settings__rule-title{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__settings__rule-status{
    width: fit-content;
    height: auto;
    float: right;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #4e9eff;
}
.display__item__settings__rule__list{
    width: 100%;
    height: auto;
    float: left;
    margin: 7px 0 0 0;
}
.display__item__settings__rule__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 12px 0 0 0;
}
.display__item__settings__rule__block:nth-child(1),
.display__item__settings__rule__block:nth-child(3){
    width: calc(50% - 36px);
}
.display__item__settings__rule__block:nth-child(2),
.display__item__settings__rule__block:nth-child(4){
    width: 36px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8e99a5;
    font-family: 'Avenir Next Cyr Medium';
}
.display__item__settings__rule__block input{
    width: 100%;
    height: auto;
    float: left;
    padding: 12px 20px;
    border-radius: 12px;
    background-color: #3f4752;
    box-sizing: border-box;
    border: unset;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.display__item__settings__rule__block-remove{
    width: 14px;
    height: 16px;
    background-image: url("/ai-voice-cloning/images/icon/delet.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    border: unset;
    background-color: unset;
    cursor: pointer;
}
.display__item__settings__rule-add{
    width: calc(100% - 36px);
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 15px 0 0 0;
    border-radius: 12px;
    background-color: #4e9eff;
    padding: 10px 0 11px;
    border: unset;
    cursor: pointer;
}
.display__item__settingsbar{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    padding: 29px 30px 27px 37px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
    overflow-x: unset;
}
.display__item__settingsbar::-webkit-scrollbar {
    height: 3px;
}
.display__item__settingsbar::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__settingsbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__settingsbar__box{
    width: fit-content;
    height: auto;
    position: relative;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: .4s;
}
.display__item__settingsbar__box:first-child{
    padding: 0 0 0 65px;
    border-right: 1px solid #3e4852;
    position: relative;
}
.display__item__settingsbar__box:first-child::after{
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
	border: solid 1px #D4A574;
	left: 0;
	top: 0;
	border-radius: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	background-image: url("https://apihost.ru/images/icon/avatar.png");
}
.display__item__settingsbar__box:last-child{
    padding: 0 0 0 25px;
    border-right: unset;
}
.display__item__settingsbar__box.hide{
    opacity: 0.3;
    transition: .4s;
}
.display__item__settingsbar__box::before{
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    left: 0;
    top: 0;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    display: none;
}
.display__item__settingsbar__box:nth-child(1):before{
    background-image: url("https://apihost.ru/images/icon/avatar.png");
}
.display__item__settingsbar__box[data-section="3"]:before{
    background-image: url("/ai-voice-cloning/images/icon/set-7.svg");
    cursor: pointer;
    background-size: 15px;
}
.display__item__settingsbar__box[data-section="4"]:before{
    background-image: url("/ai-voice-cloning/images/icon/set-8.svg");
    cursor: pointer;
    background-size: 15px;
}
.display__item__settingsbar__box[data-section="5"]:before{
    background-image: url("/voice-design/images/icon/recommendation-3-white.svg");
    cursor: pointer;
    background-size: 14px;
}
.display__item__settingsbar__box:nth-child(6){
    padding: 0 0 0 45px;
    margin: 0;
}
.display__item__settingsbar__box-title{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
	position: relative;
}
.display__item__settingsbar__box-title::before{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #576472;
    right: -19px;
    top: 3px;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/ai-voice-cloning/images/icon/dropdown.svg");
    background-size: 9px;
}
.display__item__settingsbar__box-parametr{
    width: 100px;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    margin: 5px 0 0 0;
    white-space: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.display__item__settingsbar__box__voice{
    width: 33px;
    height: auto;
    padding: 0 14px 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0 0 0;
}
.display__item__settingsbar__box__voice.women::before{
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    width: 9px;
    height: 12.9px;
    background-image: url("/ai-voice-cloning/images/icon/women.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.display__item__settingsbar__box__voice.men::before{
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
    height: 11px;
    background-image: url("/ai-voice-cloning/images/icon/men.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.display__item__settingsbar__box__voice div{
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #687686;
}
.display__item__settingsbar__box__voice div.active{
    background-color: #4e9eff;
}
.display__item__content{
    width: 100%;
    height: calc(100% - 123px);
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    margin: 16px 0 0 0;
    position: relative;
    overflow: hidden;
}
.display__item__content__textarea{
    width: 100%;
    height: calc(100% - 193.5px);
    float: left;
    padding: 32px 39px 0 32px;
    box-sizing: border-box;
}
.display__item__content__textarea-close{
    position: absolute;
    right: 32px;
    top: 32px;
    width: 17.5px;
    height: 17.5px;
    background-image: url("/ai-voice-cloning/images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #2e3640;
    border: unset;
    cursor: pointer;
}
.display__item__content__textarea textarea{
    width: 100%;
    height: 100%;
    padding: 0 27px 0 0;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #c7d1db;
    background-color: unset;
    border: unset;
    resize: unset;
}
.display__item__content__textarea textarea::-webkit-scrollbar {
    width: 4px;
}
.display__item__content__textarea textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
	margin: 40px 0 0 0;
}
.display__item__content__textarea textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__content__information{
    width: 100%;
    height: auto;
    float: left;
    padding: 16px 32px;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 23.5px 0 0 0;
}
.display__item__content__information__box{
    width: 48%;
    max-width: 409px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.display__item__content__information__box p{
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #8e99a5;
}
.display__item__content__information__box button{
    width: 45%;
    max-width: 226px;
    height: auto;
    padding: 11px 0 11px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: unset;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.display__item__content__information__box button > span{
    width: fit-content;
    height: auto;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 26px;
}
.display__item__content__information__box button > span::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url(../images/icon/menu-1.svg);
    filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(405%) contrast(104%);
}
.display__item__content__playeer{
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 30px 25px 32px;
    border-radius: 0 0 23px 23px;
    background-color: #343d48;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.display__item__content__playeer__box:nth-child(1){
    width: 102px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__content__playeer__box:nth-child(2){
    width: calc(100% - 232px);
}
.display__item__content__playeer__box:nth-child(3){
    width: 65px;
}
.display__item__content__playeer__box-play{
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #343d48;
    background-image: url("/ai-voice-cloning/images/icon/play.svg");
    background-position: 8px;
    background-repeat: no-repeat;
    background-size: 30px 13px;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color 0.3s;
}
.display__item__content__playeer__box-play:hover {
    border-color: #D4A574;
}
.display__item__content__playeer__box-play.active{
    background-position: 7px;
    background-image: url("/ai-voice-cloning/images/icon/pause.svg");
}
.display__item__content__playeer__box-download{
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #343d48;
    background-image: url("/ai-voice-cloning/images/icon/download.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color 0.3s;
}
.display__item__content__playeer__box-download:hover {
    border-color: #D4A574;
}
.display__item__content__playeer-timer{
    width: 100%;
    height: auto;
    float: right;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #8e99a5;
    white-space: nowrap;
}
.display__item__content__value{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(46, 54, 64, 0.94);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}
.display__item__content__value__box{
    width: 80%;
    max-width: 660px;
    height: auto;
    padding: 16px 43px 48px 16px;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #313943;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__content__value-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 15px;
    box-sizing: border-box;
    display: none;
}
.display__item__content__value-close {
    position: absolute;
    right: 25px;
    top: 21px;
    width: 17px;
    height: 17px;
    background-image: url(../images/icon/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #2e3640;
    border: unset;
    cursor: pointer;
    display: none;
}
.display__item__content__value__box-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 16px;
    box-sizing: border-box;
}
.display__item__content__value__box-title span{
    color: #FFFFFF;
    margin: 0 0 0 14px;
}
.display__item__content__value__block{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 0 0 0;
}
.display__item__content__value__block div:nth-child(1){
    width: 20px;
    height: auto;
}
.display__item__content__value__block div:nth-child(2){
    width: calc(100% - 73px);
    height: auto;
}
.display__item__content__value__block div:nth-child(3){
    width: 20px;
    height: auto;
}
.display__item__content__value__block div span{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.display__item__content__languages{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(46, 54, 64, 0.94);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 23px 0 16px;
    box-sizing: border-box;
}
.display__item__content__languages-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 15px;
    box-sizing: border-box;
}
.display__item__content__languages-close{
    position: absolute;
    right: 25px;
    top: 21px;
    width: 17px;
    height: 17px;
    background-image: url(../images/icon/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #2e3640;
    border: unset;
    cursor: pointer;
}
.display__item__content__languages__list{
    width: 100%;
    height: calc(100% - 63px);
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 0 0;
    padding: 0 18px 0 0;
    box-sizing: border-box;
    overflow-y: scroll;
    align-content: flex-start;
    align-items: flex-start;
}
.display__item__content__languages__list::-webkit-scrollbar {
    width: 4px;
}
.display__item__content__languages__list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__content__languages__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__content__languages__box{
    width: calc(20% - 6.4px);
    height: auto;
    margin: 0 0 8px;
}
.display__item__content__languages__box.normalize{
    opacity: 0;
}
.display__item__content__languages__box input{
    display: none;
}
.display__item__content__languages__box label{
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    border-radius: 12px;
    background-color: #363f4b;
    padding: 9px 15px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #363f4b;
}
.display__item__content__languages__box input:checked + label {
    border: 1px solid #4e9eff;
    background-color: rgb(78 158 255 / 6%);
}
.display__item__content__loader{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(46, 54, 64, 0.94);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    align-items: center;
    z-index: 3;
}
.display__item__content__loader__box{
    width: 80%;
    max-width: 700px;
    height: auto;
}
.display__item__content__loader__box-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
}
.display__item__content__loader__box-precent{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 12px 0 0 0;
}
.display__item__content__loader__box-loader{
    width: 100%;
    height: 2px;
    float: left;
    border-radius: 1px;
    background-color: #616972;
    margin: 40px 0 0 0;
}
.display__item__content__loader__box-loader div{
    width: 0%;
    height: 2px;
    float: left;
    border-radius: 1px;
    background-color: #FFFFFF;
}
.display__item__content__voice {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 24px 30px 16px;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #313943;
    box-sizing: border-box;
    z-index: 3;
}
.display__item__content__voice-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 15px;
    box-sizing: border-box;
}
.display__item__content__voice-close{
    position: absolute;
    right: 25px;
    top: 21px;
    width: 17px;
    height: 17px;
    background-image: url(../images/icon/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #2e3640;
    border: unset;
    cursor: pointer;
}
.display__item__content__voice__list{
    width: 100%;
    height: calc(100% - 24px);
    float: left;
    padding: 0 28px 0 0;
    margin: 15px 0 0 0;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.display__item__content__voice__list::-webkit-scrollbar {
    width: 4px;
}
.display__item__content__voice__list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__content__voice__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__content__voice__box{
    width: calc(50% - 7.5px);
    height: auto;
    border-radius: 16px;
    border: solid 1px #444f5a;
    background-color: #363f4b;
    box-sizing: border-box;
    padding: 20px 11px 20px 9.6px;
    margin: 0 0 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    transition: .4s;
}
.display__item__content__voice__box.normalize{
    opacity: 0;
}
.display__item__content__voice__box:hover {
	border-color: rgba(212, 165, 116, 0.5);
	transition: .4s;
}
.display__item__content__voice__box.active{
	border-color: #D4A574;
	transition: .4s;
}
.display__item__content__voice__box__top{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.display__item__content__voice__box-title{
    width: calc(100% - 25px);
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.display__item__content__voice__box-play{
    width: 16px;
    height: 15.3px;
    background-image: url("/ai-voice-cloning/images/icon/play.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: unset;
    background-color: unset;
    cursor: pointer;
}
.display__item__content__voice__box-play.active{
    background-image: url("/ai-voice-cloning/images/icon/pause.svg");
}
.display__item__content__voice__box-favorite{
    width: 16px;
    height: 15.3px;
    background-image: url("/ai-voice-cloning/images/icon/favorite.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: unset;
    background-color: unset;
    cursor: pointer;
}
.display__item__content__voice__box-favorite.active{
    background-image: url("/ai-voice-cloning/images/icon/favorite-active.svg");
}
.display__item__content__voice__box-price{
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    color: #8e99a5;
    padding: 2px 11px 0 24.5px;
    box-sizing: border-box;
}
.display__item__content__voice__box__bottom{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0 0 0 24.4px;
	box-sizing: border-box;
	margin: 5px 0 0 0;
}
.display__item__content__voice__box__bottom-class{
    width: fit-content;
    height: auto;
    font-size: 10px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    padding: 0 0 0 18px;
    position: relative;
}
.display__item__content__voice__box__bottom-class.top{
    color: #f5cc19;
}
.display__item__content__voice__box__bottom-class.pop{
    color: #3fdede;
}
.display__item__content__voice__box__bottom-class.hit{
    color: #ef5d85;
}
.display__item__content__voice__box__bottom-class.women::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 9px;
    height: 12.9px;
    background-image: url("/ai-voice-cloning/images/icon/women.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.display__item__content__voice__box__bottom-class.men::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 10px;
    height: 11px;
    background-image: url("/ai-voice-cloning/images/icon/men.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.display__item__content__voice__box__bottom-param{
    width: 33px;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__content__voice__box__bottom-param div{
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #687686;
}
.display__item__content__voice__box__bottom-param div.active{
    background-color: #4e9eff;
}
.display__item__content__settings {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 24px 30px 16px;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #313943;
    box-sizing: border-box;
	overflow-y: scroll;
    z-index: 3;
}
.display__item__content__settings::-webkit-scrollbar {
    width: 4px;
}
.display__item__content__settings::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__content__settings::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__content__settings-title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 15px;
    box-sizing: border-box;
}
.display__item__content__settings-close{
    position: absolute;
    right: 25px;
    top: 21px;
    width: 17px;
    height: 17px;
    background-image: url("/ai-voice-cloning/images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #2e3640;
    border: unset;
    cursor: pointer;
}
.display__item__content__settings__list{
    width: 100%;
    height: auto;
    float: left;
    margin: 8px 0 0 0;
    padding: 0 15px;
}
.display__item__content__emotions{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(46, 54, 64, 0.94);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 23px 0 16px;
    box-sizing: border-box;
}
.display__item__content__emotions-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
    padding: 0 15px;
    box-sizing: border-box;
}
.display__item__content__emotions-close{
    position: absolute;
    right: 25px;
    top: 21px;
    width: 17px;
    height: 17px;
    background-image: url(../images/icon/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #2e3640;
    border: unset;
    cursor: pointer;
}
.display__item__content__emotions__list{
    width: 100%;
    height: calc(100% - 63px);
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 0 0;
    padding: 0 18px 0 0;
    box-sizing: border-box;
    overflow-y: scroll;
    align-content: flex-start;
    align-items: flex-start;
}
.display__item__content__emotions__list::-webkit-scrollbar {
    width: 4px;
}
.display__item__content__emotions__list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.display__item__content__emotions__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}
.display__item__content__emotions__box{
    width: calc(33.3% - 6.4px);
    height: auto;
    margin: 0 0 8px;
}
.display__item__content__emotions__box input{
    display: none;
}
.display__item__content__emotions__box label{
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    border-radius: 12px;
    background-color: #363f4b;
    padding: 9px 15px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #363f4b;
}
.display__item__content__emotions__box input:checked + label {
    border: 1px solid #4e9eff;
    background-color: rgb(78 158 255 / 6%);
}
/* DISPLAY */

/* SHORTS */
.display__item__shortvoiceovers{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 34px 32px;
    box-sizing: border-box;
    position: relative;
}
.display__item__shortvoiceovers::-webkit-scrollbar {
    width: 4px;
}
.display__item__shortvoiceovers::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a00;
}
.display__item__shortvoiceovers::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #61697259;
}
.shortvoiceovers__item-title{
    width: 100%;
    height: auto;
    float: right;
    font-size: 18px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.shortvoiceovers__item__tools{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0 0 0;
}
.shortvoiceovers__item__tools__box{
    width: calc(50% - 50px);
    height: auto;
}
.shortvoiceovers__item__tools__box:nth-child(2){
    width: 100px;
}
.shortvoiceovers__item__tools__upload{
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 19px;
    border: dashed 1px #8e99a5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.shortvoiceovers__item__tools__upload input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}
.shortvoiceovers__item__tools__upload-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}
.shortvoiceovers__item__tools__upload-title::before{
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.shortvoiceovers__item__tools__upload-title.file{
    padding: 63px 0 0 0;
}
.shortvoiceovers__item__tools__upload-title.upload{
    padding: 62px 0 0 0;
}
.shortvoiceovers__item__tools__upload-title.uploaded{
    padding: 42px 0 0 0;
}
.shortvoiceovers__item__tools__upload-title.file::before{
    width: 24px;
    height: 30px;
    background-image: url("/ai-voice-cloning/images/icon/file.svg");
}
.shortvoiceovers__item__tools__upload-title.upload::before{
    width: 30px;
    height: 30px;
    background-image: url("/ai-voice-cloning/images/icon/upload.svg");
}
.shortvoiceovers__item__tools__upload-title.uploaded::before{
    width: 24px;
    height: 19px;
    background-image: url("/ai-voice-cloning/images/icon/success.svg");
}
.shortvoiceovers__item__tools__upload-description{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #a6b5c6;
    margin: 10px 0 0 0;
}
.shortvoiceovers__item__tools__upload-files{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 33px 32px 28px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}
.shortvoiceovers__item__tools__upload-files div{
    width: min-content;
    height: auto;
    display: flex;
}
.shortvoiceovers__item__tools__upload-files div > p{
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    white-space: nowrap;
}
.shortvoiceovers__item__tools__upload-files div > span{
    width: fit-content;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #616972;
    margin: 0 0 0 13px;
}
.shortvoiceovers__item__tools__upload-files div > button{
    width: 14px;
    height: 16px;
    background-image: url("/ai-voice-cloning/images/icon/delet.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: unset;
    background-color: unset;
    cursor: pointer;
}
.shortvoiceovers__item__loader,
.shortvoiceovers__item__result{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(46, 54, 64, 0.94);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    align-items: center;
}
.shortvoiceovers__item__loader__box,
.shortvoiceovers__item__result__box{
    width: 80%;
    max-width: 700px;
    height: auto;
}
.shortvoiceovers__item__result__box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shortvoiceovers__item__loader__box-title,
.shortvoiceovers__item__result__box-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
}
.shortvoiceovers__item__loader__box-precent{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 12px 0 0 0;
}
.shortvoiceovers__item__loader__box-loader{
    width: 100%;
    height: 2px;
    float: left;
    border-radius: 1px;
    background-color: #616972;
    margin: 40px 0 0 0;
}
.shortvoiceovers__item__loader__box-loader div{
    width: 0%;
    height: 2px;
    float: left;
    border-radius: 1px;
    background-color: #FFFFFF;
    transition: 5s;
}
.shortvoiceovers__item__loader.active .shortvoiceovers__item__loader__box-loader  div{
    width: 100%;
    transition: 5s;
}
.shortvoiceovers__item__result__box-filename{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #a6b5c6;
    margin: 8px 0 0 0;
}
.shortvoiceovers__item__result__box-button{
    width: 45%;
    max-width: 226px;
    height: auto;
    padding: 11px 0 11px;
    border-radius: 12px;
    background-color: #4e9eff;
    border: unset;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px auto 0;
}
.shortvoiceovers__item__result__box-button > span{
    width: fit-content;
    height: auto;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    padding: 0 0 0 26px;
}
.shortvoiceovers__item__result__box-button > span::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-image: url(../images/icon/menu-1.svg);
    filter: invert(96%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(405%) contrast(104%);
}
.shortvoiceovers__item__tools__box-txt{
    width: 100%;
    height: 100%;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #8e99a5;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.shortvoiceovers__item__tools__records{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 24px;
    border: solid 1px #39424b;
    background-color: #313943;
    padding: 59px 0 39px;
}
.shortvoiceovers__item__tools__records__box{
    width: 100%;
    height: auto;
    float: left;
}
.shortvoiceovers__item__tools__records__box:nth-child(2){
    margin: 90px 0 73px;
}
.shortvoiceovers__item__tools__records__box-title{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
}
.shortvoiceovers__item__tools__records__box-description{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #a6b5c6;
    margin: 10px 0 0 0;
}
.shortvoiceovers__item__tools__records__box-timer{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8e99a5;
    margin: 0 0 23px;
}
.shortvoiceovers__item__tools__records__box-btn{
    width: fit-content;
    height: auto;
    padding: 12px 54px 13px;
    margin: 0 auto 0;
    background-color: #293039;
    border-radius: 12px;
    border: unset;
    cursor: pointer;
    display: block;
}
.shortvoiceovers__item__tools__records__box-btn span{
    width: fit-content;
    height: auto;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    padding: 0 0 0 27px;
    position: relative;
}
.shortvoiceovers__item__tools__records__box-btn span::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #ef5d85;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.shortvoiceovers__item__tools__records__box-btn.active span::before{
    border-radius: 100px;
}
.shortvoiceovers__item__tools__records__block{
    width: 100%;
    height: 36px;
    float: left;
    display: none;
}
.shortvoiceovers__item__tools__records__block.active{
    display: block;
}
.shortvoiceovers__item__tools__records__block-starter{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.shortvoiceovers__item__tools__records__block-starter span{
    width: fit-content;
    height: 36px;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 7.5px;
    transition: .2s;
}
.shortvoiceovers__item__tools__records__block-starter span.active{
    font-size: 28px;
    color: #4e9eff;
    transition: .2s;
}
.shortvoiceovers__item__tools__records__block-record{
    width: 100%;
    height: 55px;
    float: left;
}
.shortvoiceovers__item__tools__records__block-record wave{
    height: 100% !important;
    margin: 0;
}
.shortvoiceovers__item__tools__records__block-recordfilename{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.shortvoiceovers__item__recommendation{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 44px 0 0 0;
}
.shortvoiceovers__item__recommendation__box{
    width: fit-content;
    max-width: 32%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}
.shortvoiceovers__item__recommendation__box:nth-child(2){
    padding: 0 0 0 35px;
}
.shortvoiceovers__item__recommendation__box::before{
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.shortvoiceovers__item__recommendation__box:nth-child(1)::before{
    width: 15.5px;
    height: 21.5px;
    background-image: url("/ai-voice-cloning/images/icon/recommendation-1.svg");
}
.shortvoiceovers__item__recommendation__box:nth-child(2)::before{
    width: 21.9px;
    height: 18.6px;
    background-image: url("/ai-voice-cloning/images/icon/recommendation-2.svg");    
}
.shortvoiceovers__item__recommendation__box:nth-child(3)::before{
    width: 17.5px;
    height: 21.5px;
    background-image: url("/ai-voice-cloning/images/icon/recommendation-3.svg");    
}
.shortvoiceovers__item__recommendation__box p{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Demi';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #bdc9d6;
}
.shortvoiceovers__item__recommendation__box span{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #627386;
    margin: 6px 0 0 0;
}
.shortvoiceovers__item__form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 11px 0 0 0;
    align-content: flex-start;
    align-items: flex-start;
}
.shortvoiceovers__item__form__box:nth-child(1){
    width: 100%;
    margin: 37px 0 0 0;
}
.shortvoiceovers__item__form__box:nth-child(2){
    width: 100%;
    margin: 37px 0 0 0;
}
.shortvoiceovers__item__form__box:nth-child(3){
    width: 100%;
    margin: 37px 0 0 0;
}
.shortvoiceovers__item__form__box:nth-child(1) input{
    width: 100%;
    height: auto;
    float: left;
    padding: 12px 20px;
    border-radius: 12px;
    background-color: #3f4752;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: border-color .3s;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}
.shortvoiceovers__item__form__box:nth-child(1) input.highlight{
    border-color: #4e9eff;
}
.shortvoiceovers__item__form__box input::placeholder{
    color: #8e99a5;
}
.shortvoiceovers__item__form__box:nth-child(2) input,
.shortvoiceovers__item__form__box:nth-child(3) input{
    display: none;
}
.shortvoiceovers__item__form__box label{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #a6b5c6;
    padding: 0 0 0 33px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.shortvoiceovers__item__form__box label::before{
    content: "";
    position: absolute;
    width: 23px;
    height: 22px;
    border-radius: 7px;
    background-color: #3F4754;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
}
.shortvoiceovers__item__form__box input:checked + label::before{
    background-image: url("/ai-voice-cloning/images/icon/check.svg");
}
.shortvoiceovers__item__form__box span{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #ef5d85;
    margin: 6px 0 0 30px;
    padding: 0 0 0 23.5px;
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 13px;
    background-image: url("/ai-voice-cloning/images/icon/error.svg");
    display: none;
}
.shortvoiceovers__item__form button{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    margin: 40px auto 0;
    border-radius: 12px;
    background-color: #8e99a5;
    padding: 11px 33px 11px;
    border: unset;
    cursor: pointer;
}
.shortvoiceovers__item__form button.active{
    color: #FFFFFF;
}
.shortvoiceovers__item__voicelist{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    border-bottom: 1px solid #39424b;
    padding: 16px;
    box-sizing: border-box;
}
.generate_voice_list .shortvoiceovers__item__voicelist{
    cursor: pointer;
    transition: background-color .2s;
}
.generate_voice_list .shortvoiceovers__item__voicelist:hover{
    background-color: rgba(78, 158, 255, 0.06);
}
.shortvoiceovers__item__voicelist:nth-child(2){
    border-top: 1px solid #39424b;
    margin: 0;
}
.shortvoiceovers__item__voicelist.active{
    background-color: rgb(78, 158, 255, 0.04);
    border-color: #D4A574;
}
.shortvoiceovers__item__voicelist__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.shortvoiceovers__item__voicelist_section{
    width: fit-content;
    height: auto;
    position: relative;
}
.shortvoiceovers__item__voicelist_section-title{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Medium';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8e99a5;
}
.shortvoiceovers__item__voicelist_section-date{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #616972;
    margin: 0 26px 0 0;
}
.shortvoiceovers__item__voicelist_section-bar{
    width: 4px;
    height: 18px;
    background-image: url("/ai-voice-cloning/images/icon/drop.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    background-color: unset;
    border: unset;
}
.shortvoiceovers__item__voicelist_section-bar.active{
    opacity: 0.5;
}
.shortvoiceovers__item__voicelist_section-dropdown{
    width: 200px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #343d48;
    box-sizing: border-box;
    position: absolute;
    right: 11.5px;
    top: 8px;
    display: none;
    z-index: 3;
}
.shortvoiceovers__item__voicelist_section-dropdown li{
    width: 100%;
    height: auto;
    float: left;
    padding: 14px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #39424b;
}
.shortvoiceovers__item__voicelist_section-dropdown li:last-child{
    border: unset;
}
.shortvoiceovers__item__voicelist_section-dropdown li > a{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
    padding: 0 0 0 24px;
    box-sizing: border-box;
    position: relative;
    transition: .2s;
}
.shortvoiceovers__item__voicelist_section-dropdown li > a:hover{
    opacity: 0.5;
    transition: .2s;
}
.shortvoiceovers__item__voicelist_section-dropdown li > a::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.shortvoiceovers__item__voicelist_section-dropdown li:nth-child(1) a::before{
    background-image: url("/ai-voice-cloning/images/icon/delet.svg");
}
.shortvoiceovers__item__voicelist__player{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8px 0 0 0;
    align-content: center;
    align-items: center;
}
.shortvoiceovers__item__voicelist__player__block:nth-child(1){
    width: 35px;
    height: auto;
}
.shortvoiceovers__item__voicelist__player__block:nth-child(2){
    width: calc(100% - 107px);
    height: auto;
}
.shortvoiceovers__item__voicelist__player__block:nth-child(3){
    width: 40px;
    height: auto;
}
.shortvoiceovers__item__voicelist__player__block-player{
    width: 100%;
    height: auto;
}
.shortvoiceovers__item__voicelist__player__block-controler{
    width: 35px;
    height: 35px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #D4A574;
    border-radius: 100px;
    background-color: #2b333c;
    background-image: url("https://apihost.ru/images/icon/avatar.png");
    background-position: 1px;
    background-repeat: no-repeat;
    background-size: 31px 31px;
    box-sizing: border-box;
    cursor: pointer;
}
.shortvoiceovers__item__voicelist.active .shortvoiceovers__item__voicelist__player__block-controler{
    background-image: url("/ai-voice-cloning/images/icon/pause.svg");
    background-position: 4px;
}
/* Design history: save icon (floppy disk) in dropdown */
.design_history_list .display__item__history__player__block-dropdown li:nth-child(1) a::before{
    background-image: url("/voice-design/images/icon/save.svg");
}
.shortvoiceovers__item__voicelist__player__block-timer{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: right;
    color: #8e99a5;
}
/* SHORTS */

/* DISPLAY MODAL */
.display_alert{
    width: fit-content;
    max-width: 300px;
    height: auto;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 10005;
    border: 0.5px solid #147295;
    background-color: #147295;
    border-radius: 10px;
    font-size: 14px;
    color: #d7d7d7;
    padding: 15px 25px 15px 50px;
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 19px;
    display: none;
}
.display_alert[data-type='success']{
    background-image: url("../images/icon/success.svg");
}
.display_alert[data-type='error']{
    background-image: url("../images/icon/error.svg");
}
/* DISPLAY MODAL */

/* BLOCKED */
.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 9999;
    display: none;
    cursor: not-allowed;
    z-index: 100005;
}

/* ============================================
   STUDIO VOICE CLONE — SPECIFIC STYLES
   ============================================ */

/* Studio Badge in sidebar */
.display__item__menu__studio-badge {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 40px;
    text-align: center;
}
.studio-badge {
    display: inline-block;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Demi';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4A574;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.15) 0%, rgba(180, 130, 80, 0.08) 100%);
    border: 1px solid rgba(212, 165, 116, 0.3);
    border-radius: 8px;
    padding: 6px 16px;
}
.studio-badge-desc {
    font-size: 13px;
    color: #8e99a5;
    line-height: 1.5;
    margin-top: 10px;
}

/* Studio header label on create page */
.studio-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    position: relative;
}
.studio-label {
    font-size: 11px;
    font-family: 'Avenir Next Cyr Demi';
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #D4A574;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.12) 0%, rgba(180, 130, 80, 0.06) 100%);
    border: 1px solid rgba(212, 165, 116, 0.25);
    border-radius: 6px;
    padding: 4px 10px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Studio accent button color */
/* ── Golden action buttons ─────────────────────────────────── */
.shortvoiceovers__item__form button.active,
.voice_play-button,
.shortvoiceovers__item__result__box-button,
.display__item-voiceover {
    background-color: #4e9eff !important;
    background-image: none !important;
    color: #FFFFFF !important;
    border: 1px solid #D4A574 !important;
    position: relative;
    overflow: hidden;
    transition: filter 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 6px rgba(78, 158, 255, 0.2);
}
.shortvoiceovers__item__form button.active::after,
.voice_play-button::after,
.shortvoiceovers__item__result__box-button::after,
.display__item-voiceover::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 40%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0) 60%,
        rgba(255,255,255,0) 100%
    );
    pointer-events: none;
    transition: none;
}
.shortvoiceovers__item__form button.active:hover::after,
.voice_play-button:hover::after,
.shortvoiceovers__item__result__box-button:hover::after,
.display__item-voiceover:hover::after {
    animation: btn-shine 0.6s ease-in-out;
}
.shortvoiceovers__item__form button.active:hover,
.voice_play-button:hover,
.shortvoiceovers__item__result__box-button:hover,
.display__item-voiceover:hover {
    filter: brightness(1.1);
}
@keyframes btn-shine {
    0%   { left: -100%; }
    100% { left: 120%; }
}

/* Recording button when active */
.shortvoiceovers__item__tools__records__box-btn.recording {
    background-color: #e55b5b !important;
    animation: pulse-recording 1.5s infinite;
}
@keyframes pulse-recording {
    0%, 100% { box-shadow: 0 0 0 0 rgba(229, 91, 91, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(229, 91, 91, 0); }
}

/* Upload hover + dragover state */
.shortvoiceovers__item__tools__upload:hover {
    border-color: rgba(212, 165, 116, 0.5);
    background-color: rgba(212, 165, 116, 0.03);
}
.shortvoiceovers__item__tools__upload.dragover {
    border-color: #D4A574 !important;
    background-color: rgba(212, 165, 116, 0.05);
}



/* Format radios — all enabled */
.display__item__settings__format__radio label {
    cursor: pointer;
}
.display__item__settings__format__radio input:checked + label {
    color: #D4A574;
    border-color: #D4A574;
}
.display__item__content__voice__box-date {
    font-size: 11px;
    color: #616972;
    margin-top: 2px;
}

/* History date */
.display__item__history__box-date {
    font-size: 11px;
    color: #616972;
    padding: 4px 16px 0;
    display: block;
}

/* History download button */
.display__item__history__player__block-download {
    width: 35px;
    height: 35px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #48525d;
    border-radius: 100px;
    background-color: #2b333c;
    transition: border-color 0.3s;
    background-image: url("/ai-voice-cloning/images/icon/download.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
}
.display__item__history__player__block-download:hover {
    border-color: #D4A574;
}

/* Settings reset button */
.display__item__settings__box-reset {
    max-width: 150px;
    margin: 20px 0 0 15px;
    background-color: transparent;
    border: 1px solid #616972;
    color: #d7d7d7;
    transition: 0.3s;
}
.display__item__settings__box-reset:hover {
    background-color: #39424b;
    color: #FFFFFF;
    border-color: #D4A574;
}

/* Voice list empty state */
.voice__list__empty {
    width: 100%;
    padding: 60px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: center;
}
.voice__list__empty-icon {
    width: 17.5px;
    height: 21.5px;
    display: block;
    margin-bottom: 12px;
}
.voice__list__empty-text {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #bdc9d6;
    margin: 0;
}
.voice__list__empty-hint {
    font-family: 'Avenir Next Cyr Regular';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #627386;
    margin: 6px 0 0 0;
}

/* ========================================
   Voice Design — Card Constructor (v6)
   tools.php layout: textarea + info bar + player
   ======================================== */

/* ── Card shell (extends display__item__content) ── */
.vd-card {
    height: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

/* ── Scrollable body: chips ── */
.vd-card__body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 28px 28px 16px;
}
.vd-card__body::-webkit-scrollbar { width: 4px; }
.vd-card__body::-webkit-scrollbar-thumb {
    background: #39424b;
    border-radius: 4px;
}

/* ── Header — see override below ── */
.vd-card__title {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 17px;
    color: #c7d1db;
    margin: 0;
}

/* ── Chip grid ── */
.vd-chips-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
}
.vd-group--wide {
    grid-column: 1 / -1;
}
.vd-group__label {
    display: block;
    font-family: 'Avenir Next Cyr Demi';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #D4A574;
    margin-bottom: 6px;
}
.voice-design__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.voice-design__chip {
    padding: 7px 14px;
    background: #363f4b;
    border: 1px solid #363f4b;
    border-radius: 10px;
    font-family: 'Avenir Next Cyr Medium';
    font-size: 13px;
    color: #FFFFFF;
    cursor: pointer;
    transition: border-color .15s;
    user-select: none;
    white-space: nowrap;
    box-sizing: border-box;
}
.voice-design__chip:hover {
    border-color: #4e9eff;
}
.voice-design__chip.active {
    border-color: #4e9eff;
}

/* ── Textarea area (like tools.php display__item__content__textarea) ── */
.vd-card__textarea {
    width: 100%;
    float: left;
    padding: 16px 32px 0;
    box-sizing: border-box;
    border-top: 1px solid #39424b;
}
.vd-card__textarea textarea {
    width: 100%;
    height: 72px;
    min-height: 48px;
    max-height: 120px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Regular';
    line-height: 1.5;
    color: #c7d1db;
    background: transparent;
    border: none;
    resize: vertical;
    outline: none;
}
.vd-card__textarea textarea::placeholder {
    color: #616972;
}
.vd-card__textarea textarea::-webkit-scrollbar { width: 4px; }
.vd-card__textarea textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #353e4a;
}
.vd-card__textarea textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #616972;
}

/* ── Information bar override (uses tools.php classes directly) ── */
.vd-card__info {
    margin: 0;
}
.vd-card__info .display__item__content__information__box:last-child {
    justify-content: flex-end;
}
/* Hide tools.php menu icon on generate button, use custom icon instead */
#design-generate > span {
    padding-left: 0;
}
#design-generate > span::before {
    display: none;
}

/* ── Player panel override (uses tools.php playeer classes) ── */
.vd-card__player {
    /* inherits all from display__item__content__playeer */
}
/* Override 3rd box — fits 2 round buttons instead of timer */
.vd-card__player .display__item__content__playeer__box:nth-child(3) {
    width: 100px;
}
.vd-card__player .display__item__content__playeer__box:nth-child(2) {
    width: calc(100% - 232px - 35px);
}

/* ── Round control buttons (retry / save) — like play/download circles ── */
.vd-player__controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.vd-round-btn {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 1px solid #48525d;
    background-color: #343d48;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s;
    box-sizing: border-box;
    flex-shrink: 0;
}
.vd-round-btn svg {
    display: block;
}
.vd-round-btn:hover {
    border-color: #D4A574;
}
.vd-round-btn--save:not(:disabled):not(.vd-round-btn--disabled) {
    border-color: #D4A574;
    background-color: #3a4350;
}
.vd-round-btn--disabled,
.vd-round-btn:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
/* Play/download disabled state  */
.display__item__content__playeer__box-play:disabled,
.vd-round-btn--disabled.display__item__content__playeer__box-download {
    opacity: 0.3;
    pointer-events: none;
}

/* ── Header row ── */
.vd-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    position: relative;
}
.vd-card__header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ── Help icon button ── */
.vd-help-toggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #48525d;
    background: #343d48;
    color: #8e99a5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, color 0.2s;
    padding: 0;
    flex-shrink: 0;
}
.vd-help-toggle:hover,
.vd-help-toggle.active {
    border-color: #4e9eff;
    color: #4e9eff;
}

/* ── Help popover ── */
.vd-help-popover {
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 10;
    width: 320px;
    max-width: calc(100vw - 80px);
    padding: 18px 20px 16px;
    background: #2a323c;
    border: 1px solid #3d4754;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}
.vd-help-popover__arrow {
    position: absolute;
    top: -6px;
    right: 52px;
    width: 12px;
    height: 12px;
    background: #2a323c;
    border-left: 1px solid #3d4754;
    border-top: 1px solid #3d4754;
    transform: rotate(45deg);
}
.vd-help-popover__close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    color: #616972;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    transition: color 0.15s;
}
.vd-help-popover__close:hover {
    color: #c7d1db;
}
.vd-help-popover__title {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 13px;
    color: #c7d1db;
    margin: 0 0 10px 0;
}
.vd-help-popover__list {
    margin: 0;
    padding: 0 0 0 16px;
    list-style: none;
}
.vd-help-popover__list li {
    position: relative;
    font-family: 'Avenir Next Cyr Regular';
    font-size: 12px;
    line-height: 1.55;
    color: #8e99a5;
    margin-bottom: 6px;
    padding-left: 2px;
}
.vd-help-popover__list li::before {
    content: "·";
    position: absolute;
    left: -12px;
    color: #616972;
    font-size: 16px;
    line-height: 1.2;
}
.vd-help-popover__list li b {
    color: #c7d1db;
}
.vd-help-popover__list li svg {
    color: #8e99a5;
}

/* ── Help backdrop (hidden on desktop, full-screen on ≤1220px) ── */
.vd-help-backdrop {
    display: none;
}

/* ── Overlays (loader / save form / save loader / success) ── */
.vd-card__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(46, 54, 64, 0.96);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* ── Result text (for save success) ── */
.vd-result {
    width: 80%;
    max-width: 380px;
    text-align: center;
}
.vd-result__title {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 17px;
    color: #c7d1db;
    margin: 0 0 6px;
}
.vd-result__subtitle {
    font-family: 'Avenir Next Cyr Regular';
    font-size: 14px;
    color: #8e99a5;
    display: block;
    margin-bottom: 20px;
}
.vd-result__btn {
    flex: 1;
    height: 42px;
    border-radius: 10px;
    font-family: 'Avenir Next Cyr Demi';
    font-size: 13px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}
.vd-result__btn--retry {
    background: #343d48;
    border: 1px solid #39424b;
    color: #8e99a5;
}
.vd-result__btn--retry:hover {
    border-color: #4e9eff;
    color: #4e9eff;
}
.vd-result__btn--save {
    background: transparent;
    border: 1px solid #4e9eff;
    color: #4e9eff;
}
.vd-result__btn--save:hover {
    background: rgba(78, 158, 255, 0.1);
    border-color: #6db3ff;
    color: #6db3ff;
}

/* ── Save form overlay ── */
.vd-save {
    width: 80%;
    max-width: 360px;
    text-align: center;
}
.vd-card__overlay .display__item__content__settings-close {
    background-color: transparent;
}
.vd-save__title {
    font-family: 'Avenir Next Cyr Demi';
    font-size: 17px;
    color: #c7d1db;
    margin: 0 0 20px;
}
.vd-save__field {
    margin-bottom: 16px;
}
.vd-save__field input {
    width: 100%;
    padding: 10px 14px;
    background: #343d48;
    border: 1px solid #39424b;
    border-radius: 10px;
    font-family: 'Avenir Next Cyr Regular';
    font-size: 14px;
    color: #c7d1db;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
.vd-save__field input:focus {
    border-color: #4e9eff;
}
.vd-save__error {
    display: none;
    font-family: 'Avenir Next Cyr Regular';
    font-size: 12px;
    color: #ff6b6b;
    margin-top: 6px;
}
.vd-save__actions {
    display: flex;
    gap: 10px;
}
.vd-save__actions .display__item__settings__box-button,
.vd-save__actions .display__item__settings__box-reset {
    max-width: none;
    flex: 1;
    float: none;
    margin: 0;
    box-sizing: border-box;
}

/* Voice Design mobile settingsbar — hidden on desktop */
.vd-settingsbar {
    display: none;
}
.vd-settingsbar .display__item__settingsbar__box[data-section="vd-clone"]::before {
    background-image: url("https://apihost.ru/images/icon/revoice/set-2.svg");
    cursor: pointer;
    background-size: 15px;
}
.vd-settingsbar .display__item__settingsbar__box[data-section="vd-tts"]::before {
    background-image: url("/ai-voice-cloning/images/icon/set-8.svg");
    cursor: pointer;
    background-size: 15px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   Voice Creation v3 — Hero + 3 Inline Cards (private.php only)
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Layout fix: 2nd column as flex column (scoped to .vc-page) ── */
.display__item.vc-page {
    display: flex;
    flex-direction: column;
}
.display__item.vc-page .display__item__shortvoiceovers {
    height: auto;
    flex: 1;
    min-height: 0;
}

/* v3: loader/result overlay covers entire viewport */
.display__item.vc-page .shortvoiceovers__item__loader,
.display__item.vc-page .shortvoiceovers__item__result {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    border-radius: 0;
}

/* ── Hero settingsbar block ── */
.vc-hero {
    width: 100%;
    float: left;
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #39424b;
    background-color: #2e3640;
    padding: 26px 34px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 18px;
}
.vc-hero__icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    border: 1px solid #D4A574;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e3640;
}
.vc-hero__icon img {
    width: 22px;
    height: 22px;
    opacity: .85;
}
.vc-hero__text {
    flex: 1;
    min-width: 0;
}
.vc-hero__title {
    font-family: 'Avenir Next Cyr Demi', sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0 0 5px;
    line-height: 1.35;
    display: flex;
    align-items: center;
    gap: 10px;
}
.vc-hero__title .studio-label {
    font-size: 11px;
    vertical-align: middle;
}
.vc-hero__desc {
    font-family: 'Avenir Next Cyr Regular', sans-serif;
    font-size: 13px;
    color: #8e99a5;
    margin: 0;
    line-height: 1.5;
    max-width: 520px;
}
.vc-hero__desc b {
    color: #c7d1db;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-weight: normal;
}
.vc-hero__actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}
.vc-hero__help {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #3a434e;
    border: 1px solid #434d58;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}
.vc-hero__help:hover {
    border-color: #4e9eff;
    background: #3f4a56;
}
.vc-hero__help img {
    width: 16px;
    height: 16px;
    opacity: .7;
}
/* popover warning line */
.vd-help-popover__warning {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 10px;
    padding: 9px 12px;
    border-radius: 9px;
    background: rgba(234,179,8,.06);
    border: 1px solid rgba(234,179,8,.18);
    font-family: 'Avenir Next Cyr Regular', sans-serif;
    font-size: 12px;
    line-height: 1.45;
    color: #eab308;
}
.vd-help-popover__warning b {
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-weight: normal;
}

/* ── Grid ── */
.vc-cards {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin: 18px 0 0;
}

/* ── Card base ── */
.vc-card {
    position: relative;
    border-radius: 20px;
    border: 1px solid #39424b;
    background: #313943;
    padding: 22px 18px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: border-color .25s, box-shadow .25s;
}
.vc-card:hover {
    border-color: #4e6a8a;
}

/* ── Card header (icon + titles) ── */
.vc-card__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
}
.vc-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: #3a434e;
    border: 1px solid #434d58;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    flex-shrink: 0;
}
.vc-card__icon img {
    width: 20px;
    height: 20px;
}
.vc-card__title {
    font-family: 'Avenir Next Cyr Demi', sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1.35;
}
.vc-card__subtitle {
    font-family: 'Avenir Next Cyr Regular', sans-serif;
    font-size: 12px;
    color: #627386;
    margin: 3px 0 0;
    line-height: 1.3;
}

/* ── Card body fills remaining space ── */
.vc-card__body {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ═══ Card 1: Upload zone ═══ */
.vc-upload {
    flex: 1;
    border-radius: 14px;
    border: dashed 1.5px #5a6572;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: border-color .3s, background .3s;
    padding: 20px 14px;
    min-height: 140px;
    padding-bottom: 60px; /* reserve space for file row */
}
.vc-upload:hover {
    border-color: #4e9eff;
    background: rgba(78,158,255,.03);
}
.vc-upload.dragover {
    border-color: #4e9eff;
    background: rgba(78,158,255,.06);
}
.vc-upload input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}
.vc-upload__icon {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    opacity: 0.8;
}
.vc-upload__title {
    font-family: 'Avenir Next Cyr Demi', sans-serif;
    font-size: 13px;
    color: #c7d1db;
    margin: 0 0 4px;
}
.vc-upload__hint {
    font-family: 'Avenir Next Cyr Regular', sans-serif;
    font-size: 11px;
    color: #627386;
}

/* Uploaded file row — positioned at bottom of upload zone */
.vc-upload__file {
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 14px;
    right: 14px;
    width: auto;
    padding: 5px 8px;
    box-sizing: border-box;
    background: #3a434e;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    visibility: hidden;
}
.vc-upload__file.visible { visibility: visible; }
.vc-upload__file p {
    font-size: 12px;
    color: #fff;
    margin: 0;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}
.vc-upload__file span {
    font-size: 11px;
    color: #627386;
    margin: 2px 0 0;
}
.vc-upload__file button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    opacity: .5;
    transition: opacity .2s;
    flex-shrink: 0;
}
.vc-upload__file button:hover { opacity: 1; }

/* ═══ Card 2: Microphone ═══ */
.vc-mic {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* ── Done checkmark ── */
.vc-mic__done {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
}
.vc-mic__done span {
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-size: 14px;
    color: #4e9eff;
}

/* ── Countdown (3-2-1) ── */
.vc-mic__countdown {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    height: 48px;
}
.vc-mic__countdown span {
    font-family: 'Avenir Next Cyr Demi', sans-serif;
    font-size: 22px;
    color: #627386;
    line-height: 1;
    transition: font-size .2s, color .2s;
}
.vc-mic__countdown span.active {
    font-size: 30px;
    color: #4e9eff;
}

.vc-mic__waveform {
    width: 100%;
    height: 48px;
    margin: 0 0 14px;
    background: #2a323b;
    border-radius: 10px;
    overflow: hidden;
}
.vc-mic__waveform wave {
    height: 48px !important;
    overflow: hidden !important;
}
.vc-mic__timer {
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-size: 13px;
    color: #8e99a5;
    margin: 0 0 12px;
}
.vc-mic__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #293039;
    border: 1px solid #39424b;
    border-radius: 11px;
    padding: 9px 0;
    width: 100%;
    max-width: 160px;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    margin-top: auto;
}
.vc-mic__btn:hover {
    border-color: #4e9eff;
}
.vc-mic__btn-dot {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #ef5d85;
    transition: border-radius .2s;
}
.vc-mic__btn.recording .vc-mic__btn-dot {
    border-radius: 50%;
    animation: vcPulse 1.2s ease-in-out infinite;
}
@keyframes vcPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .4; }
}

/* ═══ Card 3: Voice Design (link card) ═══ */
.vc-card--link {
    text-decoration: none;
    cursor: pointer;
}
.vc-card--link:hover {
    border-color: #D4A574;
}
.vc-card--link:hover .vc-card__icon {
    background: rgba(212,165,116,.1);
    border-color: rgba(212,165,116,.3);
}
.vc-card--link:hover .vc-card__icon img {
    filter: brightness(1.3) sepia(1) hue-rotate(-15deg) saturate(2);
}
.vc-design {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.vc-design__features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.vc-design__feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Avenir Next Cyr Regular', sans-serif;
    font-size: 12px;
    color: #8e99a5;
    text-align: left;
}
.vc-design__feature img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.vc-design__go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: auto;
    padding: 8px 0;
    width: 100%;
    max-width: 160px;
    border-radius: 11px;
    background: rgba(212,165,116,.08);
    border: 1px solid rgba(212,165,116,.2);
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-size: 13px;
    color: #D4A574;
    transition: background .2s, border-color .2s;
}
.vc-card--link:hover .vc-design__go {
    background: rgba(212,165,116,.14);
    border-color: rgba(212,165,116,.35);
}
.vc-design__go img {
    width: 14px;
    height: 14px;
}

/* ═══ Divider ═══ */
.vc-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #39424b 20%, #39424b 80%, transparent);
    margin: 28px 0;
    float: left;
}

/* ═══ Tips strip ═══ */
.vc-tips {
    width: 100%;
    float: left;
    display: flex;
    gap: 16px;
    margin-top: 0;
}
.vc-tip {
    flex: 1;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.vc-tip__icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    opacity: .45;
}
.vc-tip__text p {
    font-family: 'Avenir Next Cyr Demi', sans-serif;
    font-size: 12px;
    color: #bdc9d6;
    margin: 0 0 2px;
    line-height: 1.35;
}
.vc-tip__text span {
    font-family: 'Avenir Next Cyr Regular', sans-serif;
    font-size: 11px;
    color: #627386;
    line-height: 1.4;
}

/* ═══ Form v3 (name + privacy + submit) ═══ */
.vc-form {
    width: 100%;
    float: left;
}
.vc-form__input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    background: #3f4752;
    border: 1px solid transparent;
    box-sizing: border-box;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-size: 14px;
    color: #fff;
    outline: none;
    transition: border-color .25s;
    margin-bottom: 18px;
}
.vc-form__input:focus {
    border-color: #4e9eff;
}
.vc-form__input::placeholder {
    color: #8e99a5;
}
.vc-form__checkbox {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 24px;
}
.vc-form__checkbox input { display: none; }
.vc-form__checkbox-box {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 7px;
    background: #3F4754;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}
.vc-form__checkbox input:checked + .vc-form__checkbox-box {
    background: #4e9eff;
}
.vc-form__checkbox-box img {
    width: 13px;
    height: 13px;
    opacity: 0;
    transition: opacity .15s;
}
.vc-form__checkbox input:checked + .vc-form__checkbox-box img {
    opacity: 1;
}
.vc-form__checkbox-label {
    font-family: 'Avenir Next Cyr Regular', sans-serif;
    font-size: 13px;
    color: #7a8a9e;
    line-height: 1.45;
    cursor: pointer;
}
.vc-form__submit {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 12px 36px;
    border-radius: 12px;
    border: none;
    background: #8e99a5;
    font-family: 'Avenir Next Cyr Medium', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,.5);
    cursor: pointer;
    transition: background .25s, color .25s, box-shadow .25s;
}
.vc-form__submit.ready {
    background-color: #4e9eff;
    color: #fff;
}
.vc-form__submit.ready:hover {
    background-color: #3d8ce6;
}

/* ═══ v3 Responsive ═══ */
@media screen and (max-width: 1400px) {
    .vc-cards { gap: 10px; }
    .vc-card { padding: 18px 14px 16px; }
}
@media screen and (max-width: 1100px) {
    .vc-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .vc-card__header {
        flex-direction: row;
        gap: 12px;
        text-align: left;
        align-items: center;
    }
    .vc-card__icon { margin-bottom: 0; }
    .vc-tips { flex-direction: column; gap: 10px; }
    .vc-hero { padding: 18px 18px; gap: 14px; }
    .vc-hero__icon { width: 36px; height: 36px; min-width: 36px; }
    .vc-hero__icon img { width: 18px; height: 18px; }
    .vc-hero__title { font-size: 14px; }
    .vc-hero__desc { max-width: none; }
    .vc-card__icon { width: 36px; height: 36px; }
}
@media screen and (max-width: 350px) {
    .vc-hero__icon { display: none; }
    .vc-hero__actions { display: none; }
}

/* BLOCKED */