.logo-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-left: 100px;
}

.logo-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #efefefef; 
    box-sizing: border-box;
}

.form-check-label{
        margin-bottom:.5rem;
}

/* Shrink the logo on smaller screens */
@media (max-width: 768px) {
    .logo-container {
        width: 75px;
        height: 75px;
        margin-left: 20px;
        margin-bottom: 0px;
    }

    .logo-circle {
        width: 75px;
        height: 75px;
    }


    .form-label, .form-check-label
    {
        margin-bottom: 0px;
    }

    h1.h4 {
        font-size: 1rem;
    }

}

a {
   color: #828282;
}

.logo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html, body {
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

@media (max-width: 768px) {
    .main-content {
        padding: 15px 0px;
        align-items: start;
    }
    
    header{
        max-height: 100px;
    }
    body, .form-select{
        font-size: 0.9rem;
        font-weight: 500;
    }


}

.header-geometry {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}

.main-logo-container {
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-left: 15px;
}

.charity-title {
    font-size: 1.2rem;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 10px;
    font-weight: bold;
    text-transform: capitalize;
    align-self: center;
}


@media (max-width: 1124px) {
    .charity-title {
        color: #ffffff;
    }
}

.payment-header-image > img {
    width: 100%;
    height: 599px;
    object-fit: cover;
    object-position: center;
    border-radius: 0.375rem;
}

@media (min-width: 768px) { 
    .card-min-height {
        height: 599px;
    }

    .py-5-mobile {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .custom-w-md-50 {
        width: 50% !important;
    }

    .font-desktop-080 { 
        font-size: 0.80rem; 
    }

}

.dd-char-box {
    width: 20px;
    height: 26px;
    padding-top: 3px;
    font-size: 0.75rem;
}

.satisfaction-btn{
    border: none;
}

.satisfaction-btn.selected {
    box-shadow: 0 0 0 1px black;
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .button-wrap {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .btn-no-wrap {
        padding: 0.375rem 0.4rem;
        white-space: nowrap;
        padding: 0.375rem 0.5rem;
        font-size: 0.85rem;  
    }

    .next-button {
        flex: 1 1 auto;
    }

    .d-flex > .button-wrap,
    .d-flex > .next-button {
        width: auto !important;
    }
}