.history-block{background-color:var(--background-2);border-radius:10px;padding:40px;box-shadow:0 0 20px 4px rgba(0,0,0,.06);position:relative;display:flex;flex-direction:column;gap:30px;width:100%}@media(max-width:960px){.history-block{padding:20px}}.history-block .title-block{display:flex;justify-content:space-between;align-items:flex-start}@media(max-width:960px){.history-block .title-block{flex-direction:column}}.history-block .title-block .title{font-size:24px;font-weight:600;line-height:29px;color:var(--text-2)}.history-block .title-block .text{font-size:16px;font-weight:500;line-height:21px;color:var(--text-2)}.history-block .title-block .left-side{width:50%}@media(max-width:960px){.history-block .title-block .left-side{width:100%}}.history-block .table .table-header{display:flex;background-color:var(--background-4);border-radius:5px;padding:15px}@media(max-width:960px){.history-block .table .table-header{display:none}}.history-block .table .table-header .heading{font-size:14px;font-weight:600;line-height:17px;color:var(--text-2)}.history-block .table .table-body{display:flex;flex-direction:column;gap:5px}.history-block .table .table-body .table-row{display:flex;flex-wrap:wrap;align-items:center;padding:15px}@media(max-width:960px){.history-block .table .table-body .table-row{gap:10px;background-color:var(--background-3)}.history-block .table .table-body .table-row .col{width:45%}}.history-block .table .table-body .table-row .label{display:none;margin:0;font-weight:600}@media(max-width:960px){.history-block .table .table-body .table-row .label{display:block}}.history-block .table .table-body .table-row .break{word-wrap:break-word}.history-block .no-invoices{color:var(--line-1);font-size:15px;font-weight:400;line-height:18px;padding-left:10px;padding-right:10px}.history-block .col{width:18%}.history-block .actions-col{display:flex;width:10%;gap:5px}@media(max-width:960px){.history-block .actions-col{width:100%;flex-direction:column}}.history-block .actions-col .action-button{background:none;cursor:pointer}@media(max-width:960px){.history-block .actions-col .action-button{display:none}}.history-block .actions-col .action-button:hover{color:var(--hover-1)}.history-block .actions-col .action-button:hover path{fill:var(--hover-1)}.history-block .actions-col .action-button path{transition:fill .3s ease}.history-block .actions-col .mobile-buttons{display:none}@media(max-width:960px){.history-block .actions-col .mobile-buttons{display:flex;flex-direction:column;gap:5px}}.history-block .actions-col .mobile-buttons button{width:100%}.history-block .alert-box{display:flex;gap:10px;padding-left:10px;padding-right:10px}.history-block .alert-box .text{color:var(--red-1);font-size:12px;font-weight:500;line-height:15px}