* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-justify: inter-word;
    word-break: keep-all
}

@font-face {
    font-family: 'Arial';
    src: url(../font/arial-webfont.woff2);
    font-display: swap
}

@font-face {
    font-family: 'ArialBold';
    src: url("../font/arialbd_1-webfont.woff2");
    font-display: swap
}

@font-face {
    font-family: "iranBold";
    src: url(../font/IRANSansX-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "iran";
    src: url(../font/IRANSansX-Regular.ttf) format("truetype");
    font-display: swap
}

body {
    margin: 0;
    padding: 80px 230px 5px 290px;
    background-color: #000104;
    direction: ltr;
    font-family: Arial;
}

main > section, .__menu, .header, .footer_container, .page_aside {
    background: #1a1a1a !important;
    border-radius: 18px !important;
}

main > section {
    margin-bottom: 5px;
    padding: 5px;
}

input:focus {
    outline: none
}

.scrollBarX {
    scrollbar-color: #0f0f0f #232323;
    scrollbar-width: thin;
}

main > section:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none
}

@keyframes wobble-hor-bottom {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg)
    }

    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg)
    }

    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg)
    }

    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg)
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg)
    }
}

.btn_type1 {
    width: auto;
    height: 30px;
    padding: 5px 10px;
    margin: 5px 10px;
    background: #fe308b;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    overflow: hidden
}

.btn_type1 a,
.btn_type1 p,
.btn_type1 span {
    color: #fff
}

.btn_type2 {
    width: auto;
    height: 30px;
    padding: 5px 10px;
    margin: 5px 10px;
    background-color: #6d55fe;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden
}

.btn_type2 a,
.btn_type2 p,
.btn_type2 span {
    color: #fff
}

.btn_type2:before,
.btn_type1:before,
.slide-pt-btn:before {
    content: "";
    display: block;
    position: absolute;
    background: #fffc;
    width: 30px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    filter: blur(30px);
    transform: translateX(-130px) skewX(-15deg);
    transition: .6s
}

.btn_type2:after,
.btn_type1:after,
.slide-pt-btn:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff9;
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: .5;
    filter: blur(10px);
    transform: translateX(-100px) skewX(-15deg);
    transition: .6s
}

.btn_type2:hover:before,
.btn_type1:hover:before,
.slide-pt-btn:hover:before {
    transform: translateX(300px) skewX(-15deg);
    opacity: .8;
    transition: .9s
}

.btn_type2:hover:after,
.btn_type1:hover:after,
.slide-pt-btn:hover:after {
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: .9s
}

.main__menu {
    width: 220px;
    height: 100%;
    position: fixed;
    bottom: 5px;
    display: flex;
    z-index: 110;
    right: 5px;
    align-items: center;
    padding-top: 85px;
    direction: rtl;
}

.__menu {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    border-radius: 8px;
    position: relative;
    padding: 5px;
    display: flex;
}

.__menu > ul {
    list-style: none;
    color: #fff;
    min-width: 210px;
    height: 100%;
    border-radius: 8px;
    position: relative;
    direction: rtl;
    max-width: 210px;
}

.main_menu_open > .__menu > ul {
    padding-left: 5px;
    border-left: 1px solid #2b2b2b;
    margin-left: 5px;
}

.__menu > ul > li, .__menu > ul > li > a {
    width: 100%;
    height: 60px;
    border-radius: 14px;
    padding: 0 5px;
    margin-bottom: 5px;
    transition: all .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}

.active_bottom_menu {
    background: #131313;
    border-color: #292929;
}

.active_bottom_menu > svg {
    color: #6d55fe;
}

.__menu > ul > li > a {
    color: #fff;
    position: relative;
    padding: 0 !important;
}

.__menu > ul > li > svg:first-child, .__menu > ul > li > a > svg {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.__menu > ul > li > img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.__menu > ul > li:hover {
    background: #131313;
    border-color: #292929;
    transition: 0.4s;
}

.__menu > ul > li > svg:last-child {
    color: #6D55FE;
    width: 28px;
    position: absolute;
    left: 50px;
    visibility: hidden;
    transition: all 0.4s;
    opacity: 0;
}

.__menu > ul > li:hover svg:last-child {
    visibility: visible !important;
    left: 11px !important;
    transition: all 0.4s;
    opacity: 1 !important;
}

.__menu > ul > li > span, .__menu > ul > li > a > span {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    font-family: "iran";
    font-size: 15px;
    margin-right: 6px;
}

.menu_content {
    display: none
}

.close_menu {
    display: none
}

.main_close > svg {
    display: none;
}

.menu_content.menu_content_active {
    max-width: 490px;
    background: #131313;
    border-radius: 14px;
    direction: rtl;
    display: inline-block;
    min-width: 490px;
    position: relative;
}

.search_form {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: auto;
    padding: 5px;
    padding-top: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: #131313;
    border-radius: 14px;
}

.aj_search {
    border: none;
    border-bottom: 2px solid #6d56fa !important;
    color: #fff !important;
    width: 100% !important;
    height: 35px;
    padding: 0 30px;
    font-size: 16px;
    font-family: "iran";
    background: none;
}

.search_content {
    width: 100%;
    height: 100%;
    padding-top: 40px;
}

.search_ul {
    width: 100%;
    height: auto;
    padding: 5px;
    position: relative;
    padding-bottom: 20px;
    overflow-x: hidden;
    list-style: none;
}

.recommended {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

.recommended > a {
    padding: 6px 14px;
    background: #151313;
    color: #fff;
    margin: 5px 3px;
    border-radius: 13px;
    box-shadow: 2px 2px 5px #000;
    border: 1px solid #2f2f2f;
    display: inline-block
}

.search_trendHold {
    display: grid;
    grid-template-rows: 2fr 2fr;
    grid-auto-flow: column;
    width: 100%;
    height: auto;
    padding: 5px;
    overflow-x: auto;
    scrollbar-color: #aaa #292929;
    scrollbar-width: thin;
    direction: rtl
}

.search_trend .search_trendHold > article {
    direction: ltr;
    width: 120px;
    margin: 3px;
    height: auto
}

.search_trend .search_trendHold > article > a {
    width: 100%;
    height: 100%;
    display: inline-block
}

.search_trend .search_trendHold > article > a > .trendImg {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 8px
}

.search_trend .search_trendHold > article > a > .trendImg > img {
    width: 100%
}

.search_trend .search_trendHold > article > a > .trendInfo {
    width: 100%;
    height: 40px;
    overflow: hidden;
    direction: ltr;
    text-align: left;
}

.search_trend .search_trendHold > article > a > .trendInfo > div {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search_trend .search_trendHold > article > a > .trendInfo > .trendName {
    color: #dfdfdf;
    font-size: 15px
}

.search_trend .search_trendHold > article > a > .trendInfo > .trendArtist {
    color: #a8a8a8;
    font-size: 13px
}

.search_trendTitle {
    text-align: right;
    font-size: 20px;
    font-family: "iran";
    padding: 10px 0;
    border-bottom: 1px solid #464242;
    color: #fff
}

.search_CO_tips {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    color: #d5d5d5;
    font-family: "iran";
    margin-bottom: 10px;
    border-bottom: 1px solid #626262;
}

li.no-result {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: "iran";
    color: #fff;
}

.albumResultLi {
    padding: 4px;
    width: 100%;
    height: auto;
    list-style: none;
    border-bottom: 1px solid #2f2f2f;
    overflow: hidden;
    direction: rtl;

}

li.resultSection > h2 {
    margin-bottom: 5px;
}

.albumResultLi > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    position: relative;
}

.AR-img-hd {
    min-width: 100px;
    height: 100px;
    max-width: 100px;
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 1/1;
    margin-left: 10px;
}

.AR-img-hd > img {
    width: 100%;
    height: 100%;
}

.AR-info {
    width: 100%;
}

.AR-info > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.AR-title {
    font-size: 15px;
    font-family: "iran";
    color: #e7e7e7;
    white-space: normal !important;
}

.AR-name {
    font-size: 14px;
    color: #cbcbcb;
}

.AR-artisto {
    font-size: 13px;
    color: #a4a4a4;
}

.artistResultLi {
    width: 100%;
    height: auto;
    padding: 5px;
    border-bottom: 1px solid #2f2f2f;
    direction: rtl;
}

.resultSection > ul {
    list-style: none;
}

.artistResultLi > a {
    display: flex;
    align-items: center;
    height: 70px;
    overflow: hidden;
}

.ATR-img-hd {
    min-width: 70px;
    max-width: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    margin-left: 10px;
}

.ATR-img-hd > img {
    min-width: 100%;
    min-height: 100%;
    border-radius: 14px;
    max-width: 100%;
    max-height: 100%;
}

.ATR-info {
    width: 100%;
    white-space: nowrap;
    color: #fff;
    font-size: 17px;
    font-family: "iran";
}

li.albumResultLi:last-child {
    border-bottom: none;
}

li.artistResultLi:last-child {
    border-bottom: none;
}

.trackResult {
    direction: ltr;
}

.resultSection.albumResult:last-child {
    margin-bottom: 0;
}

.resultSection {
    margin-bottom: 10px;
    background: #1a1a1a;
    padding: 5px 0;
    border-radius: 14px;
    border: 1px solid #202020;
}

section.showArtist {
    overflow: hidden;
}

.close-menu-bar {
    display: none
}

.main_close {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
    display: none;
    background: #00000080;
}

.search_form form > svg {
    height: 25px;
    position: absolute;
    color: #6d55fe;
    width: 25px;
    right: 5px;
    top: 5px
}

.main__header {
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 999;
    top: 5px;
    left: 0;
    padding: 0 5px;
}

.header {
    display: flex;
    padding-top: 3px;
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom: 1px solid #000104;
}

.header::before {
    content: "";
    width: 100%;
    height: 55px;
    position: absolute;
    background: #000104;
    top: -5px;
    z-index: -1;
}

.main__logo {
    min-width: 285px;
    height: 100%;
}

.main__logo a {
    width: auto;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: left
}

.main__logo a img {
    width: 200px
}

.main__nav {
    width: 100%;
}

.mainNav {
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
}

.menuNavLi {
    font-weight: bold;
    margin-right: 20px;
    position: relative;
}

.menuNavLi {
    font-weight: bold;
    margin-right: 20px;
}

.menuNavLi > a {
    color: #fff;
    font-size: 15px;
}

.menuNavLi::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    background: #6d55fe;
    left: 0;
}

.header_btn-box {
    width: 30%;
    height: 100%;
    display: flex;
    padding: 7px 10px;
    color: #fff;
    position: relative
}

.SingIn_btn {
    position: absolute;
    right: -3px;
    padding: 5px 22px !important;
    border-radius: 22px;
    height: 37px;
    border: 1px solid #b7b7b7;
}

.header_btn-box > a {
    direction: rtl;
    font-family: "iran";
    color: #e6e6e6;
    display: flex;
    align-items: center;
    padding: 5px 3px 5px 5px;
}

.header_btn-box > a > svg {
    color: #fff;
    width: 22px;
    margin-left: 3px;
}

.header_main_profile {
    width: 100%;
    height: 100%;
    position: relative
}

.head_profile_info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    right: 2px
}

