.gridUp {
    position: absolute;
    left: 5px;
    top: 40%;
    display: none;
    padding: 10px 12px;
    border-radius: 5px;
    background-color: #444;
    cursor: pointer;
    z-index: 30;
}

.gridDown {
    position: absolute;
    left: 5px;
    top: 60%;
    display: none;
    padding: 10px 12px;
    border-radius: 5px;
    background-color: #444;
    cursor: pointer;
    z-index: 30;
}

.gridDown:hover,
.gridUp:hover {
    background-color: #f7412c;
}

.floatingVideo {
    position: fixed !important;
    right: 0px;
    top: 0px;
    width: 23vw !important;
    height: 13vw !important;
    padding-top: 0px !important;
    z-index: 100;
}

.tempPlayerEl {
    position: absolute;
    background: rgb(0 0 0 / 60%);
    width: 100%;
    z-index: 100;
}

.channelMovementOnNavBar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.channelMovementOnNavBar p {
    margin: 0px;
}

.channelMovementOnNavBar span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #4d4d4d;
    border-radius: 100%;
    cursor: pointer;
}

.channelMovementOnNavBar span:hover {
    background-color: #f7412c;
}

.channelMovementOnNavBar span:first-of-type {
    margin-right: 1rem;
    margin-left: 1rem;
}

.channelMovementOnNavBar span:last-of-type {
    margin-left: 1rem;
}

.channelMovementOnNavBar span i {
    font-size: 18px;
}

.mbl-channelPrevBtn,
.mbl-channelNextBtn {
    width: 40px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4b4b4b;
}

.mbl-channelPrevBtn:hover,
.mbl-channelNextBtn:hover {
    background-color: #f7412c;
}

.mbl-channelPrevBtn span i,
.mbl-channelNextBtn span i {
    font-size: 20px;
    line-height: normal;
}

