﻿@font-face {
    font-family: "DIRECTVCurve Regular";
    font-weight: normal;
    font-style: normal;
    src: url("../SharedFonts/DIRECTVCurve-Regular.eot");
    src: url("../SharedFonts/DIRECTVCurve-Regular.eot?#iefix") format("embedded-opentype"), url("../SharedFonts/DIRECTVCurve-Regular.woff") format("woff");
}

@font-face {
    font-family: "DIRECTVCurve Light";
    font-weight: normal;
    font-style: normal;
    src: url("../SharedFonts/DIRECTVCurve-Light.eot");
    src: url("../SharedFonts/DIRECTVCurve-Light.eot?#iefix") format("embedded-opentype"), url("../SharedFonts/DIRECTVCurve-Light.woff") format("woff");
}

@font-face {
    font-family: "DIRECTVCurve Medium";
    font-weight: normal;
    font-style: normal;
    src: url("../SharedFonts/DIRECTVCurve-Medium.eot");
    src: url("../SharedFonts/DIRECTVCurve-Medium.eot?#iefix") format("embedded-opentype"), url("../SharedFonts/DIRECTVCurve-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Helvetica Neue Light';
    font-style: normal;
    font-weight: normal;
    src: url("../SharedFonts/HelveticaNeueLight.woff") format("woff");
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: normal;
    src: url("../SharedFonts/HelveticaNeueMedium.woff") format("woff");
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    font-style: normal;
    font-weight: normal;
    src: url("../SharedFonts/HelveticaNeueBold.woff") format("woff");
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: normal;
    src: url("../SharedFonts/IBMPlexSans-Regular.woff") format("woff");
}

.d-none {
    display: none !important;
}

.grayLayoverForModal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #081A2B;
    opacity: 0.7;
    z-index: 9998;
    width: 100%;
    height: 100%;
}

.ott-modal-common-class {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 36px #00000029;
    border-radius: 10px;
    opacity: 1;
    position: absolute;
    left: calc((100vw - 600px)/2);
    height: auto;
    z-index: 9999;
    top: 170px;
}

.ott-modal-common-class.ott-modal-shared-changeplan-class {
    padding-bottom: 30px;
}

.ott-modal-position-fixed {
    top: -200px !important;
    left: 0 !important;
    right: 0;
    margin: auto;
}


.font-curve-regular {
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
}

.font-curve-medium {
    font-family: "DIRECTVCurve Medium", "Helvetica Neue", Arial, sans-serif !important;
}

.font-helvetica-neue {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
}

.font-helvetica-neue-light {
    font-family: "Helvetica Neue Light", Arial, sans-serif !important;
}

.font-ibmplexsans-regular {
    font-family: "IBM Plex Sans", sans-serif !important;
}

* {
    box-sizing: border-box;
}

[class*="ott-column-"] {
    /*float: left;*/
}

.ott-row {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
    .ott-row.ott-mp-centered-row {
        justify-content: space-around;
    }

.ott-row-changeplan {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 20px;
}

.ott-row-changeplan-hardbundle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 31px;
    position: absolute;
    width: 948px;
    height: 671px;
    left: 365px;
    top: 302px;
}

.ott-row-reverse {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}


.ott-row-center {
    justify-content: center;
}

.ott-column-1 {
    width: 8.33%;
    position: relative;
}

.ott-column-2 {
    width: 16.66%;
    position: relative;
}

.ott-column-3 {
    width: 25%;
    position: relative;
}

.ott-column-4 {
    width: 33.33%;
    position: relative;
}

.ott-column-5 {
    width: 41.66%;
}

.ott-column-6 {
    width: 50%;
}

.ott-column-7 {
    width: 58.33%;
}

.ott-column-8 {
    width: 66.66%;
}

.ott-column-9 {
    width: 75%;
}

.ott-column-10 {
    width: 83.33%;
}

.ott-column-11 {
    width: 91.66%;
}

.ott-column-12 {
    width: 100%;
}

.ott-align-content-right {
    text-align: right;
}

.ott-align-content-right-comboplus {
    text-align: right;
    margin-top: 20px;
}

.ott-align-content-center {
    text-align: center;
}

em {
    font-style: normal;
}

p {
    margin: 0;
}

.billing-amount-content {
    width: 30%;
}

.active-optional-text {
    font-style: italic;
    font-size: 14px;
    color: #FFF;
}

.disabled {
    opacity: 0.5;
}

.main-content {
    background-color: #081A2B;
}

.box {
    box-sizing: border-box;
    border-radius: 8px;
}

.section-divider {
    width: 100%;
    border-top: 1px solid #FFFFFF;
    opacity: 0.2;
}

.dot-container {
    display: none;
}

.section {
    margin: 0 auto;
    width: 89.2%;
    max-width: 960px;
    min-width: 300px;
    background-color: #081A2B;
}

.section-one {
    padding-top: 19px;
    /*flex*/
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
}

.section-one__ar {
    padding-top: 0px !important;
}

.section-one .username-title,
.section-one .username-title__ar {
    height: 38px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-style: normal;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 38px;
    margin-right: 11px;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    text-align: center;
}

.section-one .username-title__ar {
    margin-bottom: 20px;
}

.section-one .username-edit {
    display: none;
    height: 23px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
}

.section-two {
    margin-bottom: 29.5px;
}

    .section-two .ott-your-free-test, .section-two .ott-your-free-test .ott-your-free-test__rectangle {
        width: 100%;
    }

.ott-your-free-test__update-payment-method {
    color: #222 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}
/*frequently questions section*/
.section-five {
    padding-top: 29.5px;
    padding-bottom: 218px;
}

.frequently-questions-content h1 {
    margin-bottom: 20px;
    height: 29px;
    width: 229px;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
}

.frequently-questions-content p {
    min-height: 50px;
    display: flex;
    align-items: center;
}

    .frequently-questions-content p a {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
    }

        .frequently-questions-content p a:hover {
            color: #FFFFFF;
        }

        .frequently-questions-content p a em {
            font-size: inherit;
            letter-spacing: inherit;
            line-height: inherit;
            font-family: inherit;
            color: #009FDB;
        }
/*frequently questions section*/
/*premium package section*/
.section-four {
    padding-top: 30.5px;
    padding-bottom: 47.5px;
    background-color: #030C15;
    max-width: initial;
    width: 100%;
}

.section-four-override {
    background-color: transparent !important;
}

.activate-premium-package-container {
    width: 89.2%;
    height: 450px;
    max-width: 960px;
    margin: auto;
    text-align: center;
}

.activate-premium-package-container__ar {
    width: 100%;
}

#activate-premium-package .activate-premium-package-title {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center !important;
}

.premium-package-cards-container-desktop {
    width: 100%;
    margin-bottom: 47.5px;
    /*flex*/
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.premium-package-cards-slideshow-container {
    flex-flow: inherit !important;
    position: relative !important;
}

.ott-premium-carousel-spinner,
.ott-plan-package-spinner {
    color: white;
}

.ott-plan-package-spinner {
    text-align: center;
}

.ott-plan-packages-premium-spinner {
    width: 152px;
    float: right;
}

.ott-plan-package-spinner-desktop {
    width: 204px;
}

.ott-plan-package-spinner-mobile {
    margin-top: 15px;
}

.ott-premium-carousel-added-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.premium-package-card-content {
    width: 305px;
    height: 358px;
    margin: 8px 0;
    border: none;
    background-color: #000000;
    /*flex*/
    display: flex;
    flex-direction: column;
}

.premium-package-card-slideshow-item {
    position: absolute !important;
}

    .premium-package-card-slideshow-item .premium-package-card-content {
        margin: 0;
    }

.ott-slideshow-left {
    transform: translateX(0px);
}

.ott-slideshow-center {
    transform: translateX(330px);
}

.ott-slideshow-right {
    transform: translateX(655px);
}

.ott-slideshow-button {
    width: 50px;
    height: 50px;
    background: #0373AE;
    border-radius: 25px;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    display: block;
}

    .ott-slideshow-button:hover {
        background: #00A1E1;
    }

.ott-slideshow-button-prev {
    margin-top: 155px;
    margin-left: -60px;
}

.ott-slideshow-button-next {
    margin-top: 155px;
    margin-right: -60px;
}

.ott-slideshow-button-icon {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
}

.ott-slideshow-button i {
    color: #FFFFFF;
    margin: auto;
    font-size: 22px;
}

.ott-slideshow-navigation {
    display: inherit;
    text-align: center;
    margin-top: 180px;
}

.ott-slideshow-dot {
    width: 8px;
    height: 8px;
    background: #C4C4C4;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
}

    .ott-slideshow-dot:hover, .ott-slideshow-dot-active {
        background: #FFFFFF;
    }

.premium-package-card-content .premium-package-card-title {
    margin-top: 103.5px;
    height: 63px;
    width: 135px;
    border-radius: 2px;
    padding: 14.5px 44.5px 19.5px 43.5px;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
}

.premium-package-card-data {
    height: 181px;
    box-shadow: 0px -10px 6px rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.premium-package-card-free-message {
    height: 24px;
    width: 282px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.premium-package-trial-info {
    height: 56px;
    width: 265px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.premium-package-trial-info-badge {
    height: 16px;
    width: 17px;
    margin: 15px 9.5px 25px 10.5px;
}

.premium-package-trial-info-text {
    height: 34px;
    width: 219px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-top: 11px;
    margin-bottom: 11px;
    padding-right: 10px;
}

.premium-package-card-content .premium-package-card-not-available-container {
    width: 265px;
    border-radius: 5px;
    background-color: #333333;
    /*flex*/
    display: flex;
    margin-bottom: 20px;
}

.premium-package-card-not-available-container .premium-package-card-not-available-message {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: left;
    margin: 7px;
}

.premium-package-card-amount {
    height: 24px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.premium-package-card-button-container {
    margin: 6px 0 20px 0;
    /*flex*/
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.premium-package-card-content .premium-package-card-button-added,
.premium-package-card-content .premium-package-card-button-add {
    padding: 12px 0 11px 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 205px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
}

.premium-package-card-content .premium-package-card-button-added {
    background-color: #00A1E1;
}

.premium-package-card-content .premium-package-card-button-add {
    background-color: #0373AE;
}

    .premium-package-card-content .premium-package-card-button-add:hover,
    .premium-package-card-content .premium-package-card-button-added:hover {
        color: #FFFFFF;
    }

.premium-package-card-content .premium-package-card-button-added-info,
.premium-package-card-content .premium-package-card-button-add-info {
    padding: 12.5px 13px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.premium-package-card-content .premium-package-card-button-added-info {
    background-color: #008ABE;
}

.premium-package-card-content .premium-package-card-button-add-info {
    background-color: #0A5F8B;
}

.premium-package-card-content .premium-package-card-more-info {
    height: 17px;
    width: 90px;
    color: #06A9F4;
    font-family: "DIRECTVCurve Regular";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
}

    .premium-package-card-content .premium-package-card-more-info:hover {
        color: #06A9F4;
    }

.premium-package-card-image {
    width: 100%;
    height: 178px;
    overflow: hidden;
}

.premium-package-card-image-short {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.premium-package-image-background-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,1) 100%);
}

.premium-package-image-background {
    border-radius: 8px;
}

.premium-package-image-title {
    position: relative;
    top: -100px;
    width: 156px;
    height: 64px;
}

.premium-package-card-button-icon {
    width: 15px;
    height: 14px;
}

.premium-package-not-available-message-logo {
    width: 20px;
    height: 20px;
    margin: 10px 0.5px 0 10.5px;
}
/*premium package section*/
/*my plane details*/
.section-three {
    min-height: 278px;
    margin-bottom: 56px;
    /*flex*/
    display: flex;
    flex-flow: row nowrap;
}

.section-three-center {
    padding-right: 7.2%;
    padding-left: 7.2%;
    min-height: 198px;
    margin-bottom: 130px;
    display: flex;
    flex-flow: row nowrap;
    text-align: center;
    margin-top: 49px;
}

.my-plan-main-section {
    width: 66%;
}

.my-plan-main-section-center {
    width: 100%;
}

.my-plan-details-content {
    padding: 23.5px 20.5px;
    width: 100%;
    height: 100%;
    background-color: #030C15;
    /*flex*/
    display: flex;
    flex-direction: column;
}


.my-plan-details-content-center {
    width: 100%;
    height: 100%;
    background-color: rgb(3, 12, 21);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

.my-plan-header {
    width: 100%;
    /*flex*/
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.my-plan-header__bundle {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: normal;
}

#my-plan-header-titles h1, #my-plan-header-titles h1 em {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 43px;
}
    #my-plan-header-titles h1.px-32 {
        font-size: 32px;
    }

.cash-details-disconected-text-left {
    text-align: left !important;
    margin-top: 27px !important;
}
#my-plan-header-titles h1 {
    margin-top: 2px;
    margin-bottom: 0;
    color: #FFFFFF;
}

    #my-plan-header-titles h1 em {
        color: #F58220;
        font-family: inherit;
    }

#my-plan-header-titles h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 10px;
}

#my-plan-header-titles h3 {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-transform: uppercase;
    opacity: 0.6;
}

.my-plan-header__bundle__label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 14px !important;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.my-plan-header__bundle__title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px !important;
    line-height: 43px !important;
    color: #FFFFFF;
    margin-top: 2px;
    margin-bottom: 0;
    max-width: 350px;
}

.my-plan-action__bundle {
    padding: 15px 38px;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: #00AEEF;
    border-radius: 3px;
}

.my-plan-description__bundle {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.pill-premium__bundle {
    background: #48484880;
    border-radius: 8px;
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    padding: 9.45px 14px;
    text-decoration: none;
    cursor: auto;
    pointer-events: none;
    margin-right: 7px;
}

.my-plan-header .modify-my-plan {
    display: initial;
    padding: 8px 9px;
    border-radius: 5px;
    width: 230px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    background-color: #009FDB;
}

.box .modify-my-plan {
    display: initial;
    padding: 15px 38px;
    border-radius: 3px;
    width: 500px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    background-color: #009FDB;
}

.my-plan-header .modify-my-plan:hover {
    color: #FFFFFF;
}

.box .modify-my-plan:hover {
    color: #FFFFFF;
}


.my-plan-details-content p {
    display: initial;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 24.5px;
}

.check-channels-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.my-plan-details-content .check-channels {
    padding: 11px 15px 9px 10px;
    margin-right: 0.5vw;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
    background-color: #25292E;
}

    .my-plan-details-content .check-channels:hover {
        color: #FFFFFF;
        cursor: default;
    }

.my-plan-details-content .manage-subscription {
    display: none;
    width: 219px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #009FDB;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Medium";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    padding: 8px 0;
    margin-top: 34px;
}

    .my-plan-details-content .manage-subscription:hover {
        color: #FFFFFF;
    }
/*my plane details*/
/*Billing amount payment method*/
.billing-amount-main-section {
    margin-left: 2.5%;
    width: 31.5%;
    min-width: 255px;
}




.billing-and-payment-content {
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
    /**flex*/
    display: flex;
    flex-direction: column;
}

.billing-and-payment-content-margin-top {
    margin-top: 25px;
}

.billing-content {
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
    margin-bottom: 20px;
    /**flex*/
    display: flex;
    flex-direction: column;
}

.payment-content {
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
    /**flex*/
    display: flex;
    flex-direction: column;
}

.payment-content-new-AR-design {
    width: 100%;
    padding: 20px 20px 30px 20px;
    background-color: rgba(0,0,0,0.5);
    /**flex*/
    display: flex;
    flex-direction: column;
}
/* MDTV-1808 - OTT LATAM AR - Reactivation for trial customers - change stars */
.billing-and-payment-content .trial-reactivation-payment {
    min-height: 100% !important;
}
/* MDTV-1808 - OTT LATAM AR - Reactivation for trial customers - change ends */

.billing-section {
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
    /*Flex*/
    display: flex;
    flex-direction: column;
}

.billing-section-new-AR-design {
    box-sizing: border-box;
    /*padding-bottom: 20px;*/
    /*border-bottom: 1px solid #979797;*/
    /*Flex*/
    display: flex;
    flex-direction: column;
}

    .credit-card-brand, .credit-card-number, #payment-section h3, #payment-sec h3, .billing-section .billing-section-amount, .billing-section-new-AR-design,
    .billing-section, .billing-section-new-AR-design .billing-section-title,
    .billing-section .billing-section-title, #my-plan-header-titles h3, #my-plan-header-titles h2,
    .my-plan-details-content .check-channels, .premium-package-card-title,
    #activate-premium-package .activate-premium-package-title, .frequently-questions-content h1,
    .frequently-questions-content p a {
        color: #FFFFFF;
        font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    }

.my-plan-details-content p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    text-align: center;
}

.billing-section .billing-section-title {
    height: 15px;
    width: 195px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    opacity: 0.6;
}

.billing-section-new-AR-design .billing-section-title {
    height: 15px;
    width: 195px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    opacity: 0.6;
}
    .billing-section-new-AR-design .billing-section-title.px14-gray {
        opacity: 1;
        color: #C1C1C1;
        font-size: 14px;
    }

        .billing-section-new-AR-design .billing-section-title.px14-gray.mrg-9px-bottom {
            margin-bottom: 9px !important;
        }

.billing-section .billing-section-amount {
    height: 43px;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 43px;
    margin-top: 6px;
    margin-bottom: 14px;
}

.billing-section-new-AR-design .billing-section-amount {
    height: 43px;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 43px;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-bottom: 14px;
}

.billing-section .more-information-button {
    width: 152px;
    border-radius: 5px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    padding: 8px 13.5px;
    background-color: #000000;
    border: 1px solid #626161;
}

.billing-section, .billing-section-new-AR-design .more-information-button:hover {
    color: #FFFFFF;
}

.billing-section-new-AR-design .billing-section-message {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.015em;
    text-align: left;
    padding-bottom: 10px;
}

.billing-section-new-AR-design .billing-section-recharge {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

    .billing-section-new-AR-design .billing-section-recharge.px12-blue-sub {
        font-size: 12px;
        text-decoration: underline;
        color: #03ADEF;
        letter-spacing: 0.5px;
    }

        .billing-section-new-AR-design .billing-section-recharge.px12-blue-sub.mrg-10px-bottom {
            margin-bottom: 10px;
        }


#payment-section h3, #payment-sec h3 {
    height: 15px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    margin-top: 20px;
    margin-bottom: 11px;
    opacity: 0.6;
}

/* MDTV-1808 - OTT LATAM AR - Reactivation for trial customers - change stars */
.trial-reactivation-payment #payment-sec .expired-card-bill-with-amount-container .ott-uppercase {
    margin-top: 1px !important;
}
/* MDTV-1808 - OTT LATAM AR - Reactivation for trial customers - change ends */

.credit-card-information {
    margin-bottom: 0px;
    /*Flex*/
    display: flex;
    flex-direction: row;
    align-items: center;
}

.credit-card-brand {
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    padding: 6.5px 9.5px 5.5px 9.5px;
    background-color: #1565C0;
}

.credit-card-number {
    height: 17px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    margin-left: 10px;
}

    .credit-card-number.card-image-properties {
        padding-left: 40px;
        background-position: left center !important;
        margin-left: 0px;
        background-size: 33px 26px !important;
        height: 26px;
        line-height: 26px;
    }

#payment-section .update-credit-card, #payment-sec .update-credit-card {
    height: 17px;
    color: #03ADEF;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
}

.ott-payment-warning-icon {
    left: 0px !important;
}

.ott-plan-detail-activate-subscription {
    padding-bottom: 30px;
    padding-top: 30px;
}

.banner-toast {
    padding-bottom: 15px;
    margin-right: 20px;
}

@media screen and (max-width: 700px) {

    .banner-toast {
        padding-bottom: 15px;
        margin: 0px 20px;
    }

    .section-two {
        width: 100%;
    }

    .section-three {
        flex-flow: row wrap;
    }

    .billing-amount-main-section {
        margin-left: 0;
        width: 100%;
        margin-top: 19px;
    }

    .my-plan-main-section {
        width: 100%;
    }

    .premium-package-cards-container-desktop {
        display: flex;
        justify-content: space-around;
    }

    .ott-slideshow-button {
        display: block;
    }

    .ott-modal-common-class {
        left: 15px;
        top: 20px;
        width: calc(100vw - 30px);
    }

    .all-channels-modal {
        width: auto !important;
    }

    .all-channels-modal__channel-list {
        height: 385px;
        overflow-y: auto;
    }

    .reactivate-suscriptions-button-box {
        margin-top: 75px !important;
    }

    .ott-reactivate-page-header {
        width: 100% !important;
        text-align: center !important;
    }

    #ott-reactivate-basic-package-success-modal,
    #ott-reactivate-basic-package-failure-modal {
        right: 15px !important;
        left: 15px !important;
    }

    .paquetes-premium__single-package__package-trial-label {
        position: inherit !important;
        width: 200px !important;
    }
}

.channel-list-item-name {
    opacity: 0.8;
}

.navitem.active {
    border-bottom: 3px solid #FFF !important;
}

@media screen and (max-width: 500px) {
    .ott-cash-payment-portal {
        right: auto !important;
    }

    .ott-cash-payment-warning-message-container {
        flex: auto !important;
        height: 55px !important;
    }

        .ott-cash-payment-warning-message-container b {
            width: 85% !important;
            padding-top: 0px !important;
        }

    .section-one .username-title,
    .section-one .username-title__ar {
        font-size: 21px;
        letter-spacing: 0;
        line-height: 26px;
        font-weight: initial;
    }

    .section-one .username-title__ar {
        margin-bottom: 16px !important;
        height: auto;
    }

    .my-plan-header .modify-my-plan, .section-one .username-edit {
        display: none;
    }
    .box .modify-my-plan, .section-one .username-edit {
        display: none;
    }

    .my-plan-action__bundle {
        display: none;
    }

    .my-plan-details-content .check-channels {
        border: none;
        text-align: left;
    }

    .my-plan-details-content .manage-subscription {
        display: initial;
    }

    .billing-section, .billing-section-new-AR-design .more-information-button {
        width: 161px;
        padding: 8px 0;
        font-family: "DIRECTVCurve Medium";
    }

    .frequently-questions-content .devices-and-browsers {
        margin-bottom: 19px;
    }

    .frequently-questions-content .directv-channels {
        margin-top: 11px;
        margin-bottom: 10px;
    }

    .frequently-questions-content .error-messages {
        margin: 12px 0;
    }

    .frequently-questions-content .any-doubts {
        margin-top: 19px;
    }

    .section-two .ott-your-free-test, .section-two .ott-your-free-test .ott-your-free-test__rectangle {
        padding-right: 0;
    }
    /*premium cards mobile*/
    /* The dots/bullets/indicators */
    .premium-package-cards-container-desktop {
        flex-flow: column nowrap;
        align-items: center;
    }

    .section-four-override {
        background-color: #030C15 !important;
    }

    .ott-slideshow-button {
        display: none;
    }

    .ott-slideshow-navigation {
        margin-top: 400px;
    }

    .dot-container {
        display: initial;
        text-align: center;
        margin-top: 14px;
    }

    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #979797;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

        .active, .dot:hover {
            background-color: #505050;
        }

    .ott-row-reverse {
        width: 100%;
        display: -webkit-flex;
        -webkit-flex-direction: column-reverse;
        display: flex;
        flex-direction: column-reverse;
    }

    .ott-cash-warning-message__NotEnoughBalance {
        padding-top: 20px;
        width: fit-content;
        color: #FFFFFF;
        font-size: 15px;
    }

    .ott__giftcards__home_redeem__action {
        width: 100% !important;
    }
}
/*Billing amount payment method*/

