#playlist-page {
    font-size: 0;
}
#playlist-page-part-1 {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    height: 100%;
    color: #fff;
    font-size: 35px;
    text-align: center;
    border-right: 2px solid #ddd;
    padding:50px 40px;

}
#playlist-page-part-2 {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    height: 100%;
    font-size: 30px;
    color: #fff;
    padding: 80px 30px;
    text-align: center;
}
#playlist-page-header {
    text-align: left;
}
.playlist-page-header-logo-container {
    display: inline-block;
    vertical-align: middle;
    height: 80px;
}
.playlist-page-header-logo-container img {
    height: 100%;
}
#playlist-page-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 45px;
    font-weight: normal;
    margin-left: 10px;
    border-left: 2px solid #aaa;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF0D6;
}
#playlist-page-content-wrapper {
    margin-top: 55px;
    padding: 0 40px;
}
#playlist-items-container {
    position: relative;
    margin-top: 20px;
    height: 700px;
    overflow-y: scroll;
    font-size: 0;
    text-align: left;
}
#playlist-error.shown + #playlist-items-container{
    height: 650px;
}
#playlist-page-note-1 {
    font-size: 35px;
    margin-top: 10px;
}
#playlist-page-note-1 * {
    font-weight: normal;
    color: #FFFCDF;
}
#app-status {
    color: #FFFCDF;
}
#playlist-pate-note-2 {
    margin: 30px 0;
    font-weight: normal;
    color: #FFFCDF;
}
.playlist-detail-label {
    font-size: 35px;
    margin-top: 30px;
    font-weight: normal;
    color: #FFFCDF;
}
.playlist-detail-value {
    color: #FFFCDF;
    font-weight: normal;
    font-size: 40px;
}
.playlist-item-container {
    width: 33.33%;
    padding:10px 10px;
    display: inline-block;
    vertical-align: middle;
}
.playlist-item-wrapper{
    border-radius: 10px;
    font-size: 30px;
    background-position: center center;
    background-size: 100%;
    position: relative;
    text-align: justify;
    padding: 35px 20px;
    padding-bottom: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-origin: border-box;
    transition: all 0.2s;
    background:#3A0638;
    color: #FFFCDF;
    border:3px solid transparent;
}
.playlist-item-wrapper.active {
    /*background: #f9b315;*/
    /*color: #111;*/
    color: #fff;
    border-color: #fff;
}
.playlist-item-icon {
    display: inline-block;
    vertical-align: middle;
}
.playlist-name-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 320px;
}
.playlist-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    /*white-space: normal;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.playlist-state {
    position: absolute;
    left: 25px;
    bottom: 10px;
    border-radius: 30px;
    font-size: 20px;
    text-align: center;
    display: none;
    color: #fff;
    background: #008EDA;
    padding: 2px 10px;
    font-weight: normal;
}
.playlist-state.playing{
    display: block;
}

#playlist-error {
    font-size: 40px;
    text-align: center;
    color: #f10a0a;
    margin-bottom: -15px;
    display: none;
}
#playlist-error.shown {
    display: block;
}
.playlist-note {
    font-size: 40px;
    font-weight: lighter;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #eee;
}
#code-activation-btn {
    width: fit-content;
    margin: 0 auto;
    background: #07306b;
    border-radius: 5px;
    font-weight: normal;
    color: #fff;
    margin-top: 30px;
    font-size: 30px;
    padding: 20px 30px;
}
#code-activation-btn.active {
    background: #f9b315;
    color: #111;
}
.page-header-type-1 {
    position: relative;
}
.page-header-type-1 .stream-page-title {
    width: 700px;
    padding: 40px;
    display: inline-block;
    vertical-align: middle;
    position: static;
}
.page-header-logo-container {
    text-align: center;
    height: 140px;
    padding: 25px 0;
    margin-left: 140px;
    display: inline-block;
    vertical-align: middle;
}
.page-header-logo-container img {
    height: 100%;
}
.page-header-device-info-container {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.page-header-device-info-label {
    font-size: 45px;
    color: #f9b315;
}
.page-header-device-info-item.mac-address {
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-weight: normal;
}
#user-notice-desc {
    font-size: 30px;
    font-weight: normal;
}
#user-notice-title {
    font-size: 40px;
}
#user-notice-container {
    margin-top: 20px;
}
#qr-code-container {
    margin-top: 50px;
}
#qr-code-container img {
    width: 250px;
}
.playlist-page-color-1 {
    color: #FFFA37;
}
#scan-code-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
