.PaymentDueDocuments{background:#e3efff;border:1px solid #180a9b;border-radius:12px;padding:15px;display:flex;flex-direction:column;gap:15px}.PaymentDueDocuments h2{font-weight:700}.PaymentDueDocuments .doc{display:flex;align-items:center;gap:30px;padding:15px;border-radius:8px}.PaymentDueDocuments .doc .price{flex:1 1 0;text-align:right;font-weight:700;white-space:nowrap}.PaymentDueDocuments .doc .label{white-space:nowrap;margin:0}.PaymentDueDocuments .doc .Icon{margin-right:0}.PaymentDueDocuments .doc .Icon,.PaymentDueDocuments .doc .Icon svg{width:45px;height:45px}.PaymentDueDocuments .doc:hover{cursor:pointer;background-color:#c6d9f4}.Invoices{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.Invoices .stInvoice{border-radius:5px;background:#fff;border:1px solid #180a9b;padding:15px;box-shadow:0 5px 10px 1px #cae0ff;display:flex;align-items:center;gap:15px;cursor:pointer}.Invoices .stInvoice .label{font-weight:700;margin:0}.Invoices .stInvoice:hover{opacity:.7}