.fs-1x {
    font-size: 1rem !important;
}

.text-black {
    color: #111;
}

.text-invalid {
    color: #f93154;
}

#totalcsr-integration,
.total-csr_inner-page-wrap {
    display: flex;
    min-height: calc(100vh - 104px);
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

#totalcsr-integration-loading {
    padding: 50px 0;
}


/* #totalcsr-integration button {
  color: #333;
  border-color: #333;
  width: 100%;
  outline:none;
} */


/* #totalcsr-integration button:hover,
#totalcsr-integration button:focus,
#totalcsr-integration button.selected {
  color: #fff;
  background-color: #333;
  text-decoration: none;
  outline:none;
} */

#totalcsr-integration .pricing-container {
    padding: 40px;
    text-align: center;
}

#totalcsr-integration .plan-types {
    margin-bottom: 2rem;
}

#totalcsr-integration .plan-type-button {
    border-radius: 9px;
    margin: 5px;
    height: 50px;
    width: 100px;
}


/*
#totalcsr-integration .active-user-options {
  border-radius: 9px;
  margin: 5px;
  height: 50px;
  width: 50px;
}

#totalcsr-integration .active-user-options:hover,
#totalcsr-integration .active-user-options:focus,
#totalcsr-integration .active-user-options.selected {
  color: #fff;
  background-color: #333;
  border-color: #333;
  text-decoration: none;
  outline:none;
}
*/

#totalcsr-integration button:disabled {
    color: #fff;
    background-color: #8e8e8e;
    border: none;
    text-decoration: none;
}


/*
#totalcsr-integration .price-button {
  font-size: 2rem;
  margin: 0 10px;
  width: 40%;
}

#totalcsr-integration .price-button small {
  display: block;
  font-size: 0.7rem;
}
*/

#totalcsr-integration form#payment-form,
#totalcsr-integration form#subscription-form,
#totalcsr-integration form#account-form {
    margin-bottom: 20px;
}


/*
#totalcsr-integration .price hr,
#totalcsr-integration form#subscription-form hr,
#totalcsr-integration #checkoutForm-wrap hr {
  width: 25%;
  margin: 0 auto 40px auto;
}
*/

#totalcsr-integration .group {
    margin-bottom: 50px;
}


/* #totalcsr-integration .group h5 {
  color: #9e9e9e;
  margin-bottom: 15px;
} */


/*
#totalcsr-integration label {
  position: relative;
  color: #8898AA;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

#totalcsr-integration .group label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}

#totalcsr-integration label > span {
  width: 120px;
  margin-right: 30px;
}
*/

#totalcsr-integration .group.checkbox label>span,
#totalcsr-integration .group.radio label>span {
    width: auto;
}

#totalcsr-integration .group.checkbox label,
#totalcsr-integration .group.radio label {
    cursor: pointer;
    border: none;
}

#totalcsr-integration .group.radio label:not(:first-child) {
    margin: 0;
}


/* #totalcsr-integration .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
} */

#totalcsr-integration .group.checkbox .field,
#totalcsr-integration .group.radio .field {
    margin-right: 10px;
}

#totalcsr-integration .field::-webkit-input-placeholder {
    color: #CFD7E0;
}

#totalcsr-integration .field::-moz-placeholder {
    color: #CFD7E0;
}

#totalcsr-integration .StripeElement {
    color: #111;
    padding: 14px 0;
}


/* #totalcsr-integration .StripeElement--invalid {
  border-color: #f93154;
} */

#totalcsr-integration .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#totalcsr-integration .hidden {
    display: none;
}

#totalcsr-integration .step-indicators-wrap {
    margin-bottom: 50px;
}

#totalcsr-integration .step-indicators-wrap .step-indicators {
    display: flex;
    font-weight: bold;
    padding-left: 0;
    margin: 0 auto;
    max-width: 424px;
}

@media (min-width: 992px) {
    #totalcsr-integration .step-indicators-wrap .step-indicators {
        max-width: fit-content;
    }
}