.mbl-channelPrevBtn span,
.mbl-channelNextBtn span {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mbl-channelDetails {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 1.5vw;
}

.mbl-videoInfo {
    margin-right: 8px;
}

.mbl-showInfo {
    position: fixed;
    width: 100%;
    height: 100%;
    /* top: 0px; */
    left: 0px;
    background-color: rgb(0 0 0 / 80%);
    z-index: 10000;
    display: flex;
    align-items: end;
    justify-content: end;
    transition: 0.2s ease-in-out;
    bottom: 0px;
}

.mbl-showInfoDetails {
    width: 100%;
    /* height: 212px; */
    margin: 12px 0 0;
    box-shadow: 0 -21px 20px 0 rgb(0 0 0 / 41%);
    background-color: #141414;
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 20px;
}

.showInfoClose {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 16px;
}

.showInfoDetails {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showInfoChannelLogo {
    width: 40px !important;
    height: 40px !important;
}

.showInfoTitleAndTime {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 10px;
}

.showInfoTitle {
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
}

.showInfoTitleAndTime .timeBox {
    display: flex;
    align-items: center;
}

.showInfoTitleAndTime .timeBox img {
    width: 16px;
    height: 16px;
}

.showInfoTitleAndTime .timeBox span {
    margin-left: 6px;
    font-size: 14px !important;
}

.mbl-showInfoDetails .programTitle {
    padding: 0px 20px;
    margin: 0px !important;
    font-size: 16px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.mbl-showInfoDetails .programContent {
    padding: 5px 20px;
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
}

.mbl-gridHeader {
    display: flex;
    align-items: center;
    background-color: #272727;
    font-size: 14px;
    padding: 10px 5px;
}

.mbl-gridHeaderDate {
    width: 44px;
    display: flex;
    border-right: 1px solid #707070;
}

.nowAndNextDiv {
    width: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

.nowAndNextDiv span:first-of-type {
    border-right: 1px solid #707070;
    margin-left: 4px;
}

.nowAndNextDiv span {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.mbl-grid-logo,
.mbl-grid-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mbl-grid-row {
    margin: 0px 1px 2px 1px;
    overflow: hidden;
}

.mbl-grid-logo img {
    width: 45px;
}

.mbl-grid-row-programs {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}

.mbl-grid-row-program {
    height: 45px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: #302f2f;
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
    position: relative;
}

.mbl-grid-row-program span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mbl-grid-row-program:first-of-type {
    margin-left: 2px;
    margin-right: 1px;
}

.mbl-grid-row-program:first-of-type span:first-child {
    z-index: 10;
}

.mbl-activeProgramTint.active {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #f7412c;
    z-index: 5;
}

.epgUnavailable {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 50px;
    padding-left: 20px;
}

.epgUnavailable img {
    width: 70px;
    padding: 1px;
    background: #fff;
}

.epgUnavailable h3 {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0px;
    margin-left: 1rem;
}

.unavailableContent {
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgb(255 255 255 / 70%);
    margin: 0px;
    margin-top: 25px;
}

.unavailableContent a {
    color: #f7412c;
}

.noEpgAvailable {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
}

.noEpgAvailable img {
    width: 260px;
}

.noEpgAvailable h3 {
    margin: 0px;
    margin-top: 12px;
    font-size: 22px;
}

@media (max-width: 1180.01px) {
    .video-js.vjs-layout-small .vjs-volume-control {
        display: flex !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .gridDate {
        width: 5vw !important;
    }
    .timbar-times {
        width: calc(100% - 5vw);
    }
    .epg-container ul.listings-grid .listings-channel {
        width: 5vw;
        height: 5vw;
    }
    .listings-channel-row img {
        width: 4vw;
        height: 4vw;
    }
    .programAirings {
        width: calc(100% - 5vw);
    }
}

@media (max-width: 992px) {
    .menuManageProfile span:first-child {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 7px;
    }
    .menuManageProfile {
        padding: 7px 0px !important;
        width: 25px;
    }
    .selectedProfileMenuName {
        margin-left: 7px !important;
    }
    .menuManageProfile img {
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .gridMove {
        padding: 5px 10px;
    }
    .gridMove img {
        width: 18px;
    }
    .favBox img {
        width: 26px !important;
    }
}

@media (max-width: 767px) {
    .gridMove {
        display: none !important;
    }
    .videoAudioDiv {
        top: 55px;
    }
    .videoAudio img {
        width: 23px;
        vertical-align: middle;
    }
    .pauseButton img {
        width: 40px !important;
    }
    /* .gridContent {
        display: none !important;
    } */
    /* .selectedProfileMenuName {
        margin-left: 4px !important;
    } */
    .menuManageProfile {
        padding-right: 8px !important;
    }
    /* mbl grid width */
    .epg-container .listings-timebar,
    .epg-container ul.listings-grid .listings-channel-row {
        min-width: 6000px !important;
    }
    .gridDate,
    .epg-container ul.listings-grid .listings-channel {
        width: 75px !important;
    }
    .timbar-times,
    .programAirings {
        width: calc(100% - 75px) !important;
    }
    .time7:after {
        width: 1px !important;
    }
    .noEpgAvailable img {
        width: 180px;
    }
}

@media (min-width: 768px) {
    /* .mbl-grid {
        display: none !important;
    } */
}

@media (min-width: 1180.02px) {
    .vjs-has-started .vjs-control-bar,
    .vjs-audio-only-mode .vjs-control-bar {
        visibility: hidden !important;
    }
    .vjs-volume-horizontal {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .pauseButton img {
        width: 36px !important;
    }
}

/* video[poster] {
height: 100%;
width: 100%;
object-fit: cover;
} */

#inactivityModal .modal-content {
    background-color: #292929;
}

#inactivityModal h5 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

#inactivityModal button {
    width: 180px;
    height: 56px;
    border-radius: 8px;
    background-color: #f7412c;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

#inactivityModal .modal-content {
    max-width: 100%;
    width: 540px;
}

/* Radio Channel Overlay Styles */

.radio-channel-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #000 !important;
    z-index: 5 !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.radio-channel-overlay.show {
    display: flex !important;
}

.radio-small-screen,
.radio-full-screen {
    color: white;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.radio-channel-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.radio-channel-image {
    max-width: 120px;
    max-height: 80px;

    border-radius: 0px;
    object-fit: contain;
}

/* .radio-channel-name {
    font-size: 1.5rem;
    margin: 0;
    color: #f7412c;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.radio-mode-text {
    font-size: 1rem;
    margin: 0;
    opacity: 0.8;
    color: #ffffff;
} */

/* Fullscreen radio overlay adjustments */

.liveProgramVideo.vjs-fullscreen .radio-channel-content {
    gap: clamp(10px, 1.5vw, 20px) !important;
}

.liveProgramVideo.vjs-fullscreen .radio-channel-image {
    max-width: 200px;
    max-height: 120px;
}

.liveProgramVideo.vjs-fullscreen .radio-channel-name {
    font-size: 2.5rem;
}

.liveProgramVideo.vjs-fullscreen .radio-mode-text {
    font-size: clamp(10px, 2vw, 15px);
}

/* radio channel */

.radioSmallView .radio-channel-name {
    color: #fff !important;
    font-size: clamp(1.5vw, 1vw, 0.8px) !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    margin-top: 1.2vw !important;
    margin-bottom: 0.3vw !important;
    word-break: break-word;
}

.radioSmallView .radio-mode-text {
    color: #b9b9b9 !important;
    text-align: center;
    font-size: clamp(1.3vw, 1vw, 0.8px) !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    margin-bottom: 0vw !important;
    word-break: break-word;
    max-width: 40ch;
}

.radiospinnerLoad {
    margin: 0 auto;
    width: 6vw;
    max-width: 80px;
    height: 2.5vw !important;
    max-height: 34px;
    text-align: center;
    font-size: 0.8vw;
}

.radiospinnerLoad > div {
    background-color: #fff;
    height: 100%;
    width: 0.5vw !important;
    max-width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    margin-right: 0.5vw;
}

.radiospinnerLoad .rect2 {
    animation-delay: -1.1s;
}
.radiospinnerLoad .rect3 {
    animation-delay: -1s;
}
.radiospinnerLoad .rect4 {
    animation-delay: -0.9s;
}
.radiospinnerLoad .rect5 {
    animation-delay: -0.8s;
}

.radio-channel-overlay.black {
    background: #050505 !important;
}

.radioFullView .radio-channel-content p {
    color: #b9b9b9 !important;
    font-size: clamp(14px, 1.2vw, 20px) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-top: 0.6vw;
    text-align: left;
    max-width: 40ch;
}

.radioFullView .radio-channel-content h3 {
    color: #fff !important;
    font-size: 2vw !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-left: clamp(10px, 1.5vw, 20px) !important;
}

.radioFullView .radio-channel-image {
    width: clamp(40px, 4vw, 6vw) !important;
    height: clamp(40px, 4vw, 6vw) !important;
    aspect-ratio: 1/1;
    max-width: 94px;
    max-height: 94px;
}
.radioSmallView .radio-channel-image {
    width: 6.5vw;
    height: 6.5vw;
}
.radioSmallView .radio-channel-content {
    height: 100%;
    gap: 0;
}
.radioFullView .radio-channel-content {
    padding: clamp(10px, 2vw, 20px);
    background: #100f0f;
    min-width: 27.78vw;
    border-radius: 20px;
    height: auto;
    /* max-width:100% */
    max-width: 90vw;
}

.radioFullView .radio-channel-content {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Floating video radio overlay adjustments */

.floatingVideo .radio-channel-overlay {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}

.floatingVideo .radio-channel-content {
    gap: 0.3vw;
}

.floatingVideo .radio-channel-image {
    width: 3vw;
    height: 3vw;
}

.floatingVideo .radio-channel-name {
    font-size: clamp(1vw, 0.8vw, 0.6px) !important;
    margin: 0 !important;
}

.floatingVideo .radio-mode-text {
    font-size: clamp(1vw, 0.8vw, 0.6px) !important;
    margin: 0 !important;
}

.floatingVideo .radiospinnerLoad {
    height: 20px;
}

.floatingVideo .radiospinnerLoad > div {
    height: 1.2vw;
    width: 0.2vw !important;
    margin-right: 4px;
}

.floatingVideo .radio-small-screen {
    justify-content: start;
    padding: 1vw;
}
.equalizer {
    display: flex;
    gap: 0.4vw; /* ~8px on 1920px screen */
    height: 1.04vw;
    margin-top: 1vw;
}

.bar {
    width: 0.31vw; /* ~6px */
    height: 0.78vw;
    background: white;
    animation: pulse 1s infinite ease-in-out;
    border-radius: 5px;
}

/* Staggered animations for wave effect */
.bar1 {
    animation-delay: 0s;
}
.bar2 {
    animation-delay: 0.4s;
}
.bar3 {
    animation-delay: 0.8s;
}
.bar4 {
    animation-delay: 0.4s;
}
.bar5 {
    animation-delay: 0s;
}

@keyframes pulse {
    0%,
    100% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(2); /* Scales both up and down from center */
    }
}

/* free preview */

.preview-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.preview-popup p {
    margin-bottom: 10px;
    color: #8f98b2;
    text-align: center;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.previewEndContainer p {
    margin-bottom: 0;
    color: #8f98b2;
    text-align: center;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 100% */
}

.popup-content {
    padding: 30px;
    text-align: center;
    max-width: 600px;
    border-radius: 10px;
    border: 1px solid #525266;
    background: #292933;
}

.popup-buttons button {
    margin: 15px;
    min-width: 100px;
    margin-bottom: 0;
    box-shadow: none;
    margin: 0;
    height: 45px;
}
.popup-buttons button:hover {
    box-shadow: none;
}

.previewEndContainer {
    background-color: #333333;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    flex-direction: column;
    z-index: 20;
}
#previewTimerDisplay {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-left: 25px;
}
#previewTimerDisplayContainer {
    width: 100px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 18px;
    left: 30px;
    z-index: 1;
    top: 30px;
    position: absolute;
    height: 44px;
    line-height: 25px;
}
#previewTimerDisplayContainer .timerIcon {
    position: absolute;
    left: 18px;
    top: 8px;
}
#previewEndPopup .previewIcon {
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#previewEndPopup h3 {
    color: #e1e6f0;
    text-align: center;
    font-size: 1.4vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

#subscribePreviewBtn {
    border-radius: 3px;
    background: rgba(255, 171, 37, 0.29);
    color: #ffab25;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 45px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: center;
    box-shadow: none;
}

#subscribePreviewBtn:hover,#subscribePreviewBtn:focus,#subscribePreviewBtn:active,
.previewEndContainer #subscribePreviewBtn:hover,.previewEndContainer #subscribePreviewBtn:focus,
.previewEndContainer #subscribePreviewBtn:active {
    background: rgba(255, 172, 37, 0.5);
    color: #fff;
}
#cancelPreviewBtn {
    border-radius: 3px;
    background: #414150;
    color: #8f98b2;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 150px;
}
#cancelPreviewBtn:hover,#cancelPreviewBtn:focus,#cancelPreviewBtn:active{
    background:68687C;
    color:#fff;
}

.previewEndContainer #subscribePreviewBtn {
    border-radius: 50px;
    background: rgba(255, 171, 37, 0.29);
    color: #ffab25;
    font-size: 1vw;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin-top: 15px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.previewEndContainer .tooberImg {
    margin-bottom: 10px;
}
.previewEndContainer .tooberImg img {
    width: 8vw;
}
.vjs-fullscreen .previewEndContainer .tooberImg img {
    width: 150px;
}
.vjs-fullscreen .previewEndContainer p {
    font-size: 20px;
}
.vjs-fullscreen .previewEndContainer #subscribePreviewBtn {
    font-size: 20px;
    height: 55px;
    margin-top: 30px;
    width: auto;
}

