@charset "utf-8";
/* CSS Document */
* {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    scrollbar-width: thin;
    color: #FFFFFF;
    outline: none;
}
*::-webkit-scrollbar {
    width: 5px;
  }
*::-webkit-scrollbar-thumb {
    background: #ddd; 
  }
*::-webkit-scrollbar-track {
    background: #666; 
  }
.main-bg{
    background: #222;
}
.fullwidth{
    width: 100%;
}
.f-left{
    float: left;
}
.f-right{
    float: right;
}
.bg-1{
    background: #000;
}
.bg-2{
    background: #222;
}
.font-1{
    font-family: 'DM Sans', sans-serif;
}
.txt-clr-1{
    color: #fff;
}
.logo {
    width: 40px;
}
.main-container{
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}
.head-link:hover {
    color: #fff;
}
.head-link {
    text-decoration: none;
    padding: 9px 10px;
    margin: 0 5px;
    cursor: pointer;
    transition: .3s ease;
    padding-bottom: 17px;
}
.head-area {
    position: fixed;
    z-index: 100;
}
.inner-area {
    background: #222;
    margin-top: 54px;
    /*padding-bottom: 9px;*/
}
.video-sec {
    
}
.banner-area {
   
}
.bnr-cnt p {
    font-size: 16px;
    line-height: 32px;
}
.bnr-cnt h4 {
    font-size: 35px;
    padding-bottom: 10px;
}
.bnr-cnt {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 130px 15px;
    position: relative;
}
.banner-bg {
    background-position: center;
    position: relative;
}
.banner-bg-overlay {
    position: absolute;
    background: #0000008f;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 00;
}
.ftr-lft {
    width: auto;
    float: left;
}
.ftr-lft a {
    color: #fff;
  text-decoration: none;
  padding: 0px 10px;
  margin: 10px 5px 10px 5px;
  float: left;
}
.ftr-lft a:hover {
    color: #fd2d2d;
}
.fooetr {
    background: #000;
    /*margin-bottom: 85px;*/
}
.ftr-dwn.f-left.fullwidth {
    text-align: center;
    margin: 0 0 10px 0;
}
.ftr-rt {
    float: right;
    width: auto;
}
.ftr-rt a {
    padding: 5px 5px;
  margin: 6px 5px 0px 5px;
  float: left;
}
.login-pop {
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    background: #222;
    padding: 15px;
    width: 100%;
    max-width: 320px;
    border-radius: 10px;
    z-index: 100001;
    position: absolute;
}
.pop-head span {
    padding-bottom: 5px;
    display: inline-block;
    font-size: 22px;
    border-bottom: 1px solid #666;
    margin-bottom: 5px;
    font-weight: 700;
}
.pop-head span::after {
    content: "";
    left: 35%;
    right: 35%;
    bottom: -3px;
    height: 6px;
    position: absolute;
    background: #ff2e2e;
}
input[type="password"], input[type="number"], input[type="url"], input[type="text"], input[type="email"], textarea {
    background: #333;
    border: none;
    line-height: 35px;
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 0 10px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group.log-in label {
    display: inline-block;
    margin-bottom: .5rem;
}
.forgetpassword {
    color: #fff;
    text-decoration: none;
}
.btn {
    padding: 5px 20px;
    border-radius: 22px;
}
.pop-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: none;
    cursor: pointer;
}
.pop-cls svg {
    font-size: 16px;
    position: relative;
    top: 1px;
    right: 5px;
}
label {
    margin-bottom: .5rem;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}
