.mera-apna-pack{background-color:#202020;position:relative;padding-bottom:365px}
.mera-apna-pack--menu-upper.active .mera-apna-pack-input-box{display:unset !important}
.mera-apna-pack--menu-upper.active .mera-apna-pack--search-box{display:unset !important}
.mera-apna-pack--menu-upper.active .mera-apna-pack--svg-icon{display:unset !important}
.mera-apna-pack.active{padding-bottom:0}
@media only screen and (max-width:850px){.mera-apna-pack{height:auto}
.mera-apna-pack--menu-upper.active .rest-of-india-filter{position:absolute;top:24px;right:20px}
.mera-apna-pack--menu-upper.active .mera-apna-pack-input-box{display:unset !important;margin-bottom:20px}
.mera-apna-pack--menu-upper.active .mera-apna-pack--search-box{display:unset !important}
.mera-apna-pack--menu-upper.active .mera-apna-pack--svg-icon{display:unset !important}
}
.mera-apna-pack-leftpart-tabs{cursor:pointer}
.mera-apna-pack-leftpart-tabs:first-child{border-top-left-radius:12px}
@media only screen and (max-width:850px){.mera-apna-pack-leftpart-tabs:last-child{border-bottom-left-radius:0}
.cmp-managemypack-title-container{flex-direction:column;margin-left:0}
}
.mera-apna-pack .mera-apna-pack--main-box{width:90%;margin:0 auto;padding-bottom:0}
.mera-apna-pack.active .mera-apna-pack--main-box{padding-bottom:40px}
.mera-apna-pack .mera-apna-pack--heading{color:#fff;font-family:Roboto;font-size:36px;font-style:normal;font-weight:500;line-height:42px}
.cmp-managemypack-title-container{padding-top:40px;margin-bottom:30px;margin-left:20px;display:flex;justify-content:space-between}
.mera-apna-pack--channel-combo-cards-free-disabled{pointer-events:none;background:#f5f5f5}
.mmp-footer-cart-details{display:flex;align-items:center;gap:2rem;flex-direction:row}
.mmp-bottom-cart-model-cta{color:rgba(240,76,35,1);font-size:15px;text-decoration:underline;font-weight:500;text-align:left;cursor:pointer;display:flex;align-items:center}
@media screen and (max-width:850px){.mmp-footer-cart-details{gap:unset;flex-direction:column}
}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box{border-radius:20px;background:linear-gradient(107deg,#fff -4.25%,#fff 98.96%);width:100%;height:fit-content;display:flex;justify-content:space-between;flex-shrink:0;margin:0;padding:0}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1{width:19%;display:flex;flex-direction:column;gap:2px;background:#272727;border-top-left-radius:20px;border-bottom-left-radius:20px}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs{color:white;display:flex;align-items:start;flex-direction:column;justify-content:center;height:83px;background:#353535}
@media screen and (max-width:850px){.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs{height:80px}
}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs.active{background:linear-gradient(129deg,#fdbb17 2.62%,#ff5a12 54.49%,#bc137a 102.5%)}
.mera-apna-tab-badges{display:none !important}
.mera-apna-pack-description{display:none !important}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs.active .mera-apna-pack-left-part-headings .mera-apna-tab-badges{border-radius:100px;background-color:#fff;width:40px;text-align:center;height:19px;color:#f04c23}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs .mera-apna-pack-left-part-headings{color:#fff;font-family:Roboto;font-size:16px;font-weight:500;line-height:normal;display:flex}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs .mera-apna-pack-left-part-headings .mera-apna-tab-badges{border-radius:100px;color:#fff;width:40px;height:19px;background-color:#f04c23;text-align:center}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs .mera-apna-pack-description{color:#fff;font-family:Roboto;font-size:12px;opacity:.7;font-weight:100;line-height:normal;margin-left:20px;letter-spacing:.6px}
.mera-apna-pack--menu-part2{width:81%}
.mera-apna-pack--menu-part2 .mera-apna-pack--menu-upper{display:flex;justify-content:space-between;align-items:center;height:100px;flex-shrink:0;padding-left:20px;padding-right:20px;border-radius:0 20px 0 0;background:#545454;position:relative}
.loader{position:absolute;top:-150px;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.8);display:flex;justify-content:center;align-items:center;z-index:9999}
.loader::after{content:"";border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:80px;height:80px;animation:spin 1s linear infinite}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.test{outline:1px solid red}
.up-in-toggle{border:.5px solid var(--Text_grey,#878787);padding:2px 2px;border-radius:16px}
.up-in-toggle input{clip:rect(0,0,0,0);height:1px;width:1px;border:0;border-radius:16px;overflow:hidden;display:none}
.up-in-toggle input:checked + label{background:#f04c23;color:white !important;border-radius:16px;font-weight:500;box-shadow:0 7px 20px rgba(0,0,0,0.09),0 6px 6px rgba(0,0,0,0.13);padding:6px 10px}
@media only screen and (max-width:850px){.up-in-toggle input:checked + label{padding:7px 16px;width:70%}
.up-in-toggle label{color:#828282 !important}
.all-selected-filter{width:44%}
.rest-of-india-filter{order:3;margin-top:-4px}
.mera-apna-pack--menu-upper.active .rest-of-india-filter{width:47%}
}
.up-in-toggle label{display:inline-block;background-color:transparent;color:#a5adb7;text-align:center;font-size:.8rem;padding:6px 6px;width:85px;transition:all .1s ease-in-out}
.up-in-toggle label:hover{cursor:pointer}
.up-in-toggle label:first-of-type{border-radius:15.5px 0 0 15.5px}
.up-in-toggle label:last-of-type{border-radius:0 15.5px 15.5px 0}
.mera-apna-pack-input-box{width:70%}
.mera-apna-pack--search-box{display:none;background:transparent;border:0;border-bottom:solid 2px #999;position:relative;width:90%;padding-bottom:5px}
@media only screen and (max-width:850px){.mera-apna-pack--search-box{width:100%}
}
.mera-apna-pack--search-box::placeholder{color:#999;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.32px}
.mera-apna-pack--svg-icon{display:none;position:relative;right:20px}
@media only screen and (max-width:850px){.mera-apna-pack--svg-icon{position:absolute;right:0}
}
.mera-apna-pack .mera-apna-pack--menu-part2 .mera-apna-pack-input-box input[type="text"]{color:white;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.32px}
.mera-apna-pack--sorting-button{border:0;outline:0;background-color:transparent;color:#dadada;font-family:Roboto;font-size:11px;font-style:normal;font-weight:500;cursor:pointer;line-height:normal;letter-spacing:.22px;text-transform:uppercase;display:flex;gap:10px;justify-content:center;align-items:center;display:none}
.custom-select{display:flex;width:30%;justify-content:start;position:relative}
.custom-select select{width:100%;height:30px;border:0;border:1px solid #dadada;border-radius:25px;outline:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding-left:20px;background:#545454;color:#dadada;font-size:12px}
.custom-select::after{content:"\25BC";position:absolute;top:50%;right:8%;transform:translateY(-50%);pointer-events:none;color:#f04c23;font-size:10px}
.mera-apna-pack--filter-button{border:0;outline:0;background-color:transparent;color:#dadada;font-family:Roboto;font-size:11px;font-style:normal;font-weight:500;cursor:pointer;line-height:normal;letter-spacing:.22px;text-transform:uppercase;display:flex;gap:10px;justify-content:center;align-items:center}
.mera-apna-pack--menu-mid{height:60px;background:#505050;display:flex;justify-content:center;align-items:center;margin-bottom:16px;display:none !important}
@media only screen and (max-width:850px){.mera-apna-pack--menu-mid{margin-bottom:0}
}
.mera-apna-pack--menu-lower{padding:10px;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;padding-top:20px;max-height:600px}
@media only screen and (max-width:1350px){.mera-apna-pack--menu-lower{grid-template-columns:1fr 1fr}
}
@media only screen and (max-width:850px){.mera-apna-pack--menu-lower{padding-top:20px;max-height:unset}
}
.mera-apna-pack--channel-cards{display:flex;justify-content:space-between;padding:10px;flex-direction:column;align-items:flex-start;border-radius:6px;position:relative;border:1px solid #e0e0e0;background:#fff}
.mera-apna-pack--channel-cards-container{display:flex;justify-content:start;align-items:center;max-width:92%}
.pack-lock-period,.pack-remaining-lock-period{font-size:11px;color:#444;font-weight:300;width:100%;text-align:center;margin:6px 0 0;display:flex;justify-content:center;align-items:center;flex-direction:column;line-height:1.2;white-space:nowrap}
.mera-apna-pack--channel-image{width:75px}
@media only screen and (max-width:850px){.mera-apna-pack--channel-image{width:65px}
}
.mera-apna-pack--channel-description{padding-left:13px}
.mera-apna-pack--filter-button-container{display:flex}
@media only screen and (max-width:850px){.mera-apna-pack--channel-description{padding-left:22px}
.mera-apna-pack--menu-upper.active .mera-apna-pack--filter-button-container{position:absolute;right:0;top:-2px}
.mera-apna-pack--filter-button-text{display:none}
.mera-apna-pack-input-box{width:82% !important;display:none}
.custom-select{width:44%;margin-left:-3%}
.mera-apna-pack--menu-upper.active{.custom-select{width:47%;margin-left:-9%}
}
}
.mera-apna-pack--channel-description .mera-apna-pack--channel-name{color:#444;font-family:Roboto;font-size:20px;font-style:normal;font-weight:700;padding-bottom:5px}
.mera-apna-pack--channel-description .mera-apna-pack--channel-price{color:#444;font-family:Roboto;font-size:18px;opacity:.6;font-style:normal;font-weight:100;line-height:105.469%}
.mera-apna-pack--channel-button{position:absolute;right:0}
.mera-apna--pack--menu-upper-inside_tools{display:flex;align-items:center;justify-content:space-between;width:50%}
.mera-apna-pack.active .bottom-comparison-button-container{width:90%;padding-bottom:13rem;margin:0 auto;background:#202020 !important}
.mera-apna-pack .mera-apna-pack--footer-box{background-color:white;padding:30px 20px;display:flex;justify-content:space-between;padding-left:100px;padding-right:100px;align-items:center;position:fixed;bottom:0;width:100%;z-index:2;max-width:1680px}
.mera-apna-pack .mera-apna-pack-comparison-footer{background-color:white;padding:30px 20px;display:flex;justify-content:center;padding-left:100px;padding-right:100px;align-items:center;height:115px;position:fixed;bottom:0;width:100%;z-index:2;gap:2rem}
.mera-apna-pack .comparison-footer-close-btn{color:#f04c23;cursor:pointer}
.mera-apna-pack .comparison-footer-close-btn--mobile-container{display:none}
.mera-apna-pack.active .mera-apna-pack--footer-box{position:relative;align-items:start;z-index:2}
.open-in-mobile-view .mera-apna-pack.active .mera-apna-pack--footer-box{position:fixed !important}
.mera-apna-pack.active .mera-apna-pack-comparison-footer{position:relative;align-items:center;z-index:1}
.open-in-mobile-view .mera-apna-pack.active .mera-apna-pack-comparison-footer{position:fixed}
@media only screen and (max-width:850px){.mera-apna-pack.active .bottom-comparison-button-container{width:100%;padding-bottom:0}
.mera-apna-pack.active .mera-apna-pack--footer-box{padding-bottom:unset;padding:20px;height:126px;flex-direction:row;align-items:unset}
.mera-apna-pack .comparison-footer-close-btn--mobile-container{display:flex;justify-content:flex-end;margin-bottom:.2rem}
}
.mera-apna-pack--monthly-cost--box .cost-name-box{color:#6c6c6c;font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.4px;padding-bottom:10px}
.cost-name-box>span{color:#454545;padding-left:8px}
.pack-name-box{color:#6c6c6c}
.pack-name-box>span{color:#454545}
@media only screen and (max-width:850px){.cost-name-box>span{font-size:20px;font-weight:500;padding:0;padding-left:8px;color:#fff}
.pack-name-box{color:#fff}
.pack-name-box>span{color:#fff}
}
.mera-apna-pack--monthly-cost--box .price-name-box{color:#454545;font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.28px}
.mera-apna-pack--proceed-button{background-color:#f04c23;width:187px;height:50px;color:white;border:0;outline:0;filter:drop-shadow(0 4px 12px rgba(56,56,56,0.2));cursor:pointer;border-radius:6px}
.mera-apna-pack--back-button{display:none}
.custom-checkbox-row-btn{position:relative;border:0;background-color:transparent}
.custom-checkbox-row-btn:hover::after{position:absolute;content:"This is a free mandatory channel you must have in your pack";width:219px;height:65px;right:0;top:30px;background:#333;border-radius:12px;stroke-width:1px;stroke:#333;color:white;font-size:12px;font-family:"Roboto";display:flex;align-items:center;justify-content:center;filter:drop-shadow(2px 4px 4px rgba(169,169,169,0.25))}
.mera-apna-pack--channel-cards:hover{border-radius:6px;border:1px solid #ff5a12;background:linear-gradient(108deg,#fff -3.57%,#fff 98.26%);box-shadow:0 4px 15px 0 rgba(0,0,0,0.1)}
.cutsom-checkbox-row input[type="checkbox"]{margin:0;opacity:0}
.cutsom-checkbox-row{position:relative;margin-bottom:15px}
.cutsom-checkbox-row input[type="checkbox"] + label{padding-left:17px;display:inline-block;margin-bottom:.5rem}
.cutsom-checkbox-row input[type="checkbox"] + label::before{border-color:#ddd;border-radius:4px;border-style:solid;border-width:1px;content:"";cursor:pointer;display:inline-block;height:25px;left:0;position:absolute;width:25px}
.cutsom-checkbox-row input[type="checkbox"] + label::before{border-radius:3px;background-image:url("../../../../../../../etc.clientlibs/dishtv-aem-web-platform/clientlibs/clientlib-site/resources/images/Add.svg");background-repeat:no-repeat;background-size:contain;border:0;width:36px;height:36px;left:-10px;top:0}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::before{border-color:#3bb6b6;border-style:dotted}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::before{background-color:#4cc0ac !important;border-style:solid;transform:scale(1);border-color:#fbebeb;background-image:none;width:20px;height:20px;position:absolute;top:8px;left:-3px;border-radius:3px}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::after{transform:scale(1);opacity:1}
.cutsom-checkbox-row input[type="checkbox"]:checked + label::after{color:white;content:"\f00c";cursor:pointer;font-family:"FontAwesome";left:-1.5px;position:absolute;top:9px;transform:scale(1);font-size:16px}
.cutsom-checkbox-row input[type="checkbox"] + label::after{transform:scale(1);opacity:0}
.cutsom-checkbox-row input[type="checkbox"] + label::after{content:"";transform:scale(1)}
.cutsom-checkbox-row input[type="radio"]{margin:0;opacity:0}
.cutsom-checkbox-row{position:relative;margin-bottom:15px}
.cutsom-checkbox-row input[type="radio"] + label{padding-left:17px;display:inline-block;margin-bottom:.5rem}
.cutsom-checkbox-row input[type="radio"] + label::before{border-color:#ddd;border-radius:4px;border-style:solid;border-width:1px;content:"";cursor:pointer;display:inline-block;height:25px;left:0;position:absolute;width:25px}
.cutsom-checkbox-row input[type="radio"] + label::before{border-radius:0;background-image:url("../../../../../../../etc.clientlibs/dishtv-aem-web-platform/clientlibs/clientlib-site/resources/images/Add.svg");background-repeat:no-repeat;background-size:contain;border:0;width:36px;height:36px;left:-10px;top:0}
.cutsom-checkbox-row input[type="radio"]:checked + label::before{border-color:#3bb6b6;border-style:dotted}
.cutsom-checkbox-row input[type="radio"]:checked + label::before{background-color:#4cc0ac;border-style:solid;transform:scale(1);border-color:#fbebeb;background-image:none;width:20px;height:20px;position:absolute;top:8px;left:-3px;border-radius:2px}
.cutsom-checkbox-row input[type="radio"]:checked + label::after{transform:scale(1);opacity:1}
.cutsom-checkbox-row input[type="radio"]:checked + label::after{color:white;background-color:#4cc0ab;content:"\f00c";cursor:pointer;font-family:"FontAwesome";left:1px;position:absolute;top:11px;transform:scale(1);font-size:13px}
.cutsom-checkbox-row input[type="radio"] + label::after{transform:scale(1);opacity:0}
.cutsom-checkbox-row input[type="radio"] + label::after{content:"";transform:scale(1)}
.mera-apna-pack--channel-combo-cards{border-radius:6px;width:48%;min-height:130px;display:flex;flex-direction:column;align-items:self-start;gap:14px;justify-content:center;padding:15px 40px;border:1px solid var(--Gray-5,#e0e0e0)}
.remaining-lockin-unselectable{background-color:#eee}
.pack-in-lockin-period{pointer-events:none;cursor:not-allowed;filter:contrast(0.7)}
.disabled-mmp-pack{pointer-events:none;cursor:not-allowed;filter:contrast(0.7)}
.remaining-lockin-unselectable input[type="checkbox"]+label,.remaining-lockin-unselectable input[type="checkbox"]{pointer-events:none}
.mera-apna-pack--channel-combo-cards.active{border-radius:6px;border:1px solid #ff5a12;background:linear-gradient(108deg,#fff -3.57%,#fff 98.26%);box-shadow:0 4px 15px 0 rgba(0,0,0,0.2)}
.mera-apna-pack--channel-combo-cards:hover{border:1px solid #ff5a12;box-shadow:0 4px 15px 0 rgba(0,0,0,0.2)}
.mera-apna-pack--upper-content{display:flex;justify-content:space-between;align-items:start;width:100%}
.combo-title{color:#444;font-size:14px;font-weight:700;line-height:105.469%}
.combo-paragraph{color:#878787;font-size:16px;font-weight:400;margin-top:8px}
.mera-apna-pack--lower-content{display:flex;width:100%;align-items:center}
.mera-apna-pack--menu-lower--variation-two{width:100%;padding:20px;display:flex;gap:20px;flex-wrap:wrap;overflow:auto;max-height:600px;justify-content:center}
@media only screen and (max-width:850px){.mera-apna-pack--menu-lower--variation-two{flex-wrap:nowrap;max-height:unset}
}
.checkbox-container{position:relative;padding-left:35px;cursor:pointer;color:#f04c23;font-family:Roboto;font-size:13px;font-style:normal;font-weight:500;line-height:26px;letter-spacing:.65px;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.mera-apna-pack__view-channel-button{color:#f04c23;font-family:Roboto;font-size:13px;font-style:normal;font-weight:500;line-height:40px;border:0;background-color:transparent;letter-spacing:.65px;margin-left:30px;cursor:pointer}
.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.checkmark{position:absolute;top:0;left:0;height:20px;width:20px;transition:all .5s ease-in-out;border-radius:4px;border:1px solid rgba(0,0,0,0.6);opacity:.5;background:rgba(255,255,255,0.3)}
ul{list-style:none}
.checkbox-container:hover input ~ .checkmark{background-color:#ccc}
.checkbox-container input:checked ~ .checkmark{background-color:#4cc0ab;transition:all .5s ease-in-out;opacity:1}
.checkmark:after{content:"";position:absolute;display:none}
.checkbox-container input:checked ~ .checkmark:after{display:block}
.checkbox-container .checkmark:after{left:10px;top:7px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mera-apna-pack-leftpart-tabs{padding-left:40px !important}
@media screen and (max-width:800px){.mera-apna-pack-leftpart-tabs{padding-left:0 !important}
}
@media screen and (max-width:1100px){.mera-apna-pack--menu-lower{grid-template-columns:1fr 1fr}
}
@media screen and (max-width:900px){.mera-apna-pack--menu-lower{grid-template-columns:1fr 1fr}
}
@media screen and (min-width:600px) and (max-width:900px){.mera-apna-pack--menu-upper{padding-left:10px;padding-right:10px}
.mera-apna-pack-input-box{width:35%}
.mera-apna--pack--menu-upper-inside_tools{width:65%}
.custom-select{width:34%}
.custom-select select{padding-left:10px}
}
@media screen and (max-width:850px){.mera-apna-pack{height:auto;padding:0;margin-bottom:355px;position:relative}
.mera-apna-pack.active{margin-bottom:0}
.open-in-mobile-view .mera-apna-pack.active{margin-bottom:355px}
.mera-apna-pack--footer-box{height:126px;z-index:2}
.mera-apna-pack .mera-apna-pack--main-box{width:100%;padding:0;margin:0}
.mera-apna-pack.active .mera-apna-pack--main-box{padding:0}
.mera-apna-pack--back-button{display:block;background:transparent;border:0;color:#c4c4c4;font-size:13px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.26px;cursor:pointer;text-transform:uppercase;position:absolute;top:26px;left:10px}
.mera-apna-pack--back-button.show{display:block;position:absolute;top:12px}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box{border-radius:0;flex-direction:column}
.mera-apna-pack .mera-apna-pack--heading{font-size:24px !important;text-align:center}
.cmp-managemypack-title-container{padding-top:12px;margin-bottom:12px;margin-left:0}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs{color:black !important;padding-left:47px}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs.hide{color:black !important;display:none}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1{width:100%;background-color:white !important;color:black !important}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs.active{color:black !important}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs.active .mobile-active{background:linear-gradient(129deg,#fdbb17 2.62%,#ff5a12 54.49%,#bc137a 102.5%);color:white !important;display:block !important}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs{background-color:white !important;color:black !important;border-bottom:solid .25px gray}
@media only screen and (max-width:850px){.mera-apna-pack-input-box{position:relative;padding-top:5px}
}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs::after{content:" ";background-image:url("../../../../../../../etc.clientlibs/dishtv-aem-web-platform/clientlibs/clientlib-site/resources/images/forward-icon.png");height:20px;width:20px;position:absolute;cursor:pointer;right:35px;background-repeat:no-repeat}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs .mera-apna-pack-left-part-headings{color:black !important}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .active .mera-apna-pack-left-part-headings{color:white !important}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .active .mera-apna-pack-description{color:white !important}
.mera-apna-pack-leftpart-tabs:first-child{border-top-left-radius:0 !important}
.mera-apna-pack .mera-apna-pack--main-box .mera-apna-pack--items-box .mera-apna-pack--menu-leftpart1 .mera-apna-pack-leftpart-tabs .mera-apna-pack-description{color:#878787;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}
.mera-apna-pack--menu-part2 .mera-apna-pack--menu-upper{flex-direction:column;justify-content:space-between;border-radius:0;align-items:start;background:#202020;padding:16px;height:auto}
.mera-apna-pack--menu-leftpart1{display:none !important}
.mera-apna-pack--menu-part2.show{display:block}
.mera-apna-pack--menu-part2{width:100%;border-radius:0}
.mera-apna--pack--menu-upper-inside_tools{width:100%;display:flex;align-items:center;justify-content:space-between}
.up-in-toggle label{width:49%;padding:7px 6px}
.up-in-toggle{display:flex;padding:unset;background:#e3e3e3}
.mera-apna-pack--menu-lower{grid-template-columns:1fr}
.mera-apna-pack .mera-apna-pack--footer-box{border-radius:12px 12px 0 0;background:radial-gradient(54.54% 74.7% at 77.5% 78.87%,rgba(105,113,125,0.42) 0,rgba(47,86,103,0) 100%),linear-gradient(0,#2a2b2d 0,#2a2b2d 100%),#d9d9d9;width:100%;justify-content:space-between;height:126px;padding:20px 18px;align-items:unset}
.mera-apna-pack--monthly-cost--box .cost-name-box{color:#bdbdbd;display:flex;opacity:1;font-size:14px;padding:unset;margin-bottom:5px;justify-content:space-between;align-items:center}
.pack-name-box{color:#fff;opacity:.6;font-size:14px;margin-bottom:5px}
.pack-name-box>span{padding-left:10px}
.mera-apna-pack--proceed-button{font-size:14px;font-weight:700;line-height:normal;letter-spacing:.28px;text-transform:uppercase;width:139px;border-radius:6px;margin-top:18px}
.mera-apna-pack--monthly-cost--box{width:unset;align-items:start;justify-content:space-between}
.mera-apna-pack--menu-lower--variation-two{display:flex;gap:20px;flex-direction:column}
.mera-apna-pack--channel-combo-cards{border-radius:6px;display:flex;flex-direction:column;align-items:self-start;gap:20px;justify-content:center;padding:11px;width:100%;border-radius:6px;border:1px solid var(--Gray-5,#e0e0e0)}
}
.loader-map-container{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:1;display:none}
.loader-map{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.pack-comparison-footer-btn-wrapper{display:flex;align-items:center}
.mera-apna-pack-comparison-box{width:280px;height:82px;border-radius:4px;border:1px solid rgba(142,142,142,0.5);background:rgba(178,178,178,0.1);padding:15px;margin-right:30px}
.pack-type-name-heading{color:var(--Text_Primary,#444);font-size:14px;font-weight:700;padding-bottom:2px}
.pack-type-amount-detail{color:var(--Text_grey,#878787);font-size:16px;font-weight:400}
.mera-apna-pack--view-compare-button{color:#fff;text-align:center;font-size:14px;font-weight:700;letter-spacing:.28px;text-transform:uppercase;width:187px;height:50px;background:#f04c23;filter:drop-shadow(0 4px 12px rgba(56,56,56,0.2));border-radius:5px;border:0;cursor:pointer}
.comparison-footer-vs-style{color:var(--Text---Secondary,#b1b1b1);text-align:center;font-size:14px;font-weight:500;letter-spacing:.28px;margin-right:25px}
@media screen and (max-width:767px){.mera-apna-pack .mera-apna-pack-comparison-footer{background:radial-gradient(54.54% 74.7% at 77.5% 78.87%,rgba(105,113,125,0.42) 0,rgba(47,86,103,0) 100%),#2a2b2d;width:100%;height:355px;display:block;padding:20px;text-align:center}
.mera-apna-pack.active .mera-apna-pack-comparison-footer{height:355px !important}
.pack-comparison-footer-btn-wrapper{display:block}
.mera-apna-pack-comparison-box{width:auto;margin-right:0;text-align:left;padding:12px 22px}
.comparison-footer-vs-style{margin:13px 0}
.mera-apna-pack--view-compare-button{width:100%;margin-top:20px}
.pack-type-name-heading{color:#fff}
.pack-type-amount-detail{color:#fff}
}
.no-result-container{display:flex;flex-direction:column;align-items:center;height:auto;margin:50px auto;padding:30px 20px;text-align:center;grid-column:span 4}
.no-result-title{color:#444;font-size:32px;font-weight:500;line-height:40px;margin:20px 0}
.no-result-message{color:#444;font-size:18px !important;font-weight:400 !important;line-height:30px !important;opacity:.9}
.no-result-icon-wrapper{width:80px;height:80px;border-radius:50%;background:#ffffffd4;display:flex;align-items:center;justify-content:center}
.no-result-icon{width:42.64px;height:42.91px}
#active-services-parent .mera-apna-pack--lower-content{display:none}
#active-services-parent .mera-apna-pack--lower-content .mera-apna-pack__view-channel-button{margin-left:0 !important}
#active-services-parent .mera-apna-pack--channel-combo-cards{min-height:80px !important}
@media screen and (max-width:850px){.mera-apna-pack--channel-description .mera-apna-pack--channel-name{color:#444;font-size:20px}
}
@media screen and (max-width:850px){.mera-apna-pack--channel-description .mera-apna-pack--channel-price{font-size:20px;padding-bottom:3px}
}
@media screen and (max-width:850px){.mera-apna-pack--upper-content .combo-title,.mera-apna-pack--upper-content .combo-paragraph{font-size:20px}
.mera-apna-pack--menu-part1 .mera-apna-pack-tabs{white-space:unset !important;min-width:70px;color:#828282 !important}
.mera-apna-pack--menu-part1 .mera-apna-pack-tabs.active{color:white !important}
.mera-apna-pack--menu-part2{display:flex;flex-direction:column}
.mera-apna-pack--menu-upper{order:2}
.mera-apna-pack--menu-part1{order:1;height:60px;background:#333 !important}
.lower-cards{order:3}
}
@media screen and (max-width:650px){.mera-apna-pack--menu-part1{position:sticky;top:3.7rem;z-index:1}
.open-in-mobile-view .mera-apna-pack--menu-part1{top:0}
}
.mera-apna-pack--menu-part1{background:#505050;display:flex;justify-content:left;align-items:center;overflow:scroll;align-items:stretch;height:60px}
.mera-apna-pack--menu-part1 .mera-apna-pack-tabs{color:#fff;font-family:Roboto;font-size:13px;font-style:normal;opacity:.6;font-weight:500;line-height:normal;margin:0 20px;cursor:pointer;white-space:nowrap;text-align:center;display:flex;align-items:center;justify-content:center}
.mera-apna-pack--menu-part1 .mera-apna-pack-tabs.active{color:white;font-family:Roboto;font-size:13px;font-style:normal;font-weight:500;border-bottom:2px solid #f04c23;line-height:normal;opacity:1;position:relative;cursor:pointer}
#combo-card-parent .mera-apna-pack--lower-content{display:flex;flex-direction:column !important;align-items:unset}
#combo-card-parent .checkbox-container{padding-left:unset;font-size:14px;color:#fff}
#combo-card-parent .mera-apna-pack__view-channel-button{padding-left:unset;margin-left:unset;text-align:left;margin-bottom:20px !important}
#combo-card-parent .checkbox-container .checkmark{left:80px !important}
.mera-apna-pack--lower-container{display:flex;justify-content:space-between;width:100%;align-items:end}
.mera-apna-pack--lower-content-label-container{order:2;display:flex;justify-content:space-between}
#combo-card-parent .custom-checkbox-row-container{display:flex;align-items:center}
#combo-card-parent .custom-checkbox-row-container p{font-size:14px;font-weight:500;color:#fff}
#combo-card-parent .cutsom-checkbox-row{margin-bottom:0;position:unset}
#combo-card-parent .cutsom-checkbox-row input[type="checkbox"] + label::before{background-image:unset;height:20px !important;width:20px !important;bottom:-8px;right:0;top:-9px;left:unset;background:white;border:1px solid #b1b1b1}
#combo-card-parent .cutsom-checkbox-row input[type="checkbox"]:checked + label::after{top:-9px}
#combo-card-parent .cutsom-checkbox-row label{position:relative}
#combo-card-parent .mera-apna-pack--channel-combo-cards{background:#333}
#combo-card-parent .combo-title{color:#fff;font-size:16px;font-weight:600;line-height:unset}
#combo-card-parent .combo-paragraph{color:#fff;font-size:14px;font-weight:400;margin-top:8px;opacity:.6}
#combo-card-parent .mera-apna-pack__view-channel-button{margin:0 auto;border-bottom:1px solid #f04c23;margin-left:0;padding:0;line-height:unset;text-align:left;font-size:18px !important;font-weight:500!}
#combo-card-parent .asterisk-price{font-size:20px;font-weight:600;color:#fff}
#combo-card-parent .mera-apna-pack--channel-combo-cards{padding:20px}
#combo-card-parent .checkbox-container .checkmark:after{all:unset}
#combo-card-parent .checkbox-container input{cursor:pointer;height:20px;width:20px;opacity:0;z-index:1;position:relative}
#combo-card-parent .checkbox-container .checkmark{width:20px;height:20px;display:block;border:1px solid #b1b1b1;border-radius:3px;position:absolute;top:50%;opacity:1;transform:translatey(-50%);background:#fff}
#combo-card-parent .checkbox-container input:checked ~ .checkmark{background-color:#4cc0ab}
#combo-card-parent .checkbox-container input:checked ~ .checkmark::after{color:white;content:"\f00c";cursor:pointer;font-family:"FontAwesome";left:1px;top:-3px;position:absolute;font-size:16px}
#combo-card-parent .pack-remaining-lock-period p{font-size:10px;color:#fff;opacity:.8}
#combo-card-parent .pack-remaining-lock-period{display:none}
#watcho-add-on-card-parent .mera-apna-pack--lower-content{display:flex;align-items:unset}
#watcho-add-on-card-parent .checkbox-container{padding-left:unset;font-size:14px;color:#fff;display:none}
#watcho-add-on-card-parent .mera-apna-pack__view-channel-button{padding-left:unset;margin-left:unset;text-align:left}
#watcho-add-on-card-parent .checkbox-container .checkmark{left:80px !important}
#watcho-add-on-card-parent .custom-checkbox-row-container{display:flex;align-items:center}
#watcho-add-on-card-parent .custom-checkbox-row-container p{font-size:14px;font-weight:500;color:#fff}
#watcho-add-on-card-parent .cutsom-checkbox-row{margin-bottom:0;position:unset}
#watcho-add-on-card-parent .cutsom-checkbox-row input[type="checkbox"] + label::before{background-image:unset;height:20px !important;width:20px !important;border:1px solid rgba(0,0,0,0.6);right:0;top:-9px;left:unset;background:white;border:1px solid #b1b1b1}
#watcho-add-on-card-parent .cutsom-checkbox-row input[type="checkbox"]:checked + label::after{top:-9px}
#watcho-add-on-card-parent .cutsom-checkbox-row label{position:relative}
#watcho-add-on-card-parent .mera-apna-pack--channel-combo-cards{background:#333}
#watcho-add-on-card-parent .combo-title{color:#fff;font-size:16px;font-weight:600;line-height:unset}
#watcho-add-on-card-parent .combo-paragraph{color:#fff;font-size:14px;font-weight:400;margin-top:8px;opacity:.6}
#watcho-add-on-card-parent .mera-apna-pack__view-channel-button{margin:0 auto;border-bottom:1px solid #f04c23;margin-left:0;padding:0;line-height:unset;text-align:left;font-size:18px !important;font-weight:500!}
#watcho-add-on-card-parent .asterisk-price{font-size:20px;font-weight:600;color:#fff}
#watcho-add-on-card-parent .mera-apna-pack--channel-combo-cards{padding:20px}
#watcho-add-on-card-parent .checkbox-container .checkmark:after{all:unset}
#watcho-add-on-card-parent .checkbox-container input{cursor:pointer;height:20px;width:20px;opacity:0;z-index:1;position:relative}
#watcho-add-on-card-parent .checkbox-container .checkmark{width:20px;height:20px;display:block;border:1px solid #b1b1b1;border-radius:3px;position:absolute;top:50%;opacity:1;transform:translatey(-50%);background:#fff}
#watcho-add-on-card-parent .checkbox-container input:checked ~ .checkmark{background-color:#4cc0ab}
#watcho-add-on-card-parent .checkbox-container input:checked ~ .checkmark::after{color:white;content:"\f00c";cursor:pointer;font-family:"FontAwesome";left:1px;top:-3px;position:absolute;font-size:16px}
#watcho-add-on-card-parent .asterisk-price{padding-bottom:6px}
#watcho-add-on-card-parent .pack-remaining-lock-period p{font-size:10px;color:#fff;opacity:.8}
#add-on-packs-card-parent .mera-apna-pack--lower-content{display:flex;align-items:unset}
#add-on-packs-card-parent .checkbox-container{padding-left:unset;font-size:14px;color:#fff;display:none}
#add-on-packs-card-parent .mera-apna-pack__view-channel-button{padding-left:unset;margin-left:unset;text-align:left}
#add-on-packs-card-parent .checkbox-container .checkmark{left:80px !important}
#add-on-packs-card-parent .custom-checkbox-row-container{display:flex;align-items:center}
#add-on-packs-card-parent .custom-checkbox-row-container p{font-size:14px;font-weight:500;color:#fff}
#add-on-packs-card-parent .cutsom-checkbox-row{margin-bottom:0;position:unset}
#add-on-packs-card-parent .cutsom-checkbox-row input[type="checkbox"] + label::before{background-image:unset;height:20px !important;width:20px !important;border:1px solid rgba(0,0,0,0.6);right:0;top:-9px;left:unset;background:white;border:1px solid #b1b1b1}
#add-on-packs-card-parent .cutsom-checkbox-row input[type="checkbox"]:checked + label::after{top:-9px}
#add-on-packs-card-parent .cutsom-checkbox-row label{position:relative}
#add-on-packs-card-parent .mera-apna-pack--channel-combo-cards{background:#333}
#add-on-packs-card-parent .combo-title{color:#fff;font-size:16px;font-weight:600;line-height:unset}
#add-on-packs-card-parent .combo-paragraph{color:#fff;font-size:14px;font-weight:400;margin-top:8px;opacity:.6}
#add-on-packs-card-parent .mera-apna-pack__view-channel-button{margin:0 auto;border-bottom:1px solid #f04c23;margin-left:0;padding:0;line-height:unset;text-align:left;font-size:18px !important;font-weight:500!}
#add-on-packs-card-parent .asterisk-price{font-size:20px;font-weight:600;color:#fff}
#add-on-packs-card-parent .mera-apna-pack--channel-combo-cards{padding:20px}
#add-on-packs-card-parent .checkbox-container .checkmark:after{all:unset}
#add-on-packs-card-parent .checkbox-container input{cursor:pointer;height:20px;width:20px;opacity:0;z-index:1;position:relative}
#add-on-packs-card-parent .checkbox-container .checkmark{width:20px;height:20px;display:block;border:1px solid #b1b1b1;border-radius:3px;position:absolute;top:50%;opacity:1;transform:translatey(-50%);background:#fff}
#add-on-packs-card-parent .checkbox-container input:checked ~ .checkmark{background-color:#4cc0ab}
#add-on-packs-card-parent .checkbox-container input:checked ~ .checkmark::after{color:white;content:"\f00c";cursor:pointer;font-family:"FontAwesome";left:1px;top:-3px;position:absolute;font-size:16px}
#add-on-packs-card-parent .asterisk-price{padding-bottom:6px}
#add-on-packs-card-parent .pack-remaining-lock-period p{font-size:10px;color:#fff;opacity:.8}
#broadcaster-bouquets-card-parent .mera-apna-pack--lower-content{display:flex;align-items:unset}
#broadcaster-bouquets-card-parent .checkbox-container{padding-left:unset;font-size:14px;color:#fff;display:none}
#broadcaster-bouquets-card-parent .mera-apna-pack__view-channel-button{padding-left:unset;margin-left:unset;text-align:left}
#broadcaster-bouquets-card-parent .checkbox-container .checkmark{left:80px !important}
#broadcaster-bouquets-card-parent .custom-checkbox-row-container{display:flex;align-items:center}
#broadcaster-bouquets-card-parent .custom-checkbox-row-container p{font-size:14px;font-weight:500;color:#fff}
#broadcaster-bouquets-card-parent .cutsom-checkbox-row{margin-bottom:0;position:unset}
#broadcaster-bouquets-card-parent .cutsom-checkbox-row input[type="checkbox"] + label::before{background-image:unset;height:20px !important;width:20px !important;border:1px solid rgba(0,0,0,0.6);right:0;top:-9px;left:unset;background:white;border:1px solid #b1b1b1}
#broadcaster-bouquets-card-parent .cutsom-checkbox-row input[type="checkbox"]:checked + label::after{top:-9px}
#broadcaster-bouquets-card-parent .cutsom-checkbox-row label{position:relative}
#broadcaster-bouquets-card-parent .mera-apna-pack--channel-combo-cards{background:#333}
#broadcaster-bouquets-card-parent .combo-title{color:#fff;font-size:16px;font-weight:600;line-height:unset}
#broadcaster-bouquets-card-parent .combo-paragraph{color:#fff;font-size:14px;font-weight:400;margin-top:8px;opacity:.6}
#broadcaster-bouquets-card-parent .mera-apna-pack__view-channel-button{margin:0 auto;border-bottom:1px solid #f04c23;margin-left:0;padding:0;line-height:unset;text-align:left;font-size:18px !important;font-weight:500!}
#broadcaster-bouquets-card-parent .asterisk-price{font-size:20px;font-weight:600;color:#fff}
#broadcaster-bouquets-card-parent .mera-apna-pack--channel-combo-cards{padding:20px}
#broadcaster-bouquets-card-parent .checkbox-container .checkmark:after{all:unset}
#broadcaster-bouquets-card-parent .checkbox-container input{cursor:pointer;height:20px;width:20px;opacity:0;z-index:1;position:relative}
#broadcaster-bouquets-card-parent .checkbox-container .checkmark{width:20px;height:20px;display:block;border:1px solid #b1b1b1;border-radius:3px;position:absolute;top:50%;opacity:1;transform:translatey(-50%);background:#fff}
#broadcaster-bouquets-card-parent .checkbox-container input:checked ~ .checkmark{background-color:#4cc0ab}
#broadcaster-bouquets-card-parent .checkbox-container input:checked ~ .checkmark::after{color:white;content:"\f00c";cursor:pointer;font-family:"FontAwesome";left:1px;top:-3px;position:absolute;font-size:16px}
#broadcaster-bouquets-card-parent .asterisk-price{padding-bottom:6px}
#broadcaster-bouquets-card-parent .pack-remaining-lock-period p{font-size:10px;color:#fff;opacity:.8}
.mera-apna-pack--menu-list-items.active{color:#fff !important;text-shadow:0 0 6px rgba(0,0,0,0.8);background-color:#444 !important}
.price-with-lockin-period{display:flex;flex-direction:column}
.price-with-lockin-period .asterisk-price{text-align:right}
#active-services-parent .mera-apna-pack--lower-content{display:flex;align-items:unset;justify-content:end}
#active-services-parent .checkbox-container{padding-left:unset;font-size:14px;color:#fff;display:none}
#active-services-parent .mera-apna-pack__view-channel-button{padding-left:unset;margin-left:unset;text-align:left}
#active-services-parent .checkbox-container .checkmark{left:80px !important}
#active-services-parent .custom-checkbox-row-container{display:flex;align-items:center}
#active-services-parent .custom-checkbox-row-container p{font-size:14px;font-weight:500;color:#fff}
#active-services-parent .cutsom-checkbox-row{margin-bottom:0;position:unset}
#active-services-parent .cutsom-checkbox-row input[type="checkbox"] + label::before{background-image:unset;height:20px !important;width:20px !important;border:1px solid rgba(0,0,0,0.6);bottom:-9px;right:0;top:unset;left:unset;background:white;border:1px solid #b1b1b1}
#active-services-parent .cutsom-checkbox-row input[type="checkbox"]:checked + label::after{top:-9px}
#active-services-parent .cutsom-checkbox-row label{position:relative}
#active-services-parent .mera-apna-pack--channel-combo-cards{background:#333}
#active-services-parent .combo-title{color:#fff;font-size:16px;font-weight:600;line-height:unset}
#active-services-parent .combo-paragraph{color:#fff;font-size:14px;font-weight:400;margin-top:8px;opacity:.6}
#active-services-parent .mera-apna-pack__view-channel-button{margin:0 auto;border-bottom:1px solid #f04c23;margin-left:0;padding:0;line-height:unset;text-align:left;font-size:18px !important;font-weight:500!}
#active-services-parent .asterisk-price{font-size:20px;font-weight:600;color:#fff}
#active-services-parent .mera-apna-pack--channel-combo-cards{padding:20px}
#active-services-parent .checkbox-container .checkmark:after{all:unset}
#active-services-parent .checkbox-container input{cursor:pointer;height:20px;width:20px;opacity:0;z-index:1;position:relative}
#active-services-parent .checkbox-container .checkmark{width:20px;height:20px;display:block;border:1px solid #b1b1b1;border-radius:3px;position:absolute;top:50%;opacity:1;transform:translatey(-50%);background:#fff}
#active-services-parent .checkbox-container input:checked ~ .checkmark{background-color:#4cc0ab}
#active-services-parent .checkbox-container input:checked ~ .checkmark::after{color:white;content:"\f00c";cursor:pointer;font-family:"FontAwesome";left:1px;top:-3px;position:absolute;font-size:16px}
#active-services-parent .asterisk-price{padding-bottom:6px}
#active-services-parent .pack-remaining-lock-period p{font-size:10px;color:#fff;opacity:.8}
#active-services-parent .mera-apna-pack__view-channel-button{display:none}
#watcho-combo-card-parent .mera-apna-pack--lower-content{display:flex;flex-direction:column !important;align-items:unset}
#watcho-combo-card-parent .checkbox-container{padding-left:unset;font-size:14px;color:#fff}
#watcho-combo-card-parent .mera-apna-pack__view-channel-button{padding-left:unset;margin-left:unset;text-align:left;margin-bottom:20px !important}
#watcho-combo-card-parent .checkbox-container .checkmark{left:80px !important}
#watcho-combo-card-parent .custom-checkbox-row-container{display:flex;align-items:center}
#watcho-combo-card-parent .custom-checkbox-row-container p{font-size:14px;font-weight:500;color:#fff}
#watcho-combo-card-parent .cutsom-checkbox-row{margin-bottom:0;position:unset}
#watcho-combo-card-parent .cutsom-checkbox-row input[type="checkbox"] + label::before{background-image:unset;height:20px !important;width:20px !important;bottom:-8px;right:0;top:-9px;left:unset;background:white;border:1px solid #b1b1b1}
#watcho-combo-card-parent .cutsom-checkbox-row input[type="checkbox"]:checked + label::after{top:-9px}
#watcho-combo-card-parent .cutsom-checkbox-row label{position:relative}
#watcho-combo-card-parent .mera-apna-pack--channel-combo-cards{background:#333}
#watcho-combo-card-parent .combo-title{color:#fff;font-size:16px;font-weight:600;line-height:unset}
#watcho-combo-card-parent .combo-paragraph{color:#fff;font-size:14px;font-weight:400;margin-top:8px;opacity:.6}
#watcho-combo-card-parent .mera-apna-pack__view-channel-button{margin:0 auto;border-bottom:1px solid #f04c23;margin-left:0;padding:0;line-height:unset;text-align:left;font-size:18px !important;font-weight:500!}
#watcho-combo-card-parent .asterisk-price{font-size:20px;font-weight:600;color:#fff}
#watcho-combo-card-parent .mera-apna-pack--channel-combo-cards{padding:20px}
#watcho-combo-card-parent .checkbox-container .checkmark:after{all:unset}
#watcho-combo-card-parent .checkbox-container input{cursor:pointer;height:20px;width:20px;opacity:0;z-index:1;position:relative}
#watcho-combo-card-parent .checkbox-container .checkmark{width:20px;height:20px;display:block;border:1px solid #b1b1b1;border-radius:3px;position:absolute;top:50%;opacity:1;transform:translatey(-50%);background:#fff}
#watcho-combo-card-parent .checkbox-container input:checked ~ .checkmark{background-color:#4cc0ab}
#watcho-combo-card-parent .checkbox-container input:checked ~ .checkmark::after{color:white;content:"\f00c";cursor:pointer;font-family:"FontAwesome";left:1px;top:-3px;position:absolute;font-size:16px}
#watcho-combo-card-parent .pack-remaining-lock-period p{font-size:10px;color:#fff;opacity:.8}
#free-packs-parent .mera-apna-pack--lower-content{display:flex;align-items:unset}
#free-packs-parent .checkbox-container{padding-left:unset;font-size:14px;color:#fff;display:none}
#free-packs-parent .mera-apna-pack__view-channel-button{padding-left:unset;margin-left:unset;text-align:left}
#free-packs-parent .checkbox-container .checkmark{left:80px !important}
#free-packs-parent .custom-checkbox-row-container{display:flex;align-items:center}
#free-packs-parent .custom-checkbox-row-container p{font-size:14px;font-weight:500;color:#fff}
#free-packs-parent .cutsom-checkbox-row{margin-bottom:0;position:unset}
#free-packs-parent .cutsom-checkbox-row input[type="checkbox"] + label::before{background-image:unset;height:20px !important;width:20px !important;border:1px solid rgba(0,0,0,0.6);bottom:-9px;right:0;top:unset;left:unset;background:white;border:1px solid #b1b1b1}
#free-packs-parent .cutsom-checkbox-row input[type="checkbox"]:checked + label::after{top:-9px}
#free-packs-parent .cutsom-checkbox-row label{position:relative}
#free-packs-parent .mera-apna-pack--channel-combo-cards{background:#333}
#free-packs-parent .combo-title{color:#fff;font-size:16px;font-weight:600;line-height:unset}
#free-packs-parent .combo-paragraph{color:#fff;font-size:14px;font-weight:400;margin-top:8px;opacity:.6}
#free-packs-parent .mera-apna-pack__view-channel-button{margin:0 auto;border-bottom:1px solid #f04c23;margin-left:0;padding:0;line-height:unset;text-align:left;font-size:18px !important;font-weight:500!}
#free-packs-parent .asterisk-price{font-size:20px;font-weight:600;color:#fff}
#free-packs-parent .mera-apna-pack--channel-combo-cards{padding:20px}
#free-packs-parent .checkbox-container .checkmark:after{all:unset}
#free-packs-parent .checkbox-container input{cursor:pointer;height:20px;width:20px;opacity:0;z-index:1;position:relative}
#free-packs-parent .checkbox-container .checkmark{width:20px;height:20px;display:block;border:1px solid #b1b1b1;border-radius:3px;position:absolute;top:50%;opacity:1;transform:translatey(-50%);background:#fff}
#free-packs-parent .checkbox-container input:checked ~ .checkmark{background-color:#4cc0ab}
#free-packs-parent .checkbox-container input:checked ~ .checkmark::after{color:white;content:"\f00c";cursor:pointer;font-family:"FontAwesome";left:1px;top:-3px;position:absolute;font-size:16px}
#free-packs-parent .asterisk-price{padding-bottom:6px}
#free-packs-parent .pack-remaining-lock-period p{font-size:10px;color:#fff;opacity:.8}
.cmp-mmp-flexi-apps-modal .swal2-popup{width:85%;max-width:920px;padding:40px !important}
.cmp-mmp-flexi-apps-modal .mmp-flexi-apps-list{display:grid;grid-template-columns:repeat(7,1fr);padding-left:unset;gap:30px 30px}
.cmp-mmp-flexi-apps-modal .pre-selected-apps{background:#202020;padding:12px}
.cmp-mmp-flexi-apps-modal .swal2-close{position:absolute;right:10px;top:10px}
@media screen and (max-width:850px){.cmp-mmp-flexi-apps-modal .swal2-popup{width:85%;max-width:920px;padding:20px !important}
.cmp-mmp-flexi-apps-modal .mmp-flexi-apps-list{grid-template-columns:repeat(5,1fr)}
}
@media screen and (max-width:600px){.cmp-mmp-flexi-apps-modal .swal2-popup{width:95%;max-width:920px;padding:20px !important}
.cmp-mmp-flexi-apps-modal .mmp-flexi-apps-list{grid-template-columns:repeat(3,1fr)}
}
.cmp-mmp-flexi-apps-modal .mmp-flexi-apps-list .flexi-app-img-list-items{position:relative}
.cmp-mmp-flexi-apps-modal .mmp-flexi-apps-error{display:none;margin-top:1rem}
.cmp-mmp-flexi-apps-modal .mmp-flexi-apps-list .flexi-app-img-list-items .flexi-app-input{position:absolute;top:-15%;right:0;width:32px;height:32px;z-index:9;opacity:0;cursor:pointer}
.cmp-mmp-flexi-apps-modal #swal2-html-container{margin:unset !important}
.cmp-mmp-flexi-apps-modal .flexi-app-img{border-radius:12px;width:80px;height:80px;margin-bottom:6px}
@media screen and (max-width:600px){.cmp-mmp-flexi-apps-modal .flexi-app-img{width:60px;height:60px}
}
.cmp-mmp-flexi-apps-modal .mmp-flexi-apps-title{font-size:20px;font-weight:400;margin-bottom:32px;color:#111;opacity:.8}
.cmp-mmp-flexi-apps-modal .selectanyapp-title{margin-top:40px}
@media screen and (max-width:600px){.cmp-mmp-flexi-apps-modal .selectanyapp-title{margin-top:20px}
.cmp-mmp-flexi-apps-modal .mmp-flexi-apps-title{margin-top:12px}
}
.cmp-mmp-flexi-apps-modal .mmp-flexi-proceed-submit-btn{width:240px;padding:16px;border:0;font-size:14px;font-weight:700;background:#f04c23;color:#fff;border-radius:4px;margin-top:60px;cursor:pointer;pointer-events:none;opacity:.5}
.cmp-mmp-flexi-apps-modal .mmp-flexi-proceed-submit-btn.active{pointer-events:all;opacity:1}
@media screen and (max-width:600px){.cmp-mmp-flexi-apps-modal .mmp-flexi-proceed-submit-btn{width:100%;margin-top:30px}
}
.cmp-mmp-flexi-apps-modal input[type="checkbox"] + .custom-checkbox::before{content:"";display:block;position:absolute;height:32px !important;width:32px !important;right:0;top:-15%;left:unset;background-color:white;border:1px solid #b1b1b1;z-index:1;cursor:pointer;border-radius:4px}
.cmp-mmp-flexi-apps-modal input[type="checkbox"]:checked + .custom-checkbox::before{content:"";display:block;position:absolute;height:32px !important;width:32px !important;right:0;top:-15%;left:unset;background-color:#4cc0ac !important;border:1px solid #b1b1b1;z-index:1;cursor:pointer;border-radius:4px}
.cmp-mmp-flexi-apps-modal input[type="checkbox"]:checked + .custom-checkbox::after{color:white;content:"\f00c";cursor:pointer;font-family:"FontAwesome";right:5%;position:absolute;top:-9%;font-size:20px;z-index:3}
@media screen and (max-width:600px){.cmp-mmp-flexi-apps-modal .mmp-flexi-apps-list .flexi-app-img-list-items .flexi-app-input{width:26px !important;height:26px !important}
.cmp-mmp-flexi-apps-modal input[type="checkbox"] + .custom-checkbox::before{width:26px !important;height:26px !important}
.cmp-mmp-flexi-apps-modal input[type="checkbox"]:checked + .custom-checkbox::before{width:26px !important;height:26px !important}
.cmp-mmp-flexi-apps-modal input[type="checkbox"]:checked + .custom-checkbox::after{font-size:16px !important}
}
.mera-apna-pack-lower-right-container{order:3;position:relative}
.mera-apna-pack-lower-right-container .loader-box-wrapper{position:absolute !important}
.manage-my-pack-customselect-container .select-mobile{width:389px;border:1.5px solid #e4e4e4;height:51px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:50px;border-radius:7px;color:#444;font-size:20px;font-weight:500;line-height:24px;cursor:pointer}
.manage-my-pack-customselect-container .custom-select-mobile-container{position:relative}
.manage-my-pack-customselect-container .custom-select-mobile-container:after{content:"";position:absolute;height:0;width:0;right:20px;top:41%;pointer-events:none;height:10px;width:10px;border-style:solid;border-color:#000;border-width:0 2px 2px 0;transform:rotate(45deg)}
.manage-my-pack-customselect-container .custom-select{position:relative}
.manage-my-pack-customselect-container .profile-icon{position:absolute;left:20px;width:17px;height:17px;top:50%;transform:translateY(-50%)}
@media only screen and (max-width:600px){.manage-my-pack-customselect-container .custom-select-mobile-container{width:320px;margin:0 auto}
.manage-my-pack-customselect-container .select-mobile{font-size:18px;width:100%;height:44px}
.manage-my-pack-customselect-container{padding:20px 0;background:#202020}
}