﻿body {
    color: #fff;
}

.type-register {
    margin: 8px 0;
}


.inputFieldCheckbox {
    display: block;
    color: #555;
    background-color: #FFF;
    padding: 6px;
    height: 27px;
    width: 27px;
    font-size: 12pt;
    border: 1px solid #979797;
    float: left;
}

.pageItem {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 16px;
    cursor: text;
    font-weight: bold;
    margin-top: 5px;
}

.buyButtom,
.rentButtom {
    font-size: 20px;
}

.titleForgottem {
    font-size: 30px;
}

.itemPageDescription {
    width: auto;
}

.historyRentedMovie {
    width: auto;
    padding: 3px 15px 7px;
    color: #999;
    cursor: pointer;
}

.historySelected {
    background-color: #f2f2f2;
    color: #5d5d5d;
}

.menuBackGroundImage {
    width: 26px;
    height: 39px;
    background-repeat: no-repeat;
    display: inline-block;
}

.wrapper {
    background-color: var(--background-color);
}

.mediaItem,
.mediaItem a:link,
.mediaItem a:visited,
.mediaItem a:hover {
    vertical-align: top;
    font-size: 14px;
    text-decoration: none;
    color: #eee;
}

.box {
    margin-top: 20px;
    padding: 0 15px;
}

.subscriptionUserContainer {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #fff;
}

.subscriptionPlanContainer {
    width: 300px;
    height: auto;
    padding: 15px 15px 0 15px;
    background-color: rgba(100, 100, 100, 0.2);
    margin-right: 20px;
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
}

.subscriptionPlanDescription {
    font-size: 16px;
    margin-bottom: 5px;
}

.planDescription {
    height: 120px;
    text-align: left;
}

