#preloader {
    display: none !important;
}
.panel-subscription .active-class-row {
 border-top:solid 1px #ccc;   
}
.disclaimer {
    font-size:14px;
    line-height: normal;
}
.disclaimer .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.disclaimer a {
    color:#000;
    text-decoration: underline;
}
.modal-content{
    border-radius:0;
}
#ta_zype_card_continue:disabled, .btn-primary:disabled {
    cursor:not-allowed;
    background-color:#ccc;
    color:#333;
    border:none;
}

#ta-zype-card-errors {
    color:#900;
}
.active-subscriptions {
    margin-bottom:40px;
}


.subscription-group-hdr {
    font-size: 30px;
}
.subscription {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right:40px;
}
.subscription-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscription-header  .subscription-hdr
{
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #000000;
    min-height: 41px;
    display: flex;
    align-items: center;
}
.subscription-action-btns {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
    letter-spacing: .5px;
}
.subscription-action-btns button, .btn-ta-primary {
    display: inline-block;
    width: initial !important;
    padding: 10px 20px;
    background: #C2AB8C;
    border-radius: 6px;
    border: none;
    margin: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
}
.avail-subscriptions {
    margin-top: 40px;
}
.subscription-action-btns button:hover, .btn-ta-primary:hover,
body #ta_zype_content .btn.btn-upgrade-plan:hover, body #ta_zype_content .btn.btn-subscribe:hover {
    color: #fff;
    background-color: #AC8857;
}
.btn-disabled {
    background-color: #B4B4B4 !important;
}
.btn.btn-ta-primary.disabled, .btn.btn-ta-primary:disabled {
    opacity: 1;
}
.btn:focus{ 
    outline: none !important;
    box-shadow:  none !important;
}
.subscription-note strong{
    font-weight: 500;
}
.subscription-notes {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* or 89% */
    margin-top: 30px;
    letter-spacing: 0.02em;
}
.subscription-notes-row{
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    border-bottom: 1px solid #D2D2D2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscription-notes-row.ta-live-pb {
    padding-right: 0;
}
.subscription-notes-row:last-child {
    border: none;
}
.available-subscription-header {
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 0px;
    align-items: flex-start;
}
.select-program {
    width: 100%;
}
.available-subscription-header .subscription-action-btns {
    width: 200px;

}
.available-subscription-header .subscription-action-btns  button{
    width: 100% !important;
    letter-spacing: .5px;
}
.ta-live-row.add-ta-live-row {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.ta-live-row .add-ta-live, .subscription-action-btns .btn-ta-primary.btn-ta-live-resubscribe {
    padding: 10px 20px;
    color: #fff;
    background: #09396B;
    border-radius: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;

    color: #FFFFFF;
}
.ta-live-row .add-ta-live:hover,.subscription-action-btns .btn-ta-primary.btn-ta-live-resubscribe:hover { 
    background-color: #4B505A;
}

.ta-live-no-show-reason {
    margin: -20px 0px 40px 20px;
    padding: 0px 65px 0px 15px;
    width: 100%;
}
.ta-live-no-show-reason .no-show-reasons {
    border-top: 1px solid #ccc;
    margin-right: 10px;
    font-size: inherit;
}
.ta-live-no-show-reason .no-show-reason {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.ta-live-no-show-reason .no-show-reason:last-child {
    border: none;
}

@media (max-width: 767px) {
    .ta-live-no-show-reason {
        margin-left: 0;
        padding: 0px 5px 0px 15px;
    }
    .ta-live-no-show-reason .no-show-reasons {
        font-size: 14px;
    }
}

.plan-display {
    margin:10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;

}
.plan-display .preview-amount {
   font-weight: 500;
}
.active-subscriptions .row0 {
    border-top: 1px solid #DD453B;
}
body #ta_zype_content .btn {
    width: initial !important;
}

body #ta_zype_content .btn.btn-upgrade-plan, body #ta_zype_content .btn.btn-subscribe {
    width: 100% !important;
    letter-spacing: .5px;
}
#confirm-modal-header, #pause-modal-header,.modal-header .modal-title{
    font-style: normal;
    font-weight: 500 !important;
    font-size: 22px;
    line-height: 20px;
    /* or 91% */

    letter-spacing: 0.03em;
}
.modal .modal-footer .btn-secondary, .modal .modal-footer .btn-primary {
    margin: 0;
    font-size: 14px;
    border: none;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 20px;
    border-radius: 4px;
    letter-spacing: .5px;
}
.modal .modal-footer .btn-primary {
    background-color: #09396B;
}
.modal .modal-footer .btn-primary:hover{
    background-color: #4B505A;
}

.modal .modal-footer .btn-secondary {
    background-color: #C2AB8C;
}
.modal .modal-footer .btn-secondary:hover{
    background-color: #AC8857;
}
.modal-body {
    padding-top: 20px ;
    padding-bottom: 0px ;  
}
.modal-footer {
    padding-top: 20px ;
    padding-bottom: 0px ; 
    border: none;
    justify-content: center;
}
.modal-header {
    display: block;
    padding: 0;
    border: none;
}
.modal-title:after {
    width: 185px;
    height: 1px;
    background-color: #DD453B;
    content: '';
    display: block;
    margin-top: 20px;
}
#busy-modal .modal-body {
    padding: 20px 0px;
}
div#ta_zype_profile_error {
}
#ta-zype-card-modal .modal-header:after, .modal .modal-body > div:first-of-type:after {
    display: none;
}
#ta_zype_content, #busy-modal, #success-modal, #pause-success-modal {
    font-family: 'futura-pt', sans-serif !important; 
}

