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

visualisation styles

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

.table-block table {
  width: 100%;
}

.table-block table,
.table-block table tr,
.table-block table td,
.table-block table th {
  border: 1px solid #dbdbdb;
}

.table-block th,
.table-block td {
  padding: 15px 10px;
}

.table-block th {
  font-size: 15px;
  font-weight: 500;
}

.table-block td {
  font-size: 14px;
  font-weight: 300;
  color: #4d4d4d;
}

table.dataTable thead th,
table.dataTable tfoot th,
.table-block th strong,
.table-block td strong {
  font-weight: 500;
}

.table-block td .regularbold-field {
  font-weight: 400;
}

.table-block td .semibold-field {
  font-weight: 600;
}

.table-wrap .table-th-title {
  font-size: 14px;
  color: #1fa29c;
  font-weight: 700;
  text-transform: uppercase;
}

.table-field-status {
  width: 60px;
}

.table-block table td:first-letter {
  text-transform: uppercase;
}

.table-row-higlighted td *,
.table-row-higlighted td {
  color: var(--site-primary-color);
  font-weight: 600 !important;

}

/**************table-style-1***********/

.table-style-1 table,
.table-style-1 table tr {
  border: none;
}

.table-style-1 table th:first-child,
.table-style-1 table td:first-child {
  border-left: none;
  padding-left: 0;
}

.table-style-1 table th:last-child,
.table-style-1 table td:last-child {
  border-right: none;
}

/********table-with-outer-border********/

.table-with-outer-border table th:first-child,
.table-with-outer-border table td:first-child {
  border-left: 1px solid #dbdbdb;
  padding-left: 15px;
}

.table-with-outer-border table th:last-child,
.table-with-outer-border table td:last-child {
  border-right: 1px solid #dbdbdb;
}

/**************table-without-vertical-border***********/

.table-style-2 table {
  border: none;
}

.table-style-2 table thead tr,
.table-style-2 table thead th {
  border-top: none;
}

.table-style-2 table tr,
.table-style-2 table td,
.table-style-2 table th {
  border-left: none !important;
  border-right: none !important;
}

.table-style-2 th,
.table-style-2 td {
  padding-left: 10px;
  padding-right: 10px;
}

.table-style-2 thead {
  background: #f2f2f2;
}

.table-style-2 table thead th {
  font-size: 14px;
}

.table-style-2 tbody th {
  font-weight: 300;
  font-size: 14px;
}

.table-block-with-legends .custom-legend-block-wrapper {
  margin-top: 20px;
}

.table-style-2 table .table-border-right {
  border-right: 1px solid #dbdbdb !important;
}

/* .table-style-3 */

.table-style-3 thead {
  background: #f2f2f2;
}

/**********legends*********/

.comparison-indicator {
  font-size: 0;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}

.visualisation-legends {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.visualisation-legends ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.legend-items {
  display: flex;
  float: left;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

.legend-items:not(:last-child) {
  margin-right: 30px;
}

.legend-items .legend-indicator {
  position: absolute;
  left: 0;
  top: 4px;
}

.legend-label {
  font-size: 12px;
  color: #4d4d4d;
  font-weight: 300;
  display: block;
}

.legends-circle-style .legend-items .legend-indicator {
  background-color: transparent !important;
  border: 2px solid #ffffff;
  width: 14px;
  height: 14px;
  top: 1px;
}

.legends-circle-style .legend-items {
  padding-left: 19px;
}

.legends-circle-style .legend-items:not(:last-child) {
  margin-right: 25px;
}

.legends-circle-style .legend-label {
  font-size: 12px;
}

/**********visualization card*********/

.visualisation-item {
  position: relative;
  padding-top: 47px;
}

.visualisation-item-inner {
  width: 100%;
  position: relative;
}

.visualisation-head {
  margin-bottom: 15px;
  position: relative;
  min-height: 20px;
}

.visualisation-caption {
  font-size: 14px;
  color: var(--clr-primary);
  font-weight: 700;
  text-transform: uppercase;
}

.visualisation-caption-fs-16 {
  font-size: var(--fs-16);
}

/****** visualisation-tab-navigation ************/

.visualisation-tab-navigation {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
}

.visualisation-tab-navigation ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 0px;
}

.visualisation-tab-navigation ul li {
  display: flex;
  padding: 0px;
}

.visualisation-tab-navigation ul li:not(:last-child) {
  margin-right: 20px;
}

.visualisation-tab-navigation a {
  font-size: 13px;
  font-weight: 700;
  color: #4d4d4d;
  display: block;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.visualisation-tab-navigation a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: transparent;
}

.visualisation-tab-navigation li.is-active a,
.visualisation-tab-navigation a:hover {
  color: #1fa29c;
}

.visualisation-tab-navigation li.is-active a:after,
.visualisation-tab-navigation a:hover:after {
  background: #1fa29c;
}

/**********tab-nav-2**********/

.popup-tab.tab-nav-2 {
  position: absolute;
  right: 0;
  top: 0;
}

.tab-nav-2 ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}

