:root {
	/*--g2-header-item-color: #a7a7a7; Not accessible */
	--g2-header-item-color: #6e6e73;
	--g2-light-blue: #5e73ac;
	--g2-navy: #2e487c;
	--g2-orange: #d96704;
	/* c95106 */
	--g2-burgundy: #990000;
	--g2-light: #bbb9b5;
	--g2-gray: #707070;
	/* #818182 */
	--g2-light-border: #d2d2d7;
	--g2-bg-gray: #1d1d1f;
	--g2-nav-height: 62px;
}

/* General */
h1,
h2,
h3,
h4,
h5,
p {
	color: var(--g2-gray);
}

a {
	color: var(--g2-light-blue);
}

a:hover {
	color: var(--g2-burgundy);
}

.nav-pills .nav-link {
	color: var(--g2-light-blue);
}

.nav-pills .nav-link.active {
	background-color: var(--g2-light-blue);
}

.g2-main-content {
	min-height: calc(100vh - var(--g2-nav-height));
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.content-extended-margin {
	margin-top: var(--g2-nav-height);
}

.g2-header-underline,
.g2-header-underline-center {
	margin-bottom: 1.7rem;
	position: relative;
}

.g2-header-underline:after,
.g2-header-underline-center:after {
	content: "";
	width: 50px;
	height: 3px;
	background: var(--g2-burgundy);
	position: absolute;
	bottom: -0.5rem;
}

.g2-header-underline:after {
	left: 0.7rem;
}

.g2-header-underline-center:after {
	left: 50%;
	transform: translateX(-50%);
}

.g2-navy-line {
	height: 3px;
	background-color: var(--g2-navy);
	border: none;
	opacity: 1;
}

.g2-btn-blue {
	color: #ffffff;
	background-color: var(--g2-light-blue) !important;
	border-color: var(--g2-light-blue) !important;
}

.g2-btn-blue:hover {
	color: #eeeeee;
	background-color: var(--g2-navy);
	border-color: var(--g2-navy);
}

.g2-btn-blue:active {
	color: var(--g2-light-blue);
	background: #eeeeee;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.g2-input-group-text {
	background: transparent;
	border: none;
	padding-left: 0;
	font-weight: 500;
}

.g2-input-group > .form-select,
.g2-input-group > .multiselect-native-select:not(:first-child) .multiselect {
	border-radius: 0.375rem !important;
}

.g2-text-light {
	color: #eeeeee;
}

.g2-text-navy {
	color: var(--g2-navy);
}

.g2-text-gray {
	color: var(--g2-gray);
}

.g2-text-orange {
	color: var(--g2-orange);
}

.g2-header-navy {
	margin-top: 3rem;
	color: var(--g2-navy);
	text-transform: uppercase;
}

.g2-text-blue {
	color: var(--g2-light-blue);
}

.g2-text-burgundy {
	color: var(--g2-burgundy);
}

.g2-bg-blue {
	background: var(--g2-light-blue);
}

.g2-gray-row {
	background: #f8f8f8;
	border-top: 2px solid #b9b8b8;
	border-bottom: 2px solid #b9b8b8;
}

.g2-border-blue {
	border-color: var(--g2-light-blue) !important;
}

.g2-col-400,
.g2-col-500,
.g2-col-600,
.g2-col-800 {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.g2-col-400 {
	max-width: 400px;
}

.g2-col-500 {
	max-width: 500px;
}

.g2-col-600 {
	max-width: 600px;
}

.g2-col-800 {
	max-width: 800px;
}

.g2-icon-md i {
	color: var(--g2-light-blue);
	font-size: 1.25rem;
	line-height: 1.25rem;
}

.g2-icon-md:hover i {
	color: var(--g2-burgundy);
}

.g2-user-avatar {
	background-color: var(--g2-light-blue);
	color: #fff;
	border-radius: 50%;
	position: relative;
	height: 1.8rem;
	width: 1.8rem;
}

.g2-user-avatar .g2-initial {
	font-size: 0.9rem;
	line-height: 1rem;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.g2-user-avatar.hoverable-avatar:hover {
	background-color: var(--g2-burgundy);
}

.g2-team-member {
	position: relative;
}

.g2-signin-icon {
	font-size: 9rem;
	color: #ffffff;
	margin-bottom: 1rem;
}

.g2-signin-icon:before {
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	border-radius: 50%;
	padding: 2.5rem;
}

.g2-search {
	box-shadow: none !important;
	border-color: var(--g2-light-blue) !important;
}

.pagination .page-item:not(.disabled) .page-link {
	color: var(--g2-light-blue);
}

.pagination .page-item.active .page-link {
	color: #fff;
	background-color: var(--g2-light-blue);
	border-color: var(--g2-light-blue);
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: var(--g2-light-blue);
}

/*	Switche color */
.form-check-input:checked {
	background-color: var(--g2-light-blue);
	border-color: var(--g2-light-blue);
}

.g2-team-member .g2-team-member-wrapper {
	/*		border-right:  1px dashed pink;
		border-bottom: 1px dotted pink;*/
}

.g2-team-member:before,
.g2-team-member:after {
	position: absolute;
	content: "";
	z-index: 1;
}

.g2-team-member:before {
	/* right border */
	background: repeating-linear-gradient(to bottom, transparent, var(--g2-light-border) 2px);
	height: calc(100% - 2rem);
	width: 1px;
	right: 0;
	top: 1rem;
}

.g2-team-member:after {
	/* bottom border */
	background: repeating-linear-gradient(to left, transparent, var(--g2-light-border) 2px);
	height: 1px;
	width: calc(100% - 2rem);
	bottom: 0;
	left: 1rem;
}

.g2-team-member:nth-child(4n):before {
	background: none;
}

.g2-team-member .g2-team-member-img {
	border: 1px solid var(--g2-light-border);
	border-radius: 50%;
	text-align: center;
	height: 125px;
	width: 125px;
	object-fit: cover;
	object-position: center top;
}

.g2-team-member .g2-team-member-name {
	padding-top: 2rem;
	padding-bottom: 0;
	margin-bottom: 0;
	text-transform: capitalize;
}

/* General */

/* Header */
.g2-header a {
	text-decoration: none;
}

.g2-header .header-1,
.g2-header .header-2 {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

.g2-header .header-1 .navbar-nav .nav-item .nav-link {
	text-transform: capitalize;
	font-size: 0.8rem;
}

.g2-header .header-1 .navbar-nav .nav-item .nav-link:hover {
	color: var(--g2-light-blue);
}

.g2-header .header-1 .navbar-nav .nav-item:first-child .nav-link {
	padding-left: 0;
}

.g2-header .header-2 {
	-webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
	box-shadow: 0 10px 15pxrgba (25, 25, 25, 0.1);
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.g2-header .header-2 .logo {
	height: 65px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.g2-header .header-2.fixed-top .logo {
	/*		padding: 2px 2px 2px 0;*/
	height: 50px;
}

.g2-header .header-2 .header-2-middle .nav-item .nav-link {
	font-size: 1rem;
	font-weight: 400;
	text-transform: capitalize;
	padding: 30px 10px;
	color: var(--g2-header-item-color);
	display: block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-bottom: 2px solid #fff;
}

.g2-header .header-2 .navbar-nav .nav-item .nav-link.g2-icon-md {
	color: var(--g2-light-blue);
}

.g2-header .header-2 .navbar-nav .nav-item .nav-link:hover {
	border-color: var(--g2-light-blue);
}

.g2-header .header-2.fixed-top .navbar-nav.header-2-middle .nav-item .nav-link {
	padding: 18px 10px;
}

.g2-header .header-2 .header-2-right .nav-item {
	padding: 0 8px;
}

.g2-header .header-2 .header-2-right .nav-item .nav-link {
	font-size: 1.2rem;
	padding: 0;
}

.g2-header .header-3.fixed-top {
	top: var(--g2-nav-height);
}

.g2-header .header-3 .navbar-nav .nav-item .nav-link {
	text-transform: capitalize;
	color: #d8d8d8;
}

.g2-header .header-3 .navbar-nav .nav-item .nav-link:hover {
	color: var(--g2-light-blue);
}

.navbar .mega-menu {
	padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .has-mega-menu {
		position: static !important;
	}

	.navbar .mega-menu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
	}
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}

/* ============ mobile view .end// ============ */

/* Nav Search */
#nav-search {
	position: fixed;
	left: 50%;
	width: 100%;
	z-index: 1040;
	text-align: center;
	background: #5e74ac;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

#nav-search .search-inner {
	padding: 6px 12px;
}

#nav-search .form-control {
	background: transparent;
	border: 0;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	padding: 0;
}

#nav-search .form-control:focus {
	box-shadow: none;
}

#nav-search .form-control::placeholder {
	color: #eee;
	opacity: 1;
}

#nav-search .search-close {
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	padding: 10px;
	padding-right: 0;
}