.aling-vertical-center {
    margin: 0;
    position: absolute;
}

.billing-and-invoices {
    margin: auto;
    width: 960px;
    padding-top: 20px;
}

    .billing-and-invoices .more-information-button {
        display: none;
    }

    .billing-and-invoices .billing-section-amount {
        margin-bottom: 0;
    }

.ott-billing {
    margin-top: 25.5px;
}

.ott-billing-and-payment-title {
    font-size: 32px !important;
    line-height: 38px;
    letter-spacing: normal;
    text-align: left;
    color: #FFFFFF;
}

.ott-billing-payment-details {
    width: 304px;
    height: 233px;
}

.ott-billing-details {
    margin-top: .5px;
    margin-left: 25.5px;
}

.ott-billing-detail-container {
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    display: block;
    width: 594px !important;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: #222222;
}

.ott-billing-detail-header {
    font-size: 18px !important;
    margin-bottom: 22px !important;
    line-height: 22px !important;
    color: #FFFFFF;
}

.ott-biling-detail-content {
    margin-bottom: 21.5px;
}

.billing-detail-accordion {
    cursor: pointer;
    width: 100%;
    transition: 0.4s;
    border-bottom: 1px solid #979797;
    color: #222222;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 31px;
    text-transform: uppercase;
}

.badge {
    display: inline-block;
    background-color: #D8D8D8;
    width: 21px;
    height: 16px;
    margin-right: 9px;
}

.border-full-screen {
    width: 100vw;
    border-bottom: 1px solid #979797;
    height: 1px;
    /*position: absolute;
    left: 0;
    bottom: 0;*/
}

.ott-accordion-expand {
    padding-left: 14px;
    padding-right: 14px;
    content: "";
    display: inline-block;
    height: 6px;
    width: 12px;
    background-size: 12px 6px;
    padding-bottom: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/iconSectionSeven.png);
}

.ott-accordion-active {
    transform: rotate(180deg);
}

.billing-detail-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #222222;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 23px;
    padding-left: 30px;
    padding-right: 30px;
}

.billing-detail-total-amount {
    box-sizing: border-box;
    height: 75px;
    width: 593px;
    border-radius: 8px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}

.billing-total-amout-label {
    padding-left: 20.5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding-top: 5px;
}

.billing-total-amout-value {
    padding-right: 20.5px;
    font-size: 18px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 31px;
}

.billing-detail-total amount * {
    height: 43px;
    width: 466px;
    color: #222222;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
}

.billing-detail-footer-info {
    height: 23px;
    width: 593px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-top: 21.5px;
}

.billing-previous-invoices {
    /*height: 451px;*/
    width: 100%;
    margin-top: 82.5px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 0px;
}

.ott-previous-invoices-container-mobile {
    display: none;
}

.ott-previous-invoices-container {
    display: block;
    box-sizing: border-box;
    align-content: center;
    margin: auto;
    width: 960px;
}

.ott-fit-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ott-previous-invoices-container h1 {
    height: 29px;
    width: 205px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 27px;
}

.ott-previous-invoices-list {
    width: 961px;
}

.ott-previous-invoice-date-label {
    margin-left: 0;
}

.ott-previous-invoice-detail-label {
    margin-left: 22px;
}

.ott-previous-invoice-period-label {
    margin-left: 103px;
}

.ott-previous-invoice-payment-method-label {
    margin-left: 113px;
}


.ott-previous-invoice-amount-label {
    margin-left: 51px;
    width: 88px !important;
}

.ott-previous-invoices-list-header {
    display: table-cell;
}

.ott-previous-invoices-list-header-label {
    text-transform: uppercase;
    opacity: 0.6;
    height: 16px;
    width: 142px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 31px;
}

.ott-previous-invoices-list-content {
    margin-top: 17px;
}

.ott-previous-invoices-list-content-item {
    /*border-bottom: 1px solid #979797;*/
}

.content-item {
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular";
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 39px;
}

.content-item-date {
    height: 38px;
    width: 20%;
    margin-left: 0;
}

.content-item-detail {
    height: 38px;
    width: 223px;
    margin-left: 50px;
}

.content-item-period {
    height: 38px;
    width: 223px;
    margin-left: 22px;
}

.content-item-payment-method {
    height: 38px;
    width: 95px;
    margin-left: 32px;
}

.content-item-amount {
    height: 38px;
    width: 20%;
}

.content-item-button {
    height: 38px;
    width: 60%;
}

.previous-invoice-credit-card {
    box-sizing: border-box;
    height: 19px;
    width: 35px;
    border: 1px solid #979797;
    border-radius: 2px;
    background-color: #D8D8D8;
    font-size: 8px;
    color: #222222;
    font-family: "DIRECTVCurve Regular";
    font-size: 8px;
    letter-spacing: 0;
    line-height: 10px;
    text-align: center;
}

.invoice-item-download {
    content: "";
    display: inline-block;
    height: 21px;
    width: 21px;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/downloadIcon.png);
}

.plan-y-paquetes-container {
    /*width: 960px;
    margin: auto;*/
    background: #081A2B;
    padding-bottom: 1px;
}

.ott-all-channels__information__numbers {
    display: inline-flex;
    width: 50%;
    justify-content: space-between;
}