#totalcsr-integration li.step-indicator {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    padding: 6px;
    border-bottom: 6px solid #71B544;
    width: 30%;
    margin-right: 6px;
    opacity: 0.35;
    justify-content: center;
    text-align: center;
}

@media (min-width: 992px) {
    #totalcsr-integration li.step-indicator {
        width: 120px;
    }
}

#totalcsr-integration li.step-indicator.complete,
#totalcsr-integration li.step-indicator.active,
#totalcsr-integration li.step-indicator.enabled:hover,
#totalcsr-integration li.step-indicator.enabled:focus {
    font-weight: bold;
    opacity: 1;
}

#totalcsr-integration li.step-indicator:last-child {
    margin-right: 0;
}

li.step-indicator.complete,
li.step-indicator.enabled {
    cursor: pointer;
}

#totalcsr-integration .heading-title,
.total-csr_inner-page-wrap .heading-title {
    font-weight: bold;
    margin-bottom: 50px;
}

#totalcsr-integration .checkout_plan-groups .btn-total-csr-primary:hover,
#totalcsr-integration .checkout_plan-groups .btn-total-csr-primary:active,
#totalcsr-integration .checkout_plan-groups .btn-total-csr-primary:focus {
    background-color: #0C4268;
}

#totalcsr-integration .checkout_plan-groups .btn-total-csr-secondary:hover,
#totalcsr-integration .checkout_plan-groups .btn-total-csr-secondary:active,
#totalcsr-integration .checkout_plan-groups .btn-total-csr-secondary:focus {
    background-color: #71B544;
}

@media (min-width: 768px) {
    #totalcsr-integration .checkout_plan-groups label {
        min-height: 304px;
        height: 100%;
    }
}

#totalcsr-integration .checkout_plan-groups label.selected {
    cursor: pointer !important;
}

@media (min-width: 992px) {
    #totalcsr-integration .checkout_plan-groups label {
        margin-bottom: 0;
    }
}

#totalcsr-integration .checkout_plan-groups label>div {
    width: 100%;
}

#totalcsr-integration .checkout_plan-groups label strong {
    font-weight: bold;
    color: #111;
    line-height: initial;
}

#totalcsr-integration .checkout_plan-groups label p {
    line-height: initial;
}

#totalcsr-integration .btn-total-csr-primary {
    color: white !important;
}

#totalcsr-integration .btn-total-csr-primary,
#totalcsr-integration .btn-total-csr-outline-primary {
    padding-top: 12px;
    padding-bottom: 12px;
}

#totalcsr-integration .btn-total-csr-primary:hover:not([disabled]),
#totalcsr-integration .btn-total-csr-primary:active:not([disabled]),
#totalcsr-integration .btn-total-csr-primary:focus:not([disabled]) {
    color: #0C4268 !important;
}

#totalcsr-integration .btn-total-csr-primary {
    outline: none;
}

#totalcsr-integration .total-csr_form-group {
    margin-bottom: 20px;
}

.radio-toggles {
    align-items: center;
    background-color: #ffffff;
    border: 4px solid #ebebeb;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
    /* max-width: 400px; */
    overflow: hidden;
    padding: 4px;
    position: relative;
}

.radio-toggles label {
    cursor: pointer;
    padding: 16px 0;
    text-align: center;
    font-weight: bold;
    width: 50%;
    z-index: 2;
}

.radio-toggles .slide-item {
    background-color: #71B544;
    border-radius: 9999px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    height: calc(100% - 8px);
    left: calc(50% + 4px);
    position: absolute;
    width: calc(50% - 8px);
    transition: left .4s;
    z-index: 0;
}

.radio-toggles input[type="radio"] {
    left: -9999px;
    position: absolute;
    z-index: -1;
}

.radio-toggles input[type="radio"]:nth-child(1):checked~.slide-item {
    left: 4px;
}

.radio-toggles input[type="radio"]:nth-child(3):checked~.slide-item {
    left: calc(50% + 4px);
}

.radio-toggles input:checked+label {
    cursor: default;
    color: white;
}

.checkout-step {
    display: none;
}

.checkout-step.step-active {
    display: block;
}

