/* Checklist task links */
.check-list-widget-child-item {
	padding-left: 20px;
}

.ithive-checklist-open-task {
	position: absolute;
	left: -5px;
	top: 16px;
	z-index: 1;
}

.ithive-checklist-open-task a {
	width: 24px;
	display: inline-block;
	height: 24px;
	cursor: pointer;
	opacity: .45;
	-webkit-transition: 250ms opacity linear;
	-o-transition: 250ms opacity linear;
	transition: 250ms opacity linear;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzgwODY4RSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuOTkgNS44OUw5LjU1IDguMzNhMy40NSAzLjQ1IDAgMDEtNC44OCAwIDMuNDQ3IDMuNDQ3IDAgMDEtLjUyNC0uNjk2TDUuMjggNi41Yy4wNTQtLjA1NC4xMi0uMDg1LjE4NC0uMTIyLjA3OS4yNjguMjE1LjUyMS40MjYuNzMyYTEuNzI3IDEuNzI3IDAgMDAyLjQ0IDBsMi40NC0yLjQ0YTEuNzI2IDEuNzI2IDAgMDAwLTIuNDQgMS43MjcgMS43MjcgMCAwMC0yLjQ0IDBsLS44NjguODY5YTQuMzI5IDQuMzI5IDAgMDAtMi4yLS4yNEw3LjExIDEuMDExYTMuNDUgMy40NSAwIDAxNC44OCA0Ljg4ek01LjUzOCA5LjkwMmwtLjg2OC44NjhhMS43MjggMS43MjggMCAwMS0yLjQ0IDAgMS43MjggMS43MjggMCAwMTAtMi40NGwyLjQ0LTIuNDRhMS43MjYgMS43MjYgMCAwMTIuNDQgMGMuMjEuMjEuMzQ3LjQ2NC40MjYuNzMxLjA2NC0uMDM3LjEzLS4wNjcuMTg0LS4xMjFsMS4xMzMtMS4xMzNhMy4zOSAzLjM5IDAgMDAtLjUyMy0uNjk3IDMuNDUgMy40NSAwIDAwLTQuODggMEwxLjAxIDcuMTFhMy40NSAzLjQ1IDAgMDA0Ljg4IDQuODhsMS44NS0xLjg1YTQuMzI2IDQuMzI2IDAgMDEtMi4yMDItLjIzOHoiLz48L3N2Zz4=") no-repeat center;
	background-size: 13px 13px;
}

.ithive-checklist-open-task a:hover {
	opacity: 1;
}

.popup-window .ithive-checklist-open-task {
	display: none !important;
	pointer-events: none;
}

.ithive-action-offset {
	margin-left: 10px;
}

.ithive-link-disabled {
	opacity: .5;
}

.ithive-testcase-input {
	width: 260px;
	margin-right: 6px;
}

.ithive-status-select {
	max-width: 200px;
}

.ithive-tasks-field-status {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 220px;
	max-width: 320px;
}

.ithive-tasks-field-status .b24-hover-pill {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 30px;
	border: 1px solid #dfe4ea;
	border-radius: 16px;
	background: #fff;
	padding: 0 10px;
	padding-right: 34px;
	width: 100%;
}

.ithive-tasks-field-status .b24-hover-pill-content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 0;
}

