.criteria {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.checkbox-icon {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	margin-right: 5px;
	background-color: white;
	/* White by default */
}

.checkbox-icon.checked {
	background-color: green;
	/* Green when the criteria is met */
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* For datatables: */
table.dataTable thead tr>.dtfc-fixed-left,
table.dataTable thead tr>.dtfc-fixed-right,
table.dataTable tfoot tr>.dtfc-fixed-left,
table.dataTable tfoot tr>.dtfc-fixed-right {
	top: 0;
	bottom: 0;
	z-index: 3;
	background-color: white;
}

table.dataTable tbody tr>.dtfc-fixed-left,
table.dataTable tbody tr>.dtfc-fixed-right {
	z-index: 1;
	background-color: white;
}

div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
	background-color: white;
}

html.dark table.dataTable thead tr>.dtfc-fixed-left,
html.dark table.dataTable thead tr>.dtfc-fixed-right,
html.dark table.dataTable tfoot tr>.dtfc-fixed-left,
html.dark table.dataTable tfoot tr>.dtfc-fixed-right {
	background-color: var(--dt-html-background);
}

html.dark table.dataTable tbody tr>.dtfc-fixed-left,
html.dark table.dataTable tbody tr>.dtfc-fixed-right {
	background-color: var(--dt-html-background);
}

html.dark div.dtfc-left-top-blocker,
html.dark div.dtfc-right-top-blocker {
	background-color: var(--dt-html-background);
}

div.dtfc-right-top-blocker,
div.dtfc-left-top-blocker {
	margin-top: 6px;
	border-bottom: 0px solid #ddd !important;
}

table.dataTable.table-bordered.dtfc-has-left {
	border-left: none;
}

div.dataTables_scroll.dtfc-has-left table.table-bordered {
	border-left: none;
}

/* div.dataTables_scrollBody {
		  border-left: 1px solid #ddd !important
	  } */

div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
	border-left: 1px solid #ddd !important;
}

html[data-bs-theme="dark"] table.dataTable thead tr>.dtfc-fixed-left,
html[data-bs-theme="dark"] table.dataTable thead tr>.dtfc-fixed-right,
html[data-bs-theme="dark"] table.dataTable tfoot tr>.dtfc-fixed-left,
html[data-bs-theme="dark"] table.dataTable tfoot tr>.dtfc-fixed-right {
	background-color: var(--bs-body-bg);
}

html[data-bs-theme="dark"] table.dataTable tbody tr>.dtfc-fixed-left,
html[data-bs-theme="dark"] table.dataTable tbody tr>.dtfc-fixed-right {
	background-color: var(--bs-body-bg);
}

html[data-bs-theme="dark"] div.dtfc-left-top-blocker,
html[data-bs-theme="dark"] div.dtfc-right-top-blocker {
	background-color: var(--bs-body-bg);
}

html[data-bs-theme="dark"] div.dataTables_scrollBody {
	border-left-color: var(--bs-border-color) !important;
}

html[data-bs-theme="dark"] div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
html[data-bs-theme="dark"] div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
	border-left-color: var(--bs-border-color) !important;
}

/* .dataTables_scroll{
		  border-radius: 6px;
		  border: 1px solid rgb(224, 220, 229);
	  } */

table.dataTable thead>tr>th.sorting {
	background-color: rgb(250, 249, 251);
	text-align: center;
	text-transform: uppercase;
	/* background-color: green; */
}

.dataTables_scrollHead {
	background-color: rgb(250, 249, 251);
}

/* table.dataTable {
		  margin-top: 0px!important;
	  } */

.dataTables_scrollBody {
	padding-bottom: 120px;
}

::-webkit-scrollbar {
	-webkit-appearance: none !important;
	width: 11px !important;
}

::-webkit-scrollbar {
	border-radius: 8px !important;
	border: 2px solid white !important;
	background-color: #ccc !important;
}

