.custom-row{
    display: flex;
    flex-direction: row;
}
.space-between{
    justify-content: space-between;
}
.hidden {
    display: none !important;
}
/* SLIDE ANIMATION */
.showing{
    display: initial;
    opacity: initial;
}
.slide-out-L{
    overflow: hidden; /* to prevent scrollbar appearing */
    transform: translateX(-300px);
    opacity: 0;
    transition: 0.3s;
}
.slided-out-L{
    overflow: hidden; /* to prevent scrollbar appearing */
    display: none;
    opacity: 0;
    transform: translateX(-300px);
}

.fadeOut {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}
.fadeIn {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 700ms;
}

.page-content {
    max-width: 2000px;
    padding:70px 30px 0 30px;
    margin: 125px auto 0 auto;
    min-height: 87vh;
}
.coming-soon{
    text-align: center;
    color: #333;
}
.selected-amount-wrapper{
    padding:2px 10px;
    /*border-radius: 10px;*/
    background-color: #f9f9f9;
    color:#666;
    text-align: right;
}
/*#selected-amount-div{*/
/*    margin:auto;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 100%;*/
/*    background-color: #f1f1f1f1;*/
/*    color: #666;*/
/*    text-align: center;*/
/*    box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
/*}*/
#selected-amount-div h3{
    margin: 0 !important;
}
.display-table{
    display: table;
}
.display-table-cell{
    display: table-cell;
}
.vertical-center{
    vertical-align: middle;
}
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.stripe-payment-wrapper {
    max-width: 400px;
    margin: 0 auto;
    height: 100%;
}
#payment-form {
    padding: 30px 0;
}
.stripe-img{
    margin-top: 20px;
    text-align: center;
}
/* BUTTONS */

#payment-form button {
    border: none;
    border-radius: 20px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #2D6C97;
    white-space: nowrap;
    /*display: inline-block;*/
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    /*float: right;*/
    margin-top: 28px;
    width: 100%;
}
#submit {
    max-width: 120px;
}
#backToSelectAmount {
    max-width: 120px;
    /*background-color: brown !important;*/
    background-color: #f1f1f1f1 !important;
    color: #666 !important;
}
#donateMore{
    border: none;
    border-radius: 20px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #2D6C97;
    white-space: nowrap;
    /* display: inline-block; */
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
     float: right;
    margin-top: 28px;
    width: 100%;
}
/* SPINNER */
#spinnerOne .rotate{
    color: #666 !important;
}
.rotate {
    color: white !important;
    font-size: 20px;
    animation: rotation 2s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/* CUSTOMIZING STYLES */
.sr-field-error {
    margin-top: 10px;
    color: red;
}
.sr-result p {
    /*color: forestgreen;*/
}

/* INPUTS */
#payment-form .form-check-input {
}
#payment-form .form-check-label {
    margin-right: 15px;
    margin-left: 5px;
    font-size: 18px;
    color: #666;
}
.input-group-prepend {
    background-color: #e9ecef;
    /*min-width: 30px;*/
    /*text-align: center;*/
    /*padding-top: 6px;*/
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: .25rem 0 0 .25rem;
}
#dynamicAmount {
    margin-top: 15px;
}
.margin {
    margin-top: 7px;
}
#dynamicAmountTxtField {
    border-radius: 0 5px 5px 0 !important;
    border-left: none;
}
.card-details{
    margin-top: 20px;
}
.or {
    color: #666;
}

/* TCS */
#tcs {
    margin-top: 20px;
}

#tcs label {
    font-size: 12px !important;
    color: #999 !important;
}
.thank-you {
    text-align: center;
}
#paymentResult h1 {
    margin-top: 0 !important;
    font-family: filson-soft,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2D6C97;
}
#paymentResult p {
    color: #666 !important;
    font-weight: 400 !important;
}