@font-face {
    font-family: avenir-next;
    src: url(../font/avenir-next-regular.ttf);
}

@font-face {
    font-family: avenir-next-bold;
    src: url(../font/avenir-next-bold.ttf);
}

@font-face {
    font-family: avenir-next-demi;
    src: url(../font/avenir-next-demi.ttf);
}

@font-face {
    font-family: avenir-next-condensed-bold;
    src: url(../font/avenir-next-condensed-bold.ttf);
}

html {
    min-height: 100%; /* make sure it is at least as tall as the viewport */
    position: relative;
}

body {
    height: 100%; /* force the BODY element to match the height of the HTML element */
}

body {
    background: url(../images/background.png) center right no-repeat #000;
    background-size: auto;
    font-family: 'avenir-next', sans-serif;
    min-height: 100%;
    color: #fff;
    background-attachment: fixed;
}

.full-container {
    width: 100%;
    margin: auto;
}

header.header {
    background: #29313e;
    display: flex;
    padding: 12px 50px;
    align-items: center;
}

header.header div {
    flex-basis: 100%;
}

.logo img {
    max-height: 34px;
    width: auto;
}

header.header div.main-title {
    text-align: center;
    font-family: avenir-next-condensed-bold;
    font-size: 24px;
    text-transform: uppercase;
}

.right-column {
    justify-content: flex-end;
    display: flex;
}

a.btn-b {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-family: avenir-next-condensed-bold;
    padding: 8px 13px;
    border: 1px solid #64758a;
    border-radius: 5px;
    text-decoration: none;
}

.lbl-font-size{
    font-size: 8px;
}

.full-container {
    width: 100%;
    margin: auto;
    padding: 50px;
}

.content-label {
    font-family: avenir-next-demi;
    font-weight: bold;
    font-size: 16px;
}

.form-width {
    max-width: 460px;
    margin-top: 6px;
}

.property-label {
    border: 1px solid #e9ba82;
    border-radius: 10px;
    padding: 17px 23px;
    display: flex;
    align-items: center;
}

.property-title {
    color: #808080;
    font-family: avenir-next-condensed-bold;
    font-size: 18px;
    text-transform: uppercase;
}

.property-title img {
    position: relative;
    top: -6px;
}

.big-title {
    font-size: 35px;
    text-transform: uppercase;
    font-family: avenir-next-condensed-bold;
    line-height: 1;
    margin-top: -4px;
}

.gold {
    color: #ecba7d;
}

.property-content {
    flex-basis: 100%;
}

.help-icon a {
    font-size: 24px;
    color: #b3b3b3 !important;
    justify-content: flex-end;
    cursor: pointer;
}

.donation {
    margin-top: 15px;
}

.white-card {
    background: #fff;
    border-radius: 10px;
    padding: 17px 23px;
    color: #333;
}

.title-type {
    font-family: avenir-next-bold;
    font-size: 28px;
    margin-bottom: 24px;
}

.card-content a.main-primary-btn {
    display: block;
    font-family: avenir-next-demi;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #cccccc;
    color: #333;
    padding: 8px;
    line-height: 32px;
    text-decoration: none;
    transition: 0.3s;
    margin-bottom: 28px;
    cursor: pointer;
    letter-spacing: 0px;
}

.card-content a.main-primary-btn.active, .card-content a.main-primary-btn:hover {
    background: #f8ebda;
    border-color: #eac089;
}


.card-content .btn-multi-select {
    display: block;
    font-family: avenir-next-demi;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #cccccc;
    color: #333;
    padding: 8px;
    /*line-height: 32px;*/
    text-decoration: none;
    transition: 0.3s;
    margin-bottom: 28px;
    cursor: pointer;
    letter-spacing: 0px;
}

.card-content .btn-multi-select span {
        display: block; 
        font-size: 10px;
}


.mobile.content {
    display: none;
}

#sliverisgold .modal-header .property-label {
    border: none;
    padding: 0px;
}

#sliverisgold .modal-header {
    background: #000000;
    border-bottom: none;
    padding: 18px 23px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#sliverisgold .modal-content {
    background: none;
    border: none;
}