#nav-search .btn {
	width: 0;
	height: 0;
	padding: 0;
	border: 0;
}

/* Nav Search */

/* Header */

/* Nav Toggler */
.nav-toggler {
	display: block;
	width: 30px;
	height: 5px;
	position: relative;
	background-color: var(--g2-light-blue);
	border-radius: 2px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
}

.nav-toggler:after,
.nav-toggler:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
	width: 100%;
	height: 5px;
	background-color: var(--g2-light-blue);
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}

.nav-toggler:after {
	top: 9px;
}

.navbar-toggler:not(.collapsed) .nav-toggler {
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) .nav-toggler:before {
	transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler:not(.collapsed) .nav-toggler:after {
	transform: rotate(-45deg) translate(7px, -8px);
}

/* Nav Toggler */

/* Mega Menu */
.mega-menu {
	background: #f8f8f8;
	padding: 1rem;
	border: 1px 0 1px 0 solid var(--g2-light-border);
	border-radius: 0;
	z-index: 1000;
}

.mega-menu .title {
	color: var(--g2-light-blue);
	text-transform: uppercase;
	font-size: 1rem;
}

.mega-menu ul li {
	position: relative;
}

.mega-menu ul li:hover {
	background-image: linear-gradient(to right, #ffffff, #f8f8f8);
}

.mega-menu ul li:not(:last-child) {
	border-right: 1px solid var(--g2-light-border);
}

/* Mega Menu */

/* Footer */
.g2-footer {
	background: var(--g2-bg-gray);
	padding-top: 60px;
}

.g2-footer ul {
	margin: 0px;
	padding: 0px;
}

.g2-footer li {
	list-style: none;
}

.g2-footer a {
	text-decoration: none;
	color: var(--g2-light-blue);
}

.g2-footer .subscribe {
	padding-bottom: 40px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.subscribe .sign-up {
	border-radius: 0;
	color: #ffffff;
	padding: 0.5rem 2.2rem;
}

.subscribe .subscribe-caption {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 500;
}

.subscribe .footer-social a {
	color: #ffffff;
	font-size: 1.4rem;
	display: inline-block;
	text-align: center;
}

.footer-social a:hover {
	color: var(--g2-light-blue);
}

.social a i {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	display: inline-block;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}

.social a:hover i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.g2-footer .footer-tittle h4 {
	color: #fff;
	font-size: 18px;
	/*margin-bottom: 20px;*/
	font-weight: 400;
}

.g2-footer .footer-tittle ul li {
	margin-bottom: 8px;
}

.g2-footer .footer-tittle ul li a {
	color: #bbb9b5;
	font-weight: 400;
	font-size: 16px;
	text-decoration: underline transparent;
}

.g2-footer .footer-tittle ul li a:hover {
	color: #bbb9b5;
	text-decoration: underline;
}

.g2-footer .footer-tittle ul li span {
	color: red;
}

.g2-footer p {
	color: var(--g2-light);
}

.g2-footer .footer-tittle p {
	color: #bbb9b5;
	font-size: 16px;
}

.g2-footer .copy-right {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 30px;
	padding-bottom: 1px;
	margin-top: 30px;
	color: #bbb9b5;
	font-weight: 300;
	font-size: 16px;
	line-height: 2;
}

/* Footer */

/* Back to top */
#back-top {
	background: #f8f8f8;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.75;
	border: 1px solid var(--g2-light-blue);
}

#back-top:hover {
	opacity: 0.95;
}

#back-top a {
	text-decoration: none;
	padding: 6px 8px;
	color: var(--g2-light-blue);
}

