﻿/* =========================================================================
   General
   ========================================================================= */
[data-braintree-id='wrapper'] {
    display: block !important;
    position: relative;
}

[data-braintree-id="svgs"] {
    display: none !important;
}

.braintree-dropin__disabled {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: not-allowed;
    z-index: 99999;
}

    .braintree-dropin__disabled.braintree-hidden {
        display: none;
    }

.braintree-dropin * {
    box-sizing: border-box;
}

.braintree-dropin {
    font-family: "geomanist-regular", Helvetica, sans-serif;
    line-height: 1.2;
    margin: 0;
    min-width: 200px;
    padding: 0;
}

    .braintree-dropin .braintree-hidden {
        height: 0;
        width: 0;
        margin: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
    }
/* =========================================================================
   Loaders
   ========================================================================= */
.braintree-loader__container {
    height: 140px;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.braintree-loading .braintree-heading,
.braintree-loading .braintree-toggle {
    visibility: hidden !important;
}

.braintree-loaded .braintree-loader__container {
    z-index: -2;
}

.braintree-loaded .braintree-loader__indicator {
    transform: translateY(-30%) scale(0);
}

.braintree-loader__indicator {
    border: solid 2px #bfbfbf;
    border-radius: 50%;
    height: 72px;
    margin: 0 auto;
    margin-top: -36px;
    position: relative;
    top: 50%;
    transition: transform 300ms cubic-bezier(0.43, 0.48, 0.62, 1.07);
    width: 72px;
}

    .braintree-loader__indicator:before {
        animation: rotate 512ms infinite cubic-bezier(0.645, 0.045, 0.355, 1);
        border: solid 2px transparent;
        border-radius: 50%;
        border-top-color: #666666;
        box-sizing: content-box;
        content: '';
        display: block;
        height: 100%;
        margin-left: -2px;
        margin-top: -2px;
        width: 100%;
    }

.braintree-loader__lock {
    fill: #666666;
    left: 50%;
    margin-left: -7px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.braintree-sheet--loading .braintree-sheet__content {
    opacity: 0.3;
}

.braintree-sheet--loading .braintree-sheet__header::after {
    animation: loader-scale 1s infinite, loader-origin 1s steps(1) infinite;
    background: green;
    bottom: -2px;
    content: '';
    height: 2px;
    left: -1px;
    position: absolute;
    width: 100%;
}

@keyframes loader-scale {
    0% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@keyframes loader-origin {
    0% {
        transform-origin: 0 0;
    }

    50% {
        transform-origin: 100% 0;
    }

    100% {
        transform-origin: 0 0;
    }
}
/* =========================================================================
   Headings
   ========================================================================= */
.braintree-placeholder,
.braintree-heading {
    color: #000000;
    font-size: 16px;    
}

.braintree-placeholder {
    height: 0;
}

.braintree-icon--bordered {
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    box-sizing: content-box;
}
/* =========================================================================
   Upper Container
   ========================================================================= */
.braintree-upper-container {
    border-radius: 4px;
    min-height: 140px;
    opacity: 1;
    position: relative;
    transition: min-height 600ms;
    width: 100%;
    z-index: 2;
}

    .braintree-upper-container:before {
        background-color: #FAFAFA;
        border: 1px solid rgba(227, 227, 227, 1);
        border-radius: 4px;
        bottom: 5px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -3;
    }

.braintree-loaded .braintree-upper-container {
    min-height: inherit;
}

    .braintree-loaded .braintree-upper-container:before {
        border: 0px;
    }
/* =========================================================================
   Payment Options
   ========================================================================= */
.braintree-options {
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.braintree-options-initial {
    max-height: 0;
    opacity: 0;
}

.braintree-options-list {
    margin: 0 auto;
    padding-bottom: 5px;
    width: 100%;
}

.braintree-option {
    align-items: center;
    background-color: #FAFAFA;
    border-color: rgba(227, 227, 227, 1);
    border-style: solid;
    border-width: 0 1px 1px 1px;
    cursor: pointer;
    display: flex;
    padding: 12px 10px;
}

    .braintree-option:hover {
        background: white;
    }

        .braintree-option:hover .braintree-option__label {
            font-weight: 500;
        }

    .braintree-option.braintree-disabled {
        background: #EAEAEA;
        cursor: not-allowed;
    }

        .braintree-option.braintree-disabled:hover .braintree-option__label {
            font-weight: normal;
        }

        .braintree-option.braintree-disabled .braintree-option__label {
            color: #787878;
        }

        .braintree-option.braintree-disabled .braintree-option__disabled-message {
            float: right;
            font-size: 14px;
        }

            .braintree-option.braintree-disabled .braintree-option__disabled-message span {
                border-bottom: 1px solid rgba(227, 227, 227, 1);
            }

    .braintree-option:first-child {
        border-radius: 4px 4px 0 0;
        border-top-width: 1px;
    }

    .braintree-option:last-child {
        border-radius: 0 0 4px 4px;
    }

    .braintree-option .braintree-option__logo {
        display: flex;
        text-align: center;
        align-items: center;
    }

    .braintree-option .braintree-option__label {
        color: #000000;
        font-size: 16px;
        margin-left: 20px;
        width: 100%;
    }
/* =========================================================================
   Apple Pay buttons
   ========================================================================= */
@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        cursor: pointer;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
        cursor: pointer;
    }

    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }

    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: 0.5px solid black;
    }
}
/* =========================================================================
   Sheets
   ========================================================================= */