::-webkit-scrollbar-thumb {
	border-radius: 8px !important;
	border: 2px solid white !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.table-responsive {
	overflow-x: auto;
	width: 100%;
}

.team-accordion-button {
	background-color: rgb(250, 249, 251) !important;
}

/* Override the styles for when the accordion content is shown */
.team-accordion-button:not(.collapsed) {
	background-color: rgb(250, 249, 251) !important;
	/* Ensure it's the same as the default state */
	/* Additional styles for the 'active' state if necessary */
}

.team-accordion-edit-button {
	padding: 12.2px var(--bs-accordion-btn-padding-x);
	background-color: rgb(250, 249, 251);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

a[role="menuitem"]:hover .text-primary.fw-semibold {
	text-decoration: underline;
}

.menu-item .arrow-icon {
	transition: transform 0.3s ease;
	/* Smooth transition for the transform property */
	transform: translateX(-4px);
	/* Initially position the arrow slightly to the left */
	opacity: 0.7;
	/* Start with a slightly lower opacity for effect */
}

.menu-item:hover .arrow-icon {
	transform: translateX(0);
	/* Move arrow to its original position on hover */
	opacity: 1;
	/* Full opacity on hover */
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

[data-topbar="dark"] {
	#page-topbar {
		background-color: #143755;
		box-shadow: 0px 4px 4px 0px #0000001a;
		height: 103px;
	}
}

.navbar-header {
	height: 103px;
}

/* #page-topbar{
		  background-color: #143755;
	  } */

/* Report updates: */

:root {
	/* --bs-body-color: #143755;
		  --bs-body-color-rgb: rgb(20, 55, 85);
		  --bs-body-bg: #ffffff;
		  --bs-body-bg-rgb: rgb(255, 255, 255);
		  --bs-secondary-color: #999999;
		  --bs-secondary-color-rgb: rgb(153, 153, 153);
		  --bs-secondary-bg: #cccccc;
		  --bs-secondary-bg-rgb: rgb(204, 204, 204);
		  --bs-tertiary-color: #999999;
		  --bs-tertiary-color-rgb: rgb(153, 153, 153);
		  --bs-tertiary-bg: #cccccc;
		  --bs-tertiary-bg-rgb: rgb(204, 204, 204);
		  --bs-emphasis-color: #143755;
		  --bs-emphasis-color-rgb: rgb(20, 55, 85);
		  --bs-border-color: #cccccc;
		  --bs-border-color-rgb: rgb(204, 204, 204);
		  --bs-primary: #1462b8;
		  --bs-primary-rgb: rgb(20, 98, 184);
		  --bs-primary-bg-subtle: #143755;
		  --bs-primary-border-subtle: #143755;
		  --bs-success: #34D399;
		  --bs-success-rgb: rgb(118, 174, 0);
		  --bs-success-bg-subtle: #34D399;
		  --bs-success-border-subtle: #34D399;
		  --bs-danger: #F87171;
		  --bs-danger-rgb: rgb(209, 0, 31);
		  --bs-danger-bg-subtle: #F87171;
		  --bs-danger-border-subtle: #F87171;
		  --bs-warning: #FF8C52;
		  --bs-warning-rgb: rgb(244, 93, 41);
		  --bs-warning-bg-subtle: #FF8C52;
		  --bs-warning-border-subtle: #FF8C52;
		  --bs-light: #f4f6f6;
		  --bs-light-rgb: rgb(244, 246, 246);
		  --bs-light-bg-subtle: #f4f6f6;
		  --bs-light-border-subtle: #f4f6f6;
		  --bs-dark: #143755;
		  --bs-dark-rgb: rgb(20, 55, 85);
		  --bs-dark-bg-subtle: #999999;
		  --bs-dark-border-subtle: #999999; */
	--orange: #ff8c52;
	--yellow: #fbbf24;
	--red: #f87171;
	--green: #34d399;
	--blue: #1462b8;
	--navy: #143755;
	--light-blue: #68b0ff;
	--teal: #93d5c5;
	--dark-teal: #2d977d;
	--faded-navy: #2c3e50;
	--white: #ffffff;
	--light-gray: #f4f6f6;
	--medium-gray: #cccccc;
	--dark-gray: #999999;
	--shadow: 1px 2px 5px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.05);
}

body {
	font-family: sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem;
}

/* Button Styles */
.btn {
	border: 1px solid var(--blue);
	border-radius: 6px;
	background-color: var(--blue);
	color: var(--white);
	font-weight: 500;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 26px;
}

#bootstrap-overrides .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn:hover {
	color: var(--white);
	background-color: var(--navy);
	border-color: var(--navy);
}

/* Navbar Styles */
#bootstrap-overrides .navbar {
	background-color: var(--navy);
	padding: 20px 40px;
}

#bootstrap-overrides .navbar img {
	margin-bottom: 5px;
}

