.invisible {
    visibility: hidden;
}

.selected {
    border: 2px solid #007da4 !important;
}

.badge {
    padding: 0.8em;
}

.badge-dark {
    background-color: #343a40;
}

.px-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}

.mb-2 {
    margin-bottom: 10px;
}

.cart-shipping {
    text-align: left;
}

.show-ccCoverage {
    padding-top: 5px;
    opacity: 0.8;
}

.express-donate-modal hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.total-row {
    padding-top: 8px;
    border-top: 2px solid lightgray;
    margin-top: 5px;
    max-width: 95%;
}

/** Begin Frequency Tab Styles */
.freq-tabs {
    margin: 10px 0;
    border: 2px solid rgb(233, 233, 233);
    border-radius: 6px;
    height: 45px;
}

.freq-tabs li {
    width: 32%;
    margin-right: 0.9%;
}

.freq-tabs li:nth-child(3) {
    margin-right: 0;
}

.freq-tabs li.active > a {
    background-color: #000 !important;
    color: #fff !important;
    outline: none !important;
}

.freq-tabs li a {
    width: 100%;
    height: 44px;
    padding-top: 13px;
    color: #000;
    text-shadow: none;
    outline: none !important;
    font-size: 13px !important;
    font-weight: bold;
}

.freq-tabs li a:focus,
.freq-tabs li a:active {
    outline: none !important;
}

/** End Frequency tab systems */

/* .wh2_donate_express_button {
    background-color: #C50938;
    border: none;
    padding: 20px 40px;
}

.wh2_donate_express_button:hover, .wh2_donate_express_button:focus {
    background-color: #C50938;
    opacity: .9;
} */

.wh2_donate_express_button {
    font-size: 19px;
    font-weight: 00;
    text-shadow: none;
    padding: 9px 35px;
    margin-right: 15px !important;
}

.cc-fee-container {
    display: none;
}

.more {
    display: none;
}

.donation-policy {
    margin-top: 15px;
    /* margin-bottom: 25px; */
}

.donation-policy::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.donation-policy::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.donation-policy::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

#readMore {
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: inline;
}

.progress {
    height: 8px;
    margin-top: 10px;
}

/** Modal Styles **/

.express-donate-modal .form-group {
    margin: 0 !important;
    margin-bottom: 15px !important;
}
.express-donate-modal.modal {
    overflow-y: auto !important;
    text-align: center;
}

.express-donate-modal .modal-header {
    padding: 0;
}

.text-light {
    color: #7d7d7d;
}

.express-donate-modal.modal .btn {
    height: 65px;
}

.express-donate-modal.modal .btn i {
    margin-right: 5px;
}
.express-donate-modal.modal .btn-primary {
    height: 65px;
    /* background-color: #3742fa; */
    background-color: #98d789;
    border-color: #98d789;
    font-weight: bold;
}

.express-donate-modal.modal .btn-red {
    height: 65px;
    /* background-color: #3742fa; */
    background-color: #c50938;
    color: #fff;
    font-weight: bold;
}

.express-donate-modal.modal .btn-secondary {
    /* background-color: #f6e58d; */
    background-color: #007da4;
    color: #fff;
    font-weight: bold;
}

.express-donate-modal.modal .btn-dark {
    background-color: #dfe6e9 !important;
    color: #333;
}