#back-top a i {
	/*		font-size: 32px;*/
}

/* Back to top */

/* Page Loader */
#pageloader {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100vw;
	height: 100vh;
	/*background: rgba(0, 0, 0, .5);*/
	background: #fff;
}

#pageloader .loading {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.loading {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 80px;
}

.loading div {
	display: inline-block;
	position: absolute;
	width: 12px;
	background: var(--g2-light-blue);
	animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loading div:nth-child(1) {
	left: 0px;
	animation-delay: -0.24s;
}

.loading div:nth-child(2) {
	left: 16px;
	animation-delay: -0.12s;
}

.loading div:nth-child(3) {
	left: 32px;
	animation-delay: 0;
}

@keyframes loading {
	0% {
		top: 8px;
		height: 64px;
	}

	50%,
	100% {
		top: 24px;
		height: 32px;
	}
}

/* Page Loader */

.form-overlay {
	background: var(--g2-light-blue);
	border-radius: 0.375rem;
	position: absolute;
	display: none;
	z-index: 1025;
	opacity: 0.15;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/*

	@media only screen and (min-width:768px) and (max-width:991px) {
		.footer-social {
			padding-top: 20px
		}
	}

	@media only screen and (min-width:576px) and (max-width:767px) {
		.footer-social {
			padding-top: 20px
		}
	}

	@media (max-width:575px) {
		.footer-social {
			padding-top: 20px
		}
	}








.gray-bg {
	background: #f1fbff
}



@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-padding {
		padding-top: 60px;
		padding-bottom: 20px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-padding {
		padding-top: 60px;
		padding-bottom: 20px
	}
}

@media (max-width:575px) {
	.footer-padding {
		padding-top: 60px;
		padding-bottom: 0
	}
}



@media only screen and (min-width:992px) and (max-width:1199px) {
	.g2-header .header-1 {
		padding: 8px 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.g2-header .header-1 {
		padding: 17px 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.g2-header .header-1 {
		padding: 17px 0
	}
	.g2-header .header-1 .header-1-left {
		display: none
	}
}



@media only screen and (min-width:576px) and (max-width:767px) {
	.g2-header .header-1 .header-1-left ul li {
		margin-right: 10px;
		font-size: 13px
	}
}



@media only screen and (min-width:576px) and (max-width:767px) {
	.g2-header .header-1 .header-1-right ul.order-list li {
		margin-right: 10px;
		font-size: 13px
	}
}




@media only screen and (min-width:768px) and (max-width:991px) {
	.g2-header .header-2 {
		padding: 15px 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.g2-header .header-2 {
		padding: 15px 0
	}
}

@media (max-width:575px) {
	.g2-header .header-2 {
		padding: 15px 0
	}
}



@media only screen and (min-width:992px) and (max-width:1199px) {
	.g2-header .header-2 .menu-wrapper .main-menu ul li a {
		padding: 41px 10px
	}
}

.g2-header .header-2 .menu-wrapper .main-menu ul li a i {
	color: #292621;
	margin-left: 2px;
	font-size: 12px
}

.g2-header .header-2 .menu-wrapper .main-menu ul li:hover>a {
	color: #ff2020
}

.g2-header .header-2 .menu-wrapper .main-menu ul li:hover>ul.submenu {
	visibility: visible;
	opacity: 1;
	top: 100%
}

.g2-header .header-2 .menu-wrapper .main-menu ul li:hover>ul.submenu::before {
	top: -8px
}

.g2-header .header-2 .menu-wrapper .main-menu ul ul.submenu {
	position: absolute;
	width: 170px;
	background: #fff;
	left: 0;
	top: 90%;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
	padding: 17px 0;
	border-top: 3px solid #ff2020;
	border-radius: 7px 7px 3px 3px;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s
}

.g2-header .header-2 .menu-wrapper .main-menu ul ul.submenu>li {
	margin-left: 7px;
	display: block
}

.g2-header .header-2 .menu-wrapper .main-menu ul ul.submenu>li>a {
	padding: 6px 10px !important;
	font-size: 16px;
	color: #292621;
	text-transform: capitalize
}

.g2-header .header-2 .menu-wrapper .main-menu ul ul.submenu>li>a:hover {
	color: #ff2020;
	background: none;
	letter-spacing: .4px
}

.g2-header .header-2 .menu-wrapper .main-menu ul ul.submenu::before {
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent red transparent;
	content: "";
	top: -5px;
	left: 13%;
	position: absolute;
	transition: .3s;
	z-index: -1;
	overflow: hidden;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.g2-header .header-2 .menu-wrapper .header-2-right {
		margin-right: 82px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.g2-header .header-2 .menu-wrapper .header-2-right {
		margin-right: 73px
	}
}

@media (max-width:575px) {
	.g2-header .header-2 .menu-wrapper .header-2-right {
		position: absolute;
		top: 165px;
		z-index: 3;
		right: 14px
	}
}


@media only screen and (min-width:768px) and (max-width:991px) {
	.g2-header .header-2 .menu-wrapper .header-2-right i {
		padding: 21px 19px
	}
}

@media (max-width:575px) {
	.g2-header .header-2 .menu-wrapper .header-2-right i {
		padding: 6px 9px;
		color: #ff2020
	}
}


@media only screen and (min-width:768px) and (max-width:991px) {
	.header-sticky.sticky-bar {
		padding: 22px 0
	}
}

@media (max-width:575px) {
	.header-sticky.sticky-bar .header-2-right {
		display: none
	}
}

.mobile_menu {
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 99
}







@media (max-width:575px) {
	.subscribe-area .subscribe-caption h3 {
		padding: 0 0;
		font-size: 25px
	}
	.subscribe-area .subscribe-caption h3 {
		padding: 0 0;
		font-size: 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.subscribe-area .subscribe-caption h3 {
		padding: 0 0
	}
}

.subscribe-area .subscribe-caption p {
	color: #fff;
	font-size: 15px
}



.subscribe-area .subscribe-caption form input::placeholder {
	color: #000;
	font-size: 16px
}

@media (max-width:575px) {
	.subscribe-area .subscribe-caption form input {
		width: 100%;
		margin-bottom: 20px
	}
}



@media (max-width:575px) {
	.subscribe-area .subscribe-caption form button.subscribe-btn {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0
	}
}











*/

.file-drop-area {
	border: 1px solid #ced4da;
	position: relative;
	transition: 0.2s;
}

.file-drop-area i {
	color: var(--g2-light-border);
	font-size: 3rem;
	margin-bottom: 1rem;
}

.file-drop-area #file {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
	transform: rotate(-135deg);
}

.accordion-button:not(.collapsed) {
	font-weight: 500;
	color: #212529;
	background-color: #f8f8f8;
}

.g2-badge-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1.2rem;
	border-radius: 0 0.375rem 0.375rem 0;
	color: #ffffff !important;
}