@media (max-width: 900px) {
	#bootstrap-overrides .navbar {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Navbar Desktop Styles */
#bootstrap-overrides .desktop-navbar a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--white);
	margin: 0 0 0 20px;
	padding: 8px 10px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 14px;
	transition: color 0.3s, background-color 0.3s;
	cursor: pointer;
	text-decoration: none;
}

#bootstrap-overrides .desktop-navbar a:hover,
#bootstrap-overrides .desktop-navbar a:active {
	background-color: rgba(255, 255, 255, 0.2);
}

/* Navbar Mobile Styles */
#navbarToggleLinks {
	background-color: var(--navy);
}

#navbarToggleLinks a {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--white);
	padding: 12px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: background-color 0.3s;
	cursor: pointer;
	text-decoration: none;
}

.alert-message {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-error {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

#navbarToggleLinks a:hover,
#navbarToggleLinks a:active {
	background-color: rgba(255, 255, 255, 0.2);
}

#bootstrap-overrides .navbar-toggler {
	display: flex;
	width: 30px;
	height: 25px;
	padding: 0;
}

/* Navbar Media Query Styles */
.mobile-navbar {
	display: none;
}

.desktop-navbar {
	display: block;
}

@media (max-width: 900px) {
	.mobile-navbar {
		display: block;
	}

	.desktop-navbar {
		display: none;
	}
}

/* Navbar Mobile Hamburger Styles */
.animated-icon {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.animated-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.animated-icon span {
	background-color: var(--white);
}

.animated-icon span:nth-child(1) {
	top: 0px;
}

.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
	top: 10px;
}

.animated-icon span:nth-child(4) {
	top: 20px;
}

.animated-icon.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

/* Main Wrapper Styles */
.container-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width: 900px) {
	.container-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Report Styles */
body.report {
	background: #f4f6f6;
	color: var(--Navy);
}

.p-5 {
	padding: 40px;
}

#rule-results-modeling-capabilities .alert {
	margin: 0;
	display: block;
}

#rule-results-modeling-capabilities .alert span {
	top: 0;
}

.modeling-capabilities-subtable {
	padding: 1.25rem 1.25rem 0 1.25rem;
}

.modeling-capabilities-subtable table tbody td:nth-child(2) {
	text-align: center;
}

.modeling-capabilities-subtable table tbody td:nth-child(2) svg {
	margin: 12px 0;
}

.next-steps {
	background-color: #fef5de;
	border-left: 5px solid var(--yellow);
	padding: 20px 20px;
	width: 100%;
	border-radius: 5px;
	max-width: 940px;
	margin: 0 auto 30px auto;
}

@media (max-width: 760px) {
	.next-steps {
		width: calc(100% - 40px);
		margin: 30px auto 30px auto;
	}
}

.next-steps p {
	color: var(--navy);
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 0 0;
}

.next-steps p.next-steps-title {
	font-weight: bold;
	color: #9d5425;
	margin: 0;
}

#report-content {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.call-to-action-links {
	padding-bottom: 20px;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 760px) {
	.call-to-action-links {
		width: calc(100% + 40px);
		position: relative;
		left: -20px;
	}
}

.call-to-action-links.bottom {
	margin: -15px 0 7px 0;
}

.call-to-action-links>a {
	margin: 10px 0 10px 10px;
	cursor: pointer;
	padding: 8px 20px;
	border: 1px solid var(--dark-gray);
	color: var(--navy) !important;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	background-color: var(--white);
	transition: background-color 0.3s, color 0.3s;
}

.call-to-action-links>a:last-child {
	color: var(--white) !important;
	background-color: var(--blue);
}

.call-to-action-links>a>svg {
	fill: var(--navy);
	transition: fill 0.3s;
	height: 18px;
	width: 18px;
	position: relative;
	margin-left: 5px;
}

.call-to-action-links>a:last-child>svg {
	top: -1px;
	fill: var(--white);
}

.call-to-action-links>a:last-child:hover {
	background-color: var(--orange);
	border: 1px solid var(--orange);
}

.call-to-action-links>a:nth-child(2)>svg {
	top: -1px;
}

.call-to-action-links>a:hover,
.call-to-action-links>a:active {
	color: var(--white) !important;
	background-color: var(--blue);
}

.call-to-action-links>a:hover svg,
.call-to-action-links>a:active svg {
	fill: var(--white);
}

.table-wrap.show {
	margin-top: 20px;
}

