body {
    background-color: white;
}

#paypal-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb li:not(:first-child)::before {
    content: "\2192";
}

.invalid-feedback {
    position: unset;
}

.decoration1 {
    color: #0a47a9;
    font-weight: bolder;
}

.decoration {
    color: #c51b6c;
    font-weight: bolder;
}

.custom1 h2 {
    text-align: center;
}

.custom1 .card {
    border: 1px solid #c51b6c;
    margin-bottom: 20px;
}

.custom1 .card-header {
    background-color: #c51b6c;
    color: white;
    text-align: left;
}

.custom1 .card-body {
    padding: 8px 24px 8px 24px;
}

.custom1 .card-text, .custom1 ul {
    text-align: left;
    margin-bottom: 6px;
}

.custom1 th, .custom1 td {
    border: 1px solid rgb(160 160 160);
}

.custom1 .card-header .decoration1 {
    color: white;
}

.custom1 .card-header .decoration {
    color: white;
}

.custom1 .start_button {
    background-color: #c51b6c;
    color: white;
    font-size: 1.2em;
    line-height: 2em;
}

.custom1 .fa-4xl {
    font-size: 2.5em;
    margin: 10px;
}

.btn-primary, .bg-primary {
    background-color: #c51b6c!important;
    box-shadow: none!important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #9C1753!important;
}

.text-primary,
.breadcrumb-item.active,
.breadcrumb-item.active a,
footer h5
{
    color: #c51b6c!important;
}

.footer {
    display: flex; width: 100%; background: #fff; color:#000; align-items: center; justify-content: center; height: 3rem; padding: 2rem 1rem; overflow: hidden;
}
.footer ul {
    color:#000!important;
}