.vjs-fullscreen .previewEndContainer .tooberImg {
    margin-bottom: 30px;
}

#previewEndPopup .popup-buttons {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    #previewEndPopup h3 {
        font-size: 18px;
    }
    .preview-popup p {
        font-size: 16px;
    }
    #subscribePreviewBtn,
    #cancelPreviewBtn {
        font-size: 16px;
    }

    .previewEndContainer #subscribePreviewBtn {
        /* font-size: 16px; */
        width: 100px;
        height: 25px;
        margin-top: 10px;
    }
    .vjs-fullscreen .previewEndContainer #subscribePreviewBtn {
        width: auto;
        height: 40px;
        font-size: 16px;
    }
    .vjs-fullscreen .previewEndContainer .tooberImg img {
        width: 120px;
    }
}

@media (max-width: 767.98px) {
    #previewTimerDisplayContainer {
        top: 15px;
        left: 15px;
    }
    #previewTimerDisplayContainer {
        height: 40px;
    }
    .previewEndContainer .tooberImg img {
        width: 120px;
    }

    .previewEndContainer p {
        font-size: 16px;
    }
    .previewEndContainer #subscribePreviewBtn {
        font-size: 16px;
    }
    .previewEndContainer #subscribePreviewBtn {
        /* font-size: 16px; */
        width: 120px;
        height: 30px;
    }
}