.tab-nav-2 a {
  color: #808080;
  font-size: 11px;
  font-weight: 400;
  background: #e6e6e6;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6.5px;
}

.tab-nav-2 a:before {
  margin-right: 5px;
}

.tab-nav-2 a:hover,
.tab-nav-2 .is-active>a {
  background: #1fa29c;
  color: #ffffff;
}

.tab-nav-2 a strong {
  line-height: 11px;
  display: block;
  font-weight: 400;
  padding-top: 3px;
}

.visualisation-wrap {
  position: relative;
}

/***********actions*********/

.visualization-actions-block {
  position: absolute;
  right: 0;
  top: 0;
}

.visualization-actions-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.action-field>span {
  cursor: pointer;
}

.stacked-field {
  padding: 2px;
  border: 1px solid #dbdbdb;
  margin-left: 10px;
  position: relative;
}

.chart-stacked .stacked-options-block {
  padding: 0;
  top: 100%;
  margin: 0;
  right: auto;
  left: 0;
}

.chart-stacked:hover .stacked-options-block {
  display: block;
}

.chart-stacked .sub-options-block ul:after {
  display: none;
}

.chart-stacked .sub-options-block ul {
  padding: 3px;
  border-radius: 0;
  border: 1px solid #dbdbdb;
}

.chart-stacked .sub-options-block li:not(:last-child) {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #dbdbdb;
}

/* action-block-with-separator  */

.action-block-with-separator .visualisation-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.action-block-with-separator .visualisation-caption {
  line-height: 1;
}

.action-block-with-separator .visualization-actions-block {
  position: static;
  flex-shrink: 0;
  padding-left: var(--sp6);
  border-left: 1px solid var(--border-primary);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

/************social share******/

.share-download-options {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 15px 0px 15px 20px;
}

.share-download-options ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.share-download-options .options-field {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}

.share-download-options .options-field:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.share-download-options .options-field>span {
  display: block;
  cursor: pointer;
  z-index: 4;
  position: relative;
}

.sub-options-block {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  padding-right: 40px;
  z-index: 3;
  display: none;
}

.share-download-options .options-field:hover .sub-options-block {
  display: block;
}

.sub-options-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  padding: 2.5px 10px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #b3b3b3;
  position: relative;
}

.sub-options-block ul:after {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  margin-top: -15.5px;
  width: 17px;
  height: 31px;
  background: url(/themes/custom/gff/components/inner-pages/visualization/css/../../../common/img/tooltip_arrow.png) no-repeat center center transparent;
  margin-right: 1px;
  z-index: 1;
  display: block;
}

.sub-options-block a {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  font-size: 0;
  display: block;
  cursor: pointer;
}

.sub-options-block ul li:not(:last-child) {
  padding-right: 5px;
}

/*******download options on top********/

.download-image-title {
  justify-content: space-between;
  align-items: center;
  display: flex !important;
  width: 100%;
}

.download-subtitle {
  color: #1fa29c;
  font-weight: 400;
  font-size: 14px;
}

.image-downloading .custom-chart-section .popup-component,
.image-downloading .table-block .popup-component {
  min-width: 1000px;
}

.image-downloading .popup-content-inner .sup-tooltip-section,
.image-downloading .table-block .static-table-wrap {
  opacity: 0;
}

.image-downloading .popup-content {
  overflow: visible;
}

.image-downlad-area {
  padding: 20px !important;
}

.share-download-options.align-top {
  left: auto;
  right: 0;
  padding: 0;
  top: -40px;
}

.share-download-options.align-normal {
  position: static;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 20px 0;
  padding: 0;
}

.download-options-wrap {
  padding-right: 130px;
}

.download-options-wrap .share-download-options.align-normal {
  position: absolute;
  right: 0;
  top: 0;
}