.planHead {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.subscriptionPlanImg {
    height: 150px;
}

.subscriptionPlanImg img {
    height: 100%;
}

.planTitleContainer {
    display: flex;
    background-color: rgba(100, 100, 100, 0.2);
    padding: 15px 20px 10px 20px;
    border-radius: 10px;
}

.planImage {
    width: 140px;
    min-width: 140px;
    margin: 0 10px 10px 0;
}

.planImage img {
    width: 100%;
}

.planTitle h2 {
    margin-top: 0;
}


.subscribeButtom {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgb(209, 178, 14);
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    font-size: 25px;
}

.pager {
    width: 50%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 15px;
}

.pagerTotal {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    margin-top: 30px;
    font-size: 16px;
}

.defaultContainer {
    background-color: #123;
    margin: 8px auto;
    padding: 15px;
    position: relative;
    color: #5d5d5d;
}

.mediasContainer {
    position: relative;
}

.pagerItem {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.clipImg {
    width: 156px !important;
    height: 98px !important;
}

.mediaItem {
    padding: 20px 0;
    font-size: 14px;
    position: relative;
    border-bottom: solid 1px #81abd6;
}

.mediaItem:last-child {
    border: none;
    margin-bottom: 30px;
}

.mediaFree {
    padding-top: 10px;
    background-color: #f2f2f2;
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.expired img,
.mediaItem img {
    cursor: pointer;
    width: 156px;
    height: 226px;
    box-shadow: 0px 0px 5px black;
}

.expired img {
    cursor: default;
    opacity: 0.5;
}



.mediaHistoryCover:hover .playButtonOutside {
    display: block;
}

.mediaHistoryCover:hover .playButtonInside {
    display: block;
}

.mediaHistoryCover:hover .playButtonOutside2 {
    display: block;
}

.mediaHistoryCover:hover .playButtonInside2 {
    display: block;
}

.playButtonOutside {
    cursor: pointer;
    display: none;
    height: 80px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 80px;
    left: 35px;
    width: 80px;
}

.playButtonOutside:active {
    background: rgba(0, 0, 0, 1) none repeat scroll 0% 0%;
}

.playButtonInside {
    display: none;
    border-top: 20px solid transparent;
    border-left: 30px solid rgb(255, 255, 255);
    border-bottom: 20px solid transparent;
    width: 0px;
    margin: 20px 30px;
}

.expired {
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

.playButtonOutside2 {
    cursor: pointer;
    display: none;
    height: 80px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 40px;
    left: 100px;
    width: 80px;
}

.playButtonOutside2:active {
    background: rgba(0, 0, 0, 1) none repeat scroll 0% 0%;
}

.playButtonInside2 {
    display: none;
    border-top: 20px solid transparent;
    border-left: 30px solid rgb(255, 255, 255);
    border-bottom: 20px solid transparent;
    width: 0px;
    margin: 20px 30px;
}

.mediaStatusDescription {
    vertical-align: top;
    margin-bottom: 10px;
    color: #1a75d1;
}

.buyContainer,
.rentContainer,
.viewedContainer {}

.viewedContainer {
    padding-top: 1px;
}

.historyPageTitle {
    margin: 0 auto 15px auto;
}

.historyPageTitle img {
    margin-right: 12px;
}

.leftPagerDeactive,
.rightPagerActive,
.rightPagerDeactive,
.leftPagerActive {
    background-repeat: no-repeat;
    height: 25px;
    width: 15px;
    cursor: pointer;
    margin-top: 3px;
}

.leftPagerDeactive {
    background-image: url('images/history/arrow_left_opacity.png');
}

.leftPagerActive {
    background-image: url('images/history/arrow_left.png');
}

.rightPagerActive {
    background-image: url('images/history/arrow_right.png');
}

.rightPagerDeactive {
    background-image: url('images/history/arrow_right_opacity.png');
}

.descriptionSize {
    height: 80px;
}

.historyFullTitle {
    max-width: 625px;
    font-size: 16px;
    font-weight: bold;
    color: #1a75d1;
    margin-top: -5px;
    cursor: pointer;
}

.expiredMedia {
    cursor: default;
}

.historyActions {}

.historyPlay,
.subscribePlay {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    /* padding: 1px; */
    /* padding-top: 4px; */
    text-align: center;
    color: #ebf8fc;
    cursor: pointer;
    line-height: 21px;
}

.historyPlay {
    background-color: #1a75d1;
    /* padding-left: 10px; */
    /* padding: 15px; */
    padding: 6px 30px;
    box-shadow: 0px 0px 2px grey;
}

.subscribePlay {
    text-shadow: 1px 1px 1px #644;
    background-color: rgb(233, 170, 0);
    color: #fff;
}

.historyEpisodeBuy {
    vertical-align: middle;
    display: inline-block;
    background-color: #e5e5e5;
    width: 60px;
    font-size: 16px;
    height: 26px;
    padding: 1px;
    padding-top: 4px;
    text-align: center;
    color: #555;
    cursor: pointer;
}

.historyDetails {
    text-align: center;
    color: #1a75d1;
    text-decoration: underline;
}

.episodesDetails {
    margin-top: 10px;
    margin-bottom: 15px;
}

.buttomPlay,
.episodeTitleProgress,
.episodeFullTitle {
    display: inline-block;
    vertical-align: top;
}

.episodeFullTitle {
    margin-top: -1px;
}

.episodeTitleProgress {
    width: 100%;
    max-width: 490px;
    margin-bottom: 2px;
    margin-left: 4px;
}

.episodePlay,
.episodeDetails {
    height: 24px;
    padding: 4px 10px 1px 10px;
    font-size: 12px;
    line-height: 12px;
}

.episodeDetails {
    background-color: #ddd;
}

.mediaProgress {
    height: 4px;
    margin-bottom: 8px;
    position: relative;
    margin-top: -3px;
}

.mediaEpisodeProgress {
    margin-top: -1px;
    margin-left: 0px;
    margin-right: 0px;
}

.progressBar {
    position: absolute;
}

.historyInfos {
    display: inline-block;
    vertical-align: top;
    margin-left: 14px;
    max-width: 580px;
}

.mymediaHistoryButton,
.mymediaHistoryButton:hover {
    text-decoration: none;
}

.mymediaHistoryButton div {
    background-color: #1a75d1;
    vertical-align: top;
    margin-top: 5px;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    max-width: 150px;
    text-align: center;
    cursor: pointer;
}

.historyItem {
    position: relative;
    background-color: #123;
    padding: 10px;
    margin-bottom: 5px;
    color: #ddd;
    font-size: 14px;
}

.historyItem a {
    text-decoration: none;
    color: #fff;
}

.historyItem a span {
    color: #ddd;
}

.historyDate {
    font-weight: normal;
    font-size: 12px;
}

.historyNameColumn {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
    line-height: 18px;
    font-weight: bold;
}

.historyStatusColumn {
    display: inline-block;
    min-width: 320px;
    text-align: center;
    border-left: 1px solid #357;
    right: 0px;
    vertical-align: top;
}

.mediaHistoryCover {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 15px;
    width: 156px;
}

.historySynopsis {
    max-width: 680px;
    margin-bottom: 10px;
}

.titleSynopsis {
    font-size: 16px;
    font-weight: bold;
    color: #33b5e5;
    margin-bottom: 3px;
}


.load {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
}

.loaderImage {
    margin: 275px auto;
    width: 100px;
}

.emptyMediaMessage {
    text-align: left;
    padding: 20px;
}

.inputField {
    display: block;
    color: #555;
    background-color: #e5e5e5;
    padding: 6px;
    height: 36px;
    width: 272px;
    font-size: 14px;
    border: none;
}

.inputFieldTypeRegister {
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
}

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }

    to {
        border-color: #3e97eb;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio+label,
.magic-checkbox+label {
    position: relative;
    display: inline;
    padding-left: 23px;
    cursor: pointer;
    vertical-align: middle;
}

.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
    cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
    animation-name: none;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
    display: block;
}

.magic-radio+label:before {
    border-radius: 50%;
}

.magic-radio+label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3e97eb;
}

.magic-radio:checked+label:before {
    border: 1px solid #3e97eb;
}

.magic-radio:checked[disabled]+label:before {
    border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled]+label:after {
    background: #c9e2f9;
}

.magic-checkbox+label:before {
    border-radius: 3px;
}

.magic-checkbox+label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked+label:before {
    border: #3e97eb;
    background: #3e97eb;
}

.magic-checkbox:checked[disabled]+label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}


.field-validation-error {
    margin-left: 0px;
    font-size: 9px;
    color: red;
    /* position: absolute !important; */
    top: inherit !important;
    margin-top: -13px;
}



.phoneArea {
    display: inline-block;
    width: 40px;
}

.receivedCodeSMS {
    display: inline-block;
    width: 60px;
}


.phone {
    display: inline-block;
    width: 139px;
}

.cpf {
    width: 130px;
}

.birthDate {
    width: 100px;
}

.gender {
    font-size: 14px;
}

.cep {
    display: inline-block;
    width: 90px;
}

.uf {
    height: 35px;
}

.button {
    color: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-decoration: none;
    padding: 7px 25px;
    font-size: 19px;
    cursor: pointer;
}

.blue {
    background-color: #0066cc;
    margin: 5px;
}

.green {
    background-color: #71a803;
    margin-top: 20px;
}

.grey {
    background-color: #444444;
    margin-top: 20px;
}

.lightGray {
    background-color: #888;
    margin-top: 20px;
}

.registerColumn {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    font-size: 14px;
}

.fixContainer {
    display: inline-block;
    margin-top: 19px;
    vertical-align: top;
}

/* -- Device -- */

.devicesEntry,
.devicesEntrySelected {
    border-bottom: 1px solid #666;
}

.devicesEntrySelected {
    background-color: #79acdf;
    color: white;
}

.devicesEntry {
    background-color: #123;
}

.devicesHeaderContainer {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.devicesHeader {
    background-color: #47a;
    color: #000;
}

.devicesEntry,
.devicesEntrySelected,
.devicesHeader {
    height: 42px;
    font-size: 14px;
    font-weight: 500;
}

.deviceCheck,
.deviceItem {
    vertical-align: top;
    display: inline-block;
    padding: 12px;
}

.deviceCheckDetail {
    width: 8px;
    height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.devicesEntrySelected>.deviceCheckDetail {
    background-color: #0066cc;
}

.devicesEntry:hover>.deviceCheckDetail {
    background-color: #0066cc;
}

.deviceItem {
    width: 340px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.deviceItem input {
    float: left;
}

.devicesEntry {
    color: #fff;
}

.deviceItem input[type="checkbox"] {
    margin-right: 10px;
}

.deviceImage {
    width: 30px;
    background-image: url('/content/images/settings/ic_lixeira.png');
    background-repeat: no-repeat;
    height: 27px;
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    filter: brightness(3);
}


.subscriptionUserButtons {
    display: inline-block;
    margin-left: 15px;
}

/* -- Device -- */

.description {
    display: inline-block;
    font-size: 14px;
    color: #ddd;
    margin: 5px 0;
    vertical-align: top;
    margin-top: 8px;
    vertical-align: middle;
}

.description.subscriptTitle {
    margin: 0;
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.description.subscript {
    margin: 0;
    display: block;
    font-size: 16px;
}

.description.status {
    margin: 0 0 20px 0;
    font-size: 24px;
}

.description.statusRed {
    color: #ff3c00;
}

.description.statusGreen {
    color: #71a803;
}

.description.lightGrey {
    margin: 0;
    color: #a4a4a4;
    font-weight: bold;
}


.division {
    margin-right: 50px;
    display: inline-block;
}

.blankSpaceRight {
    margin-right: 40px;
}

.tableHeader {
    background-color: #dadada;
}

.tableTitle {
    display: inline-block;
    color: #9e9d9d;
    padding: 12px;
}

.tableTitle input {
    margin-right: 20px;
}

.tableTitle.device {
    width: 40%;
}

.tableTitle.data {
    width: 75px;
}

.tableTitle.tbDescription {
    width: 150px;
}

.tableTitle.period {
    width: 150px;
}

.tableTitle.totalPrice {
    width: 50px;
}

.tableItem {
    display: inline-block;
}


.textSpacing {
    margin-left: 10px;
}

.inputSpacing {
    margin-left: 10px;
    text-align: center;
    margin-top: 20px;
}

/* -- PopUp -- */

.popupTitle {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 19px;
    color: #0066cc;
    text-align: center;
}

.popupContainer {
    margin: 0 30px;
    background-color: #f2f2f2;
    color: #5d5d5d;
}

.popupFeature {
    font-size: 30px;
}

.popupCenter {
    margin: 20px auto 0 auto;
    display: block;
}

.alert-body-container {
    overflow-y: scroll;
}

.alert-container-01 {
    z-index: 9999999;
    overflow-y: auto;
}

.popupClose {
    float: right;
    display: block;
    width: 17px;
    height: 17px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, #555 46%, #555 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, #555 46%, #555 56%, transparent 56%, transparent 100%);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
}

.popupClose.negative {
    background: -webkit-linear-gradient(-45deg, transparent 0, transparent 46%, #EEE 46%, #EEE 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0, transparent 46%, #EEE 46%, #EEE 56%, transparent 56%, transparent 100%);
}

.popupTextarea {
    margin: 10px 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 200px;
}

.subscriptionText {
    font-size: 16px;
    font-weight: bold;
}

.subscriptionTextLarge {
    font-size: 34px;
}

.subscriptionTextContainer {
    display: inline-block;
    margin-left: 50px;
}

.subscriptionFloatAlert {
    float: right;
    font-size: 12px;
    background-color: #444;
    padding: 10px;
    width: 190px;
}

.subscribeDetail {
    padding-bottom: 30px;
}

.showDevices {
    width: 500px;
    margin-top: 30px;
    display: inline-block;
    margin-left: 177px;
}

/*.subscription-container-02 {
    width: 720px;
    padding-bottom: 20px;
    position: fixed;
    background-color: #f2f2f2;
    margin-left: -425px;
    margin-top: 50px;
    top: 50px;
    left: 50%;
    -moz-box-shadow: 2px 2px 2px #000000;
    -webkit-box-shadow: 2px 2px 2px #000000;
    box-shadow: 2px 2px 2px #000000;
    z-index: 501;
        -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}*/
.subscription-container-subplan {
    height: 230px;
}


.buttonsContainer {}

.buttonBar {
    margin-top: 20px;
}

.settingsButton {
    border: none;
    color: #eee;
    background-color: #1a72c2;
    padding: 8px 25px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
}

.settingsHiddenButton {
    border: none;
    color: #555;
    background-color: white;
    padding: 8px 25px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
}



.safetyPayImage {
    vertical-align: top;
    margin-right: 5px;
    float: right;
}

.inputSeparator {
    display: inline-block;
    width: 150px;
}

.paymentItem {
    display: table;
    width: 100%;
}

.paymentInputField {
    width: 240px;
    display: block;
    color: #555;
    background-color: #ffffff;
    padding: 6px;
    height: 35px;
    font-size: 12pt;
    border: none;
}

.paymentInputFieldWhite {
    width: 240px;
    display: block;
    background-color: #FFF;
    padding: 6px;
    height: 35px;
    font-size: 12pt;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
}

.paymentInputFieldWhiteSelect {
/*    display: block;
    background-color: #FFF;
    padding: 6px;
    /*    height: 35px;
*/
    font-size: 12pt;
    border: 1px solid #c7c7c7;
}

.paymentInputSafetyCode {
    width: 100px;
    display: block;
    color: #555;
    background-color: #FFF;
    padding: 6px;
    height: 35px;
    font-size: 12pt;
    border: 1px solid #c1c1c1;
    margin-left: 8px;
    border-radius: 3px;
}

.safetyCode {
    margin-left: 20px;
}

.paymentInputValid {
    width: 100px;
    display: block;
    color: #555;
    background-color: #FFF;
    margin-left: 8px;
    padding: 6px;
    height: 35px;
    font-size: 12pt;
    border-radius: 3px;
    border: 1px solid #cacaca;
}

.paymentInputValid#GiftCodeNumber {
    margin-left: 0;
    width: 150px;
}


.paymentDescription {
    margin-bottom: 5px;
    font-size: 12px;
    display: inline-block;
}

.paymentInputs {
    display: inline-block;
    vertical-align: top;
}


.paymentInstallmentsSelectFlow {
    /*    max-width: 100px;
*/
    border: none;
    background-color: #030913;
    color: white
}

.paymentInstallmentsSelect {
    max-width: 100px;
    border: 1px solid black;
    border-radius: 5px;
    border-color: #cacaca;
    border-radius: 3px;
}

.paymentSeparator {
    margin: 0 auto;
    border: 1px solid #D3D3D3;
}

.paymentCardsContainer {
    margin-left: -5px;
    margin-top: 5px;
}

.paymentCardItem {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}

.paymentCardItem img {
    height: 25px;
}

.credidCardContainer,
.headerContainer {
    margin-top: 10px;
    font-weight: bold;
    font-size: 13px;
}

.containerPayment {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.containerRegister {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.containerRegisterHeader {
    margin-top: 10px;
    font-weight: normal;
    font-size: 13px;
    padding: 0px 0px 4px 0px;
    color: #0066cc;
    text-align: left;
}

.popupPaymentTitle {
    display: block;
    font-size: 22px;
    padding: 5px 19px 5px 19px;
    color: #333;
    text-align: center;
}

.popupRegisterTitle {
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 20px 24px 20px;
    color: #0066cc;
    text-align: left;
}


.greenWidth {
    width: 140px;
}

.sucessButtonContainer {
    margin: 20px auto;
    width: 130px;
}

.containerSuccessMessage {
    margin-left: 25px;
    margin-right: 25px;
    color: #333;
}

.subscription-result-container-02 {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.7);
    top: 50%;
    left: 50%;
    -moz-box-shadow: 2px 2px 2px #000000;
    -webkit-box-shadow: 2px 2px 2px #000000;
    box-shadow: 2px 2px 2px #000000;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 7px;
    transform: translate(-50%, -50%);
    text-align: center;
}

.successContainer {
    width: 800px;
    margin: 95px auto;
}

.successWrapper {
    background-color: #f2f2f2;
    width: 900px;
    margin-top: 15px;
}

.successImageContainer {
    margin: 0 auto;
    width: 500px;
    padding-top: 20px;
}

.successImageDescription {
    width: 370px;
    margin: 15px auto;
}

.successExplanation {
    font-size: 12px;
    margin-left: 10px;
}

.inputsSuccess {
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 30px;
}

.inputItemSuccess {
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
}

.fontSuccess {
    font-size: 28px;
    color: #5d5d5d;
}

.facebookLogin {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #3b5998;
    color: #fff;
    width: 238px;
    height: 42px;
    text-align: center;
    vertical-align: top;
    font-weight: normal;
    padding: 8px 0 6px 0;
    margin-top: 5px;
    font-size: 12pt;
    cursor: pointer;
    position: relative;
}

.facebookLoginHome {
    background: #3b5998;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    height: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    cursor: pointer;
    padding-top: 4px;
}

.facebookEntrar {
    display: inline-block;
}

.facebookIcon {
    padding: 0px 8px 0 8px;
    float: right;
}

.facebookLogged {
    position: relative;
}

.facebookPictureLogged {
    float: left;
    margin: 0 7px;
    width: 26px;
    height: auto;
    text-align: left;
    vertical-align: top;
}

.facebookNameLogged {
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
    overflow-x: hidden;
    overflow: hidden;
    margin-top: -2px;
}

.facebookPictureLogged img {
    width: 100%;
    height: 100%;
}

.facebookTextLogged {
    font-size: 10px;
    text-align: left;
    vertical-align: top;
}

.facebookTextLoggedAuxi {
    right: 5px;
    overflow: hidden;
}

.facebookError {
    font-size: 14px;
    padding-top: 0;
    color: #c41010;
    width: 254px;
    margin: auto;
}

.facebookRegisterText {
    display: block;
    font-size: 14px;
    padding-top: 5px;
    margin-top: 1px;
    margin-bottom: 10px;
    margin-left: 5px;
    color: #888;
}

/*apple*/
.appleLogin {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: black;
    color: white;
    width: 238px;
    height: 42px;
    text-align: center;
    vertical-align: top;
    padding: 5px 0 6px 0;
    margin-top: 5px;
    font-size: 12pt;
    cursor: pointer;
    position: relative;
}

.appleEntrar {
    padding-top: 5px;
    margin-left: -6px;
}

.appleIcon {
    width: 37px;
    padding: 1.5px 6px 0 12px;
}

.appleError {
    font-size: 14px;
    padding-top: 0;
    color: #c41010;
    width: 254px;
    margin: auto;
    margin-top: -20px;
}

.appleLoginHome {
    background: black;
    border-radius: 3px;
    color: white;
    width: 100%;
    height: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    cursor: pointer;
    padding-top: 4px;
    margin-top: 10px;
}

.appleLoginRoku {
    background: black;
    border-radius: 3px;
    color: white;
    width: 100%;
    height: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    cursor: pointer;
}

.appleConnect {
    filter: invert(1);
}

.appleConnect .appleIcon {
    float: right;
    padding-top: 4px;
}

.appleErrorConnect {
    color: white;
    float: left;
    padding: 13px;
}

/*apple*/
/*.green {
    background-color: #71a803;
    margin-top: 20px;
}*/
/*.grey {
    background-color: #444444;
    margin-top: 20px;
}*/

/*Google*/
.googleLogin {
    padding-top: 4px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.googleError {
    font-size: 14px;
    padding-top: 0;
    color: #c41010;
    width: 254px;
    margin: auto;
}

.rechargebutton {
    background-color: #71a803;
    color: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    padding: 5px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 110px;
}

.recharge {
    font-weight: bold;
    font-size: 16px;
}

.rechargepanel {
    margin-top: 20px;
    width: 100%;
}

.currentaccountText {
    font-size: 14px;
    margin-bottom: 10px
}

.text-newsletter-wrapper {
    margin: 0 0 0 35px;
}

.funds {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.rechargepanelCA {
    font-size: 14px;
}

.rechargepanelCA span {
    color: #0066cc;
    font-weight: bold;
}

.inputFieldFunds {
    display: inline-block;
    color: #555;
    background-color: #ffffff;
    padding: 6px;
    height: 35px;
    width: 200px;
    font-size: 14px;
    border: 1px solid #cccccc;
    vertical-align: top;
    margin-bottom: 10px;
    border-radius: 2px;
}

.settingsButtonFunds {
    display: block;
    width: 112px;
    margin-bottom: 10px;
    display: inline-block;
}

.funds-history {
    width: 100%;
    border-collapse: collapse;
}

.funds-history tbody tr {
    border-bottom: 1px solid #666;
}

.funds-history tbody tr td {
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}

.funds-history tbody tr td span {
    font-style: italic;
    font-weight: bold;
}


.displayNone {
    display: none;
}

.subscribtionCupom {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #cecece;
    color: #700;
    padding: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    font-weight: bold;
    cursor: pointer;
}

.subscribtionCupom a,
.subscribtionCupom a:hover {
    text-decoration: none;
    color: #700;
}

.subscriptionNoPaymentMethod {
    font-size: 14px;
}

.planContainer {
    height: auto !important;
}

.plan {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
    display: inline-block;
}



.subPlan {
    vertical-align: top;
    background-color: #123;
    margin-bottom: 15px;
    min-height: 280px;
    height: auto;
    position: relative;
    width: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    border: 0;
    border-radius: 10px;
    margin-right: 10px;
}

.PlanButton {
    bottom: 13px;
    width: 92%;
    white-space: normal;
    left: 50%;
    padding: 15px 5px !important;
    position: absolute;
    transform: translateX(-50%);
    font-size: 15px;
    border-radius: 5px;
}

.subscribe-history tr {
    border-bottom: 1px #666 solid;
}

.subPlanName {
    color: #1a72c2;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 15px;
}

.subPlanDetails {
    margin-left: 5px;
}

.subPlanDisplays {
    font-size: 14px;
    color: #ddd;
    text-align: left;
    padding: 0px 0px;
    width: 90%;
    margin: 0 auto;
}

.subPlanDisplays span {
    font-size: 17px;
    font-weight: bold
}

.subPlanDescription {
    font-size: 14px;
    background-color: #011020;
    padding: 12px;
    position: absolute;
    bottom: 73px;
    left: 23px;
    right: 29px;
}



#SubscriptionContainer {
    width: 100%;
    position: relative;
    padding: 10px 0px;
}

#SubscriptionContainer .container {
    padding: 0px;
}

.subscriptionBackgroundContainer {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
}

.subscriptionBackgroundContainer img {
    width: 100%;
}

.subscriptionGradientContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to top, rgba(3, 9, 19, 1) 10%, rgba(3, 9, 19, 0.9) 60%);
}

.subscriptionDetailContainer {
    padding: 10px 20px;
    position: relative;
    top: 0;
}

.PlanSelected {
    background-color: #345;
}

.PlanSelected .subPlanName {
    color: #abc
}

.PlanSelected .settingsButton {
    background-color: inherit;
}

.PlanWarning {
    font-size: 12px;
}


.buttonsPayment {
    vertical-align: bottom;
    text-align: right;
    margin-top: 22px;
}

.useYourCard {
    text-align: left;
    vertical-align: top;
    margin-top: 1px;
}

.buttonsPaymentFull {
    margin-top: -12px;
}


.divisorContainer {
    vertical-align: top;
    margin-left: 34px;
}

.divisorPayment {
    width: 9px;
    height: 106px;
    border-right: 1px solid #ccc;
    margin-top: 5px;
}

.divisorOu {
    font-weight: bold;
}



.typePayment {
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
}

.typePaymentUmClique {
    background-image: url("images/cart.png");
    background-repeat: no-repeat;
    background-size: 35px;
    height: 28px;
    padding-left: 42px;
    padding-top: 5px;
}

.savedCard {
    vertical-align: top;
    margin-bottom: 3px;
    margin-top: 6px;
    display: inline-block;
}

.savedCard .field-validation-error {
    display: none;
}

.savedCard img {
    height: 45px;
    margin-top: 17px;
    margin-right: -16px;
}

.maskCardSaved {
    margin-top: 28px;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    margin-top: 28px;
    border: 1px solid #979797;
    padding: 3px 10px;
}

.saveUserCard {
    margin-top: 1px;
    margin-bottom: 15px;
}

.saveUserCard label {
    font-size: 12px;
}

.saveUserCard span {
    font-size: 10px;
}

.saveUserCard input {
    margin: 0px 4px 0 0;
}


.savedCard {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.savedCard img {
    margin-top: -3px !important;
    margin-left: -20px;
}

.maskCardSaved {
    margin-top: 6px !important;
}

.safetyCode {
    margin-top: -13px !important;
    margin-left: 0px;
}

.typePaymentUmClique {
    margin-right: 10px;
}

#BtnPayPal {
    margin-left: 5px;
}

#BtnPayPal img {
    height: auto;
}

.paypalContainer {
    margin-left: 55px;
    font-size: 12px;
}


#nextPage {
    padding: 17px 41px;
    background-image: url("/content/images/dots.gif");
    background-color: rgb(242, 242, 242);
    background-size: 20px;
    background-position: 11px 23px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.loadingSettings {
    width: 20px;
    height: 20px;
    background-image: url(images/dots.gif);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0px 8px;
    display: inline-block;
}

.fundsAccount {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.useCredits {
    font-size: 14px;
}



.register-section .box-register {
    margin: 0 0 25px 0;
}

.register-section input {
    background: #ffffff;
    border: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #555;
    height: 40px;
    margin: 0 0 12px 0;
    padding: 13px;
    width: 100%;
}

.register-section input[type="submit"],
.register-section input[type="button"] {
    background: #0066cc;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
}

.register-section .cepButton {
    color: #06c;
    position: absolute;
    right: 25px;
    text-decoration: none;
    top: 10px;
}

.register-section .cepButton:hover {
    text-decoration: underline;
}

.register-section.register-now input[type="submit"],
.register-section.register-now input[type="button"] {
    background: #0066cc;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.register-section input[type="radio"] {
    height: 15px;
    width: 15px;
}

.register-section select {
    background: #e5e5e5;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #555;
    height: 40px;
    margin: 0 0 20px 0;
    padding: 5px;
    width: 100%;
}

.register-section .search-address {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-100%);
}

.containerForgottenPartner {
    background-color: #0939d1;
    color: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-forgotten {
    height: auto;
    left: 50%;
    margin: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    max-width: 520px;
    width: 95%;
    z-index: 9999;
    background-size: cover;
    background: url(/content/images/flow/bg-form.png);
    background-color: #0939d1;
    color: var(--color-white);
    padding: 60px 52px 40px;
    border-radius: 16px;
}

.card-forgotten-head {
    width: 70px;
}

.card-forgotten-title {
    font-weight: 500;
    font-size: 22px;
}

.card-forgotten-description {
    font-family: 'Causten', sans-serif !important;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
}

.phone-wrapper {
    position: relative;
}

.phone-wrapper img {
    position: absolute;
    left: 10px;
    width: 12px;
    top: 12px;
}

.phone-wrapper input {
    width: 100%;
    padding: 6px 10px 6px 30px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 3px;
}

.phone-wrapper input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #9B9B9B;
}

.card-forgotten-btn {
    background: #1275D8;
    border-radius: 3px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    height: 35px;
}

.message-wrapper {
    height: 40px;
    width: 100%;
    padding: 10px;
}


.card-forgotten-btn:hover {
    opacity: 0.9;
}

/*////////////////////////////
GIFT CODE
///////////////////////////*/
.gift-section {
    padding: 0 0 20px 0;
}

.gift-section .rescue-code {
    padding-top: 50px;
}

.gift-section .rescue-code input {
    background: #ffffff;
    border: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #555;
    height: 40px;
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
}

.gift-section .rescue-code .bt-rescue {
    background: #0066cc;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.gift-section .gift-imgs .img-gift-code {
    margin-top: -40px;
    width: 100px;
}

.gift-section .gift-imgs .img-epay {
    margin-top: -42px;
    width: 90px;
}

.gift-section .gift-text {
    margin-bottom: 15px;
}

.gift-section .gift-text-hiden {
    display: none;
}

.gift-section .gift-title {
    padding: 2px 15px;
}

.gift-section .gift-title span {
    color: #06c;
    font-weight: bold;
}

.gift-section .gift-title-info {}

.gift-section .gift-box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 0 0 5px 0;
}

/*////////////////////////////
MEDIA QUERY
///////////////////////////*/

@media (max-width: 991px) {
    .register-section input[type="submit"] {
        width: 100%;
    }

    .gift-section .gift-imgs {
        text-align: center;
    }

    .gift-section .gift-imgs .img-gift-code {
        margin-top: -20px;
        width: 90px;
    }

    .gift-section .gift-imgs .img-epay {
        margin-top: -20px;
        width: 80px;
    }
}


@media (max-width: 840px) {
    .wrapper {
        min-height: 575px !important;
        height: auto !important;
    }

    .mediasContainer,
    .deviceItem,
    .devicesEntry,
    .devicesEntrySelected,
    .devicesHeader,
    .defaultContainer {
        width: auto !important;
    }

    .historyInfos {
        margin-left: 0;
    }

    .historyDetails {
        text-align: left;
    }


    .divisorContainer {
        vertical-align: top;
        margin-left: 0px;
        display: block;
        text-align: center;
    }

    .divisorPayment {
        border-right: none;
        height: 8px;
        border-bottom: 1px solid #ccc;
        display: inline-block;
        vertical-align: top;
    }

    .divisorOu {
        display: inline-block;
    }

    .typePaymentUmClique {
        margin-right: 10px;
    }
}

@media (max-width: 790px) {
    .historyNameColumn {
        width: 50%;
    }

    .historyStatusColumn {
        min-width: 320px;
    }
}

@media (max-width: 720px) {
    .historyNameColumn {
        width: 50%;
    }

    .historyStatusColumn {
        width: 260px;
        min-width: 100px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .gift-section .gift-title-info {
        display: none;
    }

    .gift-section .gift-itens-box {
        background: #f4f4f4;
        margin-bottom: 15px;
        padding: 10px 0;
    }


    .buttonsPayment {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .historyNameColumn {
        width: 50%;
    }

    .historyStatusColumn {
        width: 150px;
        min-width: 100px;
        padding-left: 20px;
    }
}

@media (max-height: 640px) {
    .alert-body-container {
        max-height: 70vh;
    }
}

@media (max-width: 540px) {

    .description.subscriptTitle {
        font-size: 16px;
    }

    .description.subscript {
        font-size: 12px;
    }

    .subscribe-history tbody tr td {
        font-size: 12px;
    }

    .devicesEntry,
    .devicesEntrySelected,
    .devicesHeader {
        font-size: 11px;
    }

    .deviceCheck,
    .deviceItem {
        padding: 7px 5px;
        width: 97% !important;
    }

    .deviceImage {
        background-size: 100%;
        float: right;
        margin-right: 5px;
        width: 15px;
    }

    .devicesEntry,
    .devicesEntrySelected,
    .devicesHeader {
        height: 31px;
        overflow: hidden;
    }

    .deviceItem input[type="checkbox"] {
        margin-right: 3px;
    }

    .deviceCheckDetail {
        width: 0;
    }

    .devicesHeaderContainer:first-child {
        width: 60%;
    }

    .devicesHeaderContainer:last-child {
        width: 38%;
    }
}

@media (max-width: 485px) {
    .historyInfos {
        width: 100%;
    }

    .paymentInputValid,
    .paymentInputSafetyCode {
        margin-left: 0;
    }

    .paypalContainer {
        margin-left: 0;
        font-size: 12px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {

    #panel1,
    #panel2,
    #panel3,
    #panel4 {
        width: auto;
        margin: 80px 15px;
    }

    .buttonBar {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        /* espaço entre os botões */
    }

    .buttonBar input {
        margin: 0 !important;
        /* remove os espaçamentos laterais */
    }

    .container-flex {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .container-image img {
        width: 70%;
        max-width: 400px;
        height: auto;
    }
    .popupFeature {
        margin-top: 75px;
    }
}