frontend/src/app/return-service/agent-view/home/home.component.css [26:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    color: #041E49;
    text-align: center;
    font-family: "Google Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.placed-order {
    margin-top: 100px;
    width: 772px;
    text-align: center;
}

.returnServiceTitle {
    color: #041E49;
    font-family: "Google Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.homeBtn {
    background: #A0BBFF;
    border-radius: 100px;
    padding: 4px 6px 8px 6px;
    margin-bottom: 6px;
    cursor: pointer;
}

.receiptId {
    border-radius: 33px;
    border: 1px solid #000;
    background: #FFF;
    width: 479px;
    height: 66px;
    flex-shrink: 0;
    padding: 0px 20px;
    margin-bottom: 100px;
}

.content {
    padding: 3px 5px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



frontend/src/app/return-service/refund-item/refund-item.component.css [21:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    color: #041E49;
    text-align: center;
    font-family: "Google Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.placed-order {
    margin-top: 100px;
    width: 772px;
    text-align: center;
}

.returnServiceTitle {
    color: #041E49;
    font-family: "Google Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.homeBtn {
    background: #A0BBFF;
    border-radius: 100px;
    padding: 4px 6px 8px 6px;
    margin-bottom: 6px;
    cursor: pointer;
}

.receiptId {
    border-radius: 33px;
    border: 1px solid #000;
    background: #FFF;
    width: 479px;
    height: 66px;
    flex-shrink: 0;
    padding: 0px 20px;
    margin-bottom: 100px;
}

.content {
    padding: 3px 5px;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