input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    line-height: 18px;
    height: 22px;
}
input[type="checkbox"] + label::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .9;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    background: #333;
}
input[type="checkbox"] + label::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    border-radius: 3px;
}
input[type="checkbox"]:checked + label::before {
    background: #ff2e2e;
    border-color: #ff2e2e;
}
input[type="checkbox"]:checked + label::after {
    width: 7px;
    border-radius: 0;
    opacity: 1;
    border-color: #FFF;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 13px;
    left: 6px;
    top: 2px;
}
.main-heading span {
    padding-bottom: 5px;
    display: inline-block;
    font-size: 24px;
    border-bottom: 1px solid #666;
    margin-bottom: 5px;
    font-weight: 700;
}
.main-heading span::after {
    content: "";
    left: 35%;
    right: 35%;
    bottom: -3px;
    height: 6px;
    position: absolute;
    background: #ff2e2e;
}
.login-page {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
}
.log-lft {
    position: relative;
    width: 50%;
    float: left;
    padding: 0px 50px;
    top: 50%;
    transform: translateY(-50%);
}
.log-rt {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}
.log-txt h4 {
    font-size: 32px;
    padding-bottom: 5px;
}
.log-txt p {
    font-size: 16px;
    line-height: 25px;
}
.album-lft {
    float: left;
    width: 180px;
}
.album-rt {
    float: left;
}
.albm-inn{
    background: #1c1c1c;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: relative;
}
.albm-name {
    font-size: 18px;
}
.album-cnt {
    padding: 15px;
}
.album-cnt p {
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 7px;
    color: #a1a1a1;
    font-weight: 500;
}
.album-cnt p span {
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 7px;
    color: #a1a1a1;
    font-weight: 500;
    padding-left: 5px;
}
.albm-dtl {
    float: left;
    padding-right: 15px;
}
.artst-name {
    color: #fff !important;
}
.drp-icn {
    padding-left: 5px;
}
.usr-drp-a:hover {
    background: #0e0e0e;
    color: #dc3545 ;
    border-radius: 4px;
}
.usr-drp-a {
    width: 100%;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 9px 6px;
    transition: .3s ease;
}
.usr-drp {
    position: absolute;
    right: 5px;
    background: #000000;
    text-align: right;
    top: 50px;
    border-radius: 6px;
    padding: 10px;
    width: 170px;
    display: none;
}
.reg-scs {
    position: absolute;
    background: #000000;
    max-width: 500px;
    width: 94%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 50px 20px;
    text-align: center;
    border-radius: 10px;
}
.reg-scs-i {
    width: 115px;
    margin: 0px auto;
}
.reg-scs-cnt h2 {
    padding-top: 22px;
    color: #00b96f;
}
.error-msg {
    color: #dc3545;
}
.admin-login-header-in {
    background-color: #1ea1f2fa;
    padding: 50px 15px 160px;
    text-align: center;
}
.login_page_logo {
    display: inline-block;
    position: relative;
    z-index: 20;
}
.login_page_logo img {
    height: 50px;
}
.login_page_bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
    background-position: bottom;
    background-image: url(../images/login_bg.png);
    background-repeat: no-repeat;
}
.login-container {
    padding: 0 15px;
}
.login-container .login-box {
    width: 100%;
    max-width: 340px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    margin-top: -120px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
    margin-bottom: 50px;
}
.login-box .login-header {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #666666;
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.login-box .form_row {
    position: relative;
    padding-bottom: 25px;
}
.login-box .form_row label {
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #666;
}
.login-box input[type="text"], .login-box input[type="password"] {
    width: 100%;
    border: none;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid #999;
    line-height: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.login-box input[type="text"], .login-box input[type="password"], .login-box textarea {
    width: 100%;
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border-radius: 3px;
    background: #efefef;
    padding: 0px 5px;
}
.form-error {
    bottom: 4px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: red;
    display: none;
}
.login-box .form_row .info-p {
    font-size: 13px;
    margin: 0;
    color: #777;
}
.login-btn {
    background-color: #1ea1f2;
    border: none;
    font-size: 14px;
    padding: 0 30px;
    line-height: 40px;
    border-radius: 20px;
    color: white;
    cursor: pointer;
    -webkit-appearance: none;
}
.admin-login input {
    color: #000;
}
ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 10px 0 25px 0;
}
ul#tabs-nav li {
    float: left;
    font-weight: 600;
    margin-right: 2px;
    margin-bottom: 2px;
   /* padding: 8px 15px;*/
    border-radius: 5px;
    cursor: pointer;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    background: #292929;
}
#tabs-nav li a {
    padding: 8px 15px;
    float: left;
}
ul#tabs-nav li a {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
}
ul#tabs-nav li.active a {
    color: #dc3545 !important;
}

ul#tabs-nav li:hover, ul#tabs-nav li.active {
    background-color: #333;
}
#tabs-nav li a {
    text-decoration: none;
    color: #FFF;
}
.chk-bx-pd {
    padding-right: 30px;
    padding-top: 1.5rem;
    position: relative;
}
.btn-cancl:hover {
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}