.braintree-sheet {
    background-color: white;
    border: 1px solid rgba(227, 227, 227, 1);
    border-radius: 4px;
    display: none;
    margin: 0 auto;
    max-height: 600px;
    max-height: fit-content;
    transition: transform 300ms, opacity 300ms, max-height 300ms ease;
    width: 100%;
}

.braintree-sheet--tokenized {
    max-height: 71px;
    opacity: 0.1;
    overflow: hidden;
    transform: translateY(20px);
}

    .braintree-sheet--tokenized .braintree-sheet__header {
        opacity: 0.1;
    }

    .braintree-sheet--tokenized .braintree-sheet__content {
        opacity: 0.1;
    }

.braintree-sheet--has-error .braintree-sheet {
    border: 2px solid #CA2A2A;
    border-radius: 4px 4px 0 0;
}

.braintree-sheet--has-error .braintree-methods--edit .braintree-method {
    border-left: 2px solid #CA2A2A;
    border-right: 2px solid #CA2A2A;
}

    .braintree-sheet--has-error .braintree-methods--edit .braintree-method:first-child {
        border-top: 2px solid #CA2A2A;
    }

    .braintree-sheet--has-error .braintree-methods--edit .braintree-method:last-child {
        border-bottom: 2px solid #CA2A2A;
    }

.braintree-sheet__container {
    display: none;
    margin: 0 auto 13px;
    max-height: 0;
    opacity: 0;
}

.braintree-sheet__error {
    display: none;
    margin: 0 auto;
    width: 100%;
}

.braintree-sheet--has-error .braintree-sheet__error {
    color: #CA2A2A;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 6px;
    position: relative;
    margin-top: 4px;
}

    .braintree-sheet--has-error .braintree-sheet__error .braintree-sheet__error-icon {
        height: 24px;
        margin-top: -12px;
        margin-right: 4px;
        position: relative;
        top: 4px;
        width: 24px;
    }

        .braintree-sheet--has-error .braintree-sheet__error .braintree-sheet__error-icon use {
            fill: #CA2A2A;
        }

    .braintree-sheet--has-error .braintree-sheet__error .braintree-sheet__error-text {
        color: #CA2A2A;
        font-size: 14px;
        text-align: center;
    }

.braintree-show-methods .braintree-sheet--active.braintree-sheet--has-error .braintree-sheet {
    border-color: #CA2A2A;
    border-radius: 5px 5px 0 0;
}

.braintree-show-methods .braintree-sheet--active .braintree-sheet {
    border-radius: 5px;
    border-color: #219653;
    border-width: 2px;
}

