@charset "UTF-8";
.UMuae6dem{
    font-weight: bold;
    white-space: pre-wrap;
    text-align-last: left;
    margin-top: 12px;
    table-layout: fixed;
    font-variant-caps: unset;
    user-select: all;
    isolation: initial;
    width: 3px;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.F6dswiDd{
    text-transform: lowercase;
    min-width: 60px;
    overflow: visible;
    z-index: 7;
}
body{
    background-color: #000;
}
.UqNMHp9{
    isolation: isolate;
    margin-top: 6px;
    page-break-after: initial;
    z-index: 8;
    position: relative;
    hanging-punctuation: force-end;
    text-align: right;
    padding-bottom: 18px;
    margin-left: 6px;
}
.player_area{
    
    background-color: #000;
    position: relative;
    height: 100%;
    
}
.M1FeYYFW{
    text-transform: none;
    justify-content: space-around;
    isolation: inherit;
    list-style-type: armenian;
    overflow: hidden;
    justify-self: positional alignment;
    unicode-bidi: bidi-override;
    padding-right: 14px;
}
.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;
}

.JWrOKE5{
    font-size: 16px;
    outline-style: inherit;
    padding-bottom: 8px;
    overflow: visible;
    white-space: inherit;
    object-position: position;
    justify-self: stretch;
    user-select: text;
    position: initial;
}
.player_loading{
    height: 100%;
    display: none;
    background-size: revert;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    font-size: 1.4rem;
    color: #eee;
}
.fWrl8eoz{
    order: 3;
    font-family: ProLiSong Pro Light;
    vertical-align: sub;
    min-height: 20px;
    margin-bottom: 12px;
    width: 12px;
    grid-area: itemname;
}
.player_box{
    display: block;
    width:100%;
    height: 100%;
    border: none;
    position: absolute;
    left:0;
    top:0;
    overflow: hidden;
}
.YLtyjalXB9{
    opacity: 0.6;
    page-break-after: always;
}
.load {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.XmRjs5mZ{
    hanging-punctuation: force-end;
    justify-content: center;
    order: 1;
    object-position: position;
    margin-left: 10px;
}
.load div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #eee;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.VLXcbkp4{
    order: 8;
    padding-left: 18px;
    text-decoration-line: inherit;
}
.load div:nth-child(1) {
    left: 6px;
    animation: load1 0.6s infinite;
}
.T7nRxTU{
    page-break-before: initial;
    padding-bottom: 12px;
    user-select: none;
    order: 2;
    isolation: inherit;
    min-height: 10px;
    padding-left: 14px;
    text-justify: inter-ideograph;
    page-break-inside: initial;
}
.load div:nth-child(2) {
    left: 6px;
    animation: load2 0.6s infinite;
}
.D9QPlIq{
    min-height: 3px;
    text-align-last: end;
    font-style: italic;
    hyphens: none;
    word-break: keep-all;
    overflow: clip;
    writing-mode: vertical-lr;
    padding-right: 4px;
}
.load div:nth-child(3) {
    left: 26px;
    animation: load2 0.6s infinite;
}
.zgXA0KxP{
    padding-top: 2px;
    text-align-last: right;
}
.load div:nth-child(4) {
    left: 45px;
    animation: load3 0.6s infinite;
}
.FiAbQB8wGY{
    isolation: initial;
    overflow: visible;
    list-style-type: decimal;
    unicode-bidi: inherit;
}
@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);
    }
}
.IcJN8DGEzW{
    writing-mode: vertical-lr;
    user-select: all;
    margin-left: 14px;
}
.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);
    }
}