/*
 Theme Name:   Imperial
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*
blue : #7797a2
green : #6f928c
red : #9f8690
*/

@font-face {
  font-family: 'Neue-Haas-Unica';
  src: url("assets/fonts/NeueHaasUnicaPro-BoldItalic.otf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Neue-Haas-Unica';
  src: url("assets/fonts/NeueHaasUnicaPro-Bold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Neue-Haas-Unica';
  src: url("assets/fonts/NeueHaasUnicaPro-MediumIt.otf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Neue-Haas-Unica';
  src: url("assets/fonts/NeueHaasUnicaPro-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Neue-Haas-Unica';
  src: url("assets/fonts/NeueHaasUnicaPro-LightIt.otf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Neue-Haas-Unica';
  src: url("assets/fonts/NeueHaasUnicaPro-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Neue-Haas-Unica';
  src: url("assets/fonts/NeueHaasUnicaPro-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.page-template-default header.entry-header,
.page-template-page-glossary header.entry-header,
.page-template-page-credits header.entry-header{
    background: #E5E8EA;
    padding: 30px 50px;
}

main.site-credits .inside-article,
body.page-template-page-credits {
	background-color: #2C2E35;
}

main.site-credits .credits-container {
	margin-bottom: 80px;
}

main.site-credits .credits-container,
main.site-credits .entry-content{
	color: white;
}

main.site-credits a {
	color: #0abea2;
}

.imperial-credit.divider-regular {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid white;
}

.imperial-credit h3,
.imperial-credit h5 {
	color: #FFDD2A;
}

.page-id-6 .site-main, .page-id-52 .site-main {
	margin: 0px 0px 20px 0px !important;
}


.page-id-6 .entry-content, .page-id-52 .entry-content {
    padding: 0 3em;
}

.site-info {
    background-color: var(--base-3);
    float: left;
    margin: 20px 50px;
}

/****** User Access Message *******/

.access-message-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.access-message-box .icon {
	display: flex;
	width: 80px;
	height: 80px;
	border: 2px solid;
	border-radius: 100%;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #50565E;
}

.access-message-box .title {
	font-family: "Neue-Haas-Unica";
    font-weight: 600;
    font-style: normal;
	margin-bottom: 15px;
	font-size: 22px;
}

.access-message-box .message {
	text-align: center;
	margin-bottom: 15px;
}



.dashboard-container.night .access-message-box .icon img {
	filter: brightness(0) invert(1);
}

/******* Glossary ********/
table.glossary-table {
	font-size: 14px;
	font-weight: normal;
	border-color: #2C2E35;
}

table.glossary-table td {
	font-weight: normal;
	text-align: left;
	border-color: #2C2E35;
}

table.glossary-table td.name,
table.glossary-table td.category {
	white-space: nowrap;
}

table.glossary-table tr.table-head th {
	background-color: #2C2E35;
	color: white;
	font-weight: bold;
}

input.glossary-search {
	width: 100%;
}

.table-title {
	font-size: 32px;
	font-weight: bold;
	margin: 30px 0px 15px 0px;
}


/****** Glossary - END *******/

/****SVG to fix safari ******/
svg {
	width: 100%;
}
/****************************/

html {
	font-family: "Neue-Haas-Unica";
	font-weight: 300;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html * b {
	font-weight: 500;
}

body, button, input, select, textarea {
	font-family: "Neue-Haas-Unica";
	font-weight: 300;
	font-style: normal;
}

body {
	background-color: white;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Neue-Haas-Unica";
	font-weight: 600;
	font-style: normal;
}

h1, h2 {
	letter-spacing: -1px;
}


small {
	display: block;
	font-size: 14px;
	line-height: 1.2;
}

h1.entry-title {
	font-size: 23px;
}

a.btn {
	text-decoration: none;
	background-color: #0059a5;
	padding: 15px 20px;
	color: white;
	width: auto;
	display: inline-block;
	line-height: 1;
}

a.btn:hover {
	background-color: #053d6f;
}

body.error404 .inside-article {
	padding: 100px 0px;
	text-align: center;
}

/**** Modal ****/

body.modal-open {
    overflow: hidden;
}

.prod-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.35);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    justify-content: center;
    align-items: flex-start;
}

.prod-modal.open {
    display: flex;
}

/*
.dashboard-container.night .modal-container {
	color: white;
}

.dashboard-container.day .modal-container {
	background: white;
}
*/

.modal-container {
    width: 40%;
    margin: 5% auto 30px auto;
    background: #2C2E35;
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 20px 3px rgb(0 0 0 / 65%);
    -moz-box-shadow: 0px 3px 20px 3px rgba(75, 74, 73, 0.65);
    box-shadow: 0px 3px 20px 3px rgb(0 0 0 / 65%);
    padding: 30px;
	color: white;
}

.modal-container.wide {
	width: 80%;
}

button.modal-close-btn {
    background-color: transparent;
    border: 2px solid;
	border-radius: 100%;
    padding: 2px;
    cursor: pointer;
	display: flex;
}

button.modal-close-btn i {
	background-image: url(/wp-content/uploads/2023/08/close-time.svg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 47%;
	display: flex;
	width: 30px;
	height: 30px;
}

.dashboard-container.night .dashboard-content button.modal-close-btn:hover,
button.modal-close-btn:hover {
	background-color: #FFDD2A;
	border-color: #2C2E35;
}

button.modal-close-btn:hover i {
	filter: invert(11%) sepia(2%) saturate(4092%) hue-rotate(190deg) brightness(3%) contrast(82%);
}

.modal-header {
	padding-bottom: 30px;
}

.modal-header p {
	margin-bottom: 0px;
}

#feedback-form .modal-container,
#feedback-form .with_frm_style .frm_form_field.frm_html_container,
#feedback-form .with_frm_style .frm_primary_label,
#feedback-form .with_frm_style .frm_radio label,
#feedback-form .with_frm_style .frm_checkbox label{
	color: white;
}

#feedback-form .with_frm_style .frm_top_container .frm_primary_label {
	display: none;
}

#feedback-form .with_frm_style .frm_form_field.frm_html_container,
#feedback-form .with_frm_style .frm_radio label,
#feedback-form .with_frm_style .frm_checkbox label{
	font-size: 16px;
	font-weight: 500;
}

#feedback-form ol {
	margin-left: 25px;
	margin-bottom: 0px;
	/*color: #FFDD2A;*/
}

#feedback-form .modal-header b {
	font-size: 22px;
	font-weight: bold;
	color: #FFDD2A;
}

#feedback-form .frm_opt_container {
	display: flex;
}

#feedback-form .with_frm_style .frm_radio label {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 15px;
	text-indent: 0px;
}

#feedback-form .with_frm_style .frm_radio label input {
	margin: 0px 0px 10px 0px;
}

#feedback-form .frm_html_container {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px dashed white;
}

#feedback-form .frm_html_container:first-of-type {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px;
}

#feedback-form .with_frm_style textarea {
	background-color: #50565E;
	color: white;
	font-size: 16px;
	border: 0px;
	padding: 20px;
}

#feedback-form .with_frm_style textarea:focus {
	box-shadow: none;
}

#feedback-form .frm_style_formidable-style.with_frm_style .frm_submit button {
	display: flex;
    width: 100%;
    background-color: #0abea2;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    justify-content: center;
    font-size: 17px;
    padding: 5px 10px;
	box-shadow: none;
	border: 0px;
	border-radius: 0px;
}

#feedback-form .with_frm_style .frm_message,
#feedback-form .frm_style_formidable-style.with_frm_style .frm_error_style {
	margin: 0px;
    border: 0px;
    background-color: transparent;
    border-radius: 0px;
	font-size: 22px;
    font-weight: bold;
    color: #FFDD2A;
	text-align: center;
}

#feedback-form .with_frm_style .frm_message p,
#feedback-form .frm_style_formidable-style.with_frm_style .frm_error_style p {
	color: #FFDD2A;
}


/****** Main Nav *******/

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
	/*color: #0abea2;*/
	color: #50565E;
}

/****** Registration Form *******/

form#wppb-register-user ul {
    max-width: 100%;
    list-style: none;
	margin: 0px;
}

form#wppb-register-user {
	background-color: #E5E8EA;
	margin: 100px auto;
	max-width: 800px;
	padding: 50px;
	text-align: center;
}

form#wppb-register-user h2 {
	border-bottom: 2px solid #222222;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

/******** Login Form **********/

.imperial-recover-password,
.imperial-login-form,
.imperial-logout-form {
	background-color: #E5E8EA;
	margin: 100px auto;
	max-width: 800px;
	padding: 50px;
	text-align: center;
}

.imperial-recover-password h2,
.imperial-login-form h2,
.imperial-logout-form h2 {
	border-bottom: 2px solid #222222;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

form#wppb-recover-password,
form#wppb-loginform {
	max-width: 100%;
    list-style: none;
	margin: 0px;
	padding-top: 30px;
}


form#wppb-loginform .wppb-form-field label,
form#wppb-loginform #wppb-login-wrap .login-username label,
form#wppb-loginform #wppb-login-wrap .login-password label,
form#wppb-loginform #wppb-login-wrap .login-auth label,
form#wppb-recover-password .wppb-form-field label,
form#wppb-recover-password #wppb-login-wrap .login-username label,
form#wppb-recover-password #wppb-login-wrap .login-password label,
form#wppb-recover-password #wppb-login-wrap .login-auth label,
.imperial-logout-form .wppb-form-field label,
.imperial-logout-form #wppb-login-wrap .login-username label,
.imperial-logout-form #wppb-login-wrap .login-password label,
.imperial-logout-form #wppb-login-wrap .login-auth label {
    width: 100%;
	display: block;
    float: none;
    min-height: 1px;
	padding-bottom: 10px;
	color: #222222;
	font-weight: normal;
}