.ott-all-channels__information {
    margin-bottom: 25px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.ott-all-channels__information_ar {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.ottCashWarning_Ar {
    color: white;
    font-size: 1.06em;
    font-weight: 400;
    font-family: "DIRECTVCurve Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 20px;
    width: 960px;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 30px;
}

.ott-all-channels__information__number__text {
    height: 24px;
    width: 300px;
    color: #FFF;
    font-family: "DIRECTVCurve Medium", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.ott-all-channels__information__price__text {
    height: 24px;
    width: auto;
    color: #FFF;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

.ott-all-channels__information__cancel-suscription-desktop-display {
    display: flex;
}

.ott-all-channels__information__cancel-suscription {
    box-sizing: border-box;
    height: 34px;
    width: 210px;
    border: 1px solid #979797;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    line-height: 18px;
    padding: 8px 9px;
    text-align: center;
}

.ott-all-channels__information__change-plan {
    box-sizing: border-box;
    height: 34px;
    width: 122px;
    border: 1px solid #00A1E1;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    background: #00A1E1;
    margin-right: 14px;
    line-height: 18px;
    padding: 8px 9px;
    text-align: center;
}

.ott-your-free-test,
.ott-all-channels,
.paquetes-premium,
.mi-suscripcion-directv-go-container,
.mi-suscripcion-directv-go-container__cl,
.plan-y-paquetes-premium-package #activate-premium-package {
    width: 960px;
    margin: auto;
}

.mi-suscripcion-directv-go-container {
    padding-top: 35px;
}

.mi-suscripcion-directv-go-container__cl {
    padding-top: 5px !important;
}

.ott-all-channels {
    width: 960px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.ott-your-free-test__rectangle {
    height: 74px;
    width: 959px;
    box-sizing: border-box;
    border: 1px solid #979797;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-top: 11px;
    padding-bottom: 14px;
    display: inline-flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 30.5px;
    border-radius: 5px;
    background: #FFF;
}

    .ott-your-free-test__rectangle.ott-your-free-test__rectangle-single-line {
        height: 46px;
    }

.ott-your-free-test__rectangle.ott-your-mercado-pago-payment__rectangle-single-line {
    height: 67px;
}

.ott-your-free-test__rectangle-single-line .ott-your-free-test__rectangle__warning {
    height: 45px;
    padding-top: 11px;
}

.ott-your-mercado-pago-payment__rectangle-single-line .ott-your-free-test__rectangle__warning {
    height: 67px;
    padding-top: 21px;
}

.ott-your-mercado-pago-payment__text {
    font-family: ''DIRECTV Curve'';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
}

    .ott-your-mercado-pago-payment__text .ott-your-mercado-pago-payment__text-gray {
        color: #646464;
    }

.ott-your-free-test__rectangle-single-line .ott-your-free-test__padding-fixed {
    /*padding-right: 20px;*/
}

.ott-warning-activation-msg-padding-fixed {
    padding-right: 20px;
}

.ott-all-channels__channels-box {
    box-sizing: border-box;
    height: 200px;
    width: 960px;
    max-width: 100%;
    border-radius: 8px;
    padding: 32.5px 32.77px 43.86px 28.53px;
    position: relative;
    background: rgba(0,0,0,.5);
    margin-bottom: 30px;
}

.display-in-desktop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.display-in-mobile {
    display: none;
}

.ott-your-free-test__rectangle__text {
    display: inline-flex;
    padding-left: 0;
}

.ott-cannot-regret_all_lists {
    width: 940px;
    height: 103px !important;
    left: 365px;
    top: 401px;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 0px;
    margin-right: 24px;
    padding-left: 34px;
}

.ott-confirmed-regret_all_lists {
    width: 836px;
    height: 220px !important;
    left: 365px;
    top: 401px;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 0px;
    margin-right: 24px;
    padding-left: 34px;
}

.ott-confirmed-regret-title {
    padding-top: 50px !important;
    padding-right: 571px !important;
    color: white;
}

.ott-confirmed-regret-number {
    color: #00ADEE;
    font-style: normal;
    font-weight: normal;
}

.ott-confirmed-regret-features {
    position: relative;
    margin-bottom: 100px;
    display: block;
    color: white;
    padding-top: 34px;
    width: 91%;
    font-weight: normal;
    font-family: 'DIRECTVCurve Light';
    font-size: 16px;
    color: #FFFFFF;
}


.ott-cannot-regret-features {
    padding-top: 35px;
    position: relative;
    margin-bottom: 135px;
    display: block;
    font-family: 'DIRECTVCurve Regular';
    font-size: 16px;
}

.ott-cannot-regret-title {
    padding-top: 50px !important;
    padding-left: 471px !important;
    color: white;
}

.ott-cannot-regret-page {
    margin: auto;
    width: 960px;
    padding-top: 30px;
    margin-bottom: 200px;
}

.ott-confirmed-regret-page {
    margin: auto;
    width: 960px;
    padding-top: 30px;
    margin-bottom: 20px;
}

.ott-cannot-regret-paragraph {
    color: #FFFFFF;
    font-size: 16px;
    width: 780px;
    font-family: 'Open Sans';
    font-weight: normal;
    line-height: 19px;
}

.ott-cannot-regret-page-header {
    width: 601px;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    padding-bottom: 23px;
    margin-left: 75px;
}

.ott-your-free-test__rectangle__warning {
    margin-right: 10px;
    padding-top: 26px;
    background: #F89C0B;
    text-align: center;
    height: 74px;
    position: relative;
    bottom: 11px;
    left: -11px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 44px;
}

.ott-your-free-test__rectangle__red-warning {
    background: #EF3F3F !important;
}

.subscription_cancelled {
    font-size: 18px;
}

.activation-wrn {
    font-size: 16px;
    font-weight: 600;
}

.ott-your-free-test__rectangle__text-bottom {
    opacity: 0.6;
    font-size: 14px;
}

.ott-your-free-test__rectangle__text-bottom__bundle {
    line-height: 17px;
}

.main-content a.cancela-tu-sucripcion-link {
    color: #000000;
    text-decoration: underline;
}

.subscription_cancelled_container {
    padding-top: 2px;
}

.ott-your-free-test__rectangle__texts {
    width: fit-content;
}

.ott-your-free-test__rectangle__text-top {
    margin-bottom: 6px;
    margin-top: 0px;
}

.ott-your-free-test__rectangle__text-top {
    color: #222;
}

.ott-your-free-test__rectangle__text-top__bundle {
    font-size: 16px !important;
    line-height: 19px !important;
}

.ott-your-free-test__rectangle__cancel {
    padding-top: 17px;
}

.ott-your-free-test__rectangle__cancel-text {
    color: #6E6C6C;
    font-size: 14px;
    text-decoration: underline;
}

.paquetes-premium__single-package__column h5 {
    font-size: 16px !important;
}

.paquetes-premium__plan-detail {
    width: 28%;
    position: absolute;
    line-height: 19px;
}

.paquetes-premium {
    position: relative;
    margin-bottom: 20px;
}

.paquetes-premium__single-package {
    width: 100%;
    display: inline-flex;
    padding-bottom: 35px;
    border-bottom: 1px solid #979797;
    margin-bottom: 25px;
}

    .paquetes-premium__single-package:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.paquetes-premium__single-package-last {
    border-bottom: none;
    margin-bottom: 0;
}

.paquetes-premium__single-package__column {
    /*width: 20%;*/
}

.paquetes-premium__single-package__first-column {
    /*width: 40%;*/
}

.paquetes-premium__single-package__column__first-row {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    min-width: 282px;
    padding-right: 60px;
    margin-bottom: 10px;
}

.package-includes {
    font-size: 12px !important;
    color: #222222;
    font-family: "Helvetica Neue Light", Arial, sans-serif !important;
}

.paquetes-premium__header {
    margin-bottom: 43px;
}

    .paquetes-premium__header h2 {
        color: #FFF;
        font-size: 24px !important;
    }

.package-name-incluye-text {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 15px;
    font-size: 12px;
}

.quitar-del-plan, .reactivar-plan {
    box-sizing: border-box;
    height: 34px;
    width: 152px;
    border: 1px solid #979797;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 9px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    line-height: 18px;
}

.reactivar-plan {
    padding-left: 0 !important;
    text-align: center;
}

h5.paquetes-premium__single-package__package-name {
    font-size: 20px !important;
    color: #FFF;
}

.paquetes-premium__single-package__column__first-row-package-name-price div .paquetes-premium__single-package__package-date {
    margin-top: 11px;
    font-size: 14px;
    color: #FFFFFF;
    font-style: italic;
    letter-spacing: 0;
}

.paquetes-premium__single-package__column-number-2-packages {
    padding-top: 24px;
}

.ott-all-channels__channels-box__logo-channel {
    width: 30px;
    margin-bottom: 12px;
    margin-left: 25px;
}

a.cancela-tu-suscripcion-text {
    text-decoration: underline;
    color: rgb(51,51,51);
}

.ott-all-channels__ver-todos-text {
    position: absolute;
    bottom: 13px;
    left: 46%;
    color: #06A9F4;
    font-size: 14px;
}

    .ott-all-channels__ver-todos-text:hover {
        cursor: pointer;
    }

.all-channels-modal {
    width: 636px;
    height: 587px;
    padding: 40px 15px 35px 25px;
}

.all-channels-modal__header {
    text-align: center;
    margin-bottom: 44px;
}

    .all-channels-modal__header h2 {
        text-align: center;
        color: #222222;
        font-size: 30px;
    }

    .all-channels-modal__header h5 {
        color: #222222;
        font-size: 16px;
    }

.close-all-channels-modal, ott-more-info-buttons .more-info-close {
    color: #6E6C6C;
    font-size: 14px;
    margin-top: 25px;
    text-decoration: underline;
}

    .close-all-channels-modal:hover {
        cursor: pointer;
    }


.paquetes-premium__single-package__column h6,
.paquetes-premium__single-package__column h5 {
    color: #FFF !important;
}

.no-wrap {
    white-space: nowrap !important;
}

.paquetes-premium__single-package__column h6 {
    font-size: 12px;
    margin-bottom: 10px;
    opacity: 0.6 !important;
}

.mi-suscripcion-directv-go-text {
    font-size: 36px;
    color: #FFFFFF !important;
}

@media (min-width: 950px) {
    .paquetes-premium__single-package__column.paquetes-premium__single-package__first-column {
        width: 33% !important;
        display: inline-grid !important;
    }

    .ott-all-channels__information__cancel-suscription-mobile {
        display: none;
    }

    .activa-paquetes-premium-container {
        width: 100%;
    }

        .activa-paquetes-premium-container .section-four {
            padding-bottom: 10px;
        }

    .display-in-mobile {
        display: none;
    }


    .paquetes-premium__single-package__column__first-row {
        width: 42%;
    }

    .paquetes-premium__single-package__column__first-row-package-info {
        width: 100%;
    }

    .paquetes-premium__single-package__column.paquetes-premium__single-package__column-quitar-plan {
        width: 25%;
    }

        .paquetes-premium__single-package__column.paquetes-premium__single-package__column-quitar-plan .quitar-del-plan {
            float: right;
        }

        .paquetes-premium__single-package__column.paquetes-premium__single-package__column-quitar-plan .reactivar-plan {
            float: right;
        }

    .active-optional-text-container {
        position: relative;
        bottom: 30px;
    }
}

h2.mi-suscripcion-directv-go-text-directvgo {
    color: #FFF;
    font-size: 36px;
}

@media (max-width: 950px) {
    .premium-package-cards-slideshow-container {
        flex-flow: column nowrap !important;
        justify-content: flex-start;
    }

    .ott-slideshow-button {
        display: none;
    }

    .ott-plan-packages-premium-spinner {
        width: 100%;
        float: inherit !important;
    }

    .ott-your-free-test,
    .ott-all-channels,
    .ott-your-free-test__rectangle,
    .plan-y-paquetes-premium-package #activate-premium-package,
    .mi-suscripcion-directv-go-container,
    .mi-suscripcion-directv-go-container__cl,
    .paquetes-premium {
        width: calc(100vw);
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
        padding-bottom: 15px;
        line-height: 1.3;
    }

    .display-in-desktop {
        display: none;
    }

    .display-in-mobile {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .activa-paquetes-premium-container {
        width: 100vw;
        border-bottom: 1px solid #979797;
        margin-bottom: 40px;
    }

    .activa-paquetes-premium-container__ar {
        margin-bottom: 0px;
    }

    .activa-paquetes-premium-container .section-four {
        padding-bottom: 0;
    }

    .activa-paquetes-premium-container .premium-package-cards-container-desktop {
        margin-bottom: 10px;
    }

    .ott-all-channels__information__price__text.price {
        font-size: 21px;
    }

    .ott-all-channels__information__price__text.month {
        font-size: 14px;
    }

    .ott-all-channels__information__price {
        text-align: right;
    }

    .package-includes {
        opacity: 0.6;
        margin-bottom: 7px !important;
    }

    .ott-your-free-test__rectangle__warning {
        margin-right: 10px;
        margin-top: 1px;
        padding-top: 26px;
        background: #F89C0B;
        text-align: center;
        height: 110px;
        position: relative;
        bottom: 12px;
        left: -15px;
        border-radius: 0;
        width: auto;
    }

    .ott-your-free-test__rectangle__text-top {
        margin-top: 4px !important;
    }

    .ott-your-free-test__rectangle__text {
        width: 327px;
    }

    .ott-cash-warning-message__content-dimension {
        height: 95px !important;
    }

    .ott-your-free-test__rectangle.ott-your-free-test__rectangle-single-line {
        height: 95px;
    }

    .ott-your-free-test__rectangle-single-line .ott-your-free-test__rectangle__warning {
        height: 95px;
        width: 13px;
        margin-top: 0px;
        bottom: 11px;
    }

    .ott-your-free-test__rectangle__cancel {
        display: none;
    }

    .ott-your-free-test__rectangle {
        height: 110px;
        border-radius: 0;
    }

    #ott-your-free-test.ott-your-free-test {
        border: none !important;
    }

    .warning-covid-icon {
        display: none;
    }

    .ott-warning-covid-icon {
        height: 25px !important;
        margin: 17px 10px 17px 4px;
        /*display: inline-block;*/
        /*margin-top: 10px;
        margin-right: 32px;*/
    }

    .ott-all-channels {
        width: calc(100vw);
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 36px;
        flex-wrap: wrap;
        line-height: 1.3;
    }

    .ott-all-channels__channels-box {
        width: calc(100vw - 40px);
        line-height: 1.3;
    }

    .ott-your-free-test {
        padding-left: 0;
        padding-top: 25px;
    }

    .ott-your-free-test__rectangle {
        display: inline-block;
        border: none;
    }

    .paquetes-premium__single-package {
        display: inline-block;
    }

    .ott-all-channels__information__cancel-suscription-desktop {
        display: none;
    }

    .ott-all-channels__information__cancel-suscription-mobile .ott-all-channels__information__cancel-suscription {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .ott-all-channels__information__cancel-suscription-mobile .ott-all-channels__information__change-plan {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .ott-all-channels__information__cancel-suscription-mobile .ott-change-plan-spinner-container {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .ott-loading-spinner.customize-spinner {
        margin-right: 0px !important;
    }

    .ott-all-channels__information__cancel-suscription-mobile {
        margin-bottom: 15px;
        text-align: center;
    }

    .paquetes-premium__single-package__first-column {
        width: 100%;
    }

    .paquetes-premium__single-package__column__first-row {
        padding-right: 0;
    }

    .ott-your-free-test__rectangle__cancel-text {
        padding-left: 25px;
    }

    div.quitar-del-plan {
        margin: auto;
    }

    .paquetes-premium__single-package__column {
        width: fit-content;
    }

    .paquetes-premium__single-package__column-quitar-plan {
        width: 100%;
    }

    .active-optional-text-container {
        margin-bottom: 10px;
    }

    .paquetes-premium__single-package__column {
        float: none !important;
    }

    .ott-all-channels__information {
        display: inline-block;
    }

    .ott-all-channels__information__numbers {
        width: 100%;
    }

    .paquetes-premium__single-package__first-column {
        width: 100%;
    }

    .ott-all-channels__channels-box {
        padding: 24px 00px 24px 3px;
    }

    .ott-all-channels__ver-todos-text {
        left: 39%;
        bottom: 20px;
    }

    .ott-all-channels__channels-box {
        height: 338px;
    }

    .billing-and-invoices {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ott-billing-and-payment-title {
        margin-bottom: 19.5px !important;
    }

    .ott-billing {
        margin: 0;
    }

    .ott-billing-payment-details {
        height: 233px;
        width: 100%;
    }

    .ott-billing-details {
        margin-top: 27.5px;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        float: left;
    }

    .ott-billing-detail-header {
        width: 100%;
        margin-bottom: 17px !important;
    }

    .ott-billing-detail-container {
        width: 100% !important;
    }

    .billing-detail-panel {
        margin-bottom: 29px;
    }

    .ott-mobile-column-6 {
        width: 50%;
    }

    .ott-mobile-column-12 {
        width: 100%;
    }

    .ott-mobile-updown-column-12 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .billing-detail-footer-info {
        height: 46px;
        width: 100%;
        margin-top: 17px;
    }

    .billing-previous-invoices {
        width: 100%;
        margin-top: 18.5px;
        padding-bottom: 20px;
    }

    .ott-previous-invoices-container {
        display: none;
    }

    .ott-previous-invoices-container-mobile {
        display: block;
        padding-bottom: 30.5px;
        padding-left: 20.5px;
        padding-right: 20.5px;
        width: 100%;
    }

        .ott-previous-invoices-container-mobile h1 {
            color: #FFFFFF;
            font-size: 32px;
            letter-spacing: 0;
            line-height: 38px;
        }

    .ott-mobile-previous-invoices-header {
        margin-top: 32.5px;
        padding-bottom: 2px;
        color: #FFFFFF;
        opacity: 0.6;
        font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 31px;
    }

    .ott-mobile-previous-invoice-item {
        box-sizing: border-box;
        padding: 5px 0px;
    }

    .ott-mobile-previous-invoice-item-border {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .ott-mobile-previous-invoices-list .billing-detail-accordion {
        border-bottom: 0px;
        color: #FFFFFF;
        font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 39px;
    }

    .ott-mobile-previous-invoices-list .billing-detail-panel {
        margin-bottom: 0;
        color: #222222;
        font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 39px;
        padding-left: 0;
        padding-right: 0;
    }

    .invoice-download-btn-mobile {
        text-align: center;
    }

    .ott-home-modals .ott-modal-common-class {
        left: 20px;
        right: 20px;
    }

    .ott-more-info-container, .ott-home-add-package-container {
        width: 100% !important;
        height: auto !important;
        padding: 15px 20px 32px 20px !important;
    }

    .more-info-close-top, .reactivate-premium-package-close {
        padding-right: 0;
    }

    .ott-more-info-modal-content {
        padding-top: 18px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ott-more-info-price {
        padding-top: 40px;
        text-align: center;
    }

    .ott-more-info-modal-channels {
        padding-top: 57px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: grid;
        grid-auto-flow: column;
        justify-items: center;
    }

    .ott-more-info-buttons {
        padding-top: 5px !important;
        padding-bottom: 0;
    }

        .ott-more-info-buttons .more-info-reactivar {
            margin-bottom: 25px;
        }

    .more-info-reactivar {
        width: 100% !important;
        height: 40px !important;
    }

    .more-info-add {
        width: 100% !important;
        height: 40px !important;
    }

    .ott-more-info-modal-channel {
        width: 95px !important;
        padding-bottom: 24px;
        width: auto;
        height: 50px;
    }

    .ott-home-add-package-header {
        font-size: 24px !important;
    }

    .ott-home-add-package-charges-header, .ott-add-package-charges-detail-header {
        font-size: 18px !important;
    }

    .ott-package-plan-badge, .ott-package-premiums-badge {
        background-image: none !important;
        padding-left: 0 !important;
    }

    .ott-package-accordion-expand {
        display: none !important;
    }

    .package-detail-panel {
        max-height: fit-content;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ott-home-add-package-detail {
        display: none !important;
    }

    .ott-home-add-package-detail-mobile {
        display: block !important;
        padding-top: 24px;
        padding-bottom: 31px;
    }

    .ott-package-charges-detail-header-mobile {
        color: #222222;
        font-size: 12px !important;
        letter-spacing: 0;
        line-height: 15px;
        width: 121px;
    }

    .ott-add-package-buttons {
        display: none !important;
        text-align: center;
    }

    .add-package-button {
        width: 100%;
        border-radius: 5px !important;
    }

    .ott-add-package-buttons-mobile {
        display: block !important;
        text-align: center;
    }

    .reactivate-premium-package-container, .reactivate-premium-package-success-container {
        width: 100% !important;
        height: auto !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .reactivate-premium-package-success-container {
        padding-top: 0px !important;
        margin-left: 0px !important;
    }

    .reactivate-premium-package-failure-container {
        width: 100% !important;
        height: auto !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ott-reactivate-page-container {
        width: 100% !important;
        padding-bottom: 20px;
    }

    .ott-reactivate-page-suscriptions-payment-method {
        width: 100% !important;
        height: 120px !important;
        padding-top: 40px;
    }

    .reactivate-suscription-item-box {
        width: 100% !important;
    }

    .reactivate-suscription-item-background {
        width: 89.5% !important;
    }

    .reactivate-suscriptions-amount-box {
        width: 100% !important;
    }

    .reactivate-amount-background {
        width: 89.5% !important;
    }

    .reactivate-suscriptions-button-box {
        width: 89% !important;
        margin-top: 50px;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .ott-reactivate-page-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .reactivate-warning-message-container {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
    }

    .reactivate-warning-icon {
        display: none;
    }

    .warning-icon-content {
        width: 10px !important;
        border-radius: 0 !important;
    }

    .reactivate-warning-message-description {
        padding-bottom: 17px;
    }

    .reactivate-amount-label {
        padding-top: 0 !important;
    }

    .reactivate-suscription-item-package {
        font-size: 17px !important;
    }

    .ott-loyalty-offer-close,
    .ott-linear-streaming-package-purchase-close {
        height: 21px;
    }

    .ott-loyalty-offer-desktop {
        display: none !important;
    }

    .ott-loyalty-offer-mobile {
        display: block !important;
    }

    .ott-loyalty-offer-accept-button-box-mobile {
        width: 100% !important;
        height: 55px;
        border-radius: 5px !important;
        background-color: #009FDB;
        text-transform: uppercase;
        margin-top: 30px !important;
    }

    .ott-loyalty-offer-decline-button-box-mobile {
        width: 100% !important;
        height: 56px;
        border: 1px solid rgba(154,154,154,0.2) !important;
        border-radius: 5px !important;
        text-transform: uppercase;
        color: #009FDB !important;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
        background-color: #FFFFFF !important;
        margin-top: 20px !important;
        margin-bottom: 53px !important;
    }

    .ott-loyalty-offer-container,
    .ott-loyalty-premium-offer-container {
        width: 100% !important;
        height: auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .ott-loyalty-offer-top-content,
    .ott-linear-streaming-package-purchase-top-content {
        padding-right: 0px !important;
    }

    .ott-loyalty-premium-offer-header {
        padding-right: 25px !important;
    }

    .ott-loyalty-premium-offer-description-label {
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }

    .premium-offer-description {
        padding-right: 0px !important;
    }

    .ott-loyalty-premium-offer-buttons-desktop {
        display: none !important;
    }

    .ott-loyalty-premium-offer-buttons-mobile {
        display: block !important;
    }

    .ott-loyalty-premium-offer-buttons {
        padding-right: 0px !important;
        padding-top: 0px !important;
    }

    div.loyaltyOfferFinalMessageBox {
        width: 80% !important;
        right: auto !important;
        top: 10% !important;
        margin: 0px 20px 0px 20px;
    }

    .ott-loyalty-offer-header,
    .ott-loyalty-premium-offer-header {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 24px !important;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 29px;
        text-align: center;
    }

    .ott-loyalty-offer-exit,
    .ott-linear-streaming-package-purchase-exit {
        font-size: 21px !important;
    }

    .ott-loyalty-offer-description-label,
    .ott-loyalty-premium-offer-description-label {
        height: auto !important;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
        padding-top: 30px;
    }

    .ott-loyalty-offer-description-offer {
        padding-top: 24px !important;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
    }

    .ott-cancel-redesign-packages {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .ott-cancel-redesign-packages-content {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .ott-cancel-redesign-message {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .ott-change-plan-page {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .ott-change-plan-page-header {
        padding-left: 20px;
    }

    .ott-change-plan-page-updown-header {
        padding-left: 20px;
    }

    .ott-change-plan-item-container {
        margin-bottom: 20px !important;
    }

    .ott-change-plan-item-updown-container {
        margin-bottom: 20px !important;
    }

    .ott-change-plan-all-channels-container {
        width: 100% !important;
        height: 591px !important;
    }

    .ott-change-plan-all-channels-list {
        height: 445px !important;
        overflow-y: auto;
    }

    .ott-change-plan-alert-text-container {
        padding-right: 0px !important;
    }

    .ott-change-plan-upgrade-confirmation-container,
    .ott-change-plan-downgrade-confirmation-container,
    .ott-change-plan-confirmation-container {
        width: auto !important;
        left: 20px !important;
        top: 81px !important;
        background: #FFFFFF;
        border-radius: 20px;
    }

    .ott-change-plan-upgrade-confirmation-button,
    .ott-change-plan-downgrade-confirmation-button {
        width: 279px !important;
        padding-left: 36px !important;
        padding-right: 36px !important;
    }

    .ott-change-plan-downgrade-confirmation-button {
        width: 279px !important;
        padding-left: 34px !important;
        padding-right: 30px !important;
    }

    div.ott-change-plan-upgrade-confirmation-header h1 {
        margin-right: 20px;
        margin-left: 20px;
    }

    div.ott-change-plan-upgrade-confirmation-header p {
        padding: 20px 20px 42px 20px !important;
    }

    div.ott-cash-change-plan-downgrade-confirmation-header h1,
    div.ott-cash-change-plan-upgrade-confirmation-header h1 {
        margin-right: 20px;
        margin-left: 20px;
        text-align: left !important;
        width: 80% !important;
        padding-left: 20px !important;
        padding-top: 30px !important;
    }

    div.ott-cash-change-plan-upgrade-confirmation-header p {
        padding: 20px 20px 42px 20px !important;
    }

    div.ott-cash-change-plan-downgrade-confirmation-header p {
        padding: 20px 20px 42px 20px !important;
        text-align: left !important;
    }

    .ott-cash-change-plan-downgrade-success-close,
    .ott-cash-change-plan-downgrade-confirmation-close,
    .ott-cash-change-plan-failure-close,
    .ott-cash-change-plan-upgrade-success-close,
    .ott-cash-change-plan-upgrade-confirmation-close {
        position: absolute !important;
        padding-top: 30px !important;
    }

    .ott-cash-change-plan-downgrade-success-header h1 {
        padding-top: 25px !important;
        text-align: left !important;
        margin-right: 46px !important;
        margin-left: 46px !important;
        width: 65% !important;
    }

    .ott-change-plan-upgrade-success-container {
        width: auto !important;
        height: 280px !important;
        left: 20px !important;
        top: 81px !important;
    }

    .ott-change-plan-downgrade-success-container,
    .ott-change-plan-success-container {
        width: auto !important;
        height: 280px !important;
        left: 20px !important;
        top: 81px !important;
    }

    .ott-cash-change-plan-downgrade-success-container {
        width: auto !important;
        height: 280px !important;
        left: 20px !important;
        top: 81px !important;
    }

    .ott-cash-change-plan-upgrade-success-container {
        width: auto !important;
        height: 411px !important;
        left: 16px !important;
        top: 127px !important;
    }

    div.ott-change-plan-upgrade-success-header h1 {
        margin-right: 46px;
        margin-left: 30px !important;
        width: 78% !important;
    }

    div.ott-change-plan-downgrade-success-header h1,
    div.ott-change-plan-success-header h1 {
        margin-right: 46px;
        margin-left: 30px !important;
        width: 78% !important;
    }

    div.ott-change-plan-success-header h1 {
        margin-left: 50px !important;
        width: 72% !important;
    }

    div.ott-change-plan-upgrade-success-header p {
        padding: 20px 25px 53px 25px !important;
    }

    div.ott-change-plan-downgrade-success-header p,
    div.ott-change-plan-success-header p {
        padding: 20px 25px 53px 25px !important;
    }

    div.ott-change-plan-success-header p {
        margin: 0px 17px !important;
    }

    .ott-cash-change-plan-upgrade-success-title {
        text-align: left !important;
        width: 55% !important;
        padding-left: 20px !important;
        padding-top: 30px !important;
    }

    .ott-cash-change-plan-upgrade-success-div {
        width: 108% !important;
    }

        .ott-cash-change-plan-upgrade-success-div h3 {
            width: 75%;
            padding-left: 12%;
        }

        .ott-cash-change-plan-upgrade-success-div p:first-of-type {
            width: 88%;
            padding-bottom: 10px !important;
        }

        .ott-cash-change-plan-upgrade-success-div p:nth-of-type(2) {
            width: 88%;
            padding-bottom: 35px !important;
        }

        .ott-cash-change-plan-upgrade-success-div a {
            padding-right: 10% !important;
        }

    .ott-change-plan-failure-container,
    .ott-change-plan-failure-hardbundle-container {
        width: 100% !important;
        height: 256px !important;
        left: 20px !important;
        top: 81px !important;
    }

    .ott-cash-change-plan-failure-container {
        width: 320px !important;
        height: 186px !important;
        left: 20px !important;
        top: 81px !important;
    }

    .ott-cash-change-plan-failure-paragraph {
        text-align: left !important;
    }

    div.ott-change-plan-failure-header p,
    div.ott-change-plan-failure-hardbundle-header p {
        padding: 25px 20px 40px 20px !important;
    }

    div.ott-change-plan-failure-hardbundle-header p {
        margin: 0px 10px;
    }

    .ott-cash-change-plan-failure-title {
        text-align: left !important;
        width: 80% !important;
        padding-left: 20px !important;
        padding-top: 30px !important;
    }

    div.ott-change-plan-downgrade-confirmation-header p {
        padding: 30px 20px 30px 20px !important;
    }

    div.ott-change-plan-confirmation-header h1 {
        width: 69% !important;
    }

    div.ott-change-plan-confirmation-header p {
        width: 99% !important;
    }

    .ott-regret-page {
        width: 100% !important;
        height: 910px;
        margin-bottom: 0px !important;
    }

    .ott-regret-page-list {
        margin: auto;
        width: 100% !important;
        padding-top: 30px;
    }

    .ott-regret-page-header {
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ott-regret-page-paragraph {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 35px !important;
    }

    .ott-regret-page-header {
        font-style: normal;
        font-weight: normal;
        font-size: 32px !important;
        line-height: 38px !important;
        color: #FFFFFF;
        padding-bottom: 11px;
    }

    .ott-regret-page-list-title {
        font-style: normal;
        font-weight: 500;
        font-size: 20px !important;
        line-height: 24px !important;
        padding-left: 10px;
        padding-bottom: 35px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .ott-regret_all_lists {
        width: 100% !important;
        height: 565px !important;
        left: 365px;
        top: 289px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        margin-right: 24px;
        margin-left: 24px;
    }

    .ott-regret-bullets {
        margin-top: 15px;
        margin-left: -15px;
    }

    .ott-regret-button-dar-baja {
        box-sizing: border-box;
        height: 34px;
        width: 122px;
        border: 1px solid #00A1E1;
        border-radius: 5px;
        padding-top: 9px;
        padding-left: 12px;
        padding-right: 12px;
        color: #FFF;
        font-size: 14px;
        cursor: pointer;
        background: #00A1E1;
        margin-right: 14px;
    }

    .ott-regret-features ul {
        margin-left: -10px;
    }

    .ott-regret-confirmation-button {
        width: 245px;
        height: 55px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px !important;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        font-feature-settings: 'case' on;
        color: #FFFFFF !important;
        background: #9E9E9E;
        border-radius: 3px;
        padding-left: 75px;
        padding-right: 54px;
        margin: auto;
        margin-left: -0px !important;
        margin-top: -100px !important;
    }

    .ott-regret-confirmation-button2 {
        width: 245px;
        height: 55px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px !important;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        font-feature-settings: 'case' on;
        color: #FFFFFF !important;
        background: #00A1E1;
        border-radius: 3px;
        padding-left: 75px;
        padding-right: 54px;
        margin: auto;
        margin-left: -0px !important;
        margin-top: -100px !important;
    }

    .ott-regret-back-button {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF !important;
        padding-right: 125px !important;
    }

    .ott-regret-features textarea {
        margin-left: 37px !important;
        width: 70%;
    }

    .ott-regret-actions {
        width: 100%;
        text-align: center;
    }

    .ott-regret-features {
        position: relative;
        margin-bottom: 175px !important;
        display: block;
    }

        .ott-regret-features ul {
            list-style: none;
            margin: -42px;
            padding: 0;
            padding-bottom: 20px;
            overflow: auto;
            height: 440px !important;
        }

            .ott-regret-features ul li {
                color: #FFFFFF;
                display: block;
                position: relative;
                float: left;
                width: 90% !important;
                height: 50px;
            }

                .ott-regret-features ul li label {
                    display: block;
                    position: relative;
                    font-family: DIRECTVCurve Light !important;
                    font-weight: 300;
                    font-size: 16px;
                    color: #FFFFFF;
                    padding: 25px 25px 25px 40px !important;
                    margin: 7px auto;
                    height: 30px;
                    z-index: 9;
                    cursor: pointer;
                    -webkit-transition: all 0.25s linear;
                }

                .ott-regret-features ul li .check {
                    background: #040D16;
                    display: block;
                    position: absolute;
                    border: 1px solid #00A1E1;
                    height: 25px;
                    width: 25px;
                    top: 30px;
                    left: 0px !important;
                    margin: 2px;
                    border-radius: 15px;
                }

                .ott-regret-features ul li input[type=radio] {
                    position: absolute;
                    visibility: hidden;
                }

    .ott-regret-upgrade-confirmation-container,
    .ott-regret-downgrade-confirmation-container {
        width: 80% !important;
        height: 359px;
        left: 520px;
        top: 180px;
        background: #FFFFFF;
        border-radius: 20px;
        margin: auto;
    }

    div.ott-regret-upgrade-confirmation-header,
    div.ott-regret-upgrade-success-header,
    div.ott-regret-downgrade-success-header,
    div.ott-regret-failure-header,
    div.ott-regret-downgrade-confirmation-header {
        width: 80%;
        text-align: center;
        padding-bottom: 35px !important;
        color: #000000;
    }

    div.ott-regret-downgrade-failure-header {
        width: 100%;
        text-align: center;
        padding-top: 29px;
        padding-bottom: 45px;
        color: #000000;
    }

    div.ott-regret-downgrade-confirmation-header h1 {
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 33px !important;
        text-align: center;
        text-transform: uppercase;
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 14px;
        color: #000000;
    }

    .ott-cannot-regret-page-header {
        width: 70%;
        font-style: normal;
        font-weight: normal;
        font-size: 30px !important;
        line-height: 37px !important;
        color: #FFFFFF;
        padding-bottom: 11px;
        margin-left: 81px;
    }

    .ott-cannot-regret-page {
        width: 100% !important;
        height: 500px;
        margin-bottom: 0px !important;
    }

    .ott-cannot-regret_all_lists {
        width: 90%;
        height: 181px !important;
        left: 365px;
        top: 401px;
        background: rgba(0, 0, 0, 0.5) !important;
        border-radius: 0px;
        margin-right: 0px;
        padding-left: 22px;
    }

    .ott-cannot-regret-features {
        padding-top: 35px;
        position: relative;
        margin-bottom: 135px;
        display: block;
        font-family: 'DIRECTVCurve Regular';
        font-size: 16px;
    }

    .ott-cannot-regret-paragraph {
        color: #FFFFFF;
        font-size: 17px;
        width: 93%;
        font-family: 'Open Sans';
        font-weight: normal;
        line-height: 22px;
    }

    .ott-cannot-regret-image {
        position: absolute;
        padding-left: 17px;
    }

    .ott-cannot-regret-title {
        padding-top: 41px !important;
        padding-left: 15px !important;
        color: white;
        font-size: 14px !important;
    }

    .ott-regret-downgrade-confirmation-button {
        width: 100% !important;
        height: 55px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 0px !important;
        display: flex;
        align-items: center;
        text-align: center !important;
        text-transform: uppercase;
        font-feature-settings: 'case' on;
        color: #FFFFFF !important;
        background: #00AEEF;
        border-radius: 3px;
        padding-left: 85px !IMPORTANT;
        padding-right: 0px !important;
        margin: auto;
    }

    .ott-regret-upgrade-reject-button {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;
        color: #009FDB;
        margin-left: 0px !important;
    }


    .ott-regret-downgrade-confirmation-actions2 {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .ott-disney-features textarea {
        margin-left: 80px;
    }

    .ott-disney-features-text1 {
        color: black;
        width: 90%;
    }

    .ott-disney-features-text2 {
        border: 2px solid red !important;
        border-color: red !important;
    }

    .ott-disney-paragraph {
        font-family: 'DIRECTVCurve Light';
        font-size: 12px;
        padding-left: 80px;
        color: red;
    }

    .ott-confirmed-regret_all_lists {
        width: 90%;
        height: 404px !important;
        left: 365px;
        top: 401px;
        background: rgba(0, 0, 0, 0.5) !important;
        border-radius: 0px;
        margin-right: 20px;
        padding-left: 37px;
        margin-left: 20px;
    }



    .ott-confirmed-regret-title {
        padding-top: 50px !important;
        padding-right: 0px !important;
        color: white;
        width: 150%;
        font-size: 14px !important;
        margin-left: 15px !important;
    }

    .ott-confirmed-regret-number {
        color: #00ADEE;
        font-style: normal;
        font-weight: normal;
    }

    .ott-confirmed-regret-features {
        position: relative;
        margin-bottom: 100px;
        display: block;
        color: white;
        padding-top: 30px;
        width: 91%;
        font-weight: normal;
        font-family: 'DIRECTVCurve Light';
        font-size: 16px;
        color: #FFFFFF;
    }

    .ott-confirmed-regret-page-header {
        width: 83% !important;
        font-style: normal;
        font-weight: normal;
        font-size: 40px !important;
        line-height: 49px;
        color: #FFFFFF;
        padding-top: 2px;
        padding-bottom: 10px;
        padding-left: 91px !important;
    }

    .ott-confirmed-regret-image {
        position: absolute;
        padding-left: 23px !important;
    }

    .ott-cannot-regret-vector {
        color: #00aeef !important;
    }

    .ott-disney-features-text1 {
        color: black;
    }

    .ott-disney-quitarplan-div {
        width: 90% !important;
        padding-left: 45px !important;
    }

    .ott-new-reveal-margin-fixed {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ott-linear-streaming-package-purchase-modal-container {
        width: 100% !important;
    }

    .ott-linear-streaming-package-purchase-top-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .ott-linear-streaming-package-purchase-package-description {
        margin: 30px 20px 0 20px !important;
    }

    .ott-linear-streaming-package-purchase-package-offer-description {
        margin: 15px 20px 0 20px !important;
    }

    .ott-linear-streaming-package-purchase-package-message {
        padding: 24px 25px 0 25px !important;
    }

    .ott-linear-streaming-package-purchase-package-terms-and-conditions {
        margin: 27px 20px 0 20px !important;
    }

    .ott-linear-streaming-package-purchase-package-actions-desktop {
        display: none !important;
    }

    .ott-linear-streaming-package-purchase-package-actions-mobile {
        display: block !important;
        width: 100%;
        margin: 22px 20px 38px 20px;
    }

    .ott-purchase-linear-streaming-mobile {
        padding: 11px 22.5%;
    }

    .ott-linear-streaming-package-purchase-package-actions-mobile div.ott-row div:last-child {
        padding-top: 38px;
    }

    .ott-linear-streaming-package-purchase-modal-error-container {
        width: 100% !important;
        padding: 20px 20px 20px 20px !important;
    }

    .ott-linear-streaming-package-purchase-modal-error-message {
        padding: 30px 0px 0 0px !important;
    }

    .ott-waiting-account-activate-page-title {
        font-size: 30px !important;
    }

    .ott-standard-streaming-package-with-offer__container {
        width: 100% !important;
        height: auto !important;
        padding: 20px;
    }

    .paquetes-premium__plan-detail {
        width: 100% !important;
    }

    .ott-cash-payment-places__container {
        width: 100% !important;
        height: auto !important;
        padding-bottom: 20px !important;
    }

    .reactivate-premium-package-suscription-text, .reactivate-premium-package-info-text {
        text-align: left !important;
    }

    .ott-cash-warning-message__container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .ott-cash-warning-message__content {
        border-radius: 5px;
        width: 100%;
    }

    .ott-cash-warning-message__rectangle__text {
        padding-right: 25px;
    }

    .ott-cash-warning-message__image-background {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        width: 10px;
    }

    .ott-cash-warning-message__single-text {
        width: 100% !important;
        border-radius: 5px;
    }

    .ott-cash-warning-message__warning-image {
        display: none;
    }

    .ott-cash-warning-message__plan-detail-description {
        width: 100% !important;
    }

    .reactivate-premium-package-success-header {
        padding-right: 0px;
    }

    .reactivate-premium-package-failure-text {
        padding-top: 10px !important;
        padding-bottom: 25px !important;
    }

    .ott-cash-premium-purchase__container {
        width: 100% !important;
    }

    .ott-cash-premium-purchase__content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 40px !important;
    }

    .ott-cash-premium-purchase__header {
        text-align: initial !important;
    }

    .ott-cash-premium-purchase__package-price-container {
        width: 100% !important;
        margin: 0 !important;
    }

    .ott-cash-premium-purchase__info-text {
        text-align: initial !important;
    }

    .ott-cash-premium-purchase__add-button {
        width: 100% !important;
    }

    .ott-cash-premium-purchase-error__container,
    .ott-cash-premium-purchase-success__container {
        width: 100% !important;
    }

    .ott-cash-premium-purchase-error__content,
    .ott-cash-premium-purchase-success-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 40px !important;
    }

    .ott-cash-premium-purchase-error__header {
        text-align: initial !important;
    }

    .ott-cash-premium-purchase-error__info-text {
        padding-top: 23px !important;
        padding-bottom: 40px !important;
        text-align: initial !important;
    }

    .ott-cash-premium-purchase-success__content {
        padding-left: 20px !important;
        padding-bottom: 40px !important;
    }

    .ott-cash-premium-purchase-success__header,
    .ott-cash-premium-purchase-success__next-steps__header,
    .ott-cash-premium-purchase-success__steps ol li {
        text-align: initial !important;
    }

    .ott-cash-premium-purchase-success__steps {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ott-cash-premium-purchase-success__actions-desktop {
        display: none !important;
    }

    .ott-cash-premium-purchase-success__actions-mobile {
        display: block !important;
    }

    .ott-cash-warning-message__warning-icon-mobile {
        display: none;
    }

    .ott-cash-plan-detail__premium-package-tab {
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 18px !important;
        line-height: 22px !important;
        text-align: center !important;
        color: #FFFFFF;
        width: auto !important;
        background: #005993 !important;
        border-radius: 8px !important;
        float: left !important;
        margin-right: 10px !important;
        padding: 9px 12px !important;
    }

    .ott-change-plan-page .ott-breadcrumb {
        padding-left: 20px !important;
    }

    .ott-change-plan-upgrade-confirmation-close {
        padding: 15px 0 0 0 !important;
    }

    .ott-change-plan-upgrade-confirmation-header h1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .ott-cash-change-plan-upgrade-confirmation-box {
        width: 85% !important;
        margin: 23px 20px 23px 20px !important;
        height: 65px !important;
    }

    .ott-cash-change-plan-upgrade-confirmation-paragraph {
        width: 85% !important;
        margin: -30px 20px 60px 0px !important;
        text-align: left !important;
        height: 120px !important;
    }

    .ott-change-plan-upgrade-confirmation-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .reactivar-plan {
        margin: auto !important;
    }

    .reactivate-amount-value-message {
        font-size: 13px !important;
    }

    .ott-cash-payment-places__content {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .ott-facturation-align-content-right {
        padding-right: 65px !important;
    }

    .ott-facturation-empty-space {
        padding-left: 0% !important;
    }

    .ott-facturation-empty-space-title {
        width: 95% !important;
    }

    .ott-cancel-plan-spinner-container {
        margin: 6px 118px !important;
    }
}

.ott-billing-payment-details__auto-size {
    height: auto !important;
}

.ott-more-info-container {
    height: auto;
    width: 636px;
    padding: 30px 15px 35px 25px;
    font-family: "DIRECTVCurve Regular";
    top: 500px;
}

.ott-more-info-modal-header {
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.ott-more-info-modal-content {
    color: #222222;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding-top: 21px;
    padding-left: 40px;
    padding-right: 40px;
}

.ott-more-info-price {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center !important;
    padding-top: 42px;
}

.ott-more-info-modal-channels {
    padding-top: 50px;
    text-align: center;
    display: grid;
    grid-auto-flow: column;
    justify-items: center;
}

.ott-more-info-buttons, .reactivate-premium-package-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ott-more-info-modal-channel {
    width: auto;
    width: auto;
    height: 50px;
}

.ott-more-info-buttons {
    padding-top: 41px;
    padding-bottom: 25px;
}

    .ott-more-info-buttons .box, .reactivate-premium-package-buttons .box {
        box-sizing: border-box;
        border-radius: 5px;
        background-color: #009FDB;
    }

.more-info-add {
    height: 55px;
    width: 194px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-bottom: 25px !important;
}

.more-info-reactivar {
    height: 55px;
    width: 194px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-bottom: 25px !important;
}

.more-info-close-top, .reactivate-premium-package-close {
    padding-right: 20px;
    cursor: pointer
}

.more-info-close-top-content, .add-package-close-top-content, .reactivate-premium-package-top-content {
    text-align: end;
}

.add-package-close-top {
    cursor: pointer;
}

.ott-home-add-package-container {
    height: 784px;
    width: 636px;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 25px 30px 50px 30px;
}

.ott-home-add-package-header {
    text-transform: uppercase;
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.ott-package-detail-header h3 {
    color: #222222;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-transform: uppercase;
    height: 30px;
    width: 121px;
    margin: auto;
    vertical-align: middle;
}

.ott-home-add-package-charges {
    padding-top: 30px;
}

.ott-home-add-package-charges-header {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.ott-home-add-package-detail {
    padding-top: 20px;
    display: block;
}

.ott-home-add-package-detail-mobile {
    display: none;
}

.ott-home-add-package-detail .ott-row .ott-column-3 {
    text-align: center;
}

    .ott-home-add-package-detail .ott-row .ott-column-3:first-child {
        text-align: start;
    }

    .ott-home-add-package-detail .ott-row .ott-column-3:last-child {
        text-align: end;
    }

    .ott-home-add-package-detail .ott-row .ott-column-3:first-child .ott-package-detail-header h3 {
        margin-left: 0;
    }

    .ott-home-add-package-detail .ott-row .ott-column-3:last-child .ott-package-detail-header h3 {
        margin-right: 0;
    }

.ott-package-detail-content {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 34px;
}

.ott-package-detail-amount {
    height: 48px;
    width: 576px;
    border-radius: 5px;
    background-color: #F8F8F8;
    display: table-cell;
    vertical-align: middle;
}

.ott-package-detail-amount-content {
    padding-left: 21px;
    padding-right: 21px;
}

.charges-amount-label {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}

.charges-amount-value {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: right;
}

.package-detail-panel {
    margin-bottom: 15px !important;
}

.package-detail-panel-min {
    margin-bottom: 1px !important;
}

.ott-add-package-charges-detail {
    padding-top: 30px;
}

.ott-package-charges-detail-content {
    padding-top: 23px;
}

.ott-charges-detail-info {
    color: #222222;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    padding-bottom: 15px;
    padding-top: 12px;
}

.close-add-package {
    color: #06A9F4 !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    height: 55px;
    background-color: #FFFFFF !important;
    padding-left: 0;
    padding-right: 0;
}

.ott-add-package-buttons {
    display: inline-flex !important;
}

    .ott-add-package-buttons .box {
        height: 55px;
        width: 146px;
        border-radius: 5px;
        background-color: #009FDB !important;
        margin-bottom: 50px;
    }

.add-package-button {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    float: right;
}

.ott-package-plan-badge {
    background-image: url('../images/abono-basico.png');
    background-size: 22px;
    background-position: 0px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    height: 100%;
    padding-left: 31px;
}

.ott-package-premiums-badge {
    background-image: url('../images/programación-premium.png');
    background-size: 10px;
    background-position: 5px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    height: 100%;
    padding-left: 31px;
}

.ott-package-accordion-plan {
    border-color: #11ADEF;
}

.ott-package-accordion-premium {
    border-color: #F89D1A;
}

.ott-add-package-buttons-mobile {
    display: none !important;
}

.midtv-menu-ott,
.midtv-menu-ott ul,
.midtv-menu-ott ul li {
    background: #030C15 !important;
    box-shadow: none !important;
}

    .midtv-menu-ott:focus,
    .midtv-menu-ott ul:focus,
    .midtv-menu-ott ul li:focus {
        background: #030C15 !important;
        box-shadow: none !important;
        border: none !important;
    }

    .midtv-menu-ott ul li a {
        color: #FFF !important;
    }

        .midtv-menu-ott ul li a:hover {
            cursor: pointer;
        }


    .midtv-menu-ott ul li {
        border: none !important;
    }

.mi-directv-menu-header,
.mi-directv-menu-header:focus {
    color: #FFF !important;
    font-size: 31px;
    font-family: "DIRECTVCurve Medium", "Helvetica Neue", Arial, sans-serif !important;
    position: relative;
    top: 11px;
    white-space: nowrap;
}

.midtv-logo.midtv-logo-ott:focus {
    background: #030C15 !important;
    color: #FFF !important;
}

.main-content {
    border-top: none !important;
}
/*MDTV-1283*/
.ott-uppercase {
    text-transform: uppercase;
}

.ott-payment-section-margin-fixed {
    margin-top: 0px !important;
}

.ott-border-bottom-grey {
    border-bottom: 1px solid #454545;
}

.billing-plan-detail-accordion {
    border-bottom: 1px solid #11ADEF !important;
}

.billing-paquetes-detail-accordion {
    border-bottom: 1px solid #F89D1A !important;
}

.ott-billing-plan-img {
    height: 20px;
    width: 20px;
    margin: auto 5px auto 5px;
}

.ott-billing-paquetes-img {
    height: 25px;
    width: 12px;
    margin: auto 7px 3px 10px;
}

.ott-plan-custom-class,
.ott-paquetes-custom-class {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 31px;
}

.ott-plan-custom-class {
    color: #11ADEF;
}

.ott-paquetes-custom-class {
    color: #F89D1A;
}

.ott-price-custom-class {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.detail-section-custom-class {
    margin-top: 5px;
    max-height: auto !important;
    color: #FFFFFF;
}

@media screen and (max-width: 500px) {
    .premium-carousel__premium-price {
        margin: 0 50px !important;
    }

    .detail-section-custom-class {
        line-height: 15px;
    }

    .ott-your-free-test__rectangle__text-bottom {
        font-size: 12px;
    }

    .subscription_cancelled_container {
        padding-top: 12px;
    }

    .ott-cancel-ppkg-btns-width {
        width: 100% !important;
    }
}

.all-channels-modal__channel-list {
    height: 385px;
    overflow-y: auto;
}

.paquetes-premium__single-package__column__first-row.paquetes-premium__single-package__column__first-row-package-name-price {
    width: 120%;
}

.admin-subscription-button {
    margin-top: -10px;
}

.admin-subscription-button-gh {
    margin-top: -10px;
    margin-bottom: 20px
}

.admin-subscription-button__bundle {
    margin-top: 10px;
    margin-right: 5px;
}

.admin-subscription-button-gh__bundle {
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 20px
}

@media (max-width: 500px) {

    .mi-directv-menu-header,
    .mi-directv-menu-header:focus {
        top: 9px !important;
        font-size: 19px;
    }

    a#menu-toggle {
        color: #FFF !important;
    }

    .mi-suscripcion-directv-go-container,
    .mi-suscripcion-directv-go-container__cl {
        padding-bottom: 0 !important;
    }

    .ott-all-channels {
        margin-top: 0 !important;
    }

    .paquetes-premium__single-package__column-quitar-plan {
        margin-top: 20px !important;
    }

    .paquetes-premium__single-package {
        margin-bottom: 0;
        padding-bottom: 20px;
        padding-top: 20px
    }

        .paquetes-premium__single-package:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 20px;
            padding-top: 20px
        }

    .mi-suscripcion-directv-go-container,
    .mi-suscripcion-directv-go-container__cl {
        padding-left: 20px;
    }

    ott-cancelar-subscripcion
    .paquetes-premium__header {
        margin-bottom: 5px !important;
    }
}
/*MDTv-1289*/
.new-reveal-modal.ott-cancel-subscription-modal {
    width: 680px;
    position: absolute !important;
    padding: 40px 10px 20px 10px !important;
    top: 230px !important;
    border-radius: 20px !important;
}

.new-reveal-modal.ott-cancel-subscription-premium-modal {
    width: 636px;
    padding: 40px 10px 20px 10px !important;
    top: 130px !important;
    border-radius: 20px !important;
}

.ott-cancel-subscription-result {
    padding: 0px !important;
    width: min-content;
}

.cancel-accout-package-failure {
    position: initial;
}

.new-reveal-modal.ott-cancelar-subscripcion {
    width: 636px;
    padding: 40px 10px 20px 10px !important;
    top: 130px !important;
    border-radius: 20px !important;
}

@media screen and (max-width: 650px) {
    .new-reveal-modal.ott-cancel-subscription-modal,
    .new-reveal-modal.ott-cancelar-subscripcion {
        width: auto;
        margin: auto 30px;
        border-radius: 10px !important;
    }

    .new-reveal-modal.ott-cancel-subscription-premium-modal,
    .new-reveal-modal.ott-cancelar-subscripcion {
        width: auto;
        margin: auto 30px;
        border-radius: 10px !important;
    }

    .ott-content-thankyoupage-box-text {
        height: auto !important;
    }
}

.ott-cancel-modal {
    color: #222222 !important;
    font-family: "DIRECTVCurve Light", "Helvetica Neue", Arial, Sans-serif;
    display: block;
    font-size: 60px !important;
    text-align: right;
    cursor: pointer;
    right: 15px !important;
    top: 15px !important;
}

.ott-main-action__default-color {
    background: #00AEEF;
}

.ott-cancel-modal-combo {
    color: #222222 !important;
    font-family: "DIRECTVCurve Light", "Helvetica Neue", Arial, Sans-serif;
    display: block;
    font-size: 60px !important;
    text-align: right;
    cursor: pointer;
    top: 15px !important;
    position: absolute;
    top: .0em !important;
    right: 2px !important;
}

@media screen and (max-width: 430px) {
    .ott-cancel-modal {
        top: 5px !important;
        right: 15px !important;
    }
}

.ott-model-cancel-basic-popup-heading {
    color: #222222;
    text-transform: uppercase;
    /*margin: 10px 29px 20px 29px !important;*/
    padding: 10px 70px 10px 70px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.ott-model-cancel-popup-heading {
    color: #222222;
    text-transform: uppercase;
    margin: 10px 29px 20px 29px !important;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.ott-model-cancel-popup-heading-combo {
    color: #222222;
    text-transform: uppercase;
    margin: 10px 29px 30px 29px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px !important;
    font-size: 30px !important;
    text-align: left;
}

.ott-cancel-redesign-packages {
    height: auto;
    border-radius: 8px;
    background-color: #F3F3F3;
    margin-top: 30px;
    margin-left: 44px;
    margin-right: 44px;
    margin-bottom: 20px;
}

.ott-cancel-redesign-packages-content {
    margin-left: 31px;
    margin-right: 31px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.ott-cancel-redesign-message {
    margin-left: 44px;
    margin-right: 44px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ott-cancel-redesign-basic-package {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
}

.ott-cancel-redesign-packages-breakline {
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #979797;
    padding-top: 24px;
}

.ott-cancel-redesign-premium-label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 24px;
    padding-bottom: 10px;
}

.ott-cancel-redesign-premium-package {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.ott-cancel-redesign-buttons {
    padding-top: 14px !important;
    padding-left: 44px;
    padding-right: 44px;
}

.ott-cancel-redesign-success-reminder {
    padding-top: 20px;
}

.ott-cancel-redesign-success-content {
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.ott-model-cancel-popup-heading.override-heading-cancelar-subscripcion {
    margin-bottom: 0px;
}

.ott-popup-paragraph {
    color: #222222;
    font-size: 16px;
    letter-spacing: 0;
    padding: 20px 20px 60px 20px;
    margin-bottom: 20px;
    line-height: 20px;
    text-align: center;
}

.ott-popup-paragraph-success {
    color: #222222;
    font-size: 16px;
    letter-spacing: 0;
    padding: 20px 20px 60px 20px;
    margin-bottom: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 30px;
}

.ott-popup-paragraph.override-paragraph-cancelar-subscripcion {
    margin-bottom: 0px;
}

.ott-modify-my-plan-div {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
    .ott-modify-my-plan-div.ott-mp-margin-bottom-zero {
        margin-bottom: 0px;
    }

.ott-modify-my-plan-btn, .ott-reactivate-subscription-plan-btn {
    border-radius: 5px;
    background-color: #009FDB;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}

.ott-modify-my-plan-btn-cerrar {
    border-radius: 5px;
    text-transform: uppercase;
    color: #009FDB !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}

.ott-modify-my-plan-btn {
    padding: 17px 35px;
}
    .ott-modify-my-plan-btn.ott-cash-disconected-btn {
        padding: 12px 26px;
    }

.ott-modify-my-plan-btn-combo {
    border-radius: 3px;
    background-color: #00AEEF;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19.2px !important;
    text-align: center;
    width: 156px;
    padding: 11px 19.76px 12px 19.54px;
    height: 19px;
}


.ott-reactivate-subscription-plan-btn {
    padding: 17px 90px;
}

.ott-reactivate-subscription-close-btn {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
}

.ott-cancel-my-plan-btn {
    border-radius: 5px;
    padding: 17px 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #009FDB !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.containerButtonsAceptCancel {
    width: auto;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 65px;
    display: inline-flex;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .containerButtonsAceptCancel {
        justify-content: center; /* Adjust as needed */
        align-items: center; /* Adjust as needed */
        padding-left: 20px; /* Adjust as needed */
        margin: 10px; /* Adjust as needed */
    }
}

.ott-Aceptar-Promocion-reactivate-subscription-div {
    width: auto;
    height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #FFC60B;
    border-radius: 24px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ott-Aceptar-Promocion-reactivate-subscription-btn {
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    background-color: #FFC60B !important;
    position: relative; /* Ensure proper positioning */
}

.ott-Aceptar-Promocion-reactivate-subscription-text {
    color: #2C2C2C;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.14px;
    word-wrap: break-word;
}

.reactivateSpinner {
    position: absolute;
    top: 30%;
    left: 45%;
    transform: translate(-50%, -50%);
    display: none; /* Initially hidden */
    color: #464646;
}

.ott-Rechazar-Promocion-reactivate-subscription-div {
    width: auto;
    height: 34px;
    border-radius: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.ott-Rechazar-Promocion-reactivate-subscription-btn {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    background-color: transparent !important;
}

.ott-Rechazar-Promocion-reactivate-subscription-text {
    color: #101010;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.14px;
    word-wrap: break-word;
}

.reactivateSpinnerCancel {
    position: absolute;
    top: 30%;
    left: 45%;
    transform: translate(-50%, -50%);
    display: none; /* Initially hidden */
    color: #464646;
}

.ott-Rectangle-Adicionales-Contratados {
    background: #FFD756;
    height: 62px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 15px;
}

.my-plan-details-content .reactivate-subscription:hover {
    color: #FFFFFF;
}

.my-plan-details-content .reactivate-subscription,
#reactivate-subscription-container .reactivate-subscription {
    border-radius: 5px;
    background-color: #009FDB;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.my-plan-details-content .reactivate-subscription {
    padding: 18px 0 17px 0;
    width: 280px;
}
.my-plan-details-content.my-plan-details-content-cash-disconected {
    padding: 44px 32px;
    height: 160px;
}

#reactivate-subscription-container .reactivate-subscription {
    padding: 18px 50px 17px 50px;
}

@media screen and (max-width: 800px) {
    .my-plan-details-content.my-plan-details-content-cash-disconected {
        height: 100%;
    }
}
@media screen and (max-width: 400px) {
    .ott-modify-my-plan-btn {
        display: block;
    }
}

@media screen and (max-width: 436px) {
    .ott-modify-my-plan-btn-combo {
        padding: 5px 5px 5px 5px;
    }

    .ott-model-cancel-popup-heading-combo {
        font-size: 21px !important;
    }

    .ott-cancel-modal-combo {
        font-size: 51px !important;
    }
}

@media screen and (max-width: 555px) {
    .ott-modify-my-plan-btn-redirect {
        display: block !important;
        margin-top: 10px !important;
    }

    .ott-content-action-btn {
        padding-top: 0px;
    }
}

@media screen and (max-width: 530px) {
    .ott-cancel-modal {
        font-size: 50px !important;
    }

    .ott-model-cancel-popup-heading {
        margin: 10px 5px 0px 5px !important;
    }

    .ott-model-cancel-basic-popup-heading {
        margin: 10px 5px 0px 5px !important;
        padding: 0px !important;
    }

    .ott-popup-paragraph {
        margin-bottom: 0px;
        padding: 20px 20px 40px 20px;
    }

    .ott-modify-my-plan-div {
        margin-bottom: 25px;
    }

    .ott-cancel-my-plan-btn {
        padding: 20px 20px 10px 20px;
        margin-bottom: 0px;
    }
}

.new-reveal-modal.ott-premium-purchase-modal {
    width: 636px;
    position: absolute !important;
    padding: 40px 10px 20px 10px !important;
    top: 550px !important;
    border-radius: 20px !important;
}

.new-reveal-modal.ott-premium-purchase-modal-combo {
    width: 630px;
    position: absolute !important;
    padding: 40px 42px 0px 42px !important;
    top: 550px !important;
    border-radius: 20px !important;
    height: auto;
}

.ott-premium-purchase-price {
    font-size: 20px !important;
    padding-top: 25px;
}

.ott-premium-purchase-success-btn,
reactivate-subscription-success-btn {
    text-align: center;
    margin-bottom: 40px;
}

.ott-premium-purchase-success-btn {
    margin-top: 65px;
}

.reactivate-subscription-success-btn {
    margin-top: 20px;
}

.ott-purchase-package-paragraph {
    font-size: 16px;
    padding: 0px 40px 0px 40px;
    color: #222222;
    line-height: 20px;
    text-align: center;
}

.ott-model-purchase-package-description-grey {
    background-color: #F3F3F3;
    border-radius: 5px;
    padding-top: 16px;
    padding-left: 17px;
    padding-bottom: 16px;
    font-family: 'DIRECTVCurve Regular';
    width: 546px;
    padding-right: 53px;
    height: 60px;
}

.ott-model-purchase-package-offer-desc {
    text-align: left;
    background-color: #c1dce685;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
}

.ott-model-purchase-package-paragrhap-small {
    font-size: 11px;
    line-height: 18.5px;
}

.ott-model-purchase-package-offer-advice {
    font-size: 12px;
    color: #696969;
    margin-top: 28px;
    line-height: 14.4px;
    font-family: "DIRECTVCurve Regular";
    font-weight: 400;
    padding-right: 1px !important;
}

.ott-model-purchase-package-termsAndconditions {
    margin-top: 25px;
    margin-bottom: 40px;
    font-family: 'DIRECTVCurve Regular';
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}

.ott-purchase-package-sucess-description,
div#reactivate-subscription-container h6.reactivate-subscription-sucess-description {
    color: #222222;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}

@media screen and (max-width: 650px) {
    .new-reveal-modal.ott-premium-purchase-modal {
        width: auto !important;
        margin: auto 30px;
        border-radius: 10px !important;
    }

    .new-reveal-modal.ott-premium-purchase-modal-combo {
        width: auto !important;
        margin: auto 30px;
        border-radius: 10px !important;
        height: auto !important;
    }

    .ott-model-purchase-package-description-grey {
        width: auto !important;
        height: auto !important;
    }

    .ott-purchase-package-title {
        font-size: 24px !important;
    }

    .ott-purchase-package-paragraph {
        font-size: 18px;
        padding: 30px 30px 0px 30px;
        color: #222222;
        margin-bottom: 20px;
        line-height: 20px;
        text-align: center;
    }

    .ott-premium-purchase-paragraph-span {
        font-size: 18px;
    }
}
/*MisDatos Modals*/
.ott-align-content-center {
    text-align: center !important;
}

.new-reveal-modal.ott-misDatos-modal {
    border-radius: 20px !important;
    top: 70px !important;
    width: 636px !important;
    position: absolute !important;
}


.ott-misdatos-popup-heading {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    margin: 0px 20px 35px 20px;
    text-align: center;
}

.ott-misdatos-edit-email-heading {
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0px 20px 35px 20px;
    padding-left: 24px;
    line-height: 29px;
    text-align: left;
    cursor: pointer;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/backIconMyInvoicesSection.png');
}

.ott-accountDetails {
    padding: 5px 20px 0px 20px;
}

.ott-display-pwd-dots {
    /*-webkit-text-security: disc;*/
}

.password-info-misdatos {
    letter-spacing: 2px;
    line-height: 17px;
    font-size: 32px;
    font-weight: 900;
}

.ott-common-font-properties {
    color: #222222 !important;
}

.card-image-properties-misDatos {
    font-size: 14px;
    padding-left: 40px;
    background-size: 30px !important;
    background-position: left center !important;
    margin-left: 0px;
    line-height:26px;
    height:26px;
}

.ott-mis-datos-sub-heading {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.close-new-reveal-modal.ott-cancel-misdatos-modal {
    font-size: 55px;
    right: 15px !important;
    color: #222222 !important;
    font-family: "DIRECTVCurve Light", "Helvetica Neue", Arial, Sans-serif;
    display: block;
    text-align: right;
}

.close-new-reveal-modal.ott-cancel-combo-modal {
    font-size: 55px;
    right: 30px;
    color: #222222 !important;
    font-family: "DIRECTVCurve Light", "Helvetica Neue", Arial, Sans-serif;
    display: block;
    text-align: right;
}

.ott-mis-datos-sub-heading label {
    margin-bottom: 2px;
    font-size: 16px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}

.ott-mis-datos-info-details {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 17px;
    color: #222222;
}

.ott-mis-datos-mainInfo-border {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.close-mis-datos-modal {
    color: #06A9F4;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.close-email-mis-datos-modal {
    color: #06A9F4;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin: 30px 0px 0px 0px;
    text-align: left;
}

.midatos-editar {
    color: #009FDB !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    padding-right: 10px;
}

.edit-email-warning-info {
    margin-bottom: 20px;
    color: #222222;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    border-radius: 5px;
    background-color: #F8F8F8;
    padding: 12px 20px;
}

.ott-misdatos-input-box {
    box-sizing: border-box;
    border: 1px solid #979797 !important;
    border-radius: 5px !important;
    background-color: #FFFFFF;
    height: 55px !important;
    margin-bottom: 6px !important;
}

.email-validation-text {
    display: block;
    color: #222222;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 20px;
}

.email-guardar-btn {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF !important;
    background-color: rgba(154,154,154,0.5);
    padding: 10px;
    width: 160px;
    display: inline-block;
    margin: 20px 0px 0px 20px;
}

.new-password {
    margin-top: 17px;
}

.email-validation-Error {
    display: block;
    color: #CC1401;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 20px;
}

.redFocus {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CC1401 !important;
    border-radius: 5px;
    opacity: 1;
}

.enable-button {
    border-radius: 5px;
    background-color: #009FDB;
    cursor: pointer;
}

.new-reveal-modal.ott-confirmation-modal {
    border-radius: 20px !important;
    top: 100px !important;
    width: 556px !important;
    position: absolute !important;
}

.ott-success-email-confirmation-cancel {
    font-size: 55px;
    right: 30px !important;
    color: #222222 !important;
    font-family: "DIRECTVCurve Light", "Helvetica Neue", Arial, Sans-serif;
    display: block;
    text-align: right;
    position: absolute;
    color: #222;
    font-size: 2.5em;
    font-weight: 100;
    line-height: 1;
    top: .25em;
    right: 50px;
    cursor: pointer;
    font-size: 44px;
}

.edit-email-error-info {
    color: #222222;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin: auto 20px;
}

.password-with-eye {
    display: inline-block;
    position: relative;
}

.ott-toggle-password {
    float: right;
    margin-top: -44px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
    .new-reveal-modal.ott-misDatos-modal {
        width: calc(100vw - 40px) !important;
        margin-left: 20px !important;
        border-radius: 10px !important;
        top: 50px !important;
    }

    .close-new-reveal-modal.ott-cancel-misdatos-modal {
        font-size: 45px;
        font-weight: 600;
        top: 0px;
        right: 10px !important;
    }

    .email-guardar-btn {
        width: 160px !important;
        margin: 25px 0px 15px 0px;
    }

    .ott-misdatos-edit-email-heading {
        font-size: 16px;
        background-size: 7px;
        margin: 15px 15px 10px 15px;
        margin-bottom: 10px;
        padding-left: 17px;
        line-height: 20px;
    }

    .extra-margin-for-mobile {
        margin-bottom: 35px;
    }

    .edit-email-warning-info {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 15px;
    }

    .close-email-mis-datos-modal {
        margin-top: 20px;
    }

    .new-reveal-modal.ott-confirmation-modal {
        width: calc(100vw - 40px) !important;
    }

    .new-reveal-modal.ott-confirmation-modal {
        border-radius: 15px !important;
        top: 120px !important;
    }

    .child-popup-heading {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 30px;
        margin: 25px 25px 14px 25px;
    }

    .ott-success-email-confirmation-cancel {
        right: 14px !important;
        top: .20em;
    }
}

/* Start - Payment Method styles */

#ottCurrentPaymentMethodEmptySection {
    height: 100px;
}

.ott-payment-method-title h1 {
    height: 38px;
    width: auto;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 38px;
    padding-top: 20px;
}

.ott-payment-method-title-giftcard h1 {
    height: 38px;
    width: auto;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 38px;
    padding-top: 20px;
}

.ott-payment-method-title-giftcard p {
    padding-top: 20px;
    color: #FFFFFF;
}

.ott-payment-method-form-giftcard {
    margin-top: 0px;
}

.ott-payment-method-update-modal-giftcard-content {
    margin-top: 20px !important;
}

.ott-payment-method-update-modal-giftcard-title {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 29px !important;
    line-height: 40px !important;
    margin-left: 13px !important;
    text-align: left !important;
    width: 100% !important;
    margin-top: -50px;
}

.ott-payment-method-update-modal-giftcard-close {
    font-size: x-large !important;
}

.ott-payment-method-update-modal-giftcard-paragraph {
    text-align: left !important;
    padding: 15px 20px !important;
}

.ott-current-payment-method {
    height: 92px;
    width: 70%;
    border-radius: 8px;
    background-color: #030C15;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    padding-top: 20px;
    margin: auto;
    display: flex;
}

    .ott-current-payment-method .ott-current-payment-method-left-box,
    .ott-current-payment-method .ott-current-payment-method-right-box {
        display: flex;
        font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
        font-size: 18px;
        height: 50px;
        letter-spacing: 0;
        line-height: 22px;
        padding: 5px 10px 0px 10px;
        width: 50%;
    }

    .ott-current-payment-method .ott-current-payment-method-left-box {
        float: left;
        margin-left: 5%;
    }

    .ott-current-payment-method .ott-current-payment-method-right-box {
        float: right;
    }

        .ott-current-payment-method .ott-current-payment-method-right-box #ottCurrentPaymentMethodRightTitle {
            height: 15px;
            width: 167px;
            color: #919191;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 15px;
            width: 100%
        }

        .ott-current-payment-method .ott-current-payment-method-right-box #ottCurrentPaymentMethodRightCardInfo {
            padding-top: 10px;
            display: flex;
        }

        .ott-current-payment-method .ott-current-payment-method-right-box #ottCurrentPaymentMethodRightCardNumber {
            height: 15px;
            width: 167px;
            color: white;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 15px;
            width: 100%;
            padding-left: 10px;
        }

.ott-current-payment-method-card-logo {
    height: 25px;
    width: 35px;
    border-radius: 4px;
}

.ott-current-payment-card-data-header {
    height: 29px;
    color: #FFFFFF;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 29px;
}

.ott-current-payment-info-icon {
    margin-right: 7px;
}

.ott-current-payment-mandatory-data-header {
    height: 15px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 30px;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
}

#ott-current-payment-new-card-title,
#ott-current-payment-new-card-subtitle {
    padding-left: 15%;
}

#ott-current-payment-new-card-subtitle {
    padding-bottom: 5%;
}

.ott-current-payment-method-error-image {
    padding-bottom: 20px;
}

.ott-current-payment-method-error-form {
    height: 275px;
    width: 70%;
    border-radius: 8px;
    background-color: #030C15;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    padding-top: 20px;
    text-align: center;
    margin: auto;
}

    .ott-current-payment-method-error-form .ott-current-payment-method-error-form-title,
    .ott-current-payment-method-error-form .ott-current-payment-method-error-form-subtitle {
        height: 38px;
        width: auto;
        font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
        letter-spacing: 0;
        line-height: 38px;
        padding-bottom: 10px;
    }

        .ott-current-payment-method-error-form .ott-current-payment-method-error-form-title h2 {
            color: white;
            font-weight: 700;
        }

        .ott-current-payment-method-error-form .ott-current-payment-method-error-form-subtitle h6 {
            color: white;
            font-weight: 700;
        }

    .ott-current-payment-method-error-form a {
        color: #00AFF4;
        font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
        font-weight: 700;
    }

#ott-current-payment-method-cancelar-button,
#ott-current-payment-method-back-button {
    background-color: transparent;
    border: none;
    color: #009FDB;
    cursor: pointer;
    display: initial;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    padding: 15px 95px;
    text-align: center;
    text-transform: uppercase;
}

#processorSpan {
    color: #009FDB;
    font-size: 26px;
    padding: 10px 120px;
}

div.grayLayoverPopup {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    width: 100%;
    height: 100%;
}

div.updatePaymentMethodBox, .reactivate-subscription-box {
    position: fixed;
    top: 30%;
    right: 50%;
    background: #fff;
    z-index: 9999;
    margin-right: -255px;
    border-radius: 10px;
}

div.updatePaymentMethodBox {
    width: 510px;
}

.reactivate-subscription-box {
    width: 560px;
}

div.updatePaymentMethodBox div.closeupdatePaymentMethodBox,
div.loyaltyOfferFinalMessageBox div.closeupdatePaymentMethodBox,
div.reactivate-subscription-box div.closeupdatePaymentMethodBox {
    display: block;
    width: 100%;
    text-align: right;
    padding: 15px 10px 0px 0px;
}

    div.updatePaymentMethodBox div.closeupdatePaymentMethodBox span,
    div.loyaltyOfferFinalMessageBox div.closeupdatePaymentMethodBox span,
    div.reactivate-subscription-box div.closeupdatePaymentMethodBox span {
        cursor: pointer;
        font-family: "DIRECTVCurve Regular" !important;
        font-size: 30px;
        font-weight: 900;
        height: 40px;
        padding-right: 10px;
        width: 40px;
    }

div.updatePaymentMethodBox div#sectionOne,
div.updatePaymentMethodBox div#sectionTwo,
div.updatePaymentMethodBox div#sectionFour,
div.reactivate-subscription-box div#sectionOne,
div.reactivate-subscription-box div#sectionTwo,
div.reactivate-subscription-box div#sectionFour {
    display: block;
    font-family: "DIRECTVCurve Regular" !important;
    font-weight: 900;
    font-size: 30px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    width: 100%;
}

div.updatePaymentMethodBox div#sectionOne,
div.updatePaymentMethodBox div#sectionTwo,
div.reactivate-subscription-box div#sectionOne,
div.reactivate-subscription-box div#sectionTwo {
    padding-bottom: 10px;
    padding-top: 15px;
}

div.updatePaymentMethodBox div#sectionThree,
div.reactivate-subscription-box div#sectionThree {
    display: block;
    font-family: "DIRECTVCurve Regular" !important;
    font-size: 16px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
}

div.updatePaymentMethodBox div#sectionFour {
    padding-top: 25px;
    padding-bottom: 20px;
}

div.reactivate-subscription-box div#sectionFour {
    padding-top: 18px;
    margin-bottom: 28px;
}

#reactivate-subscription-container h6 {
    margin: 29px 0;
    text-align: center;
}

#btnClosePaymentResponse {
    color: #06A9F4;
    background-color: white;
    font-family: "DIRECTVCurve Regular" !important;
    font-size: 14px;
    text-transform: uppercase;
}

div.loyaltyOfferFinalMessageBox {
    position: fixed;
    top: 30%;
    right: 50%;
    background: #fff;
    z-index: 9999;
    width: 556px;
    margin-right: -255px;
    border-radius: 10px;
    min-height: 275px;
}

    div.loyaltyOfferFinalMessageBox div#sectionOne {
        margin-bottom: 40px;
    }

    div.loyaltyOfferFinalMessageBox div#sectionOne,
    div.loyaltyOfferFinalMessageBox div#sectionTwo,
    div.loyaltyOfferFinalMessageBox div#ott-loyalty-message-modal-success-section,
    div.loyaltyOfferFinalMessageBox div#ott-loyalty-message-modal-failure-section,
    div.loyaltyOfferFinalMessageBox div#ott-cancel-account-message-modal-failure-section,
    div.loyaltyOfferFinalMessageBox div#ott-cancel-premium-message-modal-failure-section {
        display: block;
        font-family: "DIRECTVCurve Regular" !important;
        font-weight: 900;
        font-size: 30px;
        padding: 0px 10px 0px 10px;
        text-align: center;
        width: 100%;
        line-height: 36px;
    }

    div.loyaltyOfferFinalMessageBox div#sectionOne,
    div.loyaltyOfferFinalMessageBox div#sectionTwo {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    div.loyaltyOfferFinalMessageBox div#ott-loyalty-message-modal-success-section,
    div.loyaltyOfferFinalMessageBox div#ott-loyalty-message-modal-failure-section,
    div.loyaltyOfferFinalMessageBox div#ott-cancel-account-message-modal-failure-section,
    div.loyaltyOfferFinalMessageBox div#ott-cancel-premium-message-modal-failure-section {
        padding-bottom: 45px;
    }

div h6.loyaltyOfferMessage {
    color: #222222;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

div#ott-loyalty-message-modal-success-section .loyaltyOfferCloseBtn,
div#ott-loyalty-message-modal-failure-section .loyaltyOfferCloseBtn,
div#ott-cancel-account-message-modal-failure-section .loyaltyOfferCloseBtn,
div#ott-cancel-premium-message-modal-failure-section .loyaltyOfferCloseBtn {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
}

.loyaltyOfferFinalMessageBox h6.loyaltyOfferMessage span,
.ott-loyalty-premium-offer-container p span {
    font-family: inherit;
}

div#reactivate-subscription-container .reactivate-subscription-message {
    font-size: 14px;
    padding: 29px 0;
}

@media only screen and (max-width: 1024px) {
    .ott-current-payment-method .ott-current-payment-method-right-box {
        margin-left: 2%;
    }
}

@media only screen and (max-width: 920px) {
    .ott-current-payment-method .ott-current-payment-method-right-box {
        margin-left: 2%;
    }

    .main-content-PurchasePremiumThankYou {
        width: auto !important;
        padding: 20px !important;
    }
}

@media only screen and (max-width: 800px) {
    div.updatePaymentMethodBox,
    div.reactivate-subscription-box {
        width: 340px;
        margin-right: -170px;
    }


    .ott-current-payment-method {
        display: block;
        height: 120px;
        width: 70%;
    }

        .ott-current-payment-method .ott-current-payment-method-left-box,
        .ott-current-payment-method .ott-current-payment-method-right-box {
            height: auto;
            width: auto;
            flex-direction: column;
        }

        .ott-current-payment-method .ott-current-payment-method-left-box {
            margin-left: 2%;
            margin-bottom: 2%
        }

        .ott-current-payment-method .ott-current-payment-method-right-box {
            float: left;
            margin-left: 2%;
        }

    #processorSpan {
        padding: 10px 100px;
    }
}

@media only screen and (max-width: 680px) {
    .ott-current-payment-method {
        height: 150px;
    }

    #ott-current-payment-method-back-button {
        padding: 40px 95px;
    }
}

@media only screen and (max-width: 490px) {
    .ott-current-payment-method {
        height: 170px;
    }

    .ott-payment-method-title,
    #ott-current-payment-new-card-title {
        height: 70px;
    }

    .ott-payment-method-title-giftcard {
        height: 70px;
    }

        .ott-payment-method-title-giftcard h1 {
            width: 85%;
            margin: 0px 25px 0px 25px !important;
        }

        .ott-payment-method-title-giftcard p {
            margin: 65px 25px 0px 25px !important;
            width: 85%;
        }

    .ott-payment-method-form-giftcard {
        margin-top: 65px !important;
    }

    .ott-payment-method-form-title-giftcard {
        font-weight: 700 !important;
        letter-spacing: 0.5px !important;
        font-size: 24px !important;
        width: 80% !important;
    }

    .ott-payment-method-form-subtitle-giftcard {
        margin: 10px 50px !important;
    }

    .ott-payment-method-update-modal-giftcard-title {
        text-align: left !important;
        font-size: 32px !important;
        line-height: 40px !important;
        margin-left: 32px !important;
    }

    .ott-payment-method-update-modal-giftcard-paragraph {
        width: 80% !important;
        text-align: left !important;
        margin-left: 24px !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    #ott-current-payment-new-card-title,
    #ott-current-payment-new-card-subtitle {
        padding-left: 9%;
    }

    #ott-current-payment-new-card-subtitle {
        padding-top: 3%;
    }

    .ott-current-payment-method-error-form {
        height: 360px;
    }

        .ott-current-payment-method-error-form .ott-current-payment-method-error-form-subtitle {
            height: 100px;
            margin-bottom: 10%;
            margin-top: 10%
        }

    #ott-current-payment-method-back-button {
        padding: 0px 80px;
    }

    #processorSpan {
        padding: 10px 100px;
    }
}

/* Start - Payzen form personalization */
.kr-embedded {
    margin: auto;
}

input.kr-input-field,
.kr-option {
    font-family: "DIRECTVCurve Regular" !important;
}

div.kr-pan {
    border-radius: 4px !important;
    height: 40px !important;
}

div.kr-expiry {
    border-radius: 4px !important;
    height: 40px !important;
}

div.kr-security-code {
    border-radius: 4px !important;
    height: 40px !important;
}

div.kr-identity-document-type {
    border-radius: 4px !important;
    height: 40px !important;
    font-family: "DIRECTVCurve Regular" !important;
}

    div.kr-identity-document-type span {
        font-family: "DIRECTVCurve Regular" !important;
    }

div.kr-identity-document-number {
    border-radius: 4px !important;
    height: 35px !important;
}

div.kr-card-holder-name {
    border-radius: 4px !important;
    height: 35px !important;
}

div.kr-card-holder-mail {
    border-radius: 4px !important;
    height: 40px !important;
}

button.kr-payment-button {
    background-color: rgba(0,174,239,0.2);
    border-radius: 5px !important;
    height: 55px;
    margin-bottom: 20px;
    text-align: center !important;
    text-transform: uppercase;
    width: 280px;
}

    button.kr-payment-button span {
        font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
        text-transform: uppercase;
    }

div.kr-form-error.kr-form-error-visible {
    border-radius: 5px;
    height: 47px;
}

    div.kr-form-error.kr-form-error-visible span {
        font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    }

.kr-embedded .kr-form-error span {
    padding-top: 7px !important;
}

/* End - Payzen form personalization */

/* End - Payment Method styles */

/*Billing page bottom Section MDTV-1341*/
.billing-row-divider {
    width: 100%;
    margin: 3px 0px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.invoice-download {
    color: #10AAEB !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 39px !important;
}
/*Billing page bottom Section MDTV-1341*/

.reactivate-premium-package-container {
    height: 421px;
    width: 636px;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.reactivate-premium-package-close {
    padding-top: 20px;
}

.premium-package-offer-message {
    height: 28px;
    width: 180px;
    position: fixed;
    color: white;
    text-align: right;
    margin-left: 125px;
    background: rgb(0, 161, 225);
    border-radius: 0px 5px;
    padding: 6px 25px 10px 10px;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif;
}

.premium-package-offer-message-combo {
    width: 100%;
    position: fixed;
    color: white;
    text-align: center;
    background: rgb(0, 161, 225);
    border-radius: 5px 5px 0px 0px;
    font-family: "DIRECTVCurve Medium";
    font-size: 12px;
    padding: 5px 5px 5px 10px;
    line-height: 20px;
}


.ott-reactivate-premium-package-header {
    height: 36px;
    width: 100%;
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
}

.reactivate-premium-package-suscription-text, .reactivate-premium-package-info-text {
    color: #222222;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}

.reactivate-premium-package-suscription-text {
    padding-top: 62px;
}

.reactivate-premium-package-button {
    height: 55px;
    width: auto;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-top: 46px !important;
    text-transform: uppercase;
}

.reactivate-premium-package-cancel {
    height: 17px;
    width: 67px;
    color: #06A9F4;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    margin-top: 35px !important;
    margin-bottom: 20px;
}

.reactivate-premium-package-success-container {
    height: 205px;
    width: 630px;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    margin-left: 25px;
}

.reactivate-premium-package-failure-header {
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.reactivate-premium-package-success-header {
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    padding-right: 51px;
}

.reactivate-premium-package-success-text, .reactivate-premium-package-failure-text {
    color: #222222;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding-top: 21px;
}

.reactivate-premium-package-failure-container {
    height: 275px;
    width: 556px;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.ott-loading-spinner {
    margin-top: 46px;
}

.ott-reactivate-page {
    background: #081A2B;
}

.ott-reactivate-page-header {
    height: 38px;
    width: 325px;
    color: #FFFFFF;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 38px;
}

.ott-reactivate-page-container {
    margin: auto;
    width: 960px;
    padding-top: 33px;
    padding-bottom: 40px;
}

    .ott-reactivate-page-container span#processorSpan {
        margin-left: 95px;
    }

        .ott-reactivate-page-container span#processorSpan .fa {
            margin-top: 40px;
        }

.ott-reactivate-page-content {
    margin: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.ott-reactivate-page-suscriptions-payment-method {
    /* MDTV-1808 - OTT LATAM AR - Reactivation for trial customers - change stars */
    /* height: 63px; */
    /* MDTV-1808 - OTT LATAM AR - Reactivation for trial customers - change ends */
}

.reactivate-suscriptions-container {
    width: 100%;
}

.reactivate-suscriptions-header-premiums {
    padding-top: 30px;
    margin-bottom: 10px !important;
}

.reactivate-suscriptions-header {
    height: 15px;
    width: 100%;
    color: #FFFFFF;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px !important;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.reactivate-suscription-item-box {
    height: 62px;
    width: 472px;
    margin-bottom: 3px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.reactivate-suscription-item-box-background {
    height: auto !important;
    background: rgb(0,0,0,0.5);
    border-radius: 8px;
}

.reactivate-suscription-item-background {
    height: 62px;
    width: 472px;
    opacity: 0.5;
    border-radius: 8px;
    background-color: #000000;
    position: absolute;
}

.suscription-item-box-content {
    position: relative;
}

.reactivate-suscription-item-package {
    height: 22px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.reactivate-suscription-item-price {
    height: 20px;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}

.reactivate-suscription-item-offer__first-line {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.reactivate-suscription-item-offer__second-line {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.reactivate-check {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #00A1E1;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.reactivate-checked {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #00A1E1;
    background: #00A1E1;
    background: url('../images/Tick.png') no-repeat center, #00A1E1;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.reactivate-checked-disabled {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background: #00A1E1;
    background: url('../images/Tick.png') no-repeat center, rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: auto;
}

.reactivate-suscriptions-amount-box-pending-cancel-trial {
    height: 74px;
    width: 469px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.reactivate-suscriptions-amount-box {
    height: auto;
    width: 472px;
    margin-top: 20px;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.reactivate-amount-background {
    height: 70px;
    width: 472px;
    opacity: 0.5;
    border-radius: 8px;
    background-color: #000000;
    position: absolute;
}

.reactivate-amount-background-pending-cancel-trial {
    height: 100px;
    width: 472px;
    opacity: 0.5;
    border-radius: 8px;
    background-color: #000000;
    position: absolute;
}

.reactivate-amount-content {
    position: relative;
    padding-top: 22px;
    /*padding-bottom: 21px;*/
}

.reactivate-amount-label {
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
}

.reactivate-amount-value {
    height: 31px;
    width: 241px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 31px;
    text-align: right;
    padding-right: 16px;
}

.reactivate-amount-value-message {
    height: 43px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 20px 5px 16px;
    display: inline-block;
}

.reactivate-suscriptions-button-box {
    height: 55px;
    width: 472px;
    border-radius: 5px;
    display: table;
    background-color: #009FDB;
    margin-top: 40px;
    cursor: pointer;
}

/* MDTV-1808 - OTT LATAM AR - Reactivation for trial customers - change stars */
.trial-reactivation-payment .reactivate-suscriptions-button-box {
    /*margin-top: 80px;*/
}
/* MDTV-1808 - OTT LATAM AR - Reactivation for trial customers - change ends */

.reactivate-suscriptions-button-label {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}

.ott-column-center-vertical-align {
    padding-top: 10px;
    padding-bottom: 10px;
}

.reactivate-suscription-item-image {
    width: 50px;
    height: 50px;
    margin-top: 6px;
}

.ott-column-center-align {
    text-align: center;
}

/* Start Expired Credit Card styles */

.expired-card-bill-with-amount-container {
    display: flex;
}

#expired-card-warning-icon-common,
#expired-card-warning-icon-payment {
    height: 17px;
    margin-right: 5px;
    width: 20px;
}

#expired-card-warning-icon-common {
    margin-top: 18px;
}


/* MDTV-1808 - OTT LATAM AR - Reactivation for trial customers - change stars */
.trial-reactivation-payment #payment-sec .expired-card-bill-with-amount-container #expired-card-warning-icon-common {
    margin-top: 0px !important;
}
/* MDTV-1808 - OTT LATAM AR - Reactivation for trial customers - change ends */


div.expiredCardModalBox {
    background: #fff;
    border-radius: 10px;
    left: calc((100vw - 600px)/2);
    position: fixed;
    top: 20%;
    width: 635px;
    z-index: 9999;
}

    div.expiredCardModalBox div.closeExpiredCardModalBox {
        display: block;
        width: 100%;
        text-align: right;
        padding: 15px 10px 0px 0px;
    }

        div.expiredCardModalBox div.closeExpiredCardModalBox span {
            cursor: pointer;
            font-family: "DIRECTVCurve Regular" !important;
            font-size: 30px;
            font-weight: 900;
            height: 40px;
            padding-right: 10px;
            width: 40px;
        }

    div.expiredCardModalBox div#expiredCardModalTitle,
    div.expiredCardModalBox div#expiredCardModalbuttons {
        display: grid;
        font-family: "DIRECTVCurve Regular" !important;
        font-weight: 900;
        font-size: 30px;
        padding: 0px 10px 0px 10px;
        text-align: center;
        width: 100%;
    }

    div.expiredCardModalBox div#expiredCardModalTitle,
    div.expiredCardModalBox div#expiredCardModalDescription {
        height: 72px;
    }

    div.expiredCardModalBox div#expiredCardModalTitle {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    div.expiredCardModalBox div#expiredCardModalDescription {
        display: grid;
        font-family: "DIRECTVCurve Regular" !important;
        font-size: 14px;
        margin-left: 7%;
        padding-top: 25px;
        text-align: center;
        width: 85%;
    }

    div.expiredCardModalBox div#expiredCardModalbuttons {
        padding-top: 25px;
        padding-bottom: 20px;
    }

#btnUpdatePaymentMethod {
    font-family: "DIRECTVCurve Regular" !important;
    font-size: 15px;
    height: 55px;
    margin-left: 25%;
    text-transform: uppercase;
    width: 50%;
}

#btnCloseExpiredCardModalBox {
    color: #06A9F4;
    background-color: white;
    font-family: "DIRECTVCurve Regular" !important;
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
    div.expiredCardModalBox {
        left: calc((100vw - 490px)/2);
        width: 490px;
    }

    #btnUpdatePaymentMethod {
        margin-left: 20%;
        width: 60%;
    }
}

@media only screen and (max-width: 490px) {
    div.expiredCardModalBox {
        left: calc((100vw - 325px)/2);
        width: 325px;
    }

    #btnUpdatePaymentMethod {
        margin-left: 5%;
        width: 90%;
    }

    div.expiredCardModalBox div#expiredCardModalDescription {
        padding-top: 40px;
    }

    div.expiredCardModalBox div#expiredCardModalbuttons {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 290px) {
    div.expiredCardModalBox {
        left: calc((100vw - 250px)/2);
        top: 10%;
        width: 250px;
    }

    #btnUpdatePaymentMethod {
        display: flex;
        font-size: 12px;
        margin-left: 5%;
        width: 90%;
    }

    #btnCloseExpiredCardModalBox {
        font-size: 11px;
    }

    /*div.expiredCardModalBox div#expiredCardModalDescription {
        padding-top: 40px;
    }*/

}

/* End Expired Credit Card styles */

.reactivate-warning-message-container {
    height: 74px;
    width: 960px;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: nowrap;
}

.warning-icon-content {
    width: 44px;
    height: auto;
    border-radius: 5px 0 0 5px;
    background-color: #F89C0B;
    text-align: center;
}

.reactivate-warning-icon {
    padding-top: 27px;
}

.warning-message-title {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 17px;
}

.warning-message-description {
    opacity: 0.6;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    padding-top: 3px;
}

.reactivate-warning-message-description {
    padding-left: 20px;
}

.ott-loyalty-offer-close {
    height: 30px;
}

.ott-linear-streaming-package-purchase-close {
    height: auto;
    text-align: end;
}

.ott-loyalty-offer-container, .ott-loyalty-premium-offer-container {
    height: auto;
    width: 636px;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.ott-loyalty-final-message-header {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.ott-loyalty-offer-spinner {
    padding-top: 30px;
}

div.ott-loyalty-premium-offer-container {
    padding-left: 23px;
    padding-right: 0;
}

.ott-loyalty-offer-top-content {
    text-align: end;
    padding-top: 20px;
    padding-right: 15px;
}

.ott-linear-streaming-package-purchase-top-content {
    padding-top: 48px;
    padding-right: 42px;
    padding-left: 42px;
}

.ott-loyalty-premium-offer-close span {
    font-size: 32px;
    cursor: pointer;
}

.ott-loyalty-offer-exit,
.ott-linear-streaming-package-purchase-exit,
.ott-reactivate-exit {
    font-size: 30px;
    cursor: pointer;
}

.ott-loyalty-offer-header,
.ott-loyalty-premium-offer-header {
    width: 100%;
    color: #222222;
    font-size: 30px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.ott-loyalty-premium-offer-header {
    padding-right: 40px;
}

.ott-loyalty-offer-description-label,
.ott-loyalty-premium-offer-description-label {
    height: 41px;
    color: #222222 !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    text-align: center !important;
    padding-top: 30px !important;
    padding-bottom: 30px;
}

.ott-loyalty-premium-offer-description-label {
    padding-right: 40px;
}

.ott-loyalty-offer-description-offer {
    color: #222222;
    font-size: 24px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 29px !important;
    text-align: center !important;
    padding-top: 30px !important;
}

.premium-offer-discount,
.premium-offer-months {
    padding-top: 0 !important;
}

.premium-offer-package-name {
    font-size: 14px !important;
    margin: 21px 0 8px 0;
}

.premium-offer-description {
    padding-top: 60px;
    padding-bottom: 30px;
}

.ott-loyalty-premium-offer-buttons-desktop {
    display: inline-flex;
}

.ott-loyalty-premium-offer-buttons-mobile {
    display: none;
}

.ott-loyalty-premium-offer-buttons-desktop button:last-child {
    margin-bottom: auto !important;
    padding: 0px;
}

.ott-loyalty-premiun-promotion-button-action {
    width: 222px !important;
}

.premium-offer-months {
    font-size: 20px !important;
    margin-top: 5px;
    font-weight: 400 !important;
}

.ott-loyalty-offer-buttons {
    padding-top: 63.5px;
}

.ott-loyalty-premium-offer-buttons {
    padding-top: 26px;
    flex-direction: row;
    justify-content: space-between;
}

.ott-loyalty-premium-offer-buttons,
.premium-offer-description {
    padding-right: 40px;
}

.ott-loyalty-offer-message-padding {
    padding-bottom: 40px;
    padding-top: 14px;
}

#package-name-final-message-modal {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    text-transform: uppercase;
}

.ott-cancel-redesign-accept-button-desktop {
    width: 138px !important;
}

.ott-loyalty-offer-accept-button-box-desktop {
    height: 55px;
    width: 208px;
    border-radius: 5px !important;
    background-color: #009FDB;
    text-transform: uppercase;
}

.ott-cancel-redesign-decline-button-desktop {
    width: 201px !important;
}

.ott-loyalty-offer-decline-button-box-desktop {
    height: 56px;
    width: 220px;
    border: 1px solid rgba(154,154,154,0.2) !important;
    border-radius: 5px !important;
    text-transform: uppercase;
    color: #009FDB !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    background-color: #FFFFFF !important;
}

div.ott-loyalty-premium-offer-buttons .ott-loyalty-premium-offer-decline-button-box {
    padding: 18.5px 17.5px 17.5px 16.5px;
    border: 1px solid rgba(154,154,154,0.2);
    border-radius: 5px;
    text-transform: uppercase;
    color: #009FDB;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    background-color: #FFFFFF;
}

div.ott-loyalty-premium-offer-buttons .ott-loyalty-premium-offer-accept-button-box {
    color: #FFFFFF;
    border-radius: 5px;
    padding: 18px 19.07px 17px 18.37px;
    background-color: #009FDB;
    text-transform: uppercase;
}

.ott-loyalty-offer-desktop {
    display: flex;
}

.ott-loyalty-offer-mobile {
    display: none;
}

/*MDTV-1392*/
#ott-reactivate-basic-package-success-modal,
#ott-reactivate-basic-package-failure-modal {
    width: 550px;
    top: 240px;
    border-radius: 20px;
    height: 290px;
}

.reactivate-basic-package-success-container,
.reactivate-basic-package-failure-container {
    border-radius: 20px;
    background-color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
}

.reactivate-basic-package-close {
    font-weight: 900 !important;
    font-size: 1.95em;
    padding-top: 25px;
    padding-right: 10px;
    cursor: pointer;
    color: #222222;
}

.reactivate-basic-package-success-header {
    color: #222222;
    font-size: 30px !important;
    font-family: "DIRECTVCurve Medium";
    letter-spacing: 0;
    line-height: 36px !important;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px !important;
    margin-top: 10px !important;
}

.reactivate-basic-package-failure-header {
    color: #222222;
    font-size: 30px !important;
    letter-spacing: 0;
    line-height: 30px !important;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}

.ott-reactivate-basic-package-btn {
    font-family: 'DIRECTVCurve Regular' !important;
    border-radius: 5px;
    padding: 17px 35px;
    background-color: #009FDB;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    width: 275px;
}

.reactivate-basic-package-cancel {
    height: 17px;
    width: 67px;
    color: #06A9F4;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    margin-top: 40px !important;
    font-family: "DIRECTVCurve Light", "Helvetica Neue", Arial, Sans-serif;
}

@media screen and (max-width: 700px) {
    #ott-reactivate-basic-package-success-modal,
    #ott-reactivate-basic-package-failure-modal {
        width: auto;
    }

    .reactivate-basic-package-cancel {
        margin-top: 25px !important;
    }
}

#loyalty-offer-spinner {
    font-size: 26px;
}

.premium-package-short-image-title {
    width: 85px;
    height: auto;
    top: -68px;
    left: 112px;
}

/* Start Download Bill Error Modal styles */

div.downloadBillErrorModalBox {
    background: #fff;
    border-radius: 10px;
    height: 236px;
    left: calc((100vw - 600px)/2);
    position: fixed;
    top: 20%;
    width: 556px;
    z-index: 9999;
}

    div.downloadBillErrorModalBox div.closeDownloadBillErrorModalBox {
        display: block;
        width: 100%;
        text-align: right;
        padding: 15px 10px 0px 0px;
    }

        div.downloadBillErrorModalBox div.closeDownloadBillErrorModalBox span {
            cursor: pointer;
            font-family: "DIRECTVCurve Regular" !important;
            font-size: 30px;
            font-weight: 900;
            height: 40px;
            padding-right: 10px;
            width: 40px;
        }

    div.downloadBillErrorModalBox div#downloadBillErrorModalTitle,
    div.downloadBillErrorModalBox div#downloadBillErrorModalbuttons {
        font-family: "DIRECTVCurve Regular" !important;
        font-weight: 900;
        font-size: 30px;
        padding: 0px 10px 0px 10px;
        text-align: center;
        width: 100%;
    }

    div.downloadBillErrorModalBox div#downloadBillErrorModalTitle,
    div.downloadBillErrorModalBox div#downloadBillErrorModalDescription {
        height: 60px;
    }

    div.downloadBillErrorModalBox div#downloadBillErrorModalTitle {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    div.downloadBillErrorModalBox div#downloadBillErrorModalDescription {
        display: grid;
        font-family: "DIRECTVCurve Regular" !important;
        font-size: 16px;
        margin-left: 7%;
        padding-top: 10px;
        text-align: center;
        width: 85%;
    }

    div.downloadBillErrorModalBox div#downloadBillErrorModalbuttons {
        padding-bottom: 20px;
    }

#btnCloseDownloadBillErrorModalBox {
    color: #06A9F4;
    background-color: white;
    font-family: "DIRECTVCurve Regular" !important;
    font-size: 18px;
    text-transform: uppercase;
}

