@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

:root {
	--color-primary-cyan: #56c5d0;
	--color-primary-black: #000000;
	--color-primary-grey: #505050;
	--color-status-red: #ff5630;
	--color-status-orange: #eb7f31;
	--color-status-yellow: #ffab00;
	--color-status-green: #36b37f;
	--color-status-grey: #7c839d;
	--color-status-blue: #308dfb;
	--color-secondary-grey-light: #f4f4f4;
	--color-secondary-white: #ffffff;
	--color-secondary-cyan-light: #8fd9e0;

	--typography-typeface: 'Open Sans', sans-serif;
	--typography-typeface-weight-light: 300;
	--typography-typeface-weight-normal: normal;
	--typography-typeface-weight-semi-bold: 600;
	--typography-typeface-weight-bold: bold;
}

html,
body,
#root,
.body {
	height: 100%;
	overflow: 'hidden';
}

span {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
}

.span-blue {
	color: var(--color-primary-cyan) !important;
}
.span-grey {
	color: var(--color-primary-grey) !important;
}
.span-white {
	color: var(--color-secondary-white) !important;
}
.span-bold {
	color: var(--color-primary-black);
	font-weight: var(--typography-typeface-weight-semi-bold);
}
.span-14 {
	font-size: 14px;
	line-height: 24px;
}
.span-disabled {
	color: #999999 !important;
}

a,
a:hover {
	color: var(--color-primary-cyan);
}

h1.page-title {
	font-size: 36px;
	font-weight: var(--typography-typeface-weight-light);
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: var(--color-primary-cyan);
	padding-left: 1rem;
}
.page-title-timestamp {
	font-size: 20px;
	font-weight: var(--typography-typeface-weight-light);
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: var(--color-primary-black);
}
.test {
	float: right;
}
h1 {
	font-size: 20px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: normal;
	color: var(--color-primary-black);
}

h2 {
	font-size: 18px;
	font-weight: var(--typography-typeface-weight-semi-bold);
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: var(--color-primary-black);
}

.main-pane {
	overflow: auto;
	height: 100vh;
}

.col-form-label {
	font-size: 13px;
	font-weight: var(--typography-typeface-weight-semi-bold);
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	text-align: right;
	letter-spacing: normal;
	color: var(--color-primary-black);
}
.get-out-button {
	padding-top: 20px;
	text-align: right;
	padding-bottom: 0px;
}

.label-form-holder {
	padding: 0px;
	margin: 0px;
}

