.success-instructions {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
}

.success-instructions h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.success-instructions ol {
    margin-top: 10px;
    padding-left: 20px;
}

.success-instructions li {
    margin-bottom: 5px;
}

#linkPagamento {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
}

#linkPagamento:hover {
    background-color: #218838;
}

.pagarAgora {
    background-color: #28a745;
    color: white !important;
    padding: 4px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.pagarAgora:hover {
    background-color: #218838;
    color: white !important;
}

.pendentePagamento {
    font-weight: 700;
    color: red;
}