#cancelClubSubMsg {
    max-width: 400px;
}

.yourSubWrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 500px;
}

.club-modal-btn {
    font-size: 3rem;
    filter: brightness(.5);
    font-weight: 200;
}

body[data-theme="dark"] .club-modal-btn {
    filter: brightness(2);
}

.action-secondary {
    background: transparent;
    border: 2px solid var(--x);
    color: var(--x);
    border-radius: 50rem;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1.01822px 3.00607px 0px, rgba(0, 0, 0, 0.24) 0px 0.993926px 1.98785px 0px;
}

.action-secondary:active,
.action-secondary:focus,
.action-secondary:hover {
    background: var(--x);
    color: var(--white);
}

.vh {
    visibility: hidden;
}

.tier-change-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    background: #E7E6E6;
    border-radius: .25rem;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
}

.tier-change-div-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8px;
    border-radius: 4px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.tier-change-div-right {
    border: 1px solid red;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    flex: none;
    order: 1;
    flex-grow: 1;
}

.membership-section {
    margin-bottom: 1.5rem;
}

.section-title {
    /* Membership Option Title */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    flex: none;
    order: 0;
    flex-grow: 0;

}

.tier-option {
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tier-card {
    display: flex;
    align-items: center;
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
    flex: 1;
}

.tier-card-wrap {
    background: #e8e8e8;
    padding: .25rem;
    border-radius: .5rem;
    max-width: 510px;
    width: 100%;
}

.tier-info {
    flex-shrink: 0;
    display: inline-flex;
    min-height: 75px;
    align-items: center;
    min-width: 109px;
}

.tier-info-modal.tier-info {
    min-height: auto;
}

.tier-badge {
    padding: 8px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 12px 0 0 12px;
    min-width: 100px;
}

.tier-badge strong {
    font-weight: 600;
    font-size: 18px;
}



.tier-details {
    flex: 1;
    padding: 0 .5rem;
    background: #e8e8e8;
    color: #2B2928;
}

.tier-price .price {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #2B2928;
}

.tier-price .period {
    font-size: 18px;
    font-weight: 400;
    color: #2B2928;
}

.tier-description {
    font-size: 14px;
    line-height: 1.4;
    color: #2B2928;
}

.tier-description2 {
    font-size: 12px;
    line-height: 1.4;
    color: #2B2928;
    text-align: right;
}

.rewards-info {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
}

form.DGClubForm .rewards-info {
    font-style: italic;
}

form.UGClubForm .rewards-info {
    font-style: normal;
}

.radio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.form-check-input:checked {
    background: white;
    border-color: #2d5541;
}

.form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #2d5541;
    border-radius: 50%;
}

.radio-label {
    cursor: pointer;
}

.tier-1 {
    background: linear-gradient(92.26deg, #045741 0.43%, #045741 47.18%, #43A264 61.96%, #045741 75.67%, #045741 110.28%);
}

.tier-2 {
    background: linear-gradient(92.26deg, #BA3A00 0.43%, #BA3A00 35.18%, #F26727 47.41%, #BA3A00 54.35%, #BA3A00 110.28%);
}

.tier-3 {
    background: linear-gradient(92.26deg, #98121F 0.43%, #98121F 47.18%, #C92030 61.96%, #98121F 75.67%, #98121F 110.28%);
}

form.DGClubForm .tier-unavailable .tier-1,
form.DGClubForm .tier-unavailable .tier-2,
form.DGClubForm .tier-unavailable .tier-3 {
    background: #5a5a5a !important;
}

.tier-unavailable .radio-container {
    display: none;
}

form.DGClubForm .tier-available .rewards-info {
    color: #C8102E;
}

form.UGClubForm .tier-available .rewards-info,
.tier-unavailable .rewards-info {
    color: #2B2928;
}

.tier-terms {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.lh125 {
    line-height: 1.25;
}


/* Track */
#tierTC::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#tierTC::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#tierTC::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.changeClubMembership {
    max-width: 650px;
    margin: 0 auto;
}

.temporaryRedOutline,
.temporaryBlueOutline,
.temporaryPurpleOutline,
.temporaryGreenOutline {
    display: block;
}

.text-canc {
    font-weight: 700;
    font-size: 2rem;
    color: var(--x);
}

.changeClubMembership2 {
    max-width: 1070px;
    margin: 0 auto;
}

.text-canc-desc {
    font-weight: 400;
    font-size: 1.25rem;
    color: var(--gray-800);
}

.temporaryRedOutline {
    border: 3px solid red;
}

.temporaryBlueOutline {
    border: 3px solid blue;
}

.temporaryPurpleOutline {
    border: 3px solid purple;
}

.temporaryGreenOutline {
    border: 3px solid green;
}

.clubpp {
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}