*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, html {
    background-color: #210021;
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    text-rendering: optimizeLegibility !important;
    width: 100%;
    -webkit-font-smoothing: antialiased !important;
}
body {
    color: #fff;
    cursor: default;
    font-family: Roboto Flex, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    min-width: 320px;
    -webkit-overflow-scrolling: touch !important;
}
body {
    --nv-gap: 4px;
}
h1 {
    text-align: center;
    display: block;
    font-size: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;

}


h2 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
img {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
a {
    color: #fff;
    text-decoration: none;
}
svg {
  pointer-events: auto;

}
.ln-page {   
    flex-direction: column;
    margin: 0 auto;
    padding: 0px 5px 70px;
    max-width: 768px;
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
}

.ln-top {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: -webkit-fill-available;
    min-height: 100vh;
    position: relative;
    width: 100%;
}
.ln-content.ln {
    align-items: stretch;
    display: flex; 
    
}
.ln {
    font-family: Outfit, sans-serif;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    z-index: 1;
}
.ln-content {
    align-items: stretch;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0 48px;
    margin-bottom: 42px;
}
.ln-content h1{
    font-size: 2em;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 12px;
}
@media (min-width: 768px) {
    .ln-content h1{
        font-size: 1em;
    }
}
.itm-inner {
    position: relative;
}
.itm-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: block;
    margin: 0px;
}


.itm-info {
    align-items: stretch;
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    min-height: 90px;
    justify-content: space-between;
    position: relative;
}

.itm-li {
    align-items: stretch;
    background-color: #ffffff26;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 10px;
    padding: 5px;
    color: #fff;
    flex: 0 0 calc(50% - 12px);
    min-height: 64px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .itm-li {
        padding: 10px;
    }
}
.upgrade-special-inner {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
}

