*,
*::before,
*::after {
    box-sizing: border-box;
}

@-ms-viewport {
    width: device-width;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}
* {
    -webkit-tap-highlight-color: transparent;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #fff;
    font: 300 12px IRANSans, Segoe Ui, tahoma;
    direction: rtl;
    text-align: right;
    overflow-y: scroll;
}

ul,
li {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
}

label {
    width: 100%;
    display: block;
    margin: 6px 0;
    color: #525252;
}

input,
select,
textarea,
button {
    width: 100%;
    color: #43474c;
    padding: 10px;
    font: 300 12px IRANSans, Segoe Ui, tahoma;
    transition: 0.3s;
    outline: none;
    border: 1px solid #d6d6d6;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    border: 1px solid #7c8b9a;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #ffffff;
    -webkit-text-fill-color: #5d5d5d;
    -webkit-box-shadow: 0 0 0px 1000px #ebedf0 inset;
}
.align_right {
    text-align: right;
    direction: rtl;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

textarea {
    resize: none;
}

i {
    font-style: normal;
}

::selection {
    background: #010102;
    color: #a4b2bd;
}

.white ::selection {
    background: rgba(0, 0, 0, 0.10196078431372549);
    color: #000;
}
img {
	display:block;
}
figure {
	padding:0;
	margin:0;
}

/* End Reset */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
body * {
    scrollbar-color: gray white;
    scrollbar-width: thin;
}
body *::-webkit-scrollbar {
  width: 4px;
    height: 3px;  
}
body *::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
  visibility:hidden;
  opacity:0;
  transition:0.2s;
}
body *:hover::-webkit-scrollbar-thumb {
  visibility:visible;
  opacity:1;
}
body *::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 20px;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/IRANSansWeb_Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
   font-display: swap;
    src: url('fonts/fa-light-300.ttf') format('truetype');
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.flx {
    display: flex;
    align-items: center;
}


/* Start */

.topheader {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #EEE;
    z-index: 9;
    padding: 14px 15px 0 22px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}
.topheader h1 {
    display:none;
}
.topheader.mobile {
    display:none;
}
.topheader.mobile .icons {
	display: flex;
	justify-content: space-between;
}
.topheader.mobile .far.fa-bars {
	font-size: 23px;
	padding: 7px 13px;
	margin-left: 1px;
}
.topheader.mobile .far {
	color: #000000;
	padding: 7px 15px;
	font-size: 21px;
	margin-right: 10px;
}	
.topheader .genres ul {
    display: flex;
    margin-top: -6px;
}
.topheader .genres ul li {
    position:relative;
    padding:13px 0;
}
.topheader .genres ul li ul {
    width:200px;
    background:#fff;
    display:block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12156862745098039);
    position: absolute;
	transform: translate(0,-15px);
	transition:0.3s;
	visibility:hidden;
	opacity:0;
	top:45px;
}
.topheader .genres ul li:hover ul {
	transform: translate(0,0);
	visibility:visible;
	opacity:1;
}
.topheader .genres ul li ul a {
    padding:10px;
    display:block;
    border-radius:0;
    margin: 0;
}
.topheader .genres ul li a {
    text-decoration: none !important;
    color: #0a0a0a;
    padding: 3px 14px;
    border-radius: 30px;
    margin-left: 3px;
    transition: 0.3s;
    border-radius: 4px;
}

.topheader .genres ul li a:hover {
    color: #1f1f1f;
    background: #eaecf3;
}
.topheader .genres ul li ul li {
  padding: 3px;
  border-bottom:1px solid #f1f1f1;
}
.topheader .genres ul li ul li a {
  padding: 5px;
  padding-right:20px;
}
.topheader .genres ul li ul li:hover a {
    padding-right:30px;
}
.topheader .leftone {
    display: flex;
    width: 40%;
    justify-content: flex-end;
}

.topheader .right {
    display: flex;
    height: max-content;
}

.topheader .mobile {
    padding-top: 10px;
    margin-left: 11px;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 35px;
    height: 35px;
    color: #FFF;
}

.topheader .mobile:before {
    content: '';
    background: #E91E63;
    box-shadow: 0 0 10px #e91e6342;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 2px;
    margin-left: auto;
    margin-right: auto;
}

