@charset "UTF-8";
.lgPqpeQ3{
    opacity: 0.5;
    font-style: oblique;
    list-style-type: armenian;
    text-decoration-style: dotted;
    font-weight: 500;
    white-space: inherit;
    mix-blend-mode: color-dodge;
    object-fit: contain;
    unicode-bidi: bidi-override;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.f6EQyiy{
    vertical-align: inherit;
    white-space: nowrap;
    mix-blend-mode: color-burn;
}
body{
    background-color: #000;
}
.Qq2UTuE{
    justify-self: stretch;
    text-decoration-style: initial;
    white-space: initial;
    mix-blend-mode: darken;
    isolation: initial;
    padding-top: 4px;
    page-break-before: left;
    font-weight: lighter;
}
.player_area{
    
    background-color: #000;
    position: relative;
    height: 100%;
    
}
.Zatjzuo3{
    text-justify: trim;
    scroll-behavior: inherit;
    padding-bottom: 14px;
    page-break-inside: inherit;
    overflow: hidden;
    font-weight: bolder;
    margin-left: 4px;
    min-height: 12px;
    justify-content: flex-end;
}
.player_area_table{
    width: 100%;
    height: 100%;
    text-align: center;
}
.player_cover{
    display: none;
    width: 100%;
    height: 100%;
}

/*.player_cover button{*/
/*    background-color:transparent;*/
/*    border-style:none;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: #eee;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    margin-left: -30px;*/
/*    margin-top: -30px;*/
/*    background: url(/static/icon/play.png) center no-repeat;*/
/*}*/

.btn_play {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: rgba(255, 255, 255, .3);
    box-sizing: border-box;
    display: flex;
    justify-content:center;
    align-items:center;
}

.btn_play::after {
    content: ' ';
    border-left: 17px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    margin-left: 6px;
}

.Nha4qJkSZ{
    writing-mode: horizontal-tb;
    page-break-after: right;
}
.player_loading{
    height: 100%;
    display: none;
    background-size: revert;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    font-size: 1.4rem;
    color: #eee;
}
.tFzN8Qk{
    hanging-punctuation: allow-end;
    text-transform: lowercase;
    text-decoration-line: inherit;
    position: fixed;
    padding-top: 14px;
    font-variant: inherit;
    padding-left: 20px;
    text-decoration-style: solid;
}
.player_box{
    display: block;
    width:100%;
    height: 100%;
    border: none;
    position: absolute;
    left:0;
    top:0;
    overflow: hidden;
}
.I6oTojR{
    overflow: initial;
    text-transform: inherit;
    z-index: 4;
    font-size: 18px;
    writing-mode: vertical-rl;
    table-layout: initial;
    margin-top: 10px;
}
.load {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.B3ddoDD{
    overflow: hidden;
    table-layout: initial;
}
.load div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #eee;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.uDEPy0DrOb{
    margin-bottom: 14px;
    white-space: pre-line;
    font-variant: inherit;
    mix-blend-mode: saturation;
}
.load div:nth-child(1) {
    left: 6px;
    animation: load1 0.6s infinite;
}
.mxHBBIwBR6{
    text-transform: initial;
    justify-self: initial;
    table-layout: inherit;
    padding-left: 4px;
    page-break-inside: avoid;
    text-align: inherit;
}
.load div:nth-child(2) {
    left: 6px;
    animation: load2 0.6s infinite;
}
.MNZS9NGb{
    height: 4px;
    font-weight: 600;
    text-justify: inter-ideograph;
    hanging-punctuation: last;
    white-space: pre-wrap;
    width: 40px;
    min-height: 12px;
    vertical-align: initial;
    grid-area: grid-column-end;
}
.load div:nth-child(3) {
    left: 26px;
    animation: load2 0.6s infinite;
}
.sKxJhpJjy5{
    text-justify: kashida;
    page-break-after: avoid;
    padding-right: 10px;
    isolation: inherit;
    padding-left: 30px;
    margin-right: 12px;
    text-decoration-line: initial;
    grid-area: grid-row-start;
    object-position: initial;
}
.load div:nth-child(4) {
    left: 45px;
    animation: load3 0.6s infinite;
}
.k9hqsaxZ{
    overflow: hidden;
    font-style: italic;
}
@keyframes load1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
    }
    @keyframes load3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
    }
    @keyframes load2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(19px, 0);
    }
}
.Y6aTFHXGj{
    hyphens: inherit;
    z-index: 3;
    position: static;
    text-overflow: ellipsis;
    text-align: right;
    vertical-align: baseline;
    white-space: pre;
}
.toast-wrapper {
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
}
.toast-item {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 10px 18px;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 14px;
    animation: fadeInOut 2.5s ease-in-out forwards;
    white-space: nowrap;
}
@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}