.label-header-container {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.label-header {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: var(--color-primary-cyan);
	text-transform: uppercase;
	font-family: var(--typography-typeface);
}

.label-header-small {
	color: var(--color-primary-cyan);
	font-family: var(--typography-typeface);
	text-align: right;
	font-weight: 500;
}

.form-label {
	/* text-align: right; */
	font-size: 14px;
	line-height: 22px;
	color: var(--color-primary-black);
	font-weight: var(--typography-typeface-weight-bold);
	font-family: var(--typography-typeface);
	padding: 6px 0px;
	width: 100%;
	margin: 0;
}

.right {
	text-align: right;
}

.form-label-small {
	font-size: 13px;
	font-weight: var(--typography-typeface-weight-normal);
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	text-align: right;
	letter-spacing: normal;
	color: var(--color-primary-black);
	white-space: pre-wrap;
	vertical-align: bottom;
}
.form-label-small-italic {
	font-size: 13px;
	font-weight: var(--typography-typeface-weight-normal);
	font-style: italic;
	font-stretch: normal;
	line-height: 1.23;
	text-align: right;
	letter-spacing: normal;
	color: var(--color-primary-black);
}
.form-line {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 5%;
	margin-left: 5%;
}
.form-unit {
	padding-left: 10px;
}

.form-textArea {
	resize: none;
	border: 1px solid #e6e6e6;
	min-height: 150px;
}

.form-control {
	font-size: 13px;
	font-weight: var(--typography-typeface-weight-normal);
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: var(--color-primary-black);
	border: solid 0.5px grey;
	background-color: var(--color-secondary-white);
	min-height: 35px;
}
.form-control-plaintext {
	padding: 6px 0px;
	font-size: 16px;
	line-height: 16px;
}
.form-control:active {
	color: var(--color-primary-black);
	border: solid 0.5px var(--color-primary-black);
	background-color: var(--color-secondary-white);
}
.form-control.error {
	border: solid 5px var(--color-status-red);
}
.form-border {
	border-radius: 8px;
	padding: 0px;
	margin: 10px;
	background-color: white;
}
.form-body {
	padding: 10px;
}

.form-row {
	margin-bottom: 5px;
	margin-top: 5px;
}

div:is(.form-check):not(.form-switch):not(.form-radio) {
	margin: 0.5rem 0 0.25rem 0;
	display: flex;
	align-items: center;
}

div:is(.form-check):not(.form-switch):not(.form-radio) .form-check-input {
	min-height: 35px;
	min-width: 35px;
	margin-right: 0.5rem;
}

.form-check-label {
	font-size: 14px;
	line-height: 22px;
	color: var(--color-primary-black);
	text-transform: uppercase;
	font-weight: var(--typography-typeface-weight-normal);
	font-family: var(--typography-typeface);
	width: 100%;
	margin: 0;
}

.input-group-text {
	font-size: 13px;
	font-weight: var(--typography-typeface-weight-normal);
	font-style: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: var(--color-primary-black);
	border-radius: 0px 16px 16px 0px;
	border: solid 0.5px rgba(55, 71, 80, 0.25);
	background-color: var(--color-secondary-grey-light);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
}
svg.feather {
	margin-right: 8px;
	margin-bottom: 1px;
}

.tab {
	margin-left: 20px;
}

/* .bs-tooltip-auto[x-placement^='top'] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: var(--color-secondary-white);
} */
.tooltip {
	position: fixed; /* Needed to prevent page from shuddering */
}

.tooltip > .tooltip-inner {
	background-color: white;
	color: var(--color-primary-black);
	border: 1px solid var(--color-primary-cyan);
	border-radius: 8px;
	padding: 13px 16px;
	pointer-events: none;
}

.popover {
	max-width: none;
}

.tooltip.show {
	opacity: 1;
}

.modal-title {
	font-size: 20px;
	font-weight: var(--typography-typeface-weight-normal);
	font-stretch: normal;
	letter-spacing: normal;
	color: var(--color-primary-black);
}

body {
	background-color: var(--color-secondary-grey-light);
	font-family: var(--typography-typeface);
}

body p {
	font-size: 14px;
	font-weight: var(--typography-typeface-weight-normal);
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal;
	color: var(--color-primary-black);
}

body p.alt {
	color: var(--color-primary-black);
}

small {
	font-size: 13px;
	font-weight: var(--typography-typeface-weight-normal);
	font-style: normal;
	font-stretch: normal;
	line-height: 1.85;
	letter-spacing: normal;
	color: var(--color-primary-black);
}

small.extra {
	font-size: 11px;
	line-height: 1.45;
}

.largeText {
	line-height: 29px;
}

.not-toggled,
.not-toggled:focus,
.not-toggled:active,
.not-toggled:hover {
	background-color: var(--color-primary-grey) !important;
	border-color: var(--color-primary-grey) !important;
	margin-left: 5px;
}

.toggled {
	background-color: var(--color-primary-black) !important;
	border-color: var(--color-primary-black) !important;
	margin-left: 5px;
}

.add-btn {
	display: inline-flex;
	border: none;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-color: var(--color-primary-grey) !important;
	border-color: var(--color-primary-grey) !important;
	justify-content: center;
	padding: 3px;
}

.asset-grey-btn {
	background-color: var(--color-primary-grey) !important;
	border-color: var(--color-primary-grey) !important;
	margin: 5px;
	font-weight: var(--typography-typeface-weight-semi-bold) !important;
	width: 100%;
}

.btn {
	padding: 6px 24px;
	font-weight: var(--typography-typeface-weight-bold);
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	font-size: 14px;
}
.btn:not(:disabled):not(.disabled):hover {
	box-shadow: 0 3px 16px 0px rgba(100, 39, 39, 0.33);
}
.btn:disabled,
.btn.disabled {
	opacity: 0.3;
	filter: grayscale(100%);
}
.btn.danger,
.btn-danger,
.btn-danger:hover,
.btn-primary-red:not(:disabled):not(.disabled):active,
.btn-danger:focus,
.show > .btn-danger.dropdown-toggle,
.btn-danger.disabled,
.btn-danger:disabled {
	color: var(--color-secondary-white);
	background-color: var(--color-status-red);
	border-color: var(--color-status-red);
}
.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.show > .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary:disabled {
	color: var(--color-secondary-white);
	background-color: var(--color-primary-black);
	border-color: var(--color-primary-black);
}
.btn-outline-dark,
.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:focus,
.show > .btn-outline-dark.dropdown-toggle,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: var(--color-primary-grey);
	border: solid 0.8px var(--color-primary-grey);
	background-color: var(--color-secondary-white);
	padding: 6px 16px;
}
button.icon {
	height: 42px;
	width: 42px;
	background-color: var(--color-secondary-grey-light);
}
.btn-secondary,
.btn-secondary:hover .btn-second:not(:disabled):not(.disabled):active,
.btn-secondary:focus,
.show > .btn-secondard.dropdown-toggle,
.btn-second.disabled,
.btn-secondary:disabled {
	background-color: var(--color-secondary-white) !important;
	color: var(--color-primary-black) !important;
}
.btn-danger,
.btn-danger:hover .btn-second:not(:disabled):not(.disabled):active,
.btn-danger:focus,
.show > .btn-secondard.dropdown-toggle,
.btn-second.disabled,
.btn-danger:disabled {
	background-color: var(--color-danger-white) !important;
	color: var(--color-status-red) !important;
}

