#playlist-page {
    font-size: 0;
}
#playlist-page-part-1 {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    height: 100%;
    color: #fff;
    font-size: 35px;
    text-align: center;
    padding:0 40px;
    margin-top: 40px;
}
#playlist-title-part {
    position: relative;
    font-size: 40px;
}
#playlist-back-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#playlist-items-container {
    position: relative;
    margin-top: 20px;
    height: 700px;
    font-size: 0;
    text-align: left;
}
#playlist-page-part-2 {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    height: 100%;
    font-size: 30px;
    color: #fff;
    padding: 80px 30px;
    text-align: center;
}
#playlist-pate-note-2 {
    margin: 30px 0;
    color: #32a8cc;
}
.playlist-detail-label {
    padding: 5px 0;
}
.playlist-detail-value {
    margin-bottom: 25px;
    color: #21AAC4;
}
.playlist-item-container {
    width: 33.33%;
    padding:5px;
    display: inline-block;
    vertical-align: middle;
}
.playlist-item-wrapper{
    border-radius: 5px;
    font-size: 30px;
    background-position: center center;
    background-size: 100%;
    position: relative;
    text-align: justify;
    padding: 30px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 2px solid transparent;
    background-origin: border-box;
    transition: all 0.1s;
    padding-right: 60px;
    background:#504747;
}
.playlist-item-container.active .playlist-item-wrapper {
    background: #21AAC4;
}
.playlist-state {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 20px;
    font-size: 28px;
    text-align: center;
    display: none;
    color: #1cfd03;
}
.playlist-state.playing{
    display: block;
}

#playlist-back-icon{
    color: #ddd;
}
#playlist-back-icon.active{
    color: #fff;
}

#user-notes-container {
    padding: 10px 30px;
    height: 300px;
}
#notification-title {
    font-weight: bold;
    font-size: 45px;
}
#notification-content {
    font-size: 30px;
    margin-top:10px;
}
#playlist-error {
    font-size: 40px;
    text-align: center;
    color: #ff0000;
}
.playlist-note {
    font-size: 30px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 1.1;
}
.playlist-note.colored{
    color: #21AAC4;
}
#code-activation-btn {
    width: fit-content;
    margin: 0 auto;
    background: #504747;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: normal;
}
#code-activation-btn.active{
    background-color: #21AAC4;
}