.topheader .mobile:after {
    content: '';
    animation: ping 2s ease-in-out infinite both;
    background: #E91E63;
    box-shadow: 0 0 10px #e91e6342;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 2px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes ping {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}

.topheader .dropdown {
    position: absolute;
    width: 300px;
    right: -15px;
    top: 50px;
    background: #FFF;
    padding: 9px;
    border-radius: 7px;
    box-shadow: 0 -11px 10px rgba(0, 0, 0, 0.058823529411764705);
    z-index: 9;
    color: #6f6f6f;
    text-align: justify;
    display: none;
}

.topheader .dropdown:after {
    bottom: 100%;
    right: 9%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -10px;
}

.topheader .dropdown .number {
    background: #7b8ca0;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    direction: ltr;
    margin-top: 10px;
}

.topheader .right .upload {
    padding: 6px 20px;
    height: max-content;
    border-radius: 30px;
    margin-left: 14px;
    transition: 0.3s;
    color: #FFF;
    box-shadow: 0 2px 10px rgba(230, 19, 118, 0.21960784);
    background: rgba(234, 13, 142, 1);
    background: rgb(219, 146, 189)nt(45deg, rgba(234, 13, 142, 1) 0%, rgba(247, 33, 104, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(234, 13, 142, 1)), color-stop(100%, rgba(247, 33, 104, 1)));
    background: -webkit-linear-gradient(45deg, rgba(234, 13, 142, 1) 0%, rgba(247, 33, 104, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(234, 13, 142, 1) 0%, rgba(247, 33, 104, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(234, 13, 142, 1) 0%, rgba(247, 33, 104, 1) 100%);
    background: linear-gradient(45deg, rgba(234, 13, 142, 1) 0%, rgba(247, 33, 104, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea0d8e', endColorstr='#f72168', GradientType=1);
}

.topheader .right .upload:hover {
    box-shadow: none;
}

.topheader .right form {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #ebedf0;
    border-radius: 30px;
}

.topheader .right form input[type=text] {
    padding: 7px 15px;
    border: 1px solid transparent;
    width: 100%;
    transition: 0.3s;
    font: normal 12px IRANSans;
    background: transparent;
    color: #414d5d;
}
.topheader.mobile .right form input[type=text] {
        padding: 13px 15px;
}
.topheader .right form button {
    border: 0;
    background: transparent;
    width: auto;
    color: #949ca7;
    cursor: pointer;
    transition: 0.3s;
    padding: 3px 6px 0 6px;
}
.topheader .right form button i {
    padding: 8px;
}
.topheader .right form button i.loading::before {
    content: "\f3f4";
}

.topheader .right form button:hover {
    color: #09131f;
}

.topheader .right form input[type=text]::placeholder {
    color: #8796ab;
}

.topheader .left {
    height: max-content;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 10px;
}

.topheader .left .links {
    border-right: 1px solid #d6d9dc;
    padding-top: 4px;
}

.topheader .left .links a {
    color: #66788a;
    margin-right: 10px;
}

.topheader .left .links a i {
    margin-right: 5px;
}

.topheader .left .theme {
    padding: 5px 7px;
    border-radius: 5px;
    margin: 0 8px;
    background: #eab71b;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
}
.topheader.mobile .left .theme {
    background: transparent;
    margin: 0;
    padding: 0;
}
.dark .topheader.mobile .left .theme .far.fa-lightbulb-on:before {
    content: "\f673";
}
.topheader .left.mob {
    font-size: 14px;
    display: none;
}

.topheader .left.mob .theme {
    margin: 0 10px;
}

.topheader .left.mob .loginicon {
    margin-top: 0;
    padding: 5px 10px;
}

.topheader .loginicon {
    color: #fff;
    margin-top: 8px;
    display: none;
}

.menu {
    width: 15%;
    height: 100%;
    position: fixed;
    right: 0;
    background: #f7f7f7;
    text-align: center;
    padding-top: 60px;
    z-index: 5;
    overflow-y: auto;
}

.menu .title {
    color: #909090;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.menu nav {
    margin-top: 25px;
    margin-bottom: 15px;
}

.menu nav li {
    color: #6c6c6c;
    display: flex;
    padding: 9px;
    transition: 0.3s;
    position: relative;
    border-right: 2px solid transparent;
    cursor: pointer;
}

.menu nav li:hover {
    border-right: 2px solid #ff4b5e;
    color: #000;
}

.menu li span {
    font-size: 12px;
    display: inline-block;
    margin-right: 15px;
}

.menu li i {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-top: 5px;
}

.menu nav li:hover span {
    visibility: visible;
    opacity: 1;
    right: 63px;
}

.menu:hover li,
.menu .social {
    text-align: right;
}

.menu .extendmenu {
    display: block;
    cursor: pointer;
    color: #7d7d7d;
}

.menu .extendmenu:hover {
    color: #000000;
}

.menu .social img {
    width: 12px;
    height: 15px;
	display: inline;
}

.menu nav li a {
    color: #6c6c6c;
}

.logo img {
    margin-top: -2px;
    width: 39px;
    height:auto;
}

.logo_menu {
    display: flex;
    width: 75%;
}

.topheader .logoholder {
    flex: 1;
}

.topheader .genres {
    flex: 3;
}

.sidebar {
    width: 21%;
    height: 100%;
    position: fixed;
    right: 65px;
    top: 60px;
    z-index: 1;
    background: #131c25;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.05);
    padding-top: 20px;
}

.sidebar .sect .title {
    font-size: 13px;
    font-weight: bold;
    color: #6f6f6f;
    padding: 0 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.sidebar .sect .title a {
    color: #858585;
    transition: 0.3s;
}

.sidebar .sect .title a:hover {
    color: #ff2757;
}

.sidebar .sect.artists ul li {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}

.sidebar .sect.artists ul li:hover {
    background: #1b242d;
}

.sidebar .sect.artists ul li .cover,
.single .artist .vcard .cover {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    background: #19232d;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: relative;
	transition:0.2s;
}
.single .artist .vcard .cover {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: 0 0;
    box-shadow: 0 42px 16px -34px rgba(0, 97, 109, 0.38823529411764707);
}
.single .artist .vcard .cover img {
    width: 100%;
    height: auto;
}
.sidebar .sect.artists ul li .cover:before {
    content: "\f007";
    position: absolute;
    top: 40%;
    right: 40%;
    z-index: 0;
    font-size: 15px;
    color: #afafaf;
}

.sidebar .sect.artists ul li .cover img{
    width: 100%;
    position: absolute;
    height: auto;
}

.sidebar .sect.artists ul li .info {
    margin: 10px;
    color: #8796ab;
}

.sidebar .sect.artists ul li .info .stats {
    margin-top: 5px;
    color: #8e8e8e;
}

.sidebar .sect.artists ul li .info .stats span {
    margin-left: 10px;
    font-size: 12px;
    color: #586877;
}

.sidebar .sect.artists ul li .follow {
    font-size: 11px;
    color: #8796ab;
    border: 1px solid #273340;
    border-radius: 30px;
    padding: 5px 15px;
    height: max-content;
    margin-top: 14px;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.sidebar .sect.artists ul li .follow:hover {
    border: 1px solid #3e5a73;
}

.sidebar .sect.artists ul li .follow.active {
    color: #2196F3;
    border: 1px solid #2196F3;
}

.sidebar .copyright {
    color: #5e7286;
    padding: 15px;
    line-height: 25px;
}

.sidebar .copyright a {
    color: #464646;
}
.partner {
    margin:1rem 0;
}
.partner img {
    width: 100%;
    border-radius: 16px;
}
.content {
    float: left;
    width: 74%;
    margin-top: 80px;
    padding-right: 10px;
    padding-bottom:65px;
}
.content.nosidebar {
    width: 85%;
    margin-top: 3rem;
    padding-right: 0px;
}
.content.archive {
    margin-top: 15rem !important;
}
.latests {
  margin-top: 0rem !important;
}
.content.nosidebar.playlists_container {
    margin-top:48px;
}
.content.nosidebar.index , .content.archive {
    padding-right: 25px;
    padding-left: 25px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-stage {
    position: relative;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}


.playlist .item {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.playlist .item img {
    width: 100%;
    height: auto;
}

.playlist .owl-item {
    padding: 5px 5px 15px 5px;
}

.playlist .item .title {
    width: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background-image: linear-gradient(to left, rgba(55, 24, 102, 0.8), rgba(0, 0, 0, 0));
    padding: 10px;
}

.playlist .item .title h5 {
    color: #fff;
    margin-top: 50%;
    font-size: 17px;
}

.playlist .item .title span {
    color: #fff;
    display: block;
    margin-top: 10px;
    direction: rtl;
}

.playlist .item .title span:after {
    content: "\f001";
    padding-left: 10px;
}

.playlist .item .title .icons div {
    padding-left: 10px;
}

.playlist .item .title .icons div i {
    padding-left: 8px;
}

.owl-carousel .owl-nav div {
    margin: 5px;
    color: #8796ab;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

.owl-carousel:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
}

.owl-nav div:hover {
    color: #e91e63 !important;
}

.owl-nav div.owl-prev,
.owl-nav div.owl-next {
    position: absolute;
    top: 34%;
    right: -24px;
    background: #FFF;
    box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.21);
    border-radius: 100%;
    width: 40px;
    height: 41px;
    text-align: center;
    padding-top: 12px;
}
.indexheaders .owl-nav div.owl-next,.indexheaders .owl-nav div.owl-prev {
	top: 45% !important;
}
.indexplaylists .owl-nav div.owl-prev,
.indexplaylists .owl-nav div.owl-next {
	top: 46% !important;
}
.owl-nav div.owl-next {
    right: auto;
    left: -24px;
}

.owl-dots {
    position: absolute;
    top: -30px;
    left: 3%;
    width: 7%;
    display: flex;
    justify-content: center;
}

.owl-dots .owl-dot {
    width: 7px;
    height: 7px;
    background: #b5b5b5;
    border-radius: 100%;
    margin-right: 5px;
    transition: 0.3s;
    cursor: pointer;
}

.owl-dots .owl-dot.active {
    background: #fd2b67;
}

.insta .owl-item {
    padding: 8px;
}

.insta .item {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.1);
}

.insta .item a {
    width: 100%;
    display: block;
    position: relative;
}

.insta .item img.cover {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 11px;
    padding: 7px;
    overflow: hidden;
}

.insta .item img.avatar {
    width: 40px;
    height: auto;
    position: absolute;
    bottom: -10px;
    right: 10px;
    border-radius: 100%;
    border: 3px solid #fff;
}

.insta .item h2 {
    font-size: 12px;
    margin: 27px 10px 10px;
    color: #2b2b2b;
}

.insta .item .stats {
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.insta .item .stats span.far {
    cursor: pointer;
}

.insta .item .stats span.far:before {
    padding-right: 5px;
}

.player {
    width: 100%;
    height: 65px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: flex;
    z-index: 100;
    justify-content: left;
    font-size: 15px;
    direction: ltr;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    color: #545454;
    box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.07);
    border-top: 1px solid #eaeaea;
}
.player .upper {
  position:absolute;
  top:-25px;
  left:25px;
  padding:4px 25px;
  width: auto;
  background:#fff;
  text-align: center;
  cursor:pointer;
  box-shadow: 0px -5px 5px rgba(0,0,0,0.2);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  height: 36px;
  z-index: -1;
  transition:0.2s;
}
.player .upper .far {
  width:auto;
  font-size: 20px;
  color:red;
}
.player * {
    width: 3%;
    text-align: center;
    height: max-content;
}

.player .far {
    cursor: pointer;
    transition: 0.3s;
}
.player .dj.active:before {
    content: "\f51f";
    padding: 7px;
    border-radius: 100%;
    color: #ff2c2c;
}
.player .play {
    color: #fff;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgba(255, 13, 86, 1);
    background: -moz-linear-gradient(left, rgba(255, 13, 86, 1) 0%, rgba(255, 2, 61, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 13, 86, 1)), color-stop(100%, rgba(255, 2, 61, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 13, 86, 1) 0%, rgba(255, 2, 61, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 13, 86, 1) 0%, rgba(255, 2, 61, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 13, 86, 1) 0%, rgba(255, 2, 61, 1) 100%);
    background: linear-gradient(to right, rgba(255, 13, 86, 1) 0%, rgba(255, 2, 61, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0d56', endColorstr='#ff023d', GradientType=1);
    box-shadow: 0 4px 14px rgba(255, 4, 65, 0.2);
    position: relative;
}

.player .play:hover {
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(255, 4, 65, 0.39);
}

.player .play:before {
    position: absolute;
    left:0;
    right:0;
    top: 36%;
}

.player .fa-spinner {
    animation-iteration-count: infinite;
    animation-name: loading;
    animation-duration: 2s;
}

.player .far:hover {
    color: #ff094b;
}

.player .seekbar,
.player .volume {
    width: 36%;
    height: 3px;
    background: #e2e2e2;
    margin: 8px;
    cursor: pointer;
    border-radius: 20px;
    z-index: 9;
    position: relative;
}

.player .seekbar {
    margin-left: 25px;
}

.player .seekbar:before,
.player .seekbar:after,
.player .volume:before,
.player .volume:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 10px;
}

.player .seekbar:after,
.player .volume:after {
    bottom: auto;
    top: 0px;
}

.player .seekbar .mover,
.player .volume .mover {
    width: 0%;
    height: 100%;
    background: #ff094b;
    cursor: pointer;
}

.player .seekbar .mover span,
.player .volume .mover span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    float: right;
    border: 2px solid #ff0544;
    background: #ff0645;
    margin: -8px -3px 0 0;
}

.player .volume {
    width: 10%;
}

.player .volume .mover {
    width: 100%;
}

.player .shower {
    width: 15%;
    display: flex;
    position: absolute;
    right: 71px;
}

.player .shower a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.player .shower a img {
    width: 100%;
    height: auto;
}

.player .shower span {
    display: block;
    width: 75%;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    color: #5b6c84;
}

.player .shower span strong,.player .shower span b {
    display: block;
    width: auto;
    text-align: right;
    color: #8796ab;
}

.player .lists {
    background: #ffffff;
    width: 4.8%;
    height: 100%;
    padding-top: 29px;
    cursor: pointer;
    font-size: 17px;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: 0s;
}

.player .timer,
.player .time {
    font-size: 12px;
}
.player_tracks {
    width: 100%;
    position: fixed;
    bottom: -9999px;
    background: #ffffff;
    right: 0px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.06);
    z-index: 99;
    opacity: 0;
    padding-bottom: 65px;
}
.player_tracks .tracks_content .musics_tracks {
    width: 70%;
    padding: 3% 2% 3% 0%;
}
.player_tracks .tracks_content {
    display: flex;
}
.player_tracks .tracks_content .musics_tracks .title {
    display: flex;
	align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
}
.player_tracks .tracks_content .musics_tracks .select {
    padding:7px 35px;
    height:max-content;
    border-radius:5px;
    background:#eee;
    cursor:pointer;
    position: relative;
    transition:0.2s;
	border: 1px solid transparent;
}
.player_tracks .tracks_content .musics_tracks .select i {
    margin-left:5px;
}
.player_tracks .tracks_content .musics_tracks .select:hover {
    background: #fff;
    border: 1px solid #d0d0d0;
}
.player_tracks .tracks_content .musics_tracks .select ul {
   position:absolute;
   box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.08);
   border:1px solid #eaeaea;
   background:#fff;
   border-radius:4px;
   width:400px;
   right: 0;
   top: 45px;
   padding:10px;
   z-index: 9999999;
   display:none;
   flex-wrap:wrap;
}
.player_tracks .tracks_content .musics_tracks .select ul:after {
	bottom: 100%;
	right: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}
.player_tracks .tracks_content .musics_tracks .select ul li {
    width:50%;
    padding: 7px;
    transition:0.2s;
    border-radius: 4px;
    margin-bottom: 5px;
    position:relative;
}
.player_tracks .tracks_content .musics_tracks .select ul li.active:after {
    content:'\f00c';
    font-family: 'Font Awesome 5 Pro';
    position:absolute;
    left:8%;
    top:10px;
}
.player_tracks .tracks_content .musics_tracks .select ul li:hover {
    background:#eee;
}
.player_tracks .tracks_content .musics_tracks .title select {
    width:15%;
    border-radius: 4px;
    padding: 4px;
}
.player_tracks .tracks_content .musics_tracks .title .listinfo {
    padding: 10px;
}
.player_tracks .tracks_content .musics_tracks .title .listinfo .current {
    font-weight: bold;
    border-left: 1px solid #e0e0e0;
    margin-left: 10px;
    padding-left: 10px;
}
.player_tracks .tracks_content .musics_tracks .title .listinfo .count {
	
}
.player_tracks .tracks_content .musics_tracks .tracklists {
	overflow-y: scroll;
    overflow-x: hidden;
    height: auto;
    position: absolute;
    top: 126px;
    width: 68%;
    z-index: 99999;
    bottom: 70px;
}
.player_tracks .tracks_content .musics_tracks .musicrow {
    display: flex;
    border-bottom: 1px solid #EEE;
    padding: 6px 10px 6px;
    transition:0.2s;
}
.player_tracks .tracks_content .musics_tracks .musicrow:hover,.player_tracks .tracks_content .musics_tracks .musicrow.playing {
    background:#e6e6e6;
}
.player_tracks .tracks_content .musics_tracks .musicrow .img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    background: #000;
	cursor:pointer;
}
.player_tracks .tracks_content .musics_tracks .musicrow:hover .img {
	border-radius: 100%;
}
.player_tracks .tracks_content .musics_tracks .musicrow .img span {
    position:absolute;
    right: 0;
    left: 0;
    fill: #FFF;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 9px;
    cursor: pointer;
    font-size:12px;
    visibility:hidden;
}
.player_tracks .tracks_content .musics_tracks .musicrow .img span svg {
    width:14px;
    cursor: pointer;
}
.player_tracks .tracks_content .musics_tracks .musicrow:hover .img span,.player_tracks .tracks_content .musics_tracks .musicrow.playing .img span {
    visibility:visible;
}
.player_tracks .tracks_content .musics_tracks .musicrow img {
    width: 100%;
    height: auto;
}
.player_tracks .tracks_content .musics_tracks .musicrow:hover img {
    opacity:0;
}
.player_tracks .tracks_content .musics_tracks .musicrow .name {
    flex: 2;
    padding: 8px 10px;
   }
   .player_tracks .tracks_content .musics_tracks .musicrow .name a {
       color: inherit;
   }
.player_tracks .tracks_content .musics_tracks .musicrow .artist {
    flex: 2;
    padding: 7px 10px;
}
.player_tracks .tracks_content .musics_tracks .musicrow .artist a {
     color: #000;
}
.player_tracks .tracks_content .musics_tracks .musicrow .artist a:hover {
    color:#ff0443;
}
.player_tracks .tracks_content .musics_tracks .musicrow .actions {
    padding: 3px 10px;
}
.player_tracks .tracks_content .musics_tracks .musicrow .actions span {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
    transition:0.2s;
    position: relative;
    padding: 7px;
}
.player_tracks .tracks_content .musics_tracks .musicrow .actions span:hover {
    color:#ff0545;
	background: #FFF;
}
.player_tracks .tracks_content .musics_tracks .musicrow .actions span b {
    position:absolute;
    padding: 5px 15px;
    background: #000000;
    color: #FFF;
    font-family: IRANSans;
    font-size: 10px;
    font-weight: normal;
    border-radius: 3px;
    width: 100px;
    text-align:center;
    transition:0.2s;
    left: -39px;
    visibility: hidden;
    opacity: 0;
    transform: translate(0px, 0px);
}
.player_tracks .tracks_content .musics_tracks .musicrow .actions span:hover b {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, -32px);
}
.player_tracks .tracks_content .musics_tracks .musicrow .actions span b:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 4px;
	margin-left: -4px;
}
.player_tracks .tracks_content .music_info {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding-top: 1%;
	position: fixed;
    left: 0;
}
.player_tracks .tracks_content .music_info .cover {
    padding: 8% 8% 3%;
}
.player_tracks .tracks_content .music_info .cover img {
       width: 75%;
    margin: 0 auto;
    height: auto;
    box-shadow: 0 0 10px #0003;
    border-radius: 4px;
}
.player_tracks .tracks_content .music_info .info {
	
}
.player_tracks .tracks_content .music_info .info .name {
    font-size: 17px;
    font-weight: bold;
}
.player_tracks .tracks_content .music_info .info .artist {
    font-size: 14px;
    color: #000;
	margin: 8px;
    display: inline-block;
}
.player_tracks .tracks_content .music_info .info .artist:hover {
    color:#ff0443;
}
.player_tracks .tracks_content .music_info .info .actionsbtn {
	
    margin-top: 10px;
}
.player_tracks .tracks_content .music_info .info .actionsbtn span,.player_tracks .tracks_content .music_info .info .actionsbtn a {
    font-size: 15px;
    margin: 0 10px;
    cursor: pointer;
    transition:0.3s;
    color: inherit;
}
.player_tracks .tracks_content .music_info .info .actionsbtn span:hover,.player_tracks .tracks_content .music_info .info .actionsbtn a:hover {
    color:#ff0747;
}


.single .post {
    margin: 15px 0;
    display: flex;
}

.single .post .cover {
    width: 27%;
    position:relative;
}

.single .post img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.single .post .infos {
    width: 73%;
    padding: 15px;
    position: relative;
}
.single .post .breadcrumb span {
    width: auto !important;
}
.single .post .title {
    display: flex;
    justify-content: space-between;
}

.single .post .infos h2 {
    font: normal 14px IRANsans, tahoma;
    color: #2c2f31;
    font-size: 14px;
    margin-bottom: 20px;
}

.single .post .infos h2 b {
    font-weight: bold;
    display: block;
    font-size: 17px;
}
.single .post .infos h1 a {
    color:inherit;
    font-weight: bold;
}
.single .post .infos .en {
    text-align: left;
    direction: ltr;
}

.single .post .infos .en h1 {
    color: #a0a6ab;
    font-size: 14px;
    font-weight: normal;
}

.single .post .infos .en stong {
    font-weight: bold;
    display: block;
    font-size: 15px;
}

.single .post p {
    color: #495565;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    padding: 6px 0;
}
.single .post p span {
    width:100px;
    display: inline-block;
}
.single .post p a {
    
}
.single .post .descriptions {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.single .post .downloadbox {
    position: absolute;
    border-top: 1px solid #EEE;
    width: 100%;
    padding-top: 8px;
    bottom:0;
}

.single .post .lyrics {
    width:48%;
    font-size: 12px;
    color: #3c4552;
    height: auto;
    overflow-y: scroll;
    position: absolute;
    margin-bottom: 11px;
    line-height: 29px;
    text-align: center;
    padding: 0 12px;
    left: 0px;
    bottom: 65px;
    top: 90px;
}
.single .post .lyrics h2 {
    font-size: 12px;
    color: #3c4552;
    font-weight:normal;
}
.single .post .lyrics h2 a {
        color: inherit;
}
.single .post .lyrics button {
	display: inline-block;
    width: auto;
    float: left;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px 10px;
}
.single .post .lyrics button:hover {
	background:#fff;
}
.single .post .descriptions .details {
    position: absolute;
    top: 85px;
    bottom: 80px;
    overflow: auto;
    width: 50%;
}
.single .post .descriptions .details.album {
  width:100%;
}
.single .comments p.form-submit {
    padding: 0 !important;
}
.single .comments .comments_holder {
	max-height: 300px;
	padding: 0 10px;
	position: relative;
	overflow-y: hidden;
}
.single .comments .comments_holder .showmore {
    display:none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #e8ecef;
    color: #556571;
    padding: 14px 22px;
    border-radius: 40px;
    font-size: 13px;
    box-shadow: 0 -30px 22px rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    transition:0.2s;
}
.single .comments .comments_holder .showmore:hover {
    background: #d7dfe4;
}
.single .comments .log {
    width: 100% !important;
    margin-bottom: 12px !important;
}
.single .post .lyrics .morelyrics {
    position: absolute;
    background: #0b1015;
    bottom: -11px;
    width: 100%;
    padding: 10px;
    text-align: center;
    box-shadow: 0 -19px 48px #0d1319;
    display: flex;
}

.single .post .lyrics .morelyrics span {
    background: #1e2731;
    color: #8e99af;
    padding: 2px 35px;
    border-radius: 65px;
    transition: 0.3s;
    cursor: pointer;
}

.single .post .lyrics .morelyrics span:hover {
    background: #424b5f;
}

.single .post .lyrics p {
    margin: 0 !important;
    text-align: center;
    display: block;
    padding: 0;
}
.single .post .lyrics p a {
    margin: 0;
    font-weight: normal;
}
.single .post .lyrics p a:hover {
    font-weight: normal;
}
.single .post p b {
    color: #8796ab;
}

.single .post p a {
    color: #2f3844;
    margin-right: 5px;
}
.single .post p a:hover {
    font-weight:bold;
}

.single .post hr {
    border: none;
    background: #0000004f;
    width: 100%;
    height: 1px;
    margin: 10px 0;
    display: block;
}
.single .post span.playme {
    display: inline-block;
    padding: 13px 25px;
    border-radius: 5px;
    margin: 10px 0 0;
    cursor: pointer;
    transition: 0.3s;
    background:linear-gradient(45deg,#15d64b,#10b53f);
    color: #fff;
    box-shadow: 0px 0px 10px rgba(20, 194, 71, 0.3);
}
.single .post span.playme:hover {
	opacity:0.8;
}
.single .post .infos a.download {
	display: inline-block;
	padding: 13px 25px;
	border-radius: 5px;
	margin: 0px 9px;
	cursor: pointer;
	transition: 0.3s;
	background: #fff;
	color: #000;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
}
.single .post span.playme i,
.single .post .infos a.download i,
.artist .artistcontent .newest .playme i {
    font-family: IRANSans;
}

.single .post .infos a.download:hover,
.artist .artistcontent .newest .download:hover {
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.16);
}

.single .post span.playme:before,
.single .post .infos a.download:before,
.artist .artistcontent .newest a.download:before {
    padding-left: 10px;
}

.single .post .infos a.download,
.artist .artistcontent .newest .download {
    color: #252525;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/*.single .seekbar {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}
*/
.single .seekbar img {
    width: auto;
    height: auto;
}

.single .seekbar .mover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    overflow: hidden;
}

.single .seekbar .mover .keeper {
    float: left;
}

.single .seekbar .timer,
.single .seekbar .time {
    position: absolute;
    top: 50%;
    right: 0px;
    background: rgba(0, 0, 0, 0.8);
    padding: 3px;
    color: #ededed;
}

.single .seekbar .time {
    left: 5px;
    right: auto;
    background: rgba(255, 255, 255, 0.8);
    color: #6d6d6d;
}

.single .seekbar .shadow {
    position: absolute;
    top: 93%;
}

.single .seekbar .shadow img {
    transform: rotateX(180deg);
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.single .seekbar .shadow .keeper {
    height: 25px;
    overflow: hidden;
    position: relative;
}

.single .infobar {
    width: 100%;
    height: auto;
    padding: 10px;
}

.single .infobar span {
    display: inline-block;
    color: #2e3642;
    margin: 8px;
}

.single .infobar span i {
    padding-left: 10px;
}

.single .infobar .left {
    float: left;
	display:flex;
}
.single .infobar .left .star_rating {
    margin-top: 7px;
    margin-right: 10px;
}
.single .infobar .left span {
    color: #2e3642;
    cursor: pointer;
    transition: 0.2s;
}

.single .infobar .left span:hover {
    color: #8cb0e2;
}

.single .infobar .left span b {
    font-weight:normal;
}
.single .infobar .left span i {
    padding-right: 10px;
    padding-left: 0px;
}

.single .comments {
    width: 100%;
    height: auto;
    margin: 12px 0;
    border-radius: 5px;
    padding: 17px;
    background: #fff;
    box-shadow: 0px 0px 8px rgb(231, 237, 241);
    border: 1px solid #d9e5ec;
}

.single .comments p {
    color: #000;
    padding: 5px 10px;
}

.single .comments .loginfirst {
    background: #edf5f9;
    border: 1px solid #b3d8ea;
    color: #0e5173;
    border-radius: 5px;
    padding: 14px;
    margin-bottom: 10px;    
}

.single .comments .loginfirst a {
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 4px 15px;
    margin-right: 5px;
    border: 1px solid #83b5ce;
    transition: 0.3s;
}

.single .comments .loginfirst a:hover {
    padding: 4px 24px;
}

.single .comments .comment_form {
    display: flex;
    margin-bottom: 30px;
    position:relative;
}

.single .comments .comment_form textarea {
    background: #e7ebef;
    color: #bfcde0;
    border: none;
    font: 13px IRANsans;
    border-radius: 5px;
    padding: 8px;
    height: 96px;
    width: 93%;
    transition: 0.3s;
    border: 1px solid transparent;
    order: 2;
}
.single .comments .comment_form .input_holder {
    order: 1;
}
.single .comments .comment_form .form-submit {
    order: 3;
    position: absolute;
    bottom: -48px;
    left: 2px;
}
.single .comments .comment_form textarea::placeholder {
    color: #535e6d;
}
.single .comments #respond {
    margin-bottom: 64px;
}
.single .comments .comment_form textarea:focus,.single .comments .comment_form input:focus {
    background: #ffffff;
    border: 1px solid #a4b3e0;
    color: #000;
}

.single .comments .comment_form input {
    cursor: pointer;
    border: none;
    font: 12px IRANsans;
     background: #e7ebef;
    color: #000;
    border-radius: 5px;
    padding: 12px 20px;
    margin:0 8px 8px;
    width: 94%;
    transition: 0.3s;
    border: 1px solid transparent;
}
.single .comments .comment_form .form-submit input {
    background: #3f51b5;
    color:#fff;
}
.single .comments .comment_form .form-submit input:hover {
    background: #5e7dda;
}

.single .comments hr {
    border: none;
    height: 1px;
    background: #efefef;
}

.single .comments .comment {
    width: 100%;
    border-bottom: 1px solid #efefef;
    margin-bottom: 8px;
    position:relative;
}

.single .comments .comment .vcard {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.single .comments .comment .vcard .left {
	display: flex;
}
.single .comments .comment .vcard .info {
    display: flex;
    width: 20%;
}

.single .comments .comment .vcard .info img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.single .comments .comment .vcard .info span {
    padding: 8px;
    font: 10px IRANsans;
    color: #858585;
}

.single .comments .comment .vcard .info span b {
    display: block;
    font: 12px IRANsans;
    font-weight: bold;
    color: #474747;
}

.single .comments .comment .vcard a {
    color: #868686;
    border: 1px solid #cccccc;
    border-radius: 40px;
    padding: 8px 11px;
    font-size: 12px;
    font-family: IRANSans;
    transition: 0.2s;
    height: max-content;
    margin-right: 5px;
}
.single .comments .comment .vcard a:hover {
    color: #2196F3;
    border: 1px solid #2196F3;
    background:#2196f30d;
}
.single .comments .comment .vcard a:after {
    padding-right: 8px;
    content: "\f3e5";
    font-family: 'Font Awesome 5 Pro';
}

.single .comments .comment .text {
    padding: 8px 0px;
    color: #494949;
    font-size: 12px;
    word-wrap: break-word;
}

.single .comments .comment .likes,.naghd .likes {
	text-align: left;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}
.single .comments .comment .likes {
	position:static;
}
.single .comments .comment .likes span,.naghd .likes span {
	color: #6f6f6f;
	display: inline-block;
	padding: 8px;
	cursor: pointer;
	font-family: IRANSans;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin:0 5px;
	transition:0.2s;
}
.single .comments .comment .likes span.like:hover,.naghd .likes span.like:hover {
    border: 1px solid #4CAF50;
    color: #4CAF50;
    background:#4caf500d;
}
.single .comments .comment .likes span.unlike:hover,.naghd .likes span.unlike:hover {
    border: 1px solid #ea4168;
    color: #f52253;
    background:#f522530d;
}
.single .comments .comment .likes span:before,.naghd .likes span:before {
    padding-right: 8px;
    font-family: 'Font Awesome 5 Pro';
}
.single_artist_more {
    display: flex;
    margin-bottom: 15px;
}
.single .single_artist_more .artist {
    width: 15%;
    padding: 0;
    margin-left: 1%;
    position: relative;
    background: #26c6da;
    text-align: center;
    padding: 10px;
}
.single_artist_more .offers {
    width: 85%;
}
.single_artist_more .offers.full {
    width:100%;
}
.single .artist .vcard span {
    padding: 8px 0;
    display: block;
    color: #fff;
}
.single .artist .vcard span strong {
    color: #fff;
    font-weight: bold;
    display: block;
}
.single .artist .follow {
	padding: 12px 34px;
    border-radius: 60px;
    cursor: pointer;
    font-size: 11px;
    transition: 0.3s;
    margin-top: 0;
    background: #fff;
    font-weight: bold;
    color: #515151;
    border: 1px solid #c0c0c0;
}
.single .follow.active {
    color: #71ab2f;
    border: 1px solid #8bc34a;
}
.single .artist .follow:hover {
    background: #4467cf12;
    color: #3c7fea;
    border: 1px solid #5c8ede;
}
.single .artist .vcard:hover .cover {
	filter: grayscale(1);
}
.single .artist .follow:hover {
    background: transparent;
}

.artist .avatar {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.artist .bio {
    color: #fff;
    padding: 10px;
    text-align: justify;
}
#bio .content {
  float: none;
  margin: 5px;
  width: 100%;
  padding: 3px;
  line-height: 25px;
}
.art {
	transition:0.2s;
}
.art:hover {
    transform: scale(0.9);
}
.art .av_keeper {
  width:85%;
  height:auto;
  background: #efefef;
  border-radius: 100%;
  overflow:hidden;
  margin:5px auto;
}
.art img {
  width:100%;
  height:auto;
}
.art h3 {
  font-weight: normal;
  text-align: center;
  margin-top:8px;
}
.artist .avatar .keeper {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
}

.artist .avatar.has {
    height: auto;
}

.artist h2.title {
    color: #fff !important;
}

.artist .avatar img.bg {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.artist .avatar .imavatar {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}


.artist .avatar .bottom {
    width: 100%;
    height: auto;
    padding: 30px;
    color: #fff;
    text-align: center;
    margin-top: 28%;
}

.artist .avatar .bottom h2 {
    font-weight: bold;
    font-size: 20px;
    color: #feffff;
}

.artist .avatar .bottom h3 {
    font-weight: normal;
    color: #ffffff85;
    margin: 10px 0 !important;
}

.artist .avatar .bottom .follow {
    border: 1px solid #fefefe;
    color: #fefefe;
    border-radius: 15px;
    padding: 5px 20px;
    display: inline-block;
    margin: 8px 0;
    cursor: pointer;
}

.artist .avatar .bottom .playall {
    background-image: linear-gradient(to left, #31aa36, #388125);
    padding: 5px 20px;
    border-radius: 15px;
    margin: 8px;
    cursor: pointer;
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}

.artist .avatar .bottom .playall:hover {
    opacity: 0.8;
}

.artist .avatar .bottom .icons {
    display: flex;
    justify-content: space-between;
    width: 25%;
    margin: 5px auto;
    margin-top: 50px;
}

.artist .avatar .bottom .icons span {
    color: #c2c1c6;
    text-align: center;
}

.artist .avatar .bottom .icons span i {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
}

.artist .avatar .thumbs img {
    width: 63px;
    height: 63px;
}

.artist .avatar .thumbs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab {
    font-size: 10px;
    background: #19283c;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
}

.title .tab {
    float: left;
}

.tab span {
    padding: 5px 15px;
    border-radius: 15px;
    color: #949494;
    cursor: pointer;
}

.tab span.active {
    background-image: linear-gradient(to right, #3F51B5, #673AB7);
    color: #fff;
}

.list {
    width: 100%;
    position: relative;
    height: 400px;
    overflow-y: auto;
}

.list .item {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.playlists .list {
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 400px;
    overflow-y: auto;
}

.playlists .list .title {
    width: 75%;
    margin-right: 15px;
}

.playlists .list .item .title h2,
.playlists .list .item .title h3 {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.playlists .list .item .far {
    color: #fff;
    width: 20px;
}

.playlists .item:nth-child(odd) {
    background: #222;
}

.playlists .item:nth-child(even) {
    background: #111;
}

.playlists .list .item:hover,
.playlists .list .item.playing {
    box-shadow: inset -3px 0px 0px red;
}

.addtoplaylist {
    width: 40%;
    height: 300px;
    position: fixed;
    top: 45%;
    left: 0px;
    right: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07058823529411765);
    overflow-y: auto;
    overflow-x: hidden;
    transform: scale(0);
    transition:0.4s;
}
.addtoplaylist.active {
    transform: scale(1);
}
.addtoplaylist .top {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.addtoplaylist .top .fa-times {
    font-size: 15px;
    cursor: pointer;
}
.addtoplaylist .top .fa-times:hover {
   color: #ea0d4b;
}
.addtoplaylist .top span {
    font-weight: bold;
}
.addtoplaylist ul {
    display: flex;
    flex-wrap: wrap;
    height: 58%;
    overflow-x: scroll;
    padding: 0px 10px 10px 10px;
    margin-left: 10px;
        overflow-y: auto;
    overflow-x: hidden;
}
.addtoplaylist li {
    color: #434343;
    padding: 21px;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    width: 33.333%;
    text-align: center;
    height: max-content;
}

.addtoplaylist li i {
    margin-left: 5px;
}

.addtoplaylist li i.fa-spinner-third,
.stream .center .fa-spinner-third {
    animation-iteration-count: infinite;
    animation-name: loading;
    animation-duration: 2s;
}

.addtoplaylist li i.fa-times {
    color: #fc2f2f;
}

.addtoplaylist li i.fa-check {
    color: #1d8f1d;
}

.addtoplaylist li:hover {
    background: #f3f3f3;
}

.addtoplaylist a {
    border: 1px solid #cacaca;
    padding: 9px 0;
    width: 96%;
    display: block;
    border-radius: 8px;
    text-align: center;
    color: #737278;
    font-size: 12px;
    margin-top: 8px;
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition;0.1s;
}
.addtoplaylist a:hover {
    border: 1px solid #ea0d4b;
    color: #ea0d4b;
}
.addtoplaylist:after {
    width: 0px;
    height: 0px;
    position: absolute;
    left: -18px;
    top: 45%;
    border: 10px solid transparent;
    border-right-color: #fff;
}

.addtoplaylist .close {
    position: absolute;
    top: -27px;
    right: 10px;
    background: #fff;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

#awp_loader {
    width: 0%;
    height: 4px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999999;
    background: #ff5151;
    display: none;
}

.awp_anim {
    width: 20% !important;
    animation-name: anim_loader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes anim_loader {
    0% {
        left: 0%;
    }
    50% {
        left: 80%;
    }
    100% {
        left: 0%;
    }
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#wp_page_numbers {
    margin: 30px 0;
}

#wp_page_numbers ul {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    flex-direction: row-reverse;
}

#wp_page_numbers .space {
    display: none;
}

#wp_page_numbers li.page_info {
    padding: 9px;
    color: #a8b1b9;
}

#wp_page_numbers li a {
    padding: 6px 12px;
    display: block;
    font-size: 14px;
    color: #6b757d;
    border-radius: 4px;
    transition: 0.2s;
    border: 2px solid transparent;
}

#wp_page_numbers li a:hover {
    color: #000;
}

#wp_page_numbers li.active_page a {
    background: #232c5f;
    color: #fff;
}

#wp_page_numbers li.active_page a:hover {
    background: #232c5f;
    color: #fff;
}

#wp_page_numbers li.nxt a,
#wp_page_numbers li.prv a {
    border: 2px solid #475665;
    color: #8a97a5;
}

#wp_page_numbers li.nxt a:hover,
#wp_page_numbers li.prv a:hover {
    border: 2px solid #475665;
    color: #c8d0d8;
    background: #475665;
}

#wp_page_numbers li.nxt a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f054";
    font-weight: 400;
}

