.rental-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.rental-summary button{border:1px solid var(--line);background:white;border-radius:15px;padding:18px;text-align:left;color:var(--text)}.rental-summary button.selected{border-color:var(--blue);box-shadow:0 0 0 2px rgba(49,85,231,.1)}.rental-summary strong,.rental-summary span{display:block}.rental-summary strong{font-size:27px}.rental-summary span{color:var(--muted);margin-top:4px}.owners-table .thead,.owners-table .trow{grid-template-columns:1.5fr 1.4fr .5fr .7fr auto}.properties-table .thead,.properties-table .trow{grid-template-columns:1.7fr 1fr .7fr .8fr .7fr auto}.progress{height:8px;border-radius:999px;background:#e7edf7;overflow:hidden}.progress i{display:block;height:100%;background:var(--green);border-radius:inherit}.status.muted{background:#9aa5b8}.primary:disabled{opacity:.45;cursor:not-allowed}.hidden{display:none!important}textarea{width:100%;border:1px solid #cfd8e8;border-radius:11px;padding:13px 14px;background:white;color:var(--text);font:inherit;resize:vertical;outline:none}textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(49,85,231,.12)}@media(max-width:1000px){.properties-table .thead,.properties-table .trow{grid-template-columns:1.5fr 1fr .8fr auto}.properties-table .thead span:nth-child(3),.properties-table .trow>span:nth-child(3),.properties-table .thead span:nth-child(4),.properties-table .trow>span:nth-child(4){display:none}.owners-table .thead,.owners-table .trow{grid-template-columns:1.5fr 1.2fr .7fr auto}.owners-table .thead span:nth-child(3),.owners-table .trow>span:nth-child(3){display:none}}@media(max-width:720px){.rental-summary{grid-template-columns:repeat(2,1fr)}}
