#mylist-content-wrapper {
    /*background: #484A60;*/
    /*margin-top: 100px;*/
    padding: 0px 0px;
    min-height: calc(100vh - 150px);
}
#mylist-content-sub-wrapper {
    margin: 0 auto;
    /*display: grid;*/
    /*grid-template-rows: 1fr auto auto;*/
    /*grid-template-areas: "column-1 "*/
    /*                     "column-2 "*/
    /*                     "column-3 ";*/
    padding-bottom: 50px;
}
@media screen and (max-width: 912px){
    /*#mylist-content-sub-wrapper {*/
    /*    grid-template-areas: "column-3 "*/
    /*                     "column-2 "*/
    /*                     "column-1 ";*/
    /*}*/
    #mylist-page-container{
        padding-top:50px;
    }
}

#mylist-content-description{
    grid-area: column-1;
    max-width: 100%;
    overflow: hidden;
}
#mylist-upload-parts{
    grid-area: column-3;
}
.mylist-col-item-wrapper{
    padding-left:30px;
    padding-right: 30px;
}
@media screen and (max-width: 450px) {
    .mylist-col-item-wrapper{
        padding-left:15px;
        padding-right: 15px;
    }
}
.mylist-info-title {
    margin-bottom: 30px;
}
.mylist-info-desc {
    color: #eee;
    font-size: 17px;
}
.mylist-info-item {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #eee;
    padding: 10px 25px;
    border: 1px solid #888;
    border-radius: 5px;
    background: linear-gradient(to right,#34364D,#47495F);
}
.mylist-page-hr {
    border-top: 1px solid #aaa;
    margin: 20px 15px;
    grid-area: column-2;
}
.mylist-info-title-1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
#mylist-forms-container{
    margin-top:30px;
}
.mylist-button {
    margin-top: -20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #F50261;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    /* border: none !important; */
    font-family: lato;
    font-weight: bold;
    border: none;
    padding: 15px;
    /* border: none !important;*/
}
.mylist-button[disabled]{
    background: #FB90BA !important;
}
#delete-playlist-btn {
    margin-top: -5px;
}
.playlist-url-wrapper{
    padding: 10px 10px;
    border-radius: 5px;
    padding-right: 80px;
    position: relative;
    margin-bottom: 10px;
    /*background: #2c2e42;*/
}
.playlist-url-action-btns-container {
    position: absolute;
    right: 5px;
    top: 45px;
}
.playlist-url-action-btn {
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 1;
    text-align: center;
    font-size: 25px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 6px 12px #0d0a101a;
    color: #F50261;
}
.playlist-name {
    display: block;
    margin-bottom: 10px;
}
#mylist-content-sub-wrapper .heading{
    text-align: left;
}
#upload-list-mac-container {
    position: relative;
}
#upload-list-mac-wrapper {
    margin-bottom: 0;
    position: absolute;
    left: 15px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 991px){
    #upload-list-mac-wrapper{
        position: static;
        transform: none;
        padding: 0 10px;
        padding-right: 80px;
    }
    #delete-playlist-btn {
        margin-top:-30px;
    }
    .mylist-col-item-wrapper {
        padding-left:0;
        padding-right: 0;
    }
}

.max-playlists-label {
    color: #777;
    font-size: 17px;
}

.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.form-control.input-type-1:focus {
    border-color: #F50261;
    box-shadow: 0 0 0 0.2rem rgba(245, 2, 97, 0.25);
}
@media screen and (max-width: 496px){
    #upload-list-mac-container {
        padding-left:0px;
        padding-right: 0;
    }
    .playlist-url-wrapper {
        padding:10px 0;
        padding-right: 70px;
    }
    .form-control.input-type-1 {
        font-size: 18px;
        padding: 7px 10px;
    }
    #vue {
        padding-left: 10px;
        padding-right: 10px;
    }
    .playlist-url-action-btns-container {
        right: -5px;
    }
}