@charset "utf-8";

label {
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
    font-weight: 600;
}

input.form-control,
textarea.form-control {
    display: block;
    width: 100%;
    line-height: 3rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.form-control {
    width: 100%;
}

input.is-invalid,
textarea.is-invalid {
    border: 1px solid #dc3545;
}

.is-invalid~.invalid-feedback {
    display: block;
}

.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.text-center {
    text-align: center !important;
}

ul.list-group {
    margin: 70px 0 0 0;
    margin-bottom: 0px;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

ul.list-group li {
    padding: 10px;
}

.inner ul li {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 400;
    padding: 0px;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-none {
    display: none !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.donation-wrapper,
.fee-wrapper {
    padding-top: 30px;
}

.donation-wrapper .order-md-2,
.fee-wrapper .order-md-2 {
    float: right;
}

.donation-wrapper .purpose-table table {
    margin: 0 0 30px 0;
}

.donation-wrapper .purpose-table table tr td {
    padding: 8px;
}

.donation-wrapper .purpose-table table tr.total {
    font-size: 25px;
    font-weight: 600;
}

.donation-wrapper table,
.fee-wrapper table {
    border-collapse: collapse;
}

.donation-wrapper .note,
.fee-wrapper .note {
    margin: 50px 0;
    background: #d8d8d8;
    padding: 30px;
}

.donation-wrapper .btn-primary,
.fee-wrapper .btn-primary {
    color: #fff;
    background-color: rgb(43, 182, 115);
    border: 1px solid #0b6604;
    width: 180px;
    font-weight: 600;
    font-size: 25px;
    margin: 0 auto 50px auto;
}

.donation-wrapper .btn-primary:hover,
.fee-wrapper .btn-primary:hover {
    background-color: rgb(28, 131, 81);
}



.donation-wrapper .btn-lg,
.fee-wrapper .btn-lg {
    padding: .5rem 1rem;
    font-size: 26px;
    line-height: 1.5;
    border-radius: .3rem;
}

.confirm-donation-wrapper .payment-pages p,
.confirm-fee-wrapper .payment-pages p {
    font-size: 18px;
}

.confirm-donation-wrapper .payment-pages table tr td,
.confirm-fee-wrapper .payment-pages table tr td {
    padding: 10px;
    border: 1px solid #ccc;
}

.confirm-donation-wrapper .payment-pages table tr th,
.confirm-fee-wrapper .payment-pages table tr th {
    padding: 10px;
    border: 1px solid #ccc;
}

.confirm-donation-wrapper a.back,
.confirm-fee-wrapper a.back {
    margin: 30px 0;
    background: #fb9005;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    width: 130px;
    display: block;
}

.confirm-donation-wrapper a.back:hover,
.confirm-fee-wrapper a.back:hover {
    background: #20C500;
}

.select2.select2-container--default .select2-selection--single,
.select2.select2-container--default .select2-selection--multiple {
    color: #3c3950;
    background-color: #f4f6f7;
}