#wp_page_numbers li.prv a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f053";
    font-weight: 400;
}

.content.single {padding-right: 25px;padding-left: 25px;}

.content.profile {
    color: #9ba6b7;
}

.content.profile .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.content.profile .title a {
    color: #7b8996;
}

.content.profile .cont {
    display: flex;
}

.content.profile .cont .right,
.content.profile .cont .left {
    width: 50%;
}

.content.profile .cont .left {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: space-between;
}

.content.profile .cont .right .box {
    width: 98%;
    height: 198px;
    color: #EEE;
    margin: 5px;
    padding: 25px 17px;
    text-align: center;
    border-radius: 5px;
    background: rgba(63, 61, 171, 1);
    background: -moz-linear-gradient(left, rgba(63, 61, 171, 1) 0%, rgba(113, 46, 206, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63, 61, 171, 1)), color-stop(100%, rgba(113, 46, 206, 1)));
    background: -webkit-linear-gradient(left, rgba(63, 61, 171, 1) 0%, rgba(113, 46, 206, 1) 100%);
    background: -o-linear-gradient(left, rgba(63, 61, 171, 1) 0%, rgba(113, 46, 206, 1) 100%);
    background: -ms-linear-gradient(left, rgba(63, 61, 171, 1) 0%, rgba(113, 46, 206, 1) 100%);
    background: linear-gradient(to right, rgba(63, 61, 171, 1) 0%, rgba(113, 46, 206, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3f3dab', endColorstr='#712ece', GradientType=1);
}

.content.profile .cont .right .box .avatar {
    background: #4f1faf;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 11px;
    position: relative;
}

.content.profile .cont .right .box .avatar::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f007";
    font-size: 29px;
    top: 35px;
    left: 37px;
    position: absolute;
    color: #7f57d0;
}

.content.profile .cont .right .box .name {
    font-size: 16px;
    font-weight: bold;
}

.content.profile .cont .right .box .mail {
    font-size: 13px;
    color: #ccc6d8;
}

.content.profile .cont .left .box {
    width: 48.5%;
    background: #2c3a48;
    color: #EEE;
    margin: 5px;
    padding: 25px 17px;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
}

.content.profile .cont .left .box:hover {
    opacity: 0.7;
}

.content.page .section {
    padding: 17px;
    border-radius: 6px;
    margin: 15px;
}

.content.sign .container {
    display: flex;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
}

.content.sign .section {
    width: 58%;
    margin: 10px auto;
}
.content.page.sign form {
    margin-bottom: 10px;
}
.content.sign .form .ttl {
    font-size: 14px;
    color: #3a3f44;
    margin-bottom: 20px;
}

.content.sign .section.reg {
    display: none;
}

.section.login {
    width: 40% !important;
}
.content.sign .form {
    margin-bottom:15px;
}
.content.sign .form .sign_with_google {
    padding: 10px;
    background: #2490e6;
    color: #FFF;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.content.sign .form .sign_with_google:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2771ad;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.content.sign .form .sign_with_google:hover:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(20, 9, 1);
}

.content.sign .form .sign_with_google .text {
    margin-top: 5px;
}

.content.sign .form .sign_with_google .icon {
    background: #FFF;
    padding: 8px 10px 0 10px;
    border-radius: 5px;
}

.content.sign .form .sign_with_google .icon img {
    width: 20px;
}
.section.sign form {
    margin-bottom: 10px;
}
.content.sign .form .bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
}

.content.sign .form .bottom input[type='submit'] {
    width: auto;
    padding: 10px 20px;
    font-family: IRANSans;
    cursor: pointer;
    height: max-content;
    transition: 0.3s;
    color: #ffffff;
    background: #d60049;
    border: 0;
}

.content.sign .form .bottom input[type=button]:hover {
    background: #0c1117;
}

.chklabel {
    display: block;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    margin-bottom: 11px;
}
.chklabel input:checked ~ .checkmark {
    background-color: #fff;
    border:1px solid #ea0d4b;
}
.chklabel input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.chklabel .checkmark {
    position: absolute;
    top: -1px;
    right: 0;
    height: 23px;
    width: 23px;
    transition: 0.3s;
    border: 1px solid transparent;
    background:#eee;
}
.chklabel:hover .checkmark {
    background: #dcdcdc;
}
.chklabel .chklabel input:checked~.checkmark {
    border: 1px solid #a5a5a5;
}

.chklabel .checkmark:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    font-size: 14px;
    position: absolute;
    display: none;
    right: 3px;
    top: 4px;
    width: 5px;
    height: 10px;
    color: #ea0d4b;
}
.chklabel input:checked~.checkmark:after {
    display: block;
}

/* Stream */
.stream {
    width: 100%;
    margin-top: 6%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.stream div.right,
.stream div.center,
.stream div.left {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    width: 23%;
    height: max-content;
    top: 30px;
    background: #000;
    transition: all 0.8s ease-in-out;
}

.stream div.left {
    left: 13%;
    cursor: pointer;
}

.stream div.center {
    left: 34%;
    width: 29%;
    z-index: 2;
    box-shadow: 1px 1px 45px rgba(0, 0, 0, 0.5);
    top: 0px;
}

.stream div.right {
    left: 62%;
    cursor: pointer;
}

.stream div img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.3s;
}

.stream div.left:hover img,
.stream div.right:hover img {
    opacity: 0.8;
}

.stream div .title {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font: 18px iransans;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    width: 100%;
    padding: 20px;
    color: #fff;
}

.stream div .title b {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.stream div.left img,
.stream div.right img,
.stream div.left .title,
.stream div.right .title {
    opacity: 0.5;
}

.stream div .play {
    position: absolute;
    top: 40%;
    left: 42%;
    background: rgba(0, 0, 0, 0.17);
    color: #fff;
    border-radius: 100%;
    font-size: 32px;
    width: 120px;
    height: 120px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    transition: transform ease-out 0.3s, background 0.2s;
    cursor: pointer;
}

.stream div .play:before {
    top: 38%;
    left: 2%;
    position: absolute;
    width: 100%;
    text-align: center;
}

.stream div .play:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.stream div .play:hover {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.stream div .play:hover:after {
    -webkit-animation: sonarEffect 0.3s ease-out 75ms;
    -moz-animation: sonarEffect 0.3s ease-out 75ms;
    animation: sonarEffect 0.9s ease-out 75ms;
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05), 0 0 15px 50px #ffffff0f, 0 0 0 10px rgba(255, 255, 255, 0.23);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05), 0 0 15px 50px #ffffff0f, 0 0 0 10px rgba(255, 255, 255, 0.14);
        transform: scale(1);
        opacity: 0;
    }
}

.stream .center img {
    opacity: 1;
}

.stream .center .mover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.12);
    z-index: 0;
}

.stream .center .timer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font: 18px iransans;
    z-index: 13;
    color: #fff;
}

.stream .center .timer b {
    font-size: 45px;
    padding: 0 5px;
}

.alert {
    position: fixed;
    bottom: -12%;
    z-index: 9999999999;
    left: 1.2vw;
    opacity: 0;
    background: #f3dce3;
    border: 1px solid #f79eb9;
    padding: 10px;
    font-size: 13px;
    color: #b7395f;
    border-radius: 4px;
    padding-left: 50px;
}
.alert:after {
    content:'\f06a';
    position:absolute;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    left: 14px;
    font-size: 17px;
}
.popup {
    display: none;
    position: fixed;
    top: 15%;
    right: 0;
    background: #FFF;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 30%;
    border-radius: 9px;
    padding: 20px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.17);
    z-index: 9999999;
}

.popup .lyric {
    text-align: center;
    line-height: 32px;
    overflow-y: scroll;
    height: 80%;
}
.popup ul {
    margin-right: 13px;
}
#change_pw {
  width: 30%;
}
.popup .title {
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    justify-content: space-between;
    display: flex;
    margin-bottom: 20px;
}

.popup .title .txt {
    font-size: 14px;
}

.popup .title .close {
    cursor: pointer;
	transition:0.2s;
}
.popup .title .close:hover {
	color: #ff0016;
}
.popup input[type="submit"] {
    margin-top: 10px;
    background: #000;
    border: 0;
    padding: 13px;
    background: linear-gradient(to right, rgba(66, 94, 180, 1) 0%, rgba(68, 104, 211, 1) 100%);
    color: #fff;
    font-family: IRANSans;
    cursor: pointer;
}

.popup input[type="submit"]:hover {
    opacity: 0.9;
}

.popup.share .icon {
    padding: 20px;
    position: relative;
    background: url('/assets/images/social.png') no-repeat;
    background-position: 1% 1%;
    width: 52px;
    height: 52px;
}
.popup.lyric {
    overflow:auto;
    height:80%;
}
.popup.share .icon.twitter {
    background-position: 42% 1%;
}

.popup.share .icon.telegram {
    background-position: 29% 1%;
}

.popup.share .icon.whatsapp {
    background-position: 57% 1%;
}

.popup.share .icon.skype {
    background-position: 84% 1%;
}

.popup.share .icon.viber {
    background-position: 70% 1%;
}

.popup.share .icon.line {
    background-position: 98% 1%;
}

.popup.share .contain {
    padding-top: 40px;
}

.popup.share .contain ul {
    display: flex;
    justify-content: space-between;
}

.popup.downloadlink .downloads a {
    display: flex !important;
    justify-content: space-between;
    color: #6f6f6f;
    border: 1px solid #d8d8d8;
    padding: 18px;
    border-radius: 10px;
    transition: 0.3s;
}

.popup.downloadlink .downloads a:hover {
    color: #000000;
    border: 1px solid #000000;
}

.popup.downloadlink .downloads a .ttl {
    font-size: 15px;
    font-weight: bold;
}

.popup.downloadlink .downloads a i:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 38px;
}
.dashboard .panel .infos {
    display: flex;
	margin: 10px 0;
}
.dashboard .panel .infos .avatar {
    width: 150px;
    height: 150px;
    background: #FFF;
    border-radius: 9px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.058823529411764705);
    position: relative;
    overflow: hidden;
    z-index:3;
}
.dashboard .panel .infos .avatar .loading {
  z-index: 9999;
  top:45%;
  right:40%;
}
.dashboard .panel .infos .avatar .changeimage {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 3px 8px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    z-index:3;
}
.dashboard .panel .infos .avatar input {
  visibility: hidden;
}
.dashboard .panel .infos .avatar img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: auto;
}
.dashboard .panel .infos .avatar .changeimage:hover {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.32941176470588235);
}

.dashboard .panel .infos .avatar:before {
    position: absolute;
    content: "\f406";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 99px;
    bottom: -15px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    color: #EEE;
    z-index:1;
}

.dashboard .panel .infos .info {
   width: 85%;
    margin-top: 20px;
    margin-right: 20px;
}

.dashboard .panel .infos .info .top {}

.dashboard .panel .infos .info .top .name {
    font-size: 17px;
    font-weight: bold;
}

.dashboard .panel .infos .bottom {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dadada;
}

.dashboard .panel .infos .info .tabs {
    border-bottom: 1px solid #eee;
    margin-top: 19px;
}

.dashboard .panel .infos .info .tabs a {
    color: #000;
    transition:0.2s;
    padding: 6px 10px;
    border-bottom: 1px solid transparent;
}

.dashboard .panel .infos .info .tabs a.active {
    border-bottom: 2px solid #505050;
}
.dashboard .panel .infos .info .tabs a:hover {
    border-bottom: 2px solid #afafaf;
}
.dashboard .panel .infos .info .tabs .tab {
    padding: 10px;
}

.dashboard .panel .infos .info .btns {
    display: flex;
    margin: 7px;
}

.dashboard .panel .infos .info .btns .btn {
    padding: 5px 8px;
    font-size: 12px;
    background: #fff;
    margin: 0 5px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #797979;
    cursor: pointer;
    transition: 0.3s;
}
.dashboard .panel .infos .info .btns .btn a {
	color: #797979;
}
.dashboard .panel .infos .info .btns .btn:hover {
    color: #000;
}

.dashboard .panel .infos .info .btns .btn i {
    margin-left: 2px;
}

.dashboard .panel .posts {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-around;
}
.dashboard .panel .load_more {
  width:50%;
  padding: 12px;
  background:#fff;
  margin: 20px auto;
  border:1px solid #ccc;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  transition:0.2s;
}
.dashboard .panel .load_more:hover {
    background:#eee;
}
.dashboard .panel .posts article {
	width: 31%;
	flex: 0 0 31%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	background: #FFF;
	padding: 15px;
	margin: 8px auto;
	transition:0.2s;
}
.dashboard .panel .posts article:hover {
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.22);
}
.dashboard .panel .posts article .cover img {
    width: 100%;
    height: auto;
    border-radius: 7px;
}

.dashboard .panel .posts article .title {
    display: flex;
    margin: 15px 0;
}

.dashboard .panel .posts article .play {
    border: 2px solid #505050;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-left: 12px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.dashboard .panel .posts article .play i {
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: max-content;
    top: 34%;
    font-size: 19px;
    font-weight: 700;
    transition: 0.3s;
}

.dashboard .panel .posts article .play:hover {
    border: 2px solid #fe1660;
}

.dashboard .panel .posts article .play:hover i {
    color: #fe3d47;
}

.dashboard .panel .posts article .artist_song {
    margin-top: 7px;
}

.dashboard .panel .posts article .artist_song h2 {
    font-size: 13px;
    font-weight: normal;
}

.dashboard .panel .posts article .artist_song h3 {
    font-size: 13px;
}

.dashboard .panel .posts article .footer {
    display: flex;
    justify-content: space-between;
}

.dashboard .panel .posts article .footer .left {
    display: flex;
}

.dashboard .panel .posts article .footer .addplaylist {
    padding: 4px 11px;
    border-radius: 8px;
    background: #e8e8e8;
    border: 1px solid transparent;
    margin-right: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    font-weight:normal;
}

.dashboard .panel .posts article .footer .addplaylist:hover {
    border: 1px solid #001829;
    background: transparent;
}

