@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.audio-container {
    height: 120%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    
}
.img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.audio-img {
    width: 320px;
    height: 220px;
    align-items: center;
    position: absolute;
    top: 5em;
}

h1 {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.audio-img-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
}
h2 {
    margin-top: 1rem;
    font-size: 1.5rem;
    text-transform: capitalize;
}

h6 {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    font-weight: 400;
    color: #bcbcbc;
}

.audio-progress {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 60%;
}

.progress_test {
    grid-column: 1 / -1;
    margin-bottom: 0.8rem;
    text-align: center;
    height: 0.2rem;
    width: 18rem;
    left: -35px;
    border-radius: 0.1rem;
    top: 10px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    transition: background 2s ease-in-out;
}

.progress_test::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid 333;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.progress_test::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 50%;
    cursor: pointer;
}
.current-time {
    text-align: left;
    position: relative;
    color: white;
    left: 2%;
}
.duration {
    text-align: end;
    position: relative;
    color: white;
    right: 2%;
}

.audio-btns {
    top: 20px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.btn-p {
    cursor: pointer;
    border: unset;
    box-shadow: unset;
    background-color: unset;
    font-size: 0.5rem;
    color: black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn {
    cursor: pointer;
    border: unset;
    box-shadow: unset;
    background-color: unset;
    font-size: 1.5rem;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.skip-forward {
    position: relative;
    left: -3px;
}
.skip-back {
    position: relative;
    left: 3px;
}
.play {
    text-align: center;
    border-radius: 100%;
    padding: 0.1em;
    width: 60px;
    height: 60px;
    background: white;
}
#music-player {
    height: 103%;
    width: 103%;
    left: -0.23em;
    top: 300px;
    background: black;
    position: fixed;
    display: none;
    z-index: 111;
    overflow-y: auto;
}
#menu {
    background: none;
    width: 20px;
    font-size: 20px;
    border: none;
    height: 20px;
    color: white;
    position: absolute;
    top: 1em;
    left: 1em;
}

.audio-singer {
    position: relative;
    color: white;
    display: flex;
    top: 12px;
}
.audio-title {
    color: white;
    position: relative;
    font-size: 16px;
    display: flex;
    white-space: nowrap;
    top: 10px;
}
.title-sing {
    position: fixed;
    text-align: center;
    width: 75%;
    top: 40%;
    left: 12%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.plus {
    width: 30px;
    height: 30px;
}
.replay {
    color: white;
}
.random {
    color: white;
}
#random {
    font-size: 20px;
}
#replay {
    font-size: 20px;
}
.more-options {
    width: 30px;
    height: 30px;
    color: white;
    position: relative;
    top: -4em;
    right: -45%;
    background: none;
    border: none;
}
.ti-plus {
    font-size: 20px;
    width: 30px;
    height: 30px;
}
.thanh-cc {
    width: 103%;
    height: 5em;
    position: fixed;
    display: block;
    left: 0.1em;
    z-index: 11;
    bottom: 0;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    transform: translateY(8px);
}

ion-icon {
    width: 30px;
    height: 30px;
}

.icon-home,
.icon-search,
.icon-library {
    position: relative;
    top: -15px;
    background: none;
    transition: 1s all;
    filter: drop-shadow(0.1px 0.1px white);
    border: none;
    left: -0.5em;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    display: inline-flex;
    padding: 40px;
}

.homehtml.active {
    display: none;
}

.control {
    width: 21em;
    height: 4em;
    position: fixed;
    z-index: 11;
    top: -0.3em;
    align-items: center;
    align-self: center;
    display: block;
    transition: 1.2s all;
}

.control.active {
    display: none;
}

.user-icon {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 6;
}

.tat-ca,
.nhac-nhe,
.nhac-remix {
    height: 33px;
    min-width: 50px;
    max-width: 100px;
    top: 1em;
    border-radius: 20px;
    background: #3e3d3d;
    text-align: center;
    align-items: center;
    z-index: 6;
    font-size: 12px;
    margin: 3px;
    left: 5em;
    display: inline-flex;
    padding: 14px;
    position: relative;
    box-sizing: border-box;
}