.ott-spinner-download-bill {
    color: #10AAEB;
}

@media only screen and (max-width: 640px) {
    div .downloadBillErrorModalBox {
        left: calc((100vw - 490px)/2);
        width: 490px;
    }
}

@media only screen and (max-width: 490px) {
    div.downloadBillErrorModalBox {
        left: calc((100vw - 310px)/2);
        width: 325px;
    }

        div.downloadBillErrorModalBox div#downloadBillErrorModalDescription {
            padding-top: 20px;
        }

        div.downloadBillErrorModalBox div#downloadBillErrorModalbuttons {
            padding-top: 10px;
        }
}

@media only screen and (max-width: 290px) {
    div.downloadBillErrorModalBox {
        left: calc((100vw - 240px)/2);
        top: 10%;
        width: 250px;
    }

    #btncloseDownloadBillErrorModalBox {
        font-size: 11px;
    }
}

/* End Download Bill Error Modal styles */

/* Begin MDTV-1728 styles */
.ott-loading-spinner.customize-spinner {
    margin-top: 0px;
    /*  margin-right: 100px;*/
}

.quitar-customized-width {
    width: 155px;
}

.cancelar-customized-width {
    width: 230px;
}

.aggregado-carrousel-spinner {
    margin-left: 5px;
    color: #FFFFFF !important;
}
/* End MDTV-1728 styles */
/*MDTV-1584*/
@media screen and (max-width: 700px) {
    .additional-margin-top-cl {
        margin-top: 15em;
    }

    .ott-align-title {
        padding-left: 60px;
    }
}