.options-field-list {
  position: absolute;
  top: 0;
  padding-top: 32px;
  right: 0;
  width: 100%;
  /*min-width: 150px;*/
  display: none;
  z-index: 3;
}

.map-wrap>.share-download-options .options-field-list,
.pie-chart-components .visualisation-item-inner>.share-download-options .options-field-list,
.visualisation-grid-item .share-download-options .options-field-list,
.visualisation-item>.share-download-options .options-field-list,
.visualisation-item-charts-block>.share-download-options .options-field-list {
  padding-top: 37px;
}

.options-field-list ul {
  display: block !important;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.2);
  margin-top: 0px;
  width: 100%;
}

.options-field-list .options-link-wrap {
  line-height: 16px;
}

.options-field-list .options-link-wrap:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.options-field-list .options-link {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  color: #4d4d4d;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.options-field-list .options-link:hover {
  color: #1fa29c;
}

.options-field:hover .options-field-list {
  display: block;
}

.share-download-left-align .share-download-options.align-top {
  --icon-height: 33px;
  --icon-block-gap: 8px;
  left: 0;
  right: auto;
  top: calc(-1 * (var(--icon-height) + var(--icon-block-gap)));
  bottom: auto;
}

/********chart*************/

.chart-wrap-inner {
  position: relative;
  width: 100%;
}

.chart-element {
  width: 100%;
}

.pie-type-block .chart-element,
.pie-type-block .popup-chart-element {
  z-index: 2;
  position: relative;
}

.highcharts-axis-labels *,
.chart-element * {
  font-family: 'Arial', sans-serif;
}

.visualisation-item .highcharts-title {
  display: none;
}

.chart-middle-text {
  font-size: var(--fs-18);
  display: block;
  color: var(--clr-gray-dark);
  font-weight: var(--fw-normal);
  line-height: 1.111;
}

.chart-block {
  position: relative;
}

.arrow-navigation.disable {
  display: none;
}

.chart-arrow-navigation .prev-arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -36px;
}

.chart-arrow-navigation .next-arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: -36px;
}

.pie-chart-components.multipe-pie-charts .visualisation-item-inner {
  height: 100%;
}

/***********custom legend**********/

.custom-legend-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.pie-type-block>.visualisation-item-inner>.custom-legend-block,
.line-type-block>.custom-legend-block {
  max-height: 150px;
}

.legend-item {
  cursor: pointer;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 12px;
  width: calc(33.33% - 10px);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
}

.legend-item:nth-child(3n) {
  margin-right: 0;
}

.legend-item.inactive .serieName,
.legend-item.fadeout {
  color: rgb(204, 204, 204) !important;
}

