html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

a {
    background-color: transparent
}

[hidden] {
    display: none
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

body.signup {
    padding: 60px 0;
    background-color: #e8edea;
}

.form-wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .2);
}

.signup a {
    color: #212529;
    text-decoration: none;
}

.signup a:hover {
    text-decoration: underline;
}

.signup form .form-control,
.signup form .form-select {
    width: 202px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    padding-left: 0;
}

.signup form .form-control:focus,
.signup form .form-select:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.signup form .form-label {
    margin-top: .5rem;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .signup form .form-control,
    .signup form .form-select {
        max-width: 100%;
        width: 100%;
    }
}

.page-title {
    font-size: 32px;
}

@media (max-width: 575px) {
    .page-title {
        font-size: 23px;
    }
    body.signup {
        padding: 20px 0;
    }
}

@media (max-width: 369px) {
    #captcha {
        transform:scale(0.77)
    }
}

.price {
    color: #3F7652;
    font-size: 25px;
}

.privacy-info p,
.privacy-info ul {
    margin-bottom: 30px;
}

.info-title {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 15px;
    display: block;
}

.note {
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
}

label.error {
    color: red;
    position: absolute;
    line-height: 1.1;
    font-size: 13px;
}

.form-check label.error {
    top: -20px;
}

.custom-error {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 202px;
    transition: all .3s linear;
    z-index: 1;
}

label.custom-error:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
    border-radius: 5px;
    padding: 5px;
    z-index: 2;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

#captcha-alert {
    position: absolute;
    bottom: -25px;
}

.success-page p {
    max-width: 500px;
    font-size: 24px;
}

.show {
    background: #000000a3;
}

.modal-body {
    padding: 2rem !important;
}

@media (max-width: 770px) {
    .expiry-card-row {
        width: 100% !important;
    }

    .expiry-card {
        padding: 0 !important;
    }
}

option {
    color: black;
}


#procced {
    padding: 8px 15px;
    width: 140px;
    border-radius: 3px;
    margin: 20px auto;
    border: 1px solid gray;
    background: #016fd0;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.form-check-input {
    cursor: pointer;
}

.hidden {
    display: none;
}

.update-card {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

.update-card h5 {
    font-size: 26px;
    font-weight: 700;
}

.update-card .page-title {
    font-weight: 700;
    line-height: 1.2;
}

.update-card .info-list {
    font-size: 20px;
    font-weight: 700;
    word-break: break-word;
}

.update-card .accept {
    font-size: 22px;
}

.update-card .info {
    text-align: center;
}

.update-card .expiry-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 22px;
}

.update-card #cardExpiryDate {
    border: 2px solid #9F9F9F;
    border-radius: 4px;
    padding: 4px;
}

.update-card .btn-dark {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 576px) {
    .update-card {
        font-size: 16px;
    }

    .update-card h5 {
        font-size: 20px;
    }

    .update-card .info-list {
        font-size: 14px;
    }

    .update-card .accept,
    .update-card .expiry-card {
        font-size: 16px;
    }

    .update-card .btn-dark {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .update-card__footer {
        flex-direction: column;
        row-gap: 1.5rem;
    }
}

.text-color-blue {
    color: blue;
}

.signup-province label {
    cursor: pointer;
}

.signup__submit {
    position: relative;
}

.signup__submit .btn:disabled {
    color: var(--bs-btn-disabled-bg);
}

.signup__submit:has( .btn:disabled)::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 4px solid #fff;
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite .5s;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.checkout-page {
    background-color: #f9f9f9;
}

.checkout__submit {
    width: 100%;
    text-align: center;
}

.checkout__details {
    background-color: #fff;
}

.checkout__total {
    gap: 16px;
}