.ithive-tasks-field-status .tasks-field-status-text {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.ithive-tasks-field-status .tasks-field-status-control {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 16px;
	height: 16px;
	pointer-events: none;
}

.ithive-tasks-field-status .tasks-field-status-control-icon {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #8f9ba8;
}

.ithive-status-select-native {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.ithive-instructions-list {
	margin: 0 0 0 -40px;
	list-style: none;
}

.ithive-instructions-list-item {
	margin-bottom: 5px;
}

.ithive-instructions-toggle {
	cursor: pointer;
}

.ithive-popup-width-420 {
	width: 420px;
}

.ithive-popup-intro-400 {
	margin: 10px;
	width: 400px;
}

.ithive-popup-intro-500 {
	margin: 10px;
	width: 500px;
}

.ithive-popup-intro-600 {
	margin: 10px;
	max-width: 620px;
}

.ithive-popup-block {
	margin: 10px;
}

.ithive-popup-error-400 {
	margin: 10px;
	width: 400px;
	color: red;
}

.ithive-float-left {
	float: left;
}

.ithive-display-none {
	display: none;
}

.ithive-related-error {
	color: red;
	margin-top: 10px;
}

.ithive-max-width-500 {
	max-width: 500px;
}

.ithive-width-500 {
	width: 500px;
}

.ithive-width-200 {
	width: 200px;
}

.ithive-text-red {
	color: red;
}

.ithive-text-grey-width-500 {
	color: grey;
	width: 500px;
}

.ithive-text-muted-width-250 {
	color: #777;
	width: 250px;
}

.ithive-cursor-pointer {
	cursor: pointer;
}

.ithive-bordered-white-table {
	border: 1px solid #a9a9a9;
	background-color: white;
}

.ithive-bordered-table {
	border: 1px solid #a9a9a9;
}

.tasks-field-users {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 6px;
}

.tasks-field-users .b24-hover-pill {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #dfe4ea;
	border-radius: 14px;
	background: #fff;
	padding: 2px 8px 2px 3px;
}

.tasks-field-users .b24-hover-pill-content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tasks-field-users .b24-user-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tasks-field-users .b24-user-avatar {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 6px;
	background: #d5dbe1;
}

.ithive-user-avatar-img {
	width: 22px;
	height: 22px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.ithive-user-avatar-fallback {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #b6bec6;
	border-radius: 50%;
}

.tasks-field-users .b24-user-label-name {
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

.ithive-user-pill-editable {
	cursor: pointer;
}

.ithive-user-pill-editable .b24-hover-pill {
	cursor: pointer;
}

.ithive-user-pill-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 6px;
}

.ithive-task-progress-wrap {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}

.ithive-task-progress-steps {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 2px;
}

.ithive-task-progress-step {
	width: 10px;
	height: 16px;
	border-radius: 2px;
	background: #e8ecf2;
	-webkit-transition: background-color .15s linear;
	-o-transition: background-color .15s linear;
	transition: background-color .15s linear;
}

.ithive-task-progress-step--active {
	background: #7fa9f8;
}

.ithive-task-progress-step--editable {
	cursor: pointer;
}

.ithive-task-progress-percent {
	color: #6b7280;
	font-size: 12px;
}

.ithive-stands-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.ithive-stands-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

.ithive-stands-icon {
	color: #535c69;
}

.ithive-stands-count {
	font-size: 12px;
	font-weight: 400;
	color: #8a8e94;
	background: #f4f5f7;
	padding: 2px 8px;
	border-radius: 10px;
}

.ithive-stands-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 6px;
	padding: 7px 14px;
	font-size: 13px;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-transition: background-color .12s ease;
	-o-transition: background-color .12s ease;
	transition: background-color .12s ease;
}

.ithive-stands-btn:disabled {
	opacity: .55;
	cursor: default;
	pointer-events: none;
}

.ithive-stands-btn-primary {
	background: #2067b0;
	color: #fff;
}

.ithive-stands-btn-primary:hover {
	background: #1a5a9a;
}

.ithive-stands-btn-danger {
	background: #d14545;
	color: #fff;
}

.ithive-stands-btn-danger:hover {
	background: #b83939;
}

.ithive-stands-btn-secondary {
	background: #fff;
	color: #535c69;
	border-color: #dde0e4;
}

.ithive-stands-btn-secondary:hover {
	background: #f8f9fb;
}

.ithive-stands-btn-icon {
	font-size: 15px;
	line-height: 1;
}

.ithive-stands-footnote {
	margin-top: 12px;
	padding: 10px 0;
	border-top: 1px solid #edf0f3;
	font-size: 12px;
	line-height: 1.6;
	color: #707a87;
}

.ithive-stands-footnote-title {
	margin-bottom: 4px;
	font-weight: 600;
	color: #535c69;
}

.ithive-stands-footnote-title-spaced {
	margin-top: 12px;
}

.ithive-stands-footnote code {
	padding: 1px 5px;
	border-radius: 3px;
	background: #f1f3f5;
	font-family: Consolas, Menlo, monospace;
	font-size: 12px;
	color: #2c3742;
}

.ithive-stands-footnote code.ithive-stand-copy {
	color: #2067b0;
	border-bottom: none;
	cursor: pointer;
}

.ithive-stands-footnote code.ithive-stand-copy:hover {
	background: #e4ebf3;
	color: #15457a;
}

.ithive-stands-state {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 28px 16px;
	text-align: center;
	color: #535c69;
}

.ithive-stands-state-loading {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 10px;
}

.ithive-stands-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid #dde0e4;
	border-top-color: #2067b0;
	border-radius: 50%;
	-webkit-animation: ithive-stands-spin .8s linear infinite;
	        animation: ithive-stands-spin .8s linear infinite;
}

@-webkit-keyframes ithive-stands-spin {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes ithive-stands-spin {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

.ithive-stands-empty-text {
	margin: 0 0 4px;
	font-size: 13px;
	color: #535c69;
}

.ithive-stands-empty-hint {
	margin: 0;
	font-size: 12px;
	color: #8a8e94;
}

.ithive-stands-error-text {
	margin: 0 0 10px;
	font-size: 13px;
	color: #d14545;
}

.ithive-stands-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #edeef0;
}

.ithive-stand-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f4f5f7;
}

.ithive-stand-item:last-child {
	border-bottom: none;
}

.ithive-stand-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px;
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.ithive-stand-name {
	color: #2067b0;
	font-weight: 600;
	word-break: break-all;
	text-decoration: none;
}

.ithive-stand-name:hover {
	text-decoration: underline;
}

.ithive-stand-access {
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.45;
	color: #525c69;
}

.ithive-stand-access strong {
	font-weight: 600;
	color: #333;
}

.ithive-stand-copy {
	color: #2067b0;
	font-weight: 600;
	cursor: pointer;
	border-bottom: 1px dashed currentColor;
}

.ithive-stand-copy:hover {
	color: #15457a;
}

.ithive-stand-sep {
	margin: 0 4px;
	color: #a0a8b3;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ithive-stand-copy-tip {
	position: fixed;
	z-index: 100000;
	padding: 6px 10px;
	background: #333a44;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 6px;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(4px);
	    -ms-transform: translateY(4px);
	        transform: translateY(4px);
	-webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
	transition: opacity .15s ease, -webkit-transform .15s ease;
	-o-transition: opacity .15s ease, transform .15s ease;
	transition: opacity .15s ease, transform .15s ease;
	transition: opacity .15s ease, transform .15s ease, -webkit-transform .15s ease;
	-webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
	        box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}

.ithive-stand-copy-tip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #333a44;
}