#sliverisgold .modal-header button.close {
    position: absolute;
    right: -30px;
    color: #d3a574;
    opacity: 1;
    text-shadow: none;
    width: 32px;
    height: 32px;
    padding: 0px;
}

#sliverisgold .modal-body {
    background: #e6e6e6;
    color: #333;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 16px 23px;
    font-family: avenir-next;
    font-weight: 600;
    font-size: 18px;
}

.action-button {
    margin: 11px 0px 5px;
}

.action-button a {
    color: #db8b25 !important;
    text-decoration: none;
}

.form-content {
    margin-top: -31px;
}

#organization, #individual {
    margin-top: 15px;
}

.field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 0px;
    position: relative;
}

label, input {
    transition: all 0.2s;
    touch-action: manipulation;
}

input.form-control {
    font-size: 17px;
    border: 0;
    border-bottom: 2px solid #cccccc;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
    background: #f2f2f2;
    padding: 24px 16px 7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: avenir-next-demi;
    font-weight: bold;
    height: unset;
}

.invalid-feedback {
    /* display: none; */
    width: unset;
    margin-top: unset;
    font-size: unset;
    color: unset;
}

input:focus {
    outline: 0;
    border-color: #e9bb80;
}

input.form-control:focus {
    outline: 0 !important;
    border-color: #e9bb80 !important;
    box-shadow: none !important;
    background-color: #f2f2f2 !important;
}

input:invalid + label {
    color: #ed1c24 !important;
}

select.form-control:focus {
    border-color: #e9bb80;
}

select.form-control:invalid {
    border-color: #ed1c24;
}

label {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 12px;
    font-family: avenir-next-demi;
    font-weight: bold;
    color: #333;
    position: relative;
    top: 25px;
    left: 16px;
}

input:valid:focus + label {
    color: #dd8a22 !important;
}

input:valid + label {
    color: #333 !important;
}

/**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
input:placeholder-shown + label {
    cursor: text;
    max-width: calc(100% - 146px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 25px) scale(1.4);
    color: #808080 !important;
}

input::placeholder {
    color: transparent !important;
}

input:focus + label {
    color: #dd8a22 !important;
}

/**
* By default, the placeholder should be transparent. Also, it should
* inherit the transition.
*/
.form-control::placeholder,
::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

/**
* Show the placeholder when the input is focused.
*/
input:focus::-webkit-input-placeholder {
    opacity: 1;
}

/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when
* there's something in the input at all.
*/
input:not(:placeholder-shown) + label,
input:focus + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
    position: relative;
    top: 33px;
    color: #dd8a22;
}

.error-message {
    color: #ed1c24;
    font-size: 12px;
    font-weight: bold;
    font-family: avenir-next-demi;
    padding-left: 16px;
    padding-top: 6px;
    display: none;
}

#card-errors {
    color: #ed1c24;
    font-size: 12px;
    font-weight: bold;
    font-family: avenir-next-demi;
    padding-left: 16px;
    padding-top: 6px;
}

.ElementsApp .InputElement.is-invalid {
    color: #ed1c24;
}

.form-content {
    margin-top: -31px;
    margin-bottom: 6px;
}

.btn-section {
    margin-top: 30px;
}

button.main-btn {
    width: 100%;
    font-size: 21px;
    font-family: avenir-next-demi;
    font-weight: bold;
    color: #333;
    background: #e9bb80;
    border: none;
    border-radius: 5px;
    padding: 9px 9px 11px;
    transition: 0.3s;
    letter-spacing: 0px;
}

button.main-btn:hover {
    background: #e9caa3;
}

button.main-btn:disabled {
    background: #cccccc;
}

#organization .white-card, #individual .white-card {
    margin-bottom: 15px;
}

#organization .white-card:last-child, #individual .white-card:last-child {
    margin-bottom: 0px;
}



.description {
    font-size: 14px;
    padding-top: 12px;
}

.field.donation {
    position: relative;
}

input#donation:placeholder-shown + label {
    transform: unset;
}