#ta_zype_content .panel-subscription .program-name {
    /* border: 1px solid #cccccc; */
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}

#ta_zype_content .myaccount-nav ul {
    list-style: none;
    padding-left: 0px;
}

#ta_zype_content .myaccount-nav ul li {
    padding: 6px 0px;
    font-size: 17px;
}

#ta_zype_content .myaccount-nav ul a {
    color: #1f262d;
}

#ta_zype_content .btn {
    width: 100%;
}

#ta_zype_content .card-wrapper {
    border: 1px solid #0069d9;
    border-radius: 5px;
    padding: 10px;
}
.submitted-message {
    padding:20px;
    text-align:center;
    background-color: #c2ab8c;
    font-family: 'baskerville-urw', serif;
    color: #fff;
    font-size:20px;
    margin-top:20px;
} 
.submitted-message p{
    padding:0;
    margin:0;
    color:#fff;
}  

.cancel-btn {
    color: #fff; background: #ff4338;
    font-family: futura-pt, sans-serif;
    font-weight: 100;
    font-size: 17px;
    display:block;
    width:200px;
    margin:auto;
}
.hbspt-form input, .hbspt-form textarea{
    border: solid 1px #ccc;
}

#ta-live-addon-plan-confirm-modal strong {
    font-weight: 500;
}
.ta-live-addon-plan-confirm-modal__payment-details {
    border-top: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    padding:  30px 0px;
    margin-top: 20px;
    background-color: transparent;
    font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 30px; 
margin-bottom: 20px;
/* or 167% */

letter-spacing: 0.02em;

color: #000000;
}
#ta_zype_content .card-wrapper {
    border-color: #D2D2D2;
}


#ta-zype-card-modal .card-header, #ta-live-addon-plan-confirm-modal  .card-header {

    padding: 0;
    margin-bottom: 10px;
    border: none;
    background-color: transparent;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
display: flex;
align-items: center;
letter-spacing: 0.05em;
text-transform: uppercase;
}
#ta-live-addon-plan-confirm-modal  .single-disclaimer-wrapper label,
#ta-zype-card-modal .single-disclaimer-wrapper label {
    margin-left: 10px;
}
body #ta-live-addon-plan-confirm-modal.modal .modal-body > div:first-of-type,#ta-live-addon-plan-confirm-modal  , #ta-live-addon-plan-confirm-modal  .single-disclaimer-wrapper label, #ta-live-addon-plan-confirm-modal  p {
    font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
/* or 139% */

letter-spacing: 0.02em;
}

#ta-live-addon-plan-confirm-modal  .single-disclaimer-wrapper,
#ta-zype-card-modal  .single-disclaimer-wrapper {
    display: flex;
}
#ta-zype-card-modal .ta-live-addon-plan-confirm-modal__disclaimers ,
#ta-live-addon-plan-confirm-modal  .ta-live-addon-plan-confirm-modal__disclaimers {
    margin-top: 20px;
}

.modal .modal-footer.live-class-success-footer{
    display: none;
}
.modal .modal-footer {
    display: flex;
}
.modal.live-success-modal {

}
.modal.live-success-modal .modal-footer{
    display: none !important;
}
.modal.live-success-modal .modal-footer.live-class-success-footer{
    display: flex !important;
}
.modal-body strong {
    font-weight: 500;
}
.modal-body p {
    font-weight: 400;
}
.active-subscriptions-hdr {
    font-size: 36px;
}
.panel-subscription .active-subscriptions h4 {
    margin-bottom: 20px;
}

/*For Update credit card page*/
.panel-update-card {
    font-family: 'futura-pt', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    /* display: flex;
    align-items: center; */
}

.panel-update-card .panel-update-card-section-header {
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.03em;
    min-height: 41px;
    margin: 40px 0px 10px 0px;

}

.panel-update-card .panel-update-card-section-header:first-child {
    margin-bottom: 20px;
}

.panel-update-card .panel-update-card-field-item {
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.02em;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    overflow: hidden;
    padding: 13px 30px 13px 0px;
    margin-left: 35px;
    margin-top: 10px;
    width: 100%;
}

.panel-update-card .panel-update-card-field-error {
    color: red;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.02em;
    padding: 13px 0px;
    margin-left: 35px;
}

.panel-update-card .panel-update-card-field-desc {
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.02em;
    padding: 13px 0px;
    margin-left: 35px;
}

.panel-update-card .panel-update-card-button-item {
    display: flex;
    justify-content: flex-end;
}

.panel-update-card .panel-update-card-last4 {
    width: 100%;
    padding-right: 15px;
}

.panel-update-card .panel-update-card-last4 > div {
    float: left;
}
.panel-update-card .panel-update-card-last4 > div:last-child {
    float: right;
}

.panel-update-card .btn-ta-primary {
    display: inline-block;
    /* width: initial !important; */
    padding: 10px 20px;
    background: #09396B;
    border-radius: 6px;
    border: none;
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.panel-update-card .btn-ta-primary:disabled {
    background: #82878C;
}

@media screen and (max-width: 750px) {
    .panel-update-card .panel-update-card-button-item {
        display: flex;
        justify-content: flex-start;
        padding-top: 10px;
        padding-left: 0px;
    }

}