.braintree-sheet__header {
    align-items: start;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    display: flex;
    flex-wrap: wrap;
    padding: 12px 15px 0 12px;
    position: relative;
}

    .braintree-sheet__header .braintree-sheet__header-label {
        align-items: center;
        display: flex;
        flex-grow: 1;
        padding-bottom: 12px;
    }

    .braintree-sheet__header .braintree-sheet__label {
        font-size: 16px;
    }

    .braintree-sheet__header .braintree-sheet__logo--header {
        align-items: center;
        display: flex;
        text-align: center;
        width: 50px;
    }

    .braintree-sheet__header .braintree-sheet__card-icon {
        display: inline-block;
        padding-left: 5px;
    }

        .braintree-sheet__header .braintree-sheet__card-icon.braintree-hidden {
            display: none;
        }

    .braintree-sheet__header .braintree-sheet__text {
        color: #000000;
        font-size: 16px;
        margin-left: 20px;
    }

    .braintree-sheet__header .braintree-sheet__icons {
        padding-bottom: 10px;
    }

.braintree-sheet__content--button {
    min-height: 84px;
    padding: 20px;
    text-align: center;
}

    .braintree-sheet__content--button .braintree-sheet__button--paypal {
        margin: 0 auto;
    }

        .braintree-sheet__content--button .braintree-sheet__button--paypal iframe {
            display: inline-block !important;
        }

    .braintree-sheet__content--button .braintree-sheet__button--venmo {
        max-width: 100%;
    }

        .braintree-sheet__content--button .braintree-sheet__button--venmo use {
            cursor: pointer;
        }

    .braintree-sheet__content--button .braintree-sheet__button--apple-pay {
        margin: 0 auto;
    }

        .braintree-sheet__content--button .braintree-sheet__button--apple-pay iframe {
            display: inline-block !important;
        }

.braintree-form__field-group--has-error .braintree-form__icon-container {
    margin-top: -12px;
}
/* =========================================================================
   Input Forms
   ========================================================================= */
.braintree-form__hosted-field {
    transition: border-color 100ms;
}

    .braintree-form__hosted-field iframe {
        margin: auto;
    }

