﻿#rcp_gateway_extra_fields {
    margin: 0px 0px 32px;
    background: #ffffff;
    border-radius: 8px;
    background-color: #cbd5e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px;
}

.rcp_form input[type="email"],
.rcp_form input[type="password"],
.rcp_form input[type="text"] {
    font-family: "WorkSans", Fallback, sans-serif;
    width: 100%;
    border: 1px solid #e2e8f0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 4px 8px;
    margin: 0;
}

.rcp_form {
    width: 100%;
    text-align: left;
    font-weight: 800;
    font-size: 18px;
    line-height: 125%;
    display: inline-block;
    color: #5b009b;
}

.rcp_gateway_option_label,
.rcp_form label {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    font-family: "WorkSans", Fallback, sans-serif;
    letter-spacing: 0px;
}

.rcp_form p,
.rcp_cards p {
    margin-top: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.rcp_gateways_fieldset legend {
    font-weight: 800;
}

.rcp-gateway-new-card-fields {
    width: 100%;
}

#rcp_submit_wrap {
    text-align: center;
}

.rcp_cards {
    /* max-width: 346px; */
    padding: 32px;
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
}

.rcp_cards_container {
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #2f2f2f;
    padding: 20px;
}

.rcp_cards_header {
    text-align: center;
    color: black;
    font-family: "WorkSans", Fallback, sans-serif;
    border: 0;
    font-weight: 800;
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 8px;
}

.rcp_cards input:focus {
    border: 1px solid #5B009B;
}

/* subscriptions page section */

.subscriptions_page {
    /*margin: 20px 50px 50px 0px;*/
    background-color: #0f172a;
    display: flex;
    padding: 20px 0px 60px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.subscriptions_page h2,
.subscriptions_page h4 {
    flex: 1 0 100%;
    text-align: center;
}

.membership-cards-container {
    display: flex;
    justify-content: space-between;
}

/* @media only screen and (max-width: 380px) {
  .rcp_cards {
    max-width: 280px;
  }
} */

@media only screen and (max-width: 950px) {
    .rcp_cards {
        width: auto;
    }

    .flex-dir-col {
        flex-direction: column;
    }
}

.membership-benefits {
    width: 90%;
    border-top: 1px solid black;
    padding: 5px 0px;
    margin: 16px 0px;
}

.membership-benefits p {
    margin-bottom: 0px !important;
    margin: 12px;
}

.membership-price {
    font-weight: 900;
    font-size: 48px;
}

.membership-type {
    font-weight: 800;
    font-size: 18px;
    padding-bottom: 0px;
    margin: auto;
    margin-bottom: 0;
}

.membership-time {
    margin-top: 0;
    padding-top: 0px;
    font-size: 10px;
    font-weight: 700;
}

.membership-description {
    margin-top: 14px;
    line-height: 150%;
    width: 282px;
    text-align: center;
}

.subscription-button {
    width: 192px;
    padding: 0px;
}

.subscription-button:hover {
    background-image: none;
    background-color: #440074;
}

.subscription-page-title {
    color: white;
    font-weight: 900;
    font-size: 40px;
    line-height: 125%;
    margin-bottom: 12px;
}

.subscription-page-subtitle {
    color: white;
    font-weight: 800;
    font-size: 24px;
    line-height: 125%;
}

.rcp_registration_total {
    padding-left: 10px;
}

.sub-center {
    justify-content: center;
}

#rcp_user_login_wrap, #rcp_user_first_wrap, #rcp_user_last_wrap, .rcp_registration_total, #rcp_gateway_extra_fields {
    display: none;
}

.registration-page-card, .rcp_cards {
    width: 412px;
    margin: 40px 0;
}

@media only screen and (max-width: 500px) {
    .registration-page-card, .rcp_cards {
        width: auto;
    }
}

.rcp_login_link a,
.rcp_lost_password a {
    text-decoration: none;
}

.rcp_login_link p {
    margin-bottom: 24px;
}

.rcp_login_link p, .rcp_cards .rcp_lost_password {
    font-size: 14px;
}

.rcp_cards .rcp_lost_password {
    margin-bottom: 0px;
}

.thank-you-page .subscriptions_page {
    padding: 10% 0px;
}

.thank-you-page h2 {
    font-size: 40px;
    border: none;
    padding: 0 16px;
}

.membership-forms {
    letter-spacing: 0px;
}

p.rcp_p {
    margin-bottom: 8px;
}

/* form error msgs */

.rcp_message {
    /* display: flex; */
    justify-content: center;
}

p.rcp_error {
    margin-bottom: 5px;
    justify-self: center;
}