.dashboard .panel .posts article .footer .like {
    padding: 4px 11px;
    border-radius: 8px;
    margin-right: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.dashboard .panel .posts article .footer .like i {
    font-weight: normal;
}

.dashboard .panel .posts article .footer .like:hover i {
    color: #e20048;
}

.dashboard .panel .posts article .footer .right {
    font-size: 12px;
    margin-top: 10px;
    color: #888;
}

.playlists .mylist .part {
    padding: 14px 12px 5px;
    height: max-content;
}
.playlists .mylist .part strong a {
    width: 100%;
    display: block;
}
.playlists .mylist .part a {
    color: inherit;
}
.playlists .mylist .part i {
    cursor:pointer;
}
.playlists .mylist .part:nth-child(1) {
  width:20%;
}
.playlists .mylist .part:nth-child(2) {
  width:10%;
}
.playlists .mylist {
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.058823529411764705);
    border-right: 3px solid transparent;
    border-radius: 5px;
    display: flex;
    padding: 3px;
    justify-content: space-between;
    margin-bottom: 9px;
    transition: 0.5s;
}
.playlists .mylist:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    border-right: 3px solid #e02929;
}
.playlists .mylist .actions i {
    padding: 11px 12px;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    margin-left: 3px;
    border: 1px solid transparent;
    transition: 0.3s;
}
.playlists .mylist .actions i:hover {
    color: #ffF;
    color: #ff0057;
}

