/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

:root {
    --cb-primary: #002359;
    --cb-secondary: #f15b43;
    --cb-accent: #1e90ff;
}
/* Webkit-based browsers (Chrome, Safari) */
select#donateSelection::-webkit-scrollbar-thumb {
    background-color: #F15B43;
}


.cb-donate-wrapper {
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px;
}

.cb-donate-wrapper select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 7.5px center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cb-donate-wrapper .cb-donate-currency {
    text-indent: calc(50% - 10px);
}

.cb-donate-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.cb-donate-meta {
    width: 45%;
}

.cb-donate-form-wrap {
    flex: 1;
    background: var(--cb-primary);
    padding: 30px;
}

@media (min-width: 992px) {
    .hero-donate-form .cb-donate-form-wrap {
        background:#002359ba;
    }
}
.cb-donate-form-row {
    display: flex;
}

.cb-donate-form-col {
    flex: 1;
    padding: 10px;
}
.cb-donate-form-row.donate-project {
    display: flex;
    flex-wrap: wrap;
}
.donation-project, .general-donation {
    width: 50%;
}

.cb-donate-form input,
.cb-donate-form select,
.cb-donate-form button {
    display: block;
    padding: 17px 10px;
    background-color: #fff;
    border: none;
    outline: none;
    font-size: inherit;
    width: 100%;
}

.cb-checkbox input {
    display: none;
}

.cb-checkbox>label {
    font-size: 18px;
    position: relative;
    padding: 15px 10px 15px 32px;
    cursor: pointer;
    color: #fff;
    text-transform: capitalize;
    display: block;
    border: 1.5px solid #fff;
    transition: all 0.3s;
}

.cb-checkbox>label::before,
.cb-checkbox>label::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    border: 1px solid #fff;
    border-radius: 8px;
}

.cb-checkbox>label::after {
    width: 0;
    height: 0;
    top: 50%;
    left: 18px;
    margin-top: 0;
    background: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.2s ease-in-out;
}

.cb-checkbox :checked+label {
    background: #1e90ff;
    border-color: #1e90ff;
}

.cb-checkbox :checked+label::after {
    height: 8px;
    width: 8px;
    margin-top: -5px;
    left: 13.3px;
}

.cb-donate-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cb-donate-buttons>button {
    width: calc(25% - 10px);
    cursor: pointer;
}

.cb-donate-buttons>button.active {
    background: var(--cb-accent);
    color: #fff;
}

.cb-donate-currency-col {
    max-width: 120px;
}

.cb-donate-form .cb-donate-amount {
    text-align: center;
    width: calc(100% - 20px);
}

.cb-donate-form .cb-donate-submit {
    background: var(--cb-secondary);
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.cb-donate-meta {
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 290px;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 18px;
}

.cb-donate-meta::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    opacity: 0.5;
    z-index: -1;
}

.cb-donate-meta h3 {
    font-size: 30px;
    margin: 0 0 20px;
}

.cb-donate-meta p {
    margin: 0;
}