form#wppb-loginform .wppb-form-field input[type="text"],
form#wppb-loginform .wppb-form-field input[type="number"],
form#wppb-loginform .wppb-form-field input[type="email"],
form#wppb-loginform .wppb-form-field input[type="url"],
form#wppb-loginform .wppb-form-field input[type="password"],
form#wppb-loginform .wppb-form-field input[type="search"],
form#wppb-loginform .wppb-form-field select,
form#wppb-loginform .wppb-form-field textarea,
form#wppb-loginform .wppb-checkboxes,
form#wppb-loginform .wppb-radios,
form#wppb-loginform #wppb-login-wrap .login-username input,
form#wppb-loginform #wppb-login-wrap .login-password input,
form#wppb-loginform #wppb-login-wrap .login-auth input,
form#wppb-recover-password .wppb-form-field input[type="text"],
form#wppb-recover-password .wppb-form-field input[type="number"],
form#wppb-recover-password .wppb-form-field input[type="email"],
form#wppb-recover-password .wppb-form-field input[type="url"],
form#wppb-recover-password .wppb-form-field input[type="password"],
form#wppb-recover-password .wppb-form-field input[type="search"],
form#wppb-recover-password .wppb-form-field select,
form#wppb-recover-password .wppb-form-field textarea,
form#wppb-recover-password .wppb-checkboxes,
form#wppb-recover-password .wppb-radios,
form#wppb-recover-password #wppb-login-wrap .login-username input,
form#wppb-recover-password #wppb-login-wrap .login-password input,
form#wppb-recover-password #wppb-login-wrap .login-auth input {
    width: 100%;
    float: none;
	border: none;
	border-radius: 0px;
	text-align: center;
	line-height: 1;
	padding: 15px;
}

form#wppb-loginform .wppb-form-field.login-remember label {
	width: auto;
}

#wppb-login-wrap .login-remember {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

form#wppb-loginform .wppb-form-field.login-remember label {
	padding: 0px 0px 0px 10px;
}

a.login-lost-password {
	color: #0059a5;
	font-weight: normal;
}

a.login-lost-password:hover {
	color: #0080f0;
}

form#wppb-recover-password input[type="submit"],
form#wppb-loginform input[type="submit"] {
	background-color: #0059a5;
	color: white;
	font-weight: bold;
	padding: 10px 30px;
	line-height: 1;
}

form#wppb-loginform input[type="submit"]:hover,
.wppb-front-end-logout a:hover {
	background-color: #003c71;
}

.wppb-front-end-logout {
	text-align: center;
}

.wppb-front-end-logout span {
	display: block;
}

.wppb-front-end-logout a {
	background-color: #0059a5;
    color: white;
    font-weight: bold;
    padding: 10px 30px;
    line-height: 1;
	display: inline-block;
	width: auto;
	text-decoration: none;
	margin-top: 30px;
}

/*****************************/

.site-footer .site-info {
	width: 100%;
	background-color: #2C2E35;
	color: white;
	text-align: center;
	padding: 20px 50px;
	margin: 0;
}

.separate-containers .site-main {
	margin: 0px;
}

#menu-footer-menu {
	margin: 0px;
	color: white;
	list-style: none;
}

#menu-footer-menu a {
	color: white;
	text-decoration: none;
}

#menu-footer-menu a:hover {
	color: #FFDD2A;
}

section.imperial-site-footer {
	background-color: #2C2E35;
	color: white;
	padding-bottom: 80px;
}

