/* личная страница*/
.ls {
    width: 682px;
    height: 489px;
    background: url(https://forumupload.ru/uploads/001b/ae/0f/3/802118.png);
    margin: 0 auto;
    position: relative;
}

.ls ::-webkit-scrollbar {
    background: #ccc;
    width: 3px;
}

.ls ::-webkit-scrollbar-thumb {
    background: rgb(172, 172, 172);
}

.ls ls1 {
    position: absolute;
    margin: 61px 0 0 418px;
    display: flex;
    width: 228px;
    justify-content: space-between;
}

.ls ls1 img {
    width: 110px;
    height: 120px;
    object-fit: cover;
    border-radius: 15px;
    filter: grayscale(1);
}

.ls ls2,
.ls ls3,
.ls ls4,
.ls ls5 {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-top: 225px;
    z-index: 10;
}

.ls ls2 {
    margin-left: 461px;
}

.ls ls3 {
    margin-left: 503px;
}

.ls ls4 {
    margin-left: 545px;
}

.ls ls5 {
    margin-left: 589px;
}

.ls ls6 {
    z-index: 10;
    position: absolute;
    margin: 283px 0 0 442px;
    font-family: yeseva one;
    font-size: 11px;
    color: #000000;
    letter-spacing: 1.5px;
    width: 201px;
    height: 50px;
    overflow: auto;
    padding-right: 7px;
    text-align: center;
    line-height: 1.1em;
}

.ls ls7 {
    position: absolute;
    margin: 50px 0 0 10px;
    color: #ffffff;
    font-family: 'arsenica';
    font-size: 26px;
    width: 396px;
    text-align: center;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 900;
}

.ls ls8 {
    position: absolute;
    width: 320px;
}

.ls ls8 iframe {
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 10px 0 0 72px;
}

.ls ls8 song,
.ls ls8 artist {
    position: absolute;
    margin-left: 153px;
    width: 157px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #dcdcdc;
    font-family: var(--hngng-font-mini);
}

.ls ls8 song {
    margin-top: 9px;
    font-size: 8px;
}

.ls ls8 artist {
    margin-top: 20px;
    font-size: 11px;
}

.ls ls9 {
    position: absolute;
    margin: 93px 0 0 9px;
}

.ls table td {
    padding: 0px !important;
    border: none !important
}

.ls table td:last-child {
    width: 137px;
}

.ls #menu {
    margin: 250px 0 0 30px;
    width: 207px;
    height: 122px;
    background-repeat: no-repeat;
    z-index: 9;
    position: relative;
}

.ls #menu span {
    text-align: center;
    display: block;
    color: #938b8b;
    margin: 7px 0;
    padding: 2px 6px;
    font-family: var(--hngng-font-mini-second);
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 11px;
    text-transform: lowercase;
    border-radius: 15px;
    background: #cdcdcd;
}

.ls #menu .tabactive {
    background: #000;
}

.ls #submenu {
    padding: 10px;
    height: 360px;
    text-align: center;
    font-size: 12px;
    width: 378px;
    position: relative;
    background: #fff;
    border-radius: 0 0 0 20px;
}

.ls .submenutext {
    display: none;
    height: 100%;
}

.ls namels {
    display: block;
    background: #c4c4c4;
    color: #fff;
    font-family: yeseva one;
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 3px 0;
    margin: 10px -10px 10px -10px;
}

.ls namels:first-child {
    margin-top: -10px
}

.ls al,
.ls icons,
.ls rank,
.ls coup,
.ls cards {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-right: -10px;
    overflow: auto;
    padding: 0 3px 0 0;
    justify-content: center;
}

.ls al,
.ls coup,
.ls cards {
    height: 340px;
}

.ls icons {
    height: 62px;
    gap: 12px;
}

.ls rank {
    height: 245px;
}

.ls coup {
    justify-content: center;
}

.ls cards {
    gap: 12px;
}

.ls play {
    position: absolute;
    z-index: 10;
}

.ls ls9 table {
    width: auto !important;
}