body {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

.header {
    width: 100%;
}


/* .containerFluid {
  padding: 24px 42px;
  height: calc(100vh - 60px);
} */

.containerFluid {
    min-height: calc(100vh - 224px);
    max-height: 100%;
}

.packagesModuleMainDiv {
    /* max-height: calc(100vh - 60px);
  overflow-y: auto; */
    height: 100%;
}

.packagesLeftDiv {
    padding: 24px 15px 16px 30px;
    min-height: calc(100vh - 225px);
    max-height: 100%;
}

.packagesRightMainDiv {
    padding: 20px;
    /* min-height: calc(100vh - 224px); */
    background: rgba(255, 255, 255, 0.05);
}

.packagesRightBottomDiv {
    /* padding-right: 22px; */
}

.progressIndicatorDiv {
    margin-right: 10px;
    /* margin-left: auto; */
    margin-top: 10px;
}

.progressIndicatorDivOne {
    margin-top: 10px;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 345px;
}


/* Each step */

.progress-step {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: #cccccc;
    border: solid 1px #808080;
    font-size: 12px;
}


/* Step labels */

.step-label {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ccc;
    margin-top: 8px;
}


/* Line between steps */

.progress-line {
    flex: 1;
    height: 1px;
    background-color: #808080;
    position: relative;
    z-index: -1;
}


/* Active step styling */

.progress-step.active {
    background-color: #307ae1;
    color: #fff;
    border: solid 1px #307ae1;
}

.progress-line.active {
    background-color: #b3b3b3;
}

.primaryPackagesMainDiv h2,
.addOnPackagesMainDiv h2,
.checkoutMainDiv h2,
.makePaymentMainDiv h2 {
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e6e6e6;
    border-radius: 0px;
}


/* .checkoutMainDiv h2 {
    font-size: 24px;
  } */

.pkgContainer {
    max-height: calc(100vh - 370px);
    overflow-y: auto;
    overflow-x: hidden;
    /* padding-right: 22px; */
}

.packagesRightTopDiv h3,
.packagesSummaryTopDiv h3 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.packagesRightTopDiv hr,
.packagesSummaryTopDiv hr {
    margin: 10px 0;
    border-top: 0.5px solid #808080;
    opacity: 1;
}

.packagesSummaryBottomDiv .solidHrLine {
    margin: 15.5px 0;
    border-top: 1px solid #666;
    ;
    border-image: none;
}

.packagesRightTopDiv p,
.packagesSummaryTopDiv p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
    margin-bottom: 16px;
}

.packagesRightTopDiv button {
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0px;
    width: 20px;
    height: 20px;
}

.packagesRightTopDiv button img {
    margin-bottom: 5px;
}

.packagePrice {
    margin-right: 7px;
    margin-left: auto;
}

.packagePriceSummary {
    margin-right: 0px;
    margin-left: auto;
}

.packagesRightBottomDiv hr,
.packagesSummaryBottomDiv hr {
    margin: 10px 0;
    width: 100%;
    border-top: 0.5px dashed #808080;
    opacity: 1;
}
.packagesRightBottomDiv hr {
    margin: 10px 0;
    width: 100%;
    border-top: 0.5px dashed #808080;
    opacity: 1;
    margin-bottom: 15px !important;
}

.packagesRightBottomDiv h4 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.cartTotalPrice {
    margin-right: 0px;
    margin-left: auto;
}

.packagesRightBottomDiv p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
}

.nextStepBtn,
.goToCheckoutBtn {
    border-radius: 5px;
    background-color: #307ae1;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 47px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    height: 45px;
}

.nextStepBtn:hover,
.goToCheckoutBtn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #307ae1);
    color: #fff;
}

.packagesCartDiv {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.tooltip-button {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    overflow: visible !important; /* fix ripple container clipping */
    z-index: 10; /* ensure it's above parent containers */
}


/* Tooltip text styling */

.tooltip-button .tooltip-text {
    visibility: hidden;
    width: 60px;
    background-color: #000000;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    bottom: -4px;
    left: -33px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e6e6e6;
    pointer-events: none;
    z-index: 1000;
    border: solid 1px #808080;
    text-transform: capitalize;
}


/* Tooltip arrow */

.tooltip-button .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    /* Position at the bottom of the tooltip */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    z-index: 9999;
    border-color: #808080 transparent transparent transparent;
    display:none;
}


/* Show the tooltip text on hover */

.tooltip-button:hover .tooltip-text {
    visibility: visible!important;
    opacity: 1;
}

.packagesGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 4 cards per row */
    gap: 24px;
    /* Space between cards */
    margin-top: 24px;
    max-height: calc(100vh - 285px);
    overflow-y: auto;
    /* padding-right: 8px; */
}
.packagesGridSign{
    grid-template-columns: repeat(4, 1fr);
   
}

.packagesGridForAddOn {
    max-height: calc(100vh - 295px);
}

.packagesGrid h3 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e6e6e6;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 24px;
    margin-bottom: 0px;
    min-height: 59px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 8px 8px 0px 0px;
    word-break: break-word;
}

.packagesGrid p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
    margin-bottom: 0;
    word-break: break-word;
}

.packagesGrid h2 {
    font-size: 20px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e6e6e6;
    margin-bottom: 10px;
    word-break: break-word;
}

.packagesGrid .addToCartBtn {
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.10);
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #B3B3B3;
    padding: 0;
    margin: 0px 0px 4px 0px;
    height: 24px;
    width: 100%;
    min-width: 100%;
}

.packagesGrid .addToCartBtn:hover,
.packagesGrid .addToCartBtn:focus ,
.packagesGrid .addToCartBtn:active {
    background-color: rgba(0, 168, 230, 0.20);
    color: #e6e6e6;
}

