.payment-heading{
    text-align: left;
    font-size: 100px;
    color: rgb(20, 154, 163);
    margin: 40px;

}

.transaction-success{
    background-color: rgb(237, 237, 237);
}

.transaction-failure{
    background-color: white;
}

.transaction-details {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 3% 6%;
    background-color: rgb(20, 154, 163);
    border-radius: 10px;
    box-shadow: 5px 10px 8px rgb(180, 190, 200);
}

.payment-status {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.payment-status-img{
    width: 40px;
    height: auto;
}

.payment-description {
    font-size: 15px;
    color: rgb(180, 190, 200);
}

.payment-hr {
    color: white;
}

.payment-details {
    padding: 8px;
    border-radius: 10px;
    background-color: white;
    color: rgb(20, 154, 163);
    text-align: left;
}

#payment-date{
    color: white;
}