#donation + label {
    color: #333 !important;
    top: 33px;
}

#donation:focus + label {
    color: #dd8a22 !important;
}

input#donation {
    text-align: right;
    font-size: 26px;
    padding-top: 14px;
    padding-bottom: 3px;
}

input#donation::-webkit-input-placeholder {
    opacity: 1;
}

.currency-label {
    position: absolute;
    font-family: avenir-next-demi;
    padding-left: 16px;
    font-weight: bold;
    font-size: 17px;
    bottom: 9px;
}

.select-options a.main-primary-btn {
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
}

.select-options {
    margin: 10px -10px -10px;
    width: calc(100% + 20px);
}

.select-options:after {
    content: "";
    display: table;
    clear: both;
}

.hide {
    display: none;
}

select.form-control {
    font-size: 17px;
    border: 0;
    border-bottom: 2px solid #cccccc;
    border-radius: 0;
    cursor: text;
    background: #f2f2f2;
    padding: 16px 16px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: avenir-next-demi;
    font-weight: bold;
    height: 58px;
    margin-top: 26px;
}

.two-column {
    display: flex;
    width: calc(100% + 20px);
    margin: 0 -10px;
    align-items: flex-start;
}

.two-column input:placeholder-shown + label {
    max-width: calc(100% - 64px);
}

.two-column .field {
    padding: 0 10px;
    width: 50%;
}

.receipt .select-options {
    margin-top: 0px;
}

.receipt {
    margin-top: 14px;
}

.error-icon {
    color: #ed1c24;
    position: absolute;
    right: 20px;
    font-size: 25px;
    top: 40px;
}

.error-message.active {
    display: block;
    position: absolute;
    bottom: -24px;
    margin-bottom: 0;
}

.hide {
    display: none;
}

/**
 * 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;
}

#card-content label {
    top: 0px;
    left: 0px;
}

div#card-element {
    height: auto;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 15px 12px;
    color: #333;
}

div#card-content {
    margin-top: 15px;
}

.card-submit {
    margin-left: 0;
    height: auto;
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    display: inline-block;
    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;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    float: left;
    margin-top: 28px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
    border-color: #ed1c24;
}

button:focus {
    outline: none;
}

#card-content label {
    margin-bottom: 15px;
    font-family: avenir-next-bold;
    font-size: 28px;
}

#payment-content button.card-submit.main-btn {
    float: none;
    box-shadow: none;
    line-height: 31px;
    margin-top: 30px;
    margin-bottom: 6px;
}

.field.select-field select.countrypicker {
    font-size: 17px;
    border: 0;
    border-bottom: 2px solid #cccccc;
    border-radius: 0;
    cursor: text;
    background: #f2f2f2;
    padding: 25px 16px 9px 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: avenir-next-demi;
    font-weight: bold;
    height: unset;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label.select-label {
    cursor: pointer;
    position: absolute;
    top: 33px;
}

.field.select-field select:focus + label {
    color: #dd8a22;
}

.field.select-field select.countrypicker:focus {
    border-color: #dd8a22;
}

/*paynow*/
#QR-content, #thankyou, #receipt {
    margin-top: 15px;
}

ul.numbers li {
    margin: 0 0 20px 30px;
    line-height: 20px;
}

li:before {
    content: counter(section);
    counter-increment: section;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 -30px;
    background: #e8bb80;
    border-radius: 100%;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: bold;
}

ul.numbers {
    counter-reset: section;
    list-style: none;
    padding-left: 0px;
}

img.qrcode {
    margin-top: 5px;
    max-width: 200px;
}

.mtr {
    margin-top: 15px;
}

.ref-no {
    margin-bottom: -4px;
    font-size: 18px;
    font-family: avenir-next;
    color: #818181;
}

.ref-block {
    margin-top: 8px;
    margin-bottom: 13px;
}

.ref-block .title {
    font-size: 14px;
    font-family: 'avenir-next-bold';
    margin-bottom: -3px;
}

a.link-red {
    color: #ed1c24;
    text-decoration: none;
}

