input[type=radio] {
    z-index: 1;
}

.card-overflow {
    align-self: stretch;
    width: calc(100% + 20px);
    display: flex;
    padding: 0;
    margin: 0;
    transition: max-height .25s ease-in-out;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    max-height: 0;
}

.card-overflow iframe {
    width: calc(100% + 40px);
    height: 100%;
    margin: -20px;
    opacity: 0;
    position: relative;
    top: 20px;
    transition: all .2s;
    background: white;
}

.card-overflow.active iframe {
    opacity: 1;
    top: 0;
}

.card-overflow-content {
    position: relative;
    height: 100%;
}

.card-overflow-content .lds-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px;
    z-index: 1;
}

.card-overflow-content {
    padding: 20px;
}

.card-overflow::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #EAEDF2;
    display: block;
}

.pages {
    padding: 0;
    background: #F9F9F9;
}

.pages,
.sidebar {}

.main {
    height: 0px;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height .2s, opacity .2s .6s;
}

.main.active {
    height: 100%;
    opacity: 1;
}

.sidebar {
    padding-top: 37px;
    position: relative;
}

.sidebar-header {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 15px 10px;
    top: 0;
    z-index: 3;
}

.sidebar-content {
    position: relative;
    z-index: 2;
}

.sidebar table {
    width: 100%;
    margin-bottom: 20px;
    background: white;
    border-bottom: 1px solid #EAEDF2;
}

.sidebar table td {
    border-top: 1px solid #EAEDF2;
    vertical-align: top;
    padding: 18px 10px;
    text-align: right;
    position: relative;
}

.sidebar table td:nth-child(1) {
    text-align: left;
}

.sidebar table td em {
    display: block;
    width: 70px;
    font-style: normal;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -12px 0 0 0;
    position: absolute;
    color: #0ABF5A;
    white-space: nowrap;
}

.sidebar .subtotal td {
    color: #0abf5a;
}

.sidebar .subtotal td strong {
    font-size: 20px;
    line-height: 1;
}

.sidebar table td+td {
    white-space: nowrap;
}

.sidebar table td strong {
    display: block;
}

.cardlist-vertical .card {
    overflow: hidden;
    flex-direction: column;
    justify-content: stretch;
    margin: 0 0 10px;
    border: 1px solid transparent;
    padding: 0 10px;
    box-shadow: 0 1px 3px #D9E0EA, 0 1px 2px #cad5e4;
    flex-wrap: wrap;
}

.cardlist-vertical .card+.card {
    margin-top: 5px;
}

.cardlist-vertical .card-header {
    padding: 15px;
    text-align: left;
    flex: 1;
    border: none;
    margin-left: 35px;
    min-width: 200px;
    background: none;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.cardlist-vertical .card-header h4 {
    font-size: 21px;
    margin: 0;
    color: #054591;
}

.cardlist-vertical .card-header small {
    margin-left: 20px;
    flex: 1;
}

.cardlist-vertical .card.active {
    border-color: #6F9AFF
}

.cardlist-vertical .card.active .card-overflow {
    max-height: 200px;
}

.cardlist-vertical .card.active input {
    display: none;
}

.cardlist-vertical .card.active:after {
    background-color: #6F9AFF;
}

.cardlist-vertical .card:after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 13px;
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI0ZGRkZGRiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImluZm8iLz48ZyBpZD0iaWNvbnMiPjxwYXRoIGQ9Ik0xMCwxOGMtMC41LDAtMS0wLjItMS40LTAuNmwtNC00Yy0wLjgtMC44LTAuOC0yLDAtMi44YzAuOC0wLjgsMi4xLTAuOCwyLjgsMGwyLjYsMi42bDYuNi02LjYgICBjMC44LTAuOCwyLTAuOCwyLjgsMGMwLjgsMC44LDAuOCwyLDAsMi44bC04LDhDMTEsMTcuOCwxMC41LDE4LDEwLDE4eiIgaWQ9ImNoZWNrIi8+PC9nPjwvc3ZnPg==) center center no-repeat #d9e0ea3b;
    border-radius: 50%;
}