section.imperial-site-footer h4.footer-title {
	color: white;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

section.imperial-site-footer a.social-link {
	display: flex;
	flex-direction: row;
	color: white;
	text-decoration: none;
	align-items: center;
}

section.imperial-site-footer a.social-link .link-icon {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0abea2;
	margin-right: 10px;
}

section.imperial-site-footer a.social-link .link-icon img {
	filter: brightness(0) invert(1);
}

.inside-site-info .copyright-bar {
	display: none;
}

.relative {
	position: relative;
}

.site-header {
	padding: 20px 50px;
}

.page-description {
	padding: 20px;
}

.page-template-page-calculation-test .site-content,
.page-template-page-dashboard .site-content,
.page-template-page-global .site-content,
.page-template-page-industry .site-content,
.page-template-page-industry-time .site-content,
.page-template-page-country .site-content,
.page-template-page-company .site-content,
.page-template-page-timeseries .site-content,
.page-template-page-global-ajax .site-content,
.page-template-page-fetch-test .site-content,
.page-template-page-fetch-global .site-content,
.page-template-page-fetch-country .site-content,
.page-template-page-fetch-industry .site-content,
.page-template-page-fetch-company .site-content{
    flex-direction: column;
}

.page-template-page-calculation-test header.entry-header,
.page-template-page-dashboard header.entry-header,
.page-template-page-global header.entry-header,
.page-template-page-industry header.entry-header,
.page-template-page-industry-time header.entry-header,
.page-template-page-country header.entry-header,
.page-template-page-company header.entry-header,
.page-template-page-timeseries header.entry-header,
.page-template-page-global-ajax header.entry-header,
.page-template-page-fetch-test header.entry-header,
.page-template-page-fetch-global header.entry-header,
.page-template-page-fetch-country header.entry-header,
.page-template-page-fetch-industry header.entry-header,
.page-template-page-fetch-company header.entry-header{
	/*background-color: #E5E8EA;*/
	background-color: #50565E;
	color: white;
}

.page-template-page-calculation-test header.entry-header .entry-title,
.page-template-page-dashboard header.entry-header .entry-title,
.page-template-page-global header.entry-header .entry-title,
.page-template-page-industry header.entry-header .entry-title,
.page-template-page-industry-time header.entry-header .entry-title,
.page-template-page-country header.entry-header .entry-title,
.page-template-page-company header.entry-header .entry-title,
.page-template-page-timeseries header.entry-header .entry-title,
.page-template-page-global-ajax header.entry-header .entry-title,
.page-template-page-fetch-test header.entry-header .entry-title,
.page-template-page-fetch-global header.entry-header .entry-title,
.page-template-page-fetch-country header.entry-header .entry-title,
.page-template-page-fetch-industry header.entry-header .entry-title,
.page-template-page-fetch-company header.entry-header .entry-title{
	font-size: 0px;
	display: flex;
}

header.entry-header header.entry-header .entry-title::after,
.page-template-page-dashboard header.entry-header .entry-title::after,
.page-template-page-global header.entry-header .entry-title::after,
.page-template-page-industry header.entry-header .entry-title::after,
.page-template-page-industry-time header.entry-header .entry-title::after,
.page-template-page-country header.entry-header .entry-title::after,
.page-template-page-company header.entry-header .entry-title::after,
.page-template-page-timeseries header.entry-header .entry-title::after,
.page-template-page-global-ajax header.entry-header .entry-title::after,
.page-template-page-fetch-test header.entry-header .entry-title::after,
.page-template-page-fetch-global header.entry-header .entry-title::after,
.page-template-page-fetch-country header.entry-header .entry-title::after,
.page-template-page-fetch-industry header.entry-header .entry-title::after,
.page-template-page-fetch-company header.entry-header .entry-title::after{
	content: 'Dashboard';
	font-size: 23px;
}

.dashboard-container {
	position: relative;
	padding-bottom: 50px;
}

.dashboard-container .dashboard-row {
	padding: 0px 30px 0px 60px;
	position: relative;
	/*overflow: hidden;*/
	min-height: 100vh;
}

.col.dash-title {
	max-width: 430px;
	min-width: 430px;
}

.dashboard-container .col.dashboard-content {
	width: calc(100% - 400px);
}

.col.dash-title .inner,
.dashboard-container .sidebar .inner {
	display: flex;
	flex-direction: column;
}

.col.dash-title {
	display: flex;
	align-items: center;
}

.col.dash-title .inner {
	padding: 30px 0px 30px 35px;
}

.entry-header .tools{
	justify-content: center;
    display: flex;
    flex-direction: column;
	padding-right: 50px;
}

.tools .dark-mode-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tools .dark-mode-container .tool-note {
	margin-right: 15px;
	text-align: right;
}

.dashboard-container .sidebar .filter-title {
	display: flex;
	flex-direction: row;
	border-bottom: 2px solid white;
	margin-bottom: 15px;
	padding: 10px 0px;
	align-items: center;
	color: white;
}

.of-divider {
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.filter-icon {
	border: 2px solid #222222;
    width: 35px;
    height: 35px;
    border-radius: 100%;
	background-color: #0abea2;
	padding: 5px;
}

.section-header .filter-icon {
	margin-right: 5px;
}

.dashboard-container .sidebar .filter-title .filter-icon {
	border-color: white;
}

.active-filters {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.active-filters span {
	padding-right: 3px;
}

.dashboard-container .sidebar .inner {
	padding-top: 30px;
}

.dashboard-container .sidebar .sidebar {
	background-color: #2C2E35;
}

.dashboard-container .sidebar .intro {
	padding: 20px 20px 0px 20px;
}

.dashboard-container .sidebar .ui-tabs-nav,
.dashboard-container .sidebar .intro{
	background-color: #E3E9F0;
}

.dashboard-container .sidebar .ui-tabs-nav {
	padding: 20px 0px;
	list-style: none;
	margin: 0px;
	display: flex;
	flex-direction: column;
}

.dashboard-container .sidebar .ui-tabs-nav li {
	background-color: transparent;
	margin-left: 20px;
	display: flex;
}

.dashboard-container .sidebar .ui-tabs-nav li a {
	text-decoration: none;
	color: #222222;
	padding: 5px 10px;
	display: flex;
	width: calc(100% - 20px);
	margin-right: 20px;
	border-top: 2px solid #222222;
	border-bottom: 2px solid transparent;
}

.dashboard-container .sidebar .ui-tabs-nav li:last-of-type a {
	border-bottom: 2px solid #222222;
}

.dashboard-container .sidebar .ui-tabs-nav li.ui-state-active,
.dashboard-container .sidebar .ui-tabs-nav li:hover {
	background-color: #3592FF;
}

.dashboard-container .sidebar .ui-tabs-nav li.ui-state-active a,
.dashboard-container .sidebar .ui-tabs-nav li:hover a,
.dashboard-container .sidebar .ui-tabs-nav li:last-of-type:hover a {
	color: white;
	border-color: #3592FF;
}

.dashboard-container .sidebar .ui-tabs-nav li.ui-state-active + li a,
.dashboard-container .sidebar .ui-tabs-nav li:hover + li a {
	border-color: transparent;
}

.dashboard-container .sidebar .ui-tabs-nav li.ui-state-active + li:last-of-type a,
.dashboard-container .sidebar .ui-tabs-nav li:hover + li:last-of-type a {
	border-bottom: 2px solid #222222;
}

.dashboard-container .sidebar .ui-tabs-nav li:last-of-type:hover a {
	border-color: #3592FF!important;
}

.dashboard-container .sidebar .ui-tabs-nav li + li.ui-state-active:last-of-type a {
	border-bottom: 2px solid #3592FF;
}

/******** Tab Alternative *********/
.dashboard-container .sidebar .dash-nav,
.dashboard-container .sidebar .intro{
	background-color: #E3E9F0;
}

.dashboard-container .sidebar .dash-nav {
	padding: 20px 0px;
	list-style: none;
	margin: 0px;
	display: flex;
	flex-direction: column;
}

.dashboard-container .sidebar .dash-nav li {
	background-color: transparent;
	margin-left: 20px;
	display: flex;
}

.dashboard-container .sidebar .dash-nav li a {
	text-decoration: none;
	color: #222222;
	padding: 5px 10px;
	display: flex;
	width: calc(100% - 20px);
	margin-right: 20px;
	border-top: 2px solid #222222;
	border-bottom: 2px solid transparent;
}

.dashboard-container .sidebar .dash-nav li:last-of-type a {
	border-bottom: 2px solid #222222;
}

.dashboard-container .sidebar .dash-nav li.active,
.dashboard-container .sidebar .dash-nav li:hover {
	background-color: #3592FF;
}

.dashboard-container .sidebar .dash-nav li.active a,
.dashboard-container .sidebar .dash-nav li:hover a,
.dashboard-container .sidebar .dash-nav li:last-of-type:hover a {
	color: white;
	border-color: #3592FF;
}

.dashboard-container .sidebar .dash-nav li.active + li a,
.dashboard-container .sidebar .dash-nav li:hover + li a{
	border-color: transparent;
}

.dashboard-container .sidebar .dash-nav li.active + li:last-of-type a,
.dashboard-container .sidebar .dash-nav li:hover + li:last-of-type a{
	border-bottom: 2px solid #222222;
}

.dashboard-container .sidebar .dash-nav li:last-of-type:hover a {
	border-color: #3592FF!important;
}

.dashboard-container .sidebar .dash-nav li + li.active:last-of-type a {
	border-bottom: 2px solid #3592FF;
}

.dashboard-container .sidebar .dash-nav li.beta {
	position: relative;
}

.dashboard-container .sidebar .dash-nav li.beta > a::after {
	content: 'Beta';
	line-height: 1;
	color: #2C2E35;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	display: flex;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	background: #FFDD2A;
	padding: 3px 5px;
	border-radius: 3px;
	-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,0.3);
    box-shadow: 3px 4px 5px rgba(0,0,0,0.3);
}
/***********New Sidebar*************/
.sidenav.closed {
	width: 0px;
	filter: drop-shadow(15px 17px 10px rgba(0, 0, 0, 0));
}

.sidenav {
	height: auto;
	width: 490px;
	position: absolute;
	z-index: 998;
	top: -30px;
	left: -30px;
	/*background: -webkit-linear-gradient(rgba(80,86,94,1) 0%, rgba(80,86,94,1) 80%, rgba(80,86,94,0) 100%);
	background: -o-linear-gradient(rgba(80,86,94,1) 0%, rgba(80,86,94,1) 80%, rgba(80,86,94,0) 100%);
	background: linear-gradient(rgba(80,86,94,1) 0%, rgba(80,86,94,1) 80%, rgba(80,86,94,0) 100%);*/
	transition: 0.5s;
	filter: drop-shadow(15px 7px 10px rgba(0, 0, 0, 0.35));
}

.sidenav::before {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 30px;
	left: 0;
	background: rgb(44,46,53);
	background: -webkit-linear-gradient(rgba(44,46,53,1) 0%, rgba(80,86,94,1) 100%);
	background: -o-linear-gradient(rgba(44,46,53,1) 0%, rgba(80,86,94,1) 100%);
	background: linear-gradient(rgba(44,46,53,1) 0%, rgba(80,86,94,1) 100%);
	opacity: 0.65;
}

.sidenav .filter-content {
	overflow-x: hidden;
    position: absolute;
    top: 30px;
    right: 0px;
    width: 460px;
    height: auto;
    padding: 0px 30px 30px 30px;
    background: #50565E;
    z-index: -1;
}

.sidenav .navigation-control {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 100%;
	margin-top: 60px;
}

.sidenav .navigation-control a {
	text-decoration: none;
	color: white;
	width: 50px;
	height: auto;
	min-height: 200px;
	padding: 15px 10px 15px 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #50565E;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sidenav .navigation-control .st0 {
	fill: white;
}

.sidenav .navigation-control #close-filter span,
.sidenav .navigation-control #open-filter span {
	font-size: 14px;
	font-weight: bold;
	writing-mode:vertical-lr;
	transform: rotate(-180deg);
	text-transform: uppercase;
	line-height: 26px;
}

.sidenav .navigation-control svg {
	margin-bottom: 10px;
}

.sidenav.closed .navigation-control #close-filter {
	display: none;
}

.sidenav.closed .navigation-control #open-filter {
	display: flex;
}

.sidenav .navigation-control #open-filter {
	display: none;
}

.sidenav .navigation-control #close-filter {
	display: flex;
}

.sidenav.closed .navigation-control #open-filter:hover {
	background-color: #FFDD2A;
}
 
.sidenav.closed .navigation-control #open-filter:hover,
.sidenav.closed .navigation-control #open-filter:hover .st0 {
	fill: #50565E;
	color: #50565E;
}

.sidenav .navigation-control a:hover {
	color: #FFDD2A;
}

.sidenav .navigation-control a:hover .st0 {
	fill: #FFDD2A;
}

/**********************************/

span.sdg-label::after {
	content: ', ';
} 

.filter-notice {
	display: inline-flex;
	flex-direction: row;
	color: white;
	font-size: 14px;
    height: auto;
	margin-bottom: 15px;
    justify-content: center;
	width: auto;
}

.filter-notice span.sdg-label:last-of-type::after,
.imperial-key p span.sdg-label:last-of-type::after,
h6 span.sdg-label:last-of-type::after{
	content: '';
}