.packagesGrid .removePackageBtn {
    border-radius: 3px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(179, 179, 179, 1);
    padding: 0;
    margin: 0px 0px 4px 0px;
    height: 24px;
    width: 100%;
    min-width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

.packagesGrid .removePackageBtn:hover, .packagesGrid .removePackageBtn:active {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: rgba(179, 179, 179, 1) !important;
}

.packagesGrid .removePackageBtn.recurring-status-package{
    color: rgba(231, 93, 93, 1);
    border: solid 1px rgba(231, 93, 93, 1);
    background-color: transparent;
  }
  
  .packagesGrid .removePackageBtn.recurring-status-package:hover {
    background-color: rgba(231, 93, 93, 0.2)!important;
    color: rgba(231, 93, 93, 1)!important;
    /* color: #fff; */
  }
  
  
  .packagesGrid .removePackageBtn.recurring-status-package:focus,
  .packagesGrid .removePackageBtn.recurring-status-package:active {
    border: solid 1px rgba(231, 93, 93, 1) !important;
    color: rgba(231, 93, 93, 1) !important;
    background-color: transparent !important;
  }

.removePackageBtn {
    display: none;
}

.packagesGrid .viewDetailsBtn {
    background-color: transparent;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ccc;
    padding: 0;
    margin: 0px;
    box-shadow: none;
    margin-top: 8px;
}

.packagesGrid .viewDetailsBtn:hover {
    box-shadow: none;
    color: #307ae1;
}
.packagesGrid .viewDetailsBtn:hover svg path {
    stroke: #307ae1;
}

.packagesGrid .channelHover:hover {
    box-shadow: none;
    color: #307ae1;
}
.packagesGrid .channelHover:hover svg path {
    stroke: #307ae1;
}

.packagesCard {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid transparent;
    cursor: default;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.packagesCard.dangerPkgCard {
    border-color: #CC5252;
  }
  
  .packagesCard.freePkgCard {
    border-color: #1F82F2;
  }

.packagesCardInnerDiv {
    padding: 30px 24px;
}

#searchTable,
#searchTableOne {
    border-radius: 8px;
    border: solid 1px rgba(255, 255, 255, 0.05);
    /* padding-left: 32px; */
    /* width: 210px; */
    background-color: rgba(255, 255, 255, 0.05);
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    height: 50px;
    width: 100%;
}

#searchTable:focus,
#searchTableOne:focus {
    border: solid 1px rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: none;
}

.searchIcon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(-50%, -50%);
}

.searchCloseIcon,
.searchCloseIconOne {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    display: none;
    cursor: pointer;
}


/* Dropdown container */

.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown button styling */

.dropdown-button {
    background-color: rgba(255, 255, 255, 0.05);
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 250px;
    margin-right: 0px;
    margin-left: auto;
    height: 50px;
    padding: 4.5px 12px 3.68px 12px;
    position: relative;
    width: 100%;
}


/* Arrow down mark styling */

.arrow-icon,
.arrow-iconOne {
    width: 0;
    height: 0;
}


/* Arrow down */

.arrow-down::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(../../img/arrow_down.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 5px;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
}


/* Arrow up */

.arrow-up::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(../../img/arrow_up.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 5px;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
}


/* Dropdown content styling */

.dropdown-content,
.dropdown-contentOne {
    display: none;
    position: absolute;
    background-color: #272d30;
    border: solid 1px #333;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    margin-top: 8px;
    right: 12px;
}

.dropdown-option {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e6e6e6;
    padding: 12px 0px;
    margin: 0px 16px;
    cursor: pointer;
}

.dropdown-option.active {
    color: #307ae1;
}

.dropdown-option:hover {
    color: #307ae1;
}

.dropdown-option:not(:last-child) {
    border-bottom: 1px solid #666666;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.searchAndFilterDiv {
    margin-top: 24px;
}


/* Custom scrollbar styling */


/* Width of the scrollbar */

.packagesGrid::-webkit-scrollbar,
#detailsModal .modal-body::-webkit-scrollbar,
#detailsModalOne .modal-body::-webkit-scrollbar,
.couponAccordion::-webkit-scrollbar,
.packagesRightTopDiv::-webkit-scrollbar,
.packagesSummaryTopDiv::-webkit-scrollbar,
.pkgContainer::-webkit-scrollbar,
.checkout-primaryDiv::-webkit-scrollbar,
#resumePkgModal .modal-body::-webkit-scrollbar{
    width: 5px;
}


/* Background of the entire scrollbar */

.packagesGrid::-webkit-scrollbar-track,
#detailsModal .modal-body::-webkit-scrollbar-track,
#detailsModalOne .modal-body::-webkit-scrollbar-track,
.couponAccordion::-webkit-scrollbar-track,
.packagesRightTopDiv::-webkit-scrollbar-track,
.packagesSummaryTopDiv::-webkit-scrollbar-track ,
.pkgContainer::-webkit-scrollbar-track,
.checkout-primaryDiv::-webkit-scrollbar-track,
#resumePkgModal .modal-body::-webkit-scrollbar-track{
    background: #707070!important;
    border-radius: 3px;
}


/* Scrollbar handle */

.packagesGrid::-webkit-scrollbar-thumb,
#detailsModal .modal-body::-webkit-scrollbar-thumb,
#detailsModalOne .modal-body::-webkit-scrollbar-thumb,
.couponAccordion::-webkit-scrollbar-thumb,
.packagesRightTopDiv::-webkit-scrollbar-thumb,
.packagesSummaryTopDiv::-webkit-scrollbar-thumb ,
.pkgContainer::-webkit-scrollbar-thumb,
.checkout-primaryDiv::-webkit-scrollbar-thumb,
#resumePkgModal .modal-body::-webkit-scrollbar-thumb{
    background-color: #fff !important;
    /* Color of the scroll thumb */
    border-radius: 3px;
    border: none;
    /* Optional: padding between scrollbar and track */
}


/* Hover effect for the scrollbar handle */

.packagesGrid::-webkit-scrollbar-thumb:hover,
#detailsModal .modal-body::-webkit-scrollbar-thumb:hover,
#detailsModalOne .modal-body::-webkit-scrollbar-thumb:hover,
.couponAccordion::-webkit-scrollbar-thumb:hover,
.packagesRightTopDiv::-webkit-scrollbar-thumb:hover,
.packagesSummaryTopDiv::-webkit-scrollbar-thumb:hover,
.checkout-primaryDiv::-webkit-scrollbar-thumb:hover,
#resumePkgModal .modal-body::-webkit-scrollbar-thumb:hover
 {
    background-color: rgba(255, 255, 255, 0.1);
    /* Darker color on hover */
 
}

