:root{--core-blue:#064b7c;--core-success:#7ec373;--core-info:var(--core-blue);--core-danger:#ebd265;--core-warning:#df6567}html[data-theme=dark]{--core-blue:#4da8ff;--core-success:#82e084;--core-info:var(--core-blue);--core-danger:#ebd265;--core-warning:#ff8566}.deployments-table{overflow:visible}.deployments-table .active-deployment{box-shadow:var(--core-success) 4px 0 0 inset}.deployments-table .cell-status{display:flex;align-items:center;gap:.25rem}.deployments-table .cell-status svg{width:1.5rem;height:1.5rem}.deployments-table .cell-status.status--success svg{color:var(--core-success)}.deployments-table .cell-status.status--active svg{fill:var(--core-info);width:1.25rem;height:1.25rem;margin-right:.125rem}.deployments-table .cell-status.status--failure svg{color:var(--core-warning)}.deployments-table .cell-date{max-width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deployments-table .popup__trigger-wrap{justify-content:flex-end}.deployments-table .btn{margin:0}.deployments-table .btn svg{width:1rem;height:1rem;margin-right:.25rem;fill:var(--color)}.deployments-table svg.fa-spin{animation-name:fa-spin;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.deployments-table-skeleton .skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;display:block}.deployments-table-skeleton .skeleton--text{height:16px;margin:2px 0}.deployments-table-skeleton .skeleton--text.skeleton--url{width:20rem;max-width:100%}.deployments-table-skeleton .skeleton--text.skeleton--date,.deployments-table-skeleton .skeleton--text.skeleton--status{width:8rem}.deployments-table-skeleton .cell-status{display:flex;align-items:center;gap:.25rem}.deployments-table-skeleton .cell-date{max-width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-theme=dark] .deployments-table-skeleton .skeleton{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}