@media (min-width: 992px) {
    .checkout_order-summary-sticky-wrap {
        position: sticky;
        top: 15px;
    }
    .admin-bar .checkout_order-summary-sticky-wrap {
        top: 47px;
    }
}


/* #checkout_order-summary, */

.checkout-order-summary-card,
#review-order_order-summary {
    display: block;
    align-items: center;
    position: relative;
    min-height: 240px;
    background: white;
    text-align: center;
    padding: 48px 15px 15px;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.2);
    margin: 0 0 30px 0;
    border-radius: 5px;
}

#review-order_order-summary {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .checkout-order-summary-card {
        margin-top: 54px;
    }
}

.checkout-order-summary-card .plan-badge-selected,
#review-order_order-summary .plan-badge-selected {
    background-color: #71B544;
}

.checkout_plan-groups label .plan-badge {
    font-weight: bold;
}

.checkout-order-summary-card .plan-badge,
#review-order_order-summary .plan-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: white !important;
    font-weight: bold;
    line-height: initial;
    padding: 0.625rem 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.order-summary_title {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #111;
}

.checkout-order-summary-card p.order-summary_plan-price {
    margin-bottom: 0.5rem;
}

a#btn-payment-info-continue,
a#btn-review-order-continue,
#link-ach {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 25px;
}

#totalcsr-integration .checkout_plan-groups label p.plan-price {
    font-weight: bold;
}

@media (min-width: 992px) {
    #totalcsr-integration .checkout_plan-groups label p.plan-price {
        font-size: 32px !important;
    }
}

#totalcsr-integration .checkout_plan-groups label.selected p.plan-price {
    color: #71B544 !important;
    font-size: 32px;
}

#ACH.is-invalid,
#agreement-group.is-invalid {
    padding: 10px;
    border: 2px solid #f93154;
    border-radius: 27px;
}

.group.checkbox.is-invalid label {
    color: #f93154;
}

#btn-edit-order:hover,
#btn-edit-order:active,
#btn-edit-order:focus {
    background-color: transparent;
}

#subscription-details {
    border-radius: 15px;
}

#btn-go-to-hats {
    display: block;
    width: 100%;
    max-width: 256px;
    text-align: center;
    border-radius: 25px;
    padding: 12px 0;
    margin: 0 auto;
}

#subscription-details {
    border-radius: 15px;
}

#subscription-details .data-group {
    margin-bottom: 15px;
}

#subscription-details .data-group:last-child {
    margin-bottom: 0;
}

#subscription-details .data-group:last-child p {
    margin-bottom: 0;
}

#subscription-details .data-group h6 {
    font-size: 24px;
    margin-bottom: 0;
}

#subscription-details .data-group p {
    font-weight: 500;
}

#totalcsr-integration .checkout_plan-groups .btn-total-csr-primary:hover {
    color: white !important;
}

.totalcsr_alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.totalcsr_alert-danger {
    color: #f93154;
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.totalcsr_alert-dismissible {
    padding-right: 4rem;
}

.totalcsr_alert img {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 1rem;
    position: relative;
    top: 2px;
}

.totalcsr_alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    font-weight: bold;
    font-size: 16px;
    border: none;
}

.totalcsr_alert-dismissible .close:hover,
.totalcsr_alert-dismissible .close:focus {
    background-color: transparent;
}

.totalcsr_fade {
    transition: opacity .15s linear;
}

button#btn-place-order {
    width: 100%;
    max-width: 256px;
    border-radius: 25px;
}

#creditCard .is-invalid [role="alert"] {
    color: #f93254;
}

#creditCard .total-csr_form-group.is-invalid::after {
    display: none;
}

.checkout-order-summary-card p {
    color: #979797;
    font-size: 12px;
    font-weight: 600;
    line-height: initial;
}

.checkout-order-summary-card p.plan-price_monthly-notice,
.checkout-order-summary-card p.plan-price_yearly-notice {
    margin-bottom: 0;
}

.coupon-applied {
    display: none;
    margin-top: 20px;
}


/* .total-csr_form-group.coupon-is-valid {
  border: 2px solid #71b544;
} */

