* {
    margin: 0px;
    padding: 0px;
}
/* .modal-content{
    width: 750px !important;
} */
.pin-box {
    position: absolute;
    top: 13px;
    right: 50px;
    z-index: 9;
}
.header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding-left: 16px;
}
.close-button {
    height: 32px;
    width: 32px;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 18px;
    color: rgb(111, 111, 122);
    font-family: icomoon;
}
.close-button {
    height: 32px;
    width: 32px;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 18px;
    color: rgb(111, 111, 122);
    font-family: icomoon;
}
.menu-tab-container {
    display: flex;
    margin-bottom: 14px;
    padding: 0px 16px;
}
.menu-tab {
    margin-top: 8px;
    box-sizing: border-box;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    width: 100%;
}
.menu-tab-item.active {
    color: rgb(139, 61, 255);
    font-weight: 600;
}
.menu-tab-item {
    text-align: center;
    font: 14px / 19px;
    color: rgb(140, 140, 151);
    height: 19px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
}
.menu-tab-item > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.menu-tab-item.active {
    color: rgb(139, 61, 255);
    font-weight: 600;
}
.menu-search-container {
    margin-top: 10px;
    display: flex;
    margin-bottom: 14px;
    padding: 0px 16px;
}
.menu-search {
    box-sizing: border-box;
    flex: 1 1 0%;
    height: 42px;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    border: 1px solid rgb(234, 234, 234);
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}
.search-icon, .search-close {
    width: 20px;
    height: 20px;
    margin: 0px 12px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: icomoon;
    color: rgb(30, 30, 46);
}
.search-input {
    height: 36px;
    background-color: rgb(255, 255, 255);
    border: none;
    outline: none;
    flex: 1 1 0%;
}

.search-close {
    visibility: hidden;
}
.search-close::after {
    font-size: 16px;
    content: "";
}
/* search-popular-add-history {
    width: 100%;
} */
.filter-box {
    margin-left: 16px;
}
.clone-voice-filter {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: var(--width, 220px);
    max-width: 100%;
    height: var(--height, 42px);
    padding: 4px 12px;
    font-family: ;
    color: var(--text-color, #1e1e2e);
    border: 1px solid var(--border-color, rgba(30, 30, 46, 0.3));
    border-radius: 6px;
    cursor: pointer;
}
.clone-voice-filter__start {
    display: flex;
}
.clone-voice-filter__start svg{
    font-size: 20px;
}
.clone-voice-filter__end {
    display: flex;
}
.clone-voice-filter__end svg{
 font-size: 12px;  
}
.upload-button {
    height: 40px;
    background: 0% 0% no-repeat padding-box padding-box rgb(139, 61, 255);
    border-radius: 4px;
    padding: 0px 14px;
    margin-left: 16px;
    display: flex;
    align-items: center;
    font-size: 13px / 18px ;
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.upload-button  .upload-icon {
    margin-right: 8px;
    width: 22px;
    height: 22px;
    font-size: 22px;
    font-family: icomoon;
    color: #FFFFFF;
}
.avatar-list-container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.avatar-list-pro {
    padding-right: 8px;
}
.avatar-list {
    margin-top: 20px;
    position: relative;
    padding: 0 16px;
}
.list-content {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.list-content .content-item:not(:nth-of-type(4n)) {
    margin-right: calc((100% - 540px) / 3);
}
.content-item {
    width: 135px;
    font-size: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    word-wrap: break-word;
    position: relative;
    cursor: pointer;
}
.content-item .content-item-avatar, .content-item .avatar-tip, .content-item p, .content-item .pro-label {
    pointer-events: none;
}
.content-item-avatar {
    width: 135px;
    height: 120px;
    border: 1px solid #564AFE1A;
    border-radius: 8px;
    background-color: #F9F9FB;
    margin-bottom: 6px;
    transition: border 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.content-item-avatar img {
    pointer-events: none;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.img-scale {
    transform: scale(1.2) translateY(8px);
}
.content-item p {
    font: normal normal normal 13px / 18px ;
    width: 100%;
    color: #1E1E2E;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.dialog-footer {
    display: flex;
    align-items: center;
    font: normal normal normal 14px / 19px ;
    color: #1E1E2E;
    margin: 0 auto;
    margin-top: 9px;
    padding-left: 16px;
    box-sizing: border-box;
    width: calc(100% - 32px);
    height: 54px;
    background: #8B3DFF0D 0% 0% no-repeat padding-box;
    border: 1px solid #8B3DFF;
    border-radius: 6px;
}
.music-switch {
    width: 35px;
    height: 16px;
    background: #dcdce0;
    border-radius: 16px;
    margin-right: 13px;
    position: relative;
    transition: background 0.2s;
    cursor: pointer;
}
.switch-circle {
    width: 20px;
    height: 20px;
    background: #8c8c97;
    border-radius: 20px;
    position: absolute;
    top: -2px;
    left: 0;
    transition: background 0.2s;
    transition: left 0.2s;
}
@media only screen and (max-width: 1000px) {
    .menu-search-container{
        display: block;
    }
    .menu-search-container .filter-box{
        margin: 10px 0;
    }
    .menu-search-container .upload-button{
        margin-left: 0px !important;
    }
}