.ProjectMilestoneItem{position:relative;display:flex;height:180;width:100%;cursor:pointer;flex-direction:column;align-items:flex-start;border-radius:1.5rem;background-color:hsla(var(--black-0));padding:24px 32px}@media not all and (min-width:768px){.ProjectMilestoneItem{min-height:180}}.ProjectMilestoneItem__add_button{display:flex;height:158px;width:100%;cursor:pointer;align-items:center;justify-content:center;border-radius:1.5rem;background-color:hsla(var(--black-0));padding:12px 24px}.ProjectMilestoneItem__add_button-icon{width:2.25rem;height:2.25rem}.ProjectMilestoneItem__control{position:absolute;right:.5rem;top:.5rem;display:flex;gap:.5rem}.ProjectMilestoneItem__control_button{display:flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:9999px;background-color:hsla(var(--black-150))}.ProjectMilestoneItem__body{display:flex;height:100%;width:100%;flex-direction:column;justify-content:space-between;row-gap:1rem}.ProjectMilestoneItem__body_top{display:flex;flex-direction:column;row-gap:.5rem}.ProjectMilestoneItem__body_bottom{display:flex;width:100%;flex-direction:column;justify-content:space-between;row-gap:.5rem}@media (min-width:768px){.ProjectMilestoneItem__body_bottom{flex-direction:row;align-items:center}}.ProjectMilestoneItem__body_bottom_link{display:flex;width:fit-content;align-items:center;column-gap:.5rem;border-radius:40px;background-color:hsla(var(--white-200));padding:4px 16px 6px 12px}.ProjectMilestoneItem__body_bottom_link-icon{width:.625rem;height:.625rem;color:hsla(var(--black-0))}.ProjectMilestoneItem__body_bottom_link-text{width:max-content;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:500;line-height:.75rem;color:hsla(var(--black-0))}.ProjectMilestoneItem__body_bottom_completed{display:flex;width:fit-content;align-items:center;column-gap:.5rem;border-radius:40px;border-width:1px;border-color:hsla(var(--ava-red-full));background-image:var(--ava-completed-gradient);padding:4px 16px 6px 12px;--tw-shadow:var(--ava-completed-shadow);--tw-shadow-colored:var(--ava-completed-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.ProjectMilestoneItem__body_bottom_completed-icon{width:.625rem;height:.625rem;color:hsla(var(--black-0))}.ProjectMilestoneItem__body_bottom_completed-text{width:max-content;font-size:.75rem;line-height:1rem;font-weight:500;line-height:.75rem;color:hsla(var(--white-0))}.Confirm{display:flex;width:100%;flex-direction:column;align-items:flex-start;row-gap:2rem;padding:0 0 40px}.Confirm__footer{display:grid;width:100%;grid-template-columns:repeat(1,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));align-items:flex-start;row-gap:1rem}.CreateProjectMilestoneModal{display:flex;width:100%;flex-direction:column;align-items:flex-start;row-gap:2rem;padding-bottom:2rem}.CreateProjectMilestoneModal__body{display:flex;width:100%;flex-direction:column;row-gap:1.5rem}.--button{width:100%}