.cardlist-vertical .card input[type=radio] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.cardlist-vertical .card:hover::before,
.cardlist-vertical .card.active::before {
    background: #D9E0EA;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.cardlist-vertical .card.active::before {
    background: #6F9AFF;
}

.cardlist-vertical .card img {
    border-color: #EAEDF2;
}

.cardlist-hasCardActive .card:not(.active) {
    opacity: .65;
}


/*
@media (max-width: 576px) {
    .section-header h2 {
        padding-top: 20px!important;
    }
    
    .sidebar {
        background: #EAEDF2;
        padding: 30px;
        margin: 0 -15px 0 -15px!important;
        border-bottom: 1px solid #ffffff;
    }
    
    .sidebar:after {
        display: none;
    }
    
    .section h6:before {
        content: "";
        display: block;
        width: 50%;
        background:#0275d8;
        margin: 10px 0;
        height: 2px;
    }
    
    .table-resume-wrap {
        padding: 0!important;
    }
    
    .table-resume tr {
        padding: 10px 25px;
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        border-bottom: 1px solid #ffffff;
    }
    
    .table-resume tr:last-child {
        border: none;
    }
    
    .table-resume td {
        padding: 0 10px 0 0;
        margin: 5px 10px 0 0;
        border-right: 1px solid #C6D2E1;
    }
    
    .table-resume tr > td:first-child {
        width: 100%;
        font-weight: bold;
        padding: 0;
        border: none!important;
    }
    
    .table-resume tr > td:last-child {
        border: none;
    }
    
    #payment-options > div {
        margin: 0 0 30px 0;
    }
    
    #payment-options > div:last-child {
        margin: 0;
    }
}
*/


/*
#payment-options .card {
    border: none;
    border-radius: 0;
    min-height: auto!important;
}

#payment-options .card img,
#payment-options small {
    margin:0!important;
} */


/*
#payment-options .card input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
*/

.btn-next {
    padding-left: 20px;
    padding-right: 68px;
    position: relative;
    overflow: hidden;
}

.btn-next:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 53px;
    background: rgba(0, 0, 0, 0.07);
    z-index: 1;
}

.btn-next svg {
    position: absolute;
    right: 18px;
    top: 11px;
    width: 22px;
    height: 22px;
    z-index: 2;
}

@keyframes cardAnimation {
    0% {
        background: white;
    }
    50% {
        background: rgba(2, 117, 216, .050);
    }
    100% {
        background: white;
    }
}

.cardlist .card.animate {
    animation: cardAnimation .5s linear;
    animation-fill-mode: both;
}

.cardlist.cardlist-hasCardActive .card.animate {
    animation: none;
}

.modalPayment {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalPayment .content {
    width: 600px;
    height: 600px;
    background: white;
    border-radius: 10px;
}


/* Spinner */

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #EAEDF2;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #EAEDF2 transparent transparent transparent;
}

.lds-ring span:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring span:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring span:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 576px) {
    .sidebar {
        padding: 20px!important;
        background: white;
        margin: 0 auto -25px 0;
        border-top: 1px solid #EAEDF2;
    }
    .sidebar-header {
        position: static;
        width: 100%;
    }
    .sidebar::after {
        display: none;
    }
    .cardlist-vertical ul.product-content {
        flex-direction: column!important;
    }
    .cardlist-vertical ul.product-content li {
        border: none;
        !important
    }
    .cardlist-vertical .card-header {
        flex-direction: column;
        align-items: flex-start!important;
    }
    .cardlist-vertical .card-header {
        margin-left: 0;
        flex: auto;
    }
    .cardlist-vertical .card-header small {
        margin: 15px 0 0!important;
    }
    .cardlist-vertical .card:after {
        display: none;
    }
    .card.product-support {
        flex-direction: column;
    }
    .card.product-support .product-header {
        margin: 0;
        text-align: center;
    }
    .card.product-support .product-content {
        display: block;
    }
    .card.product-support .product-content li {
        border-left: none;
    }
}

