#playlist-page {
    font-size: 0;
    background-image: url("../images/login_bg.jpg");
    background-size: 100% 100%;    
}
#playlist-section-label-container {
    font-size: 0;
    color: #fff;
}
.playlist-section-label {
    font-size: 24px;
    font-weight: lighter;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.playlist-section-label:nth-child(2) {
    text-align: right;
}
#playlist-page-items-content-part {    
    height: 940px;
}
#playlist-error {
    font-size: 30px;
    text-align: center;
    color: #ff0000;
    display: none;
}
#playlist-items-container {
    position: relative;
    margin-top: 20px;
    height: 700px;
    font-size: 0;
    text-align: left;  
    overflow-y: scroll;  
}
#playlist-page.has-error #playlist-error{
    display: block;
}
#playlist-page.has-error #playlist-items-container{
    height: 800px;
}

#playlist-page-part-1 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
    color: #fff;
    font-size: 35px;
    text-align: center;
    padding:40px 40px;
    background: #141414;
}
#playlist-page-title-part {
    text-align: left;
    font-size: 40px;
    color: #FCFCFC;
}
#playlist-page-title-part * {
    display: inline-block;
    vertical-align: middle;
}
#playlist-page-logo {
    height: 70px;
}
#playlist-page-title {
    margin-left: 20px;
}


#playlist-page-part-2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
    font-size: 30px;
    color: #FFFCDF;
    padding: 80px 30px;
    text-align: center;
}
.device-detail-item {    
    background: rgba(232, 207, 194, 0.24);
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 10px;
}
.device-detail-label {
    padding: 5px 0;
}
.device-detail-value {    
}
.device-status-item * {
    display: inline-block;
    vertical-align: middle;
}
#playlist-page-qr-code {
    width: 300px;
}
.playlist-item-container {    
    padding: 5px;
    /* 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;    
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 10px;
}
.playlist-item-wrapper {
    padding: 10px 20px;
    text-align: center;    
    transition: all 0.2s;
}
.playlist-item-img-wrapper {    
    padding: 10px;
    background: #2B2B2B;
    width: 212px;
    height: 212px;
    border-radius: 50%;
    position: relative;
    border: 3px solid transparent;
    margin: 0 auto;
}
.playlist-item-wrapper.active .playlist-item-img-wrapper {
    border-color: #fff;
}
.playlist-item-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
}
.playlist-state-icon {
    position: absolute;
    right: 17px;
    top: 15px;
    width: 30px;
    opacity: 0;
    transition: all 0.2s;
}
.playing .playlist-state-icon {
    opacity: 1;
}
.playlist-name {    
    margin-top: 10px;
    text-align: center;
}
.playlist-item-expire-date {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    text-align: right;
}


#playlist-back-icon{
    color: #ddd;
}
#playlist-back-icon.active{
    color: #fff;
}
#playlist-page-bottom-container {
    position: absolute;
    right: 0;
    bottom: -30px;
}
#user-notes-container {
    margin-top: 30px;  
}
#notification-title {
    font-weight: bold;
    font-size: 30px;
}
#notification-content {
    font-size: 25px;
    margin-top:10px;
}

.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;
}


#playlist-edit-page {
    position: fixed;
    background: #080808d4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#playlist-edit-page-container {
    position: fixed;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #444;
    border-radius: 5px;
    padding: 40px 30px;
}
.playlist-kind-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #eee;
    padding: 10px 20px;
    margin-right: 10px;
    background: #848080;
    text-align: center;
    min-width: 200px;
    /*border-radius: 5px;*/
    transition: all 0.2s;
    border-bottom: 4px solid transparent;
}
.playlist-kind-item.current {
    border-color: #2cf57f;
}

.playlist-kind-item.active{
    background: #f76565;
}
.playlist-edit-item-wrapper {
    font-size: 30px;
    color: #eee;
    margin-top: 20px;
}
.playlist-edit-item-wrapper.xc-case {
    overflow: hidden;
    margin-top: 0;
    height: 0;
    transition: all 0.2s;
}
.playlist-edit-item-wrapper.xc-case.visible{
    margin-top:20px;
    height: 115px;
}
.playlist-edit-item-wrapper label{
    margin-bottom: 5px;
}
.playlist-edit-item {
    outline: none;
    border: 4px solid #a5a0a0;
    font-size: 34px;
    font-weight: normal;
    border-radius: 50px;
    background: transparent;
    outline: none !important;
    padding: 10px 20px;
    display: inline-block;
    color: #eee;
    transition: all 0.2s;
}
.playlist-edit-item.active {
    border-color: #53bbf7;
    /* 3px solid #53bbf7 !important */
}
#playlist-edit-btns-container {
    margin-top: 20px;
}
.playlist-edit-btn {
    border: none;
    background: #1E1E1E;
    min-width: 200px;
    border-radius: 10px;
    margin-right: 5px;
    transition: all 0.2s;
    /* #1E1E1E !important */
}
.playlist-edit-btn.active{
    /* background: #f76565; */
    color: #fff !important;
    background: linear-gradient(273.26deg, rgba(37, 145, 207, 0.41) 0%, #2591CF 100%),
    linear-gradient(273.26deg, #2591CF 0%, #2591CF 100%);
}
#playlist-edit-error-message {
    color: #f16c0b;
    font-size: 28px;
    margin-top: 5px;
    font-weight: normal;
}