.goBackBtn {
    border-radius: 8px;
    background-color: transparent!important;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 45px;
    letter-spacing: normal;
    text-align: center;
    color: #B3B3B3;
    width: 100%;
    padding: 0;
    margin-top: 16px;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    box-shadow: none;
}

.goBackBtn:hover,
.goBackBtn:focus ,
.goBackBtn:active {
  background-color:transparent!important;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.85) !important;
}

.discard-btn {
    margin-top: 15px;
    color: #B3B3B3;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 45px;
    letter-spacing: normal;
    text-align: center;
    padding: 0;
    height: 45px;
    border: 1px solid var(--Negative_hover, rgba(255, 255, 255, 0.25));
    background: var(--Negative_default, rgba(255, 255, 255, 0.10));
}
.discard-btn:hover, .discard-btn:active {
    border: 1px solid transparent !important;
    color: rgba(255, 255, 255, 0.85) !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

.addOnPackagePackageDetail p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
    margin-top: 24px;
}

.noPackagesText {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #b3b3b3;
    margin-top: 24px;
}

.addOnPackagesMainDiv {
    display: none;
}

.goToCheckoutBtn,
.goBackBtn {
    display: none;
}

.checkoutMainDiv,
.makePaymentMainDiv {
    display: none;
}

.makePaymentMainDiv {
    height: 100%;
}

.billingDetailsDiv,
.subscriptionDetailsDiv {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 16px;
}

.billingDetailsDiv h3,
.subscriptionDetailsDiv h3,
.couponCodeDiv h3 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e6e6e6;
    margin-bottom: 16px;
}

.billingDetailsDiv h4 {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
}

.billingAndSubDiv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.subscriptionDetailsDiv h4 {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
}

.subscriptionDetailsDiv h5 {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e6e6e6;
}

.couponCodeDiv {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 16px;
    margin-top: 16px;
    height: 100%;
    /* min-height: calc(100vh - 410px); */
}

#searchCoupon {
    border-radius: 4px;
    border: solid 1px #b3b3b3;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ccc;
    height: 45px;
}

#searchCoupon:focus {
    box-shadow: none;
}

.applyCouponBtn {
    border-radius: 4px;
    background-color: #307ae1;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 160px;
    padding: 10px;
    margin: 0px;
    height:45px;
}

.applyCouponBtn.disabled,
.applyCouponBtn.disable:hover {
    background-color: #4D4D4D !important;
    color: #B3B3B3 !important;
    pointer-events: none;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    cursor: not-allowed;
}

.applyCouponBtn:hover {
    background-color: #307ae1;
    color: #fff;
    box-shadow: none;
}

.couponCodeDiv p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #307ae1;
    margin-top: 10px;
}

.couponAccordion {
    padding-right: 5px;
}

.couponAccordion .accordion-item {
    background-color: #1b1b1b;
    border: none;
    margin-bottom: 1px;
    border-radius: 0px;
}

.couponAccordion .accordion-button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e6e6e6;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 13px 16.8px 13px 16px;
    margin-bottom: 0px;
    border: none;
    outline: none;
    position: relative;
    box-shadow: none;
    border-bottom: 1px solid #333;
    background: rgba(255, 255, 255, 0.10);
}

.couponAccordion .accordion-button.collapsed:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.couponAccordion .accordion-button:not(.collapsed):focus {
    box-shadow: none;
}

.couponAccordion .accordion-button.collapsed {
    background-color: rgba(255, 255, 255, 0.1);
}

.couponAccordion .accordion-header {
    margin-bottom: 0px;
    border-radius: 0px;
}

.couponAccordion .accordion-body {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e6e6e6;
    padding: 12px 8px 16px 8px;
    background: rgba(255, 255, 255, 0.05);
}


/* .faqContents .accordion-button:not(.collapsed):after {
  background-image: url(../../img/arrow_down.png);
} */

.couponAccordion .accordion-button::after {
    content: "";
    background-image: url(../../img/arrow_down.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 5px;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translate(-5px, -5px);
}

.couponAccordion .accordion-button:not(.collapsed):after {
    content: "";
    background-image: url(../../img/arrow_up.png);
    width: 18px;
    height: 18px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 5px;
    top: 50%;
    transform: translate(-5px, -5px);
}

.editPackageBtn {
    border-radius: 5px;
    background-color: #666;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    min-width: 220px;
    padding: 13px 14px !important;
    margin-right: 16px;
    height: 45px !important;
}

.editPackageBtn:hover {
    background-color: #666;
    box-shadow: none;
    color: #fff;
}

.puchaseBtn {
    border-radius: 5px;
    background-color: #307ae1;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    min-width: 220px;
    padding: 14px 14px !important;
    height: 45px !important;
}

.checkoutLoader .loader {
    width: 32px;
    height: 32px;
    border: 3px solid #307ae1;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.checkoutLoader {
    width: 100%;
    min-height: calc(100vh - 201px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: absolute;
    background: rgb(0 0 0 / 60%);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.puchaseBtn:hover {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #307ae1)!important ;
    color: #fff;
}

.checkoutTabBtnDiv {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.couponInputDiv img {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#detailsModal .modal-content,
#detailsModalOne .modal-content,
#resumePkgModal .modal-content {
    background-color: #1b2226;
}



/* #detailsModal .modal-dialog,
#detailsModalOne .modal-dialog {
    max-width: 752px;
} */

#detailsModal .btn-close,
#detailsModalOne .btn-close,
#resumePkgModal .btn-close {
    /* filter: invert(1);
  opacity: 1; */
    border: none;
    background-color: transparent;
    outline: none;
}


/* Optional: Change hover color */

#detailsModal .btn-close:hover,
#detailsModalOne .btn-close:hover,
#resumePkgModal .btn-close:hover {
    filter: invert(0);
    /* Slightly reduce the inversion on hover for effect */
}

#detailsModal .modal-header,
#detailsModalOne .modal-header,
#resumePkgModal .modal-header {
    margin: 16px 16px 15.5px 24px;
    display: flex;
    align-items: baseline;
    padding: 0px;
    padding-bottom: 15.5px;
    border-bottom: 1px solid #666;
}

#detailsModal .modal-header h5,
#detailsModalOne .modal-header h5
#resumePkgModal .modal-header h5 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#detailsModal .modal-header p,
#detailsModalOne .modal-header p,
#resumePkgModal .modal-header p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #b3b3b3;
    margin-left: 16px;
    margin-right: auto;
}