.braintree-sheet__content--form {
    padding: 10px 15px 10px 10px;
    display: block;
}

    .braintree-sheet__content--form .braintree-form__notice-of-collection {
        font-size: 12px;
        margin: 6px auto 16px auto;
        text-align: center;
        width: 100%;
    }

    .braintree-sheet__content--form .braintree-form__field-group {
        margin-bottom: 10px;
        padding-left: 5px;
    }

        .braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error {
            margin-bottom: 3px;
        }

            .braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error .braintree-form__field .braintree-form__hosted-field {
                border-color: #CA2A2A;
            }

                .braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error .braintree-form__field .braintree-form__hosted-field:hover {
                    border-color: #CA2A2A;
                }

        .braintree-sheet__content--form .braintree-form__field-group .braintree-form__label {
            color: #000000;
            display: block;
            font-size: 14px;
            font-weight: normal;
            line-height: 1.4;
            margin: 0;
            padding: 0;
            text-align: left;
        }

        .braintree-sheet__content--form .braintree-form__field-group .braintree-form__descriptor {
            color: #B5B5B5;
            font-size: 13px;
            margin-left: 6px;
        }

        .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field {
            position: relative;
        }

            .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field label {
                cursor: text;
                display: block;
                margin: 0;
            }

            .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__icon-container {
                margin-top: -14px;
                position: absolute;
                right: 11px;
                top: 50%;
            }

            .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .input-override {
                border: none;
                background-image: none;
                background-color: transparent;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                width: 100%;
                height: 100%;
                font-size: 16px;
                outline: none;
            }

                .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .input-override:focus {
                    outline: none;
                }

            .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field {
                border: 1px solid #bfbfbf;
                height: 44px;
                margin: 4px 0 0;
                padding: 0 8px;
            }

                .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field:hover {
                    border-color: #7d7d7d;
                }

                .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field.braintree-form__field--valid {
                    border-color: #666666;
                }

                .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field input.braintree-form__raw-input {
                    border: none;
                    background-image: none;
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    width: 100%;
                    height: 100%;
                    font-size: 16px;
                    font-family: "geomanist-regular", Helvetica, sans-serif;
                    color: #000000;
                }

                    .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field input.braintree-form__raw-input:focus {
                        outline: none;
                    }

            .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field.braintree-form__checkbox {
                float: left;
            }

                .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field.braintree-form__checkbox input {
                    margin: -5px 5px 0 0;
                    padding: 0;
                    line-height: 0;
                    box-sizing: border-box;
                }

        .braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error .braintree-form__field-secondary-icon,
        .braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error.braintree-form__field-group--card-type-known .braintree-form__field-secondary-icon,
        .braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error.braintree-form__field-group--is-focused .braintree-form__field-secondary-icon,
        .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field-error-icon,
        .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field-secondary-icon {
            display: none;
            transform: scale(0);
        }

        .braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--card-type-known .braintree-form__field-secondary-icon,
        .braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error .braintree-form__field-error-icon,
        .braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--is-focused .braintree-form__field-secondary-icon {
            display: block;
            transform: scale(1);
        }

        .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field-error {
            color: #CA2A2A;
            display: none;
            font-size: 13px;
            line-height: 1.4;
            margin: 3px 0;
            padding: 0;
        }

        .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field-error-icon {
            margin-top: 2px;
        }

            .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field-error-icon use {
                fill: #CA2A2A;
            }

        .braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error .braintree-form__field-error {
            display: block;
        }

    .braintree-sheet__content--form .braintree-form__flexible-fields {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .braintree-sheet__content--form .braintree-form__flexible-fields .braintree-form__field-group {
            flex-basis: 190px;
            flex-grow: 1;
        }
/* =========================================================================
   Payment Methods
   ========================================================================= */
.braintree-method {
    align-items: center;
    background-color: white;
    border-color: rgba(227, 227, 227, 1);
    border-style: solid;
    border-width: 0 1px 1px 1px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 14px 10px;
    position: relative;
    transition: opacity 300ms, width 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 300ms, border-radius 300ms;
    width: 98%;
    z-index: 0;
}

    .braintree-method:hover .braintree-method__label {
        font-weight: 500;
    }

    .braintree-method:first-child {
        border-radius: 4px 4px 0 0;
        border-top-width: 1px;
    }

    .braintree-method:last-child {
        border-radius: 0 0 4px 4px;
    }

    .braintree-method:only-child {
        border-radius: 4px;
    }

    .braintree-method .braintree-method__logo {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .braintree-method .braintree-method__label {
        color: #000000;
        flex-grow: 1;
        font-size: 16px;
        margin-left: 20px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .braintree-method .braintree-method__label .braintree-method__label--small {
            font-size: 13px;
            font-weight: normal;
        }

    .braintree-method .braintree-method__icon {
        background-color: #FAFAFA;
        border-radius: 100px;
        fill: #FAFAFA;
        height: 41px;
        width: 41px;
        padding: 10px;
        transform: scale(0);
        transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

        .braintree-method .braintree-method__icon svg {
            width: 100%;
        }

.braintree-methods--edit .braintree-method {
    cursor: auto;
}

.braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active {
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    z-index: 1;
    border-color: #219653;
    border-width: 2px;
    margin-top: -1px;
    margin-bottom: -1px;
}

    .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active:first-of-type {
        margin-top: 0;
    }

    .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active:last-of-type {
        margin-bottom: 0;
    }

    .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active .braintree-method__check {
        background-color: #219653;
    }

    .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active .braintree-method__icon {
        fill: white;
        transform: scale(1);
    }

    .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active .braintree-method__label {
        font-weight: bold;
    }

.braintree-method__delete-container {
    display: none;
}

    .braintree-method__delete-container .braintree-method__delete {
        margin-right: 19px;
        height: 30px;
        width: 30px;
        padding: 7px;
        background-color: #EC493A;
        cursor: pointer;
    }

        .braintree-method__delete-container .braintree-method__delete:hover {
            background-color: #c62213;
            transform: scale(1.1);
        }

        .braintree-method__delete-container .braintree-method__delete svg {
            margin-top: -5px;
            margin-left: 1px;
        }

.braintree-methods--edit .braintree-method__delete-container {
    display: block;
}

    .braintree-methods--edit .braintree-method__delete-container .braintree-method__delete {
        transform: scale(1);
    }

.braintree-methods {
    display: none;
    margin: 0 auto 6px auto;
}

.braintree-delete-confirmation {
    display: none;
    overflow: hidden;
    background: #FAFAFA !important;
    color: #606060;
    font-size: 1.125em;
}

    .braintree-delete-confirmation [data-braintree-id="delete-confirmation__message"] {
        padding: 2.5em;
        text-align: center;
    }

    .braintree-delete-confirmation .braintree-delete-confirmation__button-container {
        display: flex;
        text-align: center;
    }

        .braintree-delete-confirmation .braintree-delete-confirmation__button-container .braintree-delete-confirmation__button {
            border: none;
            border-top: 1px solid rgba(227, 227, 227, 1);
            font-size: 1em;
            background: #FAFAFA;
            color: #C4C4C4;
            cursor: pointer;
            flex-grow: 2;
            padding: 0.75em;
        }

        .braintree-delete-confirmation .braintree-delete-confirmation__button-container [data-braintree-id="delete-confirmation__yes"] {
            color: white;
            background: #EC493A;
            border-left: solid 1px rgba(227, 227, 227, 1);
        }

            .braintree-delete-confirmation .braintree-delete-confirmation__button-container [data-braintree-id="delete-confirmation__yes"]:hover {
                background: #c62213;
            }

        .braintree-delete-confirmation .braintree-delete-confirmation__button-container [data-braintree-id="delete-confirmation__no"] {
            color: #666666;
            border-bottom-left-radius: 0.25em;
        }

            .braintree-delete-confirmation .braintree-delete-confirmation__button-container [data-braintree-id="delete-confirmation__no"]:hover {
                background: #efefef;
            }

.braintree-methods-initial {
    display: none;
    max-height: 0;
    opacity: 0;
}

.braintree-large-button {
    background: #FAFAFA;
    border-radius: 4px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    margin: 0 auto;
    padding: 18px;
    text-align: center;
    width: 100%;
}

    .braintree-large-button:hover {
        background: #FCFCFC;
        font-weight: 500;
    }

        .braintree-large-button:hover span {
            border-color: black;
        }

    .braintree-large-button span {
        border-bottom: 1px solid rgba(227, 227, 227, 1);
        padding-bottom: 1px;
    }

    .braintree-large-button.braintree-hidden {
        display: none;
    }
/* =========================================================================
   Dropin Visibility States
   ========================================================================= */
.braintree-show-card .braintree-card,
.braintree-show-methods .braintree-methods,
.braintree-show-delete-confirmation .braintree-delete-confirmation,
.braintree-show-options .braintree-options,
.braintree-show-paypal .braintree-paypal,
.braintree-show-paypalCredit .braintree-paypalCredit,
.braintree-show-applePay .braintree-applePay,
.braintree-show-googlePay .braintree-googlePay,
.braintree-show-venmo .braintree-venmo {
    display: block;
    height: auto;
    overflow: visible;
    visibility: visible;
}

[data-braintree-id='methods-label'],
[data-braintree-id='methods-edit'],
[data-braintree-id='choose-a-way-to-pay'] {
    position: absolute;
    transform: translateY(30px);
    transition: transform 200ms ease;
    visibility: hidden;
}

.braintree-show-methods [data-braintree-id='methods-label'],
.braintree-show-methods [data-braintree-id='methods-edit'],
.braintree-show-options [data-braintree-id='choose-a-way-to-pay'] {
    transform: none;
    visibility: visible;
}

.braintree-show-methods .braintree-placeholder {
    height: 33px;    
}

.braintree-show-methods .braintree-heading {
    margin-bottom: 10px;
}

.braintree-show-methods [data-braintree-id='methods-edit'] {
    right: 0px;
    cursor: pointer;
    color: rgb(14, 87, 119);
    text-decoration: none;
    font-weight: 400;
    font-size: .875rem;
    font-family: geomanist-medium, Helvetica, sans-serif;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: .25rem;    
}

.braintree-show-methods [data-braintree-id='methods-label'] {    
    padding-bottom: 0.5rem;
}

.braintree-show-methods [data-braintree-id='methods-edit']:hover {   
    text-decoration: underline;
    background-color: rgba(238, 238, 238, 1);
}

.braintree-show-methods [data-braintree-id='methods-label'].braintree-no-payment-method-selected {
    transform: translateY(30px);
}

.braintree-show-methods.braintree-show-options [data-braintree-id='choose-a-way-to-pay'] {
    transform: translateY(30px);
    visibility: hidden;
}
/* =========================================================================
   Javascript hooks
   ========================================================================= */
.braintree-loaded [data-braintree-id='methods'],
.braintree-loaded [data-braintree-id='options'],
.braintree-loaded [data-braintree-id='sheet-container'] {
    max-height: 2000px;
    max-height: fit-content;
    opacity: 1;
    transition: max-height 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 300ms linear 100ms;
    min-height: 0;
}

.braintree-loaded .braintree-sheet__container {
    display: block;
}

.braintree-show-methods [data-braintree-id='other-ways-to-pay'],
.braintree-show-options [data-braintree-id='other-ways-to-pay'] {
    display: none;
}

.braintree-show-card [data-braintree-id='other-ways-to-pay'],
.braintree-show-methods [data-braintree-id='other-ways-to-pay'],
.braintree-show-paypal [data-braintree-id='other-ways-to-pay'],
.braintree-show-applePay [data-braintree-id='other-ways-to-pay'],
.braintree-show-googlePay [data-braintree-id='other-ways-to-pay'],
.braintree-show-venmo [data-braintree-id='other-ways-to-pay'] {
    display: block;
}

.braintree-loaded [data-braintree-id='methods'],
.braintree-loaded [data-braintree-id='options'] {
    transition: none;
}

.braintree-options {
    display: none;
}
/* =========================================================================
   Flexbox-free styling
   ========================================================================= */
[data-braintree-no-flexbox='true'] .braintree-option:after {
    content: "";
    display: table;
    clear: both;
}

[data-braintree-no-flexbox='true'] .braintree-option__label {
    float: left;
    width: auto;
}

[data-braintree-no-flexbox='true'] .braintree-option__logo {
    float: left;
}

[data-braintree-no-flexbox='true'] .braintree-sheet__header {
    display: table;
    width: 100%;
}

    [data-braintree-no-flexbox='true'] .braintree-sheet__header:after {
        content: "";
        display: table;
        clear: both;
    }

[data-braintree-no-flexbox='true'] .braintree-sheet__header-label {
    float: left;
}

    [data-braintree-no-flexbox='true'] .braintree-sheet__header-label:after {
        content: "";
        display: table;
        clear: both;
    }

[data-braintree-no-flexbox='true'] .braintree-sheet__logo--header {
    float: left;
}

[data-braintree-no-flexbox='true'] .braintree-sheet__text {
    float: left;
    width: auto;
}

[data-braintree-no-flexbox='true'] .braintree-sheet__icons {
    float: right;
}

[data-braintree-no-flexbox='true'] .braintree-method__label {
    float: left;
    width: auto;
}

[data-braintree-no-flexbox='true'] .braintree-method__logo {
    float: left;
}

[data-braintree-no-flexbox='true'] .braintree-method:after {
    content: "";
    display: table;
    clear: both;
}

[data-braintree-no-flexbox='true'] .braintree-method__icon-container {
    float: right;
    position: relative;
}

    [data-braintree-no-flexbox='true'] .braintree-method__icon-container:before {
        right: 0;
    }

[data-braintree-no-flexbox='true'] .braintree-method__icon {
    margin-right: 0;
    right: 0;
    position: absolute;
}

@media only screen and (max-height: 700px) {
    #Cardinal-Modal {
        top: 10px !important;
        bottom: 10px !important;
        left: 10px !important;
        right: 10px !important;
        transform: none !important;
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }

        #Cardinal-Modal iframe {
            height: 100% !important;
            width: 100% !important;
        }

    #Cardinal-ModalContent {
        height: 100% !important;
    }
}

.govx-cc-icon-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    height: 25px;
}

.govx-cc-icon {
    border: 1px solid #999;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 5px;
    overflow: hidden;
    height: 25px;
}

.braintree-option .braintree-option__label {
    margin-left: 0px;
}

.braintree-sheet__text {
    margin-left: 0px !important;
}

.braintree-sheet__header .braintree-sheet__logo--header {
    width: 34px;
}

.govx-display-none {
    display: none;
}