.filter-notice .filter-intro {
	padding-right: 15px;
	font-weight: bold;
	color: #2C2E35;
	background: #0abea2;
	padding: 10px 15px 10px 15px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.filter-notice .filter-intro svg {
	display: inline-block;
	max-width: 20px;
	padding-right: 3px;
}

.filter-notice .filter-intro .st0 {
	/*fill: #FFFFFF;*/
	fill: #2C2E35;
}

.filter-notice .filter-results {
	padding: 10px 15px 10px 15px;
	background: #50565E;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.filter-notice .yellow {
	color: white;
	/*padding-top: 5px;*/
	padding-right: 4px;
	padding-left: 4px;
}

.filter-notice .yellow b {
	color: #FFDD2A;
}

.version-number {
	background: #50565E;
	border-radius: 10px;
	padding: 10px 15px 10px 15px;
	color: #FFDD2A;
	display: flex;
	margin-bottom: 15px;
	align-self: flex-end;
	position: relative;
}

.version-number.beta {
	padding: 10px 15px 10px 45px;
	overflow: hidden;
}

.version-number.beta::before {
	content: 'BETA';
    position: absolute;
    top: 8px;
    left: 2px;
    transform: rotate(-45deg);
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
    color: #50565E;
}

.version-number.beta::after {
	content: '';
    position: absolute;
    top: 7px;
    left: -15px;
    width: 75px;
    height: 18px;
    transform: rotate(-45deg);
    background: #FFDD2A;
    z-index: 1;
	-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}

/**********************************/

.dashboard-container .ui-tabs-panel {
	padding: 30px 0px;
}

.dashboard-container .sidebar .sidebar {
	padding: 20px;
}


.main-navigation .main-nav ul li a {
	font-size: 17px;
	font-weight: normal;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: #222222;
	font-weight: bold;
}

.grid-container {
	max-width: 100%;
	padding: 0px;
}

.dashboard-content {
	opacity: 0;
	padding-top: 30px;
}

.dashboard-content .section-header,
.dashboard-content .section-sub-header{
	display: flex;
	flex-direction: column;
	width: 100%;
	border-top: 2px solid #222222;
	border-bottom: 2px solid #222222;
	padding: 15px 0px;
	margin-bottom: 20px;
}

.dashboard-content .section-header {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.dashboard-content .section-header h5 {
	margin-right: auto;
}

.dashboard-content .section-sub-header {
	border-top: 1px dotted #222222;
	border-bottom: 1px dotted #222222;
	padding: 10px 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.dashboard-content .section-sub-header.no-border-top {
	border-top: none;
	margin-top: 0px;
}

.vertical-divider {
	padding: 0px 25px;
	position: relative;
}

.vertical-divider::before {
	content: '';
    display: flex;
    height: 80%;
    border-left: 1px dotted;
    border-color: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.filter-form label {
	display: block;
	color: white;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 5px;
}

.filter-form label#year-start,
.filter-form label#year-end {
	display: flex;
	align-items: baseline;
	line-height: 1;
}

.filter-form label #startOutputId,
.filter-form label #endOutputId {
	color: #FFDD2A;
	font-size: 18px;
	padding-left: 5px;
}

.radio-container {
	display: flex;
	flex-direction: row;
	border-bottom: 1px dotted white;
	margin-bottom: 15px;
}

.radio-container label {
	display: flex;
	flex-direction: row;
	padding: 5px 15px 5px 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.radio-container label input {
	margin-right: 5px;
}

.radio-container input {
    /* hiding browser el */
    appearance: none;
    /* Safari support */
    -webkit-appearance: none;
    border: none;
    background-color: #50565E;
    border-radius: 50%;
	width: 20px;
	height: 20px;
}

.radio-container input:focus-visible {
    outline-offset: 0;
}

.radio-container input:checked {
    outline-color: #FFDD2A;
    background-color: #FFDD2A;
}

/*
.filter-form #country-select,
.filter-form #country-select + span.select2,
.filter-form #company-select,
.filter-form #company-select + span.select2 {
	display: none;
}

body#country .filter-form #country-select,
body#country .filter-form #country-select + span.select2,
body#company .filter-form #company-select,
body#company .filter-form #company-select + span.select2 {
	display: block;
}
*/

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0px!important;
}

.select2-container,
.select2-container--default .select2-selection--multiple{
	border-radius: 0px;
	border: 0px;
	background-color: transparent;
}

.select2-container {
	margin-bottom: 15px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none;
	border-radius: 0px;
	border-bottom: 2px dashed white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FFDD2A;
    border: 1px solid #FFDD2A;
    border-radius: 0px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
	color: #2C2E35;font-weight: bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #2C2E35;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
	display: flex;
	flex-direction: row;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #fff;
	display: flex;
	flex-grow: 1;
	padding: 5px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: flex;
    height: 38px;
    position: relative;
    width: 38px;
	top: 0px;
	right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: none;
    border-style: solid;
    border-width: 0px;
    height: 100%;
    left: 0;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    top: 0;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	margin: 5px;
	content: '';
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	background-image: url('/wp-content/uploads/2022/12/arrow-circle.svg');
	background-size: contain;
	background-repeat: no-repeat;
	filter: brightness(0) invert(1);
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #FFDD2A;
    color: #2C2E35;
}

#imperial-filters ::-webkit-input-placeholder {
	color: white;
}

.btn.submit:hover {
	cursor: pointer;
}

.filter-form input[type="submit"],
.filter-form button#filter-submit,
.btn.submit,
.filter-form-btn,
.filter-form-btn:focus{
	display: flex;
	width: 100%;
	background-color: #0abea2;
	color: white;
	font-weight: bold;
	margin-top: 20px;
	justify-content: center;
	font-size: 17px;
	padding: 5px 10px;
}

.filter-form-btn:hover {
	background-color: #FFDD2A;
	color: #222222;
}

/****** Range Input *******/
/*
#imperial-filters input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background-repeat: no-repeat;
}

#imperial-filters input[type="range"]#startInputId {
background-size: 0% 100%;
background-color: #FFDD2A;
background-image: -webkit-linear-gradient(#b3b3b3, #b3b3b3);
background-image: -o-linear-gradient(#b3b3b3, #b3b3b3);
background-image: linear-gradient(#b3b3b3, #b3b3b3);
}

#imperial-filters input[type="range"]#endInputId {
background-size: 0% 100%;
background-color: #b3b3b3;
background-image: -webkit-linear-gradient(#FFDD2A, #FFDD2A);
background-image: -o-linear-gradient(#FFDD2A, #FFDD2A);
background-image: linear-gradient(#FFDD2A, #FFDD2A);
}
*/
/* Input Thumb */
/*
#imperial-filters input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #FFDD2A;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

#imperial-filters input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #FFDD2A;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

#imperial-filters input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #FFDD2A;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

#imperial-filters input[type="range"]::-webkit-slider-thumb:hover {
  background: #FFDD2A;
}

#imperial-filters input[type="range"]::-moz-range-thumb:hover {
  background: #FFDD2A;
}

#imperial-filters input[type="range"]::-ms-thumb:hover {
  background: #FFDD2A;
}
*/
/* Input Track */
/*
#imperial-filters input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

#imperial-filters input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

#imperial-filters input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
*/

/********** Range Slider New *********/

.year-filter-label label {
	margin: 0px 0px 0px auto;
    white-space: nowrap;
    line-height: 1;
    display: flex;
    align-items: center;
    min-width: fit-content;
    justify-content: flex-end;
}

.year-filter-label input {
	background: transparent;
    border: 0px;
    width: 30%;
    height: auto;
    display: flex;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1;
    min-width: 1px;
    min-height: 1px;
    padding: 0px 0px 3px 0px;
    text-align: center;
    color: #FFDD2A;
    max-width: none;
    flex-shrink: 1;
    margin-right: auto;
}

.year-filter-label input::-webkit-textfield-decoration-container {
	width: fit-content;
	margin: 0 auto;
}

.year-filter-label input::-webkit-inner-spin-button {
	display: none;
}

.ui-slider {
	position: relative;
	text-align: left;
	background-color: #b3b3b3;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	height: 20px;
    width: 20px;
	border-radius: 100%;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
	background: #FFDD2A;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color: #FFDD2A;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 7px;
    border-radius: 5px;
    width: calc(100% - 1.2em);
    margin: 0 0.6em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/***** Night Mode *******/

.day-night-buttons {
	display: flex;
	flex-direction: row;
	position: relative;
}

.day-night-buttons .switch {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	top: 4px;
	left: 4px;
	border: 2px solid white;
	background-color: #b3b6ba;
	transition: all 0.5s ease; 
}

.day-night-buttons button {
	background-color: white;
	border: none;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 35px;
	position: relative;
	display: flex;
}
.day-night-buttons button#day{
	border-top: 1px solid #b3b6ba;
	border-bottom: 1px solid #b3b6ba;
	border-left: 1px solid #b3b6ba;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.day-night-buttons button#day::before,
.day-night-buttons button#night::before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.day-night-buttons button#day::after,
.day-night-buttons button#night::after {
	content: '';
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 200%;
	top: 0;
	display: block;
}

.day-night-buttons button#day::after {
	left: 0;
}

.day-night-buttons button#night::after {
	right: 0;
}

.day-night-buttons button#night.active::after,
.day-night-buttons button#day.active::after{
	display: none;
}

.day-night-buttons button#day::before {
	content: 'On';
	color: #0abea2;
	transform: translate(-35%, -50%);
}

.day-night-buttons button#night::before {
	content: 'Off';
	color: #b3b6ba;
	transform: translate(-75%, -50%);
}

.day-night-buttons button#night{
	border-top: 1px solid #b3b6ba;
	border-bottom: 1px solid #b3b6ba;
	border-right: 1px solid #b3b6ba;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.day-night-buttons button#night.active + .switch {
	left: 42px;
	background-color: #0abea2;
	transition: all 0.5s ease;
}

.day-night-buttons button#day.active::before {
	opacity: 0;
	transition: all 0.5s ease;
}

.day-night-buttons button#night.active::before {
	opacity: 0;
	transition: all 0.5s ease;
}

.dashboard-container {
	transition: background-color 0.25s ease;
}

.dashboard-container.night {
	background-color: #2C2E35;
	transition: background-color 0.25s ease; 
}

.dashboard-container.night .dashboard-content {
	color: white;
}

.dashboard-container.day .dashboard-content .dashboard-entry #tabs * {
	color: #222222;
	border-color: #222222;
}

.dashboard-container.day .dashboard-content .dashboard-entry #tabs #imperial-filters ::-webkit-input-placeholder {
    color: #222222;
}

.dashboard-container.day .dashboard-content .dashboard-entry #tabs .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #f1f1f1;
}

.dashboard-container.day .dashboard-content .dashboard-entry #tabs .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	filter: none;
}

.dashboard-container.night .dashboard-content * {
	border-color: white;
}

.dashboard-container.night .dashboard-content .dashboard-entry input[type=submit],
.dashboard-container.day .dashboard-content .dashboard-entry input[type=submit],
.dashboard-container.night .dashboard-content .dashboard-entry button#filter-submit,
.dashboard-container.day .dashboard-content .dashboard-entry button#filter-submit,
.btn.submit{
	border-color: #0abea2!important;
}