input:hover, select:hover {
    background: #e6e6e6;
}

#step-2 .div-remarks {
    display: none;
}

.trampoline #step-2 .div-remarks {
    display: flex;
}

#step-2 .donation {
    margin: 0px;
}

.card-image {
    width: 31px;
    height: 19px;
}

@media (max-width: 767px) {
    body {
        background: #000;
    }

    header.header {
        display: flex;
        padding: 10px 25px 9px;
        align-items: center;
    }

    .logo img {
        max-height: 23px;
        width: auto;
        margin-top: -3px;
    }

    header.header div.main-title {
        text-align: left;
        font-size: 22px;
    }

    header.header div.logo {
        order: 2;
        justify-content: flex-end;
        display: flex;
        flex-basis: auto;
    }

    .form-width {
        margin-top: 4px;
    }

    .property-label {
        border-radius: 10px;
        padding: 13px 16px;
        border-radius: 8px;
    }

    .right-column {
        display: none;
    }

    .full-container {
        padding: 32px 25px;
    }

    .content-label {
        font-size: 15px;
    }

    .big-title {
        font-size: 24px;
        margin-top: -1px;
    }

    .property-title {
        font-size: 13px;
    }

    .property-title img {
        top: -4px;
        width: 34px;
        height: auto;
    }

    .title-type {
        margin-bottom: 2px;
        font-size: 22px;
    }

    .white-card {
        padding: 17px 20px;
    }

    .mobile.content {
        font-size: 17px;
        font-family: avenir-next-demi;
        font-weight: bold;
        display: block;
        margin-bottom: 25px;
    }

    input.form-control {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #individual .title-type, #organization .title-type {
        margin-bottom: 24px;
    }

    .field {
        margin-bottom: -6px;
    }

    .card-content a.main-primary-btn {
        margin-bottom: 16px;
    }

    .card-content a.main-primary-btn.company {
        margin-bottom: 16px;
    }

    .card-content a.main-primary-btn.individual:after {
        content: 'As an individual';
        display: block;
    }

    .card-content a.main-primary-btn.organization.main:after {
        content: 'On behalf of an organization';
        display: block;
    }

    .card-content a.main-primary-btn span {
        display: none;
    }
    
    .card-content .btn-multi-select {
        margin-bottom: 16px;
    }

    .card-content .btn-multi-select.company {
        margin-bottom: 16px;
    }

    .card-content .btn-multi-select.individual:after {
        content: 'As an individual';
        display: block;
    }

    .card-content .btn-multi-select.organization.main:after {
        content: 'On behalf of an organization';
        display: block;
    }
    
    .card-content .btn-multi-select span {
        font-size: 8px;
    }

    .modal-dialog {
        margin: 0 60px;
    }

    #sliverisgold .modal-body {
        font-size: 16px;
    }

    input:placeholder-shown + label {
        max-width: calc(100% - 104px);
    }

    .description {
        font-size: 13px;
        padding-top: 12px;
        line-height: 16px;
        margin-top: 25px;
    }

    .select-options a.main-primary-btn {
        margin-bottom: 10px;
    }
    
    .select-options btn-multi-select {
        margin-bottom: 10px;
    }

    .receipt .description {
        margin-bottom: 16px;
    }

    .error-message {
        display: none !important;
    }

    .btn-section .description {
        font-size: 13px;
        margin-top: 0px;
    }

    .card-content.payment a.main-primary-btn span {
        display: block;
    }
    
    .card-content.payment {
        margin-top: 16px;
    }

    #card-content label {
        margin-bottom: 15px;
        font-size: 22px;
    }

    button.main-btn {
        font-size: 17px;
    }

    #payment-content button.card-submit.main-btn {
        margin-top: 29px;
        margin-bottom: 9px;
    }

    ul.numbers li {
        margin: 0 0 15px 20px;
        line-height: 15px;
    }

    li:before {
        width: 15px;
        height: 15px;
        margin: 0 5px 0 -20px;
        font-size: 10px;
        top: -1px;
    }

    .ref-block .title {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .ref-no {
        font-size: 14px;
    }

    .btn-section.mt-0.close-window button.main-btn {
        line-height: 25px;
    }
}