.table-wrap {
	min-width: 500px;
}

.expand-icon {
	color: var(--navy);
	height: 25px;
	width: 25px;
	border: 1px solid var(--medium-gray);
	border-radius: 5px;
	margin-right: 10px;
	transition: transform 0.3s;
	position: relative;
	top: 0px;
}

.expand-icon svg {
	position: relative;
	left: 3px;
	top: 1px;
	transition: transform 0.3s;
	fill: var(--navy);
}

.expand-details {
	cursor: pointer;
}

.expand-details p {
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	color: var(--navy);
	font-weight: 700;
	margin-right: 10px;
}

.expand-details svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: -2px;
	transition: transform 0.3s;
	fill: var(--navy);
}

.report.white-box {
	overflow: auto;
	padding: 20px 0px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15), 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.report.white-box>* {
	padding: 20px 40px;
}

@media (max-width: 760px) {
	.white-box {
		width: calc(100% + 80px);
		position: relative;
		left: -40px;
		border-radius: 0px !important;
	}
}

.report .meta {
	display: flex;
	flex-direction: row;
	gap: 4rem;
	padding: 2rem;
	max-width: 1000px;
	margin: 0 auto;
}

.report .meta-border {
	border-bottom: 1px solid #ccc;
}

@media (max-width: 760px) {
	.report .meta {
		padding: 0;
	}

	.report .meta-border {
		padding: 20px 0;
	}
}

@media (max-width: 1070px) {
	.report .meta {
		flex-direction: column;
	}

	.report .meta .info {
		margin: 0 auto;
		text-align: center;
	}

	.report .meta .info .box-container {
		margin: 0 auto;
	}

	.date-of-scan {
		text-align: center;
		width: 100%;
	}
}

@media (max-width: 760px) {
	.date-of-scan {
		padding: 0 20px;
	}
}

.report .meta .info {
	flex: 0 1 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

.report .meta .info>.box-container {
	border-radius: 5px;
	border: 1px solid var(--Medium-Gray, #ccc);
	background: var(--Light-Gray, #f4f6f6);
	color: var(--Navy, #143755);
	overflow: hidden;
}

.date-of-scan {
	color: var(--dark-gray);
}

.date-of-scan svg {
	height: 18px;
	width: 18px;
	position: relative;
}

.report .meta .info h1 {
	color: var(--navy);
	font-weight: 700;
	padding: 10px 20px;
	margin: 0;
	font-size: 20px;
}

.report .meta .info .website {
	display: inline-flex;
	width: auto;
	font-family: sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 1rem;
}

.report .meta .info .info-boxes {
	width: 100%;
	background-color: var(--white);
	border-top: 1px solid var(--medium-gray);
}

@media (max-width: 767px) {
	.report .meta .info .website {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.report .meta .info .info-boxes {
		display: flex;
		gap: 1rem;
		width: 100%;
		flex-direction: column;
	}
}

.report .meta .info .info-boxes .info-box {
	flex: 1;
	padding: 20px 20px 8px 20px;
}

.report .meta .info .info-boxes .info-box label {
	text-transform: uppercase;
	color: var(--navy);
	margin-bottom: 0px;
	font-weight: 700;
}

.report .meta .info .info-boxes .info-box>div {
	color: var(--navy);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.report .meta .graph {
	flex: 1 0 50%;
	position: relative;
}

.report .meta .graph label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	font-size: 2rem;
	font-weight: bold;
	color: var(--navy);
}

@media (max-width: 760px) {
	.report .meta .graph {
		margin-top: -80px;
	}
}

#overall-score-percent {
	font-size: 52px;
	color: var(--navy);
	font-weight: bold;

	top: 140px;
	left: 50%;
	transform: translate(-50%, 0);
}

#overall-score-numbers {
	top: -3px;
	left: 213px;
	color: var(--navy);
	font-weight: bold;
	position: absolute;
	padding-top: 20px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	font-size: 48px;
	width: 190px;
	height: 95px;
	background-color: var(--light-gray);
}

@media (max-width: 760px) {
	#overall-score-numbers {
		left: 160px;
		top: -28px;
		height: 90px;
		width: 180px;
	}
}

#overall-score-status {
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: var(--navy);
	font-weight: bold;
	width: 100%;
	top: 228px;
	left: 50%;
	transform: translate(-50%, 0);
}

@media (max-width: 760px) {
	#overall-score-status {
		top: 208px;
	}
}