.ithive-stand-copy-tip.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.ithive-stands-modal-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(40, 50, 70, .45);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px;
	z-index: 1000;
}

.ithive-stands-modal {
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
	        box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
	width: 100%;
	max-width: 440px;
	overflow: hidden;
}

.ithive-stands-modal-sm {
	max-width: 420px;
}

.ithive-stands-modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 16px 20px;
	border-bottom: 1px solid #edeef0;
}

.ithive-stands-modal-title {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.ithive-stands-close {
	background: transparent;
	border: none;
	font-size: 22px;
	line-height: 1;
	color: #8a8e94;
	cursor: pointer;
}

.ithive-stands-modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 8px;
	padding: 12px 20px;
	background: #f8f9fb;
	border-top: 1px solid #edeef0;
}

.ithive-stands-form-group {
	margin-bottom: 16px;
}

.ithive-stands-form-label {
	display: block;
	font-size: 13px;
	color: #535c69;
	margin-bottom: 8px;
}

.ithive-stands-label-hint {
	color: #8a8e94;
	font-weight: 400;
}

.ithive-stands-option-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.ithive-stands-option-card {
	border: 1px solid #dde0e4;
	border-radius: 4px;
	padding: 10px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	cursor: pointer;
	-webkit-transition: border-color .12s ease, background-color .12s ease;
	-o-transition: border-color .12s ease, background-color .12s ease;
	transition: border-color .12s ease, background-color .12s ease;
}

