.btn-primary {
    font-size: 16px;
    padding: 10px 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #4690CF;
    color: white;
}

.notewell {
    font-size: 13px;
    color: #666;
    font-style: italic;
    margin-top: 4px;
    margin-left: 10px;
}


.s_section {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    width: 90%;
    max-width: 1000px;
    padding-left: 10px;
    background-color: white;
    padding: 20px 25px;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.s_section h2 {
    text-align: center;
}

/******** Pending Transactions *********/
.pending-txn-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pending-txn {
    width: 95%;
    border: 1px solid grey;
    padding: 10px;
    margin-bottom: 20px;
}

.pending-txn h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #4690CF;
}