#detailsModal .modal-body,
#detailsModalOne .modal-body  {
    margin: 0px 16px 15.5px 24px;
    padding: 0px;
    padding-bottom: 15.5px;
    border-bottom: none;
    max-height: calc(100vh - 225px);
    overflow-y: auto;
    padding-right: 5px;
    height: 100%;
    min-height: 320px;
}

#detailsModal .modal-body .modalChannelsGrid,
#detailsModalOne .modal-body .modalChannelsGrid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 34px;
}

#detailsModal .modal-body .modalChannelsGrid img,
#detailsModalOne .modal-body .modalChannelsGrid img {
    border-radius: 6px;
    width: 100%;
}

#detailsModal .modal-body .modalChannelsGrid span,
#detailsModalOne .modal-body .modalChannelsGrid span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    max-width: 100%;
    /* Ensures it does not exceed container width */
    white-space: normal;
    /* Allows text to wrap normally */
    overflow: hidden;
    /* Prevents overflowing content */
    text-overflow: ellipsis;
    /* Adds '...' if the text is truncated */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limits text to 2 lines */
    -webkit-box-orient: vertical;
    word-break:break-word;
}

#detailsModalOne .modal-body h4 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
    margin-bottom: 14px;
}

#detailsModal .modal-footer,
#detailsModalOne .modal-footer {
    border-radius: 8px;
    background-color: #272d31;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: none;
    padding: 16px 16px 15.5px 24px;
}

#detailsModal .modal-footer h2,
#detailsModalOne .modal-footer h2,
#detailsModal .modal-footer .price,
#detailsModalOne .modal-footer .price {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.channelCount, .channel-count {
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
}

#detailsModal .modal-footer h2 span,
#detailsModalOne .modal-footer h2 span {
    font-size: 16px;
}

#detailsModal .modal-footer .addPackage,
#detailsModalOne .modal-footer .addPackage {
    border-radius: 4px;
    background-color: #307ae1;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#detailsModal .modal-footer .addPackage:hover,
#detailsModalOne .modal-footer .addPackage:hover {
    background-color: #307ae1;
    color: #fff;
}

.completePaymentMainDiv {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 32px;
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}

.completePaymentDiv h3 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e6e6e6;
    margin-bottom: 16px;
}

.completePaymentDiv .validityAndCvvDiv {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
}

.completePaymentDiv .payNowBtn,
.cardSubmitBtn {
    border-radius: 5px;
    background-color: #307ae1;
    padding: 13px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-top: 32px;
    box-shadow: none;
}

.completePaymentDiv .payNowBtn:hover,
.cardSubmitBtn:hover {
    background-color: #307ae1;
    color: #fff;
    box-shadow: none;
}

.completePaymentDiv .typeOfCardsDiv {
    text-align: center;
    margin-top: 24px;
}

.completePaymentDiv input {
    border-radius: 8px;
    border: solid 1px #808080;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ccc;
    margin-bottom: 16px;
}

.completePaymentDiv input:focus {
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: none;
    color: #e6e6e6;
}

.completePaymentDiv input:not(:focus):not(:placeholder-shown) {
    border: solid 1px #ccc;
    color: #ccc;
}

.completePaymentDiv input::placeholder {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
}

.completePaymentDiv hr {
    margin: 23.5px 0;
    width: 100%;
    border-top: 2px dashed transparent;
    border-image: repeating-linear-gradient(to right, #b3b3b3 0, #b3b3b3 5px, transparent 5px, transparent 12px) 1;
}

#searchCoupon::placeholder,
#searchTable::placeholder,
#searchTableOne::placeholder {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
}

.validityAndCvvDiv {
    position: relative;
}

.validityAndCvvDiv img {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(-50%, -50%);
}

#cvvInput {
    padding-right: 35px;
}

.packagesSummaryMainDiv {
    display: none;
    height: 100%;
}

.packagesSummaryDiv {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.packagesSummaryDiv h2 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.packagesSummaryBottomDiv h3,
.packagesSummaryBottomDiv h2 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #307ae1;
  margin-bottom: 0.5rem;
}

.packagesSummaryBottomDiv h5 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
}

.packagesSummaryBottomDiv h4 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.packagesSummaryBottomDiv .cartTotalPrice {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #e6e6e6;
    margin-right: 8px;
    margin-left: auto;
    text-decoration: line-through;
}

.packagesSummaryBottomDiv .cartFinalPrice {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    margin-left: auto;
    margin-right: 0px;
}

.packagesSummaryBottomDiv p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
}

.packagesSummaryBottomDiv p span {
    font-weight: 500;
    color: #307ae1;
}

.packagesSummaryBottomDiv p a {
    color: #307ae1;
    text-decoration: underline;
}

.checkoutWidthForLeftSide {
    /* flex: 0 0 65%; */
    width: 100%;
    /* max-width: 65%; */
}

.checkoutWidthForRightSide {
    flex: 0 0 35%;
    width: 100%;
    max-width: 35%;
    background-color: rgba(255, 255, 255, 0.05);
    min-height: calc(100vh - 260px);
}

/* .packagesSummaryTopDiv {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
    padding-right: 22px;
} */

.packagesSummaryBottomDiv {
    padding-right: 22px;
}

.window-height {
    min-height: calc(100vh - 330px) !important;
}

.window-height .formCard {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 24px !important;
    max-width: 680px;
}

.cardInputField .field {
    border-radius: 8px;
    border: solid 1px #808080;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ccc;
}

#flexButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
    border-radius: 5px;
}
#flexButton:hover, #flexButton:active {
    background-color: #fff;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #307ae1);
}


/* .loader {
  border: 3px solid #f3f3f3; 
  border-top: 3px solid #3498db; 
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 1s linear infinite;
  margin-left: 8px; 
  vertical-align: middle; 
  display: inline-block;
} */