@media (max-width: 375px) {
    input.form-control, .field.select-field select.countrypicker {
        font-size: 14px
    }

    .card-content a.main-primary-btn {
        font-size: 14px;
    }
    .card-content .btn-multi-select {
        font-size: 10px;
    }
    
    .card-content .btn-multi-select span {
       font-size: 8px;
    }

    input:placeholder-shown + label {
        transform: translate(0, 23px) scale(1.125);
    }

    input:not(:placeholder-shown) + label, input:focus + label {
        transform: translate(0, 0) scale(1);
    }

    input:placeholder-shown + label {
        max-width: calc(100% - 69px);
    }

    .two-column input:placeholder-shown + label {
        max-width: calc(100% - 69px);
    }

    .two-column {
        display: block;
        width: 100%;
        margin: 0px;
    }

    .two-column .field {
        width: 100%;
        padding: 0px;
    }

    .error-icon {
        right: 5px;
    }

    .bluestars #sliverisgold .modal-body {
        font-size: 16px;
        text-align: justify;
        word-spacing: 0px;
    }
}

/*
Make bootstrap-select work with bootstrap 4 see:
https://github.com/silviomoreto/bootstrap-select/issues/1135
*/
.dropdown-toggle.btn-default {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
    background-color: #f4f4f4;
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
}

.dropdown-menu > li.active > a {
    color: #fff !important;
    background-color: #337ab7 !important;
}

.bootstrap-select .check-mark {
    line-height: 14px;
}

.bootstrap-select .check-mark::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline !important;
}

.close .fa-times-circle {
    color: #e9ba82;
    font-size: 32px;
    font-weight: normal;
}

.big-title .main-logo{
    width: 90%;
    padding-right: 12px;
}
/*------------------------ generalfund donor-----------------------------*/
.red {
    color: #E7344C;
}

.generalfund .property-label {
    border-color: #A6192E;
}

body.generalfund {
    background: url(../images/generalfund-background.png) center right no-repeat #000;
}

.generalfund .card-content a.main-primary-btn:hover {
    background: #64121D;
    border-color: #cccccc;
    color: white;
}

.generalfund .card-content a.main-primary-btn.active {
    background: #E4BAC0;
    border-color: #A6192E;
}

.generalfund button.main-btn {
    color: white;
    background: #A6192E;
}

.generalfund button.main-btn:hover {
    background: #64121D;
}

.generalfund button.main-btn:disabled {
    background: #cccccc;
}

.generalfund input.form-control:focus {
    border-color: #A6192E !important;
}
.generalfund label.select-label,
.generalfund #donation:focus + label,
.generalfund input:focus + label {
    color: #A6192E !important;
}

.generalfund .action-button a {
    color: #E7344C !important;
}
.close .generalfund.close-img {
    filter: invert(29%) sepia(56%) saturate(1950%) hue-rotate(325deg) brightness(101%) contrast(98%);
}

.generalfund #QR-content .numbers li::before {
    background: #A6192E;
}

.trampoline .yellow {
    color: #FFBA00;
}

.trampoline .light-blue {
    color: #BFBFD7;
}

body.trampoline {
    background: url(../images/trampoline-background.jpg) center right no-repeat #000;
    background-size: auto;
    background-attachment: fixed;
}

.trampoline .header {
    background: #000000;
}

.trampoline .property-title {
    color: #BFBFD7;
}

.trampoline .property-label {
    border: 1px solid #FFBA00;
}

.trampoline .card-content a.main-primary-btn.active {
    background: #BFBFD7;
    border-color: #2B2B7B;
}

.trampoline button.main-btn:hover ,
.trampoline .card-content a.main-primary-btn:hover {
    background: #171740;
    border-color: #2B2B7B;
    color: white;
}

.trampoline .action-button a {
    color: #171740;
}

.trampoline #sliverisgold .modal-header button.close {
   color: white;
}

.trampoline button.main-btn {
    background: #2B2B7B;
    color: white;
}