.dashboard-container.night .dashboard-content .dashboard-entry .select2-container--default .select2-selection--multiple .select2-selection__choice,
.dashboard-container.day .dashboard-content .dashboard-entry .select2-container--default .select2-selection--multiple .select2-selection__choice{
	border-color: #FFDD2A!important;
}

.dashboard-entry #tabs li.beta {
	position: relative
}

.dashboard-entry #tabs li.beta::after {
    content: 'Beta';
    line-height: 1;
    color: #2C2E35;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    position: absolute;
    bottom: 100%;
    right: -10%;
    /*transform: translateY(-50%);*/
    background: #50565E;
    padding: 3px 5px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 4px 5px rgba(0,0,0,0.3);
    box-shadow: 3px 4px 5px rgba(0,0,0,0.3);
	transform: rotate(18deg);
}

.dashboard-entry #tabs li.beta:hover::after,
.dashboard-entry #tabs li.beta.ui-state-active::after {
	background: #FFDD2A;
}

.dashboard-entry #tabs .ui-tabs-nav:hover li.beta::after,
.dashboard-entry #tabs .ui-tabs-nav:hover li.beta.ui-state-active::after {
	background: #50565E;
}

.dashboard-entry #tabs .ui-tabs-nav:hover li.beta:hover::after,
.dashboard-entry #tabs li.beta.ui-state-active:hover::after {
	background: #FFDD2A;
}

.dashboard-entry #tabs {
	width: 100%;
	max-width: 600px;
}

.dashboard-entry #tabs .ui-tabs-nav {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0px;
}

.dashboard-entry #tabs .ui-tabs-nav li {
	padding: 0px 15px;
	border-bottom: 2px solid transparent;
}

.dashboard-entry #tabs .ui-tabs-nav li a {
	font-family: "Neue-Haas-Unica";
    font-weight: 600;
    font-style: normal;
	color: white;
	text-decoration: none;
	line-height: 1;
	font-size: 18px;
	padding: 0px 0px 15px 0px;
	display: flex;
}

.dashboard-entry #tabs .ui-tabs-nav li:hover,
.dashboard-entry #tabs .ui-tabs-nav li.ui-state-active {
	border-color: #FFDD2A;
}

.dashboard-entry #tabs .ui-tabs-nav:hover li,
.dashboard-entry #tabs .ui-tabs-nav:hover li.ui-state-active {
	border-color: transparent;
}

.dashboard-entry #tabs .ui-tabs-nav:hover li:hover,
.dashboard-entry #tabs .ui-tabs-nav:hover li.ui-state-active:hover {
	border-color: #FFDD2A;
}

.dashboard-entry #tabs .ui-tabs-nav:hover li a,
.dashboard-entry #tabs .ui-tabs-nav:hover li.ui-state-active a {
	color: white;
}

.dashboard-entry #tabs .ui-tabs-nav:hover li.ui-state-active:hover a,
.dashboard-entry #tabs .ui-tabs-nav li.ui-state-active a,
.dashboard-entry #tabs .ui-tabs-nav li:hover a{
	color: #FFDD2A;
}

.dashboard-container.day .dashboard-entry #tabs .ui-tabs-nav:hover li.ui-state-active:hover a,
.dashboard-container.day .dashboard-entry #tabs .ui-tabs-nav li.ui-state-active a,
.dashboard-container.day .dashboard-entry #tabs .ui-tabs-nav li:hover a{
	color: #FFDD2A!important;
}

.dashboard-container.day .dashboard-entry #tabs .ui-tabs-nav:hover li.ui-state-active a {
	color: #222222!important;
}

.dashboard-container.night .dashboard-content .yellow {
	color: #FFDD2A;
}

.silhouette-scaler {
	display: flex;
	width: 100%;
	min-width: 120px;
	opacity: 0;
}

.silhouette {
	background-color: #50565E;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.silhouette .percentage {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #e40428;
	height: 0%;
}

#global-capital .silhouette .percentage{
	background-color: #008aff;
}

.silhouette svg,
.silhouette img{
	position: absolute;
	z-index: 1;
	top: -0.5px;
	left: -1px;
	width: calc(100% + 2px);
	height: auto;
}

svg#powerstation .st0,
svg#city .st0 {
	fill: #ffffff;
	transition: all 0.25s ease; 
}

.dashboard-container.night svg#powerstation .st0,
.dashboard-container.night svg#city .st0 {
	fill: #2C2E35;
	transition: all 0.25s ease; 
}

.dashboard-container.night .silhouette {
	background-color: white;
	transition: background-color 0.25s ease; 
}

.prod-modal-btn,
.prod-modal-btn:focus {
	font-size: 0px;
	padding: 8px;
	border: 2px solid #222222;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222222;
	font-weight: bold;
	line-height: 1;
	transition: all 0.25s ease;
}

.prod-modal-btn.feedback-btn,
.prod-modal-btn.feedback-btn:focus {
	opacity: 0;
	display: none;
	position: fixed;
    right: 80px;
    bottom: 80px;
    font-family: "Neue-Haas-Unica";
    font-weight: 600;
    font-style: normal;
    color: #2C2E35;
    text-decoration: none;
    line-height: 1;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    width: auto;
    height: auto;
    border-radius: 30px;
    background-color: rgba(255,221,42,1);
    border: 0px;
    flex-direction: column;
    max-width: 300px;
	animation: jump-shaking 1s;
	animation-iteration-count: 1;
}

.prod-modal-btn.feedback-btn .icon {
	width: 90px;
    position: absolute;
    bottom: 100%;
    background-color: #FFDD2A;
    padding: 14px;
    border-radius: 50%;
    overflow: visible;
    margin-bottom: -45px;
    scale: 1;
	left: 50%;
	transform: translateX(-50%);
}

.prod-modal-btn.feedback-btn h4 {
	margin-top: 30px;
}

.prod-modal-btn.feedback-btn span.welcome-message {
	display: block;
	font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
	height: auto;
}

@keyframes jump-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateY(-9px) }
  35% { transform: translateY(-9px) rotate(6deg) }
  55% { transform: translateY(-9px) rotate(-6deg) }
  65% { transform: translateY(-9px) rotate(6deg) }
  75% { transform: translateY(-9px) rotate(-6deg) }
  100% { transform: translateY(0) rotate(0) }
}

.prod-modal-btn.feedback-btn-circle,
.prod-modal-btn.feedback-btn-circle:focus {
	display: flex;
	position: fixed;
    right: 50px;
    bottom: 50px;
    font-family: "Neue-Haas-Unica";
    font-weight: 600;
    font-style: normal;
    color: #2C2E35;
    text-decoration: none;
    line-height: 1;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #FFDD2A;
    border: 0px;
    flex-direction: column;
    box-shadow: 5px 5px 15px rgb(44 46 53 / 50%);
}

.prod-modal-btn.feedback-btn-circle .icon {
    position: absolute;
    background-color: #FFDD2A;
    border-radius: 50%;
    overflow: visible;
    scale: 1;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
    height: 70px;
    width: 70px;
    padding: 10px;
    margin-bottom: 0px;
}


.prod-modal-btn.feedback-btn:hover .icon img,
.prod-modal-btn.feedback-btn-circle:hover .icon img {
	filter: invert(87%) sepia(99%) saturate(5572%) hue-rotate(40deg) brightness(102%) contrast(700%);
}

.prod-modal-btn.feedback-btn:hover,
.prod-modal-btn.feedback-btn:hover .icon,
.prod-modal-btn.feedback-btn-circle:hover,
.prod-modal-btn.feedback-btn-circle:hover .icon{
	color: #FFDD2A;
	background-color: #2C2E35!important;
	transition: all 0.25s ease;
}

.info-button,
.info-button:focus {
	border: 2px solid #222222;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background-color: white;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	transition: all 0.25s ease;
	padding: 6px;
}

.info-button:hover,
.info-button.active,
.prod-modal-btn:hover,
.prod-modal-btn.active{
	background-color: #ffdd26;
	color: #222222;
	transition: all 0.25s ease;
}

.info-button.sdg,
.info-button.sdg:focus,
.prod-modal-btn.sdg,
.prod-modal-btn.sdg:focus{
	border: none;
	width: auto;
	height: auto;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: inherit;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	transition: all 0.25s ease;
	padding: 0px;
}

.info-button.sdg:hover,
.info-button.sdg.active,
.prod-modal-btn.sdg:hover,
.prod-modal-btn.sdg.active{
	background-color: transparent;
	color: inherit;
	transition: all 0.25s ease;
	filter: brightness(1.5);
}

.info-button.sdg img,
.prod-modal-btn.sdg img{
	width: 100%;
}


.dashboard-container.night .info-button,
.dashboard-container.night .prod-modal-btn{
	color: white;
	background-color: #2C2E35;
	transition: all 0.25s ease;
}

.info-button .st0,
.prod-modal-btn .st0 {
	transition: all 0.25s ease;
}

.dashboard-container.night .info-button .st0,
.dashboard-container.night .prod-modal-btn .st0 {
	fill: white;
	transition: all 0.25s ease;
}

.dashboard-container.night .info-button:hover .st0,
.dashboard-container.night .info-button.active .st0,
.dashboard-container.night .prod-modal-btn:hover .st0,
.dashboard-container.night .prod-modal-btn.active .st0 {
	fill: #222222;
	transition: all 0.25s ease;
}

