.isSuccess{
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 15px;
    background-color: #29a976 !important;
    min-height: 70% !important;
    max-height: 90% !important;
    border-radius: 3%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.isPending{
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 15px;
    background-color: #fc3878 !important;
    min-height: 70% !important;
    max-height: 90% !important;
    border-radius: 3%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.solved-text{
    color: #29a976;
}