.card iframe {
    opacity: 0;
    top: 50px;
}

.card.active iframe {
    opacity: 1;
    position: relative;
    z-index: 10;
    background: white;
    transition: all .25s;
    top: 0;
}

.checkbox-terms {
    margin-top: 10px;
}

#payment_warning {
    margin-top: 10px;
    display: block;
}

/**tooltip método de pagamento**/
.tooltip-wrapper {
    display: inline-block; /* display: block works as well */  
}

.tooltip-wrapper .btn[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}

.tooltip-wrapper.disabled {
    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    cursor: not-allowed;
}
.sidebar-content .tooltip.fade.top.in, .sidebar-content .tooltip.fade.top.in .tooltip-arrow{
    opacity: 1;
}
.sidebar-content .tooltip.fade.top.in .tooltip-arrow{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ebcccc transparent transparent transparent;
}
.sidebar-content .tooltip.fade.top .tooltip-inner{
    background-color: #f2dede;
    border: 1px solid #ebcccc;
    color: #a94442;
    font-size: 15px;
    padding: 0.75rem 1.25rem;
    margin-left: 5px;
}

/**BF**/

.blackfriday.page-buy .card {
    background: #07041E;
    box-shadow: 0 1px 3px #1C1340, 0 1px 2px #cad5e4 !important;
}

.blackfriday.page-buy .card.product-support.active::after,
.blackfriday.page-buy .card.product-payment.active::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI0ZGRkZGRiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImluZm8iLz48ZyBpZD0iaWNvbnMiPjxwYXRoIGQ9Ik0xMCwxOGMtMC41LDAtMS0wLjItMS40LTAuNmwtNC00Yy0wLjgtMC44LTAuOC0yLDAtMi44YzAuOC0wLjgsMi4xLTAuOCwyLjgsMGwyLjYsMi42bDYuNi02LjYgICBjMC44LTAuOCwyLTAuOCwyLjgsMGMwLjgsMC44LDAuOCwyLDAsMi44bC04LDhDMTEsMTcuOCwxMC41LDE4LDEwLDE4eiIgaWQ9ImNoZWNrIi8+PC9nPjwvc3ZnPg==) center center no-repeat #6F9AFF;
}

.blackfriday.page-buy span.custom-control-description {
    color: #e8e8e8 !important;
}

.blackfriday.page-buy .cardlist-vertical .card:hover::before,
.blackfriday.page-buy .cardlist-vertical .card.active::before {
    background: #6F9AFF;
}

.blackfriday.page-buy .cardlist-vertical .card.active:after,
.blackfriday.page-buy .cardlist-vertical .card:hover::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI0ZGRkZGRiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImluZm8iLz48ZyBpZD0iaWNvbnMiPjxwYXRoIGQ9Ik0xMCwxOGMtMC41LDAtMS0wLjItMS40LTAuNmwtNC00Yy0wLjgtMC44LTAuOC0yLDAtMi44YzAuOC0wLjgsMi4xLTAuOCwyLjgsMGwyLjYsMi42bDYuNi02LjYgICBjMC44LTAuOCwyLTAuOCwyLjgsMGMwLjgsMC44LDAuOCwyLDAsMi44bC04LDhDMTEsMTcuOCwxMC41LDE4LDEwLDE4eiIgaWQ9ImNoZWNrIi8+PC9nPjwvc3ZnPg==) center center no-repeat #6F9AFF;
}

.blackfriday.page-buy .sidebar-header h4 {
    color: #a0a0a0;
}

.blackfriday.page-buy .sidebar-header,
.blackfriday.page-buy .sidebar-content,
.blackfriday.page-buy .sidebar table,
.blackfriday.page-store .sidebar table td,
.blackfriday.page-buy .sidebar table,
.blackfriday.page-buy .sidebar table td {
    background: none !important;
    border-color: rgba(255,255,255,.2);
}

.page-buy .text-success,
.blackfriday .sidebar .subtotal td {
    color: #3FF0F2 !important;
}
@media (max-width: 767px) {
    #ppplus{
        width: 100% !important;
    }
}