.dashboard-container.night .info-button:hover,
.dashboard-container.night .info-button.active,
.dashboard-container.night .prod-modal-btn:hover,
.dashboard-container.night .prod-modal-btn.active{
	color: #222222;
	background-color: #ffdd26;
	transition: all 0.25s ease;
}

.info-button.bottom-left,
.prod-modal-btn.bottom-left {
	position: absolute;
	left: -10px;
	bottom: 0;
}

.modal-tabs {
	display: flex;
	flex-direction: column;
}

.modal-tabs .switch-label {
	display: flex;
	height: 35px;
	justify-content: flex-end;
	align-items: center;
}

.modal-tabs .switch-label span.label {
	padding-right: 10px;
	font-weight: 400;
}

.modal-tabs ul.ui-tabs-nav{
	list-style: none;
    margin: 0;
    display: inline-flex;
    flex-direction: row;
    position: relative;
}

.modal-tabs ul.ui-tabs-nav li.ui-tabs-tab {
	background-color: #50565E;
    border: none;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    height: 35px;
    width: 50px;
    position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
}

.modal-tabs ul.ui-tabs-nav li.ui-tabs-tab.ui-state-active {
	background-color: #FFDD2A;
}

.modal-tabs ul.ui-tabs-nav li.ui-tabs-tab:first-of-type {
	border-top: 1px solid #2C2E35;
    border-bottom: 1px solid #2C2E35;
    border-left: 1px solid #2C2E35;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.modal-tabs ul.ui-tabs-nav li.ui-tabs-tab:last-of-type {
	border-top: 1px solid #2C2E35;
    border-bottom: 1px solid #2C2E35;
    border-right: 1px solid #2C2E35;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.modal-tabs ul.ui-tabs-nav li.ui-tabs-tab a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-tabs ul.ui-tabs-nav li.ui-tabs-tab a img {
	width: 100%;
	padding: 10%;
	height: auto;
}



.key-accordion {
	position: relative;
	margin-bottom: 20px;
}

.key-accordion .ui-accordion-header {
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 6px;
	margin-bottom: 0px;
    flex-wrap: wrap;
	border-bottom: 1px dotted #222222;
}

.key-accordion .ui-accordion-header.ui-state-active span.key-icon,
.key-accordion .ui-accordion-header:hover span.key-icon {
	background-color: #ffdd26;
    color: #222222;
    transition: all 0.25s ease;
}

.key-accordion .ui-accordion-header span.key-icon {
	border: 2px solid #222222;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: white;
    display: inline-block;
    justify-content: center;
    align-items: center;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    transition: all 0.25s ease;
    padding: 6px;
	margin-right: 5px;
}

.dashboard-container.night .key-accordion .ui-accordion-header span.key-icon {
	background-color: #2C2E35;
	border-color: #ffffff;
}

.dashboard-container.night .key-accordion .ui-accordion-header:hover span.key-icon,
.dashboard-container.night .key-accordion .ui-accordion-header.ui-state-active span.key-icon {
	background-color: #ffdd26;
}

.key-accordion .ui-accordion-header span.chevron {
	padding: 10px;
	width: 35px;
    height: 35px;
	margin-left: auto;
}

.key-accordion .ui-accordion-header span.chevron svg {
	transition: all 0.25s ease;
}

.key-accordion .ui-accordion-header.ui-state-active span.chevron svg {
	transform: rotate(180deg);
	transition: all 0.25s ease;
}

.key-accordion.absolute .ui-accordion-content {
	position: absolute;
	z-index: 1;
}

.key-accordion .ui-accordion-content {
	/*position: absolute;*/
	width: 100%;
	position: relative;
	z-index: 3;
}

.key-accordion .ui-accordion-content span {
	line-height: 1.1;
}

.imperial-key {
	background-color: rgb(227,233,240,0.8);
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 4px 5px 13px rgb(0 0 0 / 21%);
}

.key-accordion .ui-accordion-header .st0 {
	transition: all 0.25s ease;
}

.dashboard-container.night .key-accordion .ui-accordion-header .st0 {
	fill: #ffffff;
	transition: all 0.25s ease;
}

.dashboard-container.night .key-accordion .ui-accordion-header:hover .key-icon .st0,
.dashboard-container.night .key-accordion .ui-accordion-header.ui-state-active .key-icon .st0 {
	fill: #222222;
	transition: all 0.25s ease;
}

.dashboard-container.night .imperial-key {
    background-color: rgb(80,86,94,0.8);
}

.imperial-key p {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	padding-bottom: 8px;
	margin-bottom: 8px;
	flex-wrap: wrap;
	border-bottom: 1px dotted;
}

.imperial-key p:last-of-type {
	border-bottom: none;
}

.imperial-key .legend {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}

@media (max-width: 1650px) {
	
	.imperial-key p {
		font-size: 14px;
	}
	
	.imperial-key .legend {
		width: 15px;
		height: 15px;
	}
}

.filter-overview {
	background-color: rgba(255,221,42,1.0);
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 4px 5px 13px rgb(0 0 0 / 21%);
    border-radius: 5px;
	margin: 15px 12% 0px 12%;
	padding: 20px;
	position: relative;
}

.filter-overview::before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #FFDD2A;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	opacity: 1.0;
}

.filter-overview small {
	font-size: 16px;
    margin-bottom: 5px;
	padding-bottom: 3px;
    display: flex;
    border-bottom: 1px dotted #222222;
}

.filter-overview small b {
	margin-right: auto;
}


.ui-dialog {	
	z-index: 3;
	position: absolute;
	box-shadow: 4px 5px 13px rgb(0 0 0 / 21%);
    border-radius: 5px;
}

.ui-dialog .ui-dialog-titlebar {
	text-align: center;
	justify-content: center;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
	border-bottom: 2px solid white;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-content {
	display: flex;
    flex-direction: column;
    background-color: rgb(80,86,94,0.8);
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    color: white;
}

.ui-dialog .ui-dialog-titlebar {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px 15px 0px 15px;
}

.ui-dialog .ui-dialog-titlebar button.ui-button {
	display: none;
}

.ui-dialog .ui-dialog-content {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px;
}

.ui-dialog .ui-dialog-content::after {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #50565E;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	opacity: 0.8;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	font-weight: bold;
}

.big-icon {
	display: inline-flex;
	border-radius: 100%;
	background-color: #E3E9F0;
	min-width: 80px;
	border: 2px solid #222222;
	transition: all 0.25s ease; 
}

.big-icon svg {
	max-width: 80px;
}

.dashboard-container.night .big-icon {
	background-color: #50565E;
	transition: all 0.25s ease; 
}


.big-icon .st0 {
	fill: #222222;
	transition: all 0.25s ease; 
}

.dashboard-container.night .big-icon .st0 {
	fill: #ffffff;
	transition: all 0.25s ease; 
}

/***** Bar Loader *****/

/*
"#E5243B",
"#DDA63A",
"#4C9F38",
"#C5192D",
"#FF3A21",
"#26BDE2",
"#FCC30B",
"#A21942",
"#FD6925",
"#DD1367",
"#FD9D24",
"#BF8B2E",
"#3F7E44",
"#0A97D9",
"#56C02B",
"#00689D",
"#19486A",
*/


.barloader {
	 position: relative;
	 width: 75px;
	 height: 100px;
}
 .barloader__bar {
	 position: absolute;
	 bottom: 0;
	 width: 10px;
	 height: 50%;
	 background: #fff;
	 transform-origin: center bottom;
	 box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}
 .barloader__bar:nth-child(1) {
	 background: #3592FF;
	 left: 0px;
	 transform: scale(1, 0.2);
	 animation: barUp1 4s infinite;
}
 .barloader__bar:nth-child(2) {
	 background: #C81E78;
	 left: 15px;
	 transform: scale(1, 0.4);
	 animation: barUp2 4s infinite;
}
 .barloader__bar:nth-child(3) {
	 background: #0abea2;
	 left: 30px;
	 transform: scale(1, 0.6);
	 animation: barUp3 4s infinite;
}
 .barloader__bar:nth-child(4) {
	 background: #F7B4BE;
	 left: 45px;
	 transform: scale(1, 0.8);
	 animation: barUp4 4s infinite;
}
 .barloader__bar:nth-child(5) {
	 background: #FD6925;
	 left: 60px;
	 transform: scale(1, 1);
	 animation: barUp5 4s infinite;
}
 .barloader__ball {
	 position: absolute;
	 bottom: 10px;
	 left: 0;
	 width: 10px;
	 height: 10px;
	 background: #FFDD2A;
	 border-radius: 50%;
	 animation: ball 4s infinite;
}
 @keyframes ball {
	 0% {
		 transform: translate(0, 0);
	}
	 5% {
		 transform: translate(8px, -14px);
	}
	 10% {
		 transform: translate(15px, -10px);
	}
	 17% {
		 transform: translate(23px, -24px);
	}
	 20% {
		 transform: translate(30px, -20px);
	}
	 27% {
		 transform: translate(38px, -34px);
	}
	 30% {
		 transform: translate(45px, -30px);
	}
	 37% {
		 transform: translate(53px, -44px);
	}
	 40% {
		 transform: translate(60px, -40px);
	}
	 50% {
		 transform: translate(60px, 0);
	}
	 57% {
		 transform: translate(53px, -14px);
	}
	 60% {
		 transform: translate(45px, -10px);
	}
	 67% {
		 transform: translate(37px, -24px);
	}
	 70% {
		 transform: translate(30px, -20px);
	}
	 77% {
		 transform: translate(22px, -34px);
	}
	 80% {
		 transform: translate(15px, -30px);
	}
	 87% {
		 transform: translate(7px, -44px);
	}
	 90% {
		 transform: translate(0, -40px);
	}
	 100% {
		 transform: translate(0, 0);
	}
}
 @keyframes barUp1 {
	 0% {
		 transform: scale(1, 0.2);
	}
	 40% {
		 transform: scale(1, 0.2);
	}
	 50% {
		 transform: scale(1, 1);
	}
	 90% {
		 transform: scale(1, 1);
	}
	 100% {
		 transform: scale(1, 0.2);
	}
}
 @keyframes barUp2 {
	 0% {
		 transform: scale(1, 0.4);
	}
	 40% {
		 transform: scale(1, 0.4);
	}
	 50% {
		 transform: scale(1, 0.8);
	}
	 90% {
		 transform: scale(1, 0.8);
	}
	 100% {
		 transform: scale(1, 0.4);
	}
}
 @keyframes barUp3 {
	 0% {
		 transform: scale(1, 0.6);
	}
	 100% {
		 transform: scale(1, 0.6);
	}
}
 @keyframes barUp4 {
	 0% {
		 transform: scale(1, 0.8);
	}
	 40% {
		 transform: scale(1, 0.8);
	}
	 50% {
		 transform: scale(1, 0.4);
	}
	 90% {
		 transform: scale(1, 0.4);
	}
	 100% {
		 transform: scale(1, 0.8);
	}
}
 @keyframes barUp5 {
	 0% {
		 transform: scale(1, 1);
	}
	 40% {
		 transform: scale(1, 1);
	}
	 50% {
		 transform: scale(1, 0.2);
	}
	 90% {
		 transform: scale(1, 0.2);
	}
	 100% {
		 transform: scale(1, 1);
	}
}



/**** Spinner *****/

body.loading {
	overflow: hidden;
}

#filter-loading {
	display: flex;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.85);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#filter-loading .message {
	margin-top: 115px;
	color: white;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0abea2;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/***** Spinner END ******/