.trampoline a.main-primary-btn.first.active{
    background: #FFEAB3;
}
.trampoline a.main-primary-btn.second.active{
    background: #EAEAEA;
}
.trampoline a.main-primary-btn.third.active{
    background: #F9C9C7;
}
.trampoline a.main-primary-btn.fourth.active{
    background: #C9ECEC;
}

.trampoline .select-options a.main-primary-btn{
    line-height: 1.3;
}
.trampoline .action-button a,
.trampoline input:focus + label,
.trampoline input:valid:focus + label {
    color: #2B2B7B !important;
}

.trampoline .field.select-field select.countrypicker:focus,
.trampoline input.form-control:focus {
    border-color: #2B2B7B !important;
}

.close-img.trampoline {
    filter: brightness(0) invert(1);
}
.trampoline #QR-content .numbers li:before{
    background:  #2B2B7B;
}

.trampoline .help-icon a {
    color: white !important;
}

.trampoline #sliverisgold .modal-header{
    background: #2B2B7B;
}

.trampoline .main.description {
    display: none;
}

.trampoline .link-click {
    white-space:nowrap;
}

.trampoline .options-description,
.trampoline .amount-description {
    margin-top: 25px;
    font-size: 14px;
}

.trampoline #div-amount-remarks{
    display: inline;
}

.trampoline #donor-content .amount-description,
.trampoline #donor-content .select-options.amount,
.trampoline #donor-content .options-description {
    display: none;
}

/* soapbook */

.soapbook .property-label {
    border-color: #A6192E;
}

body.soapbook {
    background: url(../images/generalfund-background.png) center right no-repeat #000;
}

.soapbook .card-content a.main-primary-btn:hover {
    background: #A6192E;
    border-color: #cccccc;
    color: white;
}

.soapbook .card-content a.main-primary-btn.active {
    background: #F8C2C9;
    border-color: #A6192E;
    color: black;
}

.soapbook button.main-btn {
    color: white;
    background: #E7344C;
}

.soapbook button.main-btn:hover {
    background: #A6192E;
    color: white;
}

.soapbook button.main-btn:disabled {
    background: #cccccc;
}

.soapbook input.form-control:focus {
    border-color: #A6192E !important;
}
.soapbook label.select-label,
.soapbook #donation:focus + label,
.soapbook input:focus + label {
    color: #A6192E !important;
}

.soapbook .action-button a {
    color: #E7344C !important;
}
.close .soapbook.close-img {
    filter: invert(29%) sepia(56%) saturate(1950%) hue-rotate(325deg) brightness(101%) contrast(98%);
}

/* Shine A light*/
.shinealight .property-label {
    border-color: #FFEF63;
    background: #000;
}
.shinealight .yellow {
    color: #FFEF63;
}

.close-img.shinealight {
    filter: brightness(0) invert(1);
}

body.shinealight {
    background: url(../images/shinealight-background.png) center right no-repeat #000;
    background-size: auto;
    font-family: 'avenir-next', sans-serif;
    min-height: 100%;
    color: #fff;
    background-attachment: fixed;
    background-position: unset;
    background-size: 115% 180%;
}

header.shinealight {
    background: #000000;
    display: flex;
    padding: 12px 50px;
    align-items: center;
}

.shinealight .card-content a.main-primary-btn:hover {
    background: #fff8c0;
    border-color: #BBB1B3;
    color: black;
}

.shinealight .card-content a.main-primary-btn.active {
    background: #fff8c0;
    border-color: #BBB1B3;
    color: black;
}

.shinealight button.main-btn {
    color: #000000;
    background: #FFEF63;
    border-color: #000000;
}

.shinealight button.main-btn:hover {
    background: #FFEF62;
    color: #000000;
}

.shinealight button.main-btn:disabled {
    background: #BBB1B3;
}

.shinealight input.form-control:focus {
    border-color: #2B2C7B !important;
}

.shinealight label.select-label,
.shinealight #donation:focus + label,
.shinealight input:focus + label {
    color: #2B2C7B !important;
}