.membership-header {
    background: linear-gradient(70.99deg, #8440B4 0%, #69FFDB 100%);
    padding: 64px 0;
}

.membership-header__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.membership-info h1 {
    font-family: WorkSans, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 125%;
    color: #000000;
    margin: 0;
}

.membership-info span {
    font-family: WorkSans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 125%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.membership-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 6px;
}

.membership-button span {
    font-family: WorkSans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 100%;
    color: #000000;
    margin-top: 5px;
}

.membership-main {
    margin: 32px 0;
}

.membership-main__box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 16px;
}

.membership-main__item {
    background: #FFFFFF;
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 16px;
    position: relative;
}

.membership-main__item:not(:last-of-type) {
    margin-bottom: 24px;
}

.membership-main__title {
    font-family: WorkSans, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 125%;
    color: #000000;
    margin: 0 0 24px 0;
}

.membership-main__list {
    margin-top: 8px;
    display: none;
}

.membership-main__list.open {
    display: block;
}

.membership-main__list:not(:last-of-type) {
    margin-bottom: 24px;
}

.membership-main__list-item:not(:last-of-type) {
    margin-bottom: 8px;
}

.membership-main__list-item:hover a {
    text-decoration: underline;
}

.membership-main__list-item img {
    max-width: 90px;
    margin-right: 8px;
    padding: 0;
    object-fit: cover;
}

.membership-main__item-title {
    font-family: WorkSans, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 125%;
    color: #000000 !important;
    text-decoration: none;
    display: block;
    margin: 0;
}

.membership-main__item-title.course {
    cursor: pointer;
    position: relative;
}

.membership-main__item-title.course:hover,
.membership-main__item-title.course:hover:focus {
    text-decoration: none;
}

.membership-main__item-title.course:before,
.membership-main__item-title.course:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    margin: 0 0 -8px;
    background: black;
    border-radius: 2px;
}

.membership-main__item-title.course:before {
    right: 7px;
    width: 4px;
    height: 15px;
    transition: all 300ms;
    margin-top: -7.5px;
    background: black;
}

.membership-main__item-title.course:after {
    right: 1px;
    width: 16px;
    height: 3px;
    margin-top: -1.5px;
    background: black;
}

.membership-main__item-title.course.expanded:before {
    height: 0;
    margin-top: 0;
}

.membership-main__item-box:not(:last-of-type) {
    margin-bottom: 24px;
}

.membership-main__item-value {
    font-family: WorkSans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000 !important;
    text-decoration: none;
}

.membership-main__item-value_link {
    display: flex;
}

.membership-main__tracker {
    padding: 8px;
    background: #F4D9FF;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.membership-main__tracker span {
    font-family: WorkSans, sans-serif;
    font-style: normal;
    color: #2E004E;
}

.membership-main__tracker span:first-of-type {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.membership-main__tracker span:last-of-type {
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
}

.membership-main__tracker-cta {
    display: block;
    background: linear-gradient(0deg, #8440B4 0%, #5B009B 100%);
    border-radius: 8px;
    padding: 8px 28px;
    text-align: center;
    font-family: WorkSans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FFFFFF !important;
    text-decoration: none;
}

.membership-main__tracker-cta:hover {
    color: #85b7d9 !important;
}

.membership-main__tracker-free {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.9;
    top: 0;
    left: 0;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.membership-main__datepicker .ui-datepicker-header {
    position: relative;
    display: flex;
    margin-bottom: 34px;
}

.membership-main__datepicker .ui-datepicker-title {
    order: -1;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 125%;
    color: #0F172A;
}

.membership-main__datepicker .ui-datepicker-prev,
.membership-main__datepicker .ui-datepicker-next {
    width: 16px;
    height: 16px;
    background-size: cover;
    color: transparent;
    cursor: pointer;
    position: absolute;
    top: 6px;
}

.membership-main__datepicker .ui-datepicker-prev {
    background: url("../image/left-arrow.png") center;
    right: 32px;
}

.membership-main__datepicker .ui-datepicker-next {
    background: url("../image/right-arrow.png") center;
    right: 0;
}

.membership-main__datepicker table {
    margin: 0;
}

.membership-main__datepicker table td a {
    display: block;
    text-align: center;
    font-family: WorkSans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #0F172A;
    text-decoration: none;
    padding: 6px;
}

.membership-main__datepicker table td a.ui-state-active {
    color: #FFFFFF;
    background: #0F172A;
    border-radius: 8px;
}

@media screen and (max-width: 992px) {
    .membership-header__box {
        flex-direction: column;
    }

    .membership-buttons {
        margin-top: 16px;
    }
}