@media (max-width: 767.98px) {
    .equalizer {
        gap: 6px;
    }

    .bar {
        width: 6px;
        height: 12px;
    }
    .radioSmallView .radio-channel-name {
        font-size: 18px !important;
    }

    .radioSmallView .radio-mode-text {
        font-size: 16px !important;
    }
    .radioSmallView .radio-channel-image {
        width: 80px !important;
        height: 80px !important;
    }
    .radioSmallView {
        padding: 15px;
    }
    .radiospinnerLoad {
        width: 100%;
        max-width: 180px;
    }
    .radiospinnerLoad > div {
        width: 4px !important;
    }
    .radioSmallView .radio-channel-name {
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }
    .radioSmallView .radio-mode-text {
        margin-bottom: 10px !important;
    }

    .radioFullView .radio-channel-content {
        gap: 15px !important;
        border-radius: 6px !important;
    }

    .radioFullView .radio-channel-image {
        max-width: 80px;
        max-height: 80px;
    }

    .radioFullView .radio-channel-content h3 {
        font-size: 18px !important;
    }

    .radioFullView .radio-channel-content p {
        font-size: 16px !important;
    }
    .radioFullView .radio-channel-image {
        border-radius: 0px !important;
    }
}
@media (max-width: 576.98px) {
    .bar {
        width: 3px;
        height: 8px;
    }

    .radioSmallView .radio-channel-name {
        font-size: 16px !important;
    }

    .radioSmallView .radio-mode-text {
        font-size: 14px !important;
    }
    .radioSmallView .radio-channel-image {
        width: 40px !important;
        height: 40px !important;
    }

    .radiospinnerLoad > div {
        width: 4px !important;
    }
    .radioSmallView .radio-channel-name {
        margin-top: 15px !important;
        margin-bottom: 8px !important;
    }
    .radioSmallView .radio-mode-text {
        margin-bottom: 8px !important;
    }
    .popup-content {
        padding: 15px;
    }
    #previewEndPopup .popup-buttons {
        margin-top: 15px;
    }
    #subscribePreviewBtn,
    #cancelPreviewBtn {
        width: 120px;
    }
    .previewEndContainer .tooberImg {
        margin-top: 56px;
    }
}

