body{
    background-color: transparent;
}
.card-background {
    background-color: #AC110D;
    color: white;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #AC110D;
    color: white;
    border-radius: 0 #AC110D;
}

.nav-link,
.nav-link:hover {
    color: black;
}

.nav-pills .nav-link {
    border-radius: 1;
    margin-top: 10px;
    border-radius: inherit !important;
}

.donation-margin {
    margin-top: 20px;
}

.nav-link.border-danger:hover {
    border-right-color: none;
    margin-right: 4px;
    color: black;
}

.btn-outline-danger {
    background-color: rgb(255, 255, 255);
    margin-left: -2px;
    border-radius: none;
    color: #AC110D;
    font-size: large;
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.active-amt-option {
    color: #AC110D;
    background-color: #ffffff;
    border-color: #AC110D;
    box-shadow: 0.5px 0.5px 5px rgb(167, 167, 167);
    /* border: 3px solid #AC110D; */
    ;
}


.btn-outline-danger::before {
    background-color: #AC110D;
    color: white;
}

.card {
    border: #AC110D;
    margin-top: 0px;
}

.card-header {
    padding: 0px;
}

.form-select {
    color: black;
}

.donation-option-select {
    font-size: large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.border-margin {
    --bs-btn-padding-y: 1.25rem;
    font-size: xx-large;
}

.btn-check.btn {
    padding: auto;
}

.sqs-block-button-element--medium.sqs-button-element--primary.sqs-block-button-element {
    background-color: #AC110D;
    color: white;
    border: 1px white solid;
    box-shadow: 0px 1px 8px 2px rgb(255 255 255 / 30%);
}
.btn-custom{
    padding: 8px 6px;
    text-align: center;
    border: 1px solid #AC110D;
    color: #AC110D;
    cursor: pointer;
}
.btn-custom.active{
    background-color: #AC110D;
    color:white;
}
.btn-custom:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 0;
}
.btn-custom:nth-child(2) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.header{
    height: 60px;
    width: 100%;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.form-donate{
    height: 1000px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.container-cus{
    margin: 0;
    padding: 0;
}
.loading {
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
    left: 0;
}
.label-text {
    display: inline-block;
    color: black;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5px;
    
}
.condition{
    color: #AC110D;
}
.label-donation {
    width: 100%;
}
.options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.option-item {
    width: 100%;
    margin: 10px;
}
@media (width <= 450px) {
    .options {
        flex-direction: column;
    }
}