.dropdownMob .dropdown-button {
    /* width: 48px; */
    justify-content: center;
    padding: 0px;
}

.dropdown-contentTwo,
.dropdown-contentThree {
    display: none;
    position: absolute;
    background-color: #272d30;
    border: solid 1px #333;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    margin-top: 8px;
    right: 12px;
}

.viewCartBtn {
    border-radius: 8px;
    border: 1px solid #666;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    width: 100%;
    box-shadow: none;
    margin-top: 16px;
    padding: 11px 9px 8px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewCartBtn .itemCount {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background-color: #307ae1;
    border-radius: 50%;
    padding: 3px 7px;
    margin-left: 8px;
}

.packagesRightTopBottomDiv .cartCloseBtnMob {
    right: 30px;
}

.packagesRightTopBottomDiv button {
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0px;
    width: 20px;
    height: 20px;
    right: 10px;
}

.editPackageBtn:hover {
    background-color: #307ae1;
}

.billingDetailsDiv,
.subscriptionDetailsDiv {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 16px;
    width: 100%;
}

#frmAddCard .byChecking {
    color: #ccc;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d;
}

.formCard p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #848b95;
}

.cardSubmitBtn {
    border-radius: 5px;
    background-color: #307ae1 !important;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    width: 100%;
    margin-top: 32px;
    box-shadow: none;
    /* height: auto !important; */
    margin-bottom: 0px !important;
    height: 45px;
}


/* .DropBgColorMob .disabled{
    pointer-events: auto!important;;
   }  */

.disabled,
:disabled {
    pointer-events: auto !important;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 0px;
}

.packagesRightTopDiv p {
    width: calc(100% - 55px);
}

.packagePrice {
    width: 70px !important;
}

.packagePriceSummary {
    width: 90px !important;
    text-align: right !important;
}

.packagesRightTopBottomDiv button {
    width: 20px;
}

.sureAlert .alertIcon {
    position: relative;
    top: -2px;
}

.couperWrapper {
    overflow: auto;
    max-height: calc(100vh - 250px);
}

/* promocode css start*/
.accordion-header .amountOfPercent {
    color: #307ae1;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 150% */
}

.accordion-header .accordion-button {
    gap: 14px;
}

.bogoSpan {
    display: inline-flex;
    padding: 5px 8px;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    background: #323232;
    color: #E6E6E6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.questionTag {
    cursor: pointer;
}

.bogoContainer .title {
    color: #B3B3B3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    gap: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bogoContainer .numeric {
    color: #307ae1;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    white-space: nowrap;
}

.bogoHeader {
    color: #E6E6E6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    /* 150% */
}

.highlightAmount {
    color: #307ae1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

/* Fix tooltip container */
.tooltip {
    background: transparent !important;
    /* removes default */
    padding: 0 !important;
    z-index: 1060;
    /* Make sure it's on top */
}

/* Tooltip inner box */
.tooltip .tooltip-inner {
    border-radius: 8px;
    border: 1px solid #666;
    background-color: #1B1B1B !important;

    box-shadow:
        0 2px 4px 0 rgba(0, 0, 0, 0.2),
        0 1px 3px 0 rgba(0, 0, 0, 0.1);

    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 8px 12px;
}

.primaryPkgDiv h5,
.addonPkgDiv h5 {
    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rightShowAddOn {
    margin-top: 15px;
    padding-right:25px;
}

.indicativeText {
    color: #808080 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.indicativeDate {
    color: #307ae1 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

/* promocode css end*/
.packagesGrid .viewDetailsBtn svg {
    margin-left: 5px;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#detailsModal .modal-body {
    padding: 24px;
    margin: 0;
}
#detailsModal .searchChannels::placeholder{
    color: #b3b3b3;
}
#detailsModal .searchChannels:focus{
   box-shadow: none;
}
#detailsModal .searchChannels[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white'><path d='M12.348 3.652a.5.5 0 0 0-.707 0L8 7.293 4.36 3.652a.5.5 0 1 0-.707.707L7.293 8l-3.64 3.64a.5.5 0 0 0 .707.707L8 8.707l3.64 3.64a.5.5 0 0 0 .707-.707L8.707 8l3.64-3.64a.5.5 0 0 0 0-.708z'/></svg>") no-repeat center;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
#detailsModal .searchChannels {
    width: clamp(160px, 30vw, 250px);
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.05);
    margin-bottom: 16px;
    height: 40px;
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    border-radius: 5px;
}

#detailsModal .availabilitypills {
    right: 32px;
    z-index: 1;
    background-color: #363636;
    border-radius: 3px;
}

#detailsModal .availabilitypills button {
    width: 40px;
    display: flex;
    justify-content: center;
    background-color: transparent !important;
    padding: 0 !important;
    height: 40px;
    align-items: center;
}

#detailsModal .availabilitypills .nav-item .nav-link.active {
    border-radius: 3px;
    background-color: #307ae1!important;
    color: #fff;
    height: 40px;
}
#detailsModal .modal-dialog.modal-md .modal-body .modalChannelsGrid {
    grid-template-columns: repeat(4, 1fr);
}

#detailsModal .modal-dialog.modal-md .modal-body .modalChannelCard {
    grid-template-columns: repeat(2, 1fr);
}

#detailsModal .modal-dialog.modal-xl .modal-body .modalChannelCard {
    grid-template-columns: repeat(4, 1fr);
}

#detailsModal .modal-dialog.modal-lg .modal-body .modalChannelCard {
    grid-template-columns: repeat(3, 1fr);
}

.modalChannelCard .cardContainer,
.modalChannelsGrid .gridContainer {
    position: relative;
}

.modalChannelCard .cardContainer {
    display: flex;
    align-items: center;
    border: 1px solid #262B2E;
    position: relative;
    padding: 6px;
    border-radius: 5px;
}

.modalChannelCard img {
    display: inline-flex;
    width: 60px;
    background-position: center;
    background-size: contain;
    height: 60px;
    background-repeat: no-repeat;
    object-fit: contain;
}

.modalChannelCard .channelContent {
    padding: 10px;
    display: inline-flex;
    flex-direction: column;
    width: calc(100% - 60px);
    height: calc(60px - 0px);
    transition: all 0.3s ease-in;
    justify-content: center;
}

