@charset "UTF-8";
/* CSS Document */
:root {
    --epg_favedChan: url(../config/custom/assets/icon_ws_epg_favourite_on.webp);
    --epg_filterCheckmark: url(../config/custom/assets/icon_select.webp);
    --epgFilterIconSelected: url(../config/custom/assets/icon_ws_filter_selected.webp);
}
#epg-wrapper {
    display: flex;
    flex-flow: column;
    flex-direction: column;
}
#epg-wrapper div[data-testid="Loading_Dotted"] {
    position: absolute;
    z-index: 999;
    backdrop-filter: blur(0.4px);
}
#epg-anchor {
    height: 100%;
    display: flex;
    flex-flow: column;
    flex-direction: column;
}
#epgTopFilterCell0 {
    display: none;
}
button {
    cursor: pointer;
}
.epg_ContainerHolder {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}
.epg_ContainerHolder_stb_ {
    position: relative;
    width: 100vw;
    overflow: hidden;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
    left: 0vw;
    border: 1px solid #000;
    border-top: unset;
    color: #9b9b9b;
    letter-spacing: 0.05vw;
    overflow-y: scroll;
    overflow-x: hidden;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.epg_container {
    position: absolute;
    top: 0;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 0;
}
.epg_container_stb_ {
    position: relative;
    width: 100vw;
    z-index: 0;
}
.epg_vBar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    width: calc(100% - 2px);
    height: 100%;
}
.epg_vBarSub {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    border-right: 0.02vw solid rgba(74, 74, 74, 1);
    border-left: 0.02vw solid rgba(74, 74, 74, 1);
    width: calc(100% - 2px);
    height: auto;
}
.epg_vBarRow {
    position: absolute;
    height: 4.687vw;
    z-index: 0;
    width: 100%;
}
.epg_vBarRowHolder {
    height: calc(100% - 1px);
    position: relative;
    font-size: 1.09vw;
    z-index: 0;
    border-top: 0.05vw solid #505050;
    line-height: 5.2vw;
    display: block;
}
.epg_header {
    position: relative;
    width: 100vw;
    background: #202020;
    white-space: nowrap;
    z-index: 1;
    left: 0vw;
    line-height: 2.08vw;
    letter-spacing: 0.05vw;
    font-size: 0.9vw;
    vertical-align: middle;
}
.epg_vBarHeader {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.epg_containerHeader {
    width: 100vw;
    z-index: 1;
    font-size: 0.9vw;
    background: rgba(80, 80, 80, 0.6);
    height: 100%;
}
.epg_headerSubContainer {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    white-space: nowrap;
    z-index: 0;
}
.epg_timeDiv {
    display: inline-block;
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 0;
}
.epg_timeDiv span {
    position: relative;
    line-height: 2.08vw;
    vertical-align: middle;
    z-index: 0;
    display: inline-block;
}
.epg_subContainer {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}
.epg_gridBkReverse .epg_row {
    border-right: 0.05208vw solid #505050;
    border-left: none;
}
.epg_row {
    position: absolute;
    border-left: 0.05208vw solid #505050;
    width: 100%;
}
.epg_rowHolder {
    height: 100%;
    position: relative;
    white-space: nowrap;
    z-index: 0;
    border-top: 0.05208vw solid #505050;
}
.epg_cell {
    position: relative;
    height: calc(100% - 0vw);
    z-index: 0;
    display: inline-block;
    overflow: hidden;
    border-right: 0.05208vw solid #505050;
}
.first_cell {
    background: #202020;
}
.textContainer {
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: calc(100% - 0.1416vw);
    z-index: 0;
    display: none;
}
.epgTextSelect {
    color: #fff !important;
}
.textHolder {
    position: absolute;
    line-height: 4vw;
    width: calc(100% - 1.3vw - 0.5vw);
    transform: translate(0, -50%);
    top: 50%;
    display: none;
    align-items: center;
    gap: 3px;
}

:dir(ltr) .textHolder {
	 margin-left: 1.3vw;
}

:dir(rtl) .textHolder {
	 margin-right: 1.3vw;
}

.textHolderText {
    overflow: hidden;
    text-overflow: ellipsis;
}
.textHolder > .epg_seriesRecording,
.textHolder > .epg_singleRecording {
    opacity: 1;
}
.epgTextSelect > .epg_seriesRecording,
.epgTextSelect > .epg_singleRecording {
    opacity: 1;
}
.epg_singleRecording {
    position: relative;
    background: url(../config/custom/assets/icon_epg_single_recording.webp) center center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}
.epg_seriesRecording {
    position: relative;
    background: url(../config/custom/assets/icon_epg_series_recording.webp) center center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}
.epgTextSelect > .epg_cellLock {
    background: url(../config/custom/assets/icon_epg_no_catchup_hl.webp) center center no-repeat;
    background-size: contain;
}
.epg_cellLock {
    position: relative;
    display: inline-block;
    min-height: 2vw;
    min-width: 2vw;
    margin-right: 1vw;
    background: url(../config/custom/assets/icon_epg_no_catchup.webp) center center no-repeat;
    background-size: contain;
}
.epg_CellSelect {
    border-left: 2.5px #d52b1e inset !important;
    background-color: #ffffff !important;
    display: block;
}
.epg_rowLdiv {
    position: relative;
    width: 13%;
    height: 100%;
    float: left;
    z-index: 0;
    font-size: 1.5vw;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../config/custom/assets/icon_ws_epg_favourite_off.webp") center center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.epg_rowRdiv,
.epg_rowRdivRev {
    position: relative;
    height: 100%;
    z-index: 0;
}
.epg_rowRTdiv {
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    overflow: hidden;
    font-family: NunitoSans-SemiBold;
    line-height: 2.25vw;
    flex-basis: 50%;
}
.epg_rowBTdiv {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    font-family: NunitoSans-SemiBold;
}
.epg_topPicContainer {
    position: relative;
    width: 28.4vw;
    height: 100%;
    z-index: 1;
}
.epg_TopPicBackground {
    position: absolute;
    top: 0;
    left: 5.2vw;
    width: 23.33vw;
    height: 13.125vw;
    z-index: 0;
    background: rgba(32, 32, 32, 0.8);
    box-shadow: 0px 0px 1.5vw rgba(0, 0, 0, 0.38);
}
.epg_TopPicHolder {
    position: absolute;
    top: 0;
    left: 0;
    width: 23.33vw;
    height: 13.125vw;
    z-index: 0;
}
.epg_topTextContainer {
    position: relative;
    width: 66vw;
    height: 100%;
    z-index: 10;
    display: inline-block;
    z-index: 0;
    margin-left: 1.82vw;
    letter-spacing: 0.05vw;
}
.epg_topChanContainer {
    position: relative;
    width: 100%;
    height: 3vw;
    display: flex;
    font-size: 1.45vw;
    line-height: 2.812vw;
    z-index: 10;
}
.epg_topChanLogo {
    position: relative;
    width: 6vw;
    height: 100%;
    background-size: contain;
    z-index: 1;
}
.epg_topChanText {
    position: relative;
    height: 100%;
    z-index: 1;
    display: inline-block;
    margin-left: 1vw;
    line-height: 3vw;
    font-family: NunitoSans-SemiBold;
}
.epg_topTitleContainer {
    position: relative;
    width: 100%;
    line-height: 3.1vw;
    font-size: 3.1vw;
    z-index: 7;
    display: flex;
    align-items: center;
    overflow: hidden;
    letter-spacing: 0.11vw;
    margin-top: 0.95vw;
    white-space: nowrap;
}
.titleSpan {
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    max-width: 85%;
    display: inline-block;
}
.epg_lock {
    position: relative;
    width: 1.2vw;
    height: 3.1vw;
    margin-left: 1.5vw;
    background: url(../config/custom/assets/icon_ws_epg_lock.webp) center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.epg_reminder {
    position: relative;
    width: 1.2vw;
    height: 3.1vw;
    margin-top: 0.2vw;
    margin-left: 1.5vw;
    background: url(../config/custom/assets/icon_ws_epg_reminder.webp) center center no-repeat;
    background-size: contain;
    display: inline-block;
}
.epg_topInfoContainer {
    position: relative;
    width: 100%;
    height: 1.09vw;
    font-size: 1.09vw;
    margin-bottom: 1.11vw;
    z-index: 1;
    display: inline-block;
}
.epg_startOver {
    position: relative;
    width: 1vw;
    height: 1vw;
    margin-left: 0.6vw;
    background: url(../config/custom/assets/icon_ws_epg_startover.webp) center center no-repeat;
    background-size: contain;
    display: inline-block;
    opacity: 0.65;
    vertical-align: middle;
}
.epg_topSynapseContainer {
    position: relative;
    width: 57vw;
    height: 3.1vw;
    font-size: 1.25vw;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}
.epg_vBarReverse {
    right: 0;
    left: unset;
}
.epg_logoSelect {
    background: #404040;
    color: #fff;
}
.epg_vBarHeaderR {
    left: unset;
    right: calc(0px - 0.45vw);
    z-index: 2;
    cursor: pointer;
}
.epgToday {
    width: calc(10px + 6.525vw);
    font-family: NunitoSans-SemiBold;
    text-align: center;
    letter-spacing: 0em;
    display: flex;
    flex-direction: row;
    gap: calc(2px + 0.225vw);
    opacity: 1;
}
.epgToday span:first-letter {
    text-transform: capitalize;
}
.epgDeskFilterActive,
.epgDeskFilterActive div {
    z-index: unset;
}
.epg_filterCellContainer {
    border-left: 3px solid rgb(0, 0, 0, 0);
    width: calc(100% - 3vw);
    line-height: 2.6vw;
    top: -50%;
    transform: translate(0, 50%);
}

:dir(ltr) .epg_filterCellContainer{
    border-left: 3px solid rgb(0, 0, 0, 0);
    padding-left: 1vw;
    margin-left: 2vw;
}

:dir(rtl) .epg_filterCellContainer{
    border-right: 3px solid rgb(0, 0, 0, 0);
    padding-right: 1vw;
    margin-right: 2vw;
}

.epg_filterCellContainer span {
    display: inline-block;
    min-width: 10%;
}
.epg_filterSelect {
    color: #fff;
    border-left: 3px solid red;
}
.epg_filterCheckmark::after {
    margin-left: 1.5vw;
    display: inline-block;
    position: absolute;
    content: "";
    width: 1.25vw;
    height: 2.6vw;
    background: transparent var(--epg_filterCheckmark) no-repeat center center;
    background-size: contain;
}
.epg_epgFilterHolder {
    position: fixed;
    top: 0vw;
    z-index: 120;
    height: 100vh;
    width: 26.04vw;
    overflow: hidden;
    color: #9b9b9b;
    background: #202020;
    box-shadow: -40px 0px 30px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
}

	:dir(ltr) .epg_epgFilterHolder{
		right: 0vw;
	}

	:dir(rtl) .epg_epgFilterHolder{
		left: 0vw;
	}

.epg_filterSubContainer {
    position: relative;
    top: 0vw;
    left: 0;
    width: 100%;
    height: auto;
}
.epg_FilterTitle {
    width: calc(100% - 4.1vw);
    text-align: left;
    color: #ffffff;
    font-family: NunitoSans-Regular;
    font-size: 28px;
    position: relative;
    z-index: 0;
    height: 8.666vw;
    line-height: 8.666vw;
    vertical-align: middle;
    padding-left: 3vw;
    text-transform: uppercase;
}

:dir(ltr) .epg_FilterTitle{
    padding-left: 3vw;
}

:dir(rtl) .epg_FilterTitle{
    padding-right: 3vw;
}

.epg_filterContainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0vw;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
}
.epg_filterCell {
    position: relative;
    width: 100%;
    height: 5.2vw;
    font-family: NunitoSans-Light;
    font-size: 1.6vw;
    cursor: pointer;
}
.epg_filterCell_dummy {
    height: 30vw;
    width: 100%;
}
.epgParentTitleFilter {
    width: 100%;
    height: 8.666vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12.52vw;
}
.epgFilterCrossIcon {
    background: url(../config/custom/assets/icon_ws_closeIcon.webp) center center no-repeat;
    height: 16px;
    width: 16px;
    margin-right: 30px;
    border: none;
}
.epgFilterTextCell {
    display: block;
    color: white;
}
.epgSidePane {
    position: fixed;
    top: 0vw;
    right: 0vw;
    z-index: 10000;
    height: 100vh;
    width: 26.04vw;
    overflow: hidden;
    background: #10130f;
}
.epgSideTitle {
    width: calc(100% - 4.1vw);
    text-align: left;
    color: #d1cdcd;
    font-family: NunitoSans-Regular;
    font-size: 2vw;
    position: relative;
    z-index: 0;
    height: 8.333vw;
    line-height: 8.333vw;
    border-bottom: 1px solid #2e2e2e;
    vertical-align: middle;
    padding-left: 4.1vw;
    letter-spacing: 0.156vw;
}
.epgsidePaneCell {
    position: relative;
    width: 100%;
    height: 3.125vw;
    color: #505050;
    font-family: NunitoSans-Light;
    font-size: 1.6vw;
    cursor: pointer;
    line-height: 3.125vw;
    border-bottom: 1px solid #2e2e2e;
    padding-left: 4.1vw;
    border-left: 3px solid rgb(0, 0, 0, 0);
    margin-top: 2vw;
    padding-bottom: 2vw;
}
.epgCellIcon {
    width: 3.125vw;
    height: 3.125vw;
    display: block;
    float: left;
    position: relative;
}
.epgLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    border-radius: 50%;
    border: 0.15vw solid transparent;
}
.epgCellTxt {
    width: 15vw;
    height: 100%;
    display: inline-block;
    margin-left: 2vw;
    letter-spacing: 0.0781vw;
}
.epgSPselectCell {
    color: #fff;
}
.epgSPselectLogo {
    visibility: visible !important;
}
.epgChEntry {
    position: fixed;
    width: 19.2vw;
    height: 9vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: #202020;
    border-radius: 6px;
    box-shadow: 0px 0px 2.5vw #000;
    text-align: center;
}
.epgChNum {
    position: relative;
    display: inline-block;
    font-family: NunitoSans-SemiBold;
    width: 2vw;
    height: 3.125vw;
    font-size: 3vw;
    color: #fff;
    top: 2.55vw;
    margin-right: 0.208vw;
    text-align: left;
    border-bottom: rgba(248, 9, 13, 0) 3px solid;
    vertical-align: top;
    line-height: 4vw;
}
.epgNmbCellSelect {
    border-bottom: rgb(53, 255, 167) 4px solid;
    border-radius: 2px;
    height: 0;
    top: 5.5vw;
    position: relative;
}
.epgWarnPop {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10 !important;
    background: #202020;
    border-radius: 2vw;
    box-shadow: 0px 0px 2.5vw #000;
    text-align: center;
}
.epgWarnPopCrossIcon {
    background: url(../config/custom/assets/icon_ws_closeIcon.webp) center center no-repeat;
    border: unset;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
}
.epgWarnImg {
    position: relative;
    width: 100%;
    height: 3.7vw;
    margin-top: 1.1vw;
    background: url(../config/custom/assets/icon_ws_epg_stop.png) center center no-repeat;
    background-size: contain;
}
.epgWarnTxt {
    position: relative;
    width: 100%;
    font-family: NunitoSans-Regular;
    font-size: 1.979vw;
    letter-spacing: 0.052vw;
    color: #fff;
    margin-top: 0.7vw;
}
.epg_progressBar {
    position: absolute;
    width: 1px;
    height: 1vw;
    z-index: 1 !important;
    top: 0;
    background: #808080;
}
.epg_pbTriangle {
    position: absolute;
    top: 0vw;
    width: 0;
    height: 0;
    border-left: 0.42vw solid transparent;
    border-right: 0.42vw solid transparent;
    border-top: 0.42vw solid #808080;
}
.epg_pbTail {
    position: absolute;
    right: 0.42vw;
    height: 0.05vw;
    background: transparent;
    width: 0;
    top: 0vw;
}
.epg_input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.epg_blackPlate {
    top: 0;
    left: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    mix-blend-mode: normal;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}
.epg_showBlackPlate {
    display: block !important;
}
.epgTopFilterCell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.926vh;
}
.epgCellIconTxt {
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 0.9375vw;
    text-transform: uppercase;
    position: absolute;
    width: max-content;
    top: 70px;
}
.epgTopFilterCell .epgCellIconTxt {
    display: none;
}
.epgFilterCellIcon {
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}
.epgBtnCellCatchUp {
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 15px;
    cursor: pointer;
    color: #808080;
    border: 1px solid transparent;
}
.epgBtnCellGuide {
    border-radius: 9px;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0px 15px;
    cursor: pointer;
    color: #808080;
    display: none;
    border: 1px solid transparent;
}
.epgBtnCellCatchUp .epgBtnCatchUp {
    opacity: 0.4;
}
.epgBtnCellGuide .epgBtnGuide {
    opacity: 0.4;
}
.epgHeaderVdropdown {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.epgTimeLeftArrow,
.epgTimeRightArrow {
    background: url(../config/custom/assets/icon_ws_epg_next_guide.webp) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    border: none;
}
.epgTimeLeftArrow {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.epgNoIcon {
    width: 5.54vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.epgTopIconContainer {
    z-index: 2 !important;
}
.landscapeHeader {
    height: 55px !important;
}
.portraitHeader {
    height: 80px !important;
}
/** Responsive Guide */ /** Desktop*/
@media only screen and (min-width: 1025px), only screen and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse) {
    #epg-wrapper {
        min-height: calc(100vh - 140px);
    }
    .epg_topContent {
        display: flex;
        justify-content: space-between;
        margin: 0 100px;
        align-items: center;
        margin-bottom: 2vw;
    }
    .epgTopIconContainer {
        display: flex;
        gap: 41px;
    }
    .epgFilterCellIcon {
        width: 60px;
        height: 60px;
        background-color: #202020;
        border-radius: 50%;
    }
    .epgFilterLogo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 0.5;
    }
    /** Top Button Styles **/
    .epgBtnCellCatchUp {
        height: 45px;
        gap: 10px;
        color: #808080;
        font-size: 16px;
        border: 1px solid #000000;
        background: #202020;
    }
    .epgBtnCatchUp {
        height: 14px;
        width: 12px;
    }
    .epgBtnCellGuide {
        height: 45px;
        gap: 10px;
        color: #808080;
        font-size: 16px;
        background: #202020;
    }
    .epgBtnGuide {
        height: 14px;
        width: 12px;
    }
    .epg_header {
        height: calc(26px + 1.125vw);
        line-height: calc(26px + 1.125vw);
        font-size: calc(8px + 0.515vw);
    }
    .epg_containerHeader {
        font-size: calc(8px + 0.515vw);
    }
    .epgLeftGreadient {
        background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        transform: matrix(-1, 0, 0, 1, 0, 0);
        height: 100%;
        width: 5.208vw;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
    }
    .epgRightGreadient {
        background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        height: 100%;
        width: 5.208vw;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
    }
    .epgLeftTime,
    .epgRightTime {
        height: calc(26px + 1.75vw);
        width: calc(26px + 1.75vw);
        margin-top: calc(0px - 0.325vw);
        z-index: 2;
        position: relative;
        cursor: pointer;
        background-color: #505050;
        border-radius: 50%;
        z-index: 4 !important;
    }
    .epgRightTime {
        float: right;
        margin-right: calc(6px + 1vw);
    }
    .epgLeftTime {
        float: left;
        margin-left: calc(6px + 1vw);
    }
    #gridepgepgRowHolder0 {
        border-top: none;
    }
    #gridepgepgvBarRowHolder0 {
        border-top: none;
    }
    .epg_vBarHeader {
        text-align: right;
    }
    .epgHeaderVdropdown {
        gap: 10px;
    }
    .epgHeaderVdropdownIcon {
        width: 10px;
    }
    .epg_vBarHeaderR .epgHeaderVdropdown {
        justify-content: flex-start;
    }
    /** Recording Icon Style*/
    .epg_singleRecording {
        width: 1.0417vw;
        height: 1.0417vw;
        margin-bottom: 0.1rem;
        min-width: 20px;
    }

	:dir(ltr) .epg_epgFilterHolder{
        margin-left: 0.78125vw;

   	}

     :dir(rtl) .epg_epgFilterHolder{
        margin-right: 0.78125vw;
   	}

    .epg_seriesRecording {
        width: 1.71875vw;
        height: 1.0417vw;
        margin-bottom: 0.1rem;
        min-width: 32.79px;
    }

	:dir(ltr) .epg_seriesRecording{
        margin-left: 0.78125vw;

   }

     :dir(rtl) .epg_seriesRecording{
        margin-right: 0.78125vw;
   }


    .epg_vBarRow {
        height: calc(60px + 1.5625vw);
        z-index: 0;
    }
    .epg_row {
        height: calc(60px + 1.5625vw);
    }
    .epg_rowLdiv {
        height: calc(15px + 0.4vw);
        width: calc(18px + 0.425vw);
        margin-bottom: calc(10px + 0.4vw);
        margin-left: 0.125rem;
        transform: unset;
    }
    .epg_desktop_rowBTdiv {
        line-height: 0;
        font-size: calc(10px + 0.315vw);
        margin-bottom: 0.188rem;
        color: white;
        font-weight: 600;
    }
    .epg_rowRTdiv {
        transform: unset;
        top: 0;
        align-self: center;
        height: calc(38px + 1.5vw);
    }
    .epg_rowRdiv,
    .epg_rowRdivRev {
        display: flex;
        justify-content: space-evenly;
    }
    .epg_desktopParent_rowLdiv {
        align-self: center;
    }
    .epg_cell {
        font-size: calc(11px + 0.521vw);
        color: white;
    }
    .textHolder {
        cursor: pointer;
    }
    .epgNoIcon {
        font-size: calc(18px + 0.47vw);
    }
    .epg_pbTriangle {
        left: calc(0vw - 0.36vw);
    }
    /*** Epg Filter icon styles */
    .epg_epgFilterHolder {
        position: absolute;
        top: 230px;
        height: 680px;
        width: 400px;
        border-radius: 12px;
    }

    :dir(ltr) .epg_epgFilterHolder{
        right: 6.208vw;
   }

    :dir(rtl) .epg_epgFilterHolder{
        left: 6.208vw;
    }

    .epg_filterCheckmark::after {
        width: 22px;
        height: 100%;
    }

    :dir(ltr).epg_filterCheckmark::after{
        right: 35px;
    }

    :dir(rtl).epg_filterCheckmark::after{
        left: 35px;
    }
    .epg_FilterTitle {
        height: 6.666vw;
    }
    .epgParentTitleFilter {
        height: 100px;
        border-bottom: 1px solid #2e2e2e;
    }
    .epgFilterCrossIcon {
        background: #202020;
    }
    .epg_filterCell {
        height: 70px;
        font-size: 24px;
    }
    .epg_filterCellContainer {
        line-height: unset;
    }

    .epgFilterTextCell {
    font-size: calc(11px + 0.521vw);
        position: absolute;
    }

    :dir(ltr) .epgFilterTextCell {
        right: 200px;
    }

    :dir(rtl) .epgFilterTextCell {
        left: 200px;
    }

    .epgWarnPop {
        width: calc(44px + 20vw);
        height: calc(44px + 10vw);
    }
    .epgTopIconContainer {
        z-index: 111 !important;
    }
    .filterActive .epgFilterLogo {
        opacity: 1;
    }
    .filterActive .epgCellIconTxt {
        display: block !important;
    }
}
/** Hover only for desktop screens*/
@media only screen and (min-width: 1025px) and (pointer: fine) {
    .epgFilterLogo:hover {
        outline: unset !important;
        border: 2px solid var(--primaryHighlightColor) !important;
    }
    .filterActive .epgFilterLogo {
        outline: unset !important;
        border: 2px solid var(--primaryHighlightColor) !important;
    }
    .epgTopFilterCell:hover .epgCellIconTxt {
        display: unset;
    }
    .epgBtnCellGuide:hover,
    .epgBtnCellCatchUp:hover,
    .epgFilterLogo:hover {
        opacity: 1;
        color: #ffffff;
    }
    .epgBtnCellCatchUp:hover .epgBtnCatchUp,
    .epgBtnCellGuide:hover .epgBtnGuide,
    .epgTimeLeftArrow:hover,
    .epgTimeRightArrow:hover {
        opacity: 1;
    }
    .epg_cell:hover {
        color: #202020;
        background: #ffffff;
        font-weight: 600;
    }
    .first_cell:hover {
        background: #ffffff;
    }
    .epg_filterCell:hover .epg_filterCellContainer {
        color: white;
        background: unset;
    }
    .epg_filterCell:hover {
        background: rgba(128, 128, 128, 0.2);
    }
    .epgToday:hover {
        opacity: 0.6;
    }
}
/** Tablet*/
@media only screen and (max-width: 1024px) {
    #epg-wrapper {
        min-height: calc(100vh - 180px);
    }
    .epg_topContent {
        display: inline-block;
        justify-content: space-between;
        margin: 0 0 1.133vw;
        align-items: center;
    }
    .epgTopIconContainer {
        display: flex;
        gap: 18px;
        position: absolute;
        right: 79.75px;
        top: calc(0vh - 64px);
    }
    .epgFilterCellIcon {
        width: 48px;
        height: 48px;
        background: transparent;
    }
    .epgFilterLogo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
    }
    .epgBtnCellCatchUp {
        height: 4.395vw;
        gap: calc(5px + 0.5vw);
        color: #808080;
        font-size: calc(11px + 0.5vw);
        background: transparent;
    }
    .epgBtnCatchUp {
        height: calc(8px + 0.43vw);
        width: calc(5px + 0.2vw);
    }
    .epgBtnCellGuide {
        height: 4.395vw;
        gap: calc(5px + 0.5vw);
        color: #808080;
        font-size: calc(11px + 0.5vw);
        background: transparent;
        float: right;
    }
    .epgBtnGuide {
        height: calc(8px + 0.43vw);
        width: calc(5px + 0.2vw);
    }
    .epg_header {
        height: calc(24px + 0.6vw);
        line-height: calc(24px + 0.6vw);
        font-size: calc(8px + 0.3vw);
    }
    .epgLeftGreadient,
    .epgRightGreadient,
    .epgLeftTime,
    .epgRightTime {
        display: none !important;
    }
    #gridepgepgRowHolder0 {
        border-top: none;
    }
    #gridepgepgvBarRowHolder0 {
        border-top: none;
    }
    .epg_vBarHeader {
        text-align: right;
    }
    .epgHeaderVdropdown {
        gap: 0.977vw;
        margin-right: 1.5vw;
    }
    .epgHeaderVdropdownIcon {
        width: 0.977vw;
    }
    .epg_containerHeader {
        font-size: calc(8px + 0.3vw);
    }
    /** Recording Icon Style*/
    .epg_singleRecording {
        width: 16px;
        height: 16px;
        margin-bottom: 0.2rem;
        min-width: 16px;
    }

	:dir(ltr) .epg_singleRecording{
        margin-left: 0.8334vw;
   	}

     :dir(rtl) .epg_singleRecording{
        margin-right: 0.8334vw;
   	}

    .epg_seriesRecording {
        width: 26.23px;
        height: 16px;
        margin-bottom: 0.2rem;
        min-width: 26.23px;
    }


	:dir(ltr) .epg_seriesRecording{
       margin-left: 0.8334vw;
   	}

     :dir(rtl) .epg_seriesRecording{
        margin-right: 0.8334vw;
   	}

    .epg_vBar {
        min-width: 68px;
    }
    .epg_vBarRow {
        height: calc(40px + 2vw);
        z-index: 0;
    }
    .epg_row {
        height: calc(40px + 2vw);
    }
    .epg_rowLdiv {
        height: calc(10px + 0.4vw);
        width: calc(10px + 0.4vw);
        margin-bottom: 0.391vw;
        margin-left: 0.391vw;
        transform: unset;
    }
    .epg_desktop_rowBTdiv {
        line-height: calc(12px + 0.6vw);
        font-size: calc(8px + 0.4vw);
        margin-bottom: 0.188rem;
        color: white;
        font-weight: 600;
        letter-spacing: 0.05em;
    }
    .epg_rowRTdiv {
        transform: unset;
        top: 0;
        align-self: center;
        height: calc(22px + 1.6vw);
    }
    .epg_rowRdiv,
    .epg_rowRdivRev {
        display: flex;
        justify-content: space-evenly;
    }
    .epg_desktopParent_rowLdiv {
        align-self: center;
        margin-top: 1.289vw;
    }
    .epg_cell {
        font-size: calc(10px + 0.4vw);
        color: white;
    }
    .epgCell_0 {
        background: #202020;
    }
    .epgNoIcon {
        font-size: calc(14px + 0.44vw);
    }
    .epg_pbTriangle {
        left: calc(0vw - 0.42vw);
    }
    /*** Epg Filter stlyes */
    .epg_filterCell {
        border-bottom: 0.5px solid #2e2e2e;
        border-top: 0.5px solid #2e2e2e;
        height: 55px;
        font-size: 18px;
    }
    .epgParentTitleFilter {
        gap: unset;
        height: 65px;
        border-bottom: 1px solid #2e2e2e;
    }
    .epg_epgFilterHolder {
        height: calc(100vh - 2px);
        width: 40.04vw;
        position: fixed;
        top: 0vw;
    }

    :dir(ltr) .epg_epgFilterHolder {
        right: 0vw;
    }

    :dir(rtl) .epg_epgFilterHolder {
        left: 0vw;
    }

    .epg_filterCellContainer {
        line-height: unset;
        border-left: none !important;
    }
    .epg_FilterTitle {
        font-size: 18px;
    }
    .epg_filterCheckmark::after {
        height: 22px;
        width: 16px;
    }

    :dir(ltr).epg_filterCheckmark::after{
        right: 32px;
    }

    :dir(rtl).epg_filterCheckmark::after{
        left: 32px;
    }

    .epgFilterTextCell {
        font-size: 15px;
        opacity: 0.5;
        position: absolute;
        width: 100%;
        text-align: center;
        top: calc(0vh - 7px);
        left: 0;
    }
    .epg_filterSelect {
        color: white;
        border-left: unset;
    }
    .epgWarnPop {
        width: calc(44px + 28vw);
        height: calc(44px + 18vw);
    }
    .epgWarnImg {
        height: calc(20px + 5.7vw);
    }
    .epgWarnTxt {
        font-size: 22px;
    }
    .epgWarnPopCrossIcon {
        height: 14px;
        width: 14px;
    }
    .epgFilterCrossIcon {
        right: 5px;
        position: absolute;
    }
    .epgBtnCellGuide:hover,
    .epgBtnCellCatchUp:hover,
    .epgFilterLogo:hover {
        border: none !important;
    }
    .epg_filterCellContainer:hover {
        border-left: unset !important;
    }
}
/** Mobile devices Portrait */
@media only screen and (max-width: 480px) {
    #epg-wrapper {
        min-height: calc(100vh - 12%);
    }
    .epg_topContent {
        display: inline-block;
        justify-content: space-between;
        margin: 0 0 3.133vw;
        align-items: center;
    }
    .epgTopIconContainer {
        display: flex;
        gap: 0px;
        position: absolute;
        right: 49.75px;
        top: calc(0vh - 58px);
    }
    .epgFilterCellIcon {
        width: 40px;
        height: 40px;
        background-color: unset;
        border-radius: unset;
    }
    .epgSidepaneFilter.epgFilterLogo {
        background-size: 70% !important;
    }
    .epgFilterLogo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
    }
    .epgBtnCellCatchUp {
        height: 4.395vw;
        gap: 1.333vw;
        background: transparent;
        font-size: 3.733vw;
    }
    .epgBtnCatchUp {
        height: 3.304vw;
        width: 2.1vw;
    }
    .epgBtnCellGuide {
        height: 4.395vw;
        gap: 1.333vw;
        background: transparent;
        font-size: 3.733vw;
        float: right;
    }
    .epgBtnGuide {
        height: 3.304vw;
        width: 2.1vw;
    }
    .epg_header {
        height: 3.121748vh;
        line-height: 3.2vh;
    }
    .epgLeftGreadient,
    .epgRightGreadient,
    .epgLeftTime,
    .epgRightTime {
        display: none !important;
    }
    #gridepgepgRowHolder0 {
        border-top: none;
    }
    #gridepgepgvBarRowHolder0 {
        border-top: none;
    }
    .epg_vBarHeader {
        text-align: right;
    }
    .epgHeaderVdropdown {
        gap: 2.667vw;
        margin-right: 2.067vw;
    }
    .epgHeaderVdropdownIcon {
        width: 1.427vw;
    }
    .epg_singleRecording {
        width: 16px;
        height: 16px;
        margin-bottom: 0.2rem;
        min-width: 16px;
    }

	:dir(ltr) .epg_singleRecording{
        margin-left: 0.8334vw;
   	}

     :dir(rtl) .epg_singleRecording{
        margin-right: 0.8334vw;
   	}


    .epg_seriesRecording {
        width: 26.23px;
        height: 16px;
        margin-bottom: 0.2rem;
    }

	:dir(ltr) .epg_seriesRecording{
       margin-left: 0.8334vw;
   	}

     :dir(rtl) .epg_seriesRecording{
        margin-right: 0.8334vw;
   	}

    .epg_vBarRow {
        height: 16vw;
        z-index: 0;
    }
    .epg_row {
        height: 16vw;
    }
    .epg_rowLdiv {
        height: 3.709vw;
        width: 3.709vw;
        margin-bottom: 1.125vw;
        margin-left: 1.2vw;
        transform: unset;
    }
    .epg_desktop_rowBTdiv {
        line-height: 4.8vw;
        height: 4.8vw;
        font-size: 3.2vw;
        margin-bottom: 0.188rem;
        color: white;
        font-weight: 600;
        letter-spacing: 0.05em;
        width: 7.131vw;
    }
    .epg_rowRTdiv {
        transform: unset;
        top: 0;
        align-self: center;
        height: 9.525vw;
    }
    .epg_rowRdiv,
    .epg_rowRdivRev {
        display: flex;
        justify-content: space-evenly;
    }
    .epg_desktopParent_rowLdiv {
        align-self: flex-start;
        margin-top: 3.621vw;
    }
    .epg_cell {
        font-size: 3.733vw;
        color: white;
    }
    .epgCell_0 {
        background: #202020;
    }
    .epg_containerHeader {
        font-size: 2.933vw;
    }
    .epgToday {
        font-size: 2.933vw;
        width: 17.725vw;
    }
    .epg_timeDiv span {
        vertical-align: inherit;
    }
    .epg_pbTriangle {
        border-left: 1.212vw solid transparent;
        border-right: 1.212vw solid transparent;
        border-top: 1.212vw solid #979797;
    }
    .epg_ReverseHeader #gridepgTimeDiv2 {
        display: none;
    }
    .epgNoIcon {
        width: calc(20px + 7.4vw);
        font-size: calc(15px + 0.5vw);
    }
    .epg_pbTriangle {
        left: calc(0vw - 1vw);
    }
    /*** EPG Filter Styles */
    .epg_epgFilterHolder {
        height: calc(100vh - 2px);
        width: 100%;
        border-radius: 0px;
    }
    .epg_filterCellContainer {
        margin-left: 6vw;
    }
    .epgParentTitleFilter {
        flex-direction: row-reverse;
    }
    .epg_FilterTitle {
        padding-left: 0px;
        text-align: center;
    }
    .epgFilterCrossIcon {
        position: absolute;
        left: 26px;
    }

    :dir(ltr).epg_filterCheckmark::after{
        right: 42px;
    }

    :dir(rtl).epg_filterCheckmark::after{
        left: 42px;
    }
    .epgWarnPop {
        width: calc(44px + 35vw);
        height: calc(44px + 20vw);
    }
    .epgWarnImg {
        height: calc(10px + 5.7vw);
    }
    .epgWarnTxt {
        font-size: 18px;
    }
    .epgFilterTextCell {
        top: calc(0vh - 20px);
    }
    .epg_filterCell_dummy {
        height: 42vw;
    }
}
/** Mobile devices Landscape */
@media only screen and (max-height: 480px) and (orientation: landscape) {
    .epgTopIconContainer {
        top: calc(0vh - 40px);
    }
    #epg-wrapper {
        margin-top: calc(0vh - 25px);
    }
}
/** Low end devices Portrait */
@media only screen and (max-width: 380px) and (orientation: portrait) {
    #epg-wrapper.lowEndWrapper {
        min-height: calc(100vh - 160px);
        top: 15px;
    }
    .lowEndWrapper .epg_header {
        height: 25px;
        line-height: 2.08vw;
        letter-spacing: 0.05em;
        font-size: 12px;
        text-align: center;
        display: flex;
        align-items: center;
        background: #505050 !important;
    }
    .epg_vBarHeader {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 1px;
    }
    .lowEndWrapper .epg_containerHeader {
        font-size: 12px;
        background: transparent;
    }
    .epg_rowLdiv {
        height: 35px;
        width: 15px;
        left: 2px;
        transform: unset;
        margin-left: 0px;
    }
    .epg_desktop_rowBTdiv {
        line-height: 0;
        font-size: 12px;
        color: white;
        font-weight: 600;
    }
    .epg_rowRTdiv {
        transform: unset;
        top: 0;
        align-self: center;
        height: 7.5vw;
    }
    .epg_rowRdiv {
        display: flex;
        justify-content: space-around;
        padding-left: 5%;
    }
    /** Styles for row */
    .epg_vBarRow {
        height: 60px;
        z-index: 0;
    }
    .epg_row {
        height: 60px;
    }
    .epg_desktopParent_rowLdiv {
        align-self: center;
        margin-bottom: 4.46vh;
    }
    .epg_cell {
        font-size: 14px;
        color: white;
    }
    .epgHeaderVdropdown {
        margin-right: 15px;
        align-items: center;
    }
    .lowEndWrapper .epgTopIconContainer {
        gap: 0px;
        right: 48px;
        top: calc(0px - 70px);
    }
    .textHolderText.lowEndTextHolder {
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        font-family: "NunitoSans-Regular";
    }
    .epgLeftGreadient {
        background: unset;
    }
    .epgRightGreadient {
        background: unset;
    }
    .showsDuration_desktop {
        color: "#808080" !important;
    }
    .epg_topContent.hideCatchUp .epgBtnCellCatchUp {
        display: none;
    }
    .epgCell_0 {
        background: none;
    }
    .lowEndWrapper .epg_timeDiv {
        line-height: 12px;
        top: 5px;
    }
    .lowEndWrapper .epgToday {
        font-size: 12px;
        opacity: 1;
    }
    .textHolder {
        line-height: 18px;
        font-family: "NunitoSans-Regular";
        width: 80%;
    }
    .lowEndWrapper .onNowLowEnd {
        top: 4px;
        right: 28px;
        display: flex;
    }
    .lowEndWrapper .upNextLowEnd {
        top: 4px;
        display: flex;
    }
    .epgFilterCellIcon {
        width: 40px;
        height: 40px;
        bottom: 6px;
    }
    .epg_epgFilterHolder {
        height: calc(100vh - 50px);
        width: 100%;
    }
    .epgParentTitleFilter {
        height: 68px;
        border-bottom: 1px solid #2e2e2e;
    }
    .lowEndWrapper .epg_FilterTitle {
        padding-left: 26px;
        font-size: 16px;
        color: white;
        line-height: 38px;
    }
    #showTime {
        color: #808080;
        font-size: 12px;
    }
    .epg_filterCellContainer {
        font-size: 16px;
        line-height: 28px;
    }
    .lowEndTextHolder .epg_seriesRecording {
        bottom: 9px;
    }
    .lowEndTextHolder .epg_singleRecording {
        bottom: 9px;
    }
    .epgWarnImg {
        height: calc(5px + 5.7vw);
    }
    .epgWarnTxt {
        font-size: 16px;
    }
    .epgWarnPopCrossIcon {
        height: 13px;
        width: 13px;
    }
}
/** Low end devices Landscape */
@media only screen and (max-height: 380px) and (orientation: landscape) {
    #epg-wrapper.lowEndWrapper {
        min-height: calc(100vh - 160px);
        top: 25px;
    }
    .epg_cell {
        font-size: 12px;
    }
    .textHolder {
        line-height: 14px;
    }
    .epg_desktop_rowBTdiv {
        font-size: 12px;
    }
    .epg_rowLdiv {
        margin-left: 3px;
        height: 22px;
        width: 14px;
        margin-bottom: 0px;
    }
    .epg_desktopParent_rowLdiv {
        margin-top: 6px;
    }
    .lowEndWrapper .epg_headerSubContainer {
        display: flex;
        justify-content: center;
    }
    .epg_containerHeader {
        font-size: 12px;
    }
    .epg_vBarHeader {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        top: 1px;
    }
    .lowEndWrapper .epg_header {
        height: 25px;
    }
    .epg_vBarRow {
        height: 50px;
    }
    .epg_row {
        height: 50px;
    }
    .lowEndWrapper .epg_timeDiv {
        line-height: 19px;
        top: 4px;
    }
    .lowEndWrapper .onNowLowEnd {
        right: 105px;
    }
    .lowEndWrapper .upNextLowEnd {
        left: -10px;
    }
    .epg_epgFilterHolder {
        height: calc(100vh - 50px);
        width: 100%;
    }
    .epgBtnCellCatchUp {
        display: none;
    }
    .lowEndWrapper .epgFilterLogo {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 5px;
    }
    .epgParentTitleFilter {
        height: 50px;
        border-bottom: 1px solid #2e2e2e;
    }
    .lowEndWrapper .epg_FilterTitle {
        padding-left: 16px;
    }
    .lowEndWrapper .epgTopIconContainer {
        gap: 0px;
        right: 48px;
        top: calc(0px - 70px);
    }
    .epgWarnImg {
        height: calc(5px + 5.7vw);
    }
    .epgWarnTxt {
        font-size: 16px;
    }
    .epgWarnPopCrossIcon {
        height: 13px;
        width: 13px;
    }
    .textHolderText.lowEndTextHolder {
        width: 80%;
    }
}
/** Import for images */
.epg_favedChan {
    color: #f4060a !important;
    opacity: 1;
    background: var(--epg_favedChan) center center no-repeat;
    background-size: contain;
}
.epgSidepaneTv {
    background: url(../config/custom/assets/icon_epg_onnow.webp);
    background-size: contain;
}
.epgSidepaneTv_hl {
    background: url(../config/custom/assets/icon_epg_onnow_hl.webp);
    background-size: contain;
}
.epgNoImage {
    background: url(../config/custom/assets/icon_epg_noimage.webp) center center no-repeat !important;
    background-size: contain !important;
}
.epgBtnLeftIcon {
    background: url(../config/custom/assets/icon_ws_epg_arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.epgBtnRightIcon {
    background: url(../config/custom/assets/icon_ws_epg_arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.epgDropdownIcon {
    background: url(../config/custom/assets/icon_ws_epg_dropdown.webp) center center no-repeat;
    background-size: contain;
}
.epgSidepaneFilter {
    background: url(../config/custom/assets/icon_ws_epg_filter.webp) center center no-repeat;
    background-size: 55% !important;
}
.epgSidepaneFilter.epgFilterIconSelected {
    background: var(--epgFilterIconSelected) center center no-repeat;
    opacity: 1;
}
.epgSidepaneCH {
    background: url(../config/custom/assets/icon_ws_epg_number.webp) center center no-repeat;
    background-size: 86%;
}

/** Calendar Modal styles*/
.refreshLock {
    overscroll-behavior: none;
}
.pickerModal {
    display: none;
    position: fixed;
    z-index: 120;
    left: 0;
    top: 0%;
    background: rgba(0, 0, 0, 0.7);
    mix-blend-mode: normal;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
}
.pickerModalContent {
    position: relative;
    margin: auto;
    padding: 0;
    background: #202020;
    font-style: normal;
    font-family: NunitoSans-Regular;
    top: 30%;
}
.pickerBody {
    border-top: 1px solid var(--spaceGrey);
    border-bottom: 1px solid var(--spaceGrey);
}
canvas {
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
}
.pickerHeader {
    color: #9a99a2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pickerHdrText {
    flex: 1 1 auto;
    right: 50%;
    text-align: center;
}
.pickerClose {
    background: url(../config/custom/assets/icon_ws_closeIcon.webp) center center no-repeat;
    position: absolute;
    cursor: pointer;
    border: none;
    outline: none;
}

:dir(ltr) .pickerClose {
	right: 5%;
	right: unset;
}	

:dir(rtl) .pickerClose {
	left: 5%;
	right: unset;
}	

.pickerFooter {
    color: #9a99a2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #202020;
    width: inherit;
}
.pickerFooter button {
    border-color: transparent;
    background: transparent;
    outline: none;
}
.pickerCancelBtn {
    color: #808080;
}
.pickerSelectBtn {
    color: #35ffa7;
}
@media only screen and (min-width: 1025px) {
    .pickerModalContent {
        width: calc(124px + 30vw);
        height: calc(104px + 16.875vw);
        border-radius: 19.5915px;
    }
    .pickerHeader {
        height: calc(12.8px + 3.5vw);
        font-size: calc(12px + 0.8195vw);
    }
    .pickerClose {
        width: 22px;
        height: 22px;
        opacity: 0.5;
    }
    .pickerFooter {
        height: calc(12.8px + 3.5vw);
        border-radius: 19.5915px;
    }
    .pickerFooter button {
        height: 100%;
        width: 45%;
        font-size: calc(8px + 0.85vw);
    }
}
/** Hover effects */
@media only screen and (min-width: 1025px) and (pointer: fine) {
    .pickerSelectBtn {
        opacity: 0.6;
    }
    .pickerSelectBtn:hover {
        opacity: 1;
    }
    .pickerCancelBtn:hover {
        color: #ffffff;
    }
    .pickerClose:hover {
        opacity: 1;
    }
}
@media only screen and (max-width: 1024px) {
    .pickerModalContent {
        width: calc(104px + 35.45vw);
        height: calc(74px + 20.5085vw);
        border-radius: 13px;
    }
    .pickerHeader {
        height: calc(18px + 3.125vw);
        font-size: calc(12px + 0.5865vw);
    }
    .pickerClose {
        width: 16px;
        height: 16px;
    }
    .pickerFooter {
        height: calc(18px + 3.125vw);
        border-radius: 13px;
    }
    .pickerFooter button {
        height: 90%;
        width: 45%;
        font-size: calc(8px + 0.7815vw);
    }
}
@media only screen and (max-width: 480px) {
    .pickerModalContent {
        width: 330px;
        height: 270px;
        border-radius: 9.21413px;
        font-size: 18px;
    }
    .pickerHeader {
        height: 50px;
        font-weight: 600;
        font-size: 15px;
        line-height: 13px;
    }
    .pickerClose {
        width: 14px;
        height: 14px;
    }
    .pickerFooter {
        height: 50px;
        border-radius: 9.21413px;
    }
    .pickerFooter button {
        height: 90%;
        width: 45%;
        font-size: 13px;
    }
}
@media only screen and (max-height: 480px) and (orientation: landscape) {
    .pickerModalContent {
        top: 18%;
    }
    .pickerClose {
        width: 14px;
        height: 14px;
    }
}
