﻿.hide-while-loading, .not-supported-error {
    display: none;
}

html, body, #frmOnlGiving, .bs-stepper-content {
    height: 100%;
}

.fill-remaining {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

label[for] {
    font-weight: 600 !important;
}

input[type=number]:focus {
    text-align: right;
    padding-right: 10px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btn-other {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.Quantity, .Total {
    text-align: right;
}
    .Quantity:focus {
        text-align: left;
    }

    ::placeholder, .placeholder {
        color: #000;
        opacity: 0.55 !important;
        font-style: italic;
    }