.shinealight .action-button a {
    color: #2B2C7B !important;
}


header.blackheader {
    background: #000000;
}

.btn-multi-select:not(:disabled):not(.disabled):active, 
.btn-multi-select:not(:disabled):not(.disabled).active, 
.show > .btn-multi-select.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red;
}


.shinealight .card-content .sgsstrong:hover {
    background: #f29f9e;
    border-color: #BBB1B3;
    color: black;
}

.shinealight .card-content .sgsstrong.active {
    background: #f29f9e;
    border-color: #BBB1B3;
    color: black;
}

.shinealight .card-content .bluestar:hover {
    background: #93bbe5;
    border-color: #BBB1B3;
    color: black;
}

.shinealight .card-content .bluestar.active {
    background: #93bbe5;
    border-color: #BBB1B3;
    color: black;
}
.shinealight .card-content .scaffold:hover {
    background: #f7b681;
    border-color: #BBB1B3;
    color: black;
}

.shinealight .card-content .scaffold.active {
    background: #f7b681;
    border-color: #BBB1B3;
    color: black;
}
.shinealight .card-content .silverisgold:hover {
    background: #c9a273;
    border-color: #BBB1B3;
    color: black;
}

.shinealight .card-content .silverisgold.active {
    background: #c9a273;
    border-color: #BBB1B3;
    color: black;
}
.shinealight .card-content .tmtgeneral:hover {
    background: #ffeab2;
    border-color: #BBB1B3;
    color: black;
}

.shinealight .card-content .tmtgeneral.active {
    background: #ffeab2;
    border-color: #BBB1B3;
    color: black;
}

.select-options .btn-multi-select {
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
}

.select-options  .long{
    width: 95%;
}

.shinealight #QR-content .numbers li::before {
    background: #2B2C7B;
}

.shinealight .modal-header button.close {
    color: #ffffff;
    text-shadow: none;
}

.select-options btn-multi-select {
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
}

.shinealight #div-donation-amount { display: flex; flex-direction: column; }
.shinealight #div-amount { order: 3; }
.shinealight #div-amount-desc { order: 4; }
.shinealight #div-options-amount { order: 1; }
.shinealight #div-options-desc { order: 2; }

.shinealight .designated-error{
    color: #ed1c24;
    font-size: 12px;
    font-weight: bold;
    font-family: avenir-next-demi;
    padding-left: 16px;
    padding-top: 6px;
}

.shinealight .err-icon{
    top: 12px;
}


/************************* Bluestar*********************/
.bluestar .property-label {
    border-color: #0752F9;
    background: #060F7B;
}
.bluestar .yellow {
    color: #FFEF63;
}

.close-img.bluestar {
    filter: brightness(0) invert(1);
}

body.bluestar {
    background: url(../images/Star-8.png) center right no-repeat #000;
    background-size: auto;
    font-family: 'avenir-next', sans-serif;
    min-height: 100%;
    color: #fff;
    background-attachment: fixed;
    background-color: #060F7B;
}

header.bluestar {
    background: #000000;
    display: flex;
    padding: 12px 50px;
    align-items: center;
}

.bluestar .property-title {
    color: #FFFFFF;
}

.bluestar .card-content a.main-primary-btn:hover {
    background: #CFE1F9;
    border-color: #0752F9;
    color: black;
}

.bluestar .card-content a.main-primary-btn.active {
    background: #CFE1F9;
    border-color: #0752F9;
    color: black;
}

.bluestar button.main-btn {
    color: #000000;
    background: #00C742;
    border-color: #000000;
}

.bluestar button.main-btn:hover {
    background: #CFE1F9;
    color: #000000;
    border-color: #000000;
}

.bluestar button.main-btn:disabled {
    background: #CFE1F9;
}

.bluestar input.form-control:focus {
    border-color: #2B2C7B !important;
}


.bluestar #donation:focus + label,
.bluestar input:focus + label {
     color: #0752F9 !important;
}

.bluestar .action-button a {
    color: #2B2C7B !important;
}

.bluestar .imgstar {
    vertical-align: top;
    border-style: none;
    size: 100px 100px;
    width: 10px;
    height: 10px;
}
}