.g2-badge-btn i {
	position: absolute;
	top: 50%;
	right: 0.25rem;
	transform: translateY(-50%);
}

.g2-label {
	display: inline-block;
	line-height: 1;
	vertical-align: baseline;
	margin: 0 0.2rem 0.2rem 0;
	background-color: #e8e8e8;
	padding: 0.5rem 0.8rem;
	color: rgba(0, 0, 0, 0.6);
	text-transform: none;
	font-weight: 700;
	border: 1px solid #f8f8f8;
	border-radius: 0.375rem;
	-webkit-transition: background 0.1s ease;
	transition: background 0.1s ease;
	font-size: 0.85rem;
}

.g2-label.sm {
	margin: 0 0.1rem 0.1rem 0;
	padding: 0.2rem 0.4rem;
	font-weight: 500;
	font-size: 0.7rem;
}

.g2-label:first-child {
	margin-left: 0;
}

.g2-label-dismissible i {
	margin-right: 0.5rem;
	cursor: pointer;
}

.g2-label-dismissible i:hover {
	color: var(--g2-burgundy);
}

.g2-flag {
	display: inline-block;
	width: auto;
	height: 0.75rem;
	line-height: 11px;
	vertical-align: baseline;
	margin: 0 0.5rem 0 0;
}

.g2-title-row th {
	color: #333333;
	padding: 1.2rem 0.6rem;
}