/* Generalized styles for any score numbers (both overall and categories) */
.score-percent {
	font-size: 52px;
	color: var(--navy);
	font-weight: bold;
	position: absolute;
	top: 140px;
	left: 50%;
	transform: translate(-50%, 0);
}

.score-numbers {
	font-size: 42px;
	color: var(--navy);
	font-weight: bold;
	position: absolute;
	top: 155px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	text-align: center;
}

.score-numbers-passing,
.score-numbers-failing-high,
.score-numbers-failing-med,
.score-numbers-failing-low {
	font-size: 14px;
	color: var(--dark-gray);
	display: block;
	text-align: center;
	margin: 0;
}

.score-numbers-failing-low {
	margin-bottom: 20px;
}

.ticks {
	background-color: var(--white);
	width: 370px;
	height: 200px;
	position: absolute;
	top: 54px;
	left: 50%;
	margin-left: -185px;
	border-top-left-radius: 300px;
	border-top-right-radius: 300px;
	background-image: url("https://app.ga4scorecard.com/assets/images/ticks.png");
	background-repeat: no-repeat;
	background-size: cover;
	border: 20px solid var(--white);
}

.ticks:after {
	content: "";
	background-color: var(--white);
	width: 320px;
	height: 20px;
	position: absolute;
	top: 165px;
}

@media (max-width: 760px) {
	.ticks {
		margin-left: -120px;
		width: 240px;
		height: 130px;
		top: 77px;
		border: 10px solid var(--white);
	}

	.ticks:after {
		display: none;
	}
}

.report .rules {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.report h2 {
	color: var(--Navy, #143755);
	font-family: sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0px;
}

.report h3 {
	color: var(--Navy, #143755);
	font-family: sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0px;
}

.report .rules .ruleset {
	border-radius: 15px;
	border: 1px solid var(--Medium-Gray, #ccc);
	background: #fff;
	padding: 40px 40px 14px 40px;
}

@media (max-width: 767px) {
	.report .rules .ruleset {
		padding: 20px;
		overflow: auto;
	}
}

.report .rules .ruleset .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s ease;
}

.report .rules .ruleset.open .top {
	margin-bottom: 1.5rem;
	transition: all 0.5s ease;
}

.report .rules .ruleset .top a {
	display: flex;
	gap: 0.5rem;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.report .rules .ruleset .top a svg {
	width: 13px;
}

.report .rules .ruleset table {
	width: 100%;
}

.report .rules .ruleset table th {
	background: #f9f9f9;
	color: var(--navy);
	font-weight: 700;
	text-transform: uppercase;
}

.report .rules .ruleset table th:last-child {
	text-align: center;
}

#modeling-capabilities-container .expand-icon {
	top: 2px;
}

#modeling-capabilities-container .card-body a {
	cursor: pointer;
	position: relative;
	top: 0px;
	color: var(--blue);
	text-decoration: underline;
}

.coming-soon {
	color: var(--navy);
	text-align: center;
	background-color: #e8e8e8;
	padding: 4px 16px;
	border-radius: 100px;
	text-align: center;
}

.report .rules .ruleset table tr>* {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	color: var(--navy);
}

.report .rules .ruleset table tr td>p {
	margin: 0;
	display: inline-block;
	margin: 7px 0 0 0;
	font-size: 14px;
	line-height: 20px;
}

#modeling-capabilities-container .ruleset table tr td:nth-child(1) p {
	margin: 10px 0 10px 0 !important;
	position: relative;
	top: 2px;
}

#modeling-capabilities-container .ruleset table tr td:nth-child(3) a {
	margin: 0 !important;
	position: relative;
	color: var(--blue);
	cursor: pointer;
}

#modeling-capabilities-container .ruleset table tr td:nth-child(2) p {
	position: relative;
	top: 7px;
	padding: 15px 0;
}

#modeling-capabilities-container .ruleset table tr td:nth-child(1) .modeling-capability-feature {
	padding: 15px 0;
}

#rule-results-container .ruleset table tr td:nth-child(2)>p {
	margin: 10px 0 10px 0 !important;
}

#rule-results-container .ruleset table tr td:nth-child(1) p {
	margin: 10px 0 10px 0 !important;
}

.report .rules .ruleset table .alert {
	text-align: center;
}

.report .rules .ruleset table svg {
	width: 16px;
	height: auto;
}