.expired-card-modal-header-for-reactivation {
    font-family: "DIRECTVCurve Regular" !important;
    color: #000000;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
}

.expired-card-modal-text-for-reactivation {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    color: #000000;
}

.ott-change-plan-page-main-header {
    margin-bottom: 40px;
}

    .ott-change-plan-page-main-header h1 {
        margin-bottom: 0px;
    }

.ott-change-plan-page-main-container {
    background-color: #F2F2F2;
}

.ott-change-plan-page,
.ott-regret-page {
    margin: auto;
    width: 960px;
    padding-top: 30px;
    padding-bottom: 200px;
}

.ott-regret-page-list {
    margin: auto;
    width: 960px;
    padding-top: 30px;
}

.ott-change-plan-page-header {
    font-style: normal;
    font-weight: normal;
    font-size: 32px !important;
    line-height: 38px !important;
    color: #FFFFFF;
    padding-bottom: 47px;
}

.ott-change-plan-page-updown-header {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 36px !important;
    color: #000000;
}

.ott-change-plan-list-container,
.ott-regret-list-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ott-change-plan-item-container {
    width: 300px;
    height: auto;
    background: #000000;
    border-radius: 15px;
    margin: auto;
}

.ott-change-plan-item-updown-container {
    width: 300px;
    min-height: 250px;
    background: #FFFFFF;
    border-radius: 15px;
}