.g2-blue-cell {
	min-width: 150px;
	background: #ddf4ff !important;
	color: #2185d0 !important;
}

.g2-gray-cell {
	background: #eeeeee !important;
	color: #666666 !important;
}

.g2-gray-row {
	background-color: rgba(0, 0, 0, 0.025);
}

.g2-glossary {
	color: #888;
	cursor: pointer;
}

.g2-hoverable-cell {
	cursor: pointer;
}

.g2-hoverable-cell:hover {
	background: rgba(13, 110, 253, 0.3);
}

.hoverable {
	cursor: pointer;
	opacity: 0.85;
	-webkit-transition: background 0.1s ease;
	transition: background 0.1s ease;
}

.hoverable:hover {
	opacity: 1;
}

/* CAS table */
.table-header-one {
	background-color: #2e487c;
	color: #ffffff;
}

.table.table-w-border {
	border-spacing: 2px 0;
	border-collapse: separate;
}

.table-header-two {
	background-color: #ccd4ea;
	color: #4d4d4d;
}

.table-striped-one {
	background-color: #ededed;
}

.table-text-gray {
	color: #707079;
}

.table-striped-two {
	background-color: #f8f8f8;
}

/* CAS table */

.g2-tooltip .tooltip-inner {
	text-align: left;
	padding: 0.8rem;
}