.btn-link,
.btn-link:hover {
	color: var(--color-primary-cyan);
}

.btn-undercover {
	background: none !important;
	border: none;
	color: var(--color-primary-black);
	padding: 0 !important;
	cursor: pointer;
}
.question-list {
	cursor: pointer;
}

.card {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	padding: 1rem;
	margin: 1rem 0;
}

.breadcrumb {
	font-size: 12px;
	line-height: 15px;
	background-color: inherit;
}

.breadcrumb-back {
	font-weight: bold;
	color: var(--color-primary-grey);
}

.flex-w-spacer {
	margin-left: auto;
}

header {
	padding: 30px 0;
}

.table-responsive {
	margin: 0 -0.75rem;
	overflow: visible;
}
.table thead th {
	color: var(--color-primary-black);
	font-size: 16px;
	font-weight: var(--typography-typeface-weight-semi-bold);
	line-height: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.table thead th > div > *:first-child {
	margin-left: auto;
}
.table thead th > div > *:last-child {
	margin-right: auto;
}
.table tbody td {
	color: var(--color-primary-black);
	font-size: 16px;
	line-height: 16px;
}

.table {
	margin: 0;
}

.list-table-scroll {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	border-radius: 8px;
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
}

.report-table thead th {
	color: var(--color-primary-black);
	background-color: var(--color-primary-grey);
	font-size: 16px;
	font-weight: var(--typography-typeface-weight-semi-bold);
	line-height: 16px;
}

.report-table > * > tr > * {
	white-space: nowrap;
}

.report-table .form-control-plaintext {
	width: auto;
}

.table-responsive {
	overflow: auto;
}

.wrap-text {
	word-break: break-all;
	white-space: normal !important;
}

.table thead tr th .row {
	flex-wrap: nowrap;
}

span.disabled {
	color: #6c757d;
}
.table-risk-matrix,
.table-risk-matrix-disabled {
	margin-top: 20px;
}
.table-risk-matrix th {
	color: var(--color-primary-black);
	font-size: 14px;
	font-weight: var(--typography-typeface-weight-normal);
}
.table-risk-matrix thead {
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.table-risk-matrix td {
	color: var(--color-primary-black);
	font-size: 12px;
	border: 1px solid black;
	padding: 10px;
}
.table-risk-matrix .selected {
	background-color: orangered;
}
.table-risk-matrix .highlighted {
	background-color: orange;
}
.table-risk-matrix-disabled th {
	color: #6c757d;
	font-size: 14px;
	font-weight: var(--typography-typeface-weight-normal);
}
.table-risk-matrix-disabled thead {
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.table-risk-matrix-disabled td {
	color: #6c757d;
	font-size: 12px;
	border: 1px solid #6c757d;
	padding: 10px;
}

.table-risk-controls {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.badge:not(.badge-pill) {
	border-radius: 3px;
	padding: 5px 8px;
	font-size: 14px;
	font-weight: var(--typography-typeface-weight-semi-bold);
	font-style: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: normal;
	color: var(--color-primary-black);
}
.badge-pill {
	font-size: 11px;
	padding: 2px 4px;
	line-height: 11px;
	border-radius: 11px;
	position: relative;
	top: -3px;
}
.badge-success {
	color: var(--color-primary-black);
	background-color: #68eeb6;
}
.badge-danger {
	color: var(--color-primary-black);
	background-color: #ff9f87;
}
.badge-warning {
	color: var(--color-primary-black);
	background-color: #e4c7e2;
}
.badge-primary {
	color: var(--color-secondary-white);
	background-color: var(--color-primary-black);
}
.badge-secondary {
	color: var(--color-secondary-white);
	background-color: #fe687f;
}

.dropdown-menu.show {
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
	padding: 5px 0;
	max-height: 50vh;
	overflow-y: auto;
}
.dropdown-menu.show > a {
	padding: 10px 16px;
	display: block;
	color: var(--color-primary-black);
}
a.dropdown-item.disabled,
a.dropdown-item:disabled {
	color: var(--color-primary-grey);
}
.dropdown-menu.show > a:hover {
	background-color: var(--color-secondary-grey-light);
}

.spinner-border {
	border-right-color: transparent;
}

.alert {
	border-radius: 0;
	padding: 24px;
	font-size: 15px;
	font-weight: var(--typography-typeface-weight-semi-bold);
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: var(--color-secondary-white);
}
.alert-success {
	background-image: linear-gradient(to top, #77cbd2, #64c7d0);
}
.alert-danger {
	box-shadow: 0 26px 14px -28px #fe565b;
	background-image: linear-gradient(to top, #fe8488, #ff6663);
}
.alert-dismissible .close {
	top: 12px;
}

.btn-close::after {
	content: '\2716' !important;
	visibility: visible !important;
	color: rgb(0, 0, 0) !important;
	line-height: 17px !important;
	font-weight: bold !important;
	font-size: large !important;
}

.btn-close:hover::after {
	color: rgb(92, 89, 89) !important;
}

.btn-close {
	visibility: hidden !important;
	right: -10px !important;
	top: -15px !important;
}
.children {
	margin-left: 16px;
}

.text-link,
.text-link:hover {
	color: var(--color-primary-cyan);
	cursor: pointer;
}
.text-link:hover {
	text-decoration: underline;
}

.stealth-text-link,
.stealth-text-link:hover {
	cursor: pointer;
}
.stealth-text-link:hover {
	color: var(--color-primary-cyan);
	text-decoration: underline;
}

.hasReadableID a,
.hasReadableID a:hover {
	line-height: 2;
}
.readableID {
	font-size: 12px;
	margin-left: 48px;
	line-height: 1.2;
	height: 20px;
}
.navItemSelected a,
.navItemSelected a:hover {
	color: var(--color-primary-black);
	font-size: 14px;
	font-weight: var(--typography-typeface-weight-bold);
	font-family: var(--typography-typeface);
}
.childlessNavItem {
	margin-left: 16px;
}
.nsewdrag {
	cursor: pointer !important;
}
.logoutButton {
	margin-top: 10px;
}
.accountSwitch {
	flex-grow: 0;
	padding: 0 30px 20px;
}

fieldset {
	width: 100%;
	display: block;
}

/* Question Wrapper */
.greyTitle {
	color: var(--color-primary-grey);
}

/* pagination */
.page-item.active .page-link {
	background-color: var(--color-primary-black);
	border-color: var(--color-primary-black);
}
.page-item:first-child .page-link {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.page-item:last-child .page-link {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.page-link {
	color: var(--color-primary-black);
}
.page-link:hover {
	color: var(--color-primary-black);
	background-color: var(--color-secondary-grey-light);
	border-color: var(--color-primary-grey);
}
.page-link > .visually-hidden {
	display: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
	background-color: var(--color-primary-cyan);
	border-color: var(--color-primary-cyan);
}

.newObjectTypeDropdown {
	position: relative;
	left: 860px;
	bottom: 75px;
}

.deleted {
	display: inline;
}

.fake-link {
	text-decoration: underline !important;
	cursor: pointer;
}

.test {
	padding: 5px 5px 5px 5px;
	text-align: right;
}

/* custom field */
.customfield-row {
	margin-bottom: 15px;
}
/* 
.tooltip-inner {
	background-color: white;
	color: #000000;
}

.bs-tooltip-auto[x-placement^='bottom'] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: white;
}

.bs-tooltip-auto[x-placement^='top'] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: white;
}

.bs-tooltip-auto[x-placement^='left'] .arrow::before,
.bs-tooltip-left .arrow::before {
	border-left-color: white;
}

.bs-tooltip-auto[x-placement^='right'] .arrow::before,
.bs-tooltip-right .arrow::before {
	border-right-color: white;
} */

.select > div {
	font-size: 13px;
	border-radius: 25px;
}

.select > :nth-child(3) > div > div:first-child {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.select > :nth-child(3) > div > div:last-child {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.select > div > div {
	padding-top: 0px;
	padding-bottom: 0px;
}
.select1 > div {
	font-size: 13px;
	border-radius: 25px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

/* plotly */
.modebar {
	display: none;
}

.js-plotly-plot {
	margin: 0 auto;
	width: max-content;
	display: block !important;
}

.js-plotly-plot2 {
	margin: 0 0;
	width: max-content;
	display: block !important;
}
.js-plotly-plot .plotly .cursor-crosshair {
	cursor: pointer !important;
}
g.slice {
	cursor: pointer !important;
}

.chart-no-records img {
	height: 305px;
	margin: 0 auto;
	display: block;
}
.chart-no-records p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: max-content;
	background-color: var(--color-secondary-white);
	padding: 0 10px;
	border-radius: 14px;
	box-shadow: 0px 0px 10px var(--color-primary-black);
}

/* Settings Page */
.inlineDropdown {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

.darkText {
	color: var(--color-primary-black);
}

.stealthLink {
	background: none !important;
	border: none;
	padding: 0 !important;
	/*input has OS specific font-family*/
	color: var(--color-primary-black);
	text-decoration: none;
	cursor: pointer;
}

/* uploader */

.ant-upload.ant-upload-drag {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fafafa;
	border: 1px dashed #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.ant-upload.ant-upload-drag .ant-upload.ant-upload-btn {
	padding: 0;
}

.ant-upload.ant-upload-select.ant-upload-select-text {
	position: relative;
	width: 100%;
	text-align: center;
	background: #fafafa;
	border: 1px dashed #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	padding: 0;
}

.ant-upload-list {
	position: relative;
	width: 100%;
	text-align: center;
	background: #fafafa;
	border: 1px dashed #d9d9d9;
	border-radius: 0 0 4px 4px;
	cursor: pointer;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	padding: 0;
}

.ant-upload.ant-upload-select.ant-upload-select-text span.ant-upload {
	padding: 16px;
	height: 100%;
	width: 100%;
	display: block;
}

/* Froala Rich Text Editor */
.fr-view p {
	line-height: inherit;
	font-size: 1rem;
}

.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn,
.fr-modal .fr-command.fr-btn,
.fr-wrapper,
.fr-placeholder,
.fr-element.fr-view {
	z-index: initial !important;
}

.fr-wrapper.show-placeholder .fr-placeholder {
	display: none;
}

.light-font {
	font-style: italic;
	color: rgba(0, 0, 0, 0.7);
}

.list-item {
	margin-bottom: 10px;
}

/*classes used in PageFields*/
.header-row-pageFields {
	color: rgb(162, 170, 176);
	padding-bottom: 10px;
}

.normal-column-pageFields {
	padding: 10px;
}

.checkBox-column-pageFields {
	padding: 10px 0px 0px 40px;
}

/* Register Dashboard*/
.header-row-register-Dashboard {
	color: rgb(162, 170, 176);
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: var(--typography-typeface-weight-semi-bold);
	line-height: 16px;
}

/* Notes */
.note-card {
	padding: 0px;
	margin-bottom: 20px;
}
.button-invisible {
	border: none;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 5px;
}
.button-invisible:not(:disabled):not(.disabled):hover {
	border: none;
	background-color: rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 8px 0px rgba(100, 39, 39, 0.33);
	border-radius: 5px;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
.mention-input__mention-tag {
	background-color: rgba(107, 82, 248, 0.1);
}
.mention-input.editable {
	min-height: 100px;
	padding: 10px;
}
.mention-input.read-only {
	max-height: min-content;
}
.mention-input__input {
	border-radius: 5px;
	border: none;
	outline: none;
}
.mention-input.editable .mention-input__input {
	padding: 10px !important;
}
.mention-input__input.editable textarea {
	padding: 10px !important;
}
textarea:read-only {
	border: 0;
	outline: none;
}
.notes-modal .modal-content {
	min-height: 60vh;
}
.note-card .card-body {
	padding: 5px 10px !important;
	background-color: rgba(0, 0, 0, 0.03);
}
.note-card .editable.card-body {
	padding: 0px !important;
}
.note-count {
	margin-left: -10px;
	background-color: var(--color-primary-cyan);
	color: white;
	border-radius: 10px;
	padding: 0px 5px;
	font-size: 0.6rem;
	display: inline-block;
	min-width: max-content;
	max-width: min-content;
	position: absolute;
}
.mention-input__suggestions {
	margin-top: 30px !important;
	margin-left: 20px !important;
	padding: 6px;
	overflow: auto;
	max-height: 30vh;
	width: 300px;
	border-style: solid;
	border-width: 1px;
	border-color: var(--color-primary-grey);
	box-shadow: 2px 2px 2px var(--color-primary-grey);
}
.mention-input__suggestions__item {
	padding: 4px;
	font-size: 0.9rem;
}
.mention-input__suggestions__item--focused {
	background-color: var(--color-secondary-grey-light);
}
.mention-input__suggestions__item__display {
	margin-left: 5px;
}
.note-avatar {
	padding: 3px;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	display: inline-block;
	letter-spacing: -1px;
	text-align: center;
	font-weight: 500;
	color: white;
	margin: 0px 5px 5px 0px;
}
.note-avatar.dropdown {
	padding: 9px 5px;
	margin: 0;
}
.page {
	padding: 30px 50px 30px 35px;
}

.header-title {
	font-weight: bold;
}

.sort-table-btn,
.sort-table-btn:hover,
.sort-table-btn:focus,
.sort-table-btn:not(:disabled):not(.disabled):active,
.sort-table-btn.disabled,
.sort-table-btn:disabled {
	background-color: var(--color-white);
	border: none;
	/* box-shadow: none !important; */
	padding: 5px;
}

.checkmark {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #3cae14;
	border-radius: 50%;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}

.checkmark:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 9px;
	background-color: #fff;
	left: 11px;
	top: 6px;
}

.checkmark:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #fff;
	left: 8px;
	top: 12px;
}

.cross {
	display: inline-grid;
	place-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #d12021;
}

.cross:before {
	content: '\D7';
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

.invalid-feedback-custom-border {
	border: 1px solid #dc3545 !important;
}

.invalid-feedback-custom {
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875rem;
	color: #dc3545;
}

.dashboard-list-titles {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: -0.02em;
	text-align: left;
}

.dashboard-card-titles {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: -0.02em;
	text-align: left;
	height: 100%;
	display: flex;
	align-items: center;
}

.dashboard-card-stat {
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 57px;
	letter-spacing: -0.02em;
	margin-bottom: 4px;
}

.dashboard-card-subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.02em;
	margin: 0;
}

.page-container {
	padding: 40px;
}

.page-header-row {
	margin-bottom: 40px;
}

.page-header-col {
	flex-direction: row;
	display: flex;
	align-items: center;
}

.page-header-primary {
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -0.02em;
	margin-bottom: 0px;
}

.page-header-secondary {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -0.02em;
	margin-bottom: 0px;
}

.page-header-divider {
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #a5a5a5;
	padding: 0px 10px;
}

.note {
	overflow-y: auto;
	overflow-x: hidden;
}

.note .form-control {
	background-color: white;
	border: solid 0.5px rgba(55, 71, 80, 0.25);
	border-radius: 16px;
}

.no-gutter {
	margin-left: 0px;
	margin-right: 0px;
}

.generic-card-list-heading-row {
	border-bottom: 0.5px solid #a5a5a5;
	padding-bottom: 19px;
	padding-top: 19px;
	padding-left: 10px;
	padding-right: 10px;
}

.generic-icon-button {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.hidden-link {
	text-decoration: none;
}

.center-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-flex-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hide-after:after {
	display: none !important;
}

input[type='checkbox']:hover {
	cursor: pointer;
}

.react-datepicker__input-container > input {
	min-height: 38px;
	border-radius: 4px;
	border: 1px solid rgb(0, 0, 0, 0.25);
	text-align: center;
}

.react-datepicker__input-container > input:hover {
	cursor: pointer;
}

.react-datepicker__calendar-icon {
	width: auto;
	height: 100%;
	width: 22px;
	height: 22px;
	vertical-align: middle;
}

.input-hidden {
	border: none;
	background: none;
}

.input-hidden:focus {
	outline-color: var(--color-primary-cyan);
}

.input-hidden.error {
	outline-color: var(--color-status-red);
}

.nav-link {
	color: var(--color-primary-cyan);
}

.live-temp-card {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
	border-radius: 4px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.live-temp-data {
	border: 1px solid var(--color-primary-black);
	border-radius: 4px;
	margin: 4px 2px 4px 10px;
	padding: 2px;
	width: 45px;
	height: 26px;
	font-size: 13px;
	justify-content: center;
	display: inline-flex;
}
.warm {
	background-color: var(--color-status-orange);
}
.hot {
	background-color: var(--color-status-red);
}
.cold {
	background-color: var(--color-status-blue);
}

.statusGreen {
	color: var(--color-status-green);
}

.statusYellow {
	color: var(--color-status-yellow);
}

.statusOrange {
	color: var(--color-status-orange);
}

.statusRed {
	color: var(--color-status-red);
}

.text-line-through {
	text-decoration: line-through;
}

.progress-bar {
	background-color: var(--color-primary-cyan) !important;
}

/* 	If the feedback component isn't the immediate sibling of the input it's 
	providing feedback for, it will be set to display: none. This is a hack
	to work around that.
	https://github.com/twbs/bootstrap/issues/23454#issuecomment-468657049*/
.invalid-feedback {
	display: block !important;
}