.mdtv-cart-order-detail-header-img {
    filter: invert(100%);
}

.ott-change-plan-item-container-updown-active {
    border: 1px solid #009FDB;
}

.ott-change-plan-item-container-active {
    border: 1px solid #009FDB;
}

.ott-change-plan-item-container-updown-active {
    border: 3px solid #000000;
}

.ott-change-plan-item-container-updown-active.ott-change-plan-container-wrap-fix {
    outline: 3px solid #000000;
    outline-offset: -3px;
    border: none;
}

.ott-change-plan-container-wrap-fix .ott-change-plan-page-updown-header {
    line-height: 24px !important;
}

.ott-change-plan-item-header {
    padding: 17px 20px 15px 20px;
}

.ott-change-plan-item-header-comboplus {
    padding: 0px 20px 12px 20px;
}

.ott-change-plan-item-badge-active {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #00A1E1 !important;
}

.ott-change-plan-item-badge-active-hardbundle {
    width: 148px;
    height: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #00A1E1 !important;
}


.ott-change-plan-item-name {
    font-style: normal;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #FFFFFF;
    width: 148px;
    height: 44px;
}


.ott-change-plan-item-name-updown {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #000000;
    width: 600px;
    height: 0px;
}

.ott-change-plan-item-name-updown-active {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: Bold;
    font-size: 22px !important;
    text-align: left;
    color: #000000;
    width: 250px;
    line-height: 1.2 !important;
}