.ithive-stands-option-card:hover {
	border-color: #2067b0;
}

.ithive-stands-option-card input[type="radio"] {
	margin: 0;
	width: 14px;
	height: 14px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	accent-color: #2067b0;
}

.ithive-stands-option-card:has(input[type="radio"]:checked) {
	border-color: #2067b0;
	border-width: 2px;
	padding: 9px 11px;
	background: #e6f1fb;
}

.ithive-stands-option-title {
	font-size: 14px;
	font-weight: 500;
}

.ithive-stands-option-hint {
	font-size: 11px;
	color: #535c69;
}

.ithive-stands-input {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #dde0e4;
	border-radius: 4px;
	padding: 7px 10px;
	font-size: 13px;
	color: #333;
}

.ithive-stands-preview {
	background: #f8f9fb;
	border-radius: 4px;
	padding: 10px 12px;
	font-size: 12px;
	color: #535c69;
	line-height: 1.6;
}

.ithive-stands-preview-url {
	color: #2067b0;
	font-weight: 500;
}

.ithive-stands-preview-meta {
	color: #8a8e94;
}

.ithive-stands-delete-message {
	margin: 8px 0 0;
	font-size: 13px;
	color: #535c69;
}

.popup-window.ithive-stands-popup {
	border-radius: 6px;
	overflow: hidden;
}

.popup-window.ithive-stands-popup .popup-window-titlebar {
	border-bottom: 1px solid #edeef0;
}

.popup-window.ithive-stands-popup .popup-window-titlebar-text {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.popup-window.ithive-stands-popup .popup-window-content {
	background: #fff;
	font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

.popup-window.ithive-stands-popup .popup-window-buttons {
	padding: 12px 20px;
	background: #f8f9fb;
	border-top: 1px solid #edeef0;
}

.popup-window.ithive-stage-task-popup .popup-window-content {
	max-height: calc(100vh - 220px);
	overflow-y: auto;
	overflow-x: hidden;
}

.popup-window.ithive-new-sprint-popup {
	width: 660px;
	max-width: calc(100vw - 32px);
}

.popup-window.ithive-new-sprint-popup .popup-window-content {
	max-height: min(75vh, 620px);
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.popup-window.ithive-new-sprint-popup .ithive-popup-block,
.popup-window.ithive-new-sprint-popup .ithive-popup-intro-600 {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.popup-window.ithive-new-sprint-popup #add_sprint input[type="text"],
.popup-window.ithive-new-sprint-popup #add_sprint textarea {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.popup-window.ithive-new-sprint-popup #add_sprint .ithive-new-sprint-textarea {
	width: 100%;
	min-height: 80px;
	resize: vertical;
}

.popup-window.ithive-new-sprint-popup #add_sprint table {
	max-width: 100%;
}

.popup-window.ithive-new-sprint-popup .hive_preloader {
	width: auto;
	max-width: 100%;
}

.ui-chip[data-task-chip-id="relatedTasks"],
.ui-chip[data-task-chip-id="subTasks"],
.tasks-field-relation-tasks[data-task-field-id="relatedTasks"] .tasks-field-relation-tasks-icon.--add,
.tasks-field-relation-tasks[data-task-field-id="subTasks"] .tasks-field-relation-tasks-icon.--add{
    display: none;
}
