/* module-key = 'de.t2consult.atlassian.jira.announceit:announceit-resources', location = '/ui/static/css/main.css' */
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
		'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
#root-announcement {
	padding: 20px;
}
#jit-announcements-root, #jit-announcements-preview {
	position: relative;
	z-index: 100;
}
.dummy-container {
	width: 100%;
	border: 1px solid gray;
	padding: 10px 5px 5px 5px;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}
.dummy-container:before {
	content: 'P R E V I E W';
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 0;
	font-size: 10px;
	border: 1px solid gray;
	border-radius: 5px;
	background: white;
	text-align: center;
	padding: 0 6px;
	font-weight: bold;
}
.custom-scroll,
.css-11wjbfv,
.fs-wrapper-on {
	overflow-y: auto !important;
	overflow-x: hidden !important;
	scrollbar-color: lightgray rgba(0, 0, 0, 0) !important;
	scrollbar-width: thin !important;
}
/* width */
.custom-scroll::-webkit-scrollbar,
.css-11wjbfv::-webkit-scrollbar,
.fs-wrapper-on::-webkit-scrollbar {
	width: 10px !important;
}
/* Track */
.custom-scroll::-webkit-scrollbar-track,
.css-11wjbfv::-webkit-scrollbar-track,
.fs-wrapper-on::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0) !important;
}
/* Handle */
.custom-scroll::-webkit-scrollbar-thumb,
.css-11wjbfv::-webkit-scrollbar-thumb,
.fs-wrapper-on::-webkit-scrollbar-thumb {
	background: lightgray !important;
}
/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover,
.css-11wjbfv::-webkit-scrollbar-thumb:hover,
.fs-wrapper-on::-webkit-scrollbar-thumb:hover {
	background: #555 !important;
}
.jitPopup {
	box-shadow: 0 8px 12px #091e423f, 0 0 1px #091e424f;
}
.jit-banners-holder {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: white;
}

.jit-banner {
    width: 100%;
    position: relative;
}
.jit-flag {
    position: relative;
}
.jit-announcement-msg {
    white-space: pre-line;
}

.jit-tick-button {
    display: flex;
    position: absolute;
    width: 15px;
    height: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

.jit-tick-button::before,
.jit-tick-button::after {
    content: '';
    position: absolute;
    background-color: green;
}

.jit-tick-button::before {
    width: 15%;
    height: 100%;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%) rotate(30deg);
    border-radius: 2px;
}

.jit-tick-button::after {
    width: 15%;
    height: 50%;
    top: 67%;
    left: 36%;
    transform: translate(-50%, -50%) rotate(-30deg);
    border-radius: 2px;
}

.flag-holder {
    position: fixed;
    top: 15%;
    right: 1%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 20%;
    z-index: 2;
}

