.container-content{
    width: 95%;
    background: #fff;
    margin: 0 auto;
    padding: 20px 20px;
}
.container-content .header-preview{
    display: flex;
    gap: 10px;
    align-items: center;
}
.container-content .header-preview h3{
    margin-bottom: 0 !important;
    margin-top: 5px;
}
.container-content .header-preview img{
    width: 2.5%;
    cursor: pointer;
}
.content-preview{
    width: 40%;
    margin: 0 auto;
}
.content-preview video{
    width: 100%;
    border-radius: 30px;
    aspect-ratio: 1 / 1;
}
.container-video{
    position: relative;
}
.icon-mute{
    position: absolute;
    top: 3%;
    right: 18%;
}
.icon-mute img{
    width: 60%;
    cursor: pointer;
}
.music{
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 17%;
}
.music img{
    width: 65%;
}
.text-preview-duet,
.text-preview{
    width: 60%;
    margin: 0 auto;
}
.text-prevew .use-instruction{
    padding: 15px 0;
}
.use-instruction .step{
    display: flex;
    align-items: start;
    gap: 20px;
    padding: 5px 0;
}
.step img{
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
}

.step p{
    margin: 0 !important;
    font-size: 18px;
}
.down{
    margin-left: 10px;
}

.text-preview-animal{
    display: none;
}
.btn-choose{
    width: 26%;
    margin: 20px  auto 0 auto;
}
.btn-choose img{
    width: 100%;
    cursor: pointer;
}
.wide-video + .icon-mute {
    right: -4%;
}
.btn-choose img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}
.name-template {
    position: absolute;
    top: 30%;
    left: 12%;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
    width: 220px;
    text-align: center;

}
.icon-music{
    position: absolute;
    top: 30%;
    left: 7%;
    width: 4% !important;

}

/* Tooltip custom */
.name-template::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    display: none;
    z-index: 1000;
    margin-top: 4px;
}
.text-preview-duet, .text-preview{
    width: 50% !important;
}

.name-template:hover::after {
    display: block;
}

.btn-choose img:hover {
    transform: scale(1.05);
}

.container-shares{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
}
.container-shares img{
    width: 25%;
    cursor: pointer;
}
.reviewVideo video{
    aspect-ratio: auto !important;
}
.content-review{
    width: 70% !important;
}
@media (min-width: 900px) and (max-width: 1200px){
    .name-template{
        top: 30%;
        max-width: 150px !important;
        font-size: 13px;
    }
    .wide-video + .icon-mute {
        right: -10% !important;
    }

}
@media (min-width: 1201px) and (max-width: 1700px){
    .name-template{
        top: 35%;
        max-width: 180px !important;
        font-size: 13px;
    }
}
@media (min-width: 900px) and (max-width: 1500px){
    .content-preview {
        width: 45% !important;
    }
    .text-preview-duet, .text-preview{
        width: 80% !important;
    }
}
@media (min-width: 1501px) and (max-width: 1700px){
  .content-preview {
        width: 40% !important;
    }
    .text-preview-duet, .text-preview{
        width: 60% !important;
    }
    .name-template{
        top: 35% !important;
        width: 200px !important;
    }
}
@media (min-width: 900px) and (max-width: 1400px){
    .container-shares img{
        width: 30% !important;
    }
    .btn-choose{
        width: 38% !important;
    }
    .step img{
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
    }
    .icon-mute img{
        width: 50%;
    }
    .icon-mute{
        right: 12%;
    }
}
@media (max-width: 768px) {
    .name-template{
        top: 20%;
        max-width: 100px;
        font-size: 11px;
    }
    .use-instruction .step{
        padding: 5px 0 !important;
    }
    .container-shares img{
        width: 55% !important;
    }
    .container-content{
        width: 100% !important;
        border-radius: 10px;
    }
    .icon-music{
        width: 6% !important;
        top: 25% !important;
    }

    .container-content .header-preview .icon-back{
        width: 6%;
    }
    .content-preview{
        width: 90%;
        padding: 10px 0 0 0 !important;
    }
    .step p{
        font-size: 14px !important;
    }
    .content-preview video{
        width: 100%;
    }
    .icon-mute img{
        width: 50% !important;
    }
    .text-preview-duet,
    .text-preview{
        width: 100%;
    }

    .use-instruction .step{
        align-items: center !important;
    }
    .step img{
        width: 25px !important;
        height: 25px !important;
        min-width: 25px !important;
    }
    .btn-choose{
        width: 65% !important;
    }
    .icon-mute{
        right: 12%;
    }
    .wide-video + .icon-mute {
        right: -12% !important;
    }
}

@media (min-width: 540px) and (max-width: 765px) {
    .wide-video + .icon-mute {
        right: -5% !important;
    }
    .name-template{
        font-size: 16px !important; ;
        max-width: 150px !important;
        top: 30% !important;
    }
    .icon-mute img{
        width: 50% !important;
    }
    .icon-music{
        width: 5% !important;
    }
    .container-content .header-preview .icon-back{
        width: 5% !important;
    }
    .btn-choose {
        width: 55% !important;
    }
}

@media (max-width: 539px) {
    .step p{
        font-weight: 550;
    }
    .text-preview-duet, .text-preview {
        width: 100% !important;
    }
        .container{
        max-width: 100% !important;
    }
    .name-template{
        max-width: 140px !important;
        top: 21% !important;
        font-size: 13px !important;
    }
    .icon-music{
        width: 6% !important;
    }
    .music{
        left: 14% !important;
    }

    .music .background-music {
        width: 75%;
    }
    .container-content .header-preview .icon-back {
        width: 5% !important;
        font-size: 20px !important;
    }

}
@media (min-width: 765px) and (max-width: 848px) {
    .text-preview-duet, .text-preview{
        width: 70% !important;
    }
    .container-content .header-preview .icon-back{
        width: 4% !important;
    }
    .step p{
        font-size: 18px !important;
    }
    .btn-choose{
        width: 55% !important;
    }
    .name-template{
        max-width: 200px !important;
        padding-left: 20px !important;
    }
    .wide-video + .icon-mute {
        right: -5% !important;
    }
}

@media (min-width: 900px) and (max-width: 980px){
    .name-template{
        max-width: 130px !important;
        top: 22% !important;
    }

}

