

[data-theme="light"] {
    --iz-home-category-music-border: #E4E4E4;
}

[data-theme="dark"] {
    --iz-home-category-music-border: #3F3F3F
}


.category-music .category-music-label .category-music-label-border {
    background: #F81539;
    width: 4px;
    height: 22px;
    border-radius: 12px;
    margin-right: 10px;
}

.category-music .category-music-label .category-music-label-name {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    color: var(--iz-favorite-singer-label-name);
    margin: 0;
}

.category-music-label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.category-music .item-background-category {
    border-radius: 14px;
    display: flex;
    align-items: end;
    cursor: pointer;
}

.category-music .category-item-first {
    width: 100%;
    height: 100%;
}

.category-music .category-item {
    aspect-ratio: 1;
    width: 229px;
    height: 128px;
}

.category-music .name-category {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #FAFAFA;
    position: absolute;
    top: 16px;
    left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-music .category-swiper-pagination {
    text-align: center;
    width: fit-content;
}

.category-music  .category-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #A1A1AA;
    width: 12px;
    height: 8px;
    border-radius: 20px;
}

.category-music .arrow-prev{
    color: transparent;
    position: static;
    margin-right: 12px;
    height: 16px;
    width: 16px;
    background-color: var(--iz-home-listening-singer);
    -webkit-mask: url(../../../images/home/prev-arrow.svg) no-repeat center;
    mask: url(../../../images/home/prev-arrow.svg) no-repeat center;
}

.category-music .arrow-next{
    margin-left: 12px;
    color: transparent;
    position: static;
    background-color: var(--iz-home-listening-singer);
    -webkit-mask: url(../../../images/home/next-arrow.svg) no-repeat center;
    mask: url(../../../images/home/next-arrow.svg) no-repeat center;
}

.category-music .category-content-border{
    border-radius: 25px;
    border: 1px solid var(--iz-home-category-music-border);
    padding: 30px 24px;
}


.iz-button-switch-slide-prev {

}

.iz-button-switch-slide-next {

}

.category-swiper-button-next,
.category-swiper-button-prev {
    display: block;
    position: static;
    border: 1px solid #EBEBFF26;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    margin-top: 3px;
}

.category-swiper-button-next:after,
.category-swiper-button-prev:after
{
    font-size: 14px;
    font-weight: bold;
    color: var(--iz-home-listening-singer);

}


.genre{
    display: block;
    border-radius: 5px;
    position: relative;
    height: 128px;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}

.genre .genre-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: FS PF BeauSans Pro, sans-serif;
    line-height: 31px;
    position: absolute;
    top: 19px;
    left: 19px;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    width: 60%;
}

.genre .first-layer{
    border-radius: 5px;
    position: absolute;
    right: -10px;
    bottom: 19px;
    transform: rotate(-15deg);
}

.genre .second-layer{
    position: absolute;
    background: #1F1F21;
    width: 79px;
    height: 79px;
    right: -23px;
    bottom: 5px;
    transform: rotate(20deg);
    border-radius: 3px;
}


.mt-\[20px\]{
    margin-top: 20px;
}