.chart-frame {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.square-chart-frame {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.chart-frame-rectangle {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
}

.modal-body .chart-frame-rectangle {
	padding-bottom: 50%;
}

/*.chart-frame-rectangle > div {
	max-height: 70vh;
}*/

.chart-scaler {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/**** Filter Animation ****/

.filtered-pulse {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: filterPulse 1.25s linear infinite;
	animation-delay: 1000ms;
}

.filtered-pulse::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: filterPulseSmall 1.25s linear infinite;
}

.filtered-pulse::before {
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: filterPulseMedium 1.25s linear infinite;
	animation-delay: 500ms;
}



@-webkit-keyframes filterPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10,190,162, 1);
	box-shadow: 0 0 0 0 rgba(10,190,162, 0.4);
  }
  90% {
    -webkit-box-shadow: 0 0 0 100px rgba(10,190,162, 0.75);
	box-shadow: 0 0 0 100px rgba(10,190,162, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10,190,162, 0);
	box-shadow: 0 0 0 0 rgba(10,190,162, 0);
  }
}

@-webkit-keyframes filterPulseMedium {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10,190,162, 1);
	box-shadow: 0 0 0 0 rgba(10,190,162, 0.4);
  }
  90% {
    -webkit-box-shadow: 0 0 0 40px rgba(10,190,162, 0.85);
	box-shadow: 0 0 0 40px rgba(10,190,162, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10,190,162, 0);
	box-shadow: 0 0 0 0 rgba(10,190,162, 0);
  }
}

@-webkit-keyframes filterPulseSmall {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10,190,162, 1);
	box-shadow: 0 0 0 0 rgba(10,190,162, 0.4);
  }
  90% {
    -webkit-box-shadow: 0 0 0 20px rgba(10,190,162, 0.95);
	box-shadow: 0 0 0 20px rgba(10,190,162, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10,190,162, 0);
	box-shadow: 0 0 0 0 rgba(10,190,162, 0);
  }
}


/**** Handmade Graphs ****/

/***** AM Chart ******/
#contPercentagePie,
#worlddiv,
#globaldiv,
#front-globe,
#threePercentageBars,
#macroCatPie,
#sdgTreeChart,
#sdg-count-curve,
#type-count-curve,
#annualReports,
#annualReportsBar,
#annualInitiatives,
#annualInitiativesBar,
#annualCountries,
#annualCountriesBar,
#annualIndustries,
#annualIndustriesBar,
#annualCompanies,
#annualCompaniesBar,
#annualMacroRegion,
#annualMacroRegionLine,
#annualThreeP,
#annualThreePLine,
#annualSDG,
#annualSDGBar,
#annualSDGtype,
#annualSDGtypeBar,
#annualSDGbehaviour,
#annualSDGbehaviourLine,
#annualSpecific,
#annualSpecificBar,
#annualSpecific3pLine,
#annualSpecific3pBar,
#annualSpecificBehaviourLine,
#annualSpecificBehaviourBar{
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
}

#sdgTreeChart {
	position: relative;
}


.matrix-table-scroll {
	display: block;
	width: 100%;
	overflow-x: scroll;
}

.matrix-table {
	background-color: #E3E9F0;
	font-size: 11px;
	border: 0px;
}

.dashboard-container.night .matrix-table tr.sdg-total-row th span.percentage,
.dashboard-container.night .matrix-table tr.sdg-total-row th span.figure,
.dashboard-container.night .matrix-table th.type-total-figure span.percentage,
.dashboard-container.night .matrix-table th.type-total-figure span.figure{
	color: white;
}

.matrix-table th span.percentage {
	display: none;
}

.matrix-table.percentage th span.percentage{
	display: block;
}

.matrix-table.percentage th span.figure{
	display: none;
}

.matrix-table th,
.matrix-table th span{
	border-color: #2C2E35;
}

.matrix-table .cross-cell,
.matrix-table .table-head th.cross-cell {
	border: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.matrix-table .table-side {
	border-left: 1px solid;
}

.matrix-table .table-head th {
	max-width: 90px;
}

.matrix-table .table-head th,
.matrix-table tr.table-head + tr > .type-total-figure {
	border-top: 1px solid;
}

.matrix-table tr.table-head + tr > th.table-side {
	border-top: 1px solid;
}

.matrix-table .table-head .cross-cell + th {
	border-left: 1px solid;
}

tr.sdg-total-row th.cross-cell + th {
	border-left: 1px solid;
}

.dashboard-container.night .dashboard-content .matrix-table .figure-cell {
	color: #2C2E35;
	border-color: #2C2E35;
}

.matrix-table .figure-cell {
	min-width: 90px;
	height: 50px;
	font-size: 14px;
}

.sdg-total-row,
.type-total-figure {
	font-size: 14px;
}

.matrix-table .table-head,
.matrix-table .table-side,
.matrix-table tr.sdg-total-row th,
.matrix-table th.type-total-figure{
	color: #2C2E35;
	border-color: #2C2E35;
	background-color: white;
}

.matrix-table tr.SDG-Groups,
.matrix-table th.macro-group {
	background-color: white;
}

.dashboard-container.night .dashboard-content .matrix-table .table-head,
.dashboard-container.night .dashboard-content .matrix-table .SDG-Groups,
.dashboard-container.night .dashboard-content .matrix-table .table-side,
.dashboard-container.night .dashboard-content .matrix-table tr.sdg-total-row th,
.dashboard-container.night .dashboard-content .matrix-table th.type-total-figure {
	color: white;
	border-color: white;
	background-color: #2C2E35;
}

.dashboard-container.night .matrix-table th.macro-group {
	background-color: #2C2E35;
	border-right: 0px;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

.dashboard-container.day .matrix-table th.macro-group {
	border-right: 0px;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

.dashboard-container.night .matrix-table th.macro-group.border-top,
.dashboard-container.day .matrix-table th.macro-group.border-top{
	border-top: 1px solid;
}

.dashboard-container .dashboard-content .matrix-table .SDG-Groups th {
	border: none;
}

.dashboard-container .dashboard-content .matrix-table .SDG-Groups th.bordered {
	border-bottom: 0px;
	border-top: 1px solid;
	border-right: 1px solid;
}

.dashboard-container .dashboard-content .matrix-table .SDG-Groups th.bordered.left {
	border-left: 1px solid;
}

.matrix-table .top,
.dashboard-container.night .dashboard-content .matrix-table .top {
	animation-name: topPulse;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	box-shadow: inset 0 0 20px rgba(10, 190, 162, 100%);
}

.dashboard-container.night .dashboard-content * th span {
	color: #2C2E35;
}

button.matrix-switch {
	background-color: #2C2E35;
	border-radius: 30px;
	font-size: 11px;
	position: absolute;
	left: 50%;
	top: -40%;
	transform: translateX(-50%);
}

button.matrix-switch:hover {
	background-color: #0abea2;
}

.dashboard-container .dashboard-content * th.macro-group span,
.dashboard-container .dashboard-content * .SDG-Groups th span,
.dashboard-container .dashboard-content * th button.matrix-switch span {
	color: white;
	font-weight: bold;
}

.matrix-table th.no-border {
	border: none;
	background: transparent;
}

/**** No initiatives Message *****/

/** Fetch Addition **/
.data-container,
.matrix-data-container{
	position: relative;
}
.data-container .no-initiatives-message,
.matrix-data-container .no-initiatives-message,
.dashboard-container.night .dashboard-content .data-container .no-initiatives-message,
.dashboard-container.night .dashboard-content .matrix-data-container .no-initiatives-message,
.dashboard-container.day .dashboard-content .data-container .no-initiatives-message,
.dashboard-container.day .dashboard-content .matrix-data-container .no-initiatives-message{
	width: 100%;
	height: 100%;
	backdrop-filter: blur(15px);
	box-shadow: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 0px;
	margin: 0px;
}
.dashboard-container.night .dashboard-content .data-container .no-initiatives-message,
.dashboard-container.night .dashboard-content .matrix-data-container .no-initiatives-message{
	background: #2c2e3559;
	box-shadow: inset 0px 0px 30px 30px #2C2E35;
}
.dashboard-container.day .dashboard-content .data-container .no-initiatives-message,
.dashboard-container.day .dashboard-content .matrix-data-container .no-initiatives-message{
	background: #ffffff59;
	box-shadow: inset 0px 0px 30px 30px #ffffff;
}
/********************/


.dashboard-container.night .dashboard-content .no-initiatives-message,
.no-initiatives-message {
	display: flex;
	flex-direction: column;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	margin: 15px;
	text-align: center;
	background-color: #50565E;
	padding: 15px;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	color: white;
	box-shadow: inset 0 0 30px rgb(44 46 53);
}
.dashboard-container.night .dashboard-content .no-initiatives-message > h1,
.no-initiatives-message > h1 {
	color: #FFDD2A;
}

.dashboard-container.day .dashboard-content .no-initiatives-message,
.no-initiatives-message {
	background-color: #E3E9F0;
	box-shadow: inset 0 0 30px rgba(44,46,53,0.5);
	color: #222222;
}

.dashboard-container.day .dashboard-content .no-initiatives-message > h1,
.no-initiatives-message > h1 {
	color: #0abea2;
}

@keyframes topPulse {
  0% {
    background-color: rgba(10, 190, 162, 100%);
  }
  50% {
    background-color: rgba(10, 190, 162, 0%);
  }
  100% {
    background-color: rgba(10, 190, 162, 100%);
  }
}

/** Homepage **/

section.homepage-layout {
	font-weight: 400;
}

section.homepage-layout.yellow {
	background-color: #FFDD2A;
}

section.homepage-layout.dark {
	background-color: #2C2E35;
	background-image: url('/wp-content/uploads/2023/01/leonardo-diagram4.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 450px;
}

.home-diagram {
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	margin: 50px 0px;
	background-color: #FFDD2A;
	animation-name: yellowtowhite;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes yellowtowhite {
  from {background-color: #FFDD2A;}
  to {background-color: white;}
}

/**** Filtering Dots Animation *****/

#filtering-progress {
	display: flex;
    width: 100%;
    background-color: #0abea2;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    justify-content: center;
    font-size: 17px;
    padding: 5px 10px;
}

#filtering-progress div#filtering-wave {
	visibility: visible;
	width: auto;
}

div#filtering-wave {
	position:relative;
	text-align: center;
    width: 0px;
    height: 30px;
    margin-left: 10px;
    margin-right: 0px;
	visibility: hidden;
	overflow: hidden
}
div#filtering-wave .dot {
	display:inline-block;
	width:6px;
	height:6px;
	border-radius:50%;
	margin-right:5px;
	background:#ffffff;
	animation: dotwave 1s linear infinite;
}

.filter-form-btn:hover div#filtering-wave .dot {
	background: #2C2E35;
}

div#filtering-wave .dot:nth-child(2) {
	animation-delay: 1.25s;
}