.modalChannelCard .channelContent h3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modalChannelCard {
    display: grid;
    gap: 15px;
}


.modalChannelCard .cardContainer[data-tooltip]::after, .modalChannelsGrid .gridContainer[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    font-size: 14px;
    z-index: 1000;
    width: calc(100% + 30px);
    font-size: 12px;
    word-break: break-word;
    text-align: center;
}
.modalChannelCard .cardContainer:hover::after,
.modalChannelCard .cardContainer:hover::before,
.modalChannelsGrid .gridContainer:hover::after,
.modalChannelsGrid .gridContainer:hover::before {
    opacity: 1;
}


.packagesCardLeftContainer {
    width: calc(100% - 170px);
}
.nopackageone {
    height: auto;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.notextone {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #ccc;
}
.nopragraphtext {
    width: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #808080;
    padding: 0 10px 0 10px;
}

.selectingAllBtnWrapper {
    border-radius: 5px;
    background-color: #307ae1 !important;
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    padding: 11px !important;
    width: 100%;
    border: none;
    box-shadow: none;
    height: 24px !important;
    display: flex
;
    align-items: center;
    border-radius: 3px;
    border: none !important;
    text-transform: uppercase;
}
.selectingAllBtnWrapper:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #307ae1) !important;
}

/* summary start here */
.addCardContainer h2 {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: calc(100% - 80px);
    word-break: break-word;
}
.amountContainer {
    position: relative;
}
.addCardContainer .amount {
    text-align: right;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.current-pkg h2, .current-pkg .amount span {
    color: #B3B3B3;
}
.rightDivPkg hr.dotted {
    border-top: 0.5px dashed #808080;
    margin-bottom: 15px !important;
}
.current-pkg .currentTotal, .current-pkg .currentAmount, .changes-pkg .changes {
    color: #fff !important;
}
.packagesRightTopDiv p, .packagesSummaryTopDiv p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color:#b3b3b3!important;
    margin-bottom: 12px;
    word-break: break-word;
}
.addCardContainer h2.text-success {
    color: #14A44D !important;
}
.addCardContainer h2 {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: calc(100% - 80px);
}
.amountContainer .amount .text-success {
    color: #14A44D !important;
}
.amountContainer .resume-package, .amountContainer .remove-package {
    position: absolute;
    right: -18px;
    margin:0;
}
.addCardContainer button img, .addCardContainer button {
    width: 14px !important;
    height: auto !important;
    margin-bottom:1px;
}
.pkgContainer {
    /* max-height: calc(100vh - 575px); */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 25px;
}
.addCardContainer p, .canceled-pkg-info {
    color: #808080 !important;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: calc(100% - 80px);
    word-break: break-word;
}

.current-pkg .addCardContainer .mb-1, .addCardContainer .mb-1 {
    margin-bottom: 12px !important;
}
.addCardContainer h2.text-danger, .addCardContainer .text-danger {
    color: rgba(204, 82, 82, 1) !important;
}
.packagesRightBottomDivContainer {
    padding-right: 25px;
}
/* summary end here */


/* custom modal start  */
.custom-modal {
    position: fixed;
    z-index: 1000;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex
;
    justify-content: center;
    align-items: center;
    display: none;
}
.custom-modal-content {
    padding: 24px;
    /* max-width: 450px; */
    width: clamp(280px, 90%, 440px);
    border-radius: 10px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    background: #343434;
    border: 1px solid transparent;
    min-height: 270px;
    display: flex
;
    align-items: center;
}
.customOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.70);
    left: 0;
    top: 0;
    border-radius: 8px;
    border: 1px solid #332D2D;
    /* display: none; */
    display: none;
}
.loaderContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.loaderContainer svg {
    animation: spin 1s linear infinite;
    transform-origin: center;
}
.custom-modal-content h2 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
}
.custom-modal-content p {
    color: #AEAEAE;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    text-align: center;
    word-break: break-word;
    line-height: 1.4;
}
.successIconContainer, .failedIconContainer {
    margin-bottom: 12px;
}
.afterSuccessful h2, .paymentFailed h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.afterSuccessful p, .paymentFailed p {
    color: #AEAEAE;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.afterSuccessful .okey, .paymentFailed .retry, .afterSuccessful .okey:active, .paymentFailed .retry:active {
    border-radius: 3px;
    background: #307ae1;
    height: 40px;
    padding: 10px;
    display: flex
;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-shadow: none;
}
.afterSuccessful .okey:hover, .paymentFailed .retry:hover, .custom-modal-content .change:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #307ae1);
    color: #fff;
}

.custom-modal-content .cancel, .custom-modal-content .cancel:active {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: none !important;
}
.custom-modal-content .change, .custom-modal-content .change:active {
    border-radius: 3px;
    background: #307ae1;
    box-shadow: none !important;
}
.custom-modal-content .cancel:hover {
    background: rgba(255, 255, 255, 0.25);
}
.custom-modal-content .cancel, .custom-modal-content .change, .custom-modal-content .cancel:active, .custom-modal-content .change:active {
    display: flex
;
    height: 34px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 143px;
    width: 100%;
}
.paymentFailed .cancel, .paymentFailed .cancel:active {
    height: 40px;
}
/* custom modal end */

.showPrimaryPackageCount,.showPackageCount{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b3b3b3;
    margin-bottom: 0;
    word-break: break-word;
}

.cardInputField .field{
    height:40px;
    padding-top:0!important;
    padding-bottom: 0!important;
}
.packagesGridSign .packagesCard:hover {
    box-shadow: 0 0 10px 0 rgba(0, 186, 255, 0.23);
    cursor: pointer;
    
}
.packagesCard:hover {
    box-shadow: 0 0 10px 0 rgba(0, 186, 255, 0.23);
    cursor: pointer;
    
}
.packagesGridSign{
    padding: 8px;
}
.packagesGridSign .packagesCard:hover .viewDetailsBtn, .packagesGridSign .packagesCard:hover .viewDetailsBtn svg path ,
.packagesGridSign .packagesCard:hover p{
    box-shadow: none;
    color: #307ae1;
    fill: #307ae1;
}
.rightDivPkg{
    height:100%;
}
.puchaseBtn, .clickpurchaseBtn {
    border-radius: 5px;
    background-color: #307ae1;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 14px 14px 11px 14px;
    height: 45px;
}
.clickpurchaseBtn{
    margin:0;
    margin-top:15px;
}
.clickpurchaseBtn:hover, .clickpurchaseBtn:active {
    color: #fff !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #307ae1) !important;
}

