html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    margin-bottom: 43px;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    height:2px !important;
    background-color: #00a550 !important;
}

/*--For Mobile Input-------*/
.intl-tel-input {
    display: block !important;
}

/* Hide the country code selector drop down */
.intl-tel-input .flag-container {
    display: none;
}

.intl-tel-input.allow-dropdown input[type=tel]{
    padding-left: 0.75rem !important;
}

/* Hide elements while Vue is mounting */
[v-cloak] {
    display: none;
}
