.ticketWrapper{border-radius:16px;align-self:stretch;align-items:center;display:flex;overflow:hidden;box-shadow:0 12px 16px -4px #76767614,0 4px 6px -2px #76767608}.ticket{border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;flex:1 0 0;align-items:flex-start;display:flex;overflow:hidden}.ticket>.ticketContent{background:#191919;flex-direction:column;align-self:stretch;align-items:flex-start;gap:16px;padding:24px;display:flex}.niceLink{color:#4aa6fc;text-decoration-skip-ink:auto;text-underline-offset:auto;text-underline-position:from-font;white-space:nowrap;width:max-content;text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:auto}.ticketStatus{background:#fcddcc;border-radius:8px;padding:6px}.ticketStatus.small{padding:4px}.ticketStatus.DevelopmentRequired,.ticketStatus.InProgress{background:var(--dev-colour)}.ticketStatus.ReadyForTesting,.ticketStatus.Testing{background:var(--testing-colour)}.ticketStatus.OnHold{background:var(--blocked-colour)}.ticketStatus.ReadyForUAT,.ticketStatus.UserAcceptanceTesting,.ticketStatus.ReadyForRelease{background:var(--release-colour)}.ticketStatus.Done{background:var(--complete-colour)}.resourcesInvolved .resourceAvatar{border-radius:10px;max-width:24px;max-height:24px}.ticketHeader{width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available;background:#121212;border-bottom:1px solid #292929}.divider{background:#fff6;width:100%;height:2px}.ticketDescription{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.serviceChip{color:#fff;background-color:#2a2d34;border-radius:12px;width:auto;padding:4px 8px;font-weight:500}.ticketsWithIntersectingDeploymentsGrid{grid-template-columns:auto 1fr auto;align-self:stretch;align-items:baseline;gap:16px}.serviceBuildsGrid{width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available;height:100%;height:-moz-available;height:-webkit-fill-available;height:fill-available;grid-template-columns:150px 1fr 1fr 1fr 1fr 1fr 1fr;gap:16px;display:grid}.serviceBuildsGrid .left-align{place-self:center start}.serviceBuildsGrid .right-align{place-self:center end}.serviceBuildsGrid>:not(.left-align):not(.right-align){place-self:center}.ticketFrame{align-self:stretch;align-items:center;gap:8px;margin-right:-16px;padding:5px 0;display:flex}.ticketFrame .frameIndicator{background:#fcddcc;border-radius:20px 0 0 20px;align-self:stretch;width:24px}.ticketFrame .frameIndicator.DevelopmentRequired,.ticketFrame .frameIndicator.InProgress{background:var(--dev-colour)}.ticketFrame .frameIndicator.ReadyForTesting,.ticketFrame .frameIndicator.Testing{background:var(--testing-colour)}.ticketFrame .frameIndicator.OnHold{background:var(--blocked-colour)}.ticketFrame .frameIndicator.ReadyForUAT,.ticketFrame .frameIndicator.UserAcceptanceTesting,.ticketFrame .frameIndicator.ReadyForRelease{background:var(--release-colour)}.ticketFrame .frameIndicator.Done{background:var(--complete-colour)}.genericLoader{box-sizing:border-box;border:3px solid #fff;border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block;position:relative}.genericLoader:after{content:"";box-sizing:border-box;transform-origin:50%;border:3px solid #ff3d00;border-top-color:#0000;border-radius:50%;width:24px;height:24px;margin:auto;animation:.5s linear infinite rotationBack;position:absolute;inset:0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