.applyCouponBtn, .removeCouponBtn {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
}
.removeCouponBtn {
    background: #E75D5D;
}
.removeCouponBtn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Red, #E75D5D);
}
.offer-content{
    width: 100%;
    min-height: 39px;
    padding: 10px;
    display: flex
;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #3D4346;
    box-sizing: border-box;
}

.offer-text {
    margin-top: 0 !important;
    font-size: 14px !important;
    color: #333 !important;
    line-height: normal !important;
    color: #B3B3B3 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-bottom:0;
}
#searchCoupon:disabled {
    cursor: not-allowed;
    background-color: #1e282d !important;
    box-shadow: none !important;
    border: solid 1px #1e282d !important;
}
.cancelResumeContainer{
    margin-bottom: 10px;
}

.checkout-primaryDiv{
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 25px;
    max-height: calc(100vh - 370px);
}
.packagesSummaryHr{
    width:calc(100% - 25px)
}

#resumePkgModal .modal-content {
    background-color: #1b2226;
}
#resumePkgModal .modal-header {
    margin: 15px;
    display: flex;
    align-items: center;
    padding: 0px;
    padding-bottom: 15.5px;
    border-bottom: 1px solid #707070;
}
#resumePkgModal .modal-header h5 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
   
}
#resumePkgModal .modal-body {
    margin: 0px 24px 0;
    padding: 0px;
    padding-bottom: 15.5px;
    border-bottom: none;
    height: 100%;
}
#resumePkgModal .modal-body p{
    color: #AEAEAE;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    text-align: center;
    word-break: break-word;
    line-height: 1.4;
}
#resumePkgModal .modal-footer button {
    border-radius: 3px;
    background-color: #307ae1;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    max-width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
}
#resumePkgModal .modal-footer button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Brand-Color, #307ae1);
    color: #fff;
}
.progressText{
    gap:10px;
}

@media screen and (max-width: 768.68px) {

    #detailsModal .modal-dialog,
    #detailsModalOne .modal-dialog {
        max-width: 575px;
    }

    #detailsModal .modal-body .modalChannelsGrid,
    #detailsModalOne .modal-body .modalChannelsGrid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }

    #detailsModal .modal-body,
    #detailsModalOne .modal-body {
        max-height: 300px;
        min-height: 300px;
    }

    .primaryPackagesMainDiv h2,
    .addOnPackagesMainDiv h2,
    .checkoutMainDiv h2,
    .makePaymentMainDiv h2 {
        font-size: 32px;
    }

    .progress-container {
        min-width: 290px;
    }

    .dropdownMob {
        display: block !important;
        max-width: 15%;
        height: 38px;
    }

    .dropdown {
        display: none;
    }

    .billingAndSubDiv {
        display: flex;
        gap: 16px;
        margin-top: 24px;
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 1800px) {

    #detailsModal .modal-dialog,
    #detailsModalOne .modal-dialog {
        max-width: 900px;
    }
    
}

@media(max-width:1800px){
    .packagesGrid h2{
        font-size: 18px!important;
    }
}

@media screen and (max-width: 1199.98px) {
    .packagesGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    #detailsModal .modal-dialog.modal-xl .modal-body .modalChannelsGrid {
        grid-template-columns: repeat(8, 1fr);
    }
    #detailsModal .modal-dialog.modal-xl .modal-body .modalChannelCard {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    
}

@media screen and (max-width: 991.98px) {
    .packagesGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .packagesLeftDiv {
        padding: 16px;
    }

   

    .editPackageBtn,
    .puchaseBtn,
    .clickpurchaseBtn {
        min-width: 130px;
        padding: 10px 10px;
    }

    .couperWrapper {
        overflow: none;
        max-height: 100%;
    }

    #detailsModal .modal-dialog.modal-xl .modal-body .modalChannelsGrid {
        grid-template-columns: repeat(6, 1fr);
    }
    #detailsModal .modal-dialog.modal-lg .modal-body .modalChannelsGrid {
        grid-template-columns: repeat(6, 1fr);
    }
    #detailsModal .modal-dialog.modal-xl .modal-body .modalChannelCard {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    #detailsModal .modal-dialog.modal-lg .modal-body .modalChannelCard {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .packagesGrid h3 {
        min-height: 40px;
        padding: 8px 15px;
    }
    #searchTable, #searchTableOne, #searchTable::placeholder, #searchTableOne::placeholder {
        font-size: 15px;
        height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .dropdown-button {
        font-size: 15px;
        height: 40px;
    }
    .packagesGrid h2 {
        font-size: 16px!important;
    }
    .packagesGrid p {
        font-size: 14px;
    }
    .packagesGrid .viewDetailsBtn {
        font-size: 11px;
    }
    .packagesCardInnerDiv {
        padding: 15px;
    }
    .nextStepBtn, .goToCheckoutBtn, .myAccountBtn, .puchaseBtn, .clickpurchaseBtn, .discard-btn, .goBackBtn {
        height: 40px!important;
        line-height: 40px;
        font-size: 15px;
        padding: 0!important;
    }
    .packagesCardLeftContainer {
        width: calc(100% - 140px);
    }
    .dropdown-contentTwo, .dropdown-contentThree {
        min-width: 200px;
    }
    .editPackageBtn{
     font-size: 16px!important;   
    }

}