.hrdivider {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.hrdivider span {
    position: absolute;
    top: -11px;
    background: #fff;
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
}

.express-donate-modal.modal input,
.express-donate-modal.modal select, .express-donate-modal.modal .input-group-addon {
    background-color: #f1f2f6 !important;
    height: 55px;
    border: none !important;
    box-shadow: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.express-donate-modal.modal .step-one input {
    margin-left: -10px;
}

.express-donate-modal.modal .step-two form {
    z-index: 9999;
}

.express-donate-modal.modal textarea {
    background-color: #f1f2f6;
    border: none !important;
    box-shadow: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 25px;
}

.express-donate-modal .modal-footer .donation-policy p {
    font-size: 12px;
    margin-bottom: 5px;
}

.express-donate-modal .classic-checkout-bar {
    padding: 15px;
    background-color: #f1f2f6;
    border-radius: 6px;
}

.express-donate-modal .classic-checkout-bar a {
    color: #2f3542 !important;
    /* border-bottom: 1px solid #2f3542; */
}

.express-donate-modal .classic-checkout-bar a:hover {
    text-decoration: none !important;
    color: #242933 !important;
}

.express-donate-modal .show-ccCoverage .right {
    position: relative !important;
    text-align: right;
    width: 100% !important;
}


.gift-panel {
    min-height: 80px;
    font-weight: bold;
    background-color: #2f3542;
    color: #fff;
    cursor: pointer;
}

.gift-panel:hover {
    opacity: 0.9;
}

.gift-panel p {
    padding: 0 !important;
}

.express-donate-modal .modal-sm {
    width: 400px;
}

.express-donate-modal {
    overflow-y: auto !important;
}

.express-donate-modal .close-modal {
    font-size: 2em;
}

.center-vertically {
    display: flex;
    justify-content: center;
    /* align-self: center;    <---- REMOVE */
    align-items: center;
}

.step-one .gift-amount {
    background-color: lightgray;
    height: 60px;
    padding: 10px;
    text-align: center;
    width: 95%;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    /* align-self: center;    <---- REMOVE */
    align-items: center;
    font-weight: bold;
}

.step-one .gift-amount.active {
    background-color: #000;
    color: #fff;
}

.step-one .custom-amount {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .express-donate-modal.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .express-donate-modal .modal-content {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .wh2_donate_express_button {
        margin-bottom: 15px !important;
    }

    .express-donate-modal .modal-content {
        padding-right: 20px;
    }

    .express-donate-modal .modal-header {
        padding: 20px;
    }

    .express-donate-modal .modal-sm {
        margin: 0 !important;
    }

    .step-form .row .col-md-6:nth-child(2):not(.external-payment-method-container) {
        padding-left: 0 !important;
    }
}

.express-donate-modal.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative !important;
}

.express-donate-modal label:not(.form-check-label) {
    display: inline-block !important;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #333;
}

.express-donate-modal .alert-info:not(.gift-panel) .form-check-label {
    color: #31708f !important;
    padding-left: 2em !important;
}

.express-donate-modal .cc-fee-container .form-check-label {
    color: #333 !important;
    padding-left: 2em !important;
}

.express-donate-modal .modal-header {
    border: none;
}

.express-donate-modal .modal-footer {
    border: none;
}

.step-form .row .col-md-12,
form .row:not(.credit-card-row-two) .col-md-6:first-child:not(.external-payment-method-container) {
    padding: 0 !important;
}

.step-form .row .col-md-6:nth-child(2):not(.external-payment-method-container) {
    padding-right: 0 !important;
}

.step-five .credit-card-row-two .col-md-6:first-child {
    padding-right: 5px !important;
}

.step-five .credit-card-row-two .col-md-6 {
    padding: 0 !important;
}

.external-payment-method-container {
    padding-right: 5px !important;
    padding-left: 0 !important;
}

.payment-method:hover {
    cursor: pointer;
}

.payment-method:hover {
    opacity: 0.9;
}

.payment-method {
    background-size: contain;
    height: 50px !important;
    background-repeat: no-repeat;
    width: 100%;
    padding: 10px !important;
    margin-bottom: 10px !important;
    font-weight: bold;
}

.payment-method.paypal {
    /* background-image: url('/wp-content/themes/worldhelp/images/payment/paypal.png'); */
}

.ach-form-container {
    padding: 20px;
}

.ach {
    font-size: 0.9em;
    padding-top: 15px !important;
}

.express-multi-select .nav-pills li.active a {
    background-color: #FAD390;
    border: 3px solid #881907;
}

.express-multi-select .nav-pills {
    border-radius: 8px;
}

.express-multi-select .nav-pills li {
    background-color: #F1F1F1;
    color: #000 !important;
}

.express-multi-select .nav-pills li a {
    color: #000 !important;
}

.express-multi-select #myTabs {
    padding-left: 0 !important;
}

.express-multi-select .wh2_donate_express_button {
    margin: 0 auto;
    display: block;
    margin-right: auto !important;
}

.express-multi-select {
    box-shadow: 0 1px 12px rgb(0 0 0 / 25%);
    max-width:400px !important;
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
}