@media (max-width: 380px) {
    .bar {
        width: 3px;
        height: 8px;
    }
    .radio-channel-content {
        justify-content: start;
    }
    .radioSmallView {
        padding: 10px;
    }
    .radioSmallView .radio-channel-name {
        font-size: 14px !important;
    }
    .radioSmallView .radio-mode-text {
        font-size: 12px !important;
    }
    .radioSmallView .radio-channel-name {
        margin-top: 10px !important;
    }
}

.adSkipButton {
    position: absolute;
    bottom: 18%;
    right: 2%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.60)!important;
    color: rgb(255, 255, 255) !important;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 20px !important;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.floatingVideo .adSkipButton {
    bottom: 18%;
}

.subscription-banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 50px;
    padding: 12px 20px;
    /* border-radius: 50px; */
   background: linear-gradient(90deg, #05163E 28.59%, #F7412C 113.79%);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    /* min-width: 200px; */
    justify-content: center;
}

.banner-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    /* max-width: 205px; */
}

.banner-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.subscribe-btn {
    padding: 8px 16px;
    border: 1px solid #ffab25;
    background: rgba(255, 172, 37, 0.3);
    border-radius: 50px;
    color: #ffab25;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 1.4;
}

.subscribe-btn:hover {
    background: rgba(255, 172, 37, 0.5);
    transform: scale(1.01);
    color: #fff;
}

.subscribe-btn:active {
    transform: scale(0.98);
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 30px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.close-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

@media(max-width:991.98px){
    .subscription-banner{
        position: relative;
        top:56px;
        flex-direction: row!important;
    }
}

@media (max-width: 768px) {
    .subscription-banner {
        padding: 10px 12px;
        flex-direction: column;
        min-height: auto;
    }

    .banner-content {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .banner-text {
        max-width: 100%;
        font-size: 13px;
    }

    .banner-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .subscribe-btn {
        padding: 7px 14px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .subscription-banner {
        padding: 8px 10px;
    }

    .banner-text {
        font-size: 12px;
        line-height: 1.3;
    }

    .subscribe-btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .close-btn {
        width: 28px;
        height: 28px;
    }

    .close-btn svg {
        width: 14px;
        height: 14px;
    }
}

/* Ad Progress Toast Notification */
.ad-progress-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    padding: 12px 24px;
    border-radius: 50px;
    background: rgba(255, 171, 37, 0.80);
    backdrop-filter: blur(2px);
    color: #282A2E;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideUpToast 0.3s ease-out;
}

@keyframes slideUpToast {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.ad-progress-toast.show {
    display: flex;
}

.ad-progress-toast.hide {
    animation: slideDownToast 0.3s ease-out forwards;
}

@keyframes slideDownToast {
    from {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    to {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
}
