@import 'bootstrap.rtl.min.css';
@import 'fontiran.css';
@import 'all.css';
@import 'fix.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
:root{
    --dark-mode-bg: #1d3259;
    --box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
body{
    font-family: IRANSansFa;
    font-size: 14px;
    background-color: #f0f5fe;
}
body.dark-mode{
    background: #0a152a;
}
.elementor .elementor-element.e-parent{
    padding: 0 !important;
}
.e-con.row{
    --width: unset !important;
}
header{
    background: #fff;
    height: 93px;
    box-shadow: var(--box-shadow);
}
body.dark-mode header{
    background: var(--dark-mode-bg);
}
.logo-menu #logo{
    display: inline-block;
    margin-top: 16px;
}
.logo-menu .site-menu{
    display: inline-block;
    margin-right: 25px;
    margin-top: 40px;
}
.logo-menu .site-menu ul li{
    display: inline-block;
    margin-right: 15px;
}
.logo-menu .site-menu ul li a{
    color: #878787;
    font-size: 15px;
    transition: color ease-in-out 0.3s;
}
body.dark-mode .logo-menu .site-menu ul li a{
    color: #fff
}
.logo-menu .site-menu ul li a:hover{
    color: var(--primary-color);
}
body.dark-mode .logo-menu .site-menu ul li a:hover{
    color: var(--primary-color);
}
.header-search{
    display: inline-block;
    margin-top: 27px;
    position: relative;
}
.header-search input{
    background: #fcfcfc;
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    padding: 8px 15px 8px 40px;
}
.header-search input::placeholder{
    color: #6f6f6f !important;
}
body.dark-mode .header-search input::placeholder{
    color: #bababa !important
}
body.dark-mode .header-search input{
    background: #14223b;
    border-color: #666;
    color: #fff
}
.header-search i{
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 17px;
}
body.dark-mode .header-search i{
    color: #fff
}
#theme-style{
    position: relative;
    width: 80px;
    border-radius: 25px;
    background: #f2f2f2;
    height: 40px;
    margin-top: 27px;
    margin-left: 10px;
    text-align: center;
}
body.dark-mode #theme-style{
    background: #818c9f
}
#theme-style::before{
    content: '';
    position: absolute;
    top: 3px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    z-index: 0;
    transition: all ease-in-out 0.3s;
}
#theme-style.light-mode::before{
    left: 4px;
    background: #f8bb28;
}
#theme-style.dark-mode::before{
    left: 42px;
    background: var(--dark-mode-bg);
}
#theme-style i{
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 34px;
    font-size: 17px;
    margin-top: 11px;
    cursor: pointer;
}
#theme-style.dark-mode i:first-child{
    color: #fff
}
#slider{
    margin-top: 30px;
    margin-bottom: -10px;
}
#slider .owl-carousel .item{
    position: relative;
    height: 290px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: inset 0 -80px 50px rgba(0,0,0,0.8);
    transition: all ease-in-out 0.3s;
}
#slider .owl-carousel .item:hover{
    box-shadow: inset 0 -80px 50px rgba(176,0,0,0.4);
}
#slider .owl-carousel .item a{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
#slider .owl-carousel .item img{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 100%;
    z-index: -1;
}
#slider .slider-play-icon{
    font-size: 40px;
    color: #fff;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    transition: all ease-in-out 0.3s;
    left: 20px;
    bottom: 20px;
}
#slider .owl-carousel .item:hover > .slider-play-icon{
    color: rgba(176,0,0,0.7)
}
#slider .owl-carousel .slider-details{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    color: #fff;
    padding: 0 20px;
}
#slider .owl-carousel .slider-details .slider-details-singer,#slider .owl-carousel .slider-details .slider-details-work-name{
    display: block;
}
#slider .owl-carousel .slider-details .slider-details-singer{
    margin-bottom: 10px;
}
#slider .owl-theme .owl-dots .owl-dot span{
    width: 20px;
    margin: 5px 3px;
}
#slider .owl-theme .owl-dots .owl-dot.active span,#slider .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--primary-color);
}
#popular-musics{
    margin-top: 30px;
    position: relative;
}
#popular-musics .d-grid{
    grid-template-columns: repeat(6,1fr);
}
#popular-musics h3,.box-posts-parent h3{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}
.show-all-link{
    position: absolute;
    left: 0;
    top: 5px;
    color: #000;
}
body.dark-mode .show-all-link{
    color: #fff
}
body.dark-mode #popular-musics h3,body.dark-mode .box-posts-parent h3{
    color: #fff
}
.popular-music{
    background: #fff;
    height: auto;
    border-radius: 15px;
    box-shadow: var(--box-shadow) !important;
    position: relative;
    transition: all ease-in-out 0.3s;
    padding-bottom: 17px;
}
.popular-music.blur{
    filter: blur(2px);
}
body.dark-mode .popular-music{
    background: var(--dark-mode-bg);
}
.popular-music img{
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0 !important;
}
.popular-music span{
    display: block;
    padding-right: 15px;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 35px;
}
.popular-music .singer{
    color: #818181;
    margin-top: 12px;
    margin-bottom: 8px;
}
.popular-music .work-name{
    color: #000
}
body.dark-mode .popular-music .singer{
    color: #fff
}
body.dark-mode .popular-music .work-name{
    color: #bdbaba;
}
.popular-music .direct-download-popular{
    position: absolute;
    left: 15px;
    bottom: 22px;
    font-size: 20px;
    color: #b5b5b5;
    transition: color ease-in-out 0.3s;
}
.popular-music:hover .direct-download-popular{
    color: var(--primary-color);
}
#iran-rules{
    width: 100%;
    background: #fff;
    box-shadow: var(--box-shadow);
    margin-top: 30px;
    border-radius: 15px;
    position: relative;
    padding-right: 15px;
    padding-left: 45px;
}
body.dark-mode #iran-rules{
    background: var(--dark-mode-bg);
}
#iran-rules::after{
    content: '';
    position: absolute;
    width: 171px;
    height: 100%;
    background: url('../img/iran-flag.png') no-repeat right;
    background-size: cover;
    left: 0;
    top: 0;
    border-radius: 15px 0 0 15px;
}
#iran-rules p{
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    padding: 20px 0;
    line-height: 25px;
}
body.dark-mode #iran-rules p{
    color: #fff
}
#iran-rules p a{
    color: var(--primary-color)
}
#ads-banner{
    margin-top: 30px;
}
#ads-banner a{
    display: block;
    margin-bottom: 15px;
}
#ads-banner a:last-child{
    margin-bottom: 0;
}
#ads-banner img{
    width: 100%;
    border-radius: 10px;
}
#main-area{
    margin-top: 30px;
}
#mwy-container .e-con-inner{
    max-width: 1340px;
    padding-right: 10px;
    padding-left: 10px;
}
.route-to-page-button{
    display: block;
    width: 100%;
    height: 65px;
    border-radius: 15px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: var(--box-shadow) !important;
}
.route-to-page-button i{
    background: rgba(0, 0, 0, 0.2);
    width: 35px;
    height: 35px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    color: #000;
    margin: 15px 15px 0 10px;
    transition: all ease-in-out 0.3s;
}
.route-to-page-button span{
    position: relative;
    top: -3px;
    color: #000;
    font-weight: 500;
    transition: color ease-in-out 0.3s;
}
body.dark-mode .route-to-page-button{
    background: var(--dark-mode-bg);
}
body.dark-mode .route-to-page-button i{
    color: #fff
}
body.dark-mode .route-to-page-button span{
    color: #fff
}
.route-to-page-button:hover span,body.dark-mode .route-to-page-button:hover span{
    color: var(--primary-color)
}
.route-to-page-button:hover i,body.dark-mode .route-to-page-button:hover i{
    color: #fff;
    background: var(--primary-color);
}
#telegram-channel-sidebar,#instagram-channel-sidebar{
    display: block;
    width: 100%;
    height: 65px;
    border-radius: 15px;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
}
#telegram-channel-sidebar span,#instagram-channel-sidebar span{
    display: inline-block;
    font-size: 15px;
    margin-top: 25px;
    padding-right: 15px;
}
#telegram-channel-sidebar i,#instagram-channel-sidebar i{
    position: absolute;
    left: 15px;
    background: rgba(255,255,255,0.15);
    width: 35px;
    height: 35px;
    border-radius: 5px;
    top: 15px;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
}
#telegram-channel-sidebar{
    background: rgb(57,61,216);
    background: linear-gradient(90deg, rgba(57,61,216,1) 0%, rgba(30,171,206,1) 100%);
}
#instagram-channel-sidebar{
    background: rgb(182,20,100);
    background: linear-gradient(90deg, rgba(182,20,100,1) 0%, rgba(255,30,30,1) 100%);
}
.music-item{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    padding-bottom: 25px;
    margin-bottom: 15px;
}
body.dark-mode .music-item{
    background: var(--dark-mode-bg);
}
.music-item-header,.custom-single-box-header{
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 22px 50px 18px;
    min-height: 60px;
}
.music-item-header > i,.custom-single-box-header > i{
    position: absolute;
    font-size: 20px;
    color: #666666;
    top: 50%;
    transform: translateY(-50%);
}
.music-item-header h3,.custom-single-box-header h3{
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #666666;
}
body.dark-mode .music-item-header h3,body.dark-mode .custom-single-box-header h3{
    color: #fff
}
body.dark-mode .music-item-header i,body.dark-mode .custom-single-box-header i{
    color: #d5d5d5;
}
body.dark-mode .music-item-header,body.dark-mode .custom-single-box-header{
    border-color: rgba(255,255,255,0.1);
}
.music-item-header .music-icon,.custom-single-box-header .music-icon,.custom-single-box-header .comments-icon{
    right: 20px;
}
.music-item-header .share-music{
    left: 20px;
    cursor: pointer;
}
.share-music-container{
    opacity: 0;
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 9;
    background: #e5e5e5;
    height: 0;
    width: 40px;
    border-radius: 0 0 7px 7px;
    transition: all ease-in-out 0.5s;
    padding: 5px 0;
    overflow: hidden;
}
body.dark-mode .share-music-container{
    background: #34476a;
}
.share-music-container.show{
    opacity: 1;
    height: 130px;
    bottom: -130px;
}
.share-music-container ul{
    display: flex;
    height: 100%;
    padding: 5px 0;
    flex-direction: column;
    justify-content: space-between;
}
.share-music-container ul li{
    text-align: center;
}
.share-music-container ul li a{
    font-size: 20px;
    color: #000
}
.music-item-content{
    text-align: center;
    color: #6c6c6c;
    line-height: 28px;
    padding: 0 20px
}
.music-item-content h1,.music-item-content h2,.music-item-content h3,.music-item-content h4{
    font-weight: bold;
}
.music-item-content.page-content{
    text-align: unset;
}
.music-item-content img{
    margin-top: 15px;
    width: 500px;
    height: 500px;
    max-width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.music-item.single-item .music-item-content img{
    margin-bottom: 15px;
}
.music-item.single-item .music-item-content h1,.music-item.single-item .music-item-content h2,.music-item.single-item .music-item-content h3{
    margin-bottom: 10px;
}
.music-item.single-item .music-item-content h1{
    font-size: 30px;
}
.music-item.single-item .music-item-content h2{
    font-size: 26px;
}
.music-item.single-item .music-item-content h3{
    font-size: 22px;
}
.music-item-content p a{
    color: var(--primary-color)
}
body.dark-mode .music-item-content{
    color: #ffffff
}
.music-item-categories{
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 25px 0;
}
.music-item-categories ul li{
    display: inline-block;
}
.music-item-categories a{
    background: #e5e5e5;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    color: #000;
    transition: all ease-in-out 0.3s;
}
body.dark-mode .music-item-categories a{
    background: rgba(0,0,0,0.3);
    color: #fff
}
.music-item-categories a:hover{
    background: var(--secondary-color);
}
body.dark-mode .music-item-categories a:hover{
    background: var(--secondary-color);
    color: #000
}
.box-posts{
    margin-top: 25px;
}
.box-posts-parent{
    position: relative;
    margin-bottom: 15px;
}
.box-posts-parent:last-child{
    margin-bottom: 0;
}
.grid-post-item{
    position: relative;
}
.grid-post-item img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: var(--box-shadow);
}
.grid-post-item .gird-post-singer{
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
}
.grid-post-item .gird-post-work-name{
    display: block;
    color: #4a4a4a;
}
body.dark-mode .grid-post-item .gird-post-singer{
    color: #fff
}
body.dark-mode .grid-post-item .gird-post-work-name{
    color: #bcbcbc
}
.grid-post-item .gird-post-singer,.grid-post-item .gird-post-work-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 17px;
    font-size: 14px;
}
.grid-post-item .gird-post-views{
    position: absolute;
    left: 30px;
    bottom: 68px;
    padding: 9px 15px;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 7px;
    color: #fff;
    direction: ltr;
}
body.dark-mode .grid-post-item .gird-post-views{
    background: rgba(255,255,255,0.4);
    color: #000;
}
.grid-post-item .gird-post-views i{
    position: relative;
    top: 1px;
    margin-right: 3px;
}
#singer-profile{
    display: block;
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
}
#singer-profile #singer-profile-content{
    display: flex;
    align-items: center
}
#singer-profile img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    padding: 3px;
    border: 2px solid var(--primary-color);
}
#singer-profile #singer-details h1{
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 15px;
}
#singer-profile #singer-details{
    margin-right: 20px;
}
#singer-description{
    text-align: justify;
    line-height: 25px;
}
body.dark-mode #singer-profile{
    background: var(--dark-mode-bg);
}
#download-box{
    display: block;
    width: 70%;
    margin-right: 15%;
    margin-top: 20px;
    margin-bottom: 20px;
}
#download-box a{
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.07);
    padding: 15px 60px 15px 0;
    margin-bottom: 10px;
    border-radius: 7px;
    color: #000;
    transition: all ease-in-out 0.3s;
    position: relative;
    text-align: right;
}
body.dark-mode #download-box a{
    background: rgba(0,0,0,0.15);
    color: #fff
}
#download-box a:hover,body.dark-mode #download-box a:hover{
    background: var(--primary-color);
    color: #fff
}
#download-box a:last-child{
    margin-bottom: 0;
}
#download-box a i{
    transition: color ease-in-out 0.3s;
}
#download-box a i:first-child{
    color: #fff;
    position: absolute;
    right: 7px;
    background: rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 5px;
    top: 7px;
}
body.dark-mode #download-box a i:first-child{
    background: rgba(255,255,255,0.2);
}
#download-box a i:last-child{
    color: #000;
    position: absolute;
    left: 7px;
    background: rgba(255,255,255,0.4);
    padding: 15px;
    border-radius: 50%;
    top: 7px;
}
#download-box a:hover > i{
    color: #fff
}
body.dark-mode #download-box a i:last-child{
    background: rgba(0,0,0,0.2);
    color: #fff;
}
.music-item-footer{
    margin-top: 20px;
    padding: 0 20px;
}
.music-item-footer.single-page{
    min-height: 50px;
}
body.dark-mode .music-item-footer{
    color: #fff;
}
.music-item-footer .date-views{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.music-item-footer .date-views span{
    display: block;
    font-size: 14px;
}
.music-item-footer .date-views span i{
    margin-left: 5px;
    position: relative;
    top: 2px;
    font-size: 15px;
}
.music-item-footer .read-more{
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 20px 30px;
    border-radius: 10px;
    transition: background-color ease-in-out 0.3s;
}
.music-item-footer .read-more:hover{
    background: #b5181c;
}
#star-rating{
    text-align: center;
}
#star-rating span{
    display: block;
    margin-bottom: 7px;
}
#star-rating .kk-star-ratings{
    justify-content: center;
}
.kksr-legend{
    font-size: 15px !important;
    position: relative;
    top: 2px;
    margin: 0 !important;
}
.music-item-tags{
    display: block;
    width: 100%;
    margin: 25px 0 20px;
    padding: 0 20px;
}
.music-item-tags a{
    color: #6c7883;
    transition: color ease-in-out 0.3s;
    line-height: 25px;
}
body.dark-mode .music-item-tags a{
    color: #fff
}
.music-item-tags a:hover,body.dark-mode .music-item-tags a:hover{
    color: var(--primary-color)
}
#related-music{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    padding-bottom: 25px;
    margin-bottom: 15px;
}
body.dark-mode #related-music{
    background: var(--dark-mode-bg);
}
#related-music-content{
    grid-template-columns: repeat(4,1fr);
    margin-top: 20px;
    padding: 0 20px;
}
.related-music-item img{
    width: 100%;
    height: 137px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
}
body.dark-mode .related-music-item img{
    border-color: rgba(255,255,255,0.2);
}
.related-music-item h3{
    font-size: 13px;
    color: #000;
    text-align: center;
    line-height: 22px;
    font-weight: normal;
    margin-top: 7px;
    transition: color ease-in-out 0.3s;
}
body.dark-mode .related-music-item h3{
    color: #fff
}
#comments{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
    padding-bottom: 25px;
    margin-bottom: 15px;
}
body.dark-mode #comments{
    background: var(--dark-mode-bg);
    color: #fff
}
#comments #comments-content > h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
#comments-content{
    display: block;
    margin-top: 20px;
    padding: 0 20px;
}
#comments .comment-logout-user{
    position: relative;
    top: -2px;
}
#comments .comment-logout-user i{
    position: relative;
    top: 3px;
    margin-left: 4px;
}
#comments #comment-form > a{
    color: var(--primary-color)
}
#comments #comment-form .btn-success{
    background: #33ab33;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
}
#comments #comment-form .btn-danger{
    background: #d04747;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
}
#comments #comment-form input,#comments #comment-form textarea{
    font-size: 14px;
}
#comments .comment-body .avatar{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 3px;
}
#comments .comment-body .fn{
    position: relative;
    top: -21px;
    margin-right: 2px;
}
#comments .comment-body .fn a{
    color: var(--primary-color);
}
#comments .comment-body .says{
    position: relative;
    top: -20px
}
#comments .comment-body .commentmetadata a{
    color: var(--primary-color);
    display: block;
    margin: 10px 0;
}
#comments .comment-body > p{
    display: block;
    line-height: 22px
}
#comments .comment-body > p a{
    color: var(--primary-color);
}
#comments .comment-body .reply{
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: left;
}
#comments .comment-body .reply a{
    background: var(--primary-color);
    padding: 7px 20px;
    color: #fff;
    border-radius: 3px;
}
#comments .comment-body .comment-edit-link{
    margin-top: -8px !important;
    color: #0a58ca !important;
}
body.dark-mode #comments .comment-body .comment-edit-link{
    color: yellow !important
}
#comments .comments-list{
    border-top: 1px solid rgba(0,0,0,0.2);
}
body.dark-mode #comments .comments-list{
    border-top: 1px solid rgba(255,255,255,0.2);
}
#comments .comments-list .comment{
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
body.dark-mode #comments .comments-list .comment{
    border-color: rgba(255,255,255,0.2);
}
#comments .comments-list .comment:last-child{
    margin-bottom: 0;
}
.widget-parent{
    box-shadow: var(--box-shadow);
    margin-bottom: 15px;
    border-radius: 10px;
}
#widget-last-ten-posts{
    background: #e2e2e2;
    padding-bottom: 20px;
}
.widget-title{
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.widget-title i{
    font-size: 16px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.widget-content{
    padding: 0 15px;
}
.widget-content ul li{
    list-style: circle inside;
    line-height: 28px;
    transition: color ease-in-out 0.3s;
}
.widget-content ul li a{
    color: #000;
    transition: color ease-in-out 0.3s;
}
.widget-content ul li:hover,.widget-content ul li a:hover{
    color: var(--primary-color);
}
#widget-singers{
    background: var(--secondary-color);
    padding-bottom: 20px;
}
#widget-singers .widget-title{
    color: #fff
}
#widget-singers .widget-content ul li{
    transition: color ease-in-out 0.3s;
}
#widget-singers .widget-content ul li:hover,#widget-singers .widget-content ul li a:hover{
    color: #fff
}
#widget-singers .widget-content ul{
    max-height: 300px;
    overflow-y: auto;
}
#widget-most-likes-posts{
    background: #fff;
    padding-bottom: 20px;
}
body.dark-mode #widget-most-likes-posts{
    background: var(--dark-mode-bg);
}
body.dark-mode #widget-most-likes-posts .widget-title{
    color: #fff;
    border-color: rgba(255,255,255,0.1);
}
#widget-most-likes-posts .widget-title i{
    color: var(--primary-color);
}
#widget-most-likes-posts .nav-pills{
    display: flex;
    justify-content: space-between;
}
#widget-most-likes-posts .nav-pills li{
    list-style: none;
    width: 31%;
    line-height: 20px;
}
#widget-most-likes-posts .nav-pills li button{
    width: 100%;
    border-radius: 40px;
    background: #e2e2e2;
    color: #000
}
#widget-most-likes-posts .nav-pills li button.active{
    background: var(--primary-color);
    color: #fff;
}
#widget-most-likes-posts ul li{
    transition: color ease-in-out 0.3s;
}
body.dark-mode #widget-most-likes-posts ul li,body.dark-mode #widget-most-likes-posts ul li a{
    color: #fff
}
body.dark-mode #widget-most-likes-posts ul li:hover,body.dark-mode #widget-most-likes-posts ul li a:hover{
    color: var(--primary-color)
}
.wp-default-widget{
    background: #fff;
    box-shadow: var(--box-shadow);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:last-child{
    margin-bottom: 0;
}
body.dark-mode .wp-default-widget{
    background: var(--dark-mode-bg);
}
.wp-default-widget .widget-title{
    padding-top: 0;
    padding-right: 0;
    border-bottom: 0;
    position: relative;
}
.wp-default-widget .widget-title::after{
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: 1px;
    right: -20px;
    bottom: 0;
    background: rgba(0,0,0,0.1);
}
body.dark-mode .wp-default-widget .widget-title::after{
    background: rgba(255,255,255,0.1);
}
body.dark-mode .wp-default-widget .widget-title{
    color: #fff
}
.wp-default-widget .widget-title i{
    margin-left: 10px;
}
.wp-default-widget ul li{
    line-height: 28px;
    list-style: circle inside;
    color: #000;
    transition: color ease-in-out 0.3s;
}
.wp-default-widget ul li a{
    color: #000;
    transition: color ease-in-out 0.3s;
}
body.dark-mode .wp-default-widget ul li,body.dark-mode .wp-default-widget ul li a{
    color: #fff
}
.wp-default-widget ul li:hover,.wp-default-widget ul li a:hover,body.dark-mode .wp-default-widget ul li:hover,body.dark-mode .wp-default-widget ul li a:hover{
    color: var(--primary-color)
}
.wp-default-widget form label{
    margin-bottom: 10px;
}
body.dark-mode .wp-default-widget form label{
    color: #fff
}
.wp-block-group__inner-container > h2{
    display: block;
    padding: 4px 0 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}
body.dark-mode .wp-block-group__inner-container > h2{
    color: #fff;
}
.wp-block-group__inner-container > h2::after{
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.1);
    width: calc(100% + 40px);
    height: 1px;
    right: -20px;
    bottom: 0;
}
body.dark-mode .wp-block-group__inner-container > h2::after{
    background: rgba(255,255,255,0.1);
}
.wp-default-widget .wp-block-latest-comments a{
    color: var(--primary-color)
}
body.dark-mode .wp-default-widget .wp-block-latest-comments{
    color: #fff
}
.pagination-wrapper{
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 20px;
}
body.dark-mode .pagination-wrapper{
    background: var(--dark-mode-bg);
}
.pagination-wrapper h4{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
}
body.dark-mode .pagination-wrapper h4{
    color: #fff
}
.pagination-wrapper .navigation{
    display: inline-block;
}
.pagination-wrapper .first-page,.pagination-wrapper .last-page,.pagination-wrapper .nav-links span,.pagination-wrapper .nav-links a{
    display: inline-block;
    border: 1px solid var(--primary-color);
    min-height: 35px;
    padding: 0 12px;
    line-height: 35px;
    border-radius: 5px;
    font-size: 13px;
    color: #000;
    transition: all ease-in-out 0.3s;
}
body.dark-mode .pagination-wrapper .first-page,body.dark-mode .pagination-wrapper .last-page,body.dark-mode .pagination-wrapper .nav-links span,body.dark-mode .pagination-wrapper .nav-links a{
    color: #fff
}
.pagination-wrapper .first-page:hover,.pagination-wrapper .last-page:hover,.pagination-wrapper .nav-links span:hover,.pagination-wrapper .nav-links a:hover,.pagination-wrapper .nav-links span.current{
    background: var(--primary-color);
    color: #fff;
}
.pagination-wrapper .nav-links{
    line-height: 45px;
}
#not-found-box{
    width: 100%;
    background: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    text-align: center;
    padding-bottom: 30px;
}
body.dark-mode #not-found-box{
    background: var(--dark-mode-bg);
}
#not-found-box img{
    width: 120px;
    display: inline-block;
    margin: 30px 0;
}
#not-found-box p{
    display: block;
    font-size: 16px;
}
body.dark-mode #not-found-box p{
    color: #fff
}
#taxonomy-page-title{
    display: table;
    margin: 0 auto;
}
#taxonomy-page-title h1{
    color: var(--primary-color);
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 25px;
}
#mwy-musicina-footer{
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 -5px 10px rgba(0,0,0,0.03);
}
body.dark-mode #mwy-musicina-footer{
    background: var(--dark-mode-bg);
}
.footer-links{
    padding: 15px 0;
    line-height: 25px;
}
.footer-links .footer-menus ul li{
    display: inline-block;
    margin-left: 10px;
}
.footer-links .footer-menus ul li:after{
    content: '/';
    margin-right: 10px;
    color: #000
}
body.dark-mode .footer-links .footer-menus ul li:after{
    color: #fff;
}
.footer-links .footer-menus ul li:last-child{
    margin-left: 0;
}
.footer-links .footer-menus ul li:last-child:after{
    content: unset;
}
.footer-links .footer-menus ul li a{
    color: #000;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
}
.footer-links .footer-menus ul li a:hover,body.dark-mode .footer-links .footer-menus ul li a:hover{
    color: var(--primary-color);
}
body.dark-mode .footer-links .footer-menus ul li a{
    color: #fff
}
.footer-links .footer-socials ul li{
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 20px;
}
#footer-telegram{
    margin-left: 3px;
    background: linear-gradient(120deg, #0088cc, #86b9dc);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#footer-instagram{
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-copyright{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 22px 0;
}
body.dark-mode .footer-copyright{
    color: #fff
}
.footer-copyright p{
    line-height: 25px;
}
.footer-copyright a{
    color: var(--primary-color)
}
.mobile-site-menu,.handle-mobile-menu{
    display: none;
}
.widget_search .wp-block-search__input{
    -webkit-appearance: initial;
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important;
}
.widget_search button{
    border: 1px solid #ccc;
    padding: 12px 10px;
    margin-right: 10px;
    word-break: normal;
}
.wp-default-widget .wp-block-latest-comments__comment-meta{
    line-height: 1.8;
}
.elementor-sidebar-item{
    margin-bottom: -5px !important;
}
@media only screen and (max-width: 1399px){
    .music-item-content img{
        width: auto;
        height: auto;
    }
    .related-music-item img{
        height: 108px;
    }
}
@media only screen and (max-width: 1199px){
    #popular-musics .d-grid{
        grid-template-columns: repeat(4,1fr);
    }
    .logo-menu .site-menu ul li{
        margin-right: 10px;
    }
    #related-music-content{
        grid-template-columns: repeat(2,1fr);
    }
    .related-music-item img{
        height: 196px;
    }
}
@media only screen and (max-width: 991px){
    #popular-musics .d-grid{
        grid-template-columns: repeat(3,1fr);
    }
    .site-menu{
        display: none !important;
    }
    .mobile-site-menu,.handle-mobile-menu{
        display: unset !important
    }
    .handle-mobile-menu{
        height: 21px;
        position: relative;
        top: 25px;
        font-size: 24px;
        right: 10px;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }
    body.dark-mode .handle-mobile-menu{
        color: #fff
    }
    .mobile-site-menu{
        position: fixed;
        right: -280px;
        width: 280px;
        height: 100dvh;
        background: rgba(0,0,0,0.95);
        z-index: 999;
        transition: right ease-in-out 0.3s;
    }
    body.dark-mode .mobile-site-menu{
        background: rgba(255,255,255,0.95);
    }
    .mobile-site-menu.show{
        right: 0;
    }
    .mobile-site-menu > div{
        margin-top: 15px;
    }
    .mobile-site-menu ul li a{
        display: block;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding: 15px 0;
        transition: all ease-in-out 0.3s;
    }
    .mobile-site-menu ul li a:hover{
        background: #fff;
        color: var(--primary-color)
    }
    body.dark-mode .mobile-site-menu ul li a{
        color: #000;
    }
    body.dark-mode .mobile-site-menu ul li a:hover{
        color: #fff;
        background: var(--dark-mode-bg);
    }
    .close-mobile-menu{
        cursor: pointer;
        padding: 10px;
        position: absolute;
        left: 5px;
        top: 5px;
        font-size: 17px;
        color: var(--primary-color);
    }
    .pagination-wrapper{
        margin-bottom: 15px;
    }
    .elementor-widget-container .pagination-wrapper{
        margin-bottom: 0;
    }
    #theme-style{
        margin-left: 0;
    }
    .header-search{
        display: none;
    }
    .mobile-site-menu .header-search{
        display: table;
        margin: 50px auto 0;
        width: 92%;
    }
    .mobile-site-menu .header-search input{
        border: 0;
        width: 100%;
    }
    #popular-musics h3{
        font-size: 18px;
    }
    #related-music-content{
        grid-template-columns: repeat(4,1fr);
    }
    .related-music-item img{
        height: 146px;
    }
    .col-lg-3 .elementor-widget-container .wp-default-widget:last-child{
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 767px){
    #iran-rules{
        overflow-x: hidden;
    }
    #iran-rules:after{
        left: -30px
    }
    #download-box{
        width: 90%;
        margin-right: 5%;
    }
    .related-music-item img{
        height: 101px;
    }
}
@media only screen and (max-width: 575px){
    #popular-musics .d-grid{
        grid-template-columns: repeat(3,1fr);
    }
    #singer-profile-content{
        display: block !important;
        text-align: center;
    }
    #singer-details{
        margin-right: 0 !important;
    }
    #singer-profile img{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 500px){
    #popular-musics .d-grid{
        grid-template-columns: repeat(2,1fr);
    }
    #download-box{
        width: 100%;
        margin-right: 0;
    }
    #related-music-content{
        grid-template-columns: repeat(2,1fr);
    }
    .related-music-item img{
        height: auto;
    }
}
@media only screen and (max-width: 350px){
    .music-item-categories a{
        padding: 5px 10px;
    }
}