.total-csr_form-group.coupon-is-valid label,
.total-csr_form-group.coupon-is-valid input {
    /* color: #71b544; */
    opacity: 0.5;
}

.total-csr_form-group #btn-remove-coupon {
    display: none;
    position: absolute;
    top: 12px;
    right: 0;
    color: #f93154;
    z-index: 1;
}

.total-csr_form-group #btn-remove-coupon:hover,
.total-csr_form-group #btn-remove-coupon:active,
.total-csr_form-group #btn-remove-coupon:focus {
    background-color: transparent;
    outline: none;
}

.total-csr_form-group.coupon-is-valid #btn-remove-coupon {
    display: block;
}

.checkout-order-summary-card p.new-total-wrap {
    font-size: 32px;
    font-weight: bold;
    color: #71b545;
}

#totalcsr-integration .checkout_plan-groups .btn-total-csr-primary:hover,
#totalcsr-integration .checkout_plan-groups .btn-total-csr-primary:active,
#totalcsr-integration .checkout_plan-groups .btn-total-csr-primary:focus {
    color: white !important;
}

.checkout_plan-groups {
    margin-bottom: 50px;
}

.checkout-order-summary-card .order-summmary-with-coupon {
    display: none;
}

.checkout-order-summary-card.can-show-applied-coupon .order-summmary-with-no-coupon {
    display: none;
}

.checkout-order-summary-card.can-show-applied-coupon .order-summmary-with-coupon {
    display: block;
}

#totalcsr-integration .total-csr_colon {
    height: 20px;
}

.coupon-form-group label {
    left: 1.5rem
}

input#coupon:not(:placeholder-shown)+label {
    top: 1rem;
    font-size: 12px;
}

div.buttons-bar {
    display: flex;
    justify-content: center;
}

div.buttons-bar button {
    min-width: 120px;
}

button.total-link {
    background: none!important;
    border: none;
    padding: 0!important;
    color: #006699;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

button.total-link:hover {
    color: #3d98c5;
    text-decoration: underline;
    outline: none;
}

button.total-link:focus {
    color: #3d98c5;
    outline: none;
}

#tcsr-pricing-widget > .fixed {
    background-color: #fff;
}

/*************************** BEGIN Checkout success page styles ********************************/

#checkout-success {
    min-height: calc(100vh - 104px);
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

#checkout-success .cs-container {
    width: 540px;
    margin: 0 auto;
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#checkout-success .cs-container .cs-container-head, #checkout-success .cs-container .cs-container-content {
    padding: 2rem 4rem;
}

#checkout-success .cs-container .cs-container-head, #checkout-success .cs-container .cs-container-content.cs-container-content-secondary {
    background-color: #f9f9f9;
}

#checkout-success .cs-container .cs-container-head {
    background-color: #71b544;
}

#checkout-success .cs-container .cs-container-head.cs-container-error {
    background-color: #f93154;
}

#checkout-success .cs-container .cs-container-content {
    border-bottom: 1px solid #f0f0f0;
}

#checkout-success .cs-container .cs-container-head h1.congrats {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

#checkout-success .cs-container .cs-container-content p.cs-container-content-email {
    text-align: center;
    color: #5e5e5e;
}

#checkout-success .cs-container .cs-container-content p.cs-container-content-email span {
    font-weight: bold;
    font-size: 2rem;
    color: black;
}

#checkout-success .cs-container .cs-container-content p.cs-container-content-email img {
    display: inline-block;
}

#checkout-success .cs-container .cs-container-content h3.details-header {
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

#checkout-success .cs-container .cs-container-content p.details-value {
    color: #8f8f8f;
    font-weight: 500;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

#checkout-success .cs-container .cs-container-content p.details-value.accent {
    font-size: 2rem;
    color: #71b544;
    font-weight: bold;
}

#checkout-success .cs-container .cs-container-content.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#checkout-success .cs-container .cs-container-content.grid-2 div:nth-child(even) {
    text-align: right;
}

#checkout-success .cs-container .cs-container-content span.accent {
    font-weight: bold;
    color: #71b544;
}

/*************************** END Checkout success page styles ********************************/