.g2-tooltip .tooltip-inner {
	max-width: 25rem;
}

.g2-tooltip .tooltip-inner h5 {
	color: var(--g2-light-blue);
	font-size: 1.1rem;
	margin-bottom: 0.6rem;
}

.g2-table-head {
	background: #ccd4ea;
}

.g2-table-head th {
	color: #4d4d4d;
	text-transform: uppercase;
}

.g2-table-border-bottom-blue {
	border-bottom: 2px solid var(--g2-light-blue) !important;
}

table tr.g2-table-border-bottom-blue:last-child {
	border-bottom: 1px solid var(--g2-light-border) !important;
}

.g2-blog-post img {
	max-width: 100% !important;
	height: auto !important;
}

.accordion-button.disabled::after {
	background-image: none;
}

.g2-active-l1 {
	color: var(--g2-light-blue) !important;
}

.g2-active-l2 {
	color: var(--g2-orange) !important;
}

/* JQ Table */
.gs-table-head {
	background: #e9ecef;
}

.gs-table-head tr {
	/*border: 1px solid #ced4da;*/
}

.gs-table-head tr th {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.gs-table-head tr th:first-child {
	/*border-left: 1px solid #ced4da;*/
	border-radius: 0.375rem 0 0 0;
}

.gs-table-head tr th:last-child {
	/*border-right: 1px solid #ced4da;*/
	border-radius: 0 0.375rem 0 0;
}

.gs-table-head {
	background: #ccd4ea;
}
.gs-table-head th {
	color: #4d4d4d;
	text-transform: uppercase;
}
.gs-table-body tr:nth-child(even) {
	background-color: #ededed;
}
.gs-table-body tr:nth-child(odd) {
	background-color: #f8f8f8;
}
.gs-table-body td {
	color: #707070;
}
/* JQ Table */

/* -------- Interactive Graphs Page -------- */
.gnt-card {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 75%;
	font-weight: 600;
}

.gnt-card-img {
	width: 50%;
	height: 16vw;
	object-fit: fit;
	box-shadow: 2px 2px 5px #929292;
	cursor: pointer;
}

.gnt-card-img:hover {
	box-shadow: 4px 4px 11px #aaaaaa;
	transition: box-shadow 0.2s ease-in-out;
}

.gnt-seperator {
	border: 1px solid #c8c8c8;
	margin-top: 8px;
	margin-bottom: 8px;
	margin: 0em 1em;
}

.card-shadow {
	box-shadow: 0px 2px 10px #5252525e;
	transition: all 0.3s;
}

.card-shadow:hover {
	/* box-shadow: 2px 12px 16px 8px #9797974d; */
	box-shadow: 1px 8px 15px 6px #b0b0b04d;
	scale: 1.01;
	cursor: pointer;
}

.gnt-tab {
	min-height: 500px;
}

/* -------- Interactive Graphs page -------- */

/* -------- Feedback -------- */
#feedback-button {
	position: fixed;
	right: 0;
	top: 40%;
	transform: rotate(-90deg) translate(50%, -50%);
	transform-origin: right;
}

input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="text"]:read-only:focus {
	box-shadow: none;
	background-color: #e9ecef;
	border-color: #ced4da;
}

/* -------- Feedback -------- */

/* -------- Flowchart -------- */
.g2-flowchart-box {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	position: relative;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	/*font-size:11px; */

	height: 800px; /*Flowchart Tab Height*/

	/*width:available;*/
}