.upgrade-special-inner.int_amusement_park:before {
    background: linear-gradient(180deg, #7a3936, #240d09);
}

.upgrade-special-inner:before {
    border-radius: 20px;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.upgrade-special-inner>* {
    position: relative;
    z-index: 2;
}

.upgrade-special-image {
        display: flex;
    justify-content: space-between;
    align-items: start;
    height: 140px;
    margin: 6px auto;
    width: 100%;
}


.upgrade-image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

 picture {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.upgrade-image img, .upgrade-image svg {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}


header{
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.logo{
    width: 100%;
    object-fit: cover;
}
.h2-head{
        text-align: center;
    width: 100%;
}

.app-bar, .app-bar-nav, .nav-top, .nav-top-cnt, .ins-bar-nav {
    display: flex;
    width: 100%;
}


@media (min-width: 768px) {
    .ln-content h1 {
        font-size: 3em;
        line-height: 64px;
        margin-bottom: 20px;
    }
    .ln-content h2 {
        font-size: 70px;
        line-height: 64px;
        margin-bottom: 20px;
    }
}

.nav-top {
    top: 0;
    align-items: center;
    justify-content: center;
    left: 0;
    padding: 0 ;
    pointer-events: none;
    right: 0;
    z-index: 10;
    text-align: -webkit-center;
}

.nav-top-cnt {
    background-color: #000000;
    border: solid;
    border-color: #a73537;
    border-width: 0 0 1px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .7);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .7);
    justify-content: space-between;
    max-width: 768px;
    padding: 4px 6px;
    pointer-events: all;
    border-width: 0 0 1px;
}

.lang-logo{
    align-items: center;
    display: flex;
}
.lang-logo-icon{
    height:32px;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next svg,.swiper-button-prev svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    width: 100%
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none!important
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset,10px)
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.tabs-special-inner {
    margin-top: 20px;
    position: relative;
}

.upgrade-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -6px;
}

.upgrade-no-special.is-new {
    background: linear-gradient(180deg, #2eb7ed, #2a0544 73.5%, #121212);
}

.upgrade-no-special {
    align-items: center;
    background-color: #272a2f;
    border-radius: 20px;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 224px;
    justify-content: center;
    line-height: 20px;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 32px;
    text-align: center;
    width: 100%;
}

.playground-item {
    background: #1c1f24;
    border-radius: 12px;
    cursor: pointer;
    flex: 0 0 calc(33.33333% - 4px);
    min-height: 148px;
    padding: 8px;
    position: relative;
}

.header-info-exchange .exchange-image {
    align-items: center;
    display: flex;
    height: 110px;
    justify-content: center;
    width: 110px;
}

@media (min-width: 768px) {
    .header-info-exchange .exchange-image {
        height: 140px;
        width: 140px;
    }
}

.music-info-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 3rem;
}

.music-file-icon {
    width: 4rem;
}

@media (min-width: 768px) {
    .music-info-icon .music-file-icon {
        height: 4.5rem;
        width: 4.5rem;
    }
}

.header-info-exchange {
    align-items: center;
    display: flex;
    flex: 0 0 52px;
    padding-right: 13px;
    position: relative;
}

.header-info-exchange:before {
    background-color: #ffffff1a;
    content: "";
    display: block;
    height: 72px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
}

.book-tumb-pic {

    text-align: center;
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
}
.book-tumb-2p {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 230px;
    flex: 1 1;
    flex-direction: column;

}

@media (min-width: 768px) {
    .book-tumb-2p {
        width: 300px;
    }
}

.book-tumb {
    align-items: center;
    display: flex;
    flex: 0 0 52px;
    padding-right: 10px;
    position: relative;
}

.book-tumb:before {
    background-color: #ffffff1a;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.book-tumb .book-tumb-image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 76px;
}

@media (min-width: 768px) {
    .book-tumb .book-tumb-image {
        height: 140px;
        width: 100px;
    }
}

.itm-title {
    align-items: start;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0px 10px;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 36px;
}

.itm-title p{
    font-size: 21px;
    font-weight: 700;
}

.itm-title p.wr {
    color: #fff7;
    font-size: 21px;
    text-align: center;
}

@media (min-width: 768px) {
    .itm-title p {
        font-size: xx-large;
    }
    .itm-title p.wr {
        font-size: larger;
    }
}

.header-info-settings {
    align-items: center;
    color: #fff;
    display: flex;
    flex: 0 0 50px;
    justify-content: flex-end;
    padding-left: 4px;
    padding-right: 13px;
    position: relative;
}

.header-info-settings:before {
    background-color: #ffffff1a;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 1px;
}

.pertxt-title{
    text-align: right;
    direction: rtl;
    width: 100%;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
}  

.upgrade-special-bottom {
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.section-title {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 32px;
}







/*
*style audio tag
*/
.mejs__container {
	background: transparent;
	font-family: Helvetica, Arial;
	text-align: center;
	vertical-align: top;
	text-indent: 0;
	width: 100% !important;
	height: 3rem !important;
}
    .mejs__container .mejs__controls {
    	height: 100%;
    	background: transparent;
    	display: flex;
    	padding: 0;
    }
    
    
.mejs__container .mejs__controls .mejs__time {
	position: absolute;
	color: rgba(256, 256, 256, 0.3);
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	font-family: 'Lato';
	font-size: 32px;
	pointer-events: none;
}

    .mejs__controls .mejs__time-rail  {
	display: block;
	width: 180px;
	height: 100%;
	border-radius: 0px;
	cursor: pointer;
    margin: 0;
    padding:0;
    } 
    

    .mejs__time-current, .mejs__time-buffering, .mejs__time-loaded, .mejs__time-hovered{
      height: 100%;
    }
    .mejs__controls .mejs__time-rail .mejs__time-current {
	background: linear-gradient(to right, #ff0000, #ffaa00,#22ff00, #00ffff,#000fff, #ff00ff);
    }

    .mejs__controls .mejs__time-rail .mejs__time-total {
		margin: 0;
        height: 100%;
    	background: #292929;
    }
    .mejs__button{
      margin: 0px 0px;
      width:4rem;
      height: 3rem;
	}
    .mejs__controls .mejs__button > button {
      margin: 0px 0px;
      width:3rem;
      height: 3rem;
	}
	.mejs__button svg {
    fill: currentColor;
    height: 3rem;
    width: 3rem;
    }

.player_download_icon {
    display: inline-block;
    float: left;
}
.player_download_icon a img {
    width: 38px;
    filter: invert(50%) sepia(79%) saturate(2476%) hue-rotate(70deg) brightness(120%) contrast(120%);
}

.app-bar {
    bottom: 0;
    justify-content: center;
    left: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    z-index: 20
}

.app-bar,.app-bar-nav,.ins-bar-nav {
    align-items: center;
}

.app-bar-nav {
    background-color: #210021;
    border-width: 1px 0 0;
    border-top: 1px solid #a73537;
    -webkit-box-shadow: 0 0 4px 4px rgb(87 7 7 / 70%);
    box-shadow: 0 0 4px 4px rgb(87 7 7 / 70%);
    justify-content: space-between;
    max-width: 768px;
    padding: 4px;
    pointer-events: all;
}

.app-bar-item {
    align-items: center;
    border-radius: 10px;
    color: #737373;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 12px;
    height: 56px;
    justify-content: flex-start;
    padding: 5px;
    position: relative
}

.app-bar-item.is-airdrop p {
    color: #ffd337
}

.app-bar-item p {
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}

.app-bar-item-notification {
    background-color: #ff3b30;
    border-radius: 50%;
    height: 10px;
    left: 50%;
    margin-left: 10px;
    position: absolute;
    top: 6px;
    width: 10px
}

.app-bar-item-image {
    align-items: center;
    display: flex;
    height: 28px;
    justify-content: center;
    margin-bottom: 5px;
    position: relative;
    width: 28px
}

.app-bar-item-image img {
    display: block;
    height: auto;
    max-width: 100%;
    z-index: 10
}

.app-bar-item-image .icon {
    color: #4e4f50
}

.app-bar-item-image picture {
    display: block;
    height: auto;
    max-height: 28px;
    max-width: 28px;
    width: 100%
}

.app-bar-item-image picture img {
    display: block;
    height: auto;
    max-width: 100%
}


svg {
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

.app-bar-item:hover,.app-bar-item:hover .icon {
    color: #fff
}

.app-bar-item.is-active,.app-bar-item.router-link-active {
    background-color: #1c1f24;
    color: #fff
}

.app-bar-item.is-active .icon svg,.app-bar-item.router-link-active .icon svg {
    color: #fff
}

.icon-image.is-bingx {
    border-radius: 10px;
}
.icon-image {
    overflow: hidden;
}

.icon-image img, .icon-image svg {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.flex {
    display: flex;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.max-h-80vh {
    max-height: 80vh;
}
.relative {
    position: relative;
}

.w-full {
    width: 100%;
}

.min-w-full {
    min-width: 100%;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}
.cursor-pointer {
    cursor: pointer;
}
tspan {
    white-space: inherit;
}
.select-none {
    -webkit-user-select: none;
    user-select: none;
}

.staff{
    background-color: #FFF;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.v-staff{
    overflow-y: auto;
}






.ins-bar-nav {

    justify-content: space-between;
    max-width: 768px;
    margin-top: 5px;
    margin-bottom: 5px;
    pointer-events: all;
}

.ins-bar-item {
    align-items: center;
    border-radius: 10px;
    color: #737373;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 12px;
    height: 56px;
    justify-content: flex-start;
    position: relative;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

.ins-bar-item-image {
    align-items: center;
    display: flex;
    height: 54px;
    justify-content: center;
    position: relative;
    width: 54px
}

.ins-bar-item {
    opacity: 50%;
    fill-opacity: 50%;
}

.ins-bar-item:hover {
    opacity: 100%;
    fill-opacity: 1;
}

.ins-bar-item.is-active {
    opacity: 100%;
    fill-opacity: 100%;
}


div.player {
    min-width: -webkit-fill-available;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; 
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #000;

}
div.player #capsule {
    /* border: 1px solid #000; */
	box-shadow: 0 0 10px #555;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(0,0,0,0.5)), color-stop(0, #333));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 1, #333 0);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 1, #333 0);
	background-image: -ms-gradient(top, rgba(0, 0, 0, 0.5) 1, #333 0);
	background-image: -o-gradient(top, rgba(0, 0, 0, 0.5) 1, #333 0);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.5) 1, #333 0);
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
    display: flex;
    height: 3rem;
}
div.player #capsule #cursor {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #003c77;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #003b96), color-stop(0, #0088e9));
	background-image: -webkit-linear-gradient(top, #0088e9 0%, #003b96 100%);
	background-image: -moz-linear-gradient(top, #0088e9 0%, #003b96 100%);
	background-image: -ms-gradient(top, #0088e9 0%, #003b96 100%);
	background-image: -o-gradient(top, #0088e9 0%, #003b96 100%);
	background-image: linear-gradient(top, #0088e9 0%, #003b96 100%);
	width: 0;
	display: inline-block;
	height: 100%;
}
div.player span.time {
    height: 3rem;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    float: right;
    margin: auto;
    font-size: 32px;
    font-family: 'Lato';
    pointer-events: none;
    box-sizing: content-box;
    font-weight: bold;
    padding: 1rem 0.5rem 0;
    text-align: center;
    width: auto;

}
div.player div.time-controls {
    position: relative;
	width: 100%;
	width:-webkit-fill-available;
	margin: 0;
    padding: 0;
    margin-left: 7px;
}
.player .btn-controls {
    width: 3rem;
    height: 3rem;
    text-wrap: nowrap;
    text-align: center;
    padding-right: 7px;
}
.player .btn-controls input {
    fill: currentColor;
    height: 3rem;
    width: 3rem;
}
div.player div.logo {
    display: inline-block;
    text-wrap: nowrap;
    padding-right: 15px;
    padding-top: 5px;
}

div.itm-controls{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}


      .vf-C-note{color:#ff0000;background-color: #ff0000;fill: #ff0000;}
	  .vf-C-note g.vf-stem{stroke: #ff0000;}
	  .vf-D-note{color:#FFC100;background-color: #FFC100;fill: #FFC100;}
	  .vf-D-note g.vf-stem{stroke: #FFC100;}
	  .vf-E-note{color:#FFFF00;background-color: #FFFF00;fill: #FFFF00;}
	  .vf-E-note g.vf-stem{stroke: #FFFF00;}
	  .vf-F-note{color:#008000;background-color: #008000;fill: #008000;}
	  .vf-F-note g.vf-stem{stroke: #008000;}
	  .vf-G-note{color:#00cfff;background-color: #00cfff;fill: #00cfff;}
	  .vf-G-note g.vf-stem{stroke: #00cfff;}	  
	  .vf-A-note{color:#0000DD;background-color: #0000DD;fill: #0000DD;}
	  .vf-A-note g.vf-stem{stroke: #0000DD;}	  
	  .vf-B-note{color:#CC30C0;background-color: #CC30C0;fill: #CC30C0;}
	  .vf-B-note g.vf-stem{stroke: #CC30C0;}

