/* ______________________________________________________musics_________________________________________________ */
.list,
.record,
.icn,
.tetx,
.outx,
.btxnx,
.adj,
.contx,
.outvol,
.mikx,
.recx,
.box,
.bigcir,
.xbig,
.cir {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.info{
gap:10px;
}
.mikx {
    height: 100vh;
    z-index: 6;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgb(255, 255, 255)
}

.trec {
    display: none;
    color: rgb(224, 183, 0)
}

.recx {
    display: none;
    transition: .5s ease;
    margin: 20px;
    width: 45px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.148);
}

.recxx {
    transition: .25s ease;
    width: 15px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgb(255, 0, 0);
}

.ptym {
    display: none;
    opacity: 0;
    color: rgb(195, 0, 0)
}

.byx {
    display:none;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 20px
}

.boxx {
    width: 240px;
    aspect-ratio: 1/1;
}

.xbigx {
    transition: 1.5s ease;
    width: 180px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
}

.bigcirx {
    transition: 1s ease;
    width: 160px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

.cirx {
    transition: .5s ease;
    width: 140px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
}

.onmice {
    fill: grey;
    width: 12px;
}

.onmicex {
    transition: .5s ease;
    width: 20px;
    fill: rgb(226, 226, 226);
}
.x{
    display:none;
    opacity:0;
}
.sv {
    opacity:0;
    display: none;
    background-color: black;
    padding: 6px 10px;
    border-radius: 10px;
    color: white;
}

.photo {
    flex-flow: column-reverse;
}

.datex {
    color: gray;
    font-size: 17px;
    width: 100%;
    margin: 5px 0 15px 0;
}

.list {
    position: relative;
    flex-direction: row;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: pointer;
    border-radius: 3px;
    justify-content: space-between;
    height: 50px;
    margin-bottom: 3px;
    background-color: rgba(1, 94, 94, 0.052);
    width: 100%;
}

.list:hover {
    background-color: rgba(0, 66, 66, 0.231);
}

.listx {
    border-radius: 0px;
    cursor: auto;
    background-image: radial-gradient(600px, rgb(154, 154, 154), rgb(56, 56, 56), rgb(1, 1, 1));
    flex-direction: column;
    z-index: 5;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    justify-content: center;
    margin: 0;

}

.outx {
    width: 94%;
    flex-direction: row;
    justify-content: flex-start;
}

.outxx {
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.icn {
    transition: .1s ease;
    aspect-ratio: 1/1;
    border-radius: 10px;
    margin: 5px;
    background-color: rgb(84, 84, 84);
    height: 40px;
}

.icnx {
    background-image: linear-gradient(45deg, rgb(255, 211, 211), rgb(166, 230, 255));
    height: 150px;
    margin: 40px;
}

.svgx {
    fill: rgb(74, 74, 74);
    width: 80px;
}

.tetx {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(58, 58, 58);
    align-items: start;
    width: 88%;
}

.tetxx {
    max-width: 700px;
    color: rgb(219, 219, 219);
    width: 90%;
    align-items: center;
}

.delf {
    max-width: 21px;
    min-width: 18px;
    width: 5%;
}

.delf line {
    stroke: rgb(117, 117, 117);
}

.adj {
    display: none;
    margin: 30px 0 10px 0;
    flex-direction: row;
    width: 100%;
}

.adj p {
    color: rgb(174, 174, 174);
}

.rngx {
    margin: 0 15px;
    width: 60%;
    height: 2px;
}

.contx {
    display: none;
    max-width: 500px;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
}

.btxnx {
    flex-direction: row;
}

.plpx {
    width: 30px;
    position: relative;
}

.paux {
    position: absolute;
    transform: rotateX(90deg);
}

.playx {
    transform: rotateX(0deg);
}

.outvol {
    display: none;
    margin-top: 30px;
    gap: 5px;
    flex-direction: row;
}

.rngv {
    width: 150px;
    height: 2px;
}

.cutmu {
    display: none;
    margin: 0%;
    border: none;
    padding: 0%;
    cursor: pointer;
    top: 20px;
    right: 25px;
    position: absolute;
    fill: rgb(184, 184, 184);
    width: 25px;
    height: 25px;
}

.fls {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(1, 94, 94, 0);
}