.g2-flowchart-table {
	width: auto;
}

.g2-flowchart-table th,
.g2-flowchart-table tr,
.g2-flowchart-table td {
	margin: 0;
	padding: 0;
}

.g2-flowchart-table td {
	width: 250px;
}

.g2-flowchart-table tbody tr:nth-child(even) td,
.g2-flowchart-table tbody tr.even td {
	background-color: #ffffff;
}

.g2-flowchart-line-dot {
	background: #ffffff url("../img/flowchart/linedot.gif") repeat-y center;
}

.g2-flowchart-vert-line-dot {
	background: #ffffff url("../img/flowchart/linedot.gif") repeat-y 125px 0px !important;
}

.g2-flowchart-line-dot-y {
	background: #ffffff url("../img/flowchart/linedot.gif") repeat-y 125px 0px !important;
	height: 20px;
	overflow: hidden;
}

.g2-flowchart-line-dot-x {
	background: #ffffff url("../img/flowchart/linedot.gif") repeat-x 0 9px !important;
}

.g2-flowchart-arrow-back {
	background: #ffffff url("../img/flowchart/arrowback.gif") no-repeat left top !important;
}

.g2-flowchart-arrow-close {
	background: #ffffff url("../img/flowchart/arrowclose.gif") no-repeat right top !important;
}

.g2-flowchart-arrow-over {
	background: #ffffff url("../img/flowchart/arrowover.gif") no-repeat 0px 25px !important;
}

.g2-flowchart-arrow-close-combine {
	background: #ffffff url("../img/flowchart/arrowclosecombine.gif") no-repeat bottom right;
}

.g2-flowchart-image {
	height: 15px;
	width: 250px;
}

.g2-flowchart-box-middle {
	clear: both;
	padding: 0 10px;
	text-align: left;
	width: 250px;
}

.g2-flowchart-box-top {
	display: block;
	height: 15px;
	width: 250px;
}

.g2-flowchart-start {
	background-color: #178817;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.g2-flowchart-end {
	background-color: #d21717;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.g2-flowchart-loop {
	background-color: #ddffd9;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 auto;
	width: 250px;
}

.g2-flowchart-combined {
	background-color: #ffff00;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 auto;
	width: 250px;
}

.g2-flowchart-condition {
	background-color: #ffd9bd;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 auto;
	width: 250px;
}

.g2-flowchart-question {
	background-color: #e0e7ff;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 auto;
	width: 250px;
}

.g2-flowchart-view-item {
	position: absolute;
	z-index: 5;
	top: 12px;
	left: 0px;
	display: none;
	background-color: #f5f5f5;
	border: 1px solid #c0c0c0;
	padding: 5px 8px;
	width: 125px;
	line-height: 18px;
	font-weight: normal;
}

.g2-flowchart-dotted {
	border-bottom: 1px dotted #606060;
	color: #000000;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

.g2-flowchart-dotted:hover {
	border-bottom: 1px solid #606060;
	color: #000000;
	text-decoration: none;
}

/* -------- Flowchart -------- */

/* -------- Codebook -------- */

.g2-codebook-box {
	position: relative;
	overflow: auto;
	border: 1px solid #c0c0c0;
	font-size: 11px;

	height: 800px; /*Codebook Tab Height*/

	/*padding:15px;*/
}

.g2-codebook-indent {
	float: left;
	overflow: hidden;
	width: 100px;
}

.g2-codebook-indented {
	overflow: hidden;
}

.g2-codebook {
	clear: both;
}
/* -------- Codebook -------- */

/* -------- Print Flowchart Codebook -------- */

.g2-flowchart-print,
.g2-codebook-print {
	position: absolute;
	z-index: 5;
	padding: 5px;
	right: 20px;
	top: 5px;
	text-align: right;
}

@media print {
	body {
		color-adjust: exact;
		-webkit-print-color-adjust: exact;
		-moz-print-color-adjust: exact;
		print-color-adjust: exact;
	}
}
/* -------- Print Flowchart Codebook -------- */

/* -------- Survey Data Image -------- */
div.g2-survey-data-instruction img {
	max-width: 100%;
	object-fit: cover;
}
/* -------- Survey Data Image -------- */

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 1em 10px 0.1em;
}