.ott-change-plan-item-name-updown.ott-change-plan-friendlyName-wrap-fix, ott-change-plan-item-name-updown-active.ott-change-plan-friendlyName-wrap-fix {
    height: auto;
    width: auto;
}

.ott-change-plan-item-name-updown.ott-change-plan-container-wrap-fix, ott-change-plan-item-name-updown-active.ott-change-plan-container-wrap-fix {
    line-height: 24px !important;
}

@media (max-height: 2.4em) {
    .ott-change-plan-item-name-updown-active {
        font-size: 90%;
    }
}

@media (max-height: 3.6em) {
    .ott-change-plan-item-name-updown-active {
        font-size: 80%;
    }
}

.ott-button-bottom {
    padding: 20px 20px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.paddin-updown {
    margin-bottom: 0px !important;
}

.ott-change-plan-item-name-hardbundle {
    font-style: normal;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #FFFFFF;
    width: 148px;
    height: 44px;
}

.ott-change-plan-item-price-div {
    padding-top: 23px;
}

.ott-change-plan-item-price {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
}

.ott-change-plan-item-updown-price-div {
    padding-top: 0px;
}

.text-link-header {
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.image-span-link-header {
    display: inline-block;
    background-image: url(../images/blue-union.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    background-position: center;
    top: 3px;
    margin-left: 10px;
    margin-right: 10px
}

.ott-change-plan-item-updown-change-price-div {
    padding-top: 20px;
}

.ott-change-plan-item-updown-change-price-div.ott-change-plan-friendlyPrice-wrap-fix {
    padding-top: 0px;
}

.ott-change-plan-item-updown-price {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: Bold;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    color: #000000;
}

.ott-change-plan-item-updown-text {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: Bold;
    font-size: 16px;
    line-height: 35px;
    text-align: right;
    color: #2C2C2C;
    margin-left: 5px;
}

.ott-change-plan-item-updown-price-active {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: Bold;
    font-size: 16px;
    line-height: 35px;
    text-align: right;
    color: #2C2C2C;
}

.ott-change-plan-header-break {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 260px;
    margin-left: 20px;
    margin-right: 20px;
}



.ott-change-plan-features {
    width: 100%;
    height: 126px; /*TODO change for align bottom*/
}

.ott-change-plan-features-hardbundle {
    width: 100%;
    min-height: 125px;
}

.ott-change-plan-features-hardbundle-updown {
    width: 100%;
    min-height: 75px;
}

.ott-change-plan-bullets {
    margin-top: 15px;
    margin-left: 8px;
    list-style-image: url('../images/union-bullet-list.svg');
}

.ott-change-plan-bullet-option {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #FFFFFF;
}

    .ott-change-plan-bullet-option::marker {
        color: rgba(255, 255, 255, 0.6);
    }

.ott-change-plan-bullet-option-hardbundle {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #FFFFFF;
    width: 240px;
    height: 40px;
    letter-spacing: 0.01em;
}

    .ott-change-plan-bullet-option-hardbundle::marker {
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.6em;
        position: absolute;
        width: 10.67px;
        height: 10.67px;
        left: 2.67px;
        top: 2.67px;
    }

.ott-change-plan-actions {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 18px;
}

.ott-change-plan-see-all-channels {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #00AEEF !important;
    margin-bottom: 25px;
}

.ott-change-plan-keep-current {
    width: 100%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 10px 20px;
}

.ott-change-plan-switch-plan {
    width: 100%;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 10px 20px;
    background: #009FDB;
    border: 3px solid #009FDB;
    border-radius: 5px;
    line-height: 1.3em;
}

.ott-change-plan-switch-plan-updown {
    font-family: Poppins !important;
    width: 100%;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #0073AE !important;
    padding: 10px 20px;
    background: #FFFFFF;
    border: none;
    border: 3px solid #0073AE;
    border-radius: 30px;
    line-height: 1.3em;
    height: 48px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    display: flex;
}
    .ott-change-plan-switch-plan-updown.ott-change-plan-extra-button-present {
        border:none !important;
    }

    .ott-change-plan-switch-plan-updown.ott-change-plan-switch-plan-updown-lower-case {
        text-transform: none !important;
    }

.ott-change-plan-all-channels-container {
    width: 630px;
    height: 491px;
    background: #FFFFFF;
    border-radius: 20px;
}

.ott-change-plan-all-channels-close {
    display: block;
    width: 100%;
    text-align: right;
    padding: 15px 15px 0px 0px;
    font-weight: bold;
    font-size: x-large;
}

div.ott-change-plan-all-channels-header {
    width: 100%;
    text-align: center;
}

    div.ott-change-plan-all-channels-header h1 {
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 29px !important;
        line-height: 132% !important;
        text-align: center !important;
        text-transform: uppercase !important;
        color: #000000 !important;
    }

    div.ott-change-plan-all-channels-header p {
        text-transform: uppercase !important;
        color: #000000 !important;
        padding-top: 8px;
        padding-bottom: 15px;
    }

.ott-change-plan-all-channels-list {
    height: 345px;
    overflow-y: auto;
}

.ott-change-plan-all-channels-channel-image {
    width: 50px;
    margin-bottom: 27px;
    margin-left: 20px;
}

.ott-change-plan-spinner-container {
    width: 122px;
    text-align: center;
    padding-top: 9px;
    margin-right: 14px;
}

.ott-change-plan-spinner {
    color: #00A1E1;
}

.ott-change-plan-alert-text {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
}

.ott-change-plan-upgrade-confirmation-container,
.ott-change-plan-downgrade-confirmation-container,
.ott-change-plan-confirmation-container {
    width: 630px;
    height: auto;
    left: 520px;
    top: 180px;
    background: #FFFFFF;
    border-radius: 20px;
}

div.ott-cash-change-plan-downgrade-success-header,
div.ott-cash-change-plan-downgrade-confirmation-header,
div.ott-change-plan-upgrade-confirmation-header,
div.ott-cash-change-plan-upgrade-confirmation-header,
div.ott-change-plan-upgrade-success-header,
div.ott-change-plan-downgrade-success-header,
div.ott-change-plan-success-header,
div.ott-change-plan-failure-header,
div.ott-change-plan-downgrade-confirmation-header,
div.ott-change-plan-confirmation-header {
    width: 100%;
    text-align: center;
}

    div.ott-cash-change-plan-downgrade-success-header h1,
    div.ott-change-plan-upgrade-confirmation-header h1,
    div.ott-change-plan-upgrade-success-header h1,
    div.ott-change-plan-success-header h1,
    div.ott-change-plan-failure-header h1,
    div.ott-change-plan-failure-hardbundle-header h1 {
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
    }

div.ott-change-plan-failure-hardbundle-header h1 {
    font-weight: 600;
}

div.ott-change-plan-success-header h1 {
    font-weight: 600;
}

div.ott-cash-change-plan-downgrade-confirmation-header p,
div.ott-cash-change-plan-upgrade-confirmation-header p,
div.ott-change-plan-upgrade-confirmation-header p,
div.ott-change-plan-downgrade-confirmation-header p,
div.ott-change-plan-confirmation-header p {
    color: #000000 !important;
    padding-top: 8px;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    padding: 41px 45px 46px 45px;
}

div.ott-change-plan-confirmation-header p {
    width: 100%;
    margin: 0 auto;
}

div.ott-cash-change-plan-upgrade-confirmation-header h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.ott-cash-change-plan-downgrade-success-close,
.ott-cash-change-plan-downgrade-confirmation-close,
.ott-cash-change-plan-upgrade-success-close,
.ott-cash-change-plan-failure-close,
.ott-cash-change-plan-upgrade-confirmation-close,
.ott-change-plan-upgrade-confirmation-close,
.ott-change-plan-upgrade-success-close,
.ott-change-plan-failure-close,
.ott-change-plan-downgrade-confirmation-close,
.ott-change-plan-confirmation-close,
.ott-change-plan-downgrade-success-close {
    display: block;
    width: 100%;
    text-align: right;
    padding: 15px 30px 0px 0px;
    font-weight: bold;
    font-size: x-large;
}

.ott-change-plan-upgrade-confirmation-button {
    width: 315px;
    height: 55px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px !important;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'case' on;
    color: #FFFFFF !important;
    background: #00AEEF;
    border-radius: 3px;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
}

.ott-change-plan-upgrade-confirmation-actions,
.ott-change-plan-downgrade-confirmation-actions,
.ott-change-plan-confirmation-actions {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.ott-change-plan-confirmation-actions-no-button {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.ott-change-plan-upgrade-reject-button,
.ott-change-plan-reject-button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #009FDB;
}

.updown-change-plan-confirmation-button {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0073AE !important;
}

.updown-change-plan-reject-button {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0073AE !important;
}

.ott-change-plan-upgrade-success-container,
.ott-change-plan-downgrade-success-container,
.ott-change-plan-success-container {
    width: 630px;
    height: 224px;
    left: 520px;
    top: 180px;
    background: #FFFFFF;
    border-radius: 20px;
}

.ott-cash-change-plan-upgrade-success-container {
    width: 630px;
    height: 370px;
    left: 520px;
    top: 180px;
    background: #FFFFFF;
    border-radius: 20px;
}

.ott-cash-change-plan-upgrade-success-title {
    padding-top: 20px;
}

.ott-cash-change-plan-upgrade-success-div h3 {
    font-size: 23px;
    padding-top: 20px;
    font-weight: bolder;
}

.ott-cash-change-plan-upgrade-success-div p:first-of-type {
    padding-bottom: 5px;
}

div.ott-cash-change-plan-downgrade-success-header p,
div.ott-change-plan-upgrade-success-header p,
div.ott-change-plan-downgrade-success-header p,
div.ott-change-plan-success-header p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    padding: 31px 52px 42px 43px;
}

div.ott-change-plan-success-header p {
    margin: 0px 20px;
}

.ott-change-plan-failure-container {
    width: 630px;
    height: 265px;
    left: 520px;
    top: 180px;
    background: #FFFFFF;
    border-radius: 20px;
}

.ott-change-plan-failure-hardbundle-container {
    height: 224px;
}

.ott-cash-change-plan-failure-container {
    width: 630px;
    height: 200px;
    left: 520px;
    top: 180px;
    background: #FFFFFF;
    border-radius: 20px;
}

div.ott-change-plan-failure-header p,
div.ott-change-plan-failure-hardbundle-header p {
    color: #000000 !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    padding: 21px 43px 30px 52px;
}

div.ott-change-plan-failure-hardbundle-header p {
    padding: 31px 43px 30px 52px;
}

.ott-change-plan-failure-button {
    width: 199px;
    height: 55px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px !important;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'case' on;
    color: #FFFFFF !important;
    background: #00AEEF;
    border-radius: 3px;
    padding-left: 55px;
    padding-right: 55px;
    margin: auto;
}

.ott-change-plan-failure-actions {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.updown-change-plan-confirmation-spinner,
.ott-change-plan-failure-spinner,
.ott-change-plan-upgrade-confirmation-spinner,
.ott-change-plan-downgrade-confirmation-spinner,
ott-change-plan-confirmation-spinner {
    text-align: center;
    padding-top: 9px;
    margin-right: 14px;
    padding-bottom: 60px;
}

.ott-change-plan-confirmation-spinner {
    text-align: center;
    padding-bottom: 30px;
}

div.ott-cash-change-plan-downgrade-confirmation-header h1,
div.ott-change-plan-downgrade-confirmation-header h1,
div.ott-change-plan-confirmation-header h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 47px;
    padding-right: 47px;
    color: #000000;
}

div.ott-change-plan-confirmation-header h1 {
    padding-left: 39px;
    padding-right: 39px;
    width: 70%;
    letter-spacing: 1px;
    display: inline-block;
}

div.updown-change-plan-confirmation-header {
    text-align: center;
}

    div.updown-change-plan-confirmation-header h1 {
        width: 69% !important;
    }

    div.updown-change-plan-confirmation-header h1 {
        font-family: Poppins !important;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        padding: 0 39px;
        color: #1B1B1B;
        width: 70%;
        margin: 0 auto;
        letter-spacing: 1px;
        display: inline-block;
        white-space: nowrap;
    }

    div.updown-change-plan-confirmation-header.ott-change-plan-shared-modal-h1-description h1 {
        letter-spacing: normal;
    }

#description-updown {
    font-family: 'IBM Plex Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;
    width: 70%;
    margin: 0 auto;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 24px;
}

.ott-change-plan-shared-modal-description-updown {
    font-family: 'IBM Plex Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1B1B;
    width: 70%;
    margin: 0 auto;
    display: inline-block;
    margin-top: 24px;
}

#name-plan-updown span {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    padding: 0 39px;
    color: #2C2C2C;
    width: 70%;
    margin: 0 auto;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 24px;
}

#price-detail-updown span {
    font-family: Poppins !important;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding: 0 39px;
    color: #1B1B1B;
    width: 70%;
    margin: 0 auto;
    letter-spacing: 0px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 24px;
}

.updown-change-plan-confirmation-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    gap: 10px;
    isolation: isolate;
    width: 300px;
    height: 48px;
    color: white !important;
}

.updown-change-plan-confirmation-button {
    background: linear-gradient(90deg, #00AEEF 0%, #005993 100%);
    border-radius: 24px;
}

.updown-spinner {
    width: 20px;
    height: 20px;
    top: 14px;
    flex: none;
    order: 3;
    flex-grow: 0;
    z-index: 3;
    border: 2px solid #FFFFFF;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ott-change-plan-downgrade-confirmation-button,
.ott-change-plan-confirmation-button {
    width: 315px;
    height: 55px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px !important;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'case' on;
    color: #FFFFFF !important;
    background: #00AEEF;
    border-radius: 3px;
    padding-left: 53px;
    padding-right: 50px;
    margin: auto;
}

.ott-change-plan-confirmation-button {
    padding-left: 97px;
}

.ott-change-plan-notification {
    margin: 12px 0px;
    width: 175px;
}

.ott-change-plan-button {
    margin-top: auto;
}

.ott-change-plan-list {
    margin: 10px auto;
    width: 100%;
}

.ott-regret-page-header {
    font-style: normal;
    font-weight: normal;
    font-size: 32px !important;
    line-height: 38px !important;
    color: #FFFFFF;
    padding-bottom: 11px;
}

.ott-regret-page-paragraph {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding-bottom: 46px;
}

.ott-regret-page-list-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 24px !important;
    padding-bottom: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.ott-regret_all_lists {
    width: 940px;
    height: 521px;
    left: 365px;
    top: 289px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-right: 24px;
    padding-left: 46px;
}



.ott-regret-bullets {
    margin-top: 15px;
    margin-left: -15px;
}

.ott-regret-downgrade-confirmation-actions2 {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.ott-regret-button-dar-baja {
    box-sizing: border-box;
    height: 34px;
    width: 122px;
    border: 1px solid #00A1E1;
    border-radius: 5px;
    padding-top: 9px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    background: #00A1E1;
    margin-right: 14px;
}

.ott-regret-features ul {
    margin-left: -10px;
}



.ott-regret-features textarea {
    margin-left: 80px;
}

.ott-regret-features-text1 {
    color: black;
    width: 90%;
}

.ott-regret-features-text2 {
    /*outline: none !important;*/
    border: 2px solid red !important;
    border-color: red !important;
    /*box-shadow: 0 0 10px #719ECE;*/
    /*outline-color: #719ECE;*/
}

.ott-regret-paragraph {
    font-family: 'DIRECTVCurve Light';
    font-size: 12px;
    padding-left: 80px;
    color: red;
}

.ott-regret-confirmation-button {
    width: 245px;
    height: 55px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px !important;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'case' on;
    color: #FFFFFF !important;
    background: #9E9E9E;
    border-radius: 3px;
    padding-left: 75px;
    padding-right: 54px;
    margin: auto;
    margin-left: 575px;
    margin-top: -30px;
}

.ott-confirmed-regret-page-header {
    width: 601px;
    font-style: normal;
    font-weight: normal;
    font-size: 40px !important;
    line-height: 49px;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 10px;
    margin-left: 75px;
    padding-left: 91px !important;
}

.ott-confirmed-regret-image {
    position: absolute;
    padding-left: 4px;
}


.ott-regret-confirmation-button2 {
    width: 245px;
    height: 55px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px !important;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'case' on;
    color: #FFFFFF !important;
    background: #00A1E1;
    border-radius: 3px;
    padding-left: 75px;
    padding-right: 54px;
    margin: auto;
    margin-left: 575px;
    margin-top: -30px;
}

.ott-regret-back-button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin-left: 90px;
}

.ott-regret-actions {
    width: 100%;
}

.ott-regret-features {
    position: relative;
    margin-bottom: 74px;
    display: block;
}

    .ott-regret-features ul {
        list-style: none;
        margin: -42px;
        padding: 0;
        padding-bottom: 20px;
        overflow: auto;
        height: 475px;
    }

        .ott-regret-features ul li {
            color: #FFFFFF;
            display: block;
            position: relative;
            float: left;
            width: 80%;
            height: 50px;
        }

            .ott-regret-features ul li input[type=radio] {
                position: absolute;
                visibility: hidden;
            }

            .ott-regret-features ul li .check {
                background: #040D16;
                display: block;
                position: absolute;
                border: 1px solid #00A1E1;
                height: 25px;
                width: 25px;
                top: 30px;
                left: 28px;
                margin: 2px;
                border-radius: 15px;
            }

            .ott-regret-features ul li label {
                display: block;
                position: relative;
                font-family: DIRECTVCurve Light !important;
                font-weight: 300;
                font-size: 16px;
                color: #FFFFFF;
                padding: 25px 25px 25px 80px;
                margin: 7px auto;
                height: 30px;
                z-index: 9;
                cursor: pointer;
                -webkit-transition: all 0.25s linear;
            }

            .ott-regret-features ul li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 15px;
                width: 15px;
                top: 5px;
                left: 5px;
                margin: auto;
            }

    .ott-regret-features input[type=radio]:checked ~ .check {
        background: #00A1E1;
    }

        .ott-regret-features input[type=radio]:checked ~ .check::before {
            background: #00A1E1;
        }

.ott-regret-failure-spinner,
.ott-regret-upgrade-confirmation-spinner,
.ott-regret-downgrade-confirmation-spinner {
    text-align: center;
    padding-top: 9px;
    margin-right: 14px;
    padding-bottom: 60px;
}

div.ott-regret-upgrade-confirmation-header,
div.ott-regret-upgrade-success-header,
div.ott-regret-downgrade-success-header,
div.ott-regret-failure-header,
div.ott-regret-downgrade-confirmation-header {
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
    color: #000000;
}

div.ott-regret-downgrade-failure-header {
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
    color: #000000;
    padding-top: 32px;
}

div.ott-regret-downgrade-confirmation-header h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 47px;
    padding-right: 47px;
    padding-bottom: 14px;
    color: #000000;
}

div.ott-regret-upgrade-success-header p,
div.ott-regret-downgrade-success-header p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    padding: 31px 52px 42px 43px;
}

.ott-regret-upgrade-success-container,
.ott-regret-downgrade-success-container {
    width: 630px;
    height: 224px;
    left: 520px;
    top: 180px;
    background: #FFFFFF;
    border-radius: 20px;
}

.ott-regret-upgrade-confirmation-container,
.ott-regret-downgrade-confirmation-container {
    width: 630px;
    height: 359px;
    left: 520px;
    top: 180px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: auto;
}

.ott-regret-downgrade-confirmation-button {
    width: 315px;
    height: 55px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px !important;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'case' on;
    color: #FFFFFF !important;
    background: #00AEEF;
    border-radius: 3px;
    padding-left: 100px;
    padding-right: 54px;
    margin: auto;
}

.ott-regret-upgrade-reject-button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #009FDB;
    margin-left: -8px;
}

.ott-regret-upgrade-confirmation-actions,
.ott-regret-downgrade-confirmation-actions {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}



.ott-cannot-regret-image {
    position: absolute;
}

.ott-cannot-regret-whitelink {
    color: white !important;
}

.ott-cannot-regret-vector {
    color: #00aeef !important;
}

.ott-disney-quitarplan-div {
    width: 91%;
    padding-left: 57px;
    padding-bottom: 25px;
}

.ott-disney-quitarplan-select {
    font-family: 'DIRECTVCurve Light';
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 35px;
    border-radius: 4px;
}

    .ott-disney-quitarplan-select option {
        line-height: 35px !important;
    }

.ott-disney-quitarplan-option {
    color: gray;
}

.ott-disney-quitarplan-label {
    font-family: 'DIRECTVCurve Light' !important;
    font-weight: bolder;
    color: black;
    text-shadow: 0 0 black;
}

.ott-disney-features textarea {
    margin-left: 80px;
}

.ott-disney-features-text1 {
    color: black;
    width: 100%;
    margin-top: 15px !important;
    margin-left: 56px;
}