.custom-legend-block .symbol {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.custom-legend-block .symbol-md {
  width: 16px;
  height: 16px;
}

.legend-item.inactive .symbol,
.legend-item.fadeout .symbol {
  background-color: #cccccc !important;
}

.legend-item .serieName {
  width: calc(100% - 20px);
}

.table-block .custom-legend-block {
  margin-top: 12px;
}

.custom-legend-block.rectangle-shap-symbols .symbol {
  width: 8px;
  height: 8px;
  border-radius: 0;
}

.popup-content .custom-legend-block .legend-item,
.popup-content .custom-legend-block .legend-item .serieName {
  width: auto;
}

.popup-content .custom-legend-block .legend-item {
  margin-right: 15px;
}

.only-single-item .custom-legend-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.line-type-block .popup-component .custom-legend-block .legend-item,
.pie-type-block .popup-component .custom-legend-block .legend-item,
.only-single-item .custom-legend-block .legend-item {
  width: calc(25% - 11.25px);
}

.line-type-block .popup-component .custom-legend-block .legend-item,
.pie-type-block .popup-component .custom-legend-block .legend-item,
.only-single-item .custom-legend-block .legend-item {
  margin-right: 15px;
}

.line-type-block .popup-component .custom-legend-block .legend-item:nth-child(4n),
.pie-type-block .popup-component .custom-legend-block .legend-item:nth-child(4n),
.only-single-item .custom-legend-block .legend-item:nth-child(4n) {
  margin-right: 0;
}

/* center legends */
.visulisation-theme-style_1 .visualisation-legends {
  justify-content: center;
}

.visulisation-theme-style_1 .legend-item,
.visulisation-theme-style_1 .legend-item .serieName {
  width: auto;
}

/* legends-gap-xs */

.legends-gap-xs .legend-item {
  margin-bottom: 4px;
}

/* legends-flex-layout */

.legends-flex-layout {
  display: flex;
  gap: 5px 20px;
}

.legends-flex-layout .legend-item {
  margin: 0 !important;
  width: auto;
}

.legends-flex-layout .symbol {
  flex-shrink: 0;
  margin-right: 10px;
}

.legends-flex-layout .legend-label {
  width: auto;
  font-weight: 400;
}

/***************sort***************/

.sort-block {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.sort-block:not(.is-active) {
  display: none;
}

.sortitem-label,
.sort-by-label {
  float: left;
  font-weight: 300;
  font-size: 11px;
  color: #4d4d4d;
}

.sort-by-label {
  margin-right: 5px;
  color: #666666;
}

.sort-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sorting-item {
  cursor: pointer;
}

/*****************custom chart/map tooltip********/

.custom-tooltip {
  padding: 10px;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
}

.custom-tooltip .tooltip-title {
  color: #333333;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.custom-tooltip .tooltip-list-row {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 4px;
}

.custom-tooltip .tooltip-list-row:last-child {
  margin-bottom: 0;
}

.custom-tooltip .tooltip-label {
  font-size: 11px;
  color: #666666;
  padding-right: 10px;
  width: 100px;
  display: block;
  white-space: normal;
  line-height: 14px;
  border-right: 1px solid #dbdbdb;
}

.chart-element .custom-tooltip .tooltip-label {
  width: auto;
}

.custom-tooltip .tooltip-value {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  padding-left: 10px;
}

.tooltip-descriptions {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  width: 100%;
}

.visualization-point-content .tooltip-descriptions {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  color: #4d4d4d;
  overflow: hidden;
}

.custom-tooltip .tooltip-bottom-note {
  font-size: 12px;
  margin-top: 5px;
  font-style: italic;
  width: 100%;
  font-weight: 400;
  color: #1fa29c;
}

.tooltip-style-2 .chart-element .custom-tooltip .tooltip-label {
  width: 100px;
}

/**************source*************/

.source-block {
  margin-top: 10px;
  width: 100%;
}

.source-content {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  color: #4d4d4d;
  overflow: hidden;
  transition: all 0.2s linear 0s;
}

.have-more .source-content {
  height: 35px;
}

.source-readmore {
  font-size: 11px;
  color: #1fa29c;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}

.source-readmore:hover {
  color: #4d4d4d;
}

.source-name {
  font-weight: 500;
}

.source-main-label {
  font-weight: 500;
  color: #1fa29c;
}

/************ footnote ************/

.foot-notes-block {
  width: 100%;
  margin-top: 10px;
}

.foot-note-content {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  color: #4d4d4d;
  overflow: hidden;
  transition: all 0.2s linear 0s;
}

.note-main-label {
  font-weight: 500;
  color: #1fa29c;
}

.unit-selected {
  font-size: 12px;
  font-weight: 300;
  color: #4d4d4d;
  margin-top: 10px;
}

.foot-note-content ul {
  margin-top: 10px;
}

.foot-note-content p,
.foot-note-content li {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  color: #4d4d4d;
}

.foot-note-content li:not(:last-child) {
  margin-bottom: 5px;
}

.foot-note-content a {
  font-size: 12px;
  font-weight: 400;
  color: #1fa29c;
}

.foot-note-content a:hover {
  color: #666666;
}

.footnote-new .foot-note-content-inner .note-main-label {
  float: left;
  margin-right: 2px;
}

.foot-note-content-inner a[href] {
  text-decoration: underline;
}

.foot-note-content-inner li>a.external-website-link:after {
  content: "";
  background: url(/themes/custom/gff/components/inner-pages/visualization/css/../img/External_link_icon.svg) no-repeat center center transparent;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  background-size: 13px;
  top: 2px;
  position: relative;
}

.odd-even-style:nth-child(even) .transparent-bg-section li>a.external-website-link:after {
  background-image: url(/themes/custom/gff/components/inner-pages/visualization/css/../img/External_link_icon_yellow.svg);
}

.foot-note-content-inner .note-main-label+ul {
  float: left;
  width: 100%;
  margin-top: 0;
}

.footnote-for-specified-indicator .foot-note-content-inner {
  overflow: hidden;
}

/* foot-note more less */

.footnote-new-block .foot-note-content {
  overflow: hidden;
  height: 35px;
}

.footnote-new p {
  margin-bottom: 0;
}

/************loader************/

.visualisation-item .pageLoader {
  position: absolute;
  z-index: 10;
  background-color: transparent;
}

/********no data **********/

.have-no-data {
  height: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
}

.options-field.share-field {
  display: none;
}

.share-download-options .options-field {
  border: none;
}

.chart-wrap .data-not-found {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/themes/custom/gff/components/inner-pages/visualization/css/../img/Grey_Chart.png) no-repeat center center rgba(255, 255, 255, 0.6);
  background-size: contain;
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
}

.section-have-no-data .share-download-options,
.section-have-no-data .visualization-actions-block {
  display: none;
}

.visualisation-component .charts-not-available>.content-area {
  margin-bottom: 0 !important;
}

/*************mobile static table *************/

.static-table-wrap {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
}

.static-table-wrap th:not(:first-child),
.static-table-wrap td:not(:first-child) {
  visibility: hidden;
  opacity: 0;
  border-color: transparent;
}

.static-table-wrap table th:first-child,
.static-table-wrap table td:first-child {
  background: #ffffff;
  visibility: visible;
  opacity: 1;
}

/******popup-download-options**********/

.popup-download-options {
  top: 100%;
  margin-top: 20px;
  padding-top: 0;
}

/* .visualization-actions-block with tabs */

.visualisation-style-2 .visualisation-head-section.visualisation-head-with-tab {
  padding-right: 220px;
}

.visualization-actions-block.with-tab-navigations-options {
  display: flex;
}

.visualization-actions-block.with-tab-navigations-options .visualisation-tab-navigation {
  margin-bottom: 0;
}

.visualization-actions-block.with-tab-navigations-options .visualization-actions {
  border-left: 1px solid #dbdbdb;
  padding-left: 10px;
  margin-left: 10px;
}

/* visualisation-tab-navigation style-2 */

.visualisation-tab-navigation.style-2 {
  border: none;
}

.visualisation-tab-navigation.style-2 a:after {
  display: none;
}

.visualisation-tab-navigation.style-2 a {
  padding-bottom: 0;
  line-height: 19px;
}

.visualisation-tab-navigation.style-2 li:not(.is-active):not(:hover) a {
  color: #a8a8a8;
}

.visualisation-tab-navigation.style-2 ul li:not(:last-child) {
  margin-right: 0px;
}

.visualisation-tab-navigation.style-2 ul li:not(:first-child) {
  border-left: 1px solid #dbdbdb;
  padding-left: 10px;
  margin-left: 10px;
}

/* map chart grouping */
.visualisation-item-inner.full-loader:not(.chart-loaded) .visualisation-wrap {
  opacity: 0;
}

.visualisation-item-inner:not(.chart-loaded) .visulisation-map-chart-grouping {
  min-height: 300px;
}

.visulisation-map-chart-grouping {
  padding: 40px 0;
}

.visulisation-map-chart-grouping.visible-chart-only {
  padding-left: 40px;
  padding-right: 40px;
}

.remove-highchart-tooltip-g g.highcharts-tooltip,
.visulisation-map-chart-grouping g.highcharts-tooltip {
  display: none !important;
}

/* visulisation-item-title */

.visulisation-item-title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #4d4d4d;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
}

.visulisation-item-title.visulisation-map-title {
  text-align: center;
  margin-bottom: 10px;
}

.visulisation-item-title.visulisation-chart-title .title-label {
  padding-right: 10px;
  border-right: 1px solid #dbdbdb;
  margin-right: 10px;
  text-align: left;
}

.visulisation-item-title.visulisation-chart-title .visualization-actions-block {
  position: static;
}


/* filter-apply-section */
.filter-apply-section-outer {
  position: relative;
  padding-right: 95px;
}

.filter-apply-section {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.filter-apply-positioned .filter-apply-section {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}

/* visualisation-plot-wrapper common-outer-padding */

.visualisation-plot-wrapper {
  --padding-hr: 20px;
}

.visualisation-plot-wrapper .common-left-right-padding {
  padding-left: var(--padding-hr);
  padding-right: var(--padding-hr);
}

/* axis-label-text */

.chart-axis-label-text {
  display: block;
  padding: 5px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* disable img download */

.disable-img-download-link .options-field-list .img-download {
  display: none;
}

.disable-img-download-link .options-field-list .options-link-wrap:has(+.img-download) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* visulisation-more-details */

.visulisation-more-details>*:first-child {
  margin-top: 0;
}

/*  pie-type-block */

.pie-type-block .chart-element,
.pie-type-block .chart-element svg,
.pie-type-block .chart-element .highcharts-container {
  overflow: visible !important;
}

/* visualisation-with-table-col */
/* .visualisation-with-table-col .visualisation-chart-table-wrapper {
  display: flex;
  gap: 50px;
}

.visualisation-chart-table-wrapper>* {
  width: 50%;
} */
.visualisation-with-table-col {
  --tbl-width: 40%;
}

.visualisation-with-table-col .visualisation-chart-table-wrapper {
  position: relative;
  padding-right: calc(var(--tbl-width) + 40px);
}

.visualisation-with-table-col .visulisation-default-tbl {
  width: var(--tbl-width);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.visulisation-default-tbl .table-container {
  max-height: 100%;
}

.visualisation-with-table-col .visualization-actions-block {
  display: none;
}

.visualisation-with-table-col .chart-wrap {
  padding-left: 50px;
  padding-right: 50px;
}

/* grid-visulisation-block */
.visulisation-widgets .widget-description+.visualisation-item {
  padding-top: var(--sp7);
}

.grid-visulisation-block .visualisation-item {
  position: static;
}

.grid-visulisation-block:has(.visualisation-item > .share-download-options) {
  margin-top: 60px;
}

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

Responsive

***********************/
@media only screen and (max-width: 1350px) {

  .chart-middle-text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1300px) {

  .chart-middle-text {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .visualisation-block.side-by-side-content>.side-by-side-content-item:nth-child(odd) {
    margin-right: 30px;
  }

  .visualisation-block.side-by-side-content>.side-by-side-content-item {
    width: calc(50% - 15px);
  }

}

@media only screen and (min-width: 1200px) {
  .section-left-right .section-right-content .visualisation-item:not(.custom-chart-visualisation) {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .visualisation-item {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .visualisation-tab-navigation ul li:not(:last-child) {
    margin-right: 15px;
  }

  .visualisation-tab-navigation a {
    font-size: 12px;
  }

  .visualisation-item-inner:not(.card-border-style):has(+.visulisation-more-details) {
    padding-bottom: 0 !important;
  }

  /* pie chart with default table ( hide table ) */

  .visualisation-with-table-col .visualisation-chart-table-wrapper {
    position: static;
    padding-right: 0;
  }

  .visualisation-with-table-col .visulisation-default-tbl {
    display: none;
  }

  .visualisation-with-table-col .visualization-actions-block {
    display: block;
  }

  .visualisation-with-table-col .chart-wrap {
    padding-left: 0;
    padding-right: 0;
  }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .line-type-block .popup-component .custom-legend-block .legend-item,
  .pie-type-block .popup-component .custom-legend-block .legend-item,
  .only-single-item .custom-legend-block .legend-item,
  .legend-item {
    width: calc(50% - 7.5px);
    margin-right: 15px !important;
  }

  .line-type-block .popup-component .custom-legend-block .legend-item:nth-child(2n),
  .pie-type-block .popup-component .custom-legend-block .legend-item:nth-child(2n),
  .only-single-item .custom-legend-block .legend-item:nth-child(2n),
  .legend-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 991px) {

  /*************legends stylings section*************/
  .legends-button-wrapper {
    position: absolute;
    bottom: 7px;
    left: 10px;
    line-height: 12px;
  }

  .popup-legends-button-wrapper {
    position: static;
  }

  .legends-button-wrapper .legends-btn,
  .legends-button-wrapper .popup-legends-btn {
    height: auto;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent !important;
    line-height: normal;
    padding: 0 10px;
    padding: 0;
    border: none !important;
  }

  .legends-button-wrapper .legends-btn:hover,
  .legends-button-wrapper .popup-legends-btn:hover {
    color: #4d4d4d !important;
  }

  .visualisation-item {
    padding-right: 0;
  }

  .visualisation-item-inner {
    padding-bottom: 42px !important;
  }

  /***************share download*********/
  .share-download-options .options-field {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }

  .share-download-options {
    position: absolute;
    left: auto;
    top: auto;
    padding: 0;
    right: 10px;
    bottom: 10px;
  }

  .share-download-options .options-field {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }

  .share-download-options ul {
    display: flex;
  }

  .share-download-options .options-field:not(:first-child) {
    margin-left: 15px;
    padding-left: 15px;
  }

  .share-download-options .options-field:not(:first-child):before {
    content: "";
    width: 1px;
    height: 27px;
    background: #dbdbdb;
    display: block;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
  }

  .share-download-options .options-field:hover .sub-options-block {
    z-index: 4;
  }

  .sub-options-block {
    padding-right: 35px;
  }

  .share-download-options .options-field:hover>span {
    z-index: 5;
  }

  .filter-apply-section-outer {
    position: relative;
    padding-right: 0;
    padding-bottom: 50px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
  .popup-head {
    margin-bottom: 10px;
  }

  .visualisation-head .visualization-actions-block {
    display: none;
  }

  .table-block.visualisation-item .table-head {
    display: none;
  }

  .visualisation-caption {
    font-size: 12px;
    display: block;
    line-height: 15px;
  }

  .visualisation-item-inner {
    padding-bottom: 42px !important;
  }

  .chart-arrow-navigation {
    display: none;
  }

  .visualisation-item {
    padding-right: 0;
    padding-top: 10px;
  }

  .visualisation-item:not(.map-block) {
    padding-top: 47px;
  }

  /***************pie chart***********/
  .chart-middle-text {
    font-size: 12px;
  }

  .pie-chart-components .chart-element {
    height: 320px;
  }

  .pie-type-block .visualisation-caption {
    font-size: 14px;
  }

  /**********table********/
  .table-block table {
    min-width: 500px;
  }

  .table-block th,
  .table-block td {
    padding: 5px;
  }

  td sup.tooltip-sup-wrapper>a {
    font-size: 10px;
  }

  .table-wrap .table-th-title,
  .table-block td,
  .table-block th {
    font-size: 11px;
  }

  .table-block thead th:first-child,
  .table-block tbody td:first-child {
    width: 150px;
  }

  /***************visualisation-legends************/
  .line-type-block .popup-component .custom-legend-block .legend-item,
  .pie-type-block .popup-component .custom-legend-block .legend-item,
  .only-single-item .custom-legend-block .legend-item,
  .legend-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .pie-chart-components .popup-component .custom-legend-block .legend-item,
  .pie-chart-components .custom-legend-block .legend-item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.2;
  }

  .legends-circle-style .legend-items:not(:last-child) {
    margin-bottom: 5px;
  }

  .legend-item {
    font-size: 11px;
  }

  /**********chart head section**********/
  .chart-block:not(.custom-chart-section) .visualisation-head .visualization-actions-block {
    display: block;
  }

  /************pie chart***********/

  .pie-chart-components .visualisation-item-inner>.chart-wrap .chart-element {
    height: 170px;
    width: auto;
  }

  .popup-chart-element {
    width: 100% !important;
  }

  /*************legends stylings section*************/
  .legends-button-wrapper {
    position: absolute;
    bottom: 7px;
    left: 10px;
    line-height: 12px;
  }

  .popup-legends-button-wrapper {
    position: static;
  }

  .legends-button-wrapper .legends-btn,
  .legends-button-wrapper .popup-legends-btn {
    height: auto;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent !important;
    line-height: normal;
    padding: 0 10px;
    padding: 0;
    border: none !important;
  }

  .legends-button-wrapper .legends-btn:hover,
  .legends-button-wrapper .popup-legends-btn:hover {
    color: #4d4d4d !important;
  }

  .chart-block:not(.custom-chart-section) .custom-legend-block {
    display: none;
  }

  .chart-block .custom-legend-block.is-shown {
    display: flex;
  }

  .pie-type-block>.visualisation-item-inner>.custom-legend-block,
  .line-type-block>.custom-legend-block {
    max-height: none;
  }

  .chart-block:not(.custom-chart-section) .chart-head .chart-caption {
    padding-right: 50px;
  }

  .download-subtitle {
    font-size: 12px;
  }

  .note-main-label,
  .foot-note-content p,
  .foot-note-content li {
    line-height: 15px;
  }

  .visualisation-plot-wrapper .common-left-right-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .pie-type-block:has(.source-footnote-inside) .visualisation-item-chart-col {
    position: relative;
    padding-bottom: 30px;
  }

  .pie-type-block:has(.source-footnote-inside) .visualisation-item-charts-block>.legends-button-wrapper {
    left: 0;
  }

  .pie-type-block:has(.source-footnote-inside) .visualisation-item-charts-block>.share-download-options {
    margin-top: -18px;
    left: calc(-1 * var(--sp8));
  }
}
