.play-list-info {
    background-color: #500000 !important;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.play-section {
    background: #000;
    padding: 0;
    height: 100%;
    position: fixed;
    top: 88px;
    width: 100%;
}
.music-list-sec ul {
    list-style: none;
    max-height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}
.music-list-sec ul li:first-child {
    pointer-events: none;
    background-color: #691417;
    position: sticky;
    top: 0px;
}
.music-list-sec ul li:first-child h3.remov-button {
    display: none;
}
.music-list-sec ul li:first-child h3.radio-playing {
    display: block;
}
.music-list-sec ul li:not(:first-child) h3.remov-button {
    display: block;
}
.music-list-sec ul li:not(:first-child) h3.radio-playing {
    display: none;
}
.music-list-sec ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #fff;
    border-bottom: 0px solid #000000;
    padding: 10px;
    cursor: pointer;
    background: #404040;
    font-size: 11px;
}
.music-list-sec ul li h3.radio-playing {
    width: 150px;
}
.Sr_No_Id {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 15px;
    width: 50px;
    padding: 0;
}
.Sr_No_Id:focus-visible {
    outline: none;
}
.music-list-sec ul li a {
    width: 100%;
    max-width: 900px;
    padding-right: 1rem;
}
.music-list-sec ul li:hover {
    background: #292929;
}
.music-list-sec ul li:nth-child(even):hover {
    background: #292929;
}
.music-list-sec ul li:nth-child(even) {
    background: #606060;
}
.music-list-sec ul li h2 {
    margin-bottom: 0;
    font-size: 20px;
    padding: 5px;
    font-weight: 600;
}
.music-list-sec ul li img {
    width: 60px;
}
.song-list-sec {
}
.music-list-sec ul li span {
    word-wrap: break-word;
    font-size: 15px;
    display: inline-block;
    font-family: "Calibri";
    letter-spacing: 1px;
    line-height: 19px;
}
.music-list-sec ul li h3 {
    font-size: 15px;
    text-align: right;
    font-family: "Calibri";
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.play-info-img {
    float: none;
}
.footer-list {
    padding: 0;
    height: 70px;
}
.footer-list ul {
    list-style: none;
    /*margin-bottom: 0;*/
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
/* .footer-list ul li { width: 24% !important; } */
.footer-list ul li i {
    padding: 5px 12px;
    font-size: 15px;
    color: #fff;
}
.footer-list ul li span.heart-icon {
    position: relative;
}
.footer-list ul li span.heart-icon i {
    font-size: 22px;
}
.footer-list ul li span.heart-icon-check:before {
    content: "\f058";
    font-size: 19px;
    position: absolute;
    bottom: 6px;
    right: 10px;
    color: #540000;
    font-family: "FontAwesome";
    border: 1px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #fff;
}
.footer-albumimg .album_img {
    width: 50px;
    height: 50px;
    margin: 0 1em 0 0;
}
.footer-albumimg .album_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-list ul li img {
    /*  position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;*/
}
.footer-list ul li .overlay .footer-imghover img {
    position: relative;
}
.album-title-sec {
    /*width: 400px;*/
    /*margin-top: 9px;*/
}
.footer-list ul li p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-family: "Calibri";
    word-wrap: break-word;
    line-height: 18px;
}
.footer-list ul li span {
    color: #d0d0d0;
    font-size: 14px;
    font-family: "Calibri";
    letter-spacing: 1px;
    line-height: 18px;
}
.footer-list ul li.custom-icon-sec span {
    margin-right: 10px;
}
.footer-list ul li.custom-icon-sec span.cus-vol-player {
    margin-right: 0;
}
.footer-list ul li.custom-icon-sec span.volume_slash {
    margin-right: 0;
}
.custom-icon-sec .fap-icon-pause:first-child {
    margin-top: 1px;
}
.custom-icon-sec .current_total_time {
    padding-top: 2px;
}
.marquee-line2 {
    padding-left: 0;
}
.close-btn-sec {
    text-align: right;
}
.Queue-btn {
    /*margin-top: 10px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-js {
    border: 3px solid #ccc;
}
.close-btn-sec .cus-hide-btn-footer {
    border: 1px solid #fff;
    background: transparent;
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    font-family: "Calibri";
    letter-spacing: 1px;
    position: relative;
}
.close-btn-sec .cus-hide-btn-footer:hover {
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
}
.clip-sec:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -30px;
    width: 31px;
    height: 7px;
    background: #ff0000;
}
.orange-bar {
    background: #b0b0b0 !important;
}
.close-btn-sec .cus-hide-btn-footer i {
    padding-left: 10px;
    padding-right: 0;
}
.cus-player-close-btn {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 40px;
}
.custom-icon-sec {
    width: 28%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
}
.custom-icon-sec h5 {
    display: inline-block;
    position: relative;
    top: 0;
}
.volume_slash .volume_icon {
    padding: 5px 15px;
}
.btn_que {
/*    width: 22%;*/
}
.custom-icon-vol-sec {
    position: absolute;
    right: 20px;
    bottom: 70px;
}
.cus-vol-player {
    display: inline-block;
    position: relative;
    top: 0px;
}
/* Track */
.music-list-sec ul::-webkit-scrollbar {
    width: 10px;
}
.music-list-sec ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.music-list-sec ul::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
.music-list-sec ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.controls {
    display: flex;
    position: absolute;
    bottom: 71px;
    width: 100%;
    flex-wrap: wrap;
    background-color: #a0a0a0 !important;
    height: 1px;
}

.orange-bar {
    height: 2px;
    top: 0;
    left: 0;
    width: 100%;
}
.orange-juice {
    height: 2px;
    width: 0px;
    background-color: #ff0000;
    opacity: 1;
    position: absolute;
    z-index: 99;
}
.cusmyinput {
    -webkit-appearance: none;
    cursor: pointer;
}
.cusmyinput::-webkit-slider-thumb {
    width: 15px;
    -webkit-appearance: none;
    height: 15px;
    background: #ff0000;
    border-radius: 50px;
    cursor: pointer;
}
.orange-juice:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 16px;
    height: 16px;
    background: #ff0000;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s;
    z-index: 999;
    pointer-events: none;
    display: block;
}
.orange-juice.changed:after {
    opacity: 1;
}
.orange-bar:hover .orange-juice:after {
    opacity: 1;
}
.orange-bar span {
    position: absolute;
    top: -15px;
    left: 0px;
    background: transparent;
    /*border: 1px solid #ffffff;*/
    height: 20px;
    width: 100%;
    z-index: 99;
}
.orange-bar .show_time {
    position: absolute;
    left: 0;
    top: -30px;
    width: auto;
    max-width: 52px;
    padding: 12px 8px;
    border-radius: 3px;
    line-height: 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    color: #ffffff;
    display: none;
}
.orange-bar:hover .show_time {
    /*display: block;*/
}
.orange-bar .show_time:before {
    /* position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid rgba(0,0,0, 0.8);
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    top: 38px;
    right: 17px;*/
}
.buffer-sec {
    height: 2px;
    width: 0px;
    background-color: #ffeb3b;
    position: absolute;
    top: 0;
    opacity: 0.5;
}
.custom-icon-sec .song-name {
    display: inline-block;
}
.footer-list ul li .audio-time {
    font-size: 15px;
    padding: 0;
}
.footer-list ul li .now-playing-sec {
    color: #fff;
    font-size: 15px;
    padding-left: 0px;
    margin-bottom: 0;
    white-space: nowrap;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Calibri";
    letter-spacing: 1px;
    /*margin-top: 9px;*/
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0;
    display: none;
}
.mins-clip-sec {
    background: #aa1417;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 72px;
    text-align: center;
    padding: 4px 0;
}
.mins-clip-sec h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Calibri";
    letter-spacing: 1px;
}
.mins-clip-sec h3 a {
    color: #fff;
    text-decoration: underline !important;
}
.mins-clip-sec h3 i {
    padding: 5px;
}
.clip-outter {
    position: relative;
    flex-grow: 6;
}
.clip-sec {
    display: block !important;
    position: absolute;
    left: 0px;
    bottom: 18px;
    font-size: 11px !important;
    background-color: #ff0000;
    padding: 1px 10px;
    letter-spacing: 1px;
    font-weight: 600;
}
.clip-sec:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -30px;
    width: 31px;
    height: 2px;
    background: #ff0000;
}
.playing-bg {
    background: #2125298f;
    padding: 15px;
}
.Remove-btn .remove-btn-sec {
    background: transparent;
    color: #fff;
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    font-size: 15px;
    margin: 0 5px;
    font-family: "Calibri";
    letter-spacing: 1px;
    position: relative;
}
.Remove-btn .remove-btn-sec:hover {
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
}
.show-hide-btn {
    display: inline-block;
}
.Remove-btn {
    display: inline-block;
}
.remove-btn-outter-sec {
    float: right;
}
#third {
    order: 0;
}
.Cus-padding-list {
    padding-left: 2rem;
    width: 30%;
    display: flex;
    justify-content: center;
}
.queue {
    display: inline-block !important;
}
.imghover {
    width: auto;
    height: auto;
}
.lb-img img {
    width: 100% !important;
    height: auto;
    max-width: 450px;
    border: 5px solid #ccc;
}
.album-list-sec {
    padding: 15px 0px;
}
.custom-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.cus-div-width {
    width: 50%;
}
.list-inner-sec {
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
.sec-list-inner-sec {
}
.album-cover-img {
    height: 100%;
    width: 100%;
    max-width: 350px;
    position: relative;
    margin: 0 auto;
}
.album-cover-img img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 330px;
    height: 330px;
}
.music-list-sec {
    padding: 0 1em;
}
.footer-albumimg {
    /*height: 100px;*/
    position: relative;
    margin: 0;
    display: flex !important;
    width: 52%;
}
.footer-albumimg img {
    margin: 0px;
}
.footer-albumimg .album-title-sec {
    color: #d0d0d0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.footer-albumimg .album-title-sec .marquee-line1 {
    color: #ffffff !important;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
    /*display: block;*/
}
.footer-albumimg .album-title-sec span.footer-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
    font-size: 14px;
}
/* Start css for text scroll */
.text-box {
    overflow: hidden;
}
.text-wrapper {
    white-space: nowrap;
}
.text-wrapper .text {
    display: inline-block;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
}
.text + .text {
    margin-left: 50px;
}
/* End css for text scroll */
marquee {
    display: block;
}
.footer-text {
    display: block;
    /*width: 720px;*/
}
.custom-icon-sec .fap-icon-pause i {
    font-size: 25px;
}
.footer-list ul li .cus-vol-player i {
    font-size: 25px;
}
.current_total_time {
    font-size: 14px;
    color: #d0d0d0;
    position: relative;
    top: 0;
    /*margin: 0px 14px;*/
    padding: 0 14px;
}
.song-list-sec marquee {
    font-size: 15px;
    display: inline-block;
    font-family: "Calibri";
    letter-spacing: 1px;
    line-height: 19px;
}
.Cus-padding-list marquee {
    display: inline-block;
    font-family: "Calibri";
    letter-spacing: 1px;
}
/*.remove-btn-outter-sec .Remove-btn .remove-btn-sec::before {
       content: "";
    width: 0;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s linear;
    background: #ff0000;
}*/
/*.remove-btn-outter-sec .remove-btn-sec:hover::before {
    transition-delay: 0s;
    background: #ff0000;
    width: 100%;
}*/
/*.remove-btn-outter-sec .remove-btn-sec .button-inr-sec::before {
       content: "";
   width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all .2s linear;
    background: #ff0000;
}*/
/*.remove-btn-outter-sec .Remove-btn:hover .button-inr-sec::before {
    transition-delay: .2s;
    background: #ff0000;
    height: 100%;
}*/
/*.remove-btn-outter-sec .Remove-btn .remove-btn-sec::after {
       content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .2s linear;
    background: #ff0000;
}*/
/*.remove-btn-outter-sec .remove-btn-sec:hover::after {
        transition-delay: 0s;
    background: #ff0000;
    width: 100%;
}*/
/*.remove-btn-outter-sec .remove-btn-sec .button-inr-sec::after {
       content: "";
    width: 1px;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .2s linear;
    background: #ff0000;
}*/
/*.remove-btn-outter-sec .Remove-btn:hover .button-inr-sec::after {
    transition-delay: .2s;
    background: #ff0000;
    height: 100%;
}*/
/*.close-btn-sec .btn-remove::before {
       content: "";
    width: 0;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s linear;
    background: #ff0000;
}*/
/*.btn-remove:hover::before {
    transition-delay: 0s;
    background: #ff0000;
    width: 100%;
}*/
.btn-remove .button-inr-sec::before {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.2s linear;
    background: #ff0000;
}
/* .close-btn-sec:hover .button-inr-sec::before {
    transition-delay: .2s;
    background: #ff0000;
    height: 100%;
}*/
.close-btn-sec .btn-remove::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s linear;
    background: #ff0000;
}
/*.btn-remove:hover::after {
        transition-delay: 0s;
    background: #ff0000;
    width: 100%;
}*/
.btn-remove .button-inr-sec::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.2s linear;
    background: #ff0000;
}
/*.close-btn-sec:hover .button-inr-sec::after {
    transition-delay: .2s;
    background: #ff0000;
    height: 100%;
}*/
.footer-list ul li p.button-inr-sec {
    padding-left: 0;
    display: inline-block;
}
.volume_icon {
    cursor: pointer;
}
.volume_slash {
    display: inline !important;
    position: relative;
    margin-left: -5px;
}
span.volume_slash_before:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    transform: rotate(35deg);
}
/*.orange-juice:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #ff0000;
    border-radius: 100%;
    position: absolute;
    right: -16px;
    bottom: -6px;
    z-index: 999999;
    opacity: 0;
    transition: 0.5s;
}
.controls:hover .orange-juice:before {
    opacity: 1;
}
*/
.playlist-sec {
    z-index: 99;
}
.loader-container.ng-scope {
    z-index: -1;
    top: 0;
    width: 20px;
    height: 20px;
    left: 50%;
}
.add-to-queue-img {
    display: none;
    position: absolute;
    top: -37px;
    left: -143px;
    margin: auto;
    width: 150px;
    background: #fff;
}
.mustadd-to-queue-img {
    display: none;
    position: absolute;
    top: -19px;
    left: 0px;
    margin: auto;
    width: 110px;
    background: #fff;
}
.album-queue-btn .add-to-queue-img {
}
.album-queue-btn-box .add-to-queue-img {
}
.cus-add-to-queue-outter .add-to-queue-img {
}
.playlistdetail-add-to-queue .add-to-queue-img {
    left: 0;
    right: -55px;
}
.New_playlistdetail-add-to-queue .add-to-queue-img {
    left: 55px;
    right: 0px;
}
.New_queue_pos .add-to-queue-img {
    left: -70px;
}
.playlistdetail-add-to-queue-bottom .add-to-queue-img {
    left: -94px;
    right: 0px;
}
.custom-row span.img-bottom {
    margin: 0.5rem auto 0;
    width: 110px;
    display: block;
    text-align: center;
}
.custom-row span.img-bottom a {
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.custom-row span.img-bottom a:hover {
    color: #fff;
    opacity: 0.7;
}
.custom-icon-sec .cus-vol-player {
    display: inline-flex;
}
.footer-albumimg img.setimg {
    height: 50px;
    width: 50px;
}
.playradio {
    position: relative;
}
.playradio img {
    position: absolute;
    top: -37px;
    left: -143px;
}
.footer-close-btn {
    background: transparent;
    border: 1px solid #fff;
    padding: 0;
    margin-left: 10px;
    padding: 6px 0px;
}
.footer-close-btn .close-btn-icon {
    font-size: 15px;
}
@media (min-width: 1822px) and (max-width: 2050px) {
    .album-cover-img img {
        width: 480px;
        height: 480px;
    }
    .album-cover-img {
        width: 100%;
        height: 100%;
        max-width: 480px;
    }
    .footer-albumimg {
        width: 66%;
    }
    .footer-albumimg .album-title-sec {
        width: 100%;
    }
    .custom-icon-sec {
        width: 18%;
        margin-right: 0;
    }
    .btn_que {
/*        width: 17%;*/
    }
    .footer-list ul li span.heart-icon i {
        font-size: 25px;
    }

    .custom-icon-sec .fap-icon-pause i {
        font-size: 25px;
    }
    .footer-list ul li .cus-vol-player i {
        font-size: 25px;
    }
    .palyer-hover .fa {
        font-size: 25px;
    }
    span.volume_slash_before:before {
        content: "";
        width: 40px;
        height: 3px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(35deg);
    }
}
@media (min-width: 1550px) and (max-width: 1820px){
    .footer-albumimg {
    width: 60%;
    }

    .custom-icon-sec {
    width: 24%;
    margin-right: 0;
    }

    .btn_que {
/*    width: 16%;*/
    }
    .footer-albumimg .album-title-sec {
    width: 100%;
    }
}


@media (min-width: 1400px) {
    .list-inner-sec {
    }
    .sec-list-inner-sec {
    }
    .album-cover-img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    .album-cover-img img {
        width: 450px;
        height: 450px;
    }
}
@media (min-width: 1367px) and (max-width: 1520px) {
    .album-cover-img {
        height: 100%;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
    .music-list-sec ul {
        height: 50vh;
    }
    /*.footer-albumimg {
        width: 50%;
    }*/
    .btn_que {
/*        width: 20%;*/
    }
}
@media (max-width: 1366px) {
    .album-cover-img {
        width: 100%;
        height: 100%;
    }
    .music-list-sec ul {
        height: 100%;
        max-height: 46vh;
    }
    .album-cover-img img {
        width: 300px;
        height: 300px;
    }
    .music-list-sec ul li h3.radio-playing {
        font-size: 12px;
    }
}
@media (max-width: 1210px) {
    .cus-vol-player {
        width: auto;
    }
    .footer-albumimg .album-title-sec {
        width: 600px;
    }
    .padding120 {
        padding-top: 27px !important;
    }
}
@media (min-width: 1150px) and (max-width: 1210px){
    .footer-albumimg {
        width: 50%;
    }
}
@media (max-width: 1150px) {
    .footer-albumimg {
        width: 43%;
    }
    .footer-albumimg .album-title-sec {
        width: 100%;
    }
    .custom-icon-sec {
        width: 30%;
    }
}
@media (max-width: 1140px) {
    .Sr_No_Id {
        font-size: 13px;
    }
}
@media (max-width: 1032px) {
    .custom-icon-sec {
        width: 32%;
    }
    .footer-albumimg .album-title-sec {
        width: 485px;
    }
    /*.btn_que {
    width: 18%;
  }*/
    .playradio img {
        position: absolute;
        top: -37px;
        left: -80px;
    }
}
@media (min-width: 980px) and (max-width: 1024px) {
    /*.custom-icon-sec {
        justify-content: center !important;
    }*/
}
@media (max-width: 1024px) {
    .cus-div-width {
        width: 100%;
    }
    .list-inner-sec {
    }
    .sec-list-inner-sec {
    }
    .album-cover-img {
        width: 100%;
        height: 100%;
        max-width: 380px;
        max-height: 380px;
    }
    .album-cover-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .music-list-sec {
        padding: 1em;
    }
    .song-list-sec {
    }
    .footer-albumimg {
        width: 42%;
    }
    .footer-albumimg .album-title-sec {
        color: #d0d0d0;
        width: 510px;
        overflow: hidden;
        position: relative;
    }
    .custom-icon-sec {
        width: 38%;
        margin: 0px;
    }
    .footer-list ul li span {
        font-size: 12px;
    }
    .custom-icon-sec .fap-icon-pause i {
        font-size: 22px;
    }
    span.volume_slash_before:before {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #ffffff;
        border-radius: 10px;
        position: absolute;
        left: 0px;
        right: 0;
        top: 0px;
        bottom: 0;
        margin: auto;
        transform: rotate(35deg);
    }
    .current_total_time {
        padding: 0 5px;
    }
    .footer-list ul li .cus-vol-player i {
        font-size: 22px;
    }
    .btn_que {
/*        width: 27%;*/
    }
    .close-btn-sec.Queue-btn .cus-hide-btn-footer {
        padding: 5px 10px;
        font-size: 12px;
    }
    .close-btn-sec .cus-hide-btn-footer i {
        padding-left: 5px;
        font-size: 11px;
    }
    .footer-list ul li p.button-inr-sec {
        font-size: 12px;
        padding: 3px 0 4px 0;
    }
    .album-queue-btn-box .add-to-queue-img {
        top: -39px;
    }
    .cus-add-to-queue-outter .add-to-queue-img {
        top: -39px;
    }
    .playlistdetail-add-to-queue .add-to-queue-img {
        left: 0;
        right: -25px;
    }
    .New_playlistdetail-add-to-queue .add-to-queue-img {
        left: 25px;
        right: 0px;
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
    .close-btn-sec .cus-hide-btn-footer {
        font-size: 15px;
    }
    .Remove-btn .remove-btn-sec {
        font-size: 15px;
    }
    .cus-div-width {
        width: 50%;
    }
    .music-list-sec {
        padding: 0 1em;
    }
    .music-list-sec ul {
        max-height: 60vh;
    }
    .music-list-sec ul li {
        padding: 5px 10px;
    }
    .music-list-sec ul li span {
        font-size: 13px;
        line-height: 17px;
    }

    .album-cover-img {
        width: 100%;
        height: 350px;
    }
    .album-cover-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .song-list-sec {
    }
    .footer-albumimg {
        width: 41%;
    }
    .footer-albumimg .album-title-sec {
        color: #d0d0d0;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .custom-icon-sec {
/*        width: 27%;*/
        margin: 0;
    }
    .footer-list ul li.custom-icon-sec span {
        margin-right: 5px;
    }
    .footer-list ul li span {
        font-size: 12px;
    }
    .footer-albumimg .album-title-sec span.footer-text {
        font-size: 14px;
    }
    .custom-icon-sec .fap-icon-pause i {
        font-size: 22px;
    }
    span.volume_slash_before:before {
        content: "";
        width: 35px;
        height: 3px;
        background-color: #ffffff;
        border-radius: 10px;
        position: absolute;
        left: 0px;
        right: 0;
        top: 0px;
        bottom: 0;
        margin: auto;
        transform: rotate(35deg);
    }
    .current_total_time {
        padding: 0 5px;
    }
    .footer-list ul li .cus-vol-player i {
        font-size: 25px;
    }
    .palyer-hover .fa {
        font-size: 25px;
    }
    .btn_que {
/*        width: 24%;*/
    }
    .close-btn-sec.Queue-btn .cus-hide-btn-footer {
        padding: 5px 10px;
        font-size: 12px;
    }
    .close-btn-sec .cus-hide-btn-footer i {
        padding-left: 5px;
        font-size: 15px;
    }
    .footer-close-btn .close-btn-icon {
        font-size: 15px;
    }
    .footer-list ul li p.button-inr-sec {
        font-size: 12px;
    }
    .play-list-info {
        background-color: #500000 !important;
        padding: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }
}
@media (max-width: 991px) {
    .add-to-queue-img.radio_Playbtn {
        top: -40px;
        left: 150px;
    }
}
@media (max-width: 991px) and (min-width: 769px) {
    .play-section {
        top: 55px;
    }
}
@media (max-width: 907px) {
    .footer-albumimg .album-title-sec {
        width: 100%;
    }
    .playradio img {
        position: absolute;
        top: -38px;
        left: -44px;
    }
}
@media (max-width: 825px) {
    .footer-albumimg {
        width: 50%;
    }
    .footer-albumimg .album-title-sec {
        width: 100%;
    }
    .custom-icon-sec {
        width: 36%;
        margin: 0;
    }
    .mins-clip-sec {
        padding: 4px;
    }
    .mins-clip-sec h3 {
        font-size: 12px;
    }
    .close-btn-sec.Queue-btn .cus-hide-btn-footer {
        padding: 5px;
        font-size: 12px;
    }
    .footer-list ul li.custom-icon-sec span {
        margin-right: 8px;
    }
    .footer-list ul li i {
        padding: 5px 10px;
    }
    .volume_slash .volume_icon {
        padding: 5px 10px;
    }
}
@media (max-width: 772px) {
    .footer-albumimg {
        width: 47%;
    }
    .footer-albumimg .album-title-sec {
        width: 300px;
    }
    .custom-icon-sec {
        width: 35%;
        margin: 0;
    }
    .btn_que {
/*        width: 21%;*/
    }
    .footer-list ul li p {
        font-size: 12px;
    }
    .footer-albumimg .album-title-sec span.footer-text {
        font-size: 14px;
        line-height: 15px;
    }
}
@media (max-width: 768px) {
    .play-list-info {
        top: auto;
    }
    .Queue-btn {
        margin-top: 15px !important;
    }
    .play-section {
        top: 50px;
    }
    .list-inner-sec {
        padding: 0;
    }
    .sec-list-inner-sec {
    }
    .album-cover-img {
        height: 100%;
        width: 100%;
        max-height: 350px;
        max-width: 270px;
    }
    .album-cover-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .song-list-sec {
    }
    .music-list-sec ul li span {
        font-size: 13px;
        padding: 0;
        line-height: 15px;
    }
    .music-list-sec ul {
        list-style: none;
        height: 40vh;
        max-height: 40vh;
    }
    .music-list-sec ul li h3 {
        font-size: 13px;
    }
    .custom-icon-sec {
        position: absolute;
        right: 0px;
        top: 50px;
        left: 7px;
        width: 100%;
        margin: 15px 20px 0px 6px;
        justify-content: flex-start;
    }
    .footer-list ul {
        align-items: unset;
        padding-top: 12px;
    }
    .footer-list ul li {
        flex: 0 0 100%;
    }
    span.volume_slash_before:before {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #ffffff;
        border-radius: 10px;
        position: absolute;
        left: 0px;
        right: 0;
        top: 0px;
        bottom: 0;
        margin: auto;
        transform: rotate(35deg);
    }
    .footer-list ul li p {
        font-size: 13px;
        line-height: 14px;
    }
    .footer-list ul li p.button-inr-sec {
        font-size: 12px;
    }
    .footer-albumimg .album-title-sec .footer-text {
        font-size: 12px;
        line-height: 14px;
    }
    .Cus-padding-list {
        padding-left: 2rem;
        width: 260px;
    }
    .album-title-sec {
        margin-top: 0px;
    }
    .footer-albumimg .album-title-sec {
        width: 100%;
    }
    .footer-list ul li .audio-time {
        font-size: 13px;
        padding: 0;
        margin-bottom: 0;
    }
    .footer-list ul li .now-playing-sec {
        font-size: 13px;
        margin-top: 0px;
    }
    .footer-albumimg {
        height: 50px;
        width: 50px;
        margin-top: 10px;
    }
    .clip-sec {
        top: 10px;
        font-size: 11px !important;
    }
    .clip-sec:before {
        height: 3px;
    }
    .Queue-btn {
        margin-top: 10px;
        margin-bottom: 5px;
        position: absolute;
        right: 20px;
        top: 45px;
    }
    .close-btn-sec .cus-hide-btn-footer {
        padding: 2px 10px;
        font-size: 13px;
    }
    .close-btn-sec.Queue-btn .cus-hide-btn-footer {
        padding: 5px 10px;
        font-size: 14px;
    }
    .close-btn-sec .cus-hide-btn-footer i {
        padding-left: 5px;
    }
    .footer-list ul li i {
        padding: 3px 10px;
        font-size: 13px;
    }
    .footer-close-btn .close-btn-icon {
        font-size: 15px;
    }
    .Remove-btn .remove-btn-sec {
        padding: 2px 10px;
        font-size: 13px;
    }
    .playing-bg {
        background: #2125298f;
        padding: 10px 15px;
    }
    .custom-icon-sec .fap-icon-pause i {
        font-size: 22px;
    }
    .palyer-hover .fa {
        font-size: 22px;
    }
    .footer-list ul li .cus-vol-player i {
        font-size: 22px;
    }
    .mins-clip-sec h3 {
        font-size: 13px;
    }
    .mins-clip-sec h4 {
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .controls {
        bottom: 101px;
    }
    .orange-bar {
        height: 2px;
    }
    .buffer-sec {
        height: 3px;
    }
    .mins-clip-sec {
        bottom: 101px;
    }
    .footer-list {
        padding: 0;
        height: 100px;
    }
    .cus-div-width {
        width: 100%;
    }
    .album-queue-btn-box .add-to-queue-img {
        /*top: -15px;*/
    }
    .cus-add-to-queue-outter .add-to-queue-img {
        /*top: -15px;*/
    }
    .perfomer-add-to-queue .add-to-queue-img {
        top: -30px;
        left: -113px;
        width: 120px;
    }
    .playlistdetail-add-to-queue .add-to-queue-img {
        left: unset;
        right: 19px;
    }
    .playlistdetail-add-to-queue-bottom .add-to-queue-img {
        left: unset;
        right: -5px;
    }
    .New_playlistdetail-add-to-queue .add-to-queue-img {
        left: unset;
        right: unset;
        top: -40px;
    }
    .playradio img {
        position: absolute;
        top: -37px;
        left: -30px;
    }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
    .footer-list ul {
        list-style: none;
        margin-bottom: 0;
        padding: 16px 0em 0;
        display: flex;
        justify-content: space-between;
        align-items: unset;
    }
    .footer-albumimg {
        width: 50px;
        height: 50px;
    }
    .footer-list ul li {
        flex: 0 0 100%;
    }
    .custom-icon-sec {
        left: 0px;
        /* right: 5px; */
        top: 50px;
    }
    .play-list-info {
        top: unset;
    }
    .Queue-btn {
        margin-top: 10px;
        margin-bottom: 5px;
        position: absolute;
        /*right: 50px;*/
        top: 50px;
    }
    .footer-list ul li p {
        font-size: 13px;
        line-height: 14px;
    }
    .footer-list ul li span {
        font-size: 12px;
        line-height: 14px;
    }
    span.volume_slash_before:before {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #ffffff;
        border-radius: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        transform: rotate(35deg);
    }
    .footer-list ul li .now-playing-sec {
        font-size: 10px;
    }
    .footer-list ul li .audio-time {
        font-size: 10px;
    }
    .cus-div-width {
        width: 50%;
    }
    .custom-row span.img-bottom a {
        font-size: 11px;
    }
    .custom-row span.img-bottom {
        margin: 0.3rem auto 0;
    }
    .list-inner-sec {
        padding: 0;
    }
    .sec-list-inner-sec {
    }
    .music-list-sec ul {
        height: 30vh;
        max-height: 30vh;
    }
    .music-list-sec ul li span {
        font-size: 12px;
        line-height: 17px;
    }
    .playing-bg {
        padding: 5px 15px;
    }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .Queue-btn {
        right: 16px !important;
        top: 45px !important;
    }
}
@media (max-width: 767px) {
    .add-to-queue-img.radio_Playbtn {
        top: -44px;
        left: 80px;
    }
}
@media (max-width: 640px) {
    .add-to-queue-img.radio_Playbtn {
        top: -43px;
        left: 50px;
    }
}
@media (max-width: 540px) and (-webkit-min-device-pixel-ratio: 2) {
    .controls:hover {
        bottom: 104px;
    }
    .playing-bg {
        background: #2125298f;
        padding: 5px 15px;
    }
    .song-list-sec {
    }
    .music-list-sec ul li span {
        font-size: 12px;
        white-space: nowrap;
        width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 0;
    }
    .music-list-sec ul li h3 {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .Remove-btn .remove-btn-sec {
        font-size: 9px;
        padding: 3px 5px;
    }
    .Remove-btn .remove-btn-sec:hover {
        font-size: 9px;
        padding: 3px 5px;
    }
    .close-btn-sec .cus-hide-btn-footer i {
        padding-left: 2px;
        padding-right: 0;
        font-size: 9px;
    }
    .close-btn-sec .cus-hide-btn-footer {
        padding: 3px 10px;
        font-size: 9px;
    }
    .close-btn-sec .cus-hide-btn-footer:hover {
        padding: 3px 10px;
        font-size: 9px;
    }
    .close-btn-sec.Queue-btn .cus-hide-btn-footer {
        padding: 3px 5px;
        font-size: 9px;
    }
    .footer-list ul li p.button-inr-sec {
        font-size: 9px;
    }
    .play-section {
        top: 50px;
    }
    .music-list-sec ul {
        height: 33vh;
    }
    .play-list-info {
        position: relative;
    }
    .footer-list {
        background-color: #500000 !important;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0 1em 0 10px;
        height: 105px;
        width: 100%;
    }
    .footer-list ul {
        display: flex;
        align-items: unset;
        padding-top: 16px;
    }
    .footer-list ul li img {
        width: 45px;
    }
    .footer-albumimg {
        height: 50px;
        width: 45px;
    }
    .footer-list ul li p {
        color: #fff;
        font-size: 13px;
        padding-left: 0px;
        margin-bottom: 1px;
        word-wrap: break-word;
        line-height: 14px;
    }
    .album-title-sec {
        width: 250px;
        margin-top: 0;
    }
    .footer-albumimg .album-title-sec {
        width: 440px;
    }
    .custom-icon-sec {
        /* position: absolute;
    top: 36px;
    left: 5px;*/
    }
    .footer-list ul li i {
        padding: 5px;
        font-size: 11px;
        color: #fff;
    }
    .custom-icon-sec .fap-icon-pause i {
        font-size: 22px;
    }
    .footer-list ul li .cus-vol-player i {
        font-size: 22px;
    }
    .Cus-padding-list {
        padding-left: 0;
        width: 150px;
    }
    .footer-list ul li .now-playing-sec {
        font-size: 10px;
        white-space: nowrap;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 11px;
    }
    .footer-list ul li span {
        font-size: 12px;
        line-height: 14px;
        padding: 0;
    }
    .footer-list ul li.custom-icon-sec span {
        margin-right: 20px;
    }
    .footer-list ul li.custom-icon-sec span.cus-vol-player {
        margin-right: 0px;
    }
    .cus-vol-player {
        width: auto;
    }
    .footer-albumimg .album-title-sec .footer-text {
        font-size: 12px;
        line-height: 14px;
    }
    .marquee-line2 {
        padding-left: 5px;
    }
    .mins-clip-sec h3 {
        font-size: 10px;
        line-height: 9px;
    }
    .mins-clip-sec h4 {
        font-size: 11px;
    }
    .mins-clip-sec {
        bottom: 105px;
        padding: 8px;
    }
    .controls {
        bottom: 106px;
    }
    .clip-sec {
        display: block !important;
        position: absolute;
        right: -20px;
        top: -18px;
        font-size: 10px !important;
        background-color: #d00808;
        padding: 2px 10px;
        letter-spacing: 1px;
        font-weight: 600;
        transition: 0.5s;
    }
    .clip-sec:before {
        content: "";
        position: absolute;
        top: 8px;
        left: -30px;
        width: 31px;
        height: 3px;
        background: #d0080c;
    }
    .Queue-btn {
        margin: 0 10px 0 0;
        position: absolute;
        right: 12px;
        top: 54px;
    }
    .custom-row span.img-bottom {
        margin: 0.5rem auto;
    }
    #track_detail .col-md-6 {
        flex: 0 0 50%;
        max-width: 100%;
    }
    .footer-list ul li .audio-time {
        font-size: 10px;
        padding: 0;
        margin-bottom: 3px;
    }
    .marquee-line3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    span.volume_slash_before:before {
        content: "";
        width: 30px;
        height: 3px;

        background-color: #ffffff;
        border-radius: 10px;
        position: absolute;
        left: 0px;
        right: 0;
        top: 0px;
        bottom: 0;
        margin: auto;
        transform: rotate(35deg);
    }
    .music-list-sec ul li {
        padding: 5px 10px 2px;
        font-size: 11px;
    }
    .close-btn-sec .cus-hide-btn-footer .queue {
        font-size: 9px;
    }
    .close-btn-sec .cus-hide-btn-footer .queue ~ i.fa {
        font-size: 9px;
    }
    .footer-close-btn .close-btn-icon {
        font-size: 16px;
        padding: 6px 6px;
    }
    .footer-list ul li {
        display: inline-block;
        vertical-align: bottom;
        flex: 0 0 100%;
        margin: 10px 0px;
    }
    .footer-list ul li.custom-icon-sec {
        padding-top: 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .list-inner-sec {
        padding: 0;
        width: 100%;
    }
    .sec-list-inner-sec {
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .album-cover-img {
        width: 100%;
        height: 100%;
        max-width: 170px;
        max-height: 170px;
    }
    .album-cover-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .song-list-sec marquee {
        font-size: 12px;
        line-height: 1;
    }
    .current_total_time {
        padding: 0px 5px;
    }
    .music-list-sec {
        padding: 4px 0 0;
    }
    .music-list-sec ul {
        height: 30vh;
    }
    .add-to-queue-img {
        top: -39px;
        left: -60px;
    }
    .album-queue-btn-box .add-to-queue-img {
        top: -17px;
        left: -68px;
    }
    .cus-add-to-queue-outter .add-to-queue-img {
        top: -17px;
        left: -68px;
    }
    .work-queue-btn .add-to-queue-img {
        left: -65px;
    }
    .work-outter-queue .add-to-queue-img {
        left: -69px;
    }
    .top-perf-queue .add-to-queue-img {
        left: -65px;
    }
    .perfomer-add-to-queue .add-to-queue-img {
        top: -39px;
        left: -74px;
        width: 150px;
    }
    .featureplaylist-btn .add-to-queue-img {
        left: -81px;
    }
    .New_playlistdetail-add-to-queue .add-to-queue-img {
        left: unset;
        right: unset;
    }
    .New_queue_pos .add-to-queue-img {
        left: 18px;
        right: 0;
    }
    .custom-row span.img-bottom a {
        display: none;
    }
    .footer-close-btn {
        padding: 0;
    }
}

@media (min-width: 541px) and (max-width: 718px){
    .footer-close-btn {
    padding: 4px 0px;
    }
}

@media (max-width: 479px) and (-webkit-min-device-pixel-ratio: 2) {
    .playing-bg {
        background: #2125298f;
        padding: 5px 15px;
    }
    .music-list-sec ul li a {
        max-width: 300px;
    }
    .song-list-sec {
        width: auto;
        display: flex;
    }
    .music-list-sec ul li span {
        font-size: 12px;
        white-space: nowrap;
        width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 0;
    }
    .music-list-sec ul li h3 {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 0;
        flex: 0 0 30%;
    }
    .Remove-btn .remove-btn-sec {
        font-size: 9px;
        padding: 3px 5px;
    }
    .close-btn-sec .cus-hide-btn-footer i {
        padding-left: 2px;
        padding-right: 0;
        font-size: 9px;
    }
    .close-btn-sec .cus-hide-btn-footer {
        padding: 3px 10px;
        font-size: 9px;
    }
    .close-btn-sec.Queue-btn .cus-hide-btn-footer {
        padding: 3px 5px;
        font-size: 9px;
    }
    .footer-list ul li p.button-inr-sec {
        font-size: 9px;
    }
    .play-section {
        top: 48px;
    }
    .music-list-sec ul {
        height: 33vh;
    }
    .play-list-info {
        position: relative;
    }
    .footer-list {
        background-color: #500000 !important;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0 1em 0 10px;
        height: 105px;
        width: 100%;
    }
    .footer-list ul {
        display: flex;
        align-items: unset;
        padding-top: 16px;
    }
    .footer-list ul li img {
        width: 45px;
    }
    .footer-albumimg {
        height: 50px;
        width: 45px;
    }
    .footer-list ul li p {
        color: #fff;
        font-size: 13px;
        padding-left: 0px;
        margin-bottom: 1px;
        word-wrap: break-word;
        line-height: 14px;
    }
    .album-title-sec {
        width: 250px;
        margin-top: 0;
    }
    .footer-albumimg .album-title-sec {
        width: 100%;
    }
    .custom-icon-sec {
        /* position: absolute;
    top: 36px;
    left: 5px;*/
    }
    .footer-list ul li i {
        padding: 5px;
        font-size: 11px;
        color: #fff;
    }
    .custom-icon-sec .fap-icon-pause i {
        font-size: 22px;
    }
    .footer-list ul li .cus-vol-player i {
        font-size: 22px;
    }
    .volume_slash .volume_icon {
        padding: 5px 12px 5px 10px;
    }
    .Cus-padding-list {
        padding-left: 0;
        width: 150px;
    }
    .footer-list ul li .now-playing-sec {
        font-size: 10px;
        white-space: nowrap;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 11px;
    }
    .footer-list ul li span {
        font-size: 11px;
        line-height: 14px;
        padding: 0;
    }
    .cus-vol-player {
        width: auto;
    }
    .footer-albumimg .album-title-sec .footer-text {
        font-size: 12px;
        line-height: 14px;
    }
    .marquee-line2 {
        padding-left: 5px;
    }
    .mins-clip-sec h3 {
        font-size: 9px;
        line-height: 9px;
    }
    .mins-clip-sec h4 {
        font-size: 11px;
    }
    .mins-clip-sec {
        bottom: 105px;
        padding: 8px;
    }
    .controls {
        bottom: 106px;
    }
    .clip-sec {
        display: block !important;
        position: absolute;
        right: -20px;
        top: -18px;
        font-size: 10px !important;
        background-color: #d00808;
        padding: 2px 10px;
        letter-spacing: 1px;
        font-weight: 600;
        transition: 0.5s;
    }
    .clip-sec:before {
        content: "";
        position: absolute;
        top: 8px;
        left: -30px;
        width: 31px;
        height: 3px;
        background: #d0080c;
    }
    .Queue-btn {
        margin: 0 10px 0 0;
        position: absolute;
        right: 0px;
        top: 54px;
    }
    #track_detail .col-md-6 {
        flex: 0 0 50%;
        max-width: 100%;
    }
    .footer-list ul li .audio-time {
        font-size: 10px;
        padding: 0;
        margin-bottom: 3px;
    }
    .marquee-line3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    span.volume_slash_before:before {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #ffffff;
        border-radius: 10px;
        position: absolute;
        left: 0px;
        right: 0;
        top: 0px;
        bottom: 0;
        margin: auto;
        transform: rotate(35deg);
    }
    .music-list-sec ul li {
        padding: 5px 10px;
        font-size: 11px;
    }
    .close-btn-sec .cus-hide-btn-footer .queue {
        font-size: 9px;
    }
    .close-btn-sec .cus-hide-btn-footer .queue ~ i.fa {
        font-size: 9px;
    }
    .footer-list ul li {
        display: inline-block;
        vertical-align: bottom;
        flex: 0 0 100%;
        margin: 10px 0px;
    }
    .footer-list ul li.custom-icon-sec {
        padding-top: 8px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .list-inner-sec {
        padding: 0;
        width: 100%;
    }
    .sec-list-inner-sec {
        width: 100%;
        margin: auto;
    }
    .album-cover-img {
        width: 100%;
        height: 100%;
        max-width: 180px;
        max-height: 180px;
    }
    .album-cover-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .song-list-sec marquee {
        font-size: 12px;
        line-height: 1;
    }
    .current_total_time {
        padding: 0px 5px;
    }
    .music-list-sec {
        padding: 4px 0 0;
    }
    .music-list-sec ul {
        height: 26vh;
    }
    .footer-albumimg .album-title-sec span.footer-text {
        font-size: 14px;
    }
    .add-to-queue-img {
        top: -33px;
        left: -33px;
        width: 120px;
    }
    .add-to-queue-img.radio_Playbtn {
        left: 80px;
        top: -36px;
    }
    .album-queue-btn-box .add-to-queue-img {
        top: -33px;
        left: -40px;
    }
    .cus-add-to-queue-outter .add-to-queue-img {
        top: -33px;
        left: -40px;
    }
    .work-queue-btn .add-to-queue-img {
        left: -47px;
    }
    .work-outter-queue .add-to-queue-img {
        left: -40px;
    }
    .top-perf-queue .add-to-queue-img {
        left: -48px;
    }
    .perfomer-add-to-queue .add-to-queue-img {
    }
    .playlistdetail-add-to-queue .add-to-queue-img {
        left: 113px;
        right: unset;
        top: 3px;
    }
    .playlistdetail-add-to-queue-bottom .add-to-queue-img {
        left: unset;
        right: -3px;
    }
    .featureplaylist-btn .add-to-queue-img {
        left: -53px;
    }
    .New_playlistdetail-add-to-queue .add-to-queue-img {
        left: 113px;
        right: unset;
        top: 2px;
    }
    .New_queue_pos .add-to-queue-img {
        left: 80px;
        right: 0;
    }
    .footer-list ul li.custom-icon-sec span {
        margin-right: 20px;
    }
    .playradio img {
        position: absolute;
        top: -30px;
        left: 0;
    }
    .Sr_No_Id {
        flex: 0 0 10%;
        font-size: 11px;
        width: 30px;
    }
}
@media screen and (max-height: 450px) and (orientation: landscape) {
    .play-section {
        top: 69px;
    }
    .playing-bg {
        padding: 5px 15px;
    }
    .mins-clip-sec {
        padding: 4px;
    }
    .mins-clip-sec h3 {
        font-size: 11px;
    }
    .album-cover-img {
        max-height: 110px;
        max-width: 110px;
    }
    .music-list-sec {
        padding: 0;
    }
    .music-list-sec ul {
        height: 35vh;
        max-height: 35vh;
    }
    .Sr_No_Id {
        width: 40px;
    }
    .close-btn-sec.Queue-btn .cus-hide-btn-footer {
        padding: 4px;
    }
    .footer-list ul li.custom-icon-sec span {
        margin-right: 12px;
    }
    .music-list-sec li h3.remov-button {
        font-size: 12px;
    }
    .music-list-sec ul li h3.radio-playing {
        font-size: 12px;
        max-width: 100%;
        flex: 0 0 30%;
    }
}
@media screen and (max-height: 450px) and (max-width: 914px) and (orientation: landscape) {
    .album-cover-img {
        max-height: 150px;
        max-width: 150px;
    }
}
@media (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
    .footer-albumimg .album-title-sec {
        width: 100%;
    }
}
@media (max-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .footer-albumimg .album-title-sec {
        width: 100%;
    }
    .song-list-sec {
    }
    .music-list-sec ul li span {
        width: 190px;
    }
    .work-queue-btn .add-to-queue-img {
        left: -60px;
    }
    .top-perf-queue .add-to-queue-img {
        left: -60px;
    }
    .perfomer-add-to-queue .add-to-queue-img {
        left: -72px;
        top: -40px;
    }
    .playlistdetail-add-to-queue .add-to-queue-img {
        left: 95px;
        right: unset;
        top: 3px;
    }
    .New_queue_pos .add-to-queue-img {
        left: 45px;
    }
    .New_playlistdetail-add-to-queue .add-to-queue-img {
        left: 95px;
    }
    .music-list-sec ul li a {
        max-width: 205px;
    }
    .song-list-sec {
        width: auto;
    }
    .music-list-sec ul li h3 {
        flex: 0 0 28%;
    }
}
@media (max-width: 360px) and (-webkit-min-device-pixel-ratio: 2) {
    .song-list-sec {
    }
    .music-list-sec ul li span {
        width: 180px;
    }
    .footer-albumimg .album-title-sec {
        width: 260px;
    }
    .playlistdetail-add-to-queue .add-to-queue-img {
        left: 88px;
        right: unset;
    }
    .New_playlistdetail-add-to-queue .add-to-queue-img {
        left: 88px;
    }
    .album-cover-img {
        width: 100%;
        height: 100%;
        max-width: 160px;
        max-height: 160px;
    }
    .music-list-sec ul li a {
        max-width: 190px;
    }
    .music-list-sec ul li h3 {
        flex: 0 0 30%;
    }
    .footer-list ul li.custom-icon-sec span {
        margin-right: 10px;
    }
}
@media screen and (max-height: 360px) and (orientation: landscape) {
    .album-cover-img {
        max-height: 130px;
        max-width: 130px;
    }
    .music-list-sec ul {
        height: 30vh;
        max-height: 30vh;
    }
    .mins-clip-sec h3 {
        font-size: 10px;
    }
    .music-list-sec ul li span {
        font-size: 12px;
        line-height: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 145px;
    }
    .Sr_No_Id {
        font-size: 12px;
        width: 33px;
    }
    .music-list-sec ul li h3.radio-playing {
        max-width: 100%;
        flex: 0 0 35%;
    }
    .music-list-sec ul li a {
        padding-right: 10px;
    }
}
@media screen and (max-height: 320px) and (orientation: landscape) {
    .album-cover-img {
        max-height: 83px;
        max-width: 85px;
    }
    .mins-clip-sec h3 {
        font-size: 9px;
    }
    .music-list-sec ul li {
        padding: 3px 5px;
    }
    .music-list-sec ul li span {
        font-size: 10px;
        line-height: 13px;
        width: 150px;
    }
    .music-list-sec li h3.remov-button {
        font-size: 10px;
    }
    .music-list-sec li h3.radio-playing {
        font-size: 10px;
    }
    .Sr_No_Id {
        font-size: 11px;
        width: 30px;
    }
    .footer-albumimg .album_img {
        width: 35px;
        height: 35px;
        margin: 0 10px 0 0;
    }
    .footer-albumimg img.setimg {
        height: 35px;
        width: 35px;
    }
    .footer-albumimg .album-title-sec {
        width: 490px;
    }
    .footer-albumimg .album-title-sec span.footer-text {
        font-size: 10px;
        line-height: 13px;
    }
    .custom-icon-sec {
        margin-top: 5px;
    }
    .custom-icon-sec .fap-icon-pause i {
        font-size: 18px;
    }
    .footer-list ul li .cus-vol-player i {
        font-size: 18px;
    }
    .playing-bg {
        padding: 5px 10px;
    }
    .close-btn-sec .cus-hide-btn-footer {
        padding: 2px 10px;
        font-size: 11px;
    }
    .Remove-btn .remove-btn-sec {
        padding: 2px 10px;
        font-size: 11px;
    }
    .album-list-sec {
        padding: 8px 0px;
    }
    .mins-clip-sec {
        bottom: 91px;
    }
    .controls {
        bottom: 91px;
    }
    .buffer-sec {
        height: 2px;
    }
    .footer-list {
        padding: 0;
        height: 90px;
    }
    .close-btn-sec.Queue-btn .cus-hide-btn-footer {
        padding: 2px 5px;
    }
    .footer-close-btn .close-btn-icon {
        font-size: 15px;
    }
    .footer-list ul li p.button-inr-sec {
        font-size: 11px;
    }
    .Queue-btn {
        margin-top: 10px !important;
    }
    span.volume_slash_before:before {
        content: "";
        width: 25px;
        height: 2px;
    }
}
@media (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .playing-bg {
        padding: 10px 15px;
    }
    .custom-row span.img-bottom {
        margin: 0.5rem auto;
        text-align: center;
    }
    .list-inner-sec {
        width: 100%;
    }
    .sec-list-inner-sec {
        width: 100%;
        margin: auto;
    }
    .album-cover-img {
        width: 100%;
        height: 100%;
        max-width: 120px;
        max-height: 120px;
    }
    .album-cover-img img {
        max-width: 100%;
        max-height: 100%;
    }
    .music-list-sec ul {
        height: 25vh;
    }
    .footer-albumimg .album-title-sec {
        width: 225px;
    }
    .song-list-sec {
    }
    .music-list-sec ul li span {
        width: 150px;
    }
    .Queue-btn {
        margin-right: 8px;
    }
    .add-to-queue-img {
        left: -39px;
    }
    .top-perf-queue .add-to-queue-img {
        left: -60px;
    }
    .perfomer-add-to-queue .add-to-queue-img {
        left: -44px;
        top: -31px;
        width: 120px;
    }
    .playlistdetail-add-to-queue .add-to-queue-img {
        left: 69px;
        right: unset;
    }
    .footer-list ul li.custom-icon-sec span {
        margin-right: 8px;
    }
    .custom-icon-sec .fap-icon-pause i {
        font-size: 17px;
    }
    .footer-list ul li .cus-vol-player i {
        font-size: 20px;
    }
    span.volume_slash_before:before {
        content: "";
        width: 25px;
    }
    .footer-list ul li.custom-icon-sec span:first-child {
        margin-right: 1px !important;
    }
    .footer-list ul li.custom-icon-sec {
        display: flex !important;
    }
    .New_queue_pos .add-to-queue-img {
        left: -5px;
    }
    .New_playlistdetail-add-to-queue .add-to-queue-img {
        left: 70px;
    }
}
@media (max-width: 280px) and (-webkit-min-device-pixel-ratio: 2) {
    .footer-albumimg .album_img {
        width: 40px;
        height: 40px;
        margin: 2px 10px 0 0;
    }
    .footer-albumimg img.setimg {
        height: 40px;
        width: 40px;
    }
    .footer-list ul li {
        margin: 10px 0px 5px;
    }
    .footer-albumimg .album-title-sec {
        width: 210px;
    }
    .footer-list ul li span {
        font-size: 10px;
        line-height: 10px;
    }
    .footer-albumimg .album-title-sec .footer-text {
        line-height: 12px;
    }
    .volume_slash .volume_icon {
        padding: 5px 12px 5px 15px;
    }
    span.volume_slash_before:before {
        content: "";
        width: 13px;
        height: 2px;
        left: 0px;
        right: 0;
        top: 0px;
        bottom: 0;
        margin: auto;
        transform: rotate(35deg);
    }
    .song-list-sec {
    }
    .music-list-sec ul li span {
        width: 120px;
    }
    .footer-list ul li .cus-vol-player i {
        padding: 0 10px 0 10px;
    }
    .New_playlistdetail-add-to-queue .add-to-queue-img {
        left: 50px;
    }
}

@media (min-width: 540.5px) and (max-width: 2000px) {
    .cus-mx{
        margin-right: 8px;
        margin-left: 8px;
    }
}
@media (min-width: 540.5px) and (max-width: 740px) {
    .list-inner-sec {
        padding: 0;
    }
}

/* rules moved here from player.html: */

/*
.thumbs {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: calc(100% + 15px);
    border: 2px solid #fff;
    display: none;
    transform: translateY(0);
    border-radius: 2px;
}
.thumbs::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 100%;
    background: #fff;
    z-index: -1;
}
#position {
    background: #000;
    padding: 0 2px;
    font-size: 12px;
}
*/

.video-js .vjs-control-bar {
    display: flex;
}

.disabled {
    color: #666;
    cursor: not-allowed !important;
    color: gray !important;
    cursor-pointer: none;
}

.btn_que .playerToltip {
    margin-right: 0px;
}
@media (min-width: 940px) and (max-width: 1207px) {
    .custom-icon-sec {
        width: 33%;
    }
    .btn_que {
/*        width: 25%;*/
    }
}
@media (max-width: 940px){
    .footer-list ul li.custom-icon-sec span {
    margin-right: 4px;
    }
}
@media (min-width: 769px) and (max-width: 842px) {
    .footer-albumimg {
        width: 38%;
    }

    .btn_que {
/*        width: 27%;*/
    }
}
@media (min-width: 380px) and (max-width: 768px){
    .custom-icon-sec span{
        margin-right: 15px !important;
    }
}
@media (min-width: 315px) and (max-width: 360px){
    .custom-icon-sec span{
        margin-right: 10gpx !important;
    }
}
@media (max-width: 540px) {
    .playerToltip {
        display: none;
    }
}
@media (max-width: 330px) {
    .footer-list ul li span.heart-icon i {
        font-size: 18px;
    }
    .footer-list ul li span.heart-icon i {
        font-size: 18px;
    }
    .custom-icon-sec .fap-icon-pause i {
        font-size: 18px;
    }
    .footer-list ul li .cus-vol-player i {
        font-size: 18px;
    }
}