.overlay-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
}
.overlay-inner-holder {
    width: 25%;
    display: flex;
    flex-direction: column;
    max-height: 85%;
}
.jit-overlay {
    margin: 10px;
    width: 95%;
}
.jit-severity-info {
    background: blue;
}
.jit-severity-warning {
    background: yellow;
}
.jit-severity-error {
    background: red;
}
.banner-content {
    display: flex;
    gap: 10px;
}
.overlayContainer {
    background: white;
    border-radius: 3px;
}
.overlayUpperArea {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid lightgray;
    padding: 10px;
}
.overlayLowerArea {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.overlayTitle {
    font-weight: 600;
}
.overlayMessage {
    margin-bottom: 20px;
    margin-left: 10px;
}
.bannerContainer {
    border-radius: 3px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bannerUpperArea {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bannerTitle {
    font-weight: 600;
}

.loadingSpan {
    background: #e2e0e0;
    border-radius: 50px;
    height: 24px;
    width: 24px;
}
.loadingTitle {
    width: 25%;
    background: #e2e0e0;
    border-radius: 50px;
    color: #e2e0e0;
    text-align: center;
    user-select: none;
}
.page-heading {
	flex-basis: 100%;
	max-width: 100%;
}
.project-config-container {
	display: flex;
	flex-wrap: nowrap;
	padding: 0 50px 0 0;
}
.col {
	display: flex;
	flex-flow: column;
}
.col-right {
	padding-bottom: 20px;
	flex-basis: 40%;
	max-width: 40%;
	background-color: white;
	padding-left: 50px;
	padding-right: 50px;
	border-style: solid;
	border-color: #dfe1e6;
	border-width: 1px;
	border-radius: 0 5px 5px 5px;
	position: relative;
}
.deleted-indicator {
	opacity: 0.5;
}
.ack-users-display {
	position: absolute;
	padding: 10px;
	border: 1px solid lightgray;
	left: 102%;
	border-radius: 5px;
	width: 165px;
}
.css-q0b2qn {
	opacity: 0;
	animation: fadeIn 0s .5s forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.item-list-style {
	width: 400px;
	margin-right: -1px;
}
.item-style:first-child {
	border-radius: 5px 0 0;
}
.item-style:last-child,
.new-config-btn {
	border-radius: 0 0 0 5px;
}
.item-style {
	user-select: none;
	padding: 8px;
	border: 1px solid #dfe1e6;
	position: relative;
	margin-bottom: -1px;
	/*transition: border 1s;*/
	margin-right: -1px;
}
.item-style-default {
	background-color: white;
	opacity: 0.8;
}
.item-style-dragging {
	background-color: white;
	border-right: none;
	border-radius: 5px !important;
}
.item-style-select {
	background-color: white;
	border-right: 0 solid #fff;
}
.item-style-select .btn-delete {
	margin-right: 3px;
}
.item-style:last-child {
	margin-bottom: 0;
}
.item-list-style-default {
	border-right: 1px solid white;
	z-index: 5;
}
.item-list-style-dragging {
	background: lightgray;
	border-right: 1px solid lightgray;
	z-index: 5;
	border-radius: 5px 0 0 5px;
}
.btn-wrapper {
	display: flex;
}
.project-list-row {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.project-title {
	flex-grow: 1;
	word-break: break-word;
}
.btn-delete {
	margin-left: auto !important;
	background: none !important;
	height: 25px !important;
	width: 25px !important;
	padding: 0 !important;
}
.btn-delete:hover {
	background-color: lightgray !important;
}
.new-config-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 100%;
	position: relative;
	align-self: center;
	border: 1px solid transparent;
	margin-top: -1px;
	margin-right: -1px;
	border-right: none;
	cursor: pointer;
	transition: 0.3s;
}
.ncb-default:hover {
	background: lightgray;
}
.blocked-radius {
	border-radius: 0 !important;
}
.new-config-btn:before,
.new-config-btn:after {
	height: 2px;
	width: 25px;
	background: black;
	border-radius: 5px;
	content: '';
	position: absolute;
}
.new-config-btn:after {
	transform: rotate(90deg);
}
.save-btn {
	width: 50% !important;
	align-self: center !important;
}
.save-all-btn {
	width: 75% !important;
	align-self: center;
	margin: 20px 0;
}
.drag-icon {
	display: flex;
}
.warning-circle {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin-right: 5px;
}
.circle-blue {
	background: #0065ff;
}
.circle-red {
	background: red;
}
.circle-green {
	background: lightgreen;
}
.circle-deleted {
	border: 1px solid gray;
	background: linear-gradient(
			to top left,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0) calc(50% - 1px),
			gray 50%,
			rgba(0, 0, 0, 0) calc(50% + 1px),
			rgba(0, 0, 0, 0) 100%
		),
		linear-gradient(
			to top right,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0) calc(50% - 1px),
			gray 50%,
			rgba(0, 0, 0, 0) calc(50% + 1px),
			rgba(0, 0, 0, 0) 100%
		);
}
.projects-length-circle {
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: lightgray;
	border-radius: 50%;
	border: 1px solid black;
	margin: 0 5px;
	font-size: 12px;
}
.css-pxzk9z {
	margin: 0 5px;
}
.hr-style {
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfe1e6;
	background: none;
	outline: none;
	border-top: none;
}
.css-b4cy4q-control,
.css-1nf4dfv,
.css-1o07z2d {
	background: none !important;
	border: 1px solid #dfe1e6 !important;
}
.custom-textarea {
	height: 185px !important;
}
.css-1kpyubs {
	gap: 10px;
}
.border-red {
	border: 1px solid red !important;
	border-radius: 4px;
}
.local-circle {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 102%;
}

.deleted-overlay-message {
	position: absolute;
	top: 5%;
	background: white;
	border: 1px solid lightgray;
	width: 85%;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: bold;
}
.css-573cd-control {
    background: none !important;
    border: 1px solid #dfe1e6 !important;
}
.jit-loader-holder {
    margin: 200px 0 800px 0;
    width: 1000px;
}
.jit-loader {
    width: 50%;
    height: 20px;
    transform: skewX(-45deg);
    background: linear-gradient(0, #2684ff, #0052CC) left -100px top 0/100px 20px no-repeat #ccc;
    animation: jit-l 1s infinite linear;
    margin: auto;
}
@keyframes jit-l {
    100% {background-position: right -100px top 0}
}
.jit-loader-title {
    font-weight: bolder;
    font-size: 50px;
    margin-bottom: 25px;
    text-align: center;
}
.fade-holder {
    opacity: 1;
    animation: fadeOut .5s forwards;
    position: absolute;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
