.donation-card-group{
    padding: 20px;
    background: #f3f3f3;
    border: 1px solid #e4e6ec;
    border-radius: 1em;
}
.donation-card-group .donation-heading-title{
    font-size: 1.2rem;
    font-weight: bold;
}
.donation-card-group .nav-fill .nav-item, .donation-card-group .nav-fill>.nav-link{
    color: var(--theme-font-color-blue);
    border: 1px solid transparent;
}
.donation-card-group .nav-fill .nav-item:first-of-type, .donation-card-group .nav-fill .nav-item .nav-link:first-of-type {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}
.donation-card-group .nav-fill .nav-item:last-of-type, .donation-card-group .nav-fill .nav-item .nav-link:last-of-type {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
.donation-card-group .nav-fill .nav-item .nav-link, .donation-card-group .nav-justified .nav-item .nav-link{
    background-color: transparent;
    color: var(--theme-font-color-blue);
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(91, 119, 66, .2);
}
.donation-card-group label{
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
}
.donation-card-group input{
    height: 48px;
    color: var(--theme-font-color-blue);
    font-weight: bold;
}
.form-check-input[type=checkbox]{
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
.donation-card-group input::placeholder {
    font-weight: normal;
    color: var(--theme-font-color-blue);
}
.input-group #currencySymbol{
    color: var(--theme-font-color-blue);
    font-weight: bold;
    background-color: #ffffff;
}
#userInfo p{
    font-size: 1rem;
    padding-top: 7px;
}
/*Buttons*/
.donation-card-group .nav-fill .nav-item button.nav-link{
    background-color: var(--white);
}
.donation-card-group .nav-fill .nav-item:last-of-type .nav-link{
    border: 2px solid var(--gray);
    border-radius: 0 1em 1em 0;
}
.donation-card-group .nav-fill .nav-item:first-of-type .nav-link{
    border: 2px solid var(--gray);
    border-radius: 1em 0 0 1em;
}
.donation-card-group .nav-fill .nav-item:last-of-type .nav-link.active{
    border: 2px solid var(--theme-font-color-blue);
    border-radius: 0 1em 1em 0;
}
.donation-card-group .nav-fill .nav-item:first-of-type .nav-link.active{
    border: 2px solid var(--theme-font-color-blue);
    border-radius: 1em 0 0 1em;
}
#paymentMethods, ul#donationTypeTab, ul#currencyList{
    border: none;
}
#paymentMethods .nav-item .nav-link, #currencyList .nav-item .nav-link{
    border: 1px solid var(--dirty-white);
    border-radius: 0;
    transition: border-color 0.6s linear;
}
#paymentMethods .nav-item .nav-link:hover, #currencyList .nav-item .nav-link:hover{
    border: 1px solid var(--theme-font-color-blue);
}
#paymentMethods .nav-item:last-of-type .nav-link, #currencyList .nav-item:last-of-type .nav-link{
    border-radius: 0 1em 1em 0;
}
#paymentMethods .nav-item:first-of-type .nav-link, #currencyList .nav-item:first-of-type .nav-link{
    border-radius: 1em 0 0 1em;
}
#paymentMethods .nav-item .nav-link.active, #currencyList .nav-item .nav-link.active{
    border: 2px solid var(--theme-font-color-blue);
    margin-top: -1px;
}
/*Buttons*/
.donation-card-group .donate-help-info{
    font-size: 1rem;
    padding: 10px;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 1em;
    background-color: #fff;
    margin-top: -5px;
    width: 100%;
}
.arrow-container{
    display: flex;
    position: relative;
    top: -22px;
}
.arrow-container .arrow{
    flex: 1;
    text-align: center;
    height: 9px;
}
.button-pay{
    width: 100%;
    height: 44px;
    border: 2px solid var(--black);
    background-color: var(--theme-font-color-blue);
    color: var(--white);
    font-weight: bold;
    transition: background 0.6s linear;
    border-radius: 50px;
}
.button-pay:hover{
    background-color: var(--theme-bg-color-second);
}
#safe-transaction{
    margin-top: 6px;
    color: var(--green);
}
#safe-transaction img{
    width: 22px;
}
#safe-transaction span{
    font-size: 0.8rem;
    font-weight: bold;
}
.bank-list .bank-item{
    margin-bottom: 20px;
}
.bank-list .bank-item .bank-name{
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bank-list .bank-item .bank-name span{
    opacity: 0.6;
}
.bank-list .bank-item .iban{
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: bold;
    justify-content: space-between;
}


section.donate-report{
    background-color: var(--solid-gray);
    padding: 40px;
}
section.donate-report .head-group .title{
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
}
section.donate-report .head-group .subtitle{
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}
section.donate-report .head-group .date{
    font-size: 0.8rem;
    font-style: italic;
}
section.donate-report .summary{
    font-size: 1.2rem;
}


section.donate-report .cards{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
section.donate-report .cards .card-item{
    background-color: var(--theme-font-color);
    padding: 20px;
    border-radius: var(--border-radius);
}
section.donate-report .cards .card-item .heading{
    display: flex;
    font-size: 1rem;
    font-weight: bold;
    gap: 10px;
    align-items: flex-start;
}
section.donate-report .cards .card-item .heading p{
    margin: 0;
}
section.donate-report .cards .card-item .heading span{
    font-size: 0.9rem;
    font-weight: normal;
    font-style: italic;
}
section.donate-report .cards .card-item .amount-group .amount{
    font-weight: bold;
}
section.donate-report .cards .card-item .amount-group .currency{
    font-size: 1.2rem;
    font-weight: normal;
}

section.faq{
    padding: 0 0 40px 0;
}
section.faq .accordion-item{
    border: none;
}
section.faq .accordion-item .accordion-header .accordion-button{
    font-weight: bold;
}
section.faq .accordion-body, section.faq .accordion-button{
    font-size: 1rem;
    color: var(--theme-font-color-blue);
    border: none;
    padding: 30px;
    background-color: var(--solid-gray);
}