.report .rules .ruleset table .alert span {
	padding: 8px 16px;
	border-radius: 40px;
	position: relative;
	top: 12px;
	white-space: nowrap;
}

.report .rules .ruleset table .alert svg {
	position: relative;
	top: -1px;
	margin-right: 4px;
}

.report .rules .ruleset table .pass svg {
	fill: #219653;
}

.report .rules .ruleset table .pass span {
	color: #219653;
	background-color: rgba(33, 150, 83, 0.08);
}

.report .rules .ruleset table .low-fail svg {
	fill: #e9b11f;
}

.report .rules .ruleset table .low-fail span {
	color: #e9b11f;
	background-color: rgba(254, 245, 222, 0.6);
}

.report .rules .ruleset table .med-fail svg {
	fill: #ff7a00;
}

.report .rules .ruleset table .med-fail span {
	color: #ff7a00;
	background-color: rgba(251, 191, 36, 0.08);
}

.report .rules .ruleset table .high-fail svg,
.report .rules .ruleset table .fail svg {
	fill: #d1001f;
}

.report .rules .ruleset table .high-fail span {
	color: #d1001f;
	background-color: rgba(248, 113, 113, 0.08);
}

.report .rules .ruleset table .neutral svg {
	fill: var(--dark-gray);
}

.report .rules .ruleset table .neutral span {
	color: var(--dark-gray);
	background-color: var(--light-gray);
}

.report .graphs {
	display: flex;
	justify-content: center;
	width: calc(100% - 40px);
	padding: 0;
	margin: 40px auto 0px auto;
}

.report .graphs h2 {
	margin: 0 0 40px 40px;
	padding: 0;
}

@media (max-width: 767px) {
	.report .graphs {
		flex-direction: column;
	}
}

.report .graphs .graph-item {
	flex: 1;
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	margin: 0 20px;
}

@media (max-width: 760px) {
	.report .graphs .graph-item {
		width: 100%;
		margin: 0;
	}

	.report .graphs h2 {
		margin: 0 0 40px 0px;
	}

	.report .rules {
		padding: 0 20px;
	}
}

.report .graphs .graph-item .graph {
	border: 1px solid var(--medium-gray);
	border-radius: 5px;
	padding: 16px 60px;
	position: relative;
	margin-bottom: 40px;
}

@media (max-width: 1155px) {
	.report .graphs .graph-item .graph {
		padding: 16px 30px;
	}
}

.report .graphs .graph-item .score-status {
	font-weight: 500;
	font-size: 1.25rem;
	color: var(--navy);
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.chart-container {
	width: 500px;
	position: relative;
	margin: 0 auto;
}

@media (max-width: 760px) {
	.chart-container {
		width: 300px;
		height: 250px;
	}
}

.chart-container-lower {
	height: 220px;
	width: 220px;
	margin: 0 auto 20px auto;
}

.graph-chart {
	position: relative;
}

.graph-chart .number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	font-weight: bold;
}

.report .graphs .graph-item canvas {
	width: 220px !important;
	height: 220px !important;
	margin-bottom: 1rem;
}

body[data-layout="horizontal"] .container-fluid,
body[data-layout="horizontal"] .navbar-header {
	padding: 40px !important;
	max-width: 100% !important;
}

.page-content {
	padding: 0px !important;
}

.page-content {
	background: #f4f6f6 !important;
}

.footer {
	display: none;
}

.ruleset {
	margin-bottom: 20px;
}

.rule-details td {
	background-color: var(--light-gray);
}

.rule-details .card {
	color: var(--navy);
	background: transparent;
	box-shadow: none;
	padding: 0px;
}

.rule-details .card .card-title {
	color: var(--navy);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

.rule-details .card-text {
	margin-bottom: 1rem;
	color: var(--navy);
}

.rule-details .card-text:last-child {
	margin-bottom: 0rem;
}

.card-body {
	padding: 1.25rem 1.25rem 0 1.25rem;
}

.navbar-brand-box .logo-light {
	display: block !important;
}

body[data-layout="horizontal"] .page-content {
	margin-top: 0px !important;
}

.hide-while-loading {
	display: none;
}

/* For feedback form */
#feedback-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #007bff;
	color: white;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

#feedback-button:hover {
	background-color: #0056b3;
}

#feedback-form {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: white;
	border: 1px solid #007bff;
	border-radius: 5px;
	padding: 20px;
	width: 300px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#feedback-form textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	margin-top: 20px;
	resize: vertical;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px;
}