.cb-donate-meta a {
    display: inline-block;
    margin-top: 20px;
    color: var(--cb-secondary);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

@media (max-width: 992px) {
    .cb-donate-container {
        max-width: 800px;
    }
    .cb-donate-meta {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cb-donate-form-wrap {
        padding: 15px;
    }
    .cb-donate-form-col {
        padding: 8px;
    }
    .cb-donate-meta h3 {
        font-size: 24px;
    }
    .cb-donate-meta {
        font-size: 15px;
    }
    .cb-donate-currency-col {
        max-width: 70px;
    }
}

@media (max-width: 768px) {
    .dollar__btn span {
        display: none;
    }
    .cb-checkbox-row {
        display: block;
    }
    .cb-checkbox>label {
        font-size: 16px;
    }
}


/* Checkout Form Css */

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* Checkout Page CSS */

.title-banner {
    font-size: 5vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 35%;
    text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0 1px 1px rgb(0 0 0 / 40%), 0 2px 2px rgb(0 0 0 / 30%), -1px 3px 3px rgb(0 0 0 / 20%), -1px 5px 5px rgb(0 0 0 / 10%), -2px 8px 8px rgb(0 0 0 / 10%), -2px 13px 13px rgb(0 0 0 / 10%);
}

.banner-inner-page {
    position: relative;
    margin-bottom: 30px;
}

.alert-payment-info {
    text-align: center;
}


.donate-details .fa-shopping-cart {
    color:#f15b43;
}

.donate-form h2 {
    color:#f15b43;
}

.donate-title h3 {
    color:#f15b43;
}

.gift-aid {
    margin:25px 0;
}

.border-checkout-page {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    border-top: none;
}

#card-element {
    background:#eee;
    padding:10px;
}

@media (max-width:992px) {
    .banner-inner-page img {
        min-height: 200px!important;
        width: auto!important
    }
}

.kv-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.col-30 {
    flex: 30%;
}

.col-50 {
    flex: 50%;
}

.col-70 {
    flex: 70%;
}

.col-30,
.col-50,
.col-70 {
    padding: 0 16px;
}

.container-checkout {
    background-color: #f2f2f2;
    border: 1px solid lightgrey;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 10px;
}

.container-checkout input[type="text"],
.container-checkout input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.container-checkout textarea {
    width: 100%;
    padding: 10px;
}

.container-checkout select.title {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.container-checkout label {
    margin-bottom: 10px;
    display: block;
}

.container-checkout .icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
}

.container-checkout .btn {
    background-color: #f15b43;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

.container-checkout .btn:hover {
    background-color: #45a049;
}

.container-checkout a {
    color: #2196f3;
}

.container-checkout hr {
    border: 1px solid lightgrey;
}

.container-checkout span.price {
    float: right;
    color: grey;
}

@media (max-width: 800px) {
    .kv-row {
        flex-direction: column-reverse;
    }
    .col-30 {
        margin-bottom: 20px;
    }
}


/*  Toggle switch css */

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    /* border: 2px solid #999999; */
    border-radius: 30px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: 'YES';
    padding-left: 10px;
    background-color: #34a7c1;
    color: #ffffff;
}

.onoffswitch-inner:after {
    content: 'NO';
    padding-right: 10px;
    background-color: #f15b43;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 30px;
    margin: 0px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    border: 1px solid #999999;
    border-radius: 30px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.asterisk {
    color: red
}

.alert-payment-info {
    background: #26b9da;
    color: #fff;
    padding: 15px;
    margin: 10px 0;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
}

.alert-payment-info a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}


/* Cart CSS */

.pmCartItemsWrap::-webkit-scrollbar {
    width: 4px;
}

.pmCartItemsWrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

.pmCartItemsWrap::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.pmCart h1,
.pmCart h2,
.pmCart h3,
.pmCart h4 {
    margin: 0;
    font-weight: 700;
}

.pmCart {
    font-family: sans-serif;
    font-size: 15px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 350px;
    border-left: 6px solid #e53d2f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    background: white;
}

.pmCart.active {
    right: 0px;
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
}

.pmCart.active+.cart-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.pmCartContent {
	margin-left: auto;
	position: relative;
	padding: 20px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pmCartContent .pmCartCloseBtn {
    position: absolute;
    right: 100%;
    width: 45px;
    text-align: center;
    cursor: pointer;
    background: #e53d2f;
    color: #fff;
    height: 45px;
    border: none;
    z-index: 4;
    font-size: 20px;
}

.pmCartHeader {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

.pmCartHeader img {
    max-width: 80px;
}

.pmCartHeader h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 5px;
}

.pmCartItemsWrap {
    padding: 30px 0;
    height: 75vh;
    overflow: auto;
}

.pmCartItem {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #fafafa;
    align-items: center;
    padding: 15px;
}

.pmCartItem+.pmCartItem {
    margin-top: 30px;
}

.pmCartImage .svg.replaced-svg {
    width: 60px;
    height: 55px;
    padding: 5px;
    fill: #F15B43;
}
.pmCartLabelwrap{
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    gap: 10px;
}
.pmCartLabel {
    background: #ffe9e5;
    padding: 5px 8px;
    color: #f15b43;
    z-index: 3;
    transform: translateY(-50%);
    border-radius: 3px;
}

.pmCartLabel.monthly {
    background: #dcf4ff;
    color: #009fe3;
}

.pmCartRemoveBtn {
    cursor: pointer;
    border: none;
    background: no-repeat;
    padding: 5px;
    color: #f15b43;
    font-size: 18px;
}

.pmCartMeta {
    flex: 1;
    padding: 0 10px;
}

.pmCartMeta a {
    text-decoration: none;
}

.pmCartMeta h4 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #333;
}

.pmCartAmount {
    display: flex;
    align-items: center;
}

.pmCartAmount input {
    width: 80px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    opacity: 0.75;
}

.pmCartAmount button {
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
}

.pmTotalAmount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background: #fff;
}

.pmTotalAmount h4 {
    font-size: 18px;
}

.pmCartActions {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.pmCartActions a {
    display: block;
    background: #009fe3;
    padding: 12px 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

.pmCartActions a.primary {
    background: #f15b43;
}

.pmTotalAmount h2 {
    color: #f15b43;
    font-size: 28px;
}

@media screen and (max-width: 480px){
    .pmCart {
        width: 330px;
    }
    .pmCartItemsWrap {
        height: 68vh;
    }
    .pmCartContent {
        padding-bottom: 100px;
    }
    .general-donation, .donation-project {
        width: 100%;
    }
    .cb-donate-form input, .cb-donate-form select, .cb-donate-form button, .cb-donate-currency {
        padding: 9px 10px;
    }
    .cb-donate-form input, .cb-donate-form select, .cb-donate-form button {
        padding: 10px 10px;
    }
}

.card { max-width: 100%!importat;}


.pmCartItem.pmMinCartItem{display:block;}
.pmCartItem.pmMinCartItem .pmCartLabelwrap{
	position: relative;
	top: 0;
	margin: 0 -12px;
	right: 0;
}
.pmCartItem.pmMinCartItem .pmCartLabel{
	transform:unset;
	padding:5px 6px;
}
.pmCartItem.pmMinCartItem .pmCartBodywrap{
	display: flex;
	position: relative;
	background: #fafafa;
	align-items: center;
}

.pmCartItem.pmMinCartItem+.pmCartItem.pmMinCartItem{
	margin-top:0;
}