.ott-disney-features-text2 {
    /*outline: none !important;*/
    border: 2px solid red !important;
    border-color: red !important;
    /*box-shadow: 0 0 10px #719ECE;*/
    /*outline-color: #719ECE;*/
}

.ott-disney-paragraph {
    font-family: 'DIRECTVCurve Light';
    font-size: 12px;
    padding-left: 80px;
    color: red;
}

.ott-linear-streaming-package-purchase-checkbox-error-message {
    font-family: 'DIRECTVCurve Light' !important;
    font-size: 12px;
    padding-top: 5px;
    color: red;
}

.ott-warning-covid-icon {
    background-image: url(../images/Fill_white.png);
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
}

.main-content-PurchasePremiumThankYou {
    margin: auto;
    width: 900px;
    padding-top: 26px;
    padding-bottom: 20px;
}

.navSiteTitleDescription {
    font-family: 'DIRECTVCurve Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.navSiteTitleDescription {
    font-family: 'DIRECTVCurve Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-align: left;
}

.ott-content-thankyoupage-header {
    font-size: 40px;
    font-family: 'DIRECTVCurve Regular';
    line-height: 48px;
    text-align: left;
    margin-top: 38px;
    margin-bottom: 27px;
    color: #FFFFFF;
}

.ott-content-header-img-div {
    position: relative;
    left: 0;
    top: 0;
}

.ott-content-header-img-circle {
    position: absolute;
    z-index: 1;
}

.ott-content-header-img-check {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px;
}

.ott-content-thankyoupage-header-text {
    margin-left: 70px;
}

.ott-content-thankyoupage-box-text {
    width: 100%;
    height: 214px;
    background-color: #030C15;
    border-radius: 10px;
    padding-top: 51px;
    padding-left: 27px;
    padding-right: 23px;
    padding-bottom: 37px;
    font-family: 'DIRECTVCurve Light' !important;
    color: #FFFFFF;
    line-height: 40px;
}

.ott-content-thankyoupage-backHome-btn {
    color: #00aeef;
    border: 1px solid #00aeef;
    margin-top: 10px;
    padding: 11px 11px 11px 11px;
    width: 151px;
    height: 42px;
    border-radius: 3px;
}

.ott-modify-my-plan-btn-redirect {
    border-radius: 3px;
    background-color: #009FDB;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    font-family: 'DIRECTVCurve Regular';
    padding: 10px 30px 10px 30px;
    margin-right: 26px;
}

.ott-content-action-btn {
    padding-top: 20px;
}

.ott-linear-streaming-package-purchase-modal-container {
    width: 630px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.ott-linear-streaming-package-purchase-header {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 30px !important;
    line-height: 36px !important;
    text-transform: uppercase;
    color: #000000;
}

.ott-linear-streaming-package-purchase-package-description {
    width: 100%;
    text-align: left;
    background: #F3F3F3;
    border-radius: 10px;
    margin: 30px 42px 0 42px;
}

    .ott-linear-streaming-package-purchase-package-description div {
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 19px !important;
        color: #000000 !important;
        padding: 20px 0 20px 21px;
    }

.ott-linear-streaming-package-purchase-package-offer-description {
    width: 100%;
    text-align: left;
    background: #F6FCFF;
    border-radius: 10px;
    margin: 15px 42px 0 42px;
}

    .ott-linear-streaming-package-purchase-package-offer-description div {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        color: #222222;
        padding-top: 15px;
        padding-left: 17px;
    }

    .ott-linear-streaming-package-purchase-package-offer-description p {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        padding-top: 18px;
        padding-left: 17px;
    }

        .ott-linear-streaming-package-purchase-package-offer-description p:last-child {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 19px;
            color: #222222;
            padding-top: 17px;
            padding-left: 17px;
            padding-bottom: 16px;
        }

.ott-linear-streaming-package-purchase-package-message {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #696969;
    padding: 24px 51px 0 50px;
}

.ott-linear-streaming-package-purchase-package-terms-and-conditions {
    width: 100%;
    margin: 27px 42px 0 42px;
}

    .ott-linear-streaming-package-purchase-package-terms-and-conditions label {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: #222222;
    }

    .ott-linear-streaming-package-purchase-package-terms-and-conditions a {
        color: #00AEEF;
        cursor: pointer;
        text-decoration: underline;
    }

.ott-linear-streaming-package-purchase-package-spinner-content {
    padding-top: 22px;
    padding-bottom: 38px;
}

.ott-linear-streaming-package-purchase-package-actions-desktop {
    width: 100%;
    margin: 22px 48px 38px 48px;
}

.ott-linear-streaming-package-purchase-package-actions-mobile {
    display: none;
}

.ott-purchase-streaming-offer {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #00AEEF !important;
    cursor: pointer !important;
}

.ott-purchase-linear-streaming {
    background: #00AEEF !important;
    border-radius: 3px !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    padding: 11px 18px 11px 18px;
}

.ott-linear-streaming-package-purchase-modal-error-container {
    width: 630px;
    height: 224px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
}

.ott-linear-streaming-package-purchase-modal-error-header {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.ott-linear-streaming-package-purchase-modal-error-message {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 19px !important;
    align-items: center;
    text-align: center !important;
    color: #000000;
    padding: 30px 30px 0 30px;
}

.ott-thank-you-page-streaming-purchase {
    padding-top: 39px !important;
    padding-bottom: 37px !important;
}

    .ott-thank-you-page-streaming-purchase p {
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 16px !important;
        line-height: 19px !important;
        color: #FFFFFF !important;
    }

    .ott-thank-you-page-streaming-purchase div.ott-content-action-btn {
        padding-top: 26px !important;
    }

        .ott-thank-you-page-streaming-purchase div.ott-content-action-btn a.ott-streaming-package-activate-account {
            padding-left: 18px !important;
            padding-right: 18px !important;
            text-transform: uppercase;
        }

        .ott-thank-you-page-streaming-purchase div.ott-content-action-btn a.ott-streaming-package-activate-combo-account {
            padding-left: 65px !important;
            padding-right: 65px !important;
            text-transform: uppercase;
        }

.ott-cancel-ppkg-btn {
    border-radius: 3px;
    background-color: #009FDB;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding: 16px 40px 16px 40px;
}

.ott-cancel-ppkg-btn-reverse {
    background-color: transparent !important;
    color: #009FDB !important;
    border: 1px solid rgba(154, 154, 154, 0.2);
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding: 16px 40px 16px 40px;
}

.ott-cancel-ppkg-paragraph-text {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    padding: 26px 20px 30px 20px;
    margin-bottom: 4px;
    line-height: 17px;
    text-align: center;
}

.ott-cancel-ppkg-btns-width {
    width: 50%;
}

.ott-purchase-package-paragraph-combo {
    font-size: 16px;
    padding: 10px 40px 40px 40px;
    color: #222222;
    line-height: 20px;
    text-align: center;
}

.ott-content-thankyoupage-backHome-container {
    margin-top: 31px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 725px) {
    .box {
        width: 100% !Important;
        right: 0% !important;
    }
}

.ott-streaming-package-carousel-item-offer-badge {
    position: absolute;
    right: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #00ACEC;
    border-radius: 0px 8px 0px 4px;
    padding: 4px 14px;
}

.ott-modal-top-content-default {
    height: 39px;
}

.premium-package-card-amount-with-offer {
    font-size: 18px !important;
    line-height: 21.6px !important;
    height: auto !important;
}

.ott-standard-streaming-package-with-offer__container {
    width: 630px;
    height: 424px;
    background: #FFFFFF;
    border-radius: 20px;
}

.ott-standard-streaming-package-with-offer__header {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 30px !important;
    line-height: 36px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    padding-bottom: 47px;
    padding-left: 18px;
    padding-right: 18px;
}

.ott-standard-streaming-package-with-offer__offer_first-line {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 24px !important;
    line-height: 22px !important;
    color: #101010;
    padding-bottom: 13px;
}

.ott-standard-streaming-package-with-offer__offer_second-line {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #000000;
    padding-bottom: 15px;
}

.ott-standard-streaming-package-with-offer__information {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #000000;
    text-align: center;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px
}

.ott-standard-streaming-package-with-offer-add-action {
    background: #00AEEF;
    border-radius: 3px;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    font-feature-settings: 'case' on !important;
    color: #FFFFFF !important;
    padding: 14px 40px;
}

.ott-standard-streaming-package-with-offer-padding-between-rows {
    padding-top: 30px;
}

.ott-standard-streaming-package-with-offer-close-action {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    font-feature-settings: 'case' on !important;
    color: #00AEEF !important;
    padding-top: 30px;
}

.ott-standard-streaming-package-with-offer__succeeded__container {
    height: auto !important;
}

.ott-waiting-activate-body {
    background-color: #081A2B;
}

.ott-waiting-activate-page {
    width: 70%;
    height: 100%;
    display: block;
    left: 50%;
    margin-left: -35%;
    position: absolute;
    top: 30%;
}

.ott-waiting-account-activate-page-img {
    width: 55px;
    height: 56px;
    margin: auto;
    display: block;
}

.ott-waiting-account-activate-page-title {
    width: 80%;
    display: block;
    margin: 20px auto;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.ott-waiting-account-activate-page-p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin: auto;
    height: 19px;
    width: 80%;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.ott-spin {
    animation: spin 2s infinite linear
}

@media only screen and (max-width: 725px) {
    .box {
        width: 100% !Important;
        right: 0% !important;
    }
}

.universal-premium-carrusel {
    height: auto;
    width: 140px;
    top: -85px;
}

.universal-premium-carrusel-trial {
    height: auto;
    width: 140px;
    top: -100px;
}

.paramount-premium-carrusel {
    top: -62px;
    width: 163px;
    height: 38.12px;
}

.premium-package-card-firstline-offer {
    font-size: 16px !important;
    line-height: 19.2px !important;
    font-weight: 400 !important;
}

.premium-package-card-secondline-offer {
    line-height: 14.4px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding-top: 3px;
}

.ott-content-thankyoupage-container-text {
    width: 849px;
    height: 102px;
    background-color: rgba(0,0,0, 0.5);
    border-radius: 10px;
    margin-bottom: 45px;
}

.ott-content-thankyoupage-text {
    font-family: font-curve-regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 39px 393px 44px 37px;
}

.ott-waiting-onhold-spin {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    margin-left: 20px;
}

.ott-content-alignment {
    width: 835px;
    margin-left: 70px;
}

.ott-space-between {
    padding-bottom: 40px;
}

.ott-onHOld {
    height: 75vh;
}

.ott-cash-payment-places__container {
    width: 630px;
    height: 630px;
    background: #FFFFFF;
    border-radius: 20px;
}

.ott-cash-payment-warning-message-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px;
    gap: 10px;
    width: 540px;
    height: 50px;
    background: #FFE384;
    border-radius: 10px;
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
    margin: 65px auto;
    font-size: 14px;
    letter-spacing: 0.8px;
}

    .ott-cash-payment-warning-message-container b {
        padding-top: 3px;
    }

.ott-cash-payment-warning-message {
    background-image: url(../images/warning-triangle-icon.png) !important;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.ott-cash-payment-places__content {
    padding-right: 48px;
    padding-left: 48px;
}

.ott-cash-payment-places__places-content {
    padding-bottom: 5px;
}

.ott-cash-payment-places__header {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.ott-cash-payment-places__second-header {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    align-items: center !important;
    text-align: center !important;
    padding-top: 31px;
    padding-bottom: 15px;
}

.ott-cash-payment-places__third-header {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    align-items: center !important;
    text-align: center !important;
    padding-top: 59px;
}

.ott-cash-payment-places__image-content {
    padding-bottom: 20px;
}

.ott-cash-payment-places__images {
    width: 100px;
    height: auto;
}

.ott-cash-payment-places__images-label {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 19.2px !important;
    align-items: center !important;
    text-align: center !important;
    width: 143px;
    margin: auto;
}

.ott-cash-payment-portal__label {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 14px !important;
    align-items: center !important;
    text-align: center !important;
    width: 143px;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 15px;
}

.ott-cash-payment-places__store {
    padding-right: 10px;
}

.ott-cash-payment-portal {
    position: absolute;
    background: linear-gradient(90deg, #00AEEF 0%, #005993 100%) !important;
    border-radius: 24px !important;
    width: 320px;
    height: 48px;
    gap: 10px;
    right: 25%;
}

.ott-cash-billing-amount__payment-method-label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 12px;
}

.ott-cash-billing-amount__payment-method-description {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.ott-cash-warning-message__plan-detail-description {
    padding-top: 53px;
    width: 553px;
}

.ott-cash-warning-message__NotEnoughBalance {
    padding-top: 20px;
    /*width: 553px;*/
    color: #FFFFFF;
}

.ott__giftcards__home_redeem__action {
    background: #00AEEF !important;
    border-radius: 3px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'DIRECTVCurve Regular';
    padding: 12px 26px 12px 26px;
    color: white !important;
    width: fit-content;
    /* height: 48px; */
    /* margin: auto; */
    align-self: center;
    margin: 20px 15px 15px 15px;
}

.premium-carousel__more-info-action {
    height: 17px;
    width: 90px;
    color: #06A9F4;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 31px;
}

.premium-carousel__premium-info-box {
    margin-top: 45px;
}

.premium-carousel__premium-info-box_trial {
    margin-top: 20px;
}

.premium-carousel__premium-reactivation-box {
    margin-top: 30px;
}

.premium-carousel__premium-price {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
}

.premium-with-price {
    padding-top: 20px !important;
}

.premium-carousel__main-button {
    margin-top: 20px !important;
}

.premium-carousel__more-info-modal__cancel-action {
    border: 1px solid #009FDB;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 18px 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.universal-premium-carousel__co-logo-fix {
    top: -95px !important;
}

.ott-cash-premium-purchase__close-modal {
    display: block;
    width: 100%;
    text-align: right;
    font-weight: bold;
    font-size: x-large;
    padding-top: 20px;
    padding-right: 20px;
}

.ott-cash-premium-purchase__container {
    width: 630px;
    height: auto;
    background: #FFFFFF;
    border-radius: 20px;
}

.ott-cash-premium-purchase__content {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
}

.ott-cash-premium-purchase__header {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.ott-cash-premium-purchase__package-price-container {
    width: 470px;
    background: #F3F3F3;
    border-radius: 10px;
    margin: 0 40px;
    padding: 15px 0;
    text-align: center;
}

.ott-cash-premium-purchase__package-price-text {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center;
    color: #000000;
    padding: 0 20px;
}

.ott-cash-premium-purchase__info-text {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center;
    letter-spacing: 0.2px !important;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 15px;
}

.ott-cash-premium-purchase__add-button {
    background: #00AEEF;
    width: 217px;
    border-radius: 3px !important;
    height: 55px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
}

.ott-cash-premium-purchase-error__container {
    width: 630px;
    background: #FFFFFF;
    border-radius: 20px;
}

.ott-cash-premium-purchase-error__header {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    text-align: center;
    text-transform: uppercase !important;
    color: #000000 !important;
}

.ott-cash-premium-purchase-error__info-text {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center;
    letter-spacing: 0.2px !important;
    color: #101010 !important;
    padding-top: 40px;
    padding-bottom: 88px;
}

.ott-cash-premium-purchase-success__container {
    width: 630px;
    height: auto;
    background: #FFFFFF;
    border-radius: 20px;
}

.ott-cash-premium-purchase-success__content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 45px;
}

.ott-cash-premium-purchase-success__header {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    text-align: center;
    text-transform: uppercase !important;
    color: #000000 !important;
}

.ott-cash-premium-purchase-success__next-steps__header {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 20px !important;
    text-align: center;
    letter-spacing: 0.2px !important;
    color: #101010 !important;
    padding-top: 40px;
}

.ott-cash-premium-purchase-success__steps {
    text-align: initial;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
}

    .ott-cash-premium-purchase-success__steps ol {
        margin-bottom: 0 !important;
    }

        .ott-cash-premium-purchase-success__steps ol li {
            font-style: normal !important;
            font-weight: 400 !important;
            font-size: 14px !important;
            line-height: 20px !important;
            text-align: center;
            letter-spacing: 0.2px !important;
            color: #101010 !important;
            padding-bottom: 20px !important;
            margin-left: 0 !important;
        }

div div .ott-cash-premium-purchase-success__steps ol li:last-child {
    padding-bottom: 38px !important;
}

.ott-cash-premium-purchase-success__action {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center;
    text-transform: uppercase !important;
    color: #009FDB !important;
}

.ott-cash-premium-purchase-success__actions-desktop {
    display: block;
}

.ott-cash-premium-purchase-success__actions-mobile {
    display: none;
}

.ott-cash-warning-message__warning-header {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #000000 !important;
}

.ott-cash-warning-message__warning-info {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #646464 !important;
}

.ott-cash-plan-detail__premium-package-tab {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    width: auto;
    background: rgba(72, 72, 72, 0.5);
    border-radius: 8px;
    float: left !important;
    margin-right: 10px;
    padding: 9px 12px;
}

.ott-cash-plan-detail__description-paragraph {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #FFFFFF !important;
}

.ott-cash-plan-detail__subscription-header {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    line-height: 43px !important;
    color: #FFFFFF !important;
}

.ott-breadcrumb {
    padding-bottom: 20px;
}

.ott-breadcrumb-nav {
    color: #00AEEF;
    padding-left: 5px;
    padding-right: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.ott-breadcrumb-nav__link {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    text-decoration-line: underline !important;
    color: #FFFFFF !important;
}

.reactivation-button-extra-margin {
    margin-top: 60px !important;
}

.ott-cash-change-plan-upgrade-confirmation-box {
    background: #F3F3F3;
    width: 386px;
    height: 65px;
    margin: 40px 115px -21px;
    border-radius: 10px;
}

.ott-cash-change-plan-upgrade-confirmation-price {
    padding: 22px !important;
}

.ott-cash-change-plan-upgrade-confirmation-paragraph {
    padding-bottom: 27px !important;
    width: 623px;
}

.premium-carousel__premium-small-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: -15px;
}

.premium-carousel__premium-price {
    margin: 0 35px;
}

.activate-premium-package-title {
    text-align: left;
}

h5.paquetes-premium__single-package__package-name {
    width: 130px;
}

.premium_carousel_cards_with_price {
    flex-direction: column;
}

.ott-all-channels__information__number__small-text-info {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #FFFFFF !important;
    padding-bottom: 15px;
}

.paquetes-premium__single-package__package-trial-label {
    position: absolute;
}

.reactivate__reactivation-small-letter {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #FFFFFF !important;
    padding: 0px 20px 0px 20px !important;
}

.ott-facturation-align-content-right {
    text-align: right;
}

.ott-facturation-empty-space {
    text-align: center;
    color: #156FAE;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    padding-left: 25%;
}

    .ott-facturation-empty-space img {
        padding-top: 20px;
    }

.ott-cancel-plan-spinner-container {
    width: 122px;
    text-align: center;
    padding-top: 9px;
    margin-right: 14px;
}

.ott__margin-bottom__zero {
    margin-bottom: 0px !important;
}

.reactivate-suscription-item-offer__postwinback-offer {
    font-family: 'DIRECTVCurve Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.015em;
    text-align: left;
    padding: 0px 21px 21px 21px;
    color: #00AEEF;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.reactivate-suscription-item-offer__postwinback-offer-text {
    margin-left: 3px;
}

.reactivate-suscription-img-offer__postwinback-offer {
    min-width: 16px;
}

.reactivate-suscription-verCanales-offer__postwinback-offer {
    font-family: 'DIRECTVCurve Regular';
    font-size: 14px;
    line-height: 16.8px;
    text-align: left;
    color: #00AEEF;
}

    .reactivate-suscription-verCanales-offer__postwinback-offer:hover {
        text-decoration: underline;
    }

.reactivate-suscription-icon-verCanales-offer__postwinback-offer {
    margin-left: 6px;
}
.ott-three-months-alert .ott-your-free-test__rectangle__warning {
    background-color: #F5821F;
}

.ott-three-months-alert .ott-your-free-test__rectangle__texts.ott-three-months-alert__rectangle__texts__variant {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #101010;
    font-family: 'DIRECTVCurve Regular';
}

    .ott-three-months-alert .ott-your-free-test__rectangle__texts.ott-three-months-alert__rectangle__texts__variant .ott-your-free-test__rectangle__text-bottom {
        opacity: 1;
        font-size: 16px;
        font-family: 'DIRECTVCurve Regular';
    }

.customized-banner-toast {
    margin-top: 10px;
    display: block;
    margin-bottom: 24px;
}
.customized-banner-toast-mobile {
    display: none;
}

@media (max-width: 950px) {
    .customized-banner-toast {
        display: none;
    }
    .customized-banner-toast-mobile {
        display: block;
        margin-bottom: 24px;
        text-align: center;
    }
    .customized-banner-toast-mobile img{
        width:300px;
    }
}
.update-credit-card-title-description {
    font-family: 'DIRECTVCurve Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: #00AEEF;
    padding-top: 8px;
    padding-bottom: 8px;
    display:block;
}

.main-content .update-credit-card-title {
    font-family: 'DIRECTVCurve Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #C1C1C1;
}
.main-content .update-credit-card-title-subtitle {
    font-family: 'DIRECTVCurve Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #F2F2F2;
}
.update-credit-card-title-subtitle.update-credit-card-title-subtitle-lh-16{
    line-height:16px;
    margin-left:3px !important;
}

.main-content .creditCardType.default.default-override, .creditCardType.default.default-override {
    background-image: url('../images/OTT/PaymentMethod/svg-default-creditcard.svg') !important;
}

    .main-content .creditCardType.default.default-override, .creditCardType.default.default-override.bottom-margin{
        margin-bottom:26px;
    }
.credit-card-badges-spacing{
    letter-spacing:1px;
}
.credit-card-number.mrng-20, .update-credit-card-title-description.mrng-20 {
    margin-bottom: 26px;
}
.credit-card-expired-warning-icon {
    display:block;
    height:16px;
    width:16px;
    background-image: url('../images/OTT/PaymentMethod/svg-warning-icon.svg');
}
.update-credit-card-title-description.mrng-top-20 {
    margin-top: 20px;
}
    .billing-section-new-AR-design .billing-section-title {
        color: #C1C1C1;
    }


.btn-arrepentimiento {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF !important;
    font-family: "DIRECTVCurve Regular", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

    .btn-arrepentimiento:hover {
        color: #0073AE !important;
        text-decoration: none;
        cursor: pointer;
    }