.head_profile_info img {
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.head_profile_username {
    width: 100%;
    padding-right: 5px;
    height: 100%;
    direction: rtl
}

.head_profile_username > div {
    width: 100%;
    white-space: nowrap;
    height: 50%;
    margin-top: 3px;
    font-size: 13px;
}

.head_pr_username {
    color: #bdbdbd
}

.head_pr_name {
    color: #6f6f6f
}

.search_not_find {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    font-size: 20px;
    font-family: "iran";
    color: #fff;
    background-color: #6d55fe;
    border-radius: 6px
}

.album_scroll_slider,
.scrollSlider_2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.ltrSection {
    direction: ltr
}

.rtlSection {
    direction: rtl
}

.sectionHeader {
    width: 100%;
    height: auto;
    font-size: 19px;
    color: #fff;
    font-family: "iranBold";
    padding: 0 10px;
    direction: rtl;
    display: flex;
}

.sectionHeader > a {
    color: #fff;
}

.album_slider {
    width: 100%;
    height: 100%;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 10px 0
}

.column_2 {
    display: grid !important;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column
}

.column_3 {
    display: grid !important;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column
}

.column_4 {
    display: grid !important;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.album_post {
    margin: 4px;
    background: #0d0d11;
    border-radius: 8px;
    min-width: 240px;
    height: 240px;
    position: relative;
    overflow: hidden;
    border: 2px solid #2b2b2b;
    padding: 0;
    direction: ltr !important
}

.AL_post {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.preview_btn {
    position: absolute;
    width: 38px;
    height: 38px;
    right: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    color: #715afb;
    background: #dfdfdf;
    border-radius: 50%;
    top: 7px;
    cursor: pointer;
    box-shadow: 1px 1px 8px 1px #313131;
    z-index: 11;
    transition: all .4s
}

.preview_btn:hover {
    right: 3px;
    -webkit-animation: jello-vertical .9s both;
    animation: jello-vertical .9s both
}

.active_albumPost .preview_btn {
    right: 3px;
    visibility: visible;
    transition: all .4s
}

.preview_control_bar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #0d0d118a;
    z-index: 10;
    display: none
}

.preview_control_bar > .normal-control {
    width: 135px;
    direction: rtl;
    height: 40px
}

.normalControlHold {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    direction: rtl
}

.Seconds {
    position: absolute;
    font-size: 13px !important;
    color: #a6a6a6 !important;
    margin: 0 !important
}

.active_track_listPreview {
    color: #fe308b !important
}

.showTrackPreview {
    width: 100%;
    height: 176px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    border: 1px solid transparent;
    border-bottom-color: #fff;
    scrollbar-width: thin;
    scrollbar-color: #fe308b transparent
}

.showPreviewTrackNumber {
    color: #fff;
    margin-right: 5px
}

.showTrackPreview > li {
    padding: 3px;
    white-space: nowrap;
    font-size: 14px;
    color: #c8c8c8;
    background: #5151517d;
    margin-top: 4px;
    border-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis
}

.normalControlHold > .normal-control {
    width: 100%
}

.preview_control_bar > .normalControlHold > .normal-control > div {
    width: 17px !important;
    height: 17px !important;
    padding: 0;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview_control_bar > .normalControlHold > .normal-control > .play-pause_preview {
    width: 26px !important;
}

.current_song_name {
    width: 100%;
    height: 32px;
    white-space: nowrap;
    font-size: 19px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    padding: 0 8px
}

.ces_preview {
    right: 2px;
}

.sec_preview {
    left: 2px;
    text-align: right;
    color: #ccc;
    margin: 4px 8px
}

.albumPost_save {
    position: absolute;
    top: 62px;
    right: -100px;
    text-shadow: 3px 3px 6px #000;
    transition: all .7s;
    z-index: 1
}

.active_albumPost .albumPost_save {
    right: 4px;
    visibility: visible;
    transition: all .7s
}

.albumPost_save:hover {
    -webkit-animation: jello-vertical .9s both;
    animation: jello-vertical .9s both;
    color: #6d55fe
}

.AL_post > .save__album > svg {
    width: 30px;
    color: #8778e1db;
}

.albumPost_rate {
    display: flex;
    font-size: 14px;
    color: #fff;
    width: 43px;
    align-items: center;
    position: absolute;
    top: -100px;
    left: -1px;
    visibility: hidden;
    text-shadow: 2px 2px 5px #000;
    transition: all .4s;
    z-index: 1
}

.active_albumPost .albumPost_rate {
    top: 2px;
    visibility: visible;
    transition: all .4s
}

.albumPost_rate > .star-rating-container {
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5px
}

.shearAlbumPost {
    position: absolute;
    right: -100px;
    top: 103px;
    z-index: 2;
    width: 21px !important;
    cursor: pointer;
    transition: all 1s;
    animation: alternate;
    color: #fff;
}

.active_albumPost .shearAlbumPost {
    right: 7px;
    transition: all 1s
}

.shearAlbumPost:hover {
    color: #6d55fe;
    -webkit-animation: jello-vertical .9s both;
    animation: jello-vertical .9s both
}

.post_link {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.post_cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 5px;
    aspect-ratio: 1/1;
}

.post_cover img {
    width: 100%;
    height: 100%
}

.post_ul {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(0deg, #000000eb 3px, transparent);
    height: 57px;
    text-shadow: 1px 1px 3px #000;
    transition: all .8s;
    width: 100%;
    list-style: none;
    padding: 2px 4px
}

.scrollSlider_2 > .album_slider > .album_post > .active_albumPost > .post_link > .post_ul {
    height: 109px !important;
    transition: all .4s
}

.post_ul li {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px
}

.post_name {
    font-size: 21px;
    color: #fff
}

.post_artist,
.post_date {
    font-size: 17px;
    color: #ccc
}

.post_genre {
    font-size: 15px;
    color: #979797
}

.showMoreIcon {
    font-size: 55px;
    color: #e1e1e1;
    text-align: center
}

.showMoreContent > svg {
    width: 100%;
    height: 70px;
    color: #6d56fa;
}

.showMoreText {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: "iran"
}

.albumPostShowMore > a {
    display: flex;
    align-items: center;
    justify-content: center
}

.loading_content2 {
    position: relative;
    width: 100%;
    height: 65px
}

ul.showAllCategory > li > a {
    color: #fff;
    display: flex;
}

ul.showAllCategory > li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

ul.showAllCategory {
    width: 100%;
    padding: 10px;
}

.allGenre {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.All_page_container {
    padding: 4px 3px !important
}

.PAG_hd {
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

.pagination {
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #6d55fe;
    box-shadow: 2px 2px 3px 2px #000;
    border: 1px solid #fff;
    display: flex;
}

.pagination > a,
.pagination > span {
    color: #fff;
    display: flex;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.pagination > .currentPage {
    border: 1px solid #fff;
    border-radius: 50%;
}

.searchPageHeader {
    margin-bottom: 20px;
    border-bottom: 1px solid #6d56fa;
    padding: 5px 0;
}

.page_all_post {
    width: auto !important;
    height: auto !important;
    min-height: 120px !important;
    margin: 0 !important;
    background: none !important;
    min-width: auto !important;
    border: 4px solid transparent
}

.page_all_post > .preview_control_bar > .showTrackPreview::after {
    content: "";
    width: 100%;
    height: 27px;
    background: #292929;
    display: flex;
    position: absolute;
    bottom: 10px;
}

.page_all_post > .preview_control_bar > .showTrackPreview {
    padding-bottom: 55px;
    height: 100%;
    border: none
}

.page_all_post > .preview_control_bar > .current_song_name {
    bottom: 25px;
    position: absolute;
    right: 0;
    left: 0;
    background: #292929;
    border-top: 1px solid #c8bdbd
}

.page_all_post > .preview_control_bar > .normalControlHold {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #292929
}

.page_all_post > .AL_post {
    background: #0d0d11;
    border-radius: 4px;
    overflow: hidden
}

.page_all_post > .AL_post > .post_link > .post_ul {
    height: 54px !important;
    bottom: 0;
    transition: all .4s
}

.page_all_post > .active_albumPost > .post_link > .post_ul {
    height: 108px !important;
    transition: all .4s
}

h1.artistPageH1 {
    font-family: "iran";
    direction: rtl;
    color: #fff;
    margin-bottom: 10px;
}

.artist_post {
    padding: 4px;
    overflow: hidden;
    height: auto;
}

.artist_post > a {
    display: inline-block;
    width: 100%;
    height: auto;
}

.postArtistImg {
    width: 100%;
    height: auto;
    padding: 0 5px;
    overflow: hidden;
}

.postArtistImg > img {
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 8px;
}

.postArtistName {
    text-align: center;
    font-family: "iran";
    color: #fff;
    margin-bottom: 10px;
}

.Section404 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto
}

.Section404 > img {
    width: 70%
}

.page_main_aside {
    width: 280px;
    height: 100%;
    position: fixed;
    left: 5px;
    padding-top: 80px;
    top: 0;
    bottom: 5px;
}

.page_aside {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}

.aside_trendHold {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px;
}

@media screen and (min-width: 1288px) {
    .leftAside_post {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.leftAside_post {
    overflow: hidden;
    display: inline-block;
    height: auto;
    padding: 3px;
    margin-bottom: 6px;
}

.trendImg {
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.trendImg > img {
    width: 100%;
    border-radius: 10px;
}

.trendInfo > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c6c6c6;
}

.trendArtist {
    font-size: 15px;
    color: #8c8c8c !important;
}

.playList_main-content, section.pageContent, .mainLyrics, section.showArtist, .page_tags, .page_comments {
    width: 100%
}

.album_info_content {
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
    padding: 5px;
}

ul.breadcrumbs {
    position: absolute;
    right: 5px;
    display: flex;
    direction: rtl;
    list-style: none;
    color: #d9d9d9;
    font-family: "iran";
    z-index: 1;
    font-size: 14px;
}

ul.breadcrumbs > li {
    margin-left: 10px;
    white-space: nowrap;
}

li.breadcrumbs-playlist-last {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.breadcrumbs > li > a {
    display: flex;
    color: #efefef;
    align-items: center;
}

ul.breadcrumbs > li > a > svg {
    width: 20px;
    margin-left: 2px;
    color: #6d56fa;
}

ul.breadcrumbs > li > a:after {
    content: "»";
    font-size: 20px;
    font-family: serif;
    margin-right: 5px;
    text-decoration: none !important;
}

.album_info {
    width: 100%;
    height: 100%;
    display: flex
}

.album_image {
    min-width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 2px 2px 4px 2px #000000;
}

.album_image img {
    width: 100%;
    height: 100%
}

.album_text_ul {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    list-style: none;
    overflow: hidden;
    position: relative
}

.album_text_ulHold {
    position: absolute;
    top: 45px;
}

.album_text_ulHold > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.album_rate._album_rate {
    display: flex;
    align-items: center
}

._album_rate > span {
    font-size: 18px;
    color: #aeaeae;
    padding-top: 7px;
    margin-left: 13px
}

.page_option_ul {
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: right;
    padding-right: 5px
}

.page_option_ul .option_li {
    width: 60px;
    height: 100%;
    margin: 0 4px;
    color: #e1e1e1;
    cursor: pointer;
    transition: all .2s;
    list-style: none
}

.option_li > span {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    color: #a2a2a2
}

.option_li > svg {
    height: 33px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 5px
}

.option_li:hover > svg {
    transition: all .2s;
    height: 30px;
    color: #6d55fe;
    -webkit-animation: wobble-hor-bottom .9s both;
    animation: wobble-hor-bottom .9s both
}

.album_text_ul > a {
    display: inline-flex;
    width: auto;
    height: 100%
}

.album__page_category {
    width: 100%;
    height: 22px;
    color: #8f8f8f;
    font-size: 17px
}

.album__page_category > a {
    color: #8f8f8f;
    font-size: 17px
}

.album__page_options {
    width: 100%;
    position: absolute;
    bottom: 5px
}

._album_rate > div > div {
    cursor: context-menu !important
}

.save__album,
.active_bookmark {
    color: #e1e1e1;
    cursor: pointer
}

.active_bookmark > svg {
    color: #e62379 !important
}

.album__Page_title {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    color: #fff;
}

.album__page_artist {
    width: 100%;
}

.album__page_artist > a {
    color: #d7d7d7;
    font-size: 25px;
}

.album__page_genre {
    width: 100%;
    color: #b5b5b5;
    font-size: 18px;
}

.album__page_genre > a {
    color: #b5b5b5
}

.album__page_date {
    width: 100%;
    color: #868686;
}

.page_main_playlist {
    width: 100%;
    height: auto;
    padding: 5px;
    padding-bottom: 0;
    position: relative
}

section.pageContent p {
    direction: rtl;
    color: #d7d7d7;
    font-size: 16px;
    text-align: justify;
    font-family: "iran";
    line-height: 1.8;
    padding: 5px;
}

section.pageContent {
    padding: 5px;
}

#myPlaylistVersion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    list-style: none;
    font-size: 12px;
    color: #666464;
}

.emptyPlaylist {
    width: 100%;
    height: 320px;
    text-align: center;
    font-size: 17px;
    font-family: "iranBold";
    color: #fff;
    margin-top: 100px;
}

.emptyPlaylist > svg {
    height: 150px;
    width: 100%;
    color: #fb2a58 !important;
}

.playlist_ul {
    width: 100%;
    height: auto;
    padding: 2px
}

.playlist_tracks:first-child {
    border-top: 1px solid #2e2e2e;
}

.playlist_tracks {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-bottom: 1px solid #2e2e2e;
    cursor: pointer;
    padding: 0 4px;
    position: relative;
}

.playlist_tracks:hover {
    background: #100f13
}

.track_play_icon > svg {
    width: 20px;
}

.track_play_icon > img {
    width: 100%;
    height: 100%
}

.my_track_content {
    width: 77% !important;
    left: 62px !important
}

.track_play_icon {
    height: 52px;
    width: 52px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.track_buttons {
    width: 10%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    right: 0
}

.track_btn {
    min-width: 25px;
    margin: 0 5px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.track_content {
    width: 88%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 34px
}

.track_name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #d3d3d3;
    margin-bottom: 4px;
    padding-top: 2px;
    font-size: 15px;
}

.artist_name {
    width: 100%;
    height: 20px;
    font-size: 14px;
    padding-top: 2px;
    color: #a7a7a7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main_track {
    display: none !important;
    opacity: 0;
    visibility: hidden
}

.active_track_list {
    background: #0000005c;
    color: #6d55fe;
    border-left-color: #6d55fe;
    border-right-color: #6d55fe
}

.active_track_list > .track_content > .track_name {
    color: #fff !important
}

.download_track a,
.addToFav {
    color: #e1e1e1;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.active_track_list .track_buttons .download_track > a,
.active_track_list .track_buttons .addToFav {
    color: #6d55fe !important
}

.track_buttons .download_track > a:hover,
.track_buttons .addToFav:hover {
    transition: .3s;
    color: #7d36f8 !important
}

.control-bar {
    width: 100%;
    height: 94px;
    background: #1a1a1a;
    padding: 4px;
    padding-left: 4px;
    direction: rtl;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 111;
    border-top: 2px solid #000104;
}

.player-seek {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #d9d7d7;
    font-size: 14px;
    margin: 5px 0
}

.duration-bar {
    width: 100%;
    height: 5px;
    background: #e3e3e3;
    border-radius: 6px;
    direction: ltr;
    cursor: pointer;
    margin: 5px 20px;
    transition: all .2s
}

.duration-bar:hover {
    transition: all .2s;
    background: #fff !important
}

.duration-bar:hover .player-bar {
    background: #6d56fa;
    transition: all .2s
}

._dut {
    width: 6px;
    height: 6px;
    background: #6d56fa;
    border-radius: 50%;
    transition: all .2s
}

.ces {
    width: 48px;
    overflow: hidden
}

.sec {
    width: 48px;
    overflow: hidden
}

.time-audio {
    width: 30px !important;
    display: inline-block !important
}

.control-inf {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.control_er {
    color: #fff;
    font-size: 21px;
    padding: 2px 4px
}

.normal-control_content {
    display: flex;
    align-items: center;
    height: 27px;
    width: 157px;
    justify-content: space-between
}

.wp-n {
    padding: 0 !important;
    height: 30px;
    transition: .3s;
    width: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.wp-n:hover {
    color: #6d56fa;
    transition: .3s
}

.control_er.play-pause {
    cursor: pointer;
    color: #6d56fa;
    width: 44px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.normal-control {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center
}

.play-pause-icon {
    color: #6d56fa;
    font-size: 28px;
    border-radius: 100%;
    cursor: pointer
}

.play-pause-icon:hover {
    box-shadow: 2px 2px 9px 2px #000;
    transition: .3s
}

.artist-info {
    cursor: pointer;
    width: 33%;
    height: 60px;
    position: relative
}

.music-cover {
    width: 30%;
    height: auto;
    position: absolute;
    left: 0
}

.music-cover img {
    width: 54px;
    height: 54px;
    float: left;
    margin: 2px 5px;
    border-radius: 6px;
    box-shadow: 1px 1px 4px 1px #000
}

.music-title {
    width: 100%;
    position: absolute;
    white-space: nowrap;
    direction: ltr;
    color: #e1e1e1;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 32px;
    right: 0;
    padding-left: 68px
}

.artist-title {
    width: 100%;
    position: absolute;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: ltr;
    font-size: 14px;
    color: #b9b9b9;
    bottom: 0;
    left: 0;
    padding-left: 68px
}

.more-song {
    width: 100%;
    height: 32px;
    color: #d7d7d7;
    text-align: left;
    margin: 10px 0;
    display: inline-block
}

.more-song span {
    background: #3f72ea;
    padding: 3px 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 1px #000;
    cursor: cell
}

.optional-control {
    width: 30%;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 6px;
    z-index: 1;
}

.optional-control > div {
    width: 20px;
    height: 27px;
    padding: 0 !important;
}

.volume-s {
    width: 140px;
    height: 21px;
    position: absolute;
    bottom: 30px;
    background: #fff;
    border-radius: 8px;
    padding: 8px 4px;
    box-shadow: 2px 2px 5px 2px #000;
    display: flex;
    justify-content: center;
    margin-right: 4px;
    transition: .3s;
    margin-bottom: 6px;
    display: none
}

.player-volume > div > svg {
    width: 20px;
}

.player-volume {
    width: 30px;
    height: auto;
    color: #fff;
    font-size: 18px;
    position: relative;
    text-align: center;
    transition: .3s
}

.player-volume::before {
    content: "";
    width: 25px;
    height: 15px;
    display: inline-block;
    background: none;
    position: absolute;
    right: 0;
    top: -10px
}

.volume-icon-active {
    background: #6d56fa;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 2px #000;
    transition: .3s
}

.volume-s-active {
    display: flex !important;
    transition: .3s
}

.volume-bar {
    width: 150px;
    height: 26px;
    background: #ddd;
    border-radius: 15px;
    box-shadow: 0 0 5px #000;
    position: absolute;
    transform: rotate(-90deg);
    left: -65px;
    top: -91px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: none
}

.range-volume {
    width: 100%;
    appearance: none;
    background: #b6b6b6;
    height: 7px;
    border-radius: 5px;
    overflow: hidden;
    direction: ltr
}

input.range-volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: -400px 0 0 400px #6d56fa
}

input.range-volume::-moz-range-thumb {
    -moz-appearance: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: -400px 0 0 400px #6d56fa
}

.player-repeat {
    position: absolute;
    right: 38px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 0 5px
}

.repeat-icon-active {
    color: #6d56fa;
    border-radius: 5px;
    transition: .3s
}

.download_this_track {
    position: absolute;
    right: 70px;
    font-size: 18px;
    padding-right: 5px
}

.download_this_track a {
    color: #fff
}

.download_this_track a:hover {
    color: #6d56fa
}

.alert_playlist_mg {
    position: fixed;
    bottom: 10px;
    background: #6d55fe;
    padding: 4px 15px;
    border-radius: 5px;
    color: #f2f2f2;
    font-family: "iran";
    box-shadow: 2px 1px 4px 1px #000;
    height: 36px;
    width: auto;
    text-align: right;
    direction: rtl;
    right: -500px;
    display: none;
    font-size: 19px;
    right: 0;
    z-index: 999
}

.timeline-container {
    height: 7px;
    margin-inline: .5rem;
    cursor: pointer;
    display: flex;
    align-items: center
}

.timeline {
    background-color: #e5e5e580;
    height: 5px;
    width: 100%;
    position: relative
}

.timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc(100% - var(--preview-position) * 100%);
    background-color: #5d4fb3ad
}

.timeline::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc(100% - var(--progress-position) * 100%);
    background-color: #6d56fa;
    border-radius: 3px
}

.timeline .thumb-indicator {
    --scale: 1;
    position: absolute;
    transform: translateX(-50%) scale(var(--scale));
    height: 200%;
    top: -50%;
    left: calc(var(--progress-position) * 100%);
    background-color: #6d56fa;
    border-radius: 50%;
    transition: transform 150ms ease-in-out;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.timeline .preview-img {
    position: absolute;
    height: 80px;
    aspect-ratio: 16 / 9;
    top: -1rem;
    transform: translate(-50%, -100%);
    left: calc(var(--preview-position) * 100%);
    border-radius: .25rem;
    border: 2px solid #fff
}

.isScrubbing {
    --scale: 1;
    height: 100%
}

.activeLyrics {
    color: #ffffff !important;
    transition: 0.2s all
}

.songLyrics_title > svg {
    width: 30px;
    color: #6d55fe;
    margin-left: 5px;
}

.LyricsHold {
    display: flex;
    width: 100%;
    justify-content: center;
}

#lyrics {
    width: 70%;
    border: solid 1px #6d55fe;
    background: #131313;
    border-radius: 20px;
    padding-bottom: 10px;
    text-align: center;
    font-family: "iran";
    user-select: none;
    line-height: 40px;
    color: #939393;
    padding: 2px;
}

.LyricsTextTime:hover {
    cursor: pointer;
}

#lyrics > p {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #cbcbcb;
    margin-top: 15px;
}

.SongLyrics {
    display: none !important;
}

.lyricsNot {
    direction: rtl;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-family: "iran";
    color: #6f6f6f;
    border-radius: 8px;
}

.showArtist_header {
    width: 100%;
    height: 140px;
    border-radius: 6px;
    position: relative;
}

.artistHeaderImg {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    filter: brightness(70%) blur(2px);
}

.artistProfile {
    position: absolute;
    width: 130px;
    left: 20px;
    bottom: -30px;
    border: 3px solid #6d55fe;
    border-radius: 50%;
    z-index: 1;
}

.artistInfoText {
    overflow: hidden;
    padding: 30px 3px 2px 3px;
}

.artistName {
    position: relative;
    left: 35px;
    padding: 5px;
    color: #b3b3b3;
    top: 33px;
    font-size: 19px;
    font-weight: bold;
}

.artistInfoText > p {
    direction: rtl;
    color: #d7d7d7;
    margin: 5px 0;
    font-size: 16px;
    text-align: justify;
    font-family: "iran";
    line-height: 1.8;
    padding: 5px;
}

.artistOptions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.artistOptions > span {
    direction: rtl;
    font-size: 13px;
    padding: 2px;
    color: #c7c7c7;
    font-family: "iran";
}

.tags_content > a {
    background-color: #6d55fe;
    margin: 3px;
    padding: 2px 3px;
    border-radius: 6px;
    color: #fff;
    display: inline-block
}

.tags_title {
    display: flex;
    width: 100%;
    padding: 8px 5px;
    margin-bottom: 5px;
    background-color: #131313;
    border-radius: 14px;
    color: #eaeaea;
}

.tags_title > svg {
    width: 23px;
    margin-right: 5px;
    color: #6d55fe;
}

.page_comments {
    height: auto;
    direction: rtl;
    font-family: "iran";
    padding: 3px 6px !important;
    position: relative
}

.page_comments_head {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.comments_text {
    width: auto;
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #fff;
    font-weight: 700
}

.comments_text > svg {
    width: 30px;
    margin-left: 5px;
    color: #6d55fe;
}

.comment_text_line .com_text_line_cir {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #6d55fe
}

.comment_text_line {
    width: 92%;
    height: 3px;
    background: #6d55fe;
    margin-right: 8px;
    position: relative;
    display: flex;
    align-items: center
}

.show_comments {
    width: 100%;
    height: auto;
    padding: 0 10px;
    border: 2px solid transparent;
    border-right-color: #6d55fe;
    position: relative
}

.show_comments_ul {
    width: 100%;
    height: auto;
    list-style: none
}

.show_comments_ul .album_comment {
    width: 100%;
    min-height: 155px;
    margin: 10px 0;
    border: 1px solid transparent;
    padding: 5px;
    position: relative;
    border-bottom-color: #3c3c3c
}

.selected_for_user {
    background: #16171c !important
}

.comment_user {
    width: 100%;
    height: 70px;
    overflow: hidden;
    padding: 2px;
    display: flex
}

.comm_user_profile {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden
}

.comm_user_profile > img {
    width: 100%;
    height: 100%
}

.comm_user_info_time {
    width: 50%;
    padding-right: 20px
}

.comm_user_name {
    width: 100%;
    color: #cacaca;
    font-size: 19px;
    font-weight: 600
}

.comm_user_send_time {
    display: flex;
    color: #7b7b7b;
    font-size: 14px;
    padding-top: 9px;
    white-space: nowrap
}

.__comment_text {
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 0 65px;
    padding-top: 10px
}

.comment_text {
    width: 100%;
    height: 100%;
    color: #a4a4a4;
    text-align: justify;
    word-wrap: break-word
}

.comment_options {
    width: 50%;
    height: 26px;
    display: flex;
    justify-content: left;
    direction: ltr;
    position: absolute;
    left: -8.5px
}

.comment_option_hold {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.comment_options > div {
    height: 100%;
    width: auto;
    margin-right: 20px;
    cursor: pointer;
    color: #c6c6c6;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.comment_options > div:hover {
    color: #fff;
    transition: .3s
}

.comment_options > div > svg {
    width: 18px;
    margin-right: 2px;
    color: #6d55fe;
}

.comment_options > div:hover > i {
    color: #6d55fe;
    transition: .3s
}

.like_disLike_comment {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: right;
    align-items: center
}

.commend_btn_inf > div:first-child {
    width: 20px;
    display: flex;
}

.commend_btn_inf {
    margin-right: 18px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.show_this_comment_rate {
    width: 30%;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: left;
    padding: 0 5px
}

.rating-result-comment {
    font-size: 30px !important;
    direction: ltr !important
}

.star-rating-container {
    font-family: icomoon;
    font-size: 91px;
    color: #ffbe00;
    position: relative;
    display: inline-block;
    direction: ltr
}

.star-rating-on {
    cursor: pointer;
    position: relative;
    z-index: 10;
    overflow: hidden;
    white-space: nowrap
}

.star-rating-off {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    color: #eee
}

.star-rating-container.result .star-rating-off {
    color: dimgrey
}

.add_new_comment {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 235px;
    border-radius: 14px;
    background: #131313;
}

.add_newFirstLogin {
    display: flex;
    font-size: 20px;
    background-color: #6d55fe;
    padding: 7px;
    height: auto;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #373737;
    transition: all .4s;
    justify-content: space-between;
    align-items: center
}

.add_newFirstLogin > a {
    color: #FFFFFF;
    font-size: 19px;
    display: flex;
}

.add_newFirstLogin > a > svg {
    color: #fe308b;
    width: 20px
}

.empty_comments {
    width: 100%;
    height: 150px;
    margin-top: 10px;
    background-color: #131313;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty_comment_text {
    display: inline-block;
    height: 100%;
    width: 250px;
    font-size: 21px;
    color: #9d9d9d
}

.empty_comment_text > svg {
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
    color: #ddd
}

.empty_comment_text > span {
    width: 100%;
    display: flex;
    justify-content: center
}

.new_comment_box {
    width: 60%;
    height: auto;
    position: relative
}

.new_comm_tittle {
    width: 100%;
    text-align: center;
    direction: rtl;
    color: #d9e6ff;
    font-size: 20px;
    font-weight: 700;
    font-family: "iran"
}

.comment_rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.sendComment_btn {
    display: flex;
    justify-content: center;
    padding: 10px
}

.add_comment_btn {
    border: none;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 2px 2px 5px 2px #000;
    font-family: "iranBold"
}

.send_comment_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0000009c;
    z-index: 111;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 280px;
    margin: auto;
    opacity: 0
}

.send_comment_parent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.send_a_comment_content {
    width: 500px;
    max-height: 100%;
    padding: 5px;
    height: auto;
    position: relative;
    width: 40%;
    max-height: 100%;
    padding: 7px;
    height: auto;
    background: #6d55fe;
    border-radius: 8px;
    box-shadow: 0 0 14px 4px #4116b9;
    overflow: hidden
}

.tittle_and_clos_comment {
    width: 100%;
    height: 30px;
    direction: rtl;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-bottom-color: #fe308b;
    padding: 21px 0
}

.sendToProfile {
    width: 100%;
    height: 50px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 10px;
    color: #d5f0fa
}

.sendToProfile_img {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 10px
}

.sendToProfile_img > img {
    width: 100%;
    height: 100%
}

.tittle_and_clos_comment > span {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

.tittle_and_clos_comment svg {
    width: 35px;
    color: #fe308b;
    cursor: pointer
}

.send_comment_rating {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 7px 0
}

.text_input_comment {
    width: 100%;
    min-height: 150px;
    border-radius: 6px;
    background-color: #f0f0f0;
    outline: none;
    direction: rtl;
    width: 100%;
    min-height: 150px;
    border-radius: 6px;
    background-color: #8a76ff;
    outline: none;
    direction: rtl;
    padding: 5px;
    text-align: justify;
    font-size: 19px;
    font-family: "iran";
    resize: block;
    border: solid 1.5px #553edb;
    color: #ddd
}

.send_comment__btn {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.send_this_comment_style {
    font-size: 20px;
    width: 128px;
    height: 45px;
    border: none;
    border-radius: 6px;
    position: relative;
    font-family: "iran"
}

.first_log_to_add_Comment > svg {
    width: 28px;
    margin-left: 2px;
    color: #fff;
}

.first_log_to_add_Comment {
    display: flex;
    color: #FFFFFF;
    direction: rtl;
    font-family: "iran"
}

.first_log_to_add_Comment > a {
    color: #e8e8e8;
    font-size: 17px;
    margin: 0 5px
}

.show_moreComment {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-top: 20px
}

.MoreComment_btn {
    padding: 9px;
    background-color: #19191c;
    color: #aaa;
    font-family: "iran";
    font-size: 15px;
    border: none;
    box-shadow: 2px 2px 5px 2px #000;
    border-radius: 6px;
    cursor: pointer
}

.thisIsMyComment {
    background: #181818
}

.showMyComment {
    display: flex;
    color: #b5b5b5;
    width: 55%;
    font-size: 15px
}

.comment_reply_content {
    padding: 0 12px;
    display: none;
    border: 1px solid transparent;
    border-left-color: #6d55fe;
    background-color: #181818;
    list-style: none
}

.reply_to_reply_content {
    display: none
}

.comment_reply_To {
    width: 100%;
    padding: 6px;
    background-color: #0d0d0d;
    color: #fff;
    margin-bottom: 8px;
    border-radius: 8px
}

.replyCommentToSend {
    direction: ltr !important;
    display: inline-block;
    color: #22a8ea
}

.comment_reply_content > li:first-child {
    border-top-color: #3c3c3c
}

.comment_reply_content > li:last-child {
    border-bottom-color: transparent
}

.Liked > div > svg {
    color: #60d356
}

.DisLiked > div > svg {
    color: #ff5353
}

.Liked,
.DisLiked {
    -webkit-animation: jello-vertical .9s both;
    animation: jello-vertical .9s both
}

@-webkit-keyframes jello-vertical {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    50% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    75% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes jello-vertical {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    50% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    75% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.loading_content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0
}

.load_content {
    width: 300px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.loading_text {
    position: absolute;
    bottom: -8px;
    color: #fff;
    direction: ltr;
    font-size: 20px;
    font-weight: 700
}

.__load_content {
    justify-content: left;
    width: 200px;
    height: 65px
}

.__load_content > .loading_text {
    bottom: 17px;
    left: 65px
}

.spinner {
    width: 56px;
    height: 56px;
    display: grid;
    border: 4.5px solid #0000;
    border-radius: 50%;
    border-color: #dbdcef #0000;
    animation: spinner-e04l1k 1s infinite linear
}

.spinner::before,
.spinner::after {
    content: "";
    grid-area: 1/1;
    margin: 2.2px;
    border: inherit;
    border-radius: 50%
}

.spinner::before {
    border-color: #474bff #0000;
    animation: inherit;
    animation-duration: .5s;
    animation-direction: reverse
}

.spinner::after {
    margin: 8.9px
}

@keyframes spinner-e04l1k {
    100% {
        transform: rotate(1turn)
    }
}

main {
    position: relative;
    margin-bottom: 5px;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 15;
    backdrop-filter: blur(3px);
    padding-top: 50px;
    border-radius: 16px;
}

.spotify-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 50px;
    height: 40px;
}

.spotify-loader .bar {
    width: 4px;
    height: 15px;
    background-color: #6d57f6;
    border-radius: 10px;
    animation: spotifyBounce 0.8s ease-in-out infinite;
}

.loaderHold {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 110;
    align-items: center;
    justify-content: center;
    display: flex;
    left: 0;
    pointer-events: none;
}


.spotify-loader .bar:nth-child(2) {
    animation-delay: 0.1s;
}

.spotify-loader .bar:nth-child(3) {
    animation-delay: 0.2s;
}

@keyframes spotifyBounce {
    0%, 100% {
        height: 10px;
    }
    50% {
        height: 30px;
    }
}

.main_menu_menu_ul {
    width: 100%;
    height: auto;
    padding: 10px 3px;
    list-style: none
}

.category_content {
    width: 100%;
    height: 100%
}

.main_menu_menu_ul > li {
    width: 100%;
    height: 70px;
    border: 1px solid transparent;
    border-bottom-color: #717171;
    position: relative;
    padding: 0 5px
}

.main_menu_menu_ul > li:first-child {
    border-top-color: #717171
}

.main_menu_menu_ul > li:hover {
    background-color: #151515
}

.main_menu_menu_ul > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #e3e0e0;
    font-size: 19px
}

.li_icon >svg {
    width: 30px;
    height: 30px;
    margin-left: 7px;
}

.li_name {
    font-family: "iran";
    font-size: 19px;
    color: #e5e5e5;
}

.main_menu_menu_ul > .infoMainMenu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.li_chevDown {
    width: 25px;
    color: #fff;
}

.maiMenu_btn {
    cursor: pointer;
}

.infoMainMenu_T {
    display: flex;
    align-items: center;
}

.subMenu {
    color: #fff;
    padding: 5px 20px;
    display: none;
}

.activeMainMenuLi > .subMenu {
    display: inline-block;
}

.subMenu_li {
    padding: 4px 0;
    list-style: disc;
}

.subMenu_li > a {
    color: #c0c0c0;
    font-size: 16px;
}

.subMenu_li:hover > a {
    color: #fff;
    text-decoration: underline;
}

.activeMainMenuLi {
    height: auto !important;
}

.library_content {
    width: 100%;
    height: 100%;
    padding: 0 5px;
    position: relative;
    overflow-y: auto
}

.library_content > .album__track:first-child {
    margin-top: 0 !important;
}

.saved_albums {
    width: 100%;
    padding: 7px;
    background: #1a1a1a;
    font-family: "iran";
    font-size: 16px;
    color: #fff;
    margin: 6px 0;
    border-radius: 14px;
}

.user_playlist, .my_albums {
    width: 100%;
    height: 100%;
    list-style: none
}

.user_playlist > li:last-child, .my_albums > li:last-child {
    margin-bottom: 0;
}

.album__track {
    width: 100%;
    height: 65px;
    background-color: #131313;
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 5px 1px #000000;
    transition: .2s;
}

.album__track > a > svg {
    width: 40px;
    margin-left: 8px;
    color: #6b54f4;
}

.album__track:hover {
    box-shadow: 0px 0px 0px #131313;
    transition: .2s;
}

.my_album_link {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    color: #e6e6e7;
}

.album_fav_cover {
    width: 65px;
    height: 65px;
    overflow: hidden;
    padding: 4px
}

.album_fav_cover > img {
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.album_fav_ifo {
    width: 80%;
    height: 100%;
    padding-left: 18px
}

.album_fav_name {
    width: 100%;
    height: 25px;
    margin-top: 9px;
    color: #e6e6e6;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .2s
}

.album_fav_artist {
    width: 100%;
    height: 25px;
    color: #cecece;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 7px;
    transition: .2s
}

.Lib_content_ {
    width: 76%;
    height: 110px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.accountLOGIN_btns {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.accountLOGIN_btns > a {
    position: relative;
    display: flex;
    right: 0;
    top: 0;
    margin: 3px;
    direction: rtl;
    font-family: "iran"
}

.accountLOGIN_btns > a > svg {
    margin-left: 5px;
    width: 20px;
}

.library_ero_info-fa > i {
    color: #6d55fe;
    margin-left: 2px;
    font-size: 20px
}

.library_ero_info {
    height: auto;
    width: 100%;
    padding-left: 2px;
    text-align: center
}

.library_ero_info-fa {
    width: 100%;
    height: 30px;
    color: #626161;
    text-align: center;
    overflow: hidden;
    font-family: "iran"
}

.user_account {
    width: 100%;
    height: 100%;
    padding: 3px;
    position: relative
}

.sideBarScroll {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #bfbfbf #181717;
    scrollbar-width: thin;
    padding-bottom: 85px;
}

.userMoreInfo {
    width: 100%;
    height: auto;
    background-color: #131313;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 7px
}

.userMoreInfo_table {
    border: #757575 solid 1px;
    width: 100%;
    height: auto;
    direction: rtl
}

.userMoreInfo_table > tbody > tr > th,
.userMoreInfo_table > tbody > tr > td {
    width: 50%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-family: "iran";
    border: 1px solid transparent
}

.userMoreInfo_table > tbody > tr > th {
    border-left-color: #fff
}

.userMoreInfo_table > tbody > tr:first-child > th {
    border-bottom-color: #fff
}

.userMoreInfo_table > tbody > tr:first-child > td {
    border-bottom-color: #fff
}

.user_account_header {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 13px 4px;
    border-radius: 6px;
    border: 1px solid transparent;
    border-bottom-color: #626262;
    background-color: #131313;
    position: relative;
    direction: rtl
}

.user_account_header_hold {
    width: 100%;
    display: flex;
    margin-bottom: 10px
}

.updateTips {
    width: 100%;
    height: auto;
    padding: 10px 20px 0 0;
    margin-top: 18px;
    color: #999;
    font-family: "iran";
    border: 1px solid transparent;
    border-top-color: transparent;
    border-top-color: #757575;
    font-size: 15px;
    display: none
}

.updateTips > li {
    margin-bottom: 4px
}

.user_profile_img {
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    margin-left: 20px;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.add_profile_loader {
    width: 100%;
    height: 100%;
    background: #000000a3 !important;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff
}

#ax-profile {
    display: none
}

.change_profile_btn > svg {
    width: 23px;
}

.change_profile_btn {
    position: absolute;
    width: 100%;
    background-color: #020202a6;
    height: 40px;
    bottom: -60px;
    cursor: pointer;
    display: none;
    padding-bottom: 6px;
    justify-content: center;
    color: #fff;
    align-items: center;
}

.user_profile_img > img {
    width: 100%;
    height: 100%
}

.account_info {
    width: 100%;
    height: 100px;
    position: relative;
    padding-top: 8px
}

.user__name {
    width: 100%;
    height: 50px;
    font-size: 22px;
    padding-top: 17px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff
}

.user__username {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding-top: 4px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #e1e1e1
}

.update_profile_info form {
    direction: ltr
}

.update_profile_info {
    position: absolute;
    top: 1px;
    left: -100%;
    width: 73%;
    height: 129px;
    display: none
}

.update_info_btn {
    position: relative;
    border: none;
    margin: 0 !important;
    padding: 0 5px !important;
    direction: ltr;
    color: #ddd;
}

.update_info_btn > div {
    display: flex !important;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.update_info_btn > div > svg {
    margin-left: 3px;
    width: 15px;
    color: #fff
}

.user_account_menu {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    background-color: #131313;
    border-radius: 6px
}

.user_account_ul {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0
}

.user_account_ul > li {
    width: 100%;
    padding: 0 5px;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #ffffff75;
    height: 50px;
    transition: .3s
}

.user_account_ul > li:hover {
    transition: .3s;
    background-color: #202020
}

.user_account_ul > li:first-child {
    border-top-color: #ffffff75;
    height: 50px !important
}

.user_account_ul > li > a,
.user_account_ul > li:first-child {
    width: 100%;
    height: 100%;
    display: flex;
    color: #ececec;
    align-items: center;
    font-family: "iran";
    direction: rtl
}

.user_account_ul > li > a > svg,
.user_account_ul > li:first-child > svg {
    width: 21px;
    margin-left: 7px;
    color: #cecece;
    transition: .3s
}

.user_account_ul > li:hover > a > i,
.user_account_ul > li:first-child:hover > i {
    color: #6a65ff;
    transition: .3s
}

.homeArtistContent {
    width: 100%;
    height: auto;
    display: flex;
    overflow-x: auto;
    direction: rtl;
    margin-top: 10px;
}

.homeArtist {
    min-width: 160px;
    margin: 0 2px;
    height: 160px;
    overflow: hidden;
    padding-top: 5px;
}

.homeArtistImg {
    width: 100%;
    height: 120px;
    overflow: hidden;
    padding: 0 20px;
    aspect-ratio: 1 / 1;
    direction: rtl;
    margin-bottom: 5px;
}

.imageHold {
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 2px solid #6d55fe;
    box-shadow: 2px 2px 5px 2px #000;
}

.imageHold > img {
    width: 100%;
    height: 100%;
}

.homeArtistName {
    color: #fff;
    font-family: "iran";
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 3px #000;
}

.homeArtistImg > svg {
    padding: 25px;
    border: 1px solid;
    color: #6d55fe;
    border-radius: 100%;
    background-color: #0d0d11;
}

@keyframes scrolling {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

section.ms-store-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ms-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
    background: #000;
    touch-action: pan-y;
}

.ms-track {
    display: flex;
    align-items: center;
    position: relative;
    left: 50%;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
    cursor: grab;
}

.ms-content {
    height: 100%;
}

.ms-track:active { cursor: grabbing; }

.ms-slide {
    position: relative;
    min-width: 100%;
    max-width: 850px;
    height: 600px;
    margin: 0 11px;
    transition: all 0.6s ease;
    filter: brightness(0.2) scale(0.85);
    user-select: none;
    overflow: hidden;
    border-radius: 20px;
}


.ms-slide.is-active {
    filter: brightness(1) scale(1);
    z-index: 10;
}

.ms-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    pointer-events: none;
}

.ms-details {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s 0.2s;
}

.ms-slide.is-active .ms-details {
    opacity: 1;
    transform: translateY(0);
}

.ms-navHold {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.ms-navHold > button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #6d56fa;
    color: #fff;
    border: 2px solid;
}

.ms-track-container {
    display: flex;
}


@media (max-width: 768px) {
    .ms-slide {
        min-width: 100%;
        height: 100%;
        margin: 0 3px;
    }
    .ms-slide img {
        border-radius: 16px;
    }

    .ms-details {
        bottom: 50px;
        left: 15px;
    }
    .ms-navHold {
        right: 10px;
        bottom: 10px;
    }
}


.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #e2e0e0;
    font-weight: 700;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.next {
    left: 0;
    border-radius: 3px 0 0 3px
}

.prev:hover,
.next:hover {
    background-color: #000c
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center
}

.numbertext {
    color: #757575;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.showTrackInfo {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: -100%;
    padding: 67px 0px 93px 67px;
    left: -100%;
    z-index: 110;
    background-color: #0f0e13;
    display: none;
    transition: 0.4s;
    opacity: 0;
}

.activeShowTrack {
    display: inline-block;
    left: 0 !important;
    bottom: 0 !important;
    transition: 0.4s;
}

.HoldShowTrackInfo {
    position: relative;
    width: 100%;
    height: 100%;
}

.HoldShowTrackInfo > img {
    filter: brightness(25%) blur(10px);
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.showTrackInfoBtns {
    width: 100%;
    padding: 10px;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 28px;
    z-index: 1;
}

.showTrackInfoPA {
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow-y: auto;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    scrollbar-width: thin;
    scrollbar-color: #222 #808080;
}

.thisTrackInfo {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.STI_closeBtn > svg {
    width: 30px;
}

.STI_closeBtn {
    padding: 2px 5px;
    cursor: pointer;
}

.thisTrackInfoImg {
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.thisTrackInfoImg > img {
    width: 280px;
    height: 280px;
    background: #2b2e38;
    border: 1px solid #6a6a6a;
    border-radius: 30px;
}

.thisTrackInfoT {
    width: 100%;
    height: auto;
    text-align: center;
    color: #dbdbdb;
    font-size: 19px;
    text-shadow: 1px 1px 4px #000;
}

.thisTrackInfoLyrics {
    text-align: center;
    padding: 15px;
    color: #9b9b9b;
    font-size: 17px;
}

.thisTrackInfoLyrics > p {
    margin-bottom: 10px;
}

.thisTrackInfoArtist {
    font-size: 17px;
    color: #a6a6a6;
    margin-top: 5px;
}

.popularity {
    width: 100%;
    display: flex;
}

.trackPopularity {
    width: 50%;
    margin-bottom: 5px;
    padding: 5px;
    background: #1a1a1a !important;
    border-radius: 18px !important;
}

.track_Popularity {
    width: 100%;
    height: auto;
}

.trackPopularityUl {
    padding: 0;
    margin-top: 15px;
    height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff #181818;
}

.trackPopularityBTN {
    width: 100%;
    height: 80px;
    overflow: hidden;
    padding: 7px 0;
    border-bottom: 1px solid #2f2f2f;
    cursor: pointer;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    padding-right: 70px;
}

.PopularityBTN {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.trackPopularityBTN:first-child {
    border-top: 1px solid #2f2f2f;
}

.trackPY-cover {
    height: 100%;
    min-width: 65px;
    overflow: hidden;
    aspect-ratio: 1/1;
    position: relative;
    margin-right: 13px;
    border-radius: 14px;
}

.trackPY-cover > img {
    width: 100%;
}

.trackPY-info {
    width: 100%;
    text-align: left;
}

.trackPY-info-name {
    color: #d0d0d0;
    font-size: 15px;
}

.trackPY-info-artist {
    font-size: 15px;
    color: #999;
}

.trackPY-btns {
    min-width: 70px;
    display: flex;
    position: absolute;
    right: 0;
}

.trackPY-btn {
    width: 50%;
    padding: 4px;
}

.trackPY-btn > a {
    display: flex;
    color: #e1e1e1;
    width: 100%;
    height: 100%;
}

.trackSCR {
    margin-right: 5px;
    color: #c6c6c6;
    font-size: 18px;
    font-weight: bold;
    min-width: 33px;
    text-align: center;
}

.trackPY-cover > svg {
    position: absolute;
    padding: 17px;
    color: rgba(109, 85, 254, 0.78);
    display: none;
}

.trackPopularityBTN:hover {
    background: #131313;
}

.trackPopularityBTN:hover .trackPY-cover > svg {
    display: inline-block;
}

.activePopularity {
    background: #131313;
}

.activePopularity > .PopularityBTN > .trackPY-cover > svg {
    display: inline-block;
}

.album_Popularity_post {
    display: flex;
    width: 100%;
    height: 130px;
    overflow: hidden;
    border-bottom: 1px solid #2f2f2f;
    padding: 5px;
    align-items: center;
}

.album_PopularityImg {
    height: 100%;
    min-width: 119px;
    aspect-ratio: 1/1;
    border-radius: 14px;
    overflow: hidden;
    margin-right: 10px;
}

.album_PopularityImg > img {
    width: 100%;
}

.album_PopularityInfo {
    width: 100%;
    color: #fff;
}

.album_PopularityName {
    font-size: 20px;
}

.album_PopularityArtist {
    font-size: 17px;
    color: #d5d5d5;
}

.album_PopularityCat {
    color: #b9b9b9;
}

.album_PopularityDate {
    font-size: 14px;
    color: #a0a0a0;
}

.trackPopularity:first-child {
    margin-right: 2.5px;
}

.trackPopularity:last-child {
    margin-left: 2.5px;
}

.album_Popularity_post:first-child {
    border-top: 1px solid #2f2f2f;
}

.album_PopularityName, .trackPY-info-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

footer {
    width: 100%;
    height: 250px;
    position: relative
}

.footer_container {
    width: 100%;
    height: 100%;
    background-color: #111011;
    border-radius: 6px;
    position: relative;
    padding: 3px;
    font-family: "iran"
}

.social_content {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.social_ul {
    width: 40%;
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none;
    justify-content: space-evenly
}

.social_content::after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #9b9b9b;
    position: absolute;
    right: 5px
}

.social_content::before {
    content: "";
    width: 30%;
    background-color: #9b9b9b;
    height: 1px;
    display: flex;
    position: absolute;
    left: 5px
}

.social_ul > li {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px
}

.social_ul > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc
}

.footer_loge {
    width: 100%;
    height: 141px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer_logo_content {
    width: 40%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.logo_image {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 4px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo_image > img {
    width: 280px;
    height: 60px
}

.copyright_text {
    width: 100%;
    height: 27px;
    text-align: center;
    color: #bbb;
    font-size: 15px
}

.My_play_list_content > .album_info_content {
    height: 80px
}

.userPlaylistBtnContent {
    display: flex;
    align-items: center;
    padding: 10px;
}

.myAlbum_info {
    display: flex;
    width: 100%;
    direction: rtl;
    background: #131313;
    border-radius: 14px;
    justify-content: space-between;
}

.userPlaylistBtnContent > button {
    font-family: "iran";
    background: none;
    border: none;
    color: #fff;
    border-bottom: 1px solid #6d57f6;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    direction: ltr;
}

.userPlaylistBtnContent > button > svg {
    color: #6d57f6;
    margin-left: 4px;
    width: 20px;
    height: auto;
}

.userPlaylistBtnContent {
    display: flex;
    align-items: center;
    padding: 10px;
}

.myAlbum__Page_title {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fff;
    font-size: 30px;
    font-family: "iranBold";
}

.myAlbum__Page_title > svg {
    width: 55px;
    margin-left: 5px;
    color: #6d56fa;
}

button.MY_PT_option_icon {
    background: none;
    border: 0;
    color: #fff;
}

button.MY_PT_option_icon > svg {
    width: 30px;
}

.ul_myPlaylist_option {
    position: absolute;
    width: 100px;
    right: 30px;
    background-color: #242323;
    list-style: none;
    display: none;
    border-radius: 6px;
    padding: 1px 4px;
    height: auto;
    top: 16px;
    z-index: 2;
    box-shadow: 2px 2px 4px 2px #000
}

.ul_myPlaylist_option > li {
    width: 100%;
    padding: 2px 3px;
    font-family: "iran";
    text-align: right;
    border-radius: 4px;
    background-color: #1c1b1c;
    margin: 3px 0;
}

.ul_myPlaylist_option > li > a,.ul_myPlaylist_option > li {
    font-size: 15px;
    width: 100%;
    color: #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: right;
}

.ul_myPlaylist_option > li > a > svg,
.ul_myPlaylist_option > li > svg {
    margin-left: 4px;
    color: #644ee7;
    width: 21px
}

.ul_myPlaylist_option > li > a:hover,
.ul_myPlaylist_option > li:hover {
    color: #FFF
}

.myPlaylist_track_buttons {
    justify-content: center;
    width: 5%
}

.myPlaylist_track_buttons > span {
    width: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.ul_myPlaylist_option::before {
    content: "";
    width: 17px;
    height: 17px;
    display: flex;
    position: absolute;
    right: -5px;
    z-index: -1;
    background-color: #242323;
    transform: rotate(39deg);
    top: 5px
}

.POP {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #00000080;
    top: 0;
    right: 0;
    z-index: 22
}

.PoP_box {
    width: 450px;
    min-height: 103px;
    background-color: #111011;
    border-radius: 8px;
    box-shadow: 2px 2px 5px 2px #000;
    position: relative;
    padding-bottom: 35px;
    overflow: hidden
}

.POP_btns {
    position: absolute;
    bottom: 0;
    padding: 3px
}

.POP_btns > button {
    position: relative;
    border: none;
    margin: 1px 3px
}

.POP_info {
    direction: rtl;
    padding: 5px 10px;
    font-size: 17px;
    font-family: "iran";
    color: #a4a3a3
}

.POP_IO_name {
    color: #c8c8c8;
    font-weight: 700
}

.userPlaylistCOT {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userPlaylistCOT-clos {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #03030370;
    z-index: -1;
    cursor: pointer;
}

.userPlaylist {
    width: 320px;
    direction: rtl;
    padding: 10px;
    background: #131313;
    border-radius: 14px;
    box-shadow: 0px 0px 4px 2px #000000;
    font-family: "iran";
    position: relative;
    animation: slideUp 0.9s both;
}

.userPlaylist.is-closed {
    animation: slideDown 0.9s both;
}

@keyframes slideDown {
    0% {
        bottom: 0;
        opacity: 1;
    }
    100% {
        bottom: -1000px;
        opacity: 0;
    }
}

@keyframes slideUp {
    0% {
        bottom: -1000px;
        opacity: 0;
    }
    100% {
        bottom: 0;
        opacity: 1;
    }
}

.userPlaylist-header {
    font-size: 13px;
    font-family: "iran";
    color: #fff;
    margin-bottom: 5px;
}

button.userPlaylistNew-btn {
    width: 100%;
    display: flex;
    color: #fff;
    background: #6d55fe;
    border: none;
    border-radius: 3px;
    height: 26px;
    align-items: center;
    justify-content: center;
    font-family: "iran";
    font-size: 12px;
    margin-bottom: 5px;
}

button.userPlaylistNew-btn > svg {
    height: 100%;
    margin-left: 4px;
}

.userPlaylistNew-content {
    width: 100%;
    height: auto;
    display: none;
}

input.myPTInput {
    padding: 5px;
    width: 100%;
    margin-left: 3px;
    border-radius: 10px;
    border: none;
    background: #2a2a2c;
    font-size: 13px;
    font-family: "iran";
    color: #fff;
}

button.creatPlaylistBtn {
    width: 50px;
    border-radius: 10px;
    border: none;
    color: #fff;
    background: #f14191;
    font-family: "iran";
}

ul.playlistsList {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #5e5e5e;
}

ul.playlistsList > li:first-child > svg:first-child {
    color: #f51e1e;
}

ul.playlistsList > li {
    display: flex;
    width: 100%;
    height: 30px;
    background: #0c0c0c;
    border-radius: 6px;
    border: 1px solid #1e1e1e;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    justify-content: right;
    padding: 0 3px;
    align-items: center;
    color: #fff;
    margin-bottom: 5px;
}

ul.playlistsList > li > svg:first-child {
    height: 20px;
    margin-left: 3px;
}

ul.playlistsList > li::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #464646;
    left: 4px;
    border-radius: 4px;
}

ul.playlistsList > li > svg:last-child {
    width: 25px;
    position: absolute;
    left: 2px;
    color: #1ec93c;
    top: -2px;
    z-index: 1;
    display: none;
}

.myPTText {
    font-size: 14px;
    margin: 10px 0;
    padding: 2px 0;
    color: #e58989;
    border-top: 1px solid #3e3e3e;
}

button.myPTAllBTN {
    width: 100%;
    margin-top: 10px;
    font-family: "iran";
    color: #fff;
    padding: 3px;
    border: none;
    border-radius: 6px;
    background: #469dd1;
    cursor: pointer;
}

/* Container for lazy images */
.lazy-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    background: #222; /* کمی روشن‌تر از #1a1a1a برای کنتراست */
}

/* Skeleton base */
.lazy-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(
            90deg,
            #1a1a1a 0%,
            #2a2a2a 50%,
            #1a1a1a 100%
    );
    background-size: 200% 100%;
    animation: skeleton-loading 1.2s ease-in-out infinite;
    border-radius: inherit;
}

/* Shimmer animation */
@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.lazy-loaded:before {
    display: none;
}

/*@media screen and (max-width: 1400px){*/
/*    .main__menu {*/
/*        right: -100%;*/
/*    }*/

/*    body {*/
/*        padding: 80px 0 5px 290px;*/
/*    }*/
/*}*/

@media screen and (max-width: 1288px) {
    ul.breadcrumbs {
        font-size: 12px;
        top: -3px;
    }

    .album__Page_title {
        font-size: 29px;
        padding-top: 5px;
    }

    ul.breadcrumbs > li > a:after {
        font-size: 15px;
    }

    .page_main_aside {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        margin: 5px 0;
        padding: 0;
        top: 0;
        left: 0 !important;
        bottom: 0;
    }

    .aside_trendHold {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-auto-flow: column;
        padding: 10px;
        overflow-y: hidden;
        overflow-x: auto;
        direction: rtl;
        scrollbar-color: #fff #181818;
        scrollbar-width: thin;
    }

    .leftAside_post {
        width: 140px;
        height: auto;
    }

    .trendInfo {
        direction: ltr !important;
    }

    body {
        padding-left: 5px !important;
    }
}

@media screen and (max-width: 950px) {
    .sideBarScroll {
        padding-bottom: 0;
    }

    .main__logo {
        min-width: 160px;
    }

    nav.mainNav {
        display: none;
    }

    .__menu > ul > li > svg:last-child {
        display: none !important;
    }

    .main_menu_open {
        height: 100%;
        bottom: 0;
        padding: 10px 5px 0px;
        background-color: #0000007a;
        transition: .4s;
    }

    .main_menu_open > .main__menu {
        border-radius: 14px;
    }

    .main__menu {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        z-index: 110;
        transition: .4s;
        padding-top: 0 !important;
        overflow: hidden;
        bottom: 0;
        right: 0;
        border-top: 1px solid #2f2f2f;
    }

    .__menu {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 0 !important;
        padding-bottom: 0;
    }

    .__menu > ul {
        min-width: 100%;
        height: 60px;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

    .menu_content.menu_content_active {
        min-width: 100% !important;
    }

    .__menu > ul > li,
    .__menu > ul > li > a {
        width: 16.66%;
        padding: 2px;
        list-style: none;
        display: flex;
        justify-content: center;
        color: #fff;
        cursor: pointer;
        border-radius: 6px;
        transition: .3s;
        position: relative;
        height: 100%;
        padding-top: 7px
    }

    .__menu > ul > li > a {
        width: 100%;
    }

    .__menu > ul > li:hover {
        color: #735afd !important;
        transition: .3s;
        border: none;
        background: none;
    }

    .__menu > ul > li,
    .__menu > ul > li > a {
        align-items: center;
        padding-top: 2px;
        border: none;
    }

    .active_bottom_menu {
        color: #735afd !important;
        transition: .3s;
        border: none;
        background: none;
    }

    .__menu ul li span,
    .__menu > ul > li > a > span {
        width: auto;
        height: 20px;
        position: absolute;
        bottom: 2px;
        display: flex;
        justify-content: center
    }

    .__menu > ul > li > svg,
    .__menu > ul > li > a > svg {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
        font-size: 20px;
        margin-top: 2px;
        position: relative;
        z-index: 9
    }

    .main_sidebar {
        width: 100%;
        height: 60px;
        position: fixed;
        bottom: 0;
        z-index: 200;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-color: #100f13bd;
    }

    .menu_content {
        height: 10px;
        width: 100%;
        background: #202020;
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 6px;
        bottom: 60px;
        padding-top: 70px;
        overflow-y: scroll;
        min-width: unset !important;
    }

    .close_menu {
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #1a1a1a;
        display: none
    }

    .close_menu > svg {
        width: 50px;
        height: 11px;
        padding: 0;
        margin: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background: #131313;
        color: #fff;
        font-size: 15px;
        cursor: pointer
    }

    .search_form {
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: auto;
        padding: 5px;
        top: 70px;
    }

    .search_content {
        width: 100%;
        height: 100%
    }

    .search_ul {
        height: 100%;
        overflow-y: auto;
    }

    .aj_search_item {
        width: 100%;
        height: 50px;
        display: flex;
        overflow: hidden;
        margin: 5px 0
    }

    .search_link {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #dfdfdf;
        background: #6247ff;
        padding: 2px 5px;
        border-radius: 8px;
        font-size: 18px
    }

    .ax_search_img {
        width: 60px;
        height: 100%
    }

    .ax_search_img img {
        width: 45px;
        height: 45px;
        border-radius: 100%
    }

    .ax_search_title {
        width: 275px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 20px
    }

    .ax_search_album {
        width: 139px;
        height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .close-menu-bar {
        display: none
    }

    .track_content {
        width: 83%
    }

    .track_buttons {
        width: 12%
    }

    .control-bar {
        bottom: 60px;
        padding-left: 0 !important
    }

    .main__search {
        display: none
    }

    .header {
        justify-content: space-between;
    }

    .__menu > ul > li > span,
    .__menu > ul > li > a > span {
        display: none
    }

    .__menu > ul > li > svg,
    .__menu > ul > li > a > svg {
        font-size: 22px
    }

    .pageContent {
        width: 100% !important;
    }

    #lyrics > p {
        font-size: 24px;
    }

    .mainLyrics {
        width: 100% !important;
    }

    .showArtist {
        width: 100% !important;
    }

    .playList_main-content {
        width: 100% !important
    }

    .playlistSlider {
        width: 100% !important
    }

    .page_comments {
        width: 100% !important
    }

    body {
        padding-right: 5px !important
    }

    .footer_logo_content {
        width: 80%
    }

    .send_a_comment_content {
        width: 65%
    }

    .page_tags {
        width: 100% !important
    }

    .sectionHeader {
        font-size: 19px
    }

    .slide-pt-title {
        font-size: 20px
    }

    .slide-pt-artist {
        font-size: 17px
    }

    .slide-pt-btn {
        font-size: 17px
    }

    .normal-control {
        width: 100%;
        position: absolute;
        height: 100%;
    }

    .music-cover > img {
        width: 45px;
        height: 45px;
        margin: 0 5px;
        border-radius: 50%;
        margin-top: 4px;
    }

    .music-title {
        font-size: 14px;
        height: auto;
        padding-left: 56px;
        margin-top: 5px;
    }

    .artist-title {
        font-size: 14px;
        padding-left: 55px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 750px) {


    .popularity {
        display: inline-block;
    }

    .trackPopularity {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 5px;
        margin-right: 0 !important;
    }

    .trackPopularityUl {
        height: auto;
    }

    body {
        padding-left: 2px;
        padding-top: 80px;
        padding-bottom: 65px
    }

    .showTrackInfo {
        padding-left: 0;
        padding-bottom: 156px;
    }

    .main_register {
        height: 600px;
        background: none;
        border: none
    }

    .Section404 {
        padding-top: 100px
    }

    .alert_register_mg {
        bottom: 78px
    }

    .send_a_comment_content {
        width: 85%
    }

    .slider_btn {
        width: 72px
    }

    .slide-left,
    .slide-right {
        padding: 3px;
        font-size: 15px;
        width: 30px;
        height: 30px
    }

    .header_btn-box {
        width: 45%;
    }
}

@media screen and (max-width: 670px) {
    .sectionHeader {
        font-size: 18px
    }

    .slide-pt-title {
        font-size: 18px
    }

    .slide-pt-artist {
        font-size: 16px
    }

    .slide-pt-btn {
        font-size: 15px
    }

    .slider-_product-info {
        padding-bottom: 18px
    }
}

@media screen and (max-width: 600px) {
    .main-slider {
        aspect-ratio: 1 / 1 !important;
    }

    .LG_slide {
        display: none !important
    }

    .SL_slide {
        display: inline-block !important
    }

    .slider-_product-info {
        padding: 0;
        align-items: end
    }

    .product_s_info {
        height: 131px
    }
}

@media screen and (max-width: 570px) {
    body {
        padding-top: 70px;
    }

    .main__header {
        height: 60px;
    }

    .userPlaylist {
        width: 100%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        position: absolute;
    }

    .SingIn_btn {
        right: 0;
        padding: 5px 12px !important;
        top: 7px;
        border-radius: 11px;
        height: 30px;
    }

    .main__logo a img {
        width: 170px;
        margin-left: 6px;
    }

    .player-seek {
        margin: 0;
    }

    .control-bar {
        height: 80px;
    }

    .main_sidebar {
        height: 60px;
    }

    .counter {
        display: none
    }

    .artistProfile {
        width: 110px;
        left: 13px;
    }

    .artistName {
        left: 13px;
    }

    .regis_alert_fa {
        font-size: 15px
    }

    .comments_text {
        font-size: 19px
    }

    .comments_text > svg {
        width: 26px
    }

    .first_log_to_add_Comment > svg {
        width: 24px;
    }

    .first_log_to_add_Comment {
        font-size: 16px;
        white-space: nowrap
    }

    .add_newFirstLogin > a {
        font-size: 17px
    }

    .rating-result-comment {
        font-size: 22px !important
    }

    .comm_user_name {
        font-size: 17px
    }

    .comm_user_info_time {
        padding-right: 7px
    }

    .comm_user_profile {
        width: 60px;
        height: 60px
    }

    .comm_user_info_time {
        padding-right: 7px;
        padding-top: 6px
    }

    .comment_user {
        height: 65px
    }

    .__comment_text {
        min-height: 60px;
        padding: 0 20px;
        padding-top: 7px
    }

    .comment_text {
        font-size: 15px
    }

    .comment_option_hold {
        height: 25px;
        margin-top: 3px
    }

    .comment_options > div {
        font-weight: 500;
        font-size: 12px
    }

    .comment_options > div > i {
        font-size: 15px
    }

    .commend_btn_inf {
        font-size: 15px
    }

    .comment_reply_content {
        padding: 0 5px
    }

    .comment_reply_To {
        font-size: 13px
    }

    .track_buttons {
        width: 18%;
        justify-content: right
    }

    .MoreComment_btn {
        padding: 6px;
        font-size: 13px
    }

    .track_content {
        width: 77%
    }

    .social_ul > li {
        font-size: 33px
    }

    .social_content::before {
        width: 27%
    }

    .social_content::after {
        width: 27%
    }

    .logo_image > img {
        width: 220px;
        height: 50px
    }

    footer {
        height: 200px
    }

    .social_content {
        height: 59px
    }

    .control_er {
        font-size: 18px
    }

    .control_er.play-pause {
        width: 41px !important;
    }

    .normal-control_content {
        width: 140px
    }

    .artist-info {
        width: 40%
    }


    .artist-title {
        font-size: 13px;
    }

    .album_image {
        min-width: 240px;
        height: 240px;
    }

    .album_info_content {
        height: 250px;
    }

    .page_option_ul .option_li {
        width: 40px;
        margin: 0 3px
    }

    .option_li > svg {
        height: 26px;
    }

    .option_li > span {
        width: 100%;
        font-size: 10px
    }

    .page_option_ul {
        padding-right: 9px;
        padding-top: 11px
    }

    .album_rate._album_rate > .rating-result-comment {
        font-size: 24px !important
    }

    .album_rate._album_rate > span {
        font-size: 16px;
        margin-left: 5px
    }

    .send_a_comment_content {
        width: 92%
    }

    .product_s_info > li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .slider_btn {
        top: 2px;
        left: 2px
    }
}

@media screen and (max-width: 510px) {
    .album_text_ulHold {
        position: relative;
        top: 0;
    }

    ul.breadcrumbs > li > a > svg {
        width: 17px;
    }

    ul.breadcrumbs {
        top: 8px;
        font-size: 11px;
    }

    .album_info_content {
        padding-top: 22px;
    }

    #lyrics {
        width: 96%;
    }

    #lyrics > p {
        font-size: 22px;
    }

    .counter {
        justify-content: left
    }

    .product_s_info {
        height: 115px
    }

    .Section404 > img {
        width: 85%
    }

    .user_profile_img {
        max-width: 90px;
        min-width: 90px;
        height: 90px;
        margin-left: 9px
    }

    .user__name {
        height: 40px;
        font-size: 20px;
        padding-top: 14px
    }

    .user__username {
        height: 40px;
        font-size: 15px;
        padding-top: 4px;
        padding-right: 0
    }

    .user_account_header {
        min-height: 120px
    }

    .update_profile_info {
        width: 65%;
        height: 120px
    }

    .update_info_btn {
        padding: 0 4px !important;
        font-size: 13px;
        font-family: "iran";
        height: 25px;
        left: 3px
    }

    .input_reg_holder {
        height: 35px
    }

    .add_newFirstLogin > a {
        display: none
    }

    .input_reg_holder > input {
        font-size: 14px
    }

    .star-rating-container {
        font-size: 73px
    }

    .__menu > ul {
        width: 100%
    }

    .album_info_content {
        height: auto
    }

    .album_info {
        display: inline-block
    }

    .album_image {
        aspect-ratio: 1 / 1;
        box-shadow: none;
        width: 100%;
        height: auto;
        margin-top: 12px;
        padding: 5px;
        border-radius: 0;
        overflow: visible;
    }

    .album_image > img {
        border-radius: 4px;
        box-shadow: 0px 0px 10px 3px;
        background: #242329;
    }

    .album_text_ul {
        width: 100%;
        margin-top: 10px;
        padding-left: 5px;
    }

    .album__Page_title {
        height: 47px
    }

    .album__page_options {
        height: 64px
    }

    .option_li > svg {
        height: 25px;
    }

    .option_li > span {
        font-size: 13px
    }

    .album_rate._album_rate > .rating-result-comment {
        font-size: 30px !important
    }

    .album_rate._album_rate > span {
        font-size: 18px;
        margin-left: 10px
    }

    .social_ul {
        width: 50%
    }

    .social_content::before {
        width: 22%
    }

    .social_content::after {
        width: 22%
    }

    .footer_logo_content {
        width: 100%
    }

    .alert_playlist_mg {
        bottom: 166px;
        height: auto;
        font-size: 15px
    }

    .slide-pt-artist {
        font-size: 15px
    }

    .slide-pt-btn {
        font-size: 13px;
        top: 80px !important
    }

    .slide-pt-btn > a > svg {
        font-size: 14px
    }

    .slide-pt-title {
        font-size: 16px;
        top: 15px !important
    }

    .control-inf > .normal-control > .normal-control_content > .time-forward,
    .control-inf > .normal-control > .normal-control_content > .time-backward {
        display: none !important
    }

    .normal-control_content {
        width: 80px
    }

    .normal-control_content {
        width: 95px;
        position: absolute;
        right: 20px;
        top: 14px;
        z-index: 2;
    }

    .optional-control {
        display: none;
    }

    .artist-info {
        width: 100%;
        margin-right: 125px;
    }
}

@media screen and (max-width: 470px) {
    .myAlbum__Page_title {
        font-size: 18px;
    }

    .control_er.play-pause {
        width: 38px !important;
    }

    .current_song_name {
        height: 25px;
        font-size: 16px
    }

    .showTrackPreview > li {
        font-size: 13px
    }

    .showTrackPreview {
        height: 150px
    }

    .updateTips {
        font-size: 14px
    }

    .post_name {
        font-size: 19px
    }

    .post_artist,
    .post_date {
        font-size: 15px;
        font-size: 14px
    }

    .post_genre {
        font-size: 13px
    }

    .preview_btn {
        width: 35px;
        height: 35px;
        font-size: 28px
    }

    .AL_post > .save__album > i {
        font-size: 27px !important
    }

    .albumPost_rate {
        font-size: 12px
    }

    .album_post {
        min-width: 215px;
        height: 215px
    }

    .albumPost_rate > .star-rating-container {
        font-size: 18px
    }

    .post_ul {
        height: 52px
    }

    .scrollSlider_2 > .album_slider > .album_post > .active_albumPost > .post_link > .post_ul {
        height: 98px !important
    }

    .album_slider {
        padding: 5px 0
    }

    .main__logo {
        width: 70%
    }

    .main__logo a img {
        width: 160px
    }

    .main__logo a {
        height: 100%;
        display: inline-flex;
        align-items: center
    }

    .header_btn-box > a {
        font-size: 14px;
        padding: 5px 3px 5px 5px
    }
}

@media screen and (max-width: 420px) {
    .updateTips {
        font-size: 13px
    }

    .alert_playlist_mg {
        font-size: 13px
    }
}

@media screen and (max-width: 400px) {

    .artistInfoText > p {
        font-size: 15px
    }

    .slider_btn {
        bottom: 0;
        left: 2px
    }

    .social_ul > li {
        font-size: 28px
    }

    .logo_image > img {
        width: 160px
    }

    .commend_btn_inf {
        margin-right: 6px;
        width: 30px
    }

    .logo_image {
        width: 100%;
        height: 70px
    }

    .copyright_text {
        font-size: 13px;
        white-space: nowrap
    }

    .comment_options > div {
        margin-right: 10px
    }

    footer {
        height: 160px
    }

    .head_pr_username {
        font-size: 13px
    }

    .head_pr_name {
        font-size: 12px
    }

    .head_profile_username > div {
        padding: 0
    }

    .main__logo a img {
        width: 150px
    }

    .user_account_ul > li:first-child {
        height: 45px !important
    }

    .user_account_ul > li {
        height: 45px
    }

    .add_comment_btn {
        font-size: 13px
    }

    .star-rating-container {
        font-size: 56px
    }

    .new_comm_tittle {
        font-size: 16px
    }

    .comm_user_name {
        font-size: 15px
    }

    .option_li > svg {
        font-size: 25px
    }

    .page_option_ul {
        padding-top: 15px;
        padding-right: 12px
    }

    .album_rate._album_rate > .rating-result-comment {
        font-size: 25px !important
    }

    .album_rate._album_rate > span {
        font-size: 16px
    }

    .track_btn {
        font-size: 19px
    }

    .track_play_icon > i {
        font-size: 17px
    }

    .artist_name {
        font-size: 13px
    }

    .option_li > span {
        font-size: 11px
    }

    .comm_user_send_time {
        font-size: 12px
    }

    .player-seek {
        font-size: 13px
    }

    .timeline-container {
        margin-inline: 3px
    }

    .first_log_to_add_Comment > svg {
        width: 20px;
    }

    .first_log_to_add_Comment {
        font-size: 13px;
        white-space: normal
    }

    .sectionHeader {
        font-size: 17px
    }

    .slide-pt-title {
        font-size: 15px
    }

    .slide-pt-artist {
        font-size: 14px;
        padding: 6px
    }

    .slide-pt-btn {
        font-size: 12px;
        right: 20px
    }

    .slide-left,
    .slide-right {
        font-size: 13px;
        width: 25px;
        height: 25px
    }

    .slider_btn {
        width: 60px
    }
}

@media screen and (max-width: 370px) {
    .input-fields input {
        height: 40px;
        width: 40px
    }
}