.playlists .mylist .actions {
    margin-top: -7px;
}
.playlists .form {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.playlists .form .actons {
    display: block;
    width: 10%;
    padding: 11px;
    background: #d02c47;
    color: #FFF;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}
.playlists .form .actons i:hover {
    color: #fff;
}
.playlists .form .actons:hover {
    opacity:0.8;
}
.indexplaylists .item a {
    height: auto;
    color: #fff;
    display: block;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 16px;
}

.indexplaylists .item a img {
    width: 100%;
    height:auto;
}

.indexplaylists .item a .number {
    background: #ffffff;
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 32px;
    font-size: 11px;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 9px;
    z-index: 9;
}

.indexplaylists .item a .title {
    padding: 15px;
    position: absolute;
      bottom: 5px;
      right: 0;
      color: #FFF;
      z-index: 1;
      background: #00000017;
      backdrop-filter: blur(2px);
      width: 90%;
      margin: 0 auto;
      border-radius: 9999px;
      left: 0;
      right: 0;
      text-align: center;
}
.indexplaylists .item a h2 {
  font-size: 14px;
}

.indexplaylists .item a.orange:after {
    background-image: linear-gradient(to bottom, rgba(255, 87, 34, 0.32) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.green:after {
    background-image: linear-gradient(to bottom, rgba(77, 187, 9, 0.32) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.blue:after {
    background-image: linear-gradient(to bottom, rgba(34, 133, 255, 0.37) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.gray:after {
    background-image: linear-gradient(to bottom, rgba(146, 146, 146, 0.32) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.yellow:after {
    background-image: linear-gradient(to bottom, rgba(255, 200, 0, 0.32) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.lightgreen:after {
    background-image: linear-gradient(to bottom, rgba(19, 206, 154, 0.37) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.pink:after {
    background-image: linear-gradient(to bottom, rgba(216, 0, 255, 0.37) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a.red:after {
    background-image: linear-gradient(to bottom, rgba(255, 0, 47, 0.37) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.indexplaylists .item a:hover:after {
    background-position: bottom center;
}

.aboutarchive {
	height: 375px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	background: linear-gradient(270deg, #048743, #5161bb);
	background-size: 400% 400%;
	animation: archivegradient 9s ease infinite;
	margin-right: -25px;
    margin-left: -25px;
}

@keyframes archivegradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.aboutarchive img {
    width: 100%;
    height: auto;
}

.aboutarchive .bottom {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 30px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.archive .playall {
    padding: 7px 20px;
    border-radius: 40px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #FFF;
    width: 94px;
}



.aboutarchive .bottom h2 {
    font-weight: bold;
    font-size: 20px;
    color: #feffff;
}

.aboutarchive .bottom h3 {
    font-weight: normal;
    color: #ffffff73;
    margin: 10px 0 !important;
}

.content.nosidebar.archive .owl-nav {
    display: none;
}

.archive .offers {
    margin-top: -160px;
}
.teasers {
    display: none;    
}
.teasers .item .avatar {
    background: linear-gradient(to right, rgba(249, 157, 76, 1) 0%, rgba(206, 44, 136, 1) 100%);
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 3px;
    cursor: pointer;
}
.teasers .item.showed .avatar {
  background:linear-gradient(#d7d7d7,#e1e1e1);
}
.teasers .item .avatar img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    border: 0px solid #FFF;
    transition: 0.3s;
    display: block;
}

.teasers .item:hover .avatar img {
    transform: scale(1.2);
}

.teasers .item h4 {
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    direction: rtl;
}

.teasers .item h4 strong {
    font-weight: bold;
    display: block;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.teasers.no {
  justify-content: right;
}
.teasers.no .item {
  margin:0 1.1%;
}
.teaserpost:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    z-index: -1;
}

.teaserpost .title {
    display: flex;
    justify-content: space-between;
}
.teaserpost .details {
	padding: 7px 15px;
	color: #000;
	overflow: auto;
	height: calc(100% - 225px);
	margin: 0 5px;
	line-height: 24px;
}
.teaserpost .details .commentss {
  border-top: 1px solid #e8e8e8;
  margin-top: 8px;
}
.teaserpost .details .dllink {
	color: #40545f;
    padding: 3px 11px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #c6d8e2;
    background: #dae3e8;
    border-radius: 3px;
    font-size: 12px;
}
.teaserpost .details .dllink:hover {
	border: 1px solid #99bbce;
}
.teaserpost .title .artist {
    display: flex;
}

.teaserpost .title .artist .avatar {
    width: 55px;
    height: auto;
}

.teaserpost .title .artist .info {
    margin-right: 7px;
    margin-top: 7px;
}

.teaserpost {
    display: none;
    width: 59%;
    position: fixed;
    top: 35%;
    z-index: 9999;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.07);
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    height: 58%;
}

.teaserpost.full {
    width: 95%;
    top: 4%;
    height: 90%;
}
.teaserpost .cont {
    background: #000;
    width: 70%;
}
.teaserpost .comments .act {
    padding: 8px 15px;
}
.teaserpost .comments .act .top {
    display: flex; 
    font-size: 22px; 
    justify-content: space-between; 
}
.teaserpost .comments .act i {
	font-size: 21px;
	margin: 5px 7px;
	cursor:pointer;
	color:#000;
	transition:0.1s;
}
.teaserpost .comments .act i.liked {
    color: #f00;
}
.teaserpost .comments .act i:hover {
    opacity:0.4;
}
.teaserpost .comments .act a {
	color:#000;
}
.teaserpost .comments .act .statics {
    padding:2px 7px;
}
.teaserpost .comments .act .statics .likes {
    font-size:13px;
    font-weight:bold;
}
.teaserpost .comments .act .statics .date {
    font-size:11px;
    color:#868686;
}
.teaserpost .comments .act .stats {
	font-size: 12px;
    padding-top: 9px;
}
.teaserpost .artist {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.teaserpost .artist .flx a {
    display: flex;
}

.teaserpost .artist .avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.teaserpost .artist .avatar img {
    width: 100%;
    height: auto;
}

.teaserpost .artist .info {
    margin: 17px 7px;
    color: #000;
}
.teaserpost .comments .user {
    padding: 15px 5px;
    border-bottom:1px solid #e8e8e8;
    display: flex;
}
.teaserpost .comments .user img {
    width:30px;
    height:30px;
    border-radius:100%;
    margin-left: 10px;
}
.teaserpost .comments .user .actions {
	display: flex;
    justify-content: space-between;
}
.teaserpost .artist .info .name {
    font-weight: bold;
    display: block;
    margin-right: 5px;
    font-size: 13px;
}

.teaserpost .artist .status {
    border-radius: 5px;
    padding: 5px 15px;
    height: max-content;
    color: #FFF;
    font-size: 11px;
    margin-top: 15px;
    background: linear-gradient(45deg, #0085ef, #0979d2);
}
.teaserpost .artist .status a {
	color:#fff;
	display:block;
}
.teaserpost .video {
    text-align: center;
}

.teaserpost .video video {
    width: 100%;
    max-height: 45vh;
}

.teaserpost.full .video video {
    width: 100%;
    max-height:75vh;
}


.teaserpost.full .cont {
    position: relative;
    background: #000;
}
.teaserpost .commentform {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e6e6e6;
}

.teaserpost .commentform input[type=text] {
    background: transparent;
    border: 0;
    padding: 15px;
    border-top: 1px solid #e6e6e6;
}

.teaserpost .commentform button {
    color: #9eacb9;
    position: absolute;
    left: 0;
    width: auto;
    background: transparent;
    border: 0;
    padding: 12px 18px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.teaserpost .commentform button:hover {
    color: #404a54;
}

.teaserpost .related {
    display: flex;
    padding: 11px 0;
    justify-content: center;
    background: #080808;
}

.teaserpost .related .morevideo {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 0 7px;
    overflow: hidden;
    cursor: pointer;
   background:#fff;
}

.teaserpost .related .morevideo img {
    width: 100%;
    height: auto;
     transition:0.2s;
}
.teaserpost .related .morevideo:hover img {
    opacity:0.8;
}
.teaserpost .showanswers {
    border-bottom: 1px solid #d8dfe6;
    position: relative;
    margin: 18px 0;
}

.teaserpost .showanswers span {
    cursor: pointer;
    background: #d8dfe6;
    padding: 3px 14px;
    border-radius: 15px;
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: max-content;
}

.teaserpost .comments {
    background: #fff;
    width: 40%;
    padding: 0;
    color: #233b52;
    position: relative;
}
.teaserpost.full .comments {
     width: 26%;
}
.teaserpost .comments .name {
    font-weight: bold;
}

.teaserpost .comments .actions .answer {
    font-weight: bold;
	cursor:pointer;
}

.teaserpost .comments .showanswers {
    border-bottom: 1px solid #d8dfe6;
    position: relative;
    margin: 18px 0;
}

.teaserpost .comments .showanswers span {
    background: #d8dfe6;
    padding: 3px 14px;
    border-radius: 15px;
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: max-content;
    cursor: pointer;
}

.teaserpost .comments .arrow {
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: -20px;
    background: #c6d2de;
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 12px;
    transition:0.2s;
}
.teaserpost .comments .arrow:hover {
    background:#b6c6d6;
}
.teaserpost .comments .arrow.full {
    left: 30px;
}
.social_single .teaserpost {
  position: static;
  display: flex;
  width: 100%;
}
.social_single .teaserpost:after {
  display: none;
}
.social_single .teaserpost .arrow {
  display: none;
}
.social_single .teaserpost video {
  max-height:none;
}
.monasebat {
    position: relative;
    height: 350px;
    margin: 0 -30px;
    box-shadow: inset 0 -34px 41px -40px rgba(0, 0, 0, 0.12);
}

.monasebat:before {
    content: '';
    background: url(/assets/images/monasebat.svg) no-repeat right bottom;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
}

.monasebat .title {
    position: absolute;
    right: 20%;
    top: 20%;
}

.monasebat .title h5 {
    background: #56b33e;
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}

.monasebat .title h5 strong {
    font-weight: bold;
}

.monasebat .image img {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.monasebat .posts {
    width: 65%;
    position: absolute;
    left: 1%;
    bottom: 5%;
    display: flex;
    flex-direction: row-reverse;
}

.monasebat .posts .post {
    width: 10vw;
    margin: 0 5px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
}

.monasebat .posts .post:hover {
    transform: translateY(-10px);
}

.monasebat .posts .post .cover {
    height: 13vh;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 10px;
}

.monasebat .posts .post .cover img {
    width: 100%;
    height: auto;
}

.monasebat .posts .post .footer {
    padding-right: 5px;
    color: #FFF;
}

.monasebat .posts .post .footer span {
    cursor: pointer;
}


/*playlist2*/

.playlists_contain {
    display: flex;
    padding: 20px !important;
    position: relative;
    flex-direction: row-reverse;
}

.playlists_contain .info {
    width: 28%;
    flex: 0 0 28%;
    margin-right: 2%;
}

.playlists_contain .info .img {
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.playlists_contain .info .img img {
    width: 100%;
    height: auto;
}

.playlists_contain .info .actions {
    background: #FFF;
    z-index: 2;
    width: 85%;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.11);
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 11px 22px;
    margin: 0 auto;
    margin-top: -30px;
    border-radius: 40px;
}

.playlists_contain .info .actions .btn {
    cursor: pointer;
    padding: 7px 23px;
    transition: 0.3s;
    border-radius: 35px;
}

.playlists_contain .info .actions .btn span {
    margin-right: 6px;
}

.playlists_contain .info .actions .btn:hover {
    background: #EEE;
}

.playlists_contain .info .titles {
    text-align: center;
    margin-top: 20px;
}

.playlists_contain .info .titles h1 {
    font-size: 19px;
}

.playlists_contain .info .titles p {
    margin: 7px 0;
}

.playlists_contain .info .titles p .num {
    background: #ffb535;
    padding: 0px 8px;
    border-radius: 30px;
    margin-left: 2px;
}

.playlists_contain .musicslist {
    width: 70%;
    flex: 0 0 70%;
}

.playlists_contain .musicslist .datepicker {
    background: #eaecee;
    padding: 6px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.playlists_contain .musicslist .datepicker .tabs {
    margin: 7px;
}

.playlists_contain .musicslist .datepicker .tabs .ttab {
    padding: 4px 13px;
    border-radius: 6px;
    cursor: pointer;
}

.playlists_contain .musicslist .datepicker .tabs .ttab.active {
    background: #788fa5;
    color: #FFF;
}

.playlists_contain .musicslist .datepicker .year .yearselect {
    background: #FFF;
    padding: 4px 9px 1px 32px;
    height: 27px;
    border-radius: 6px;
    margin-top: 4px;
    margin-left: 5px;
    border: 1px solid #c2cad2;
    position: relative;
}

.playlists_contain .musicslist .datepicker .year .yearselect:before {
    content: "\f078";
    position: absolute;
    left: 12px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    top: 6px;
}

.playlists_contain .musicslist .datepicker .year .yearselect .dropdown {
    display: none;
    background: #FFF;
    position: absolute;
    top: 26px;
    width: 100px;
    left: 0;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12156862745098039);
}

.playlists_contain .musicslist .datepicker .year .yearselect .dropdown .number {
    padding: 7px;
    border-bottom: 1px solid #EEE;
    transition: 0.3s;
    cursor: pointer;
}

.playlists_contain .musicslist .datepicker .year .yearselect .dropdown .number:hover {
    background: #EEe;
}

.playlists_contain .musicslist .musics .li {
    background: #FFF;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.10196078431372549);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    transition: 0.3s;
}

.playlists_contain .musicslist .musics .li .right {
    display: flex;
}

.playlists_contain .musicslist .musics .li:hover {
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
}

.playlists_contain .musicslist .musics .li.active {
    box-shadow: 0 0 20px rgba(33, 200, 112, 0.47843137254901963);
    background: linear-gradient(45deg, #4aca59, #12c879);
    color: #FFF;
}

.playlists_contain .musicslist .musics .li .right .num {
    font-size: 21px;
    padding: 10px 16px;
    color: #b8b8b8;
}

.playlists_contain .musicslist .musics .li .right .cover {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    border-radius: 7px;
}

.playlists_contain .musicslist .musics .li .right .cover img {
    width: 100%;
    height: auto;
}

.playlists_contain .musicslist .musics .li .right .title {
    margin: 3px 10px;
}

.playlists_contain .musicslist .musics .li .right .title a {
    color: #000;
}

.playlists_contain .musicslist .musics .li .right .title a strong {
    display: block;
}

.playlists_contain .musicslist .musics .li .left {
    display: flex;
    margin: 15px;
}

.playlists_contain .musicslist .musics .li .left .text {
    margin-left: 15px;
    font-size: 13px;
}

.playlists_contain .musicslist .musics .li .left .icon i {
    padding: 5px 7px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}

.playlists_contain .musicslist .musics .li .left .icon i:hover {
    color: #ff0057;
}

.playlists_container .musicslist .musics .li.active .cover .hover {
  opacity: 1 !important;
  background:rgba(0,0,0,0.5) url("images/wave.gif") no-repeat center center !important;
}
.playlists_container .musicslist .musics .li.active .cover .hover i  {
   opacity: 0;
}
/*playlist3*/

.playlists_container {
    display: flex;
    padding: 25px !important;
    padding-bottom:75px !important;
}

.playlists_container .info {
    width: 63%;
    flex: 0 0 63%;
    margin-left: 2%;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.playlists_container .info .title {
    display:none;
    width: 100%;
    position: absolute;
    top: -58px;
    background: #EEE;
    border-radius: 5px;
    padding: 9px;
    height: 43px;
    overflow: hidden;
}
.playlists_container .info .title h1 {
    font-size: 16px;
}
.playlists_container .info .title p {
    margin-top: 10px;
}
.playlists_container .info .insidecontent {
    width: 50%;
    position: sticky;
    top: 11em;
}

.playlists_container .info .insidecontent h2 {
    text-align: center;
    font-size: 18px;
}

.playlists_container .info .insidecontent h2 strong {
    display: block;
    font-weight: normal;
    font-size: 15px;
}

.playlists_container .info .img {
    width: 75%;
    margin: 22px auto;
    position:relative;
}
.playlists_container .info .img .play {
    background: url(/assets/images/play-w.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 48%;
    background-size: 95%;
    z-index: 9;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: 0.3s;
    cursor: pointer;
}
.playlists_container .info .img img {
    width: 100%;
    height: auto;
}

.playlists_container .info .stats {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    font-size: 15px;
}

.playlists_container .info .stats .st {
    cursor: pointer;
}

.playlists_container .info .plplayer {}

.playlists_container .info .plplayer .seekbar {
    display: flex;
    justify-content: space-between;
}

.playlists_container .info .plplayer .seekbar .number {}

.playlists_container .info .plplayer .seekbar .line {
    width: 70%;
    height: 5px;
    background: #EEE;
    border-radius: 40px;
    margin-top: 7px;
    position: relative;
    cursor: pointer;
}

.playlists_container .info .plplayer .seekbar .line:before,
.playlists_container .info .plplayer .seekbar .line:after {
    content: "";
    width: 100%;
    height: 15px;
    top: 0px;
    left: 0px;
    position: absolute;
}

.playlists_container .info .plplayer .seekbar .line:after {
    bottom: 0px;
    top: auto;
}

.playlists_container .info .plplayer .seekbar .move {
    width: 0%;
    height: 4px;
    background: #b9cbd6;
    border-radius: 40px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.playlists_container .info .plplayer .seekbar .move:before {
    content: '';
    position: absolute;
    background: #b9cbd6;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    top: -8px;
    border: 2px solid #fff;
    cursor: pointer;
}

.playlists_container .info .actions {
    display: flex;
    justify-content: space-between;
    font-size: 19px;
    margin: 20px 0;
    flex-direction: row-reverse;
}

.playlists_container .info .volum_holder {
    display: flex;
    width: 25%;
    flex-direction: row-reverse;
    flex: 0 0 25%;
}

.playlists_container .info .actions i {
    cursor: pointer;
    transition: 0.3s;
}

.playlists_container .info .actions i:hover {
    color: #83b2d0;
}

.playlists_container .info .actions .volume {
    background: #e2e2e2;
    width: 70%;
    height: 4px;
    position: relative;
    border-radius: 10px;
    margin: 8px 0px 0px 13px;
}

.playlists_container .info .actions .volume .mover {
    background: #b9cbd6;
    position: absolute;
    width: 100%;
    height: inherit;
    left: 0;
    cursor: pointer;
}

.playlists_container .info .actions .volume .mover:before {
    content: '';
    border: 2px solid #fff;
    background: #b9cbd6;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    top: -5px;
    cursor: pointer;
}

.playlists_container .info .moreinfo {
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 8px;
    box-shadow: 0 0 9px #00306d0d;
    color: #7c99af;
    text-align: center;
    margin-top: 15px;
}

.playlists_container .info .moreinfo .title {
    padding: 10px;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
}

.playlists_container .info .moreinfo .cont {
    padding: 16px;
}

.playlists_container .info .moreinfo .cont p {
    margin-bottom: 10px;
}

.playlists_container .info .moreinfo .cont a {
    color: #6f6f6f;
    padding: 2px 12px;
    background: #EEE;
    border-radius: 26px;
    font-size: 12px;
    margin-right: 2px;
    transition: 0.3s;
}

.playlists_container .info .moreinfo .cont a:hover {
    color: #ffffff;
    background: #607D8B;
}

.playlists_container .musicslist {
    width: 36%;
    flex: 0 0 36%;
}

.playlists_container .musicslist .datepicker {
    background: #eaecee;
    padding: 6px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    position: sticky;
    top: 6em;
    width: 100%;
    z-index: 9;
    box-shadow: 0 -27px 10px #FFF;
}

.playlists_container .musicslist .datepicker .tabs {
    margin: 7px;
}

.playlists_container .musicslist .datepicker .tabs .ttab {
    padding: 4px 13px;
    border-radius: 6px;
    cursor: pointer;
}

.playlists_container .musicslist .datepicker .tabs .ttab.active {
    background: #788fa5;
    color: #FFF;
}

.playlists_container .musicslist .datepicker .year .yearselect {
    background: #FFF;
    padding: 4px 9px 1px 32px;
    height: 27px;
    border-radius: 6px;
    margin-top: 4px;
    margin-left: 5px;
    border: 1px solid #c2cad2;
    position: relative;
    cursor:pointer;
}

.playlists_container .musicslist .datepicker .year .yearselect:before {
    content: "\f078";
    position: absolute;
    left: 12px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    top: 6px;
}

.playlists_container .musicslist .datepicker .year .yearselect .dropdown {
    display: none;
    background: #FFF;
    position: absolute;
    top: 26px;
    width: 100px;
    left: 0;
    color: #000;
    border-radius: 5px;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12156862745098039);
    height:200px;
    overflow-y:auto;
}

.playlists_container .musicslist .datepicker .year .yearselect .dropdown .number {
    padding: 7px;
    border-bottom: 1px solid #EEE;
    transition: 0.3s;
    cursor: pointer;
}

.playlists_container .musicslist .datepicker .year .yearselect .dropdown .number:hover {
    background: #EEe;
}

.playlists_container .musicslist .musics .li {
    background: #FFF;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.10196078431372549);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    transition: 0.3s;
}

.playlists_container .musicslist .musics .li.active {
    background: #EEE;
    box-shadow: none;
}

.playlists_container .musicslist .musics .li .right {
    display: flex;
}

.playlists_container .musicslist .musics .li:hover {
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
}

.playlists_container .musicslist .musics .li.active {
    box-shadow: 0 0 20px rgba(33, 200, 112, 0.47843137254901963);
    background: linear-gradient(45deg, #4aca59, #12c879);
    color: #FFF;
}

.playlists_container .musicslist .musics .li .right .num {
    font-size: 21px;
    padding: 10px 16px;
    color: #b8b8b8;
}

.playlists_container .musicslist .musics .li .right .cover {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    border-radius: 7px;
    position:relative;
    cursor:pointer;
}
.playlists_container .musicslist .musics .li .right .cover .hover {
  position:absolute;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.7);
  color:#fff;
  width:100%;
  height:100%;
  box-sizing: border-box;
  padding:34% 35%;
  opacity:0;
  transition:all 0.1s ease-in-out;
}
.playlists_container .musicslist .musics .li .right .cover:hover .hover {
    opacity:1;
}
.playlists_container .musicslist .musics .li .right .cover img {
    width: 100%;
    height: auto;
}

.playlists_container .musicslist .musics .li .right .title {
    margin: 3px 10px;
}

.playlists_container .musicslist .musics .li .right .title a {
    color: #000;
}

.playlists_container .musicslist .musics .li .right .title a strong {
    display: block;
}

.playlists_container .musicslist .musics .li .left {
    display: flex;
    margin: 12px;
    justify-content:left;
}
.playlists_container .musicslist .musics .li .left a {
  color: #000;
}
.playlists_container .musicslist .musics .li .left .text {
    margin-left: 15px;
    font-size: 13px;
    margin-top: 3px;
}

.playlists_container .musicslist .musics .li .left .icon i {
    padding: 7px 7px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 7px;
}

.playlists_container .musicslist .musics .li .left .icon i:hover {
    background: #eee;
}

.playlists_container .musicslist .musics .li.active .num,
.playlists_container .musicslist .musics .li.active .right .title a,
.playlists_container .musicslist .musics .li.active .left .icon i {
    color: #fff;
}

.artvcard {
    background: #dbe0e2;
    color: #191919 !important;
    display: inline-flex;
    padding: 4px 9px 4px 13px;
    border-radius: 30px;
    justify-content: space-between;
    border: 1px solid transparent !important;
    margin-right: 8px !important;
    position: relative;
    padding-right: 38px;
    transition:0.2s;
}

.artvcard:hover {
    border: 1px solid #dedede !important;
    background:#fff;
    font-weight:normal !important;
}

.artvcard img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 100% !important;
    margin-left: 13px;
    background: #ccc;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: scale(1.3);
}

.menu.cont {
    right: -40%;
    width: 15%;
}

.menu.cont .item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 11px 22px;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    transition: 0.1s;
}

.menu.cont .item:hover {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0392156862745098);
}

.menu.cont .item img {
    width: 38px;
    border-radius: 100%;
}

.menu.cont .item .infos {
    width: 77%;
    color: #353535;
    text-align: right;
    padding-right: 8px;
}

.menu.cont .item .fa-play {
    cursor: pointer;
    color: #353535;
	transition:0.2s;
}
.menu.cont .item .fa-play:hover {
	transform: scale(1.3);
}
.menu.cont .item .fa-play:hover {
    color: #ff0057;
}
.menu.cont .item a {
    display: flex;
    width: 85%;
}
.menu.cont .item a img {
    display: block;
}

.menu.cont .close {
    padding: 6px 14px;
    color: #000;
    border-radius: 2px;
    margin: 15px;
    cursor: pointer;
    float: left;
    font-size: 15px;
}

.menu.cont .close:hover {
    color: #fe2a51;
}

.searchbox {
    position: absolute;
    top: -100%;
    width: 100%;
    background: #FFF;
    right: 0;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.050980392156862744);
    border-top: 1px solid #EEE;
    display: flex;
    opacity: 0;
}

.searchbox .resultbar {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #f7f7f7;
}

.searchbox .resultbar .close {
    font-size: 15px;
    cursor: pointer;
}

.searchbox .toptitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 15px;
	display: flex;
    justify-content: space-between;
}
.searchbox .toptitle a {
	font-size: 12px;
    font-weight: normal;
    color: #000;
    background: #d2d2d2;
    border-radius: 30px;
    padding: 4px 15px;
	transition:0.2s;
}
.searchbox .toptitle a:hover {
	background: #E91E63;
    color: #FFF;
}
.searchbox .artist {
    width: 40%;
}

.searchbox .artist .posts a {
    display: flex;
    width: 17%;
    height: max-content;
    flex-flow: column;
    color: #000;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    transition: 0.3s;
}

.searchbox .artist a:hover {
    background: #EEe;
}

.searchbox .artist a .cover {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 7px;
}

.searchbox .artist a .cover img {
    width: 100%;
    height: auto;
	background:#eee;
}
.searchbox .artist .topsearch {
	display:flex;
	flex-wrap:wrap;
	padding: 10px;
	margin-top:10px;
}
.searchbox .artist .topsearch a {
    color: #000;
    padding: 6px 15px;
    background: #EEE;
    border-radius: 30px;
    margin-left: 8px;
	transition:0.3s;
}
.searchbox .artist .topsearch a:hover {
	background: #E91E63;
    color: #FFF;
}
.searchbox .flx {
    display: flex;
    align-items: baseline;
}

.searchbox .artist .posts {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

.searchbox .find {
    width: 60%;
    background: #efefef;
    padding: 17px;
}

.searchbox .find .posts {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 239px;
	padding-top: 11px;
}

.searchbox .find .result_post {
    background: #efefef;
    padding: 11px;
    color: #000;
    width: 50%;
    display: flex;
    height: min-content;
    border-radius: 5px;
    transition: 0.3s;
}

.searchbox .find .result_post:hover {
    background: #fff;
}

.searchbox .find .result_post .cover {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
}

.searchbox .find .result_post .cover img {
    width: 100%;
    height: auto;
}

.searchbox .find .result_post .info {
    margin-right: 8px;
    margin-top: 4px;
}

.searchbox .find .result_post .info .genre i {
    margin-left: 5px;
}

.generate_playlist {
    display: flex;
    padding: 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.generate_playlist .cover {
    width: 20%;
    height: 293px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
}

.generate_playlist .cover:before,
.generate_playlist .cover:after {
    content: '';
    background: rgba(226, 40, 42, 0.3803921568627451);
    width: 153%;
    height: 150px;
    position: absolute;
    bottom: -87px;
    right: -46px;
    transform: rotate(-16deg);
}

.generate_playlist .cover:after {
    background: rgba(226, 40, 42, 0.22);
    bottom: -57px;
    box-shadow: 0 -25px 0 rgba(226, 40, 42, 0.11);
}

.generate_playlist .cover img {
    width: 100%;
}

.generate_playlist .cover .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #FFF;
    z-index: 2;
}

.generate_playlist .cover .text .second {
    font-weight: bold;
}

.unplugged {
    padding: 20px !important;
    margin-top: 0px !important;
}

.unpvideo {
    width: 100%;
    background: #000;
    text-align: center;
}

.unpvideo video {
    width: 75%;
    height: auto;
}

.unplugged .title {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}

.unplugged .title .info h1 {
    font-size: 16px;
}

.unplugged .title .info {
    color: #888;
}

.unplugged .title .stats {
    display: flex;
}

.unplugged .title .stats .btns {
    margin: 0 10px;
    padding: 6px 21px;
    background: #eceeef;
    height: max-content;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    border: 1px solid transparent;
    transition: 0.3s;
}

.unplugged .title .stats .btns:hover {
    background: transparent;
    border: 1px solid #dfe5e8;
    color: #3e6173;
}

.unplugged .title .stats .btns i {
    padding: 3px;
    margin-right: 7px;
    color: #848484;
}

.unplugged .userinfo {
    margin-top: 35px;
}

.unplugged .userinfo .vcard {
    display: flex;
}

.unplugged .userinfo .vcard .avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    margin-left: 14px;
}

.unplugged .userinfo .vcard .avatar img {
    width: 100%;
    height: auto;
}

.unplugged .userinfo .vcard .name p {
    color: #949494;
}

.unplugged .userinfo .descriptions {
    margin-top: 10px;
}
.shop .header .top {
    position: relative;
    overflow: hidden;
    height:600px;
}
.shop .header .top img {
    width: 100%;
    display: block;
    height: auto;
}

.shop .header .top .title {
	position: absolute;
	bottom: 6px;
	width: 30%;
	right: 4%;
	background: rgba(0, 0, 0, 0.32941176470588235);
	color: #FFF;
	padding: 5px;
	line-height: 20px;
	font-size: 11px;
}

.shop .header .top .title h1 {
    font-size: 16px;
}

.shop .header .top .title p {
    line-height: 32px;
}

.shop .header .tabmenu {
    background: #37495c;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    position:relative;
}
.shop #show_info {
	background: #ea0d4b;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
    font-size: 15px;
}
.shop .header .tabmenu .tabs {
    display: flex;
    height: max-content;
}
.shop .header .title {
    width:100px;
}
.shop .header .tabmenu .tabs .title {
    font-weight: bold;
    color: #FFF;
    padding: 5px 10px;
    margin-left: 10px;
    border-left: 1px solid #23303e;
}

.shop .header .tabmenu .tabs .tab {
    height: max-content;
    padding: 6px 15px;
    background: transparent;
    color: #FFF;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    margin-left:5px;
    border-radius:0px;
}

.shop .header .tabmenu .tabs .tab:hover,
.shop .header .tabmenu .tabs .tab.active {
    border-bottom: 2px solid #fff;
}

.shop .header .tabmenu .producer {
    display: flex;
}

.shop .header .tabmenu .producer .title {
    font-weight: bold;
    color: #FFF;
    padding: 5px 10px;
    margin-left: 10px;
    border-left: 1px solid #23303e;
}

.shop .selectbox {
    color: #FFF;
    position: relative;
    width: 150px;
	cursor:pointer;
	padding: 10px;
    margin-right: 10px;
}

.shop .heade .tabmenu .producer .selectbox .text {
    padding: 5px;
}

.shop .selectbox .drop {
    z-index: 99;
	display:none;
    position: absolute;
    background: #fff;
    color: #000;
    top: 100%;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10980392156862745);
}
.shop .selectbox .drop li {
    padding: 6px;
    border-bottom: 1px solid #EEE;
    cursor: pointer;
}
.shop .selectbox .drop li:hover {
    background: #EEE;
}
.shop .posts {
    padding: 0 10px;
    display: flex;
    flex-wrap:wrap;
}
.shop .posts article {
	width: 32%;
	box-shadow: 0 9px 22px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
	margin: 0.6%;
	height: max-content;
    padding-bottom: 10px;
    border: 1px solid #ddd;
}
.shop .posts article .cover {
    position:relative;
    overflow:hidden;
    max-height:300px;
    background:linear-gradient(black,#484848);
}
.shop .posts article .cover img {
    display:block;
    width: 100%;
    height:auto;
    transition:all 0.2s ease-in-out;
}
.shop .posts article .cover:hover img {
  opacity: 0.5;
}
.shop .posts article .cover .action .play {
  position: absolute;
  top:45%;
  left:0px;
  right: 0px;
  margin:0px auto;
  width:50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  transition:all 0.2s ease-in;
  cursor:pointer;
}
.shop .posts article .cover .action svg {
  fill:#fff;
  font-size:35px;
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
}
.shop .posts article .cover .action .play.playing {
    font-size:18px;
}
.shop .posts article .cover .action .play.playing svg {
	fill: #fff;
	font-size: 18px;
	display:none;
	width: 30px;
    height: 30px;
}
.shop .posts article .cover .action .play.playing:before {
    content: '';
    background: url(/assets/images/pause.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: cover;
    left: 10px;
}
.shop .posts article .cover .wave {
  position: absolute;
  top:35%;
  left:1.5%;
  z-index: 2;
  width: 97%;
}
.shop .posts article .cover .loading {
  position: absolute;
    top: 45%;
    z-index: 3;
    width: 25px;
    height: 25px;
    text-align: center;
}
.shop .posts article .cover .loading:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.shop .posts article .cover .song {
  position: absolute;
  bottom:8px;
  right: 8px;
  background:rgba(0,0,0,0.5);
  color:#fff;
 padding: 8px 15px;
border-radius:8px;
}
.shop .posts article .mid {
    padding: 14px;
    display: flex;
    justify-content: space-between;
    color: #6f6f6f;
}
.shop .posts article .mid .prod {
  display: flex;
}
.shop .posts article .mid .prod img {
  width:40px;
  height: 40px;
  border-radius: 100%;
  margin-left:12px;
}
.shop .posts article .mid .prod span {
  display: block;
}
.shop .posts article .mid .action .play {
    font-size: 15px;
    color: #6b6b6b;
    cursor: pointer;
}
.shop .posts article .mid .action .play svg {
    margin-top: 7px;
    fill: #b8c1c9;
}
.shop .posts article .mid .action .play:hover svg {
    fill: #82909c;
}
.shop .posts article .mid .action .play.playing svg {
    fill:#ff1b1b;
}
.shop .posts article .bot {
    padding: 10px 15px;
    border-top: 1px solid #EEe;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.shop .posts article .bot .right {
    display:flex;
}
.shop .posts article .bot img {
	background:#eee;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.shop .posts article .bot .price {
	color: #626262;
	padding: 4px 15px;
	height: max-content;
	border-radius: 5px;
	font-size: 12px;
	border: 1px solid #ccc;
}
.shop .posts article .bot .prod {
    display:flex;
}
.shop .posts article .bot .info {
    padding: 1px 7px;
}
.shop .posts article .bot .info span {
    display: block;
    color: #888;
    font-size: 11px;
}
.shop .posts article .bot .order , .shop .posts article .bot .code {
    background: #5ca744;
    color: #FFF;
    height: max-content;
    padding: 4px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition:0.3s;
}
.shop .posts article .bot .order.disab {
  background:#efefef;
  color:#888;
}
.shop .posts article .bot .order.disab:hover {
    background:#efefef;
  color:#888;
}
.shop .posts article .bot .code {
    background: #FFF;
    color: #626262;
    border: 1px solid #ccc;
    margin-right: 8px;
    cursor: text;
    padding: 0px 0px 0px 13px;
    overflow: hidden;
    position: relative;
    text-align:center;
}
.shop .posts article .bot .code i {
    background: #edf0f1;
    padding: 4px 10px;
    display: inline-block;
    margin-left: 9px;
    position: relative;
}
.shop .posts article .bot .order:hover {
    background: #5b9a13;
}
.shop .posts article .bot .order.disab:hover {
  background:#5b9a13;
  color:#888;
}
.shop .loadmore {
  background: #d2d9e2;
    padding: 8px;
    margin: 10px auto;
    width: 200px;
    color: #5d6a7b;
  text-align: center;
  border-radius: 8px;
  cursor:pointer;
}

.shop .search_prod {
    width: 100%;
    padding: 18px 30px;
    display: flex;
    justify-content:center;
    background: #293746;
    align-items: center;
}
.shop .search_prod .frm_str {
    display:flex;
}
.shop .search_prod .chk {
    margin-left: 13px;
    margin-top: 3px;
}
.shop .search_prod .form {
    display:flex;
    width:68%;
}
.shop .search_prod input {
  width: 60%;
    border-radius: 5px;
    margin-left: 10px;
    background: #293746;
    border: 1px solid #4e5b69;
    color: #EEE;
}
.shop .search_prod input::placeholder {
    color: #ffffff61;
}
.shop .search_prod button {
    width: 130px;
    border-radius: 6px;
    background: #37495c;
    border: 0;
    color: #FFF;
    cursor:pointer;
}
.shop .search_prod button:hover {
    background: #4a5d71;
}
.shop .search_prod .star_rating {
    position: relative;
    padding: 13px;
    border-radius: 5px;
    margin: 0 9px;
    width:30%;
}
.shop .search_prod form {
    display:flex;
}
.shop .tabmen {
    box-shadow:0 0 20px rgba(0, 0, 0, 0.09019607843137255);
    margin:20px;
    border-radius:5px;
    padding:15px;
    display:flex;
    justify-content:space-between;
}
.shop .tabmen .items {
    display:flex;
}
.shop .tabmen .items .item {
    padding:5px 15px;
    background:#e6e9ec;
    margin-left:7px;
    border-radius:55px;
    cursor:pointer;
    transition:0.2s;
    border:1px solid transparent;
    color:#6d7277;
    position:relative;
}
.shop .tabmen .items .item:hover {
    border:1px solid #ea0d4b;
    background:#fff;
    color:#ea0d4b;
}
.shop .tabmen .items .item i {
    margin-left: 2px;
}
.shop .tabcontent {
    width: 350px;
    background: #FFF;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.10980392156862745);
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition:0.3s;
    min-height: 165px;
    cursor:default;
}
.shop .tabcontent.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.shop .tabcontent .title {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #EEE;
    padding: 14px;
    color:#000;
    position:relative;
}
.shop .tabcontent .title i {
    position: absolute;
    left: 13px;
    top: 18px;
    font-size: 17px;
    cursor: pointer;
}
.shop .tabcontent .title i:hover {
    color: #ea0d4b;
}
.shop .tabcontent .form  {
    padding: 7px 13px;
}
.shop .tabcontent .form input[type="submit"],.shop .tabcontent .form input[type="button"] {
    margin-top: 5px;
}
.ads {
    background: #fff;
    padding: 45px;
}

.ads header nav ul {
    display: flex;
}

.ads header nav a {
    padding: 7px;
    color: #000;
    font-size:15px;
}
.ads header .cornerimg {
    position: absolute;
    left: 0;
    top: 0;
}
.ads header .cornerimg img {
    width: 100%;
    height: auto;
}
.ads .toptitle {
    margin-top: 9vw;
}
.ads .toptitle h1 {
    font-size: 30px;
}
.ads .toptitle p {
    font-size: 18px;
    margin: 12px 0;
}
.ads .stats {
    margin-top: 30px;
    display: flex;
}

.ads .stats .item {
    width: 150px;
    text-align: center;
}

.ads .stats .item .icon {
    background: linear-gradient(72deg, #8857ad, #571fcc);
    color: #FFF;
    box-shadow: 0 0 28px #7b49b563;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
}

.ads .stats .item:nth-child(2) .icon {
    background: linear-gradient(72deg, #f4bca3, #de8fd8);
    box-shadow: 0 0 28px #de8fd85e;
}

.ads .stats .item:nth-child(3) .icon {
    background: linear-gradient(72deg, #6cd6ca, #2dd0b5);
    box-shadow: 0 0 28px #2dd0b54a;
}

.ads .stats .item:nth-child(4) .icon {
    background: linear-gradient(72deg, #f38a2b, #fc684c);
    box-shadow: 0 0 28px #fc684c3b;
}

.ads .stats .item .icon i {
    color: #fff;
    font-size: 22px;
}

.ads .stats .item .text {
    text-align: center;
    margin-top: 14px;
}

.ads main {
    margin-top: 16%;
}

.ads main .title {
    text-align: center;
    margin: 70px 0;
}

.ads main .title h3 {
    font-size: 27px;
}

.ads main .title p {
    font-size: 15px;
    margin-top: 10px;
}

.ads main .websiteads {
    display: flex;
    justify-content: space-between;
}

.ads main .websiteads .plans {
    width: 40%;
}

.ads main .websiteads .plans .plan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ads main .websiteads .plans .plan .info {
    width: 70%;
    padding-top: 51px;
}

.ads main .websiteads .plans .plan .info h4 {
    font-size: 19px;
    margin-bottom: 7px;
}

.ads main .websiteads .plans .plan .info p {
    color: #7c7c7c;
    font-size: 14px;
}

.ads main .websiteads .plans .plan .icon {
    width: 25%;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.09019607843137255);
    text-align: center;
    padding: 45px 0;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.ads main .websiteads .plans .plan:hover .icon {
    background: #eee;
    box-shadow: none;
}

.ads main .websiteads .plans .plan.active .icon {
    background: linear-gradient(45deg, #4760ff, #0dccff);
    color: #FFF;
}

.ads main .websiteads .plans .plan .icon i {
    font-size: 35px;
}

.ads main .websiteads .plans .plan .icon .name {
    font-size: 18px;
    margin-top: 10px;
}

.ads main .websiteads .mockup {
    width: 60%;
    display: flex;
}

.ads main .websiteads .mockup .holder {
    background: url('images/laptop.png');
    width: 650px;
    height: 420px;
    position: relative;
    margin: 0 auto;
}
.ads .number {
        margin: 11px 0;
    font-size: 18px;
    border-radius: 5px;
}
.ads main .package {
    display: flex;
    justify-content: space-between;
     flex-wrap: wrap;   
}
.ads main table {
    box-shadow: 0 0 22px #0000001a;
    border-radius: 8px;
    background-color: #ffffff;
    border-collapse: collapse;
    overflow: hidden;
}
.ads main table td {
    padding:18px;
}
.ads main table thead {
    background-color: #3F51B5;
    color: #FFF;
}
.ads main table thead td {
    font-weight:bold;
}
.ads main table tbody tr {
    border-bottom: 1px solid #EEE;
    transition:0.2s;
}
.ads main table tbody tr:hover {
    box-shadow: 0 0 10px #0000001a;
}
.ads main .package .pack {
        width: 20.3333%;
    box-shadow: 0 0 22px #0000001a;
    margin: 0 10px;
    border-radius: 10px;
}

.ads main .package .pack .top {
   padding: 15px;
    text-align: center;
    margin: 25px;
    background: linear-gradient(45deg, #aaa18e, #bb9d5d);
    border-radius: 10px;
    color: #FFF;
}

.ads main .package .pack.gold .top {
    background: linear-gradient(45deg, #ffca5b, #ffad00);
}

.ads main .package .pack.silver .top {
    background:linear-gradient(45deg, #cecece, #a0a0a0);
}

.ads main .package .pack .top strong {
    font-size: 18px;
}

.ads main .package .pack .top p {
    margin: 10px 0;
}

.ads main .package .pack ul {
    padding: 0 15px;
}

.ads main .package .pack ul li {
    padding: 5px;
    display: flex;
}

.ads main .package .pack ul li span {
    background: #eee;
    padding: 7px 13px;
    border-radius: 7px;
}

.ads main .package .pack ul li p {
    padding: 6px 10px;
}

.ads main .package .pack .order {
    padding: 10px 35px;
    border: 1px solid #EEE;
    display: block;
    width: max-content;
    margin: 15px auto;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10196078431372549);
    cursor: pointer;
}

.ads main .websiteads .mockup {
  position:relative;
}
.ads main .websiteads .mockup .monitor {
position: absolute;
    width: 485px;
    height: 300px;
    top: 57px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}
.ads main .websiteads .mockup .monitor img {
  position:absolute;
  width: 100%;
  height: auto;
  left:0px;
}
.ads main .websiteads .mockup .monitor img.big {
    top:0px !important;
}
.ads main .websiteads .mockup .monitor .top , .ads main .websiteads .mockup .monitor .bottom {
  content:'';
  position: absolute;
  top:0px;
  left:0px;
  height:0px;
  width: 100%;
  background:rgba(0,0,0,0.6);
  z-index: 1;
}
.ads main .websiteads .mockup .monitor .bottom {
  top:auto;
  bottom:0px;
  height:0px;
}
/* index 2 */

.teasers {
    display: none;
    justify-content: space-between;
    padding: 20px 0;
}
.teasers.full {
    position:relative;
    z-index:10000;
}
.teasers.full h4 {
    display:none;
}
.indexheaders {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.indexheaders .post {
    transition: 0.3s;
    position: relative;
    display: block;	
}
.indexheaders .post .avatar {
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    bottom:15px;
    right: 15px;
    z-index: 3;	
    border-radius: 5px;
}
.indexheaders .post .avatar img {
    width:100%;
    height:auto;
}
.indexheaders .post .cover img {
    width: 100%;
    height:auto;
    display: block;
	transition: 0.3s;
}

.indexheaders .post:hover .cover img {
    transform: scale(1.02);
    opacity: 0.9;
}

.indexheaders .post .info {
    position: absolute;
    bottom: 0;
    height: auto;
    color: #FFF;
    right: 0;
    text-shadow: 1px 1px 0px #000;
    width: 100%;
    padding: 13px 16px;
}

.indexheaders .post .info strong {
    font-weight: normal;
    font-size: 14px;
}

.offers .offers_holder article {
    position: relative;
    margin-bottom: 20px;
}
.offers_holder .AP_playnow img {
    padding-top: 5px;
}
.offers_holder.noslider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.offers_holder.noslider article {
  width: 19%;
}
.offers .offers_holder article a {
    display: block;
    background: #000;
   
}
.offers .offers_holder article figure {
     position:relative;
     border-radius: 16px;
  overflow: hidden;
}
.offers .offers_holder article .title {
    position:relative;
    height:55px;
}
.offers .offers_holder article .title h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%;
    top: 0;
}
.offers .offers_holder article img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.1s;
}

.offers .offers_holder article:hover img {
    opacity: 0.5;
}

.offers .offers_holder article h2 {
    color: #000;
    font-size: 13px;
    margin-top: 5px;
}

.offers .offers_holder article h2 span {
    display: block;
    font-weight: normal;
}
.offers .actions {
    position: absolute;
    top: 34%;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 22px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.moharam .post .play {
     opacity: 0;
      transition: all 0.2s ease-in-out;
}
.offers .actions span,.moharam .post .play {
    color: #FFF;
    cursor: pointer;
    border-radius: 100%;
    border: 1.5px solid #FFF;
    width: 3.5vw;
    height: 3.5vw;
    transition: 0.1s;
    display: inline-block;
    background: url(/assets/images/play-w.svg);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 53% 57%;
}
.offers .actions span:hover {
    transform: scale3d(1.1,1.1,1.1);
    opacity:1;
}
.moharam .post:hover .play {
     
    opacity:1;
}
.moharam .post .play:hover {
    transform: scale3d(1.1,1.1,1.1);
}
.moharam .post .cover {
    position:relative;
}
.moharam .post .play {
    position: absolute;
    top: 34%;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.offers .offers_holder article:hover .actions {
    opacity:1;
}

.indexplaylists .item img {
  border-radius: 16px;
  height: auto;
}
.indexplaylists .item .title {
  margin-top: 10px;
  color: #000;
}
.dark .indexplaylists .item .title {
    color: #FFF;
}
.indexplaylists .item .title h2 {
  font-size: 13px;
}
.indexheaders .actions span {
    color: #FFF;
    cursor: pointer;
    border-radius: 100%;
    border: 1.5px solid #FFF;
    width: 4vw;
    height: 4vw;
    padding-top: 3.5%;
    transition: 0.1s;
    display: inline-block;
    font-size: 1.2vw;
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    background: url(/assets/images/play-w.svg);
    background-size: 24%;
    background-repeat: no-repeat;
    background-position: 53% 55%;
}
.indexheaders .actions span:hover {
    transform: scale3d(1.1,1.1,1.1);
}
.indexheaders .post .actions {
    font-size: 22px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.indexheaders .post:hover .actions {
    opacity:1;
}
.indexheaders .actions span:hover {
    transform: scale3d(1.1,1.1,1.1);
}
.indextitle {
    display: table;
    margin: 25px 0;
    position:relative;
}

.indextitle .text {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    color:#000;
}
.archive.podcasts .indextitle .text {
    color:#000;
}
.indextitle .line {
    padding: 0 10px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.indextitle .line:after {
    content: '';
    height: 1px;
    background: #d6d6d6;
    width: 100%;
    position: absolute;
}
.indextitle .more_link{
  position: absolute;
  left:10px;
  top:0px;
  z-index:5;
  background:#fff;
  padding:5px 15px;
  border-radius:5px;
  border:1px solid #d6d6d6;
  color:#333;
  font-size: 12px;
  transition:0.3s;
}
.indextitle .more_link:hover {
	background: #f1f1f1;
}
/*.latests .indextitle {
    padding: 21px 0;
    font-size: 17px;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #e4e4e4;
    position: relative;
}

.latests .indextitle .more {
    background: #e3eaf1;
    color: #94a7ba;
    position: absolute;
    left: 0;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    text-align: center;
    padding-top: 8px;
}

.latests .indextitle .more:hover {
    background: #d4dee7;
}
*/
.latests .latest_holder {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.latests .latest_holder article {
    position: relative;
    margin-bottom:2rem;
}

.latests .latest_holder article figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 1px 6px rgba(25, 25, 34, .16);
}
.latests .latest_holder article figure .deli,.offers .offers_holder article figure .deli,.single .post .cover .deli {
    position: absolute;
    z-index: 3;
    top: 11px;
    right: 10px;
    background: #00000094;
    color: #FFF;
    padding: 1px 9px;
    border-radius: 35px;
}
.latests .latest_holder article figure figcaption {
    position: absolute;
    top: 0;
}
.latests .latest_holder article figure img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
}
.AP_playnow img {
    width: 12px !important;
    margin: 0 auto;
    padding-top: 2px;
    opacity: 1 !important;
}
.offers .offers_holder article .AP_playnow img,.indexheaders .actions .AP_playnow img {
    width: 16px !important;
}
.latests .latest_holder article .actions {
    z-index: 3;
    position: absolute;
    bottom: 6%;
    left: 5%;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
}

.latests .latest_holder article .actions span {
    background: #Fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    padding-top: 13px;
    font-size: 15px;
    margin-right: 8px;
    cursor: pointer;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25);
    transition: 0.3s;
}
.latests .latest_holder article .actions span.AP_playnow, .music-card .AP_playnow {
    background: url(/assets/images/play.svg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 52% 56%;
    background-color: #FFF;
}
.latests .latest_holder article.item .remove {
  position: absolute;
  top:5px;
  left:5px;
  background:#fff;
  padding:5px 10px;
  z-index: 9;
  cursor:pointer;
  border-radius: 3px;
}
.latests .latest_holder article .title {
    padding:10px 5px 0px 5px;
    height: 30px;
}

.latests .latest_holder article .title h2 {
    font-size: 13px;
}
.latests .latest_holder article .title h2 a {
    color:#000;
}
.latests .latest_holder article .title h2 strong {
    display:none;
}
.latests .latest_holder article .title h2 span {
    display: block;
    font-weight: normal;
}
.latests .latest_holder article .title .txt {
        font-weight: bold !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%;
    

}
.latests .latest_holder article .title .songname {
   position: absolute;
    bottom: -23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.latests .latest_holder article .fa-heart,
.latests .latest_holder article .fa-plus {
    opacity: 0;
    visibility: hidden;
}

.latests .latest_holder article:hover .fa-heart,
.latests .latest_holder article:hover .fa-plus {
    opacity: 1;
    visibility: visible;
}

.latests .latest_holder article .actions span:hover {
    transform: scale3d(1.1,1.1,1.1);
}
.latests .latest_holder article .albumlayer {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
}
.latests .latest_holder article .albumlayer img:nth-child(1) {
    width: 88%;
    position: absolute;
    top: -17px;
    opacity: 0.4;
    margin: 0 auto;
    right: 0;
    left: 0;
	transition:0.2s;
	transition-delay: 0.3s;
}
.latests .latest_holder article .albumlayer img:nth-child(2) {
    width: 95%;
    position: absolute;
    top: -10px;
    opacity: 0.6;
    margin: 0 auto;
    right: 0;
    left: 0;
	transition: 0.2s;
    transition-delay: 0.2s;
}
.latests .latest_holder article:hover .albumlayer img:nth-child(1) {
    transform: translate(0px, 20px);
}
.latests .latest_holder article:hover .albumlayer img:nth-child(2) {
    transform: translate(0px, 10px);	
}
.artist .header {
    position: relative;
    height: 75vh;
    overflow: hidden;
}
.artist .header .cover {
	width:85%;
	height: 100%;
	display: block;
	background-size: 100%;
	position: fixed;
	z-index: -1;
}
.artist .header .cover img {
    width:100%;
    height:auto;
}
.artist .header .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 45px;
    background: linear-gradient(0, #000000a8, transparent);
}
.artist .header .instagram {
    z-index: 9;
    display: flex;
    position: absolute;
    left: 3%;
    top: 84%;
    direction: ltr;
    padding: 5px 11px;
    border-radius: 5px;
}
.artist .header .insta {
	width: 30px;
	height: 30px;
	background: url("images/instagram.svg") no-repeat center center;
	background-size: 80%;
	border-radius: 8px;
}
.artist .header .instagram .id {
    padding: 6px 6px 0;
    color: #fff;
}
.artist .header .ttl .txt h1 {
    color: #FFF;
}

.artist .header .bottom .ttl .txt p {
    color: #FFF;
    font-size: 14px;
}
.artist .header .bottom .ttl .btns .follow {
    border: 1px solid #fefefe;
    color: #fefefe;
    border-radius: 30px;
    padding: 10px 34px;
    display: inline-block;
    margin: 8px 0;
    cursor: pointer;
     -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

.artist .header .bottom .ttl .btns .playall {
    background-image: linear-gradient(to left, #33ab36, #368225);
    padding: 10px 25px;
    border-radius: 30px;
    margin: 8px;
    cursor: pointer;
    border: 0;
    overflow: hidden;
    color: #FFF;
    position: relative;
    transition: 0.3s;
     -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

.artist .header .bottom .ttl .btns .playall:hover,
.artist .header .bottom .ttl .btns .follow:hover {
    opacity: 0.8;
}

.artist .tabs {
	border-bottom: 1px solid #EEE;
	display: flex;
	justify-content: space-between;
	position: sticky;
	z-index: 8;
	top: 60px;
	background: #fff;
}

.artist .tabs .left,
.artist .tabs .right {
    display: flex;
}
.artist .tabs .right {
    white-space: nowrap;
    overflow: auto;
}
.artist .tabs .tb {
    font-size: 13px;
    padding: 19px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
	transition:0.2s;
}
.artist .tabs .tb a {
    color: #fff;
    padding: 6px 15px;
    background: #607D8B;
    border-radius: 50px;
}
.artist .tabs .tb a i {
    margin-right: 6px;
}
.artist .tabs .tb:hover {
    border-bottom: 1px solid #c7c7c7;
}

.artist .tabs .tb span {
    background: #ced4e2;
    padding: 2px 7px;
    border-radius: 5px;
    margin-right: 9px;
    font-size: 11px;
    color: #5e636c;
}

.artist .tabs .tb.active span {
    background: #ff5a67;
    color: #fff;
}

.artist .artistcontent {
    padding: 20px;
    background:#fff;
}
.artist .artistcontent .newpost {
	box-shadow: 0 -8px 10px -3px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	overflow: hidden;
}
.artist .artistcontent .newpost .title {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	align-items: center;
}
.artist .artistcontent .newpost .title h2 {
    font-size:14px;
}
.artist .artistcontent .newpost .title .right {
	display: flex;
	align-items: center;
}
.artist .artistcontent .newpost .title .right .newtag {
	background: #e21b2a;
	padding: 5px 13px;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	margin-left: 8px;
}
.artist .artistcontent .newpost .title .left .job {
	background: #e8eef8;
	padding: 3px 10px;
	border-radius: 20px;
	color: #343840;
	font-size: 11px;
}
.artist .artistcontent .newpost .cont {
	background: #f3f5f9;
	padding: 15px;
	display: flex;
	position: relative;
}
.artist .artistcontent .newpost .cover {
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
}
.artist .artistcontent .newpost .cover img {
    width:100%;
    height:auto;
}
.artist .artistcontent .newpost .text {
	flex: 2;
	margin-right: 15px;
	margin-top: 15px;
	position: relative;
}
.artist .artistcontent .newpost .text p a {
	color:#000;
}
.artist .artistcontent .newpost .text p a:hover {
	font-weight:bold;
}
.artist .artistcontent .newpost .text .top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e5e8ef;
	margin-bottom: 20px;
	padding: 0 10px 20px;
}
.artist .artistcontent .newpost .text .top .right p {
	margin-bottom: 7px;
}
.artist .artistcontent .newpost .text .top .right p.h3 {
    font-size: 14px;
}
.artist .artistcontent .newpost .text .top .right p.bold {
    font-weight:bold;
}
.artist .artistcontent .newpost .text .top .right a {
    color:#035da5;
}
.artist .artistcontent .newpost .text .top .right a:hover {
    color:#0390ff;
}
.artist .artistcontent .newpost .text .top .left {
	display:flex;
}
.artist .artistcontent .newpost .text .top .left a.artvcard {
    flex-flow: column;
    background: transparent;
    text-align: center;
    padding: 10px;
    margin: 0 5px;
    border-radius: 5px;
    border: none;
}
.artist .artistcontent .newpost .text .top .left a.artvcard img {
	position: static;
	margin: 0 auto;
	margin-bottom: 8px;
	width: 30px !important;
	height: 30px !important;
	background: #e6e9ef;
}
.artist .artistcontent .newpost .text .top .left a.artvcard:hover {
	background: transparent;
    border: 1px solid #dadfe8 !important;
    padding-bottom: 10px;
}
.artist .artistcontent .newpost .text .bottom {}
.artist .artistcontent .newpost .text .bottom .fistsection {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding: 0 10px;
}
.artist .artistcontent .newpost .text .bottom .secsection {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	bottom: 0%;
} 
.artist .artistcontent .newpost .text .bottom .secsection .downloads .playme {
	display: inline-block;
	padding: 13px 25px;
	border-radius: 5px;
	/* margin: 10px 5px; */
	cursor: pointer;
	transition: 0.3s;
	background:linear-gradient(45deg,#15d64b,#10b53f);
	color: #fff;
	box-shadow: 0px 0px 10px rgba(20, 194, 71, 0.3);
}
.artist .artistcontent .newpost .text .bottom .secsection .downloads .playme:hover {
	opacity:0.8;
}
.artist .artistcontent .newpost .text .bottom .secsection .downloads .playme:before {
    padding-left:5px;
}
.artist .artistcontent .newpost .text .bottom .secsection .downloads .playme i,.artist .artistcontent .newpost .text .bottom .secsection .downloads .download i {
    font-family: IRANSans;
    margin-right:6px;
}
.artist .artistcontent .newpost .text .bottom .secsection .downloads .download {
	display: inline-block;
	padding: 13px 25px;
	border-radius: 5px;
	margin: 0px 9px;
	cursor: pointer;
	transition: 0.3s;
	background: #fff;
	color: #000;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.artist .artistcontent .newpost .text .bottom .secsection .downloads .playme:hover {
	
}
.artist .artistcontent .newpost .text .bottom .secsection .downloads .download:hover {
	background: #d8dde6;
}
.artist .artistcontent .newpost .text .bottom .secsection .addplaylist {
	background: #e1e4ea;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.2s;
}
.artist .artistcontent .newpost .text .bottom .secsection .addplaylist:hover {
	background: #ffffff;
}
.artist .artistcontent .newpost .text .bottom .secsection .addplaylist b {
    font-weight:normal;
}
.artist .artistcontent .newpost .text .bottom .secsection .addplaylist i {
	margin-left:5px;
}
.loading {
    background: #ffffff;
	color: #000;
    border-radius: 100%;
    padding: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    margin: 0px 45%;
    animation-iteration-count: infinite;
    animation-name: loading;
    animation-duration: 2s;
    position: relative;
    left: 0;
    right: 0;
    top: -1px;
    margin: 0 auto;
}

.albumlist {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  border-radius: 5px;
}
.albumlist .item {
  display: flex;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 10px 12px;
  align-items: center;
  border-bottom: 1px solid #EEE;
  transition:0.2s;
}
.albumlist .item:hover {
    box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative;
}
.albumlist .artist {
    width: 43%;
}
.albumlist .star_rating {
    position: relative;
    margin-left: 12px;
}
.albumlist .item img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
}
.albumlist .item .num {
  width: 4%;
  text-align: center;
  font-size: 12px;
  color: #9c9c9c;
}
.albumlist .item h2 {
  font-size: 12px;
  width: 35%;
  font-weight: normal;
  margin-right: 12px;
}
.albumlist .item .views , .albumlist .item .likes , .albumlist .item .time {
  width: 10%;
}
.albumlist .item .far {
	cursor: pointer;
	width: 3%;
	text-align: center;
	border-radius: 5px;
}
.albumlist .item .far i {
    padding: 10px;
}
.albumlist .item .far:hover,.albumlist .item .far a:hover {
  color:#ff0057;
}
.albumlist .item .far a {
  color: #000;
}
.banner {
	position:relative;
	display:block;
	overflow:hidden;
	margin:10px 0;
	max-height:220px;
}
.banner:after {
	content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #d7188d94, transparent);
    z-index: 2;
    position: absolute;
}
.banner img {
	width: 100%;
    height: auto;
	display:block;
	transition:0.3s;
}
.banner:hover img {
	transform: scale(1.01);
}
.banner .text {
	text-align: center;
    position: absolute;
    z-index: 3;
    width: 100%;
    color: #FFF;
    top: 30%;
}
.banner .text i {
	font-size:60px;
}
.banner .text h4 {
	font-size:19px;
	margin: 10px 0 2px;
}
.banner .text p {
	font-size:14px;
}
.challenge .header {
    position: relative;
    z-index:1;
}
.challenge .header:after {
    content:'';
    position:absolute;
    background:#fff;
    width:140%;
    height:50vh;
    bottom:-35vh;
    right:-30%;
    transform:rotate(-5deg);
}
.challenge .header .cover {
    height: 65vh;
    overflow: hidden;
    background: #000;
}
.challenge .header .cover img {
    width: 100%;
    height: auto;
    opacity: 0.7;
}
.challenge .header .text {
    position: absolute;
    bottom: 25vh;
    color: #FFF;
    right: 2vw;
}
.challenge .header h1 {
	
}
.challenge .header p {
	
}
.challenge main {
	z-index:2;
	position:relative;
	margin-top: -5vh;
	padding-right: 25px;
	padding-left: 25px;
}
.challenge main .rows {
	
}
.challenge main .rows .title {
    position: relative;
    margin-bottom: 20px;
}
.challenge main .rows .title h2 {
	
}
.challenge main .rows .title p {
    margin-top: 8px;
    color: #7d7d7d;
}
.challenge main .rows .title a {
    position: absolute;
    left: 0;
    top: 25%;
    padding: 8px 19px;
    color: #5b6e88;
    border-radius: 5px;
    transition:0.1s;
    background: #d7e0ec;
}
.challenge main .rows .title a i {
	margin-left: 5px;
}
.challenge main .rows .title a:hover {
    box-shadow: none;
    background:#adb9ca;
    color:#fff;
}
.challenge main .rows .posts {
	margin:15px 0;
}
.challenge main .rows .posts .holder {
	
}
.challenge main .rows .posts article {
	position:relative;
}
.challenge main .rows .posts article figure {
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    background:#000;
	position:relative;
}
.challenge main .rows .posts article .time {
	left: 0;
    width: auto;
    position: absolute;
    background: rgba(0, 0, 0, 0.43137254901960786);
    margin: 10px;
    border-radius: 5px;
    padding: 2px 6px;
    color: #FFE;
    font-size: 10px;
    z-index: 2;	
}
.challenge main .rows .posts article figure img {
    width: 100%;
    height: auto;
    display: block;
    transition:0.2s;
}
.challenge main .rows .posts article:hover figure img {
    opacity:0.5;
}
.challenge main .rows .posts article h3 {
    margin:7px 12px;
}
.challenge main .rows .posts article .actions {
	padding: 0 11px;
}
.challenge main .rows .posts article .actions span {
	cursor:pointer;
	margin-left:12px;
}
.challenge main .rows .posts article .actions span i {
	margin-left:2px;
}
.challenge main .moreholder {
    position: relative;
    margin: 30px 0;
}
.challenge main .rows .more {
    background:#fff;
    width: max-content;
    border: 1px solid #bfc4ce;
    color:#64728c;
    padding: 10px 35px;
    display: block;
    margin: 0 auto;
    border-radius:100px;
    z-index: 2;
    position: relative;
    transition:0.2s;
}
.challenge main .rows .more:hover {
    border: 1px solid #d4d4d4;
    background:#ebeef3;
}
.challenge main .rows .moreholder::after {
    content:'';
    bottom:0;
    width: 100%;
    height: 1px;
    background: #e1e7f3;
    display:block;
    margin-top: -18px;
    z-index: 0;
}

.challenge main .rows .comments .holder article .text {
    background: #f0f2f6;
    color: #6e7585;
    padding: 15px;
    border-radius: 5px;
    line-height: 23px;
    position: relative;
    min-height:130px;
}
.challenge main .rows .comments .holder article .text:after {
	top:90%;
	right: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 242, 246, 0);
	border-top-color: #f0f2f6;
	border-width: 20px;
	margin-right: -15px;
	transform:rotate(-15deg);
}
.challenge main .rows .comments .holder article .name {	
    margin: 10px;
    color:#7b869b;
}

.playlist_archive .header {
	position: relative;
}
.playlist_archive .header .cover {
	height: 47vh;
	overflow: hidden;
	position:relative;
}
.playlist_archive .header .cover:after {
    content:'';
    position:absolute;
    width:100%;
    height:20vh;
    background: linear-gradient(0deg, white, transparent);
    z-index: 1;
    bottom: 0;
    right: 0;
}
.playlist_archive .header .cover img {
	width: 100%;
	height: auto;
	margin-top: -33vh;
}
.playlist_archive .header .text {
	position: absolute;
	top: 10vh;
	color: #FFF;
	left: 20vw;
	text-align: center;
}
.playlist_archive .header .text .tooltip {
	background: #baa67a;
    padding: 6px 25px;
    border-radius: 30px;
    position: absolute;
    top: -76%;
    left: 0;
}
.playlist_archive .header .text .tooltip:after {
	top:100%;
	right: 6%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 242, 246, 0);
	border-top-color: #baa67a;
	border-width: 5px;
	margin-right: 5px;
}
.playlist_archive .header .text h1 {
	color:#8e6d26;
	margin-bottom: 4px;
}
.playlist_archive .header  .text p {
	color:#8e6d26;
}
.playlist_archive main {
    padding-bottom: 20px;
}
.playlist_archive main .rows .posts {
	padding: 0 30px;
}
.playlist_archive main .rows .title {
    padding: 20px 30px;
    font-weight: bold;
    font-size: 15px;
}
.playlist_archive main .rows .posts .holder {
	display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
	
}
.playlist_archive main .rows .posts .holder .article {
    overflow: hidden;
    position: relative;
}
.playlist_archive main .rows .posts .holder .article:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(255, 152, 0, 0.43) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article.blue:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 55, 255, 0.43) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article.lightblue:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 173, 255, 0.34) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article.green:after {
	ackground: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 255, 78, 0.34) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article.lightgreen:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 255, 208, 0.34) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article.red:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(255, 0, 0, 0.34) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article.pink:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(255, 0, 153, 0.34) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article.purple:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(51, 0, 255, 0.34) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article.orange:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(255, 106, 0, 0.34) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article.yellow:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(255, 212, 0, 0.34) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article.gray:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(107, 107, 107, 0.34) 49%, rgba(0, 0, 0, 0.82) 100%);
}
.playlist_archive main .rows .posts .holder .article .play {
    background: url(/assets/images/play-w.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 42%;
    background-size: 95%;
    z-index: 9;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: 0.3s;
    opacity: 0;
    cursor:pointer;
}
.playlist_archive main .rows .posts .holder .article:hover .play {
    opacity: 1;
}
.playlist_archive main .rows .posts .holder .article .play:hover {
    transform: scale3d(1.1,1.1,1.1);
}
.playlist_archive main .rows .posts .holder .article figure {
	margin: 0;
	position: relative;
	background:#000;
}
.playlist_archive main .rows .posts .holder .article figure img {
    display: block;
    width: 100%;
    height: auto;
    transition:0.2s;
}
.playlist_archive main .rows .posts .holder .article:hover figure img {
    opacity:0.8;
}
.playlist_archive main .rows .posts .holder .article h2 {
	color: #000;
    margin: 5px;
    font-size: 14px;
        font-weight: normal;
}
.star_rating {
	position:relative;
}
.star_rating .stars {
	display:flex;
	direction:ltr;
	justify-content:center;
}
.star_rating .star {
	background: url('/assets/images/star.png') no-repeat 0px 0px;
	width: 20px;
	height: 16px;
	cursor:pointer;
}
.star_rating .star:hover,.star_rating .star.active {
    background-position:-19px 0px;
}
.star_rating .rate {
	background:#000;
}
.star_rating .rate {
    position: absolute;
    right: 0;
    left:0;
    margin:5px auto;
    text-align:center;
    width:35px;
    top: -20px;
    background: #000;
    color: #FFF;
    font-size: 11px;
    padding: 1px 7px;
    border-radius: 2px;
    opacity: 0;
}
.video_player {
  position: fixed;
  top:0px;
  left:0px;
  background: rgba(0,0,0,0.7);
  width:100%;
  height: 100%;
  z-index: 9999999;
  display:none;
}
.video_player .keeper {
  width:85%;
  height: auto;
  margin:5% auto;
  position: relative;
}
.video_player .keeper .close {
  position: absolute;
  top:0px;
  right: 0px;
  background:rgba(0,0,0,0.6);
  color:#fff;
  padding:10px;
  cursor: pointer;
  z-index:9999;
}
.video_player .keeper video {
  width:100%;
  height: auto;
  max-height: 80vh;
  object-fit: cover;
}

.user_vcard img {
  width: 30px;
  border-radius: 100%;
}
.user_vcard a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color:#333;
  width: 95px;
}
.naghd {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.0784313725490196);
	margin-bottom: 20px;
	position: relative;
	display:flex;
	border-radius:5px;
	overflow:hidden;
}
.naghd .title {
    position: relative;
    background:#00BCD4;
    width: 3%;
    text-align: center;
}
.naghd .title span {
  width: 32px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transform: rotate(0deg);
  color: #fff;
  text-orientation: sideways-right;
  writing-mode: vertical-rl;
}
.naghd .main {
    width:97%;
    padding: 12px 12px 12px 12px;
}
.naghd .top {
	position: relative;
	display: flex;
	margin-bottom: 10px;
}
.naghd .top .vcard {
    display: flex;
	margin-left: 15px;
	cursor:pointer;
}
.naghd .top .vcard .cover {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
	background: #19232d;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	position: relative;
}
.naghd .top .vcard .cover:before {
    content: "\f007";
    position: absolute;
    top: 40%;
    right: 40%;
    z-index: 0;
    font-size: 15px;
    color: #afafaf;
}
.naghd .cover.add_review {
  width: 60px;
  height: 60px;
  background: #efefef;
  border-radius: 8px;
  padding: 17px;
  text-align: center;
  font-size: 20px;
  color: #aaa;
  cursor: pointer;
}
.naghd .top .vcard .cover img {
	width: 100%;
    position: absolute;
    height: auto;
}
.naghd .top .vcard span {
	padding: 14px 15px;
}
.naghd .top .vcard span strong {
	color: #444e58;
    font-weight: bold;
    display: block;
}
.naghd .ncontent {
	line-height: 26px;
}
.naghd .likes {
	bottom: 20px;
    left: 13px;
    width: auto;
    top: auto;
}
.naghd .ncontent {
    margin-bottom: 55px;
}
#tooltip {
  position: absolute;
  top: 113px;
  left:100px;
  background:#000;
  padding: 3px 14px;
  z-index: 9999;
  color: #fff;
  border-radius: 4px;
  display:none;
  opacity:0;
  font-size: 10px;
}
#tooltip:after {
  content:"";
  width:0px;
  height:0px;
  position: absolute;
  border:8px solid transparent;
  border-top-color: #000;
  bottom:-12px;
  left:0;
  right:0;
  margin: auto;
}
.following {
    display: flex;
    flex-wrap: wrap;
}
.following .art {
	width: 150px;
    margin-bottom: 15px;
}
.following .art h3 {
    margin: 12px 0;
    font-size: 13px;
}
.following .art .delete {
    background: #fdfdfd;
    border: 1px solid #e0e0e0;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    padding: 4px;
    border-radius: 4px;
    font-size: 11px;
	transition:0.2s;
	cursor:pointer;
}
.following .art .delete:hover {
    background: #fdfdfd;
    border: 1px solid #ea7e7e;
    color: #da4949;
}
.following .art:hover {
    transform: unset;
}
.following .art .art .av_keeper {
	transition:0.2s;
}
.following .art:hover .art .av_keeper {
    transform: unset;
}
.moreitems {
    width: 200px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    display: none;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07058823529411765);
    overflow-y:auto;
    overflow-x:hidden;
}

.moreitems li {
    color: #434343;
    padding: 8px;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
.moreitems li:hover {
    background:#eee;
}
.moreitems li i {
    margin-left: 5px;
}
.mobilesidebar {
    display:none;
    position: fixed;
    z-index: 9999;
    width:100%;
    height:100%;
}
.mobilesidebar .contain {
    width: 75%;
    background: #FFF;
    height: 100%;
    position:relative;
}
.mobilesidebar .layer {
    width: 25%;
    background: rgba(0,0,0,0.5);
    height: 100%;
}
.mobilesidebar .top {
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
    padding: 20px;
    z-index: 2;
    background: #FFF;
    position: relative;
}
.mobilesidebar .user_vcard img {
    width: 60px;
    border-radius: 100%;
    margin-left: 15px;
}
.mobilesidebar .links a {
	background: linear-gradient(45deg, #e82769, #cc0963);
    color: #fff;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 4px;
}
.mobilesidebar .links a i {
	margin-right: 8px;
}
.mobilesidebar .menu {
	display: block;
    top: 0;
    width: 100%;
    background: #ffffff00;
    height: 100%;
    padding-top: 73px;
    z-index: 1;
	position: absolute;
}
.playlists_container .info.social .contentss {
  width: 100%;
  height: auto;
  position: sticky;
  top:11em;
}
.musicslist .load_more {
  width:100%;
  height: auto;
  padding:8px;
  background:#efefef;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.playlists_container .info.social video {
  width: 100%;
  height: auto;
  border-radius:8px;
}
.musicslist .load_more {
  width:100%;
  height: auto;
  padding:8px;
  background:#efefef;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.info.social {
  display: block;
}
.info.social .avatar {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 5px 0;
	border-radius: 5px;
	padding: 2px 8px;
	margin-bottom:10px;
}
.info.social .avatar img {
  width:45px;
  height:45px;
  border-radius:100%;
}
.info.social .avatar span {
  margin-right: 8px;
}
.info.social .avatar span strong {
    display:block;
}
#addlyric textarea , #addreview textarea {
    height: 170px;
}
.popup.shop {
  width:50%;
  line-height: 25px;
}
.popup.shop label {
  text-align: center;
  margin-top:20px;
}
.popup.shop input {
    direction:ltr;
}
.popup.shop input, .popup.shop button {
  width:40%;
  margin:5px auto;
  display: block;
}
.popup.shop li,.popup.info li {
  list-style-type:disc;
}
.popup.info li a {
    color: inherit;
}
.popup.shdow {
  width: 100% !important;
  height: 100%;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.4) !important;
  z-index:1111;
  border-radius: 0px;
}
.check_container {
    color: #fff;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cont.biog {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.cont.biog .showmore {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6px;
    background: #FFF;
    box-shadow: 0 -24px 58px #fff;
}
.cont.biog .showmore span {
    width: 125px;
    margin: 0 auto;
    background: #ced4e2;
    padding: 6px 22px;
    border-radius: 40px;
    display: block;
    text-align: center;
    cursor: pointer;
    transition:0.2s;
}
.cont.biog .showmore span:hover {
    opacity:0.8;
}
.faq {
	
}
.faq .head {
	background: url(images/faq.png) no-repeat center bottom #5557ec;
    height: 450px;
    text-align: center;
    padding-top: 35px;
    color: #FFF;
}
.faq .head h2 {
	margin-bottom:10px;
}
.faq .helpcenter {
    margin-top: 20px;
    box-shadow: 0 0px 19px rgba(0, 0, 0, 0.05);
}
.faq .helpcenter .box {
    border-bottom: 1px solid #eaeaea;
}
.faq .helpcenter .box .title {
    padding: 15px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    cursor:pointer;
	transition:0.2s;
}
.faq .helpcenter .box .title:hover {
    color:#E91E63;
}
.faq .helpcenter .box .title i {
    padding:8px 0 0;
    font-size:15px;
}
.faq .helpcenter .box .text {
    padding:  10px 15px 15px;
    display: none;
}
.faq .helpcenter .box.active .text {
    display: block;
}
.owl-loading .item {
    width: 97.067px;
}
.single .post .infos a.lyric {
    display:none;
}
.owl-carousel{
  overflow:hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height:200px;
}
.owl-carousel.owl-loaded{
  overflow:visible;
  display: block;
    height:auto;
}
.internet {
    background: #2db3b3;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    margin-top: 7px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07058823529411765);
    position: relative;
    font-size: 11px;
    text-align: center;
}
.mobilesidebar .menu ul.sub-menu {
    display: none;
    margin-top: 33px;
    width: 100%;
    margin-right: -44px;
}
.notfound .archive,.notfound .indextitle{
    padding:0 30px;
}
.notfound .head {
    background: url(/assets/images/404.jpg) no-repeat center bottom #e9fcff;
    height: 450px;
    text-align: center;
    padding-top: 35px;
    color: #2a393c;
}
.notfound h2 {
    margin-bottom: 10px;
}
.admin_edits input , .admin_edits select{
  margin:5px 0;
}
.admin_edits input.remove {
  background:red;
  color:#fff;
}
.admin_edits .flx {
  display: flex;
}
.admin_edits .flx input {
  width:50%;
}
.admin_edits .flx a {
  width: 50%;
  text-align:center;
  background:#efefef;
  padding:10px;
  border:1px solid #ccc;
}
.aboutpublisher {
    box-shadow: 0 0 36px rgba(0,0,0,.09019607843137255);
    margin: 15px 0 30px;
    padding: 25px;
    position: relative;
    width: 85%;
    float: left;
    text-align: center;
    height: 450px;
    border-radius: 0px 0 500px 500px/0px 0px 100px 100px;
    background:url('images/publisher-bg.jpg') no-repeat;
    background-size: cover;
}
.aboutpublisher .ttl .avatar {
    position: absolute;
    bottom: -57px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}
.aboutpublisher .ttl .avatar img {
    border-radius: 100%;
    border: 8px solid #FFF;
    width:100%;
}
.aboutpublisher .ttl .txt {
        margin: 30px;
        color:#fff;
}
.aboutpublisher .ttl .txt p {
    margin-top:20px;
}
.aboutpublisher .btns {
   position: absolute;
    bottom: 28%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.aboutpublisher .playall {
    background:linear-gradient(45deg,#15d64b,#10b53f);
    padding:11px 10px 11px 15px;
    border-radius: 30px;
    color: #FFF;
    cursor: pointer;
    box-shadow: 0 0 15px #00000021;
    transition:0.2s;
}
.aboutpublisher .playall i {
    padding: 9px 10px;
    background: #00a72f;
    border-radius: 100%;
    color: #FFF;
    margin-left: 6px;
}
.aboutpublisher .playall:hover {
    opacity:0.8;
}
.aboutpublisher .telephone {
    padding:11px 10px 11px 15px;
    margin: 0 12px;
    border: 1px solid #fff;
    color: #4a3c13;
    border-radius: 30px;
    transition:0.2s;
}
.aboutpublisher .telephone i {
    padding: 8px;
    background: #ffffff;
    border-radius: 100%;
    color: #000;
    margin-left: 6px;
}
.keywords {
    padding: 0 30px;
}
.keywordhead {
    background: url(/assets/images/keywords.png) no-repeat center bottom #fffcf1;
    height: 450px;
    text-align: center;
    padding-top: 35px;
    color: #2a393c;
}
.keywordhead h2 {
    margin-bottom: 10px;
}
.keywords .key_row .title {
    position: relative;
    padding: 10px;
}
.keywords .key_row .title:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #edecec;
    width: 100%;
    top: 26px;
    overflow: hidden;
}
.keywords .key_row .title span {
    background: #FFF;
    padding: 6px 20px;
    display: inline-block;
    border: 1px solid #edecec;
    border-radius: 5px;
    z-index: 2;
    position: relative;
    right: 1%;
}
.keywords .keys {
    margin:15px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}
.keywords .keys a {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.06);
    padding: 6px 8px;
    border-radius: 5px;
    position: relative;
    color:rgba(0, 0, 0, 0.54);
}
.keywords .keys a .name {
    transition:0.3s;
    display: inline-block;
    margin-top: 11px;
}
.keywords .keys a .count {
    background: #EEE;
    padding: 13px;
    border-radius: 5px;
    margin-left: 8px;
    width: 55px;
    display: inline-block;
    text-align: center;
    
}
.keywords .keys a i {
    position: absolute;
    left: 23px;
    bottom: 17px;
    font-size: 20px;
    color: #9e9e9e;
    transition:0.3s;
}
.keywords .keys a:hover i {
    transform: rotateZ(45deg);
}
.keywords .keys a:hover .name {
    font-weight:bold;
}
.keywords .key_row:nth-child(2) .count {
    background: #daffee;
}
.keywords .key_row:nth-child(3) .count {
    background: #ffdaef;
}
.keywords .key_row:nth-child(4) .count {
    background: #fffcda;
}
.keywords .key_row:nth-child(5) .count {
    background: #e3ffda;
}
.keywords .key_row:nth-child(6) .count {
    background: #dafdff;
}
.keywords .key_row:nth-child(7) .count {
    background: #daf2ff;
}
.keywords .key_row:nth-child(8) .count {
    background: #dae4ff;
}
.keywords .key_row:nth-child(9) .count {
    background: #e5daff;
}
.keywords .key_row:nth-child(10) .count {
    background: #eedaff;
}
.keywords .key_row:nth-child(11) .count {
    background: #f8daff;
}
.keywords .key_row:nth-child(12) .count {
    background: #ffdafa;
}
.keywords .key_row:nth-child(13) .count {
    background: #ffdadd;
}
.keywords .key_row:nth-child(14) .count {
    background: #ffe9da;
}
.keywords .key_row:nth-child(15) .count {
    background: #fffdda;
}
.keywords .key_row:nth-child(16) .count {
    background: #f1ffda;
}
.keywords .key_row:nth-child(17) .count {
    background: #daffdd;
}
.keywords .key_row:nth-child(18) .count {
    background: #dafff8;
}
.keywords .key_row:nth-child(19) .count {
    background: #e4daff;
}
.keywords .key_row:nth-child(20) .count {
    background: #f8daff;
}
.main_nav li {
    padding-right: 38px !important;
}
.main_nav li:hover {
    border-right: 2px solid transparent;
}
.main_nav li:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    right: 12px;
    top: 12px;
}
.archive.podcasts .offers {
    margin-top: 0;
    margin-bottom: 30px;
}
.more_links {
    background: #dcdcdc;
    color: #191919;
    padding: 10px 60px;
    border-radius: 5px;
    display: block;
    margin: 20px auto;
    width: max-content;
    transition:0.2s;
}
.more_links:hover {
     padding: 10px 70px;
}
.content.publishers {
    width: 85%;
}
.publishers .rowposts {
    display: flex;
    background: #13aab1;
    padding: 30px;
    position:relative;
}
.publishers .rowposts:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 46%, rgba(255,255,255,0) 100%);
}
.publishers .rowposts .info {
    width: 25%;
    margin-left: 1%;
    box-shadow: 0 0 15px rgba(0,0,0,.0784313725490196);
    border-radius: 5px;
    background: #FFF;
    position: relative;
}
.publishers .rowposts .info .header {
    position: relative;
    /*
    height: 150px;
    background: url(/assets/images/publisher-bg.jpg) no-repeat;
    background-size: cover;*/
}
.publishers .rowposts .info .header .avatar {
    position: absolute;
    bottom: -97px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 120px;
}
.publishers .rowposts .info .header .avatar img {
    border-radius: 100%;
    border: 8px solid #fff;
    width: 100%;
}
.publishers .rowposts .cont {
   padding: 14px;
    margin-top: 95px;
    text-align: center;  
}
.publishers .rowposts .cont h2 {
    margin-bottom: 12px;
}
.publishers .rowposts .info .more {
        display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    box-shadow: inset 0px -3px 5px #00000005;
    width: 93%;
    margin: 0 auto;
    transition: .2s;
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
    color:#888;
}
.publishers .rowposts .info .more:hover {
    background: #d20e45;
    color: #fff;
    border: 1px solid #d20e45;
}
.publishers .rowposts .info p {
   margin: 12px 0 15px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: pre-wrap;
    width: 100%;
}
.publishers .rowposts .pubposts {
    width: 75%;
}
.publishers .showmore {
    margin: 14px auto;
    padding: 12px 30px;
    color: #000;
    display: block;
    width: max-content;
    background: #fffe;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.09019607843137255);
    border-radius: 10px;
}
.publisher_holder .post {
    box-shadow: 0 0 17px rgba(0,0,0,.0784313725490196);
    border-radius: 5px;
    padding-bottom: 9px;
    background: #fff;
}
.publisher_holder .post figure {
    padding:10px;
    margin-bottom:10px;
}
.publisher_holder .post figure img {
    height:auto;
}
.publisher_holder .post h2 a {
    color: #000;
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}
.publisher_holder .post h2 a span {
    display: block;
    font-weight: normal;
    margin-top: 3px;
}
.publisher_holder .post .actions {
    display: flex;
    justify-content: center;
    margin-top:10px;
}
.publisher_holder .post .actions span {
     font-size: 13px;   
      cursor: pointer;
      transition:0.2s;
}
.publisher_holder .post .actions span:hover {
    opacity:0.5;
}
.publisher_holder .post .actions .AP_playnow {
    display: flex;
    padding: 5px 10px;
    border-radius: 30px;
    background:#fff;
    color:#000;
    border: 1px solid #4a4a4a;
    margin-right:10px;
}
.publisher_holder .post .actions .AP_addtoplaylist {
    padding: 11px;
}
.publisher_holder .post .actions .AP_playnow img {
    margin-left: 6px;
    padding-top: 0;
}
.dark .publisher_holder .post h2 a {
    color:#fff;
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.playlistscontainer .posts {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 30px;
}
.playlistscontainer .posts .socialpost {
    position:relative;
    overflow:hidden;
    cursor:pointer;
}
.playlistscontainer .posts .socialpost .cover {
    background:#000;
}
.playlistscontainer .posts .socialpost:hover img {
    opacity:0.8;
}
.playlistscontainer .posts .socialpost img {
    width: 100%;
    height: auto;
}
.playlistscontainer .posts .socialpost .play {
    background: url(/assets/images/play-w.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 48%;
    background-size: 95%;
    z-index: 9;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: 0.3s;
    opacity: 0;
    cursor: pointer;
}
.playlistscontainer .posts .socialpost:hover .play {
     opacity: 1;
}
.playlistscontainer .posts .socialpost .title {
    position: absolute;
    top: 77%;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    display:none;
}
.playlistscontainer .posts .socialpost .title strong {
    display: block;
}
.playlistscontainer .posts .socialpost:hover .title {
    display:block;
}
.samandehi {
    cursor: pointer;
   width: 30px;
    height: 30px;
    margin: 3px 9px;
}

.moharam {
    display: flex;
    
    background: #2d2d2d;
    margin: 15px -25px;
    padding: 30px;
}
.moharam .image {
    position:relative;
    margin-left: 2%;
    width: 33%;
}
.moharam .image p {
    position: absolute;
    bottom: 11%;
    right: 10%;
    color:#fff;
}
.moharam .image p a {
    background: #a30001;
    color: #FFF;
    margin-right: 2px;
    padding: 1px 9px 2px;
    transition:0.1s;
}
.moharam .image p a:hover {
    background: #2d2d2d;
}
.moharam .image img {
    width:100%;
    height:auto;
}
.moharam .post h4 {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
}
.moharam .post h4 strong {
    display: block;
    font-weight: normal;
}
.moharam .moharam_posts {
    width: 65%;
    margin-top: 25px;
}
.moharam .moharam_posts {
    width: 65%;
    margin-top: 25px;
}
.latests .latest_holder article .fa-video {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    font-size: 18px;
}
.single .artist {
    position: relative;
}
.single .followtext {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.single .followtext .txt {
    padding: 9px 0;
    font-size: 14px;
}
.content.help .cover {
  width:100%;
  height: 300px;
  overflow: hidden;
}
.content.help .cover img {
  width:100%;
  height: auto;
}
.content.help .text {
  width:100%;
  height: auto;
  padding:15px;
  font-size: 13px;
    line-height: 33px;
}
.content.help .text img {
    box-shadow: 0 0 22px #00000017;
    margin: 15px auto;
}
.teasers.owl-carousel .owl-loading {
    display:none !important;
}
.content.help .text li {
    list-style: inherit;
}
.contact_to_buy {
    background: #fff;
    border-right: 3px solid #db5f5f;
    width: 100%;
    height: auto;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
    margin-top: 14px;
    line-height: 38px;
    box-shadow: 0 0 15px #0000001a;
    border-left: 3px solid #db5f5f;
}
.closeSide {
    position: absolute;
    background: #fffe;
    top: 5%;
    left: 0;
    border-radius: 0px 21px 21px 0px;
    padding: 7px 22px;
    font-size: 15px;
}
.designer {
    position: absolute;
    bottom: 10%;
    right: 4%;
    color:#bfbfbf;
}
.designer a {
    color: #878787;
}
.music-card {
    position: fixed;
  bottom: 5rem;
  left: 2rem;
  z-index: 999;
      width: 349px;
      height: 108px;
      border-radius: 14px;
      overflow: hidden;
      color: #fff;

      background: rgba(25, 27, 32, 0.72);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);

      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 8px 24px rgba(0, 0, 0, 0.45);
    }
@media (max-width: 599px) {
    .music-card {
        width: 89%;
          left: 0;
          right: 0;
          margin: 0 auto;
    }
    .content {
    padding-bottom: 10rem;
  }
}

    .music-card .title-box {
      height: 36px;
      padding: 0 13px 0 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      z-index: 2;

      background: rgba(255, 255, 255, 0.045);
      border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    }

    .music-card .title-box span {
      font-size: 11px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.92);
      white-space: nowrap;
    }

    .music-card .close-btn {
      font-size: 16px !important;
  padding-top: 5px;
      cursor: pointer;
    }

    .music-card .player-box {
      height: 72px;
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 58px 1fr 70px;
      align-items: center;
      gap: 10px;
      padding: 0 0 0 13px;
      direction: ltr;
    }

    .music-card .play-btn {
      width: 45px;
      height: 45px;
      border: none;
      border-radius: 14px;
      background: rgba(43, 47, 56, 0.92);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }
.music-card .AP_playnow {
width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
}
   .music-card  .song-info {
      direction: rtl;
      text-align: right;
      padding-right: 1px;
      transform: translateY(-1px);
    }

   .music-card  .artist-name {
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 5px;
      color: #fff;
      line-height: 1;
    }

   .music-card  .song-name {
      font-size: 11px;
      font-weight: 400;
      line-height: 1;
      color: rgba(255, 255, 255, 0.86);
      white-space: nowrap;
    }

   .music-card  .cover {
      width: 70px;
      height: 70px;
      object-fit: cover;
      display: block;
      border-radius: 0 0 12px 12px;
      align-self: end;
    }
    
    /* Modern Minimal Mobile Number Banner - Single Line */
.mobilenumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 60px;
  font-size: 15px;
  font-weight: 400;
  color: #2d3436;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: default;
}

/* Subtle shimmer animation */
.mobilenumber::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient( 90deg, transparent, rgba(173, 43, 43, 0.4), transparent );
  animation: shimmer 3.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shimmer {
  0% { left: -100%; }
  50% { left: 100%; }
  100% { left: 100%; }
}

/* Hover glow effect */
.mobilenumber:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
}

/* Phone number link styling */
.mobilenumber a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 600;
  margin: 0 13px;
  padding: 4px 12px;
  background: rgba(0, 102, 204, 0.06);
  border-radius: 40px;
  transition: all 0.3s ease;
  position: relative;
  letter-spacing: 0.5px;
  display: inline-block;
}

/* Number pulse animation */
.mobilenumber a::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 40px;
  border: 1.5px solid rgba(0, 102, 204, 0.15);
  animation: pulse-ring 2s ease-out infinite;
  pointer-events: none;
}

@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.2); opacity: 0; }
}

/* Hover state for number */
.mobilenumber a:hover {
  background: rgba(0, 102, 204, 0.12);
  color: #004b99;
  transform: scale(1.04);
  box-shadow: 0 2px 16px rgba(0, 102, 204, 0.15);
}

.mobilenumber a:hover::after {
  animation: none;
  border-color: rgba(0, 102, 204, 0.3);
}

/* Text before number */
.mobilenumber .text-content {
  color: #2d3436;
  font-weight: 400;
}
 .mobilenumber.mob {
        display:none;
    }
/* Responsive adjustments */
@media (max-width: 640px) {
    .mobilenumber.mob {
        display:block;
        width:100%;
    }
    .mobilenumber.desk {
        display:none;
    }
  .mobilenumber {
    font-size: 13px;
    padding: 12px 16px;
    border-radius: 40px;
    white-space: normal;
    flex-wrap: wrap;
    gap: 4px;
  }
  
  .mobilenumber a {
    padding: 3px 10px;
    font-size: 13px;
  }
}

  .dark .mobilenumber {
    background: linear-gradient(135deg, #4c0707 0%, #862424 100%);
    color: #e8e8e8;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    border: 0;
  }
  
  .dark .mobilenumber .text-content {
    color: #e8e8e8;
  }
  
  .dark .mobilenumber a {
    color: #791e1e;
    background: rgb(255, 255, 255);
    margin: 0 10px;
  }
  