#submit-feedback {
	background-color: #28a745;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}

#close-feedback {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #666;
}

#close-feedback:hover {
	color: #333;
}

#feedback-header {
	margin-top: 1em;
}

.button {
background: #4285F4;
color: #fff !important;
font-weight: 600;
padding: 10px 15px;
border-radius: 10px;
transition: all .5s ease;
margin-bottom: 0px;
margin-left: 0px;
}

.button:hover {
transition: all .5s ease;
background: #63a3ff !important;
}

.button.small-button {
color: #fff;
display: inline-flex;
padding: 5px 10px;
}

.card {
overflow: hidden;
padding: 40px;
border-radius: 20px;
box-shadow: 0px 5px 10px rgba(0,0,0,.15);
}

	.card.no-padding {
	padding: 0px;
	}

	.card.no-padding .card-body {
	padding: calc(40px + 1.25rem);
	padding-top: 40px;
	padding-bottom: 40px;
	}

	.card .top-header {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #143755;
	text-align: center;
	height: 42px;
	color: #fff;
	font-weight: 600;
	}

	.card .top-alert {
	display: flex;
	padding: 10px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	border-radius: 0px 10px 10px 0px;
	border-left: 5px solid #F05F2D;
	background: #F9F9F9;
	color: #143755;
	font-weight: 700;
	}

	.card .eyebrow {
	color: #143755;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	}

	.card .card-title {
	color: #143755;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	}

	.card .sub {
	color: #454545;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	}

	.card .buttons {
	display: flex;
	gap: .5rem;
	}

		.card .button {
		display: inline-flex;
		cursor: pointer;
		border-radius: 10px;
		background: #4285F4;
		}

.progress {
display: flex;
width: 300px;
margin: 0px auto;
justify-content: space-between;
align-items: center;
border-radius: 30px;
background: #FFF;
padding: 12px 12px;
overflow: visible;
margin-top: 10px;
}

	.progress .step {
	position: relative;
	}

		.progress .step label {
		position: absolute;
		left: 50%;
		top: -45px;
		width: 120px;
		transform: translateX(-50%);
		text-align: center;
		font-size: 14px;
		}

		.progress .step.current label {
		font-weight: 700;
		}

		.progress .step .marker {
		width: 8px;
		height: 8px;
		outline: 2px solid #143755;
		background: transparent;
		border-radius: 50%;
		}

		.progress .step.current .marker {
		outline: transparent;
		width: 12px;
		height: 12px;
		background: linear-gradient(315deg, #F7BF58 0%, #F05F2D 100%);
		}

		.loading-bar {
		width: 100%;
		height: 20px;
		background-color: #ccc;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
		}

		.loading-bar-sub {
		text-align: center;
		font-style: italic;
		}

		.loading-bar .progress-bar {
		width: 0;
		height: 100%;
		background: linear-gradient(315deg, #F7BF58 0%, #F05F2D 100%);
		animation: loading 3s linear infinite;
		border-radius: 5px;
		}

		@keyframes loading {
		from {
				width: 0;
		}
		to {
				width: 100%;
		}
		}

.accordion {
display: flex;
flex-direction: column;
}

	.accordion.open .accordion-trigger svg {
	transform: rotate(0deg);
	transition: all .5s ease;
	}

	.accordion.open .accordion-content {
	display: flex;
	flex-direction: column;
	opacity: 1;
	transition: all .5s ease;
	transition-behavior: allow-discrete;
	padding-top: 1rem;
	width: 100%;
	}

	.accordion .accordion-trigger {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: .5rem;
	cursor: pointer;
	color: #143755;
	font-weight: 600;
	font-size: 1rem;
	}

		.accordion .accordion-trigger svg {
		width: 13px;
		transform: rotate(180deg);
		transition: all .5s ease;
		fill: #143755;
		}

	.accordion .accordion-content {
	display: none;
	opacity: 0;
	transition: all .5s ease;
	transition-behavior: allow-discrete;
	padding-top: 0rem;
	}

		.accordion .accordion-content table {
		background: #f9f9f9;
		width: 100%;
		}

			.accordion .accordion-content table td, .accordion .accordion-content table th {
			padding: 5px 10px;
			border-bottom: 1px solid #ddd;
			}

			.accordion .accordion-content table th {
			color: #143755;
			}