body {
	margin: 0;
	background-color: #f5f5f5;
}

.login__wrap {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login__loader {
	position: relative;
	width: 141px;
	height: 169px;
}

.login__loader__circle {
	border-radius: 50%;
	color: #0b607d;
	font-size: 11px;
	text-indent: -99999em;
	position: relative;
	width: 10em;
	height: 10em;
	box-shadow: inset 0 0 0 1em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.login__loader__circle:before,
.login__loader__circle:after {
	position: absolute;
	content: '';
	border-radius: 50%;
}

.login__loader__circle:before {
	width: 5.2em;
	height: 10.2em;
	background: #f5f5f5;
	border-radius: 10.2em 0 0 10.2em;
	top: -0.1em;
	left: -0.1em;
	-webkit-transform-origin: 5.2em 5.1em;
	transform-origin: 5.2em 5.1em;
	-webkit-animation: load2 2s infinite ease 1.5s;
	animation: load2 2s infinite ease 1.5s;
}

.login__loader__circle:after {
	width: 5.2em;
	height: 10.2em;
	background: #f5f5f5;
	border-radius: 0 10.2em 10.2em 0;
	top: -0.1em;
	left: 5.1em;
	-webkit-transform-origin: 0 5.1em;
	transform-origin: 0 5.1em;
	-webkit-animation: load2 2s infinite ease;
	animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.login__loader__p {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
		sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	margin-bottom: 0;
	margin-top: 15px;
	text-align: center;
	font-style: italic;
	color: #222;
}

.ngx-datatable {
	width: 100% !important;
}

.menu-inactive {
	pointer-events: none;
	cursor: not-allowed !important;
	opacity: 0.5;
}

.no-data {
	color: #8b8d9b;
	padding: 1.25rem 2.25rem;
	font-style: italic;
}

.no-target {
	font-size: 0.75rem;
	color: #9b9b9b;
}

.modal-padding {
	padding: 1rem 1.5rem;
}

[class^='icon-'] {
	cursor: pointer;
}

.error-message {
	color: #ff1d29;
}

.warning-message {
	color: #ffa21d;
}

/*override h3 styling in node_modules/@swimlane/ngx-datatable/assets/app.css*/
h3 {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: unset !important;
}

.span-icon {
	background-size: cover;
	height: 1rem;
	margin-top: -0.5rem;
	margin-right: 0.5rem;
	display: inline-block;
	width: 1rem;
}

.span-icon-unarchive {
	background-image: url('/assets/img/unarchive.svg');
}

.span-icon-archive {
	background-image: url('/assets/img/archive.svg');
}

.span-icon-checkmark {
	background-image: url('/assets/img/checkmark.svg');
}

.icon-undo {
	display: block;
	width: 1rem;
	height: 1rem;
	background-image: url('/assets/img/undo.svg');
}
.icon-lock {
	display: block;
	width: 1rem;
	height: 1rem;
	background-image: url('/assets/img/lock.svg');
}
.icon-unlock {
	display: block;
	width: 1rem;
	height: 1rem;
	background-image: url('/assets/img/unlock.svg');
}

.sticky-container {
	position: -webkit-sticky;
	position: sticky;
}

.add-file-form {
	display: flex;
	flex-direction: column;
	max-height: 35rem;
	overflow-y: auto;
}

ul.unordered-list {
	margin-left: 2rem;
}

ul.unordered-list li {
	margin-left: 2rem;
	list-style: disc;
}

.no-content {
	color: #8b8d9b;
	padding: 1rem 0.5rem;
	font-style: italic;
}
 /*style quill editor*/
.ql-snow .ql-tooltip {
	white-space: unset !important;
	left: 1rem !important;
}
quill-editor {
		display: block !important;
	}
/* Discussions styling */
.ql-mention-list-container {
	position: unset !important;
	top: unset !important;
	left: unset !important;
}
.ql-mention-list {
	background-color: white;
	list-style-type: none;
	transform: translateY(-2px);
	margin-top: 0;
	padding: 0px 0px 0px 8px;
	z-index: 100;
	max-height: 200px;
	height: auto;
	overflow: auto;
}

.ql-mention-list .ql-mention-list-item {
	cursor: pointer;
	padding: 10px 10px;
}

.ql-mention-list .ql-mention-list-item.selected {
	background-color: rgba(0, 0, 0, 0.12);
}

span.mention {
	background-color: rgba(0, 0, 0, 0.12);
	padding: 2px 5px;
	border-radius: 5px;
}

.discussions-switcher {
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Discussions styling */

.archived-badge {
	background: #ffc300;
	color: #0b607d;
	padding: 2.5px 12px;
	border-radius: 1.25rem;
	font-size: 0.75rem;
	font-weight: normal;
}

.router-link {
	color: #0b607d !important;
}

.status-loader-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
	overflow: hidden;
	background-color: #ddd;
}
.status-loader-line:before {
	display: block;
	position: absolute;
	content: '';
	left: -200px;
	width: 200px;
	height: 3px;
	background-color: #13b0e5;
	animation: loading 1s linear infinite;
}
.link-text {
	cursor: pointer;
	color: #0b607d !important;
}
.link-text:hover {
	color: #052A37 !important;
 }

/* Instruction step*/
.steps-container {
	padding: 0.75rem 1rem;
	margin: 0.75rem 1rem;
	background-color: #f5f5f5;
	border-radius: 0.5rem;
}
.instruction-step {
	padding: 8px 32px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-inline-start: -15px;
	margin-inline-end: -15px;
}


.instruction-step__container {
	 align-items: center;
 }

.instruction-step__number {
	 border: 2px solid #8b8d9b;
	 border-radius: 50%;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 24px;
	 height: 24px;
 }

.step-separator {
	border-top: 1.5px solid #dfdfdf;
	margin: 6px 0;
}

/* Action icon buttons */
.action-icon-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	color: #0b607d;
}
.action-icon-button label:hover,
.action-icon-button:hover{
	color: #052A37
}

.action-icon-button:not(:last-child) {
	padding-inline-end: 1.5rem;
}

.action-icon-button label {
	margin-bottom: 0;
	font-size: 14px;
	cursor: pointer;
	color: #0b607d;
}

/* Remove icon  (x) */
.icon-remove-custom {
	font-size: 1.5rem !important;
	cursor: pointer;
	padding: 0.25rem;
}
.icon-remove-custom:after {
	display: inline-block;
	content: '\00d7'; /* This will render the 'X' */
}

/* Sub-heading section */
.page-sub-heading {
	margin-bottom: 1.5rem;
	padding: 0 0.5rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.page-sub-heading__border {
	padding-inline-start: 1.5rem;
	border-left: 1px solid #9b9b9b;
}

.horizontal-loader {
	width: 100%;
	height: 2px;
	display: inline-block;
	position: relative;
	background: #0b607d;
	overflow: hidden;
}
.horizontal-loader::after {
	content: '';
	width: 75%;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	animation: animloader 2s linear infinite;
}

@keyframes animloader {
	0% {
		left: 0;
		transform: translateX(-100%);
	}
	100% {
		left: 100%;
		transform: translateX(0%);
	}
}
.btn:disabled,
.btn.disabled {
	border: none !important;
}
a{
	text-decoration: none !important;
}