div#filtering-wave .dot:nth-child(3) {
	animation-delay: 1.5s;
}


@keyframes dotwave {
	0%, 60%, 100% {
		transform: initial;
	}

	30% {
		transform: translateY(-10px);
	}
}

/****** Load Animation *********/
.load {
	position: relative;
}

.load.loading .result {
	opacity: 0.5;
}

.lds-roller {
  display: inline-block;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0abea2;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/****** Load Animation - END *********/

.home-diagram img.diagram-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 2;
}
/*
blockquote {
    border-left: none;
    padding: 0px;
    font-size: 28px;
    font-style: normal;
	font-weight: 500;
    margin: 0px 0px 20px 15px;
    position: relative;
	line-height: 1.1;
	max-width: 350px;
	position: relative;
}

blockquote p::before {
	content: '"';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -13px;
}

blockquote p::after {
	content: '"';
	display: inline-block;
}
*/
blockquote {
    border-left: none;
    padding: 0px;
    font-size: 28px;
    font-style: normal;
	font-weight: 500;
    margin: 0px 0px 20px 0px;
    position: relative;
	line-height: 1.1;
	max-width: 350px;
	position: relative;
}


.figures-header h6 {
	color: white;
	margin-bottom: 0px;
}

.figures-header {
	padding-bottom: 30px;
	border-bottom: 2px solid white;
	margin-bottom: 15px;
}

.figures-header .title {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.figures-header .title,
.figures-content .figure,
.figures-content .sub-title {
	max-width: 250px;
}

.figures-content .figure {
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
	color: #0abea2;
}

.figures-content .sub-title {
	color: white;
	padding-top: 10px;
}

.dough-diagram {
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.dough-diagram span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #0abea2;
	font-weight: 600;
	font-size: 27px;
}

.dough-diagram::after {
	display: block;
	content: '';
	width: 60%;
	height: 60%;
	background-color: #f2f3f4;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.golden-data .figure {
	color: #0abea2;
    font-weight: 600;
    font-size: 42px;
	letter-spacing: -1px;
	line-height: 1;
}

.golden-data .sub-title {
	line-height: 1.1;
}

.grey-box {
	background-color: #f2f3f4;
	padding: 30px;
	margin: 0px;
}

.footer-banner {
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: flex;
    justify-content: center;
}

.footer-banner img {
	max-width: 120%;
	width: auto;
	max-height: 400px;
}

/****** Alternative Figures Labels *******/

#filter-action-label-output,
#filter-sdgs-label-output span{
	padding-right: 5px;
}

#filter-sdgs-label-output span::after {
	content: ',';
	display: inline-block;
}

/******** Standard Terms Popup ********/
#wp-terms-popup .tbrightcontent {
	overflow: hidden;
	padding: 0px;
}

#wp-terms-popup h3.termstitle {
	background: #0abea2;
	color: #2C2E35;
	margin: 0px !important;
	padding: 15px;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#wp-terms-popup .termscontentwrapper {
	max-height: calc(100% - 60px);
	overflow-y: auto;
	position: relative;
}

#wp-terms-popup #wp-terms-popup-content {
	padding: 30px;
}

#wp-terms-popup #wp-terms-popup-after-content {
	position: sticky;
	left: 0;
	bottom: 0;
	background: white;
	padding-bottom: 15px;
	padding-top: 15px;
}

#wp-terms-popup input.termsagree,
#wp-terms-popup input.termsdecline {
	background: #0abea2;
	color: #2C2E35;
	font-weight: bold;
}


@media (max-width: 1680px) {
	
.main-navigation .main-nav ul li a {
    line-height: 45px;
}
	
.site-header {
    padding: 20px 30px;
}
	
.site-header .header-image {
    width: 330px;
}
	
h1 {
    font-size: 37px;
    line-height: 1.1;
}
	
.page-description {
	padding: 15px;
}
	
.page-description p {
	font-size: 14px;
}
	
.col.dash-title {
    max-width: 415px;
}
	
.col.dash-title .inner {
    padding: 20px 0px 20px 15px;
}
	
.entry-header .tools {
    padding-right: 30px;
}
	
.dashboard-container .dashboard-row {
    padding: 0px 15px 50px 60px;
}
	
/*.dashboard-container .sidebar {
	width: 400px;
}*/
	
.dashboard-container .col.dashboard-content {
	width: calc(100% - 400px);
}
	
.silhouette-scaler {
    min-width: 100px;
}

.big-icon {
    min-width: 60px;
}	

.big-icon svg {
    max-width: 60px;
}
	
.info-button,
.info-button:focus {
    border: 2px solid #222222;
    width: 25px;
    height: 25px;
    padding: 4px;
}
	
.prod-modal-btn,
.prod-modal-btn:focus{
    border: 2px solid #222222;
    width: 35px;
    height: 35px;
    padding: 8px;
}
	
}

@media (min-width: 1681px) and (max-width: 2560px) {
	
	.dashboard-container {
		min-height: calc(100vh - 190px);
	}
	
	.silhouette-scaler {
		min-width: 140px;
	}
	
	.chart-scaler#globe {
		max-width: 500px;
		padding-bottom: 20px;
	}
	
	.chart-scaler#doughnut .square-chart-frame,
	.chart-scaler#doughnut + h6{
		margin-top: -15%;
	}
	
	.chart-scaler#sustainability {
		max-width: 370px;
	}
	
	
}


/******** Bootstrap Queries **********/

/* EXTRA SMALL - col */
@media (max-width: 575px) {

	section.homepage-layout.dark {
		background-size: 0;
	}
	
}

/* SMALL - sm */
@media (min-width: 576px) and (max-width: 767px) {

	section.homepage-layout.dark {
		background-size: 0;
	}
	
}

/* MEDIUM - md */
@media (min-width: 768px) and (max-width: 991px) {
	
	section.homepage-layout.dark {
		background-size: 10%;
	}

}

/* LARGE - lg */
@media (min-width: 992px) and (max-width: 1199px) {
	
	section.homepage-layout.dark {
		background-size: 20%;
	}

}

/* XL - xl */
@media (min-width: 1200px) and (max-width: 1399px) {

}

/* XXL - xxl */
@media (min-width: 1400px) {

}