.btn-cancl {
    background: #333333;
    border: 1px solid #333333;
    color: #fff;
}
.tb-hd {
    display: flex;
}
.tb-hd-in {
    width: inherit;
    padding: 15px 10px;
    font-weight: 500;
}
.tb-hd {
    display: flex;
    background: #333333;
    border-radius: 5px;
    width: 100%;
}
.tb-cnt-in {
    width: inherit;
    padding: 15px 10px;
    color: #9d9d9d;
    word-break: break-word;
}
.tb-cnt {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #222222;
}
.tb-cnt-out {
    /*background: #333333;
    border-radius: 5px;
    margin-top: 5px;*/
    background: #333;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}
/*.tb-cnt-img {
    width: 30px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}*/
/*.tb-cnt-img {
  width: 30px;
  float: left;
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  top: 10px;
}*/
.tb-cnt-img {
  width: 40px;
  float: left;
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  top: 10px;
}
.tb-cnt-title-span span {
    color: #9d9d9d;
}
/*.tb-cnt-title-span {
    padding-left: 37px;
    color: #9d9d9d;
    width: auto;
}*/
.tb-cnt-title-span {
  padding-left: 50px;
  color: #9D9D9D;
  width: auto;
}
.tb-cnt-title-pd-lft {
    padding-left: 10px;
    float: left;
}
.tb-cnt-head{
    display: none;
}
.albm-dlt-btn:hover {
    background: #323232;
}

.albm-dlt-btn svg {
    float: left;
    padding-left: 7px;
    padding-top: 6px;
    font-size: 13px;
}
.albm-dlt-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #2a2a2a;
    height: 25px;
    width: 25px;
    margin: 0px auto;
    border-radius: 6px;
    cursor: pointer;
    transition: .2s ease;
}
.hvr-tooltip {
    position: absolute;
    background: #292929;
    padding: 8px 8px;
    font-size: 11px;
    width: 190px;
    bottom: 15px;
    border-radius: 5px;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
}
.hvr-tooltip::after {
    position: absolute;
    content: "";
    border-top: 10px solid #292929;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    left: 11px;
    bottom: -17px;
}
.hvr-tooltip1 {
    position: absolute;
    background: #292929;
    padding: 8px 8px;
    font-size: 11px;
   /* width: 190px;*/
    width: 300px;
    bottom: 25px;
    border-radius: 5px;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
    right: 11px;
}
.hvr-tooltip2 {
    position: absolute;
    background: #292929;
    padding: 8px 8px;
    font-size: 11px;
    width: 190px;
    bottom: 60px;
    border-radius: 5px;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
    right: 11px;
}
.hvr-tooltip1::after {
    position: absolute;
    content: "";
    border-top: 10px solid #292929;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    right: 11px;
    bottom: -17px;
}
.hvr-tooltip2::after {
    position: absolute;
    content: "";
    border-top: 10px solid #292929;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    right: 11px;
    bottom: -17px;
}
.chk-bx-pd:hover .hvr-tooltip{
    visibility: visible;
    opacity: 1;
    bottom: 35px;
    transition-delay:1s;
}
.txt-fld-out:hover .hvr-tooltip1{
    visibility: visible;
    opacity: 1;
    bottom: 45px;
    transition-delay:1s;
}
.txt-fld-out:hover .hvr-tooltip2{
    visibility: visible;
    opacity: 1;
    bottom: 80px;
    transition-delay:1s;
}
.txt-fld-out{
    position: relative;
}
.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select2-selection.select2-selection--single {
    background: #333;
    border: none;
    height: 35px;
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 0 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 35px;
    padding: 0px;
}
.select2-dropdown {
    background-color: #333333;
    border: 1px solid #333333;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #222222;
    background: #222222;
    border-radius: 3px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #222222;
}
.select2-container--default .select2-results__option--selected {
    background-color: #595959;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}
.custom-input input[type="file"] {
    position: absolute;
    left: 0;
    height: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.custom-input {
    border-radius: 3px;
    height: 35px;
    display: flex;
    position: relative;
    background: #333333;
    overflow: hidden;
}
.custom-input .browse-btn {
    padding: 0px 10px;
    background: #dc3545;
    line-height: 35px;
    display: block;
    width: 30%;
    max-width: 80px;
    text-align: center;
}
.custom-input .browse-text {
    padding: 0 10px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 70%;
}
.txt-inner{
    display: flex;
}
.pr10{
    padding-right: 10px;
}
.bt1 {
    background: #dc3545;
    border: none;
    border-radius: 3px;
    height: 35px;
}
.artst-dv {
    width: 20%;
}
.artst-img {
    border-radius: 10px;
    overflow: hidden;
}
.artst-txt {
    padding: 10px 3px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #333;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff2e2e;;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.prwv-rngtn {
    display: flex;
}
.prw-lft {
    width: 350px;
}
.prw-rt {
    padding-left: 15px;
    padding-top: 5px;
}
.prw-cnt-txt {
    display: flex;    
    padding-top: 7px;
}
.prw-cnt-txt-lft {
    width: 190px;
}
.prw-cnt-txt-lft span {
    float: right;
    padding-right: 15px;
}
.prw-lft img {
    border-radius: 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #222222;
    background: #222222;
    font-weight: normal;
    color: #bdbdbd;
    border-radius: 3px;
}
.ui-widget-content {
    border: 1px solid #333333;
    background: #333333;
}
.ui-widget.ui-widget-content {
    border: 1px solid #333333;
    margin-top: 3px;
}
.ui-widget-header {
    border: 1px solid #222222;
    background: #222222;
    color: #333333;
    font-weight: bold;
}
td.ui-datepicker-today .ui-state-default.ui-state-highlight {
    background: #101010;
    border: 1px solid #101010;
}
td.ui-datepicker-today ui-button.ui-state-disabled:hover {
    background: #101010;
    border: 1px solid #101010;
}
.usr-drp1 {
    position: absolute;
    left: -5px;
    background: #000000;
    text-align: left;
    top: 50px;
    border-radius: 6px;
    padding: 10px;
    width: 170px;
    transition: .3s ease;
    opacity: 0;
    visibility: hidden;
}
.head-link:hover .usr-drp1{
    opacity: 1;
    visibility: visible;
}
.head-link:hover {
    color: #dc3545  !important;
}
.head-link:hover svg path {
    color: #dc3545 ;
}
.head-link svg path {
    transition: .3s ease;
}
.head-responsive {
    display: none;
}
.menu-bt-res {
    display: none;
}
.pop-bg1 {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000ab;
    z-index: 100;
    display: none;
}
.login-pop1 {
    position: absolute;
    width: 94%;
    background: #222;
    max-width: 420px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}
.ad-trk-bg {
    background: #292929;
    padding: 20px;
    border-radius: 5px;
    padding-bottom: 5px;
}
.trks-lst .tb-cnt-title-span span {
    font-size: 11px;
}
.tb-cnt-title-span1 {
    /*padding-left: 40px;*/
    padding-left: 10px;
    color: #9d9d9d;
    width: auto;
}
.trks-lst .tb-cnt-title-span1 span {
    font-size: 11px;
}
.tb-cnt-img1 {
    width: 30px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 38px;
}
.trk-ply:hover {
    background: #2a2a2a;
}
.trk-ply {
    width: 30px;
    position: relative;
    cursor: pointer;
    margin-left: 4px;
    border-radius: 3px;
    transition: .3s ease;
}
.trks-lst {
    background: #333333;
    margin-bottom: 15px;
    border-radius: 3px;
    display: flex;
    padding: 5px 0px;
    justify-content: space-between;
}
.trk-ply svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.trk-add svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.trk-add {
    width: 30px;
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 5px;
    bottom: 5px;
    transition: .3s ease;
    border-radius: 3px;
}
.trk-edt {
    width: 30px;
    position: absolute;
    right: 32px;
    cursor: pointer;
    top: 5px;
    bottom: 5px;
    transition: .3s ease;
    border-radius: 3px;
}.trk-dlt svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.trk-edt svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.trk-edt:hover {
    background: #2a2a2a;
}
.trk-add:hover {
    background: #2a2a2a;
}
.bt-st {
    width: 140px;
    background: #dc3545;
    padding: 10px 0px;
    text-align: center;
    margin: 0px auto;
    float: left;
    margin: 0px 7px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s ease;
}
.bt-st:hover {
    background: #bb2e3b;
}
.btst-up {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
.up-cat{
    display: none;
}
.cat-up-cls svg {
    font-size: 20px;
}
.cat-up-cls {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    padding: 5px;
}
.ordr-dv {
    background: #292929;
    max-width: 800px;
    width: 94%;
    margin: 0px auto;
    margin-top: 50px;
    border-radius: 5px;
}
.ord-l {
    width: 60%;
    text-align: right;
}
.ord-r {
    width: 40%;
    text-align: right;
}
.ord-pd {
    padding: 10px 0px;
}
.ordr1 {
    padding: 20px;
    border-bottom: 2px solid #222222;
}
.ordr2 {
    padding: 20px;
}
.action-a {
   /* margin-right: 6px;*/
   /*    margin-right: 5px;*/
   margin-right: 3px;
   /*    padding: 5px;*/
    padding: 3px 5px;
    transition: .2s ease;
    float: left;
}
.action-a svg path {
    transition: .2s ease;
}
.action-a:hover.action-a svg path {
    color: #dc3545;
}
.fr-lnk:hover {
    color: #dc3545;
}
.fr-lnk {
    color: #b1b1b1;
    transition: .2s ease;
}
.fr-lnk1:hover {
    color: #dc3545;
}
.fr-lnk1 {
    color: #fff;
    transition: .2s ease;
}
.tb-cnt1 {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #222222;
}
.tb-cnt-out1 {
    background: #333333;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.tb-cnt-in1 {
    width: inherit;
    padding: 15px 10px;
    color: #9d9d9d;
    word-break: break-word;
}
.ch-info-r {
    width: 70%;
    display: flex;
}
.ch-info-l {
    width: 30%;
}
.ch-img {
    width: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.ch-info-r span {
    padding-left: 15px;
    float: left;
}
.artist-name {
    background: #333333;
    padding: 1px 5px;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 2px;
    position: relative;
    top: 2px;
}
.artst-close {
    margin-left: 5px;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.common-pop-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000008c;
    z-index: 100;
    display: none;
}
.common-pop {
    position: fixed;
    width: 94%;
    background: #222222;
    max-width: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    padding: 20px;
    border-radius: 5px;
    display: none;
}
.p-cls:hover {
    background: #3a3a3a;
}

.p-cls svg {
    padding: 4px 7px;
    font-size: 16px;
}
.p-cls {
    position: absolute;
    right: 15px;
    background: #303030;
    border-radius: 3px;
    top: 15px;
    cursor: pointer;
    transition: .2s ease;
}
.territory-pop {
    position: fixed;
    z-index: 101;
    background: #222222;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 94%;
    max-width: 900px;
    padding: 20px;
    border-radius: 10px;
    display: none;
}
.common-pop-bg1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000008c;
    z-index: 100;
    display: none;
}
.t-lft {
    float: left;
    width: 50%;
    padding: 10;
}
.t-rt {
    float: left;
    width: 50%;
    padding: 10;
}
.nav.nav-pills a {
    float: left;
    width: 100%;
    padding: 10px 10px !important;
    height: unset !important;
    line-height: unset !important;
}
.t-rt .tab-contents {
    background: #292929;
    height: 230px;
    border-radius: 5px;
    overflow: auto;
    position: relative;
}
.t-lft .nav.nav-pills {
    background: #292929;
    height: 230px;
    border-radius: 5px;
    overflow: auto;
    padding: 15px;
    display: block;
}
.nav-link.active {
    background: #303030 !important;
}
.nav-link:hover {
    color: #fff;
}
.nav-link {
    color: #fff;
}
.tab-pane {
    padding: 15px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.tab-pane .f-left.f-left.chk-bx-pd {
    width: 100%;
    padding: 10px;
    z-index: 150;
}
.t-head.fullwidth h4 {
    padding: 10px 10px;
}
.t-content.f-left.fullwidth .fullwidth .f-left.f-left.chk-bx-pd {
    padding: 10px;
}
.prwv-area {
    margin: 10px 0;
    border-radius: 3px;
}
.favicon-prvw {
    width: 40px;
    background: #333333;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}
.logo-prvw {
    width: 150px;
    background: #333333;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
}
.bg-prvw {
    width: 150px;
    background: #333333;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
}
.mejs__playlist-layer.mejs__layer.mejs__playlist-selector {
    display: none; 
}
.mejs__container.mejs__audio, .mejs-container.mejs-audio {
    min-height: 85px !important;
}
.media-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.creative{
  display: none;
}
.tb-cnt-title-span a {
    float: left;
    color: #fff;
    text-decoration: none;
    padding-left: 45px;
}
.playtracker{
    display: block;
}
.tb-cnt-in a{
   /*color: #fff; */
    color: #9d9d9d; 
    text-decoration: none;
}
.album-cnt a{
     color: #fff; 
   text-decoration: none;
}
.plybtns{
    height: 20px;
    float: left;
}
.trk-l {
    float: left;
    display: flex;
}
.trk-l .f-left.chk-bx-pd {
    padding: 10px 0px;
}
.trk-ply.trk-pl-nw:hover {
    background: #333;
  }
  .trk-ply.trk-pl-nw {
    float: left;
    height: 25px;
    top: 8px;
    cursor: auto;
  }
/*.tb-cnt-img.tb-img-nw {
    position: relative;
    float: left;
    height: 30px;
    top: 21px;
    margin-left: 7px;
}*/
.tb-cnt-img.tb-img-nw {
  position: relative;
  float: left;
  height: 30px;
  top: 6px;
  margin-left: 7px;
}
.f-left.chk-bx-pd .custom-radio label {
    padding-left: 23px;
}
input[type="checkbox"] + .nw-chk::before {
    background: #242424;
    border-color: #242424;
}
input[type="checkbox"] + .nw-chk::after {
    border-color: #242424;
}
.chk-bx-pd.ch1 {
    padding: 10px 0px;
}
.dst-sr {
    float: left;
    width: 100%;
    max-width: 700px;
}
.dst-sr .fullwidth.txt-inner.mb-3 .f-left.pr10 {
    display: flex;
    border-radius: 3px;
    margin-right: 10px;
    padding-right: 0;
    overflow: hidden;
}
.dst-sr .fullwidth.txt-inner.mb-3 .f-left.pr10 input {
    border-radius: unset;
}
.bt11 {
    overflow: hidden;
    background: #dc3545;
    border: none;
}
.dist-chnl-out {
    position: fixed;
    width: 94%;
    background: #222;
    max-width: 1100px;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    padding: 20px;
    border-radius: 5px;
    z-index: 101;
    display: none;
}
.dist-chnl-out h5 {
    font-size: 21px;
}
.lst-dis{
    display: flex;
    align-items: center;
}
.dis-im {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 8px 0 5px;
    flex-shrink: 0;
}
.lst-dis {
    padding: 10px;
}
.dist-chnl-out-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #0000008c;
    display: none;
  }
.dist-chnl-out .dist-p-cls {
    position: absolute;
    right: 15px;
    background: #303030;
    border-radius: 3px;
    top: 15px;
    cursor: pointer;
    transition: .2s ease;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    margin: 0px auto;
}
.dist-chnl-out .dist-p-cls svg {
    margin: 0px auto;
}  
.dist-chnl-out .dist-p-cls:hover {
    background: #383838;
}
.dist-chnl-in {
    max-height: 350px;
    overflow: auto;
    width: 100%;
}
.mngwidth{
    padding: 0px !important;
}
.container-1 {
    /*max-width: 800px;*/
    max-width: 950px;
    margin: 0px auto;
    float: none;
}
.edt-lg {
    width: 55px;
    margin-left: 10px;
    float: right;
    position: relative;
    top: -7px;
    border-radius: 5px;
    overflow: hidden;
}
/*.tb-hd-in.tb-cntr {
    text-align: center !important;
}
.tb-cnt-in.tb-cntr {
    text-align: center;
}*/
.tb-cnt-in.tb-cntr svg {
    float: none !important;
    padding: 0 !important;
}
.tb-cnt-in.tb-cntr a {
    float: none !important;
    padding: 0 !important;
}
.tb-cnt-in svg {
    float: none !important;
    /*padding-left: 15px;*/
    margin: 0px;
}
.crt-bt:hover {
    background: #2b2b2b;
    color: #dc3545;
}
.crt-bt {
    float: left;
    font-weight: 500;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 8px 15px;
    border-radius: 5px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    background: #333;
    border: none;
    margin: 10px 0 25px 0;
    color: #dc3545;
}
.mandatory:after {
    content:" *";
    color: red;
}
.tb-hd.tb-mng {
    padding: 0 5px;
}
.tb-cnt.tb-mng-cnt {
    padding: 0 5px;
}
.tb-hd.tb-mng .tb-hd-in {
    width: 10%;
    padding: 15px 5px;
}
.tb-hd-in.mng-pg-ttle {
    width: 16% !important;
}
.tb-hd-in.mng-pg-art-nam {
    width: 12.5% !important;
}
.tb-hd-in.mng-pg-track {
    width: 6% !important;
}
.tb-hd-in.mng-pg-relise-date {
    width: 11% !important;
}
.tb-hd-in.mng-pg-created {
    width: 19% !important;
}
.tb-hd-in.mng-pg-dlt {
    width: 10% !important;
}
/*.tb-cnt.tb-mng-cnt .tb-cnt-in {
    width: 10%;
    padding: 15px 5px;
}*/
.tb-cnt.tb-mng-cnt .tb-cnt-in {
  width: 10%;
  padding: 20px 5px;
}
.tb-cnt-in.mngcnt-ttle {
    width: 16% !important;
}
.tb-cnt-in.mngcnt-art-nam {
    width: 12.5% !important;
}
.tb-cnt-in.mngcnt-track {
    width: 6% !important;
}
.tb-cnt-in.mngcnt-relise-date {
    width: 11% !important;
}
.tb-cnt-in.mngcnt-created {
    width: 19% !important;
}
.tb-cnt-in.mngcnt-dlt {
    width: 10% !important;
}
.pg-st {
    margin: 0px auto;
    max-width: 360px;
    width: 100%;
}
.pg-st-a:hover {
    background: #dc3545;
    color: #fff;
}
.pg-st-a {
    float: left;
    padding: 7px 5px;
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 5px;
    background: #333;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
}
.pg-st-a.active {
    background: #dc3545;
}
.pagination-outer span .paginate_button {
    float: left;
    width: 45px;
    margin: 5px;
    text-align: center;
    padding: 6px 0px;
    background: #333;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: .3px;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    border-radius: 5px;
    cursor: pointer;
}
.pagination-outer span .paginate_button:hover {
    background: #dc3545 !important;
}
.paginate_button.paging_active {
    background: #dc3545 !important;
}
.pagination-outer span {
    margin: 0px auto;
    display: table;
}
.search-area {
    float: right;
    /* width: 420px !important; */
    width: 470px !important;
    margin: 10px 0 25px 0 !important;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}
.search-area div {
    /* width: 100%; */
    width: 40% !important;
    padding-right: 0 !important;
}
.search-area div input {
    width: 100% !important;
    border-radius: unset;
}
.audio_playerwraper.transition2 {
    bottom: 51px;
}
.fooetr.f-left.fullwidth.footer-player {
    position: fixed;
    bottom: 0;
    margin: 0 !important;
}
.hlp-txt {
    padding: 15px;
    background: #333;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #8b8b8b;
    border: 1px dashed #707070;
}
.tb-wt {
  color: #fff !important;
}
.tb-wt span {
  color: #9D9D9D
!important;
}
.action-a {
  cursor: pointer;
}
.forgotsuccess-msg {
  color: #1B8A17;
}
.ftr-tp.f-left.fullwidth {
  padding: 5px 0 !important;
}
.loaderstyl img {
  width: 40px;
}
.searchwidth {
  float: right;
  width: 590px !important;
  margin: 10px 0 25px 0 !important;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.d1 {
  width: 25%;
  padding-right: 10px;
}
.d2 {
  width: 50%;
}
.currency_eur {
  position: absolute;
  right: 0 !important;
  width: 70px !important;
}
.f-drp-ot {
  position: absolute;
  background: #333;
  left: 10px;
  right: 10px;
  top: 65px;
  border-radius: 3px;
  padding: 5px 0;
  z-index: 10;
  display: none;
}
.f-drp-ot ul {
  padding: 0;
  width: 100%;
  float: left;
  max-height: 158px;
  overflow: auto;
  margin: 0;
}
.f-drp-ot ul li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0 5px;
}
.f-drp-ot ul li span {
  width: 100%;
  float: left;
  padding: 6px 5px;
  cursor: pointer;
  transition: .2s ease;
  border-radius: 3px;
  font-size: 13px;
}
.f-drp-ot ul li span:hover {
  background: #292929;
}
.crt-bt.fltr-bt span svg {
  margin-right: 7px;
}
.crt-bt.fltr-bt {
  padding: 8px 20px;
  text-decoration: none;
  letter-spacing: .3px;
  cursor: pointer;
  font-weight: 500;
  height: 37px;
  width: 110px;
  float: right !important;
  position: relative;
}
.f-dt input {
  width: 48%;
}
.f-dt {
  display: flex;
  justify-content: space-between;
}
.f2 {
  display: none;
}
.f2.active {
  display: block;
}
.fltr {
  display: none;
}
.fltr-bt span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.f-cls {
  font-size: 17px;
  top: 1px;
  position: relative;
}
.t-lst-ot {
  float: left;
  width: 100%;
  background: #333;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  min-height: 255px;
}
.tp-lst {
  position: relative;
  padding: 8px 0 8px 35px;
  border-top: 1px solid #414141;
}
.tp-lst .tb-cnt-img {
  left: 0;
  width: 25px;
  border-radius: 3px;
}
.tp-lst span {
  font-size: 13px;
}
.lst-hd {
  font-size: 16px;
  padding: 5px 0;
}
.f-dt .select2.select2-container.select2-container--default {
  width: 48% !important;
}
#myChart {
  max-width: 850px;
  height: auto !important;
  margin: 0px auto;
  width: 100%;
}
.tp-lst.imgnil {
  padding-left: 0;
}
.lst-amt {
  float: right;
  font-weight: 500;
}
.ot-spn :nth-child(1) {
  border: none;
}
#myChart {
  max-width: 850px;
  height: auto !important;
  margin: 0 auto;
  width: 100% !important;
}
textarea.cke_source {
    color: #000 !important;
}
.cke_reset {
  width: 100% !important;
}
.cmn-btn-out {
  float: left;
  display: flex;
  padding-right: 10px;
}
.cmn-icon {
  position: unset !important;
  float: left;
  width: 30px;
  display: flex;
  align-items: center;
  margin: 0px auto;
  transition: .3s ease;
  border-radius: 3px;
  cursor: pointer;
}
.cmn-icon:hover {
  background: #2a2a2a;
}
.cmn-icon svg {
  position: unset;
  transform: unset;
  text-align: center;
  margin: 0px auto;
}
.prgrs-bar {
  padding-top: 5px;
}
.progress-bar-out {
  float: left;
  width: 70%;
  height: 5px;
  background: #333;
  margin-top: 8px;
  margin-right: 10px;
  border-radius: 5px;
}
.progress-bar-in {
  float: left;
  height: 5px;
  background: #dc3545;
  border-radius: 5px;
  transition: .6s ease;
}
.smallchnlid {
    width: 15px;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
    border-radius: 3px;
}
.digital_icons{
    display: flex;
    align-items: start;
    padding-bottom: 10px;
}
.srch-in {
    display: flex;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}
.srch-drp .select2.select2-container.select2-container--default .selection .select2-selection.select2-selection--single {
    border-radius: 0 !important;
}
.search-area{
    position: relative;
}
.srch-fltr-optn:hover {
    background: #1e1e1e;
    color: #fff;
}
.srch-fltr-optn {
    width: 100%;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    transition: .2s ease;
}
.srch-fltr {
    position: absolute;
    left: 0;
    right: 0;
    background: #333333;
    top: 40px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.srch-nw {
    overflow: unset !important;
}
.srch-nw button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 50px !important;
}
.srch-nw .srch-inpt {
  border-radius: unset !important;
}
/* .select2-selection.select2-selection--single {
  border-radius: unset;
} */
.quick-guide:hover {
  background: #DC3545;
  color: #fff;
}
.quick-guide {
  float: right;
  padding: 8px 12px;
  background: #222;
  margin-bottom: 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  transition: .2s ease-in-out;
}
.quick-guide svg {
  margin-right: 5px;
}
.acr-pop {
  position: fixed;
  background: #141313;
  max-width: 600px;
  width: 100%;
  padding: 20px;
  top: 100px;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;   
  display: none;
}
.pop-dtl {
  max-height: 350px;
  overflow: auto;
}
.acr-pop h4 {
  text-align: center;
  font-size: 20px;
  margin: 5px 0 15px 0;
}
.pop-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.pop-close-btn svg {
  font-size: 20px;
}
.pop-close-btn svg path {
  color: #ccc;
  transition: .2s ease;
}
.pop-close-btn:hover svg path {
  color: #fff;
}
.bnr-sld {
  background-size: cover !important;
  background-position: center !important;
  /* height: 500px !important; */
}
.slick-slide {
  height: unset !important;
}
.bnr-sld img {
  margin: 0 auto;
}
.acr-pop.pop-tbl {
  max-width: 900px;
}
.acr-pop.pop-tbl .pop-dtl table {
  width: 100%;
  border: none;
}
.acr-pop.pop-tbl .pop-dtl table tbody tr th, td {
  padding: 10px;
}
.acr-pop.pop-tbl .pop-dtl table tbody tr th, td {
  padding: 15px 10px;
}
.acr-pop.pop-tbl .pop-dtl table tbody tr td {
  color: #9d9d9d;
}
.acr-pop.pop-tbl .pop-dtl table tbody tr th {
  font-weight: 500;
  color: #e6e6e6;
}
.acr-pop.pop-tbl .pop-dtl table tbody tr th:first-child, .acr-pop.pop-tbl .pop-dtl table tbody tr td:first-child {
  padding-left: 0;
}
.acr-pop.pop-tbl .pop-dtl table tbody tr th:last-child, .acr-pop.pop-tbl .pop-dtl table tbody tr td:last-child {
  padding-right: 0;
} 
.p-bg {
  position: fixed;
  inset: 0;
  background: #2825255c;
  z-index: 999;
  display: none;
}
#cv h1 {
  font-size: 22px;
}
.service-section {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.service-in {
  background: #000;
  margin: 70px 0;
  border: 1px solid #696565;
}
.brd {
  border-bottom: 1px solid #696565;
  border-right: 1px solid #696565;
}
.brd:last-child {
  border-right: none;
}
.s-in {
  text-align: center;
  padding: 70px 20px;
  /* border-right: 1px solid #696565 !important; */
}
.svg-st svg {
  width: 100px;
  height: 100px;
}
.svg-st {
  margin-bottom: 25px;
}
.s-in h4 {
  font-weight: 400 !important;
}
.service-head h4 {
  text-align: center;
  font-size: 26px;
  margin: 0;
  padding: 15px 0;
}
.service-head {
  border-bottom: 1px solid #696565;
}
.partner-lst {
  background: #fff;
}
.prtnr-in {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.prt {
  display: flex;
  padding: 80px 0;
  justify-content: space-between;
}
.p-text {
  font-size: 50px;
  color: #696565;
  align-items: center;
  display: flex;
  letter-spacing: .3px;
  padding-right: 40px;
  border-right: 1px solid #7f7f7f;
}
.p-img img {
  width: 120px;
}
.str-slider {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.str-txt {
  padding: 30px 0;
  background: #545050;
}
.str-txt h4 {
  font-size: 35px;
  text-align: center;
  margin: 0;
}
.sld-img {
  border-radius: 100px;
  overflow: hidden;
}
.slider-section {
  background: #171717;
  padding: 55px 0;
  position: relative;
}
.sld-dv {
  padding: 0 15px;
}
.sld-img {
  border-radius: 85px;
  overflow: hidden;
}
.sld-prv {
  width: 35px;
  height: 55px;
  background-size: 80px;
  border: none;
  background-color: transparent;
  padding: 0;
  background-position: left 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  opacity: .5;
  transition: .2s;
}
.sld-nxt {
  width: 35px;
  height: 55px;
  background-size: 80px;
  border: none;
  background-color: transparent;
  padding: 0;
  background-position: right 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  opacity: .5;
  transition: .2s;
}
.sld-prv:hover,.sld-nxt:hover{
  opacity: 1;
}
.p-img-out {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 30px;
}
.video-area {
  max-width: 900px;
  width: 100%;
  margin: 50px auto;
}
.ht {
  min-height: calc(100vh - 94px) !important;
}
.faq-cnt {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.f-head {
  font-size: 18px;
  background: #111;
  padding: 18px 50px 18px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.f-dtl {
  padding: 25px 20px 20px 20px;
  background: #2d2d2d;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  top: -10px;
  color: #ccc;
  display: none;
}
.f-dtl p {
  color: #ccc;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s all;
  transition-delay: .3s;
}
.f-dtl.active p {
  opacity: 1;
  visibility: visible;
}
.f-head span {
  position: absolute;
  right: 25px;
  transition: .4s all;
}
.f-head.active span {
  transform: rotateX(180deg);
}
.f-head span svg {
  font-size: 20px;
}
.tab-area {
  float: left;
  width: 100%;
  margin: 15px 0 30px 0;
}
.tab-area ul {
  padding-left: 0;
  float: left;
  margin: 0;
}
.tab-area ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tab-area ul li a {
  padding: 8px 10px;
  text-decoration: none;
  color: #fff;
  float: left;
  background: #1a1a1a;
  border-radius: 5px;
  transition: .2s all;
}
.tab-area ul li a:hover {
  background: #111;
}
.tab-area ul .active a {
  color: #ff2e2e;
  background: #111;
}
.f-dtl p a img {
  width: 100%;
  margin-bottom: 20px;
}
.blog {
  display: flex;
  background: #292929;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.blog-img {
  width: 40%;
  aspect-ratio: 5/3;
  overflow: hidden;
  border-radius: 6px;
}
.blog-cnt {
  width: 60%;
  padding-left: 20px;
}
.blog-date {
  font-size: 13px;
  color: #8b8b8b;
  margin-top: 5px;
  float: left;
}
.blog-header {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 25px;
  line-height: 35px;
}
.blog-text {
  float: left;
  width: 100%;
  line-height: 25px;
  color: #ccc;
  font-size: 15px;
}
.blog.b-detail {
  display: block;
  padding: 25px;
  float: left;
}
.blog.b-detail .blog-cnt {
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
.blog.b-detail .blog-img {
  width: 100%;
}
.blog.b-detail .blog-cnt {
  width: 100%;
  padding: 0;
  margin-top: 20px;
  float: left;
}
.parallax-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  width: 100%;
  min-height: 100vh;
  background: url("https://static.wixstatic.com/media/2475fc_5719747633e3403cabb7fe8025e3d618~mv2.jpg/v1/fill/w_633,h_667,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/2475fc_5719747633e3403cabb7fe8025e3d618~mv2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
}
.abt-hd h4 {
  font-size: 35px;
}
.abt-hd {
  margin: 30px 0 50px 0;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}
.abt {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.abt-l,.abt-r {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.abt-l p {
  padding-right: 80px;
  text-align: justify;
  line-height: 22px;
}
.a-ftr {
  background: #000;
  margin-bottom: 50px;
}
.ab-f-in {
  padding: 40px;
  width: 100%;
}
.ab-in {
  border: 1px solid #e8e8e8;
  display: flex;
}
.ab-in:first-child {
  border-bottom: none;
}
.abt-f {
  border-right: 1px solid #e8e8e8;
  display: flex;
}
.abt-f:last-child {
  border-right: none;
}
.ab-f-in h4 {
  color: #ea0003 !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}
.ab-f-in p {
  font-size: 15px;
  line-height: 25px;
}
.ab-f-in ul {
  padding-left: 15px;
}
.ab-f-in ul li {
  font-size: 15px;
  line-height: 25px;
}
.round-btn {
  width: 150px;
  height: 150px;
  border-radius: 85px;
  border: 2px solid #e8e8e8;
  background: #000;
  font-size: 16px;
  transition: .2s all;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.round-btn:hover {
  background: #ea0003;
  border-color: #ea0003;
  color: #fff;
}
.abt-ftrs h4 {
  font-size: 34px;
  margin-bottom: 30px;
}
.blog-cat {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #ccc;
  font-size: 15px;
}
.prt-sc-in {
  display: flex;
}
.prt-in {
  padding: 10px;
  display: flex;
}
.prt-in a {
  display: flex;
  text-decoration: none !important;
}
.p-bx {
  padding: 15px;
  background: #121212;
  border-radius: 20px;
}
.prt-img {
  aspect-ratio: 5/3;
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 20px;
}
.p-dtl h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.p-dtl p {
  line-height: 24px;
  margin-bottom: 5px;
  color: #ccc;
}
.albm-itm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  background: #292929;
  border-radius: 10px;
}
.album-scn {
  display: flex;
}
.album-img {
  width: 100px;
  margin-right: 15px;
  padding: 7px;
  overflow: hidden;
  flex-shrink: 0;
}
.album-img img {
  border-radius: 7px;
}
.album-dtl {
  padding: 8px 0;
}
.album-dtl h4 {
  font-size: 17px;
  margin: 0;
}
.album-dtl p {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 4px;
}
.album-btn button {
  background: #ed1a1a;
  border: none;
  padding: 10px 17px;
  border-radius: 7px;
}
.album-songs span {
  background: #393939;
  padding: 2px 10px 2px 27px;
  float: left;
  margin: 0 7px 7px 0;
  border-radius: 14px;
  font-size: 13px;
  position: relative;
  height: 24px;
}
.album-songs {
  float: left;
  /* margin-top: 5px; */
}
.albm-bt {
  background: #292929 !important;
  position: absolute !important;
  padding: unset !important;
  left: 2px;
  height: 20px !important;
  width: 20px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.albm-bt svg {
  font-size: 10px;
}
.albm-pause {
  display: none;
}
.album-btn {
  flex-shrink: 0;
}
.albm-dtl-btm {
  display: flex;
  margin-top: 5px;
  float: left;
}
.albm-price {
  padding-right: 25px;
  flex-shrink: 0;
  height: unset !important;
  border-radius: 10px;
  display: none;
}
.albm-price p {
  font-size: 12px;
  margin-bottom: 0;
}
.albm-price span {
  font-size: 24px;
  line-height: 25px;
}
.price-ic {
  font-size: 14px !important;
  margin-right: 4px;
}
.album-btn span {
  font-size: 22px;
  text-align: center;
  margin-bottom: 5px;
}
.album-btn {
  display: grid;
  align-items: center;
  margin-right: 20px;
}