header.blackheader {
    background: #000000;
}

.btn-multi-select:not(:disabled):not(.disabled):active, 
.btn-multi-select:not(:disabled):not(.disabled).active, 
.show > .btn-multi-select.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red;
}


.bluestar .card-content .sgsstrong:hover {
    background: #f29f9e;
    border-color: #BBB1B3;
    color: black;
}

.bluestar .card-content .sgsstrong.active {
    background: #f29f9e;
    border-color: #BBB1B3;
    color: black;
}

.bluestar .card-content .bluestar:hover {
    background: #93bbe5;
    border-color: #BBB1B3;
    color: black;
}

.bluestar .card-content .bluestar.active {
    background: #93bbe5;
    border-color: #BBB1B3;
    color: black;
}
.bluestar .card-content .scaffold:hover {
    background: #f7b681;
    border-color: #BBB1B3;
    color: black;
}

.bluestar .card-content .scaffold.active {
    background: #f7b681;
    border-color: #BBB1B3;
    color: black;
}
.bluestar .card-content .silverisgold:hover {
    background: #c9a273;
    border-color: #BBB1B3;
    color: black;
}

.bluestar .card-content .silverisgold.active {
    background: #c9a273;
    border-color: #BBB1B3;
    color: black;
}
.bluestar .card-content .tmtgeneral:hover {
    background: #ffeab2;
    border-color: #BBB1B3;
    color: black;
}

.bluestar .card-content .tmtgeneral.active {
    background: #ffeab2;
    border-color: #BBB1B3;
    color: black;
}

.select-options .btn-multi-select {
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
}

.select-options  .long{
    width: 95%;
}

.bluestar #QR-content .numbers li::before {
    background: #00C742;
}

.bluestar .modal-header button.close {
    color: #ffffff;
    text-shadow: none;
}

.bluestar #sliverisgold .modal-header {
    background: #060F7B;
}

.bluestar #sliverisgold .modal-header button.close {
    position: absolute;
    right: -30px;
    color: #00C742;
    opacity: 1;
    text-shadow: none;
    width: 32px;
    height: 32px;
    padding: 0px;
}

.bluestar #sliverisgold .modal-content {
    background: none;
    border: none;
}


.bluestar #sliverisgold .modal-body {
    background: #e6e6e6;
    color: #333;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 16px 23px;
    font-family: avenir-next;
    font-weight: 600;
    font-size: 18px;
    text-align: justify;
}


.select-options btn-multi-select {
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
}

.bluestar #div-donation-amount { display: flex; flex-direction: column; }
.bluestar #div-amount-desc { order: 4; }
.bluestar #div-options-amount { order: 1; }
.bluestar #div-options-desc { order: 2; }

.bluestar .designated-error{
    color: #ed1c24;
    font-size: 12px;
    font-weight: bold;
    font-family: avenir-next-demi;
    padding-left: 16px;
    padding-top: 6px;
}

.bluestar .err-icon{
    top: 12px;
}

.bluestar .white {
  color: #ffffff;
}

.bluestar .property-title-green {
  color: #00C742;
  font-family: avenir-next-condensed-bold;
  font-size: 18px;
  text-transform: uppercase;
}

  

   
@media (max-width: 767px) {
    body.bluestar {
        background: none;
        background-size: auto;
        font-family: 'avenir-next', sans-serif;
        min-height: 100%;
        color: #fff;
        background-attachment: fixed;
        background-color: #060F7B;
    }

    .bluestars #sliverisgold .modal-body {
        font-size: 16px;
        text-align: justify;
        word-spacing: 0px;
    }
}

@media (max-width: 375px) {
     body.bluestar {
        background: none;
        background-size: auto;
        font-family: 'avenir-next', sans-serif;
        min-height: 100%;
        color: #fff;
        background-attachment: fixed;
        background-color: #060F7B;
    }

    .bluestars #sliverisgold .modal-body {
        font-size: 16px;
        text-align: justify;
        word-spacing: 0px;
    }
}