@media(max-width:767.98px){
    #detailsModal .modal-dialog.modal-xl .modal-body .modalChannelsGrid {
        grid-template-columns: repeat(4, 1fr);
    }
    #detailsModal .modal-dialog.modal-lg .modal-body .modalChannelsGrid {
        grid-template-columns: repeat(4, 1fr);
    }
    #detailsModal .modal-dialog.modal-xl .modal-body .modalChannelCard {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    #detailsModal .modal-dialog.modal-lg .modal-body .modalChannelCard {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .packagesCardLeftContainer {
        width: calc(100% - 100px);
    }
    .packagesGrid h3 {
        padding: 8px;
        min-height: 30px;
        font-size: 15px;
    }
    .packagesRightMainDiv, .packagesCardInnerDiv {
        padding: 8px;
    }
    .packagesGrid .viewDetailsBtn {
        font-size: 8px;
    }
    .packagesCard .viewDetailsBtn svg {
        margin-left: 3px;
        width: 5px;
        height: 7px;
    }
    .progress-container {
        min-width: 290px;
    }
    .primaryPackagesMainDiv h2, .addOnPackagesMainDiv h2, .checkoutMainDiv h2, .makePaymentMainDiv h2 {
        font-size: 24px;
    }
    .cardInputField .field{
        height:35px;
    }
    .cardInputField .field{
        height:35px;
    }
    .cardSubmitBtn,.card-details .editPackageBtn{
        height:40px!important;
    }
    .window-height .formCard{
        padding:15px!important;
    }
    .inputToggle {
        width: 85%;
        padding-right: 0px;
    }
    #detailsModal .modal-body,
    #detailsModal .modal-footer, #detailsModalOne .modal-footer{
        padding: 15px;
    }
    #detailsModal .modal-header, #detailsModalOne .modal-header{
        margin:15px;
    }
    .no-packages svg{
            width:30px;
            height:30px;
    }
    .notextone{
        font-size: 18px;;
    }
    .nopragraphtext{
        font-size: 14px;
    }
    #detailsModal .modal-footer h2, #detailsModalOne .modal-footer h2, #detailsModal .modal-footer .price, #detailsModalOne .modal-footer .price{
        font-size: 18px;;
    }
    .searchAndFilterDiv{
        margin-top: 15px;
    }
    #resumePkgModal .modal-header h5{
        font-size: 18px;
    }
    #resumePkgModal .modal-header button svg{
        width:20px;
    }
    #resumePkgModal .modal-footer button{
        height:35px;
        font-size: 14px;
    }
}
@media(max-width:575.98px){

    .packagesRightTopBottomBackground {
        background-color: #272e31;
        border-radius: 16px 16px 16px 16px;
        padding: 16px;
        flex-direction: column;
    }
    #detailsModal .modal-dialog.modal-xl .modal-body .modalChannelsGrid {
        grid-template-columns: repeat(3, 1fr);
    } 
    #detailsModal .modal-dialog.modal-lg .modal-body .modalChannelsGrid {
        grid-template-columns: repeat(3, 1fr);
    }
    #detailsModal .modal-dialog.modal-md .modal-body .modalChannelsGrid {
        grid-template-columns: repeat(3, 1fr);
    }
    #detailsModal .modal-dialog.modal-xl .modal-body .modalChannelCard {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    #detailsModal .modal-dialog.modal-lg .modal-body .modalChannelCard {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    #detailsModal .modal-dialog.modal-md .modal-body .modalChannelCard {
        grid-template-columns: repeat(1, 1fr);
      
    }
    .primaryPackagesMainDiv h2, .addOnPackagesMainDiv h2, .checkoutMainDiv h2, .makePaymentMainDiv h2, .formCard h3 {
        font-size: 20px;
    }
    .progress-step {
        width: 20px;
        height: 20px;
    }
    .packagesLeftDiv {
        padding: 10px;
    }
    .packagesGrid {
        margin-top: 10px;
        gap: 10px;
        max-height: calc(100vh - 430px);
    }
    .showPrimaryPackageCount, .packagesGrid p, .noPackagesText {
        font-size: 14px;
    }
    .nextStepBtn, .goToCheckoutBtn, .discard-btn,.viewCartBtn{
        margin-top: 10px;
    }
    .discard-btn{
        margin-bottom: 10px;
    }
    .packagesRightBottomDiv p {
        margin-bottom: 0;
    }
    .progressIndicatorDiv {
        margin:0;
    }
    .packagesRightTopBottomDiv {
        height: calc(100vh - 243px);
        width: calc(100% + 20px);
        margin-left: -10px;
        border-radius: 0;
    }
    .cancelResumeContainer{
        gap:15px;
    }
    .packagesRightMainDiv {
        padding-top: 0px !important;
    }
    .dropdownMob{
        max-width:20%;
    }
    .inputToggle{
        max-width:80%;  
    }
.removeCouponBtn {
        height: 35px;
     
        font-size: 14px;
        margin-top: 10px;
        line-height: 35px;
    }
}

@media (max-width: 1300px) {
    .formCard p {
        font-size: 14px;
    }
}

/* @media screen and (max-width: 475px) {
    .packagesGrid {
        grid-template-columns: repeat(1, 1fr);
    }
} */
@media screen and (max-width: 767.98px) {
    .packagesGrid {
        grid-template-columns: repeat(1, 1fr);
    }
}




@media screen and (max-width: 575px) {

    .dropdown-contentTwo,
    .dropdown-contentThree {
        /* left: 12px; */
    }

    .checkoutTabBtnDiv {
        flex-direction: column;
    }

    .editPackageBtn,
    .puchaseBtn {
        min-width: 100%;
    }

    .editPackageBtn {
        margin-right: 0.375rem;
    }

    .packagesGrid {
        grid-template-columns: repeat(1, 1fr);
    }

    .applyCouponBtn,
    #searchCoupon,
    #searchCoupon::placeholder {
        font-size: 14px;
        ;
    }
}

@media (max-width: 375px) {

    #detailsModal .modal-header h5,
    #detailsModalOne .modal-header h5 {
        font-size: 17px;
    }
}

@media (max-width: 425px) {

    #detailsModal .modal-body .modalChannelsGrid,
    #detailsModalOne .modal-body .modalChannelsGrid {
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
    }

    #detailsModal .modal-header,
    #detailsModalOne .modal-header {
        padding-bottom: 7.5px;
    }

    #detailsModal .modal-footer .addPackage,
    #detailsModalOne .modal-footer .addPackage {
        height: 45px;
        padding: 12px 14px;
        font-size: 14px;
    }
}

.text-decoration-line-through{
    text-decoration: line-through !important;
}