.tat-ca {
    background: white;
    color: black;
}

.img-img {
    width: 3.4em;
    height: 2.8em;
    border-radius: 2px;
    position: absolute;
    left: .27em;
    top: 0.32em;
}

.menu-nhac {
    width: 90%;
    height: 3.5em;
    position: fixed;
    background: #585858;
    bottom: 0;
    transform: translateY(-4.5em);
    align-items: center;
    align-content: center;
    left: 2px;
    border-radius: 10px;
    display: none;
    box-shadow: 1px 1px white;
}

#btn-play {
    left: 36%;
    top: -11.5em;
    position: relative;
    border: none;
    width: 43px;
    height: 43px;
    background: none;
    color: white;
    z-index: 6;
    text-align: center;
    align-items: center;
    justify-items: center;
}

.text-menu-nhac {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 200px;
    color: white;
    left: 4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Nghệ sĩ */
.i-artist {
    font-size: 10px;
    color: #ccc;
    margin: 0;
    text-align: left;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Tên bài hát */
.p-name {
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 0;
    text-align: left;
    position: relative;
    width: 150px;
}

.searchhtml {
    display: none;
    width: 20em;
    height: 10em;
}

.searchhtml.active {
    display: block;
}

#pause {
    display: none;
    font-size: 30px;
}

#pause.active {
    display: block;
}

#playtracks {
    display: none;
    font-size: 30px;
}

#playtracks.active {
    display: block;
}
.settinghtml {
    display: none;
    z-index: 300;
}
#btn-plus {
    position: relative;
    display: flex;
    color: white;
    right: 2%;
}
.libraryhtml {
    display: none;
    height: 100vh;
    overflow-y: auto;
    list-style: none;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 99%;
}
#i-1,
#i-2,
#i-3 {
    width: 30px;
    height: 30px;
    font-size: 30px;
}
.audio-control {
    position: absolute;
    top: 55%;
}
.Posted-on {
    position: absolute;
    top: 125%;
    left: 1px;
    width: 100%;
    height: 200px;
    color: white;
    overflow-y: auto;
    overflow-x: hidden;
}
.video {
    width: 86%;
    height: 16em;
    position: fixed;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.audio-playing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 20px;
    transform: translateY(1em);
}
.audio-playing div{
  width: 75%;
  height: 100px;
  position: relative;
  top: -2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.audio-playing p {
    display: inline-flex;
    position: relative;
    text-align: center;
    top: -1em;
}

.audio-playing h4 {
    position: relative;
    display: inline-flex;
    top: -20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-self: center;
    text-align: center;
    justify-items: center;
}
.options {
    width: 90%;
    height: 100%;
    background: #171717;
    color: white;
    z-index: 20;
    border-radius: 10px;
    position: relative;
    display: none;
    top: 10em;
    filter: drop-shadow(1px 1px 1px 1px white);
}
.turnOff-options {
    width: 30px;
    height: 30px;
}
.ti-caret-down,
.ti-circle-plus,
.ti-moon,
.ti-share-3,
.ti-download {
    font-size: 25px;
}
.ti-circle-plus,
.ti-moon,
.ti-share-3,
.ti-download {
    position: absolute;
    transform: translateX(-2em);
}
.options ol {
    position: relative;
    top: 2em;
}
.options button {
    background: none;
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    font-size: 60px;
}
.options hr {
    position: relative;
    left: -2em;
    width: 106%;
}
.list_playList_want_add_div {
    width: 90%;
    background: #171717;
    color: white;
    z-index: 100;
    border-radius: 10px;
    position: relative;
    display: none;
    top: -8em;
}
.list_playList_want_add_div hr {
    position: relative;
    left: -1px;
    width: 100%;
}
.body_2 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    height: 100vh;
    color: white;
    overflow: auto;
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-weight: bold;
}
.homehtml {
    z-index: 10;
    width: 99%;
    position: relative;
    top: -1em;
    display: block;
    height: 100vh;
    color: white;
    overflow-y: auto;
    list-style: none;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.btn-remove{
  width: 20px;
  height: 20px;
  font-size: 2px;
  color: white;
}