
.head {
    margin-top: 2rem;
}

.ajustaPedido {
    margin-top: 2.5rem;
}

.ajustaImagemFrei {
    margin-top: 1rem;
}

.inputsText {
    border-radius: 2rem;
    font-size: 1rem;
    background-color: lightgrey;
    margin-left: 0px !important;
}

.inputTextEspacamento {
    margin-left: 1rem;
}


.buttonsValoresFixos {
    border-color: #198754;
    background-color: #198754;
    border-width: 0.2rem;
    font-weight: bold;
    border-radius: 2rem;
    margin-top: 3rem;
    width: 50%;
    color: #ffff;
}

    .buttonsValoresFixos:hover {
        background-color: #198754;
        border-color: #5f71fe;
        color: #ffff;
    }

.buttonsValores {
    border-color: #198754;
    background-color: #ffffff;
    border-width: 0.2rem;
    font-weight: bold;
    border-radius: 2rem;
    margin-top: 3rem;
    width: 50%;
    color: #000000;
}

    .buttonsValores:hover {
        background-color: #ffffff;
        border-color: #5f71fe;
        color: #000000;
    }

.buttonsTipoDoacao {
    border-radius: 2rem;
    margin-top: 3rem;
    width: 80%;
}

.doacaoMensal {
    background-color: #673c15;
    color: #ffff;
    width: 15rem;
    height: 3.2rem;
    border-radius: 2rem;
}

.checkedCustom {
    margin-left: 1rem;
    margin-right: 1rem;
}

.cardCustom {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-top: 5rem;
    margin-bottom: 1rem;
    border: none;
}

.doacaoTermo {
    text-align: justify;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.buttonNext {
    border-radius: 25px;
    width: 20rem;
    font-weight: bold;
    background-color: #198754;
    color: #ffffff;
    border: none;
    margin-left: 1rem;
    margin-right: 1rem;
}

.duvidas {
    background-color: #ebe1ce;
    text-align: justify;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.entidade {
    margin-top: 2rem;
}

.clickDoBem {
    margin-top: 0.5rem;
}

.campoOutrosValores {
    height: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.campoOutrosValoresSemTop {
    height: 3rem;
    margin-bottom: 1rem;
}

.inputCartoes {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.iconWhatsapp {
    margin-top: 1rem;
}

@media (prefers-color-scheme: dark) {
    .buttonsValores {
        border-color: #198754;
    }

        .buttonsValores:hover {
            background-color: #198754;
        }

    .buttonNext {
        border-radius: 25px;
        width: 20rem;
        font-weight: bold;
        background-color: #198754;
        color: #ffffff;
        border: none;
        margin-left: 1rem;
        margin-right: 1rem;
    }


    .duvidas {
        background-color: #ebe1ce;
        text-align: justify;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.row-custom-BoletoCopiar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0.5rem;
}

.checkbox-grande {
    width: 60px !important;
}
