body {
  background-color: white;
}
.masthead {
  background-color: #004d44;
}
.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
  background-color: white;
  color: #004d44;
}
.navigation {
  color: black;
}
.navigation {
  color: black;
}
#hero-section {
  /*background: #004d44;*/
  color: white;
  padding: 7% 5%;
  background: linear-gradient(rgba(0, 77, 68, 0.85), rgba(0, 77, 68, 0.85)), /* bottom, image */ url(/img/CH.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.dataset-count-container {
  text-align: center;
}
#tag-section {
  background: white;
  padding: 5%;
}
#about-section {
  background: white;
  padding: 3% 5%;
}
#dataset-section {
  background: white;
  padding: 1% 5%;
}
.title-heading {
  color: #004d44;
  margin-bottom: 1em;
}
/*.sub-heading {*/
/*    margin: 5em 0em;*/
/*}*/
.tag-card {
  background: white;
  border-radius: 0.3em;
  padding: 15% 10%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 1.5em;
  text-transform: capitalize;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tag-card-2 {
  background-color: #e6e5de;
  border-radius: 0.3em;
  padding: 15% 10%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 1.5em;
  text-transform: capitalize;
}
.tag-card-alt {
  background: white;
  border-radius: 0.3em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tag-img {
  padding: 1em;
  margin-bottom: 1em;
  background-color: rgba(237, 236, 229, 0.2);
}
.tag-img-2 {
  padding: 1em;
  margin-bottom: 1em;
  background-color: white;
}
.tag-title {
  font-size: 1.2em;
}
.tag-dataset-count {
  font-size: 1.1em;
}
.dataset-title {
  color: #004d44;
  margin-bottom: 1em;
}
.dataset-list-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dataset-list-group li {
  display: flex;
  justify-content: space-between;
  padding: 0.8em;
  border-bottom: 1px solid lightgray;
}
.badge-bg {
  background-color: #edece5;
  color: black;
  padding: 0.5em;
}
#about-container {
  background-color: #e6e5de;
  width: 100%;
  height: 400px;
  border-radius: 2em;
  padding: 2em;
}
/*DATASET PAGE*/
#search-hero {
  width: 100%;
  height: 500px;
  background-color: black;
  padding: 10% 20%;
}
.highlight-color {
  color: green;
}
.dataset-hero-text {
  color: white;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.dataset-item {
  background-color: white;
  padding: 5%;
  margin-bottom: 1.5em;
  border-radius: 1em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dataset-item:last-of-type {
  background-color: white;
  padding: 5%;
  margin-bottom: 1.5em;
  border-radius: 1em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.individial-package-container {
  border-radius: 1em;
  padding: 3% 5%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 1em;
}
h2.dataset-heading > a {
  color: #004d44;
  font-size: 1.2em;
}
.package-description {
  color: rgba(0, 0, 0, 0.6);
}
.file-types {
  margin-top: 1em;
}
.file-badge {
  background-color: #ecf0f1;
  border-radius: 0.7em;
  padding: 0.3em 0.7em;
  margin-right: 0.5em;
  font-weight: 500;
}
.dataset-content {
  padding-bottom: 1.5em;
}
a.label.label-default {
  background-color: #ecf0f1;
  border-radius: 0.7em;
  padding: 0.5em 0.9em;
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 0.8em;
  margin-top: 3em;
  color: rgba(0, 77, 68, 0.8);
}
a.label.label-default:hover {
  background-color: rgba(0, 77, 68, 0.8);
  color: white;
}
span.fa.fa-star {
  color: goldenrod;
}
.scheming-subfield-list {
  margin-inline-start: 1em;
  padding: 0.5em;
  border: 1px solid var(--bs-gray-400);
  border-radius: 0.5em;
}
.scheming-subfield-group > .panel-default {
  padding: 0.5em;
  border: 1px solid var(--bs-gray-400);
  border-radius: 0.5em;
}
.scheming-subfield-group .fields-content {
  margin-inline-start: 1em;
}
/*FOOTER*/
.footer-site {
  padding: 5% 3%;
  background-image: url(/img/Footer_Background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-logo {
  height: 1em;
}
.fade:not(.show) {
  opacity: 1 !important;
  background-color: antiquewhite;
}
.col-4 {
  flex: 0 0 auto;
  width: auto;
}
@media (max-width: 767px) {
  #content.container {
    margin: 0 !important;
  }
  .row.wrapper {
    display: flex;
    flex-direction: column;
  }
  .row.wrapper .secondary {
    order: 2;
  }
  .row.wrapper .primary {
    order: 1;
  }
}

:root {
  /* COLOURS */
  --primary-button: #3000EB;
  --primary-button-hover: #200EBB;
  --danger-button: #C31335;
  --danger-button-hover: #880D2c;
  --text-primary: #3000EB;
  /* SPACING AND RADIUS */
  --spacing-03: 8px;
  --spacing-06: 24px;
  --radius-round: 40px;
  /* FONT  */
  --heading-03-size: 26px;
  --heading-03-font: 'Poppins', sans-serif;
  --heading-03-weight: 700;
  --heading-03-line-height: 32px;
  --heading-03-letter-spacing: 0;
  --bs-secondary-rgb: 108, 117, 125;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter/Inter-VariableFont.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter/Inter-Italic-VariableFont.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
html,
body {
  height: 100%;
  margin: 0;
  min-width: 320px;
}
body {
  font-family: Inter;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
p {
  margin-top: 0;
  margin-bottom: 24px;
}
h1 {
  font-size: 48px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
h3 {
  font-family: var(--heading-03-font, Poppins);
  font-size: var(--heading-03-size, 26px);
  font-style: normal;
  font-weight: var(--heading-03-weight, 700);
  line-height: var(--heading-03-line-height, 32px);
  letter-spacing: var(--heading-03-letter-spacing, 0);
}
h2 {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
h4 {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.5%;
  letter-spacing: 0.25px;
}
p {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.17px;
}
.container,
.container-fluid,
.account-masthead .container,
.navbar.container {
  max-width: 1600px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0;
}
#hero-section,
#dataset-section,
#about-section,
#tag-section {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.account-masthead {
  padding: 5px 48px;
  min-height: auto;
}
.masthead {
  background: white;
  padding: 24px 48px !important;
}
@media (min-width: 992px) {
  .masthead {
    padding: 24px 48px !important;
  }
}
.nav a {
  color: #70b42f;
}
a {
  color: #231BE2;
}
.text-primary {
  color: var(--text-primary, #3000EB) !important;
}
.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
  border-radius: 0.3rem;
  color: #1e1eff;
  text-transform: capitalize;
}
.masthead .main-navbar ul li a {
  padding: 0.6rem 0.9rem;
  color: #525252;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: capitalize;
}
.masthead .nav > li > a,
.masthead .nav > li > a:focus,
.masthead .nav > li > a:hover,
.masthead .nav > .active > a,
.masthead .nav > .active > a:hover,
.masthead .nav > .active > a:focus {
  border-radius: 0.3rem;
  color: white;
  text-shadow: none;
  text-transform: uppercase;
}
.masthead .main-navbar ul li:hover a,
.masthead .main-navbar ul li:focus a,
.masthead .main-navbar ul li.active a {
  border-radius: 0.3rem;
  background-color: unset;
}
.locale_link {
  font-weight: normal !important;
  text-transform: none !important;
  width: 100%;
  display: block;
  padding: 5px 20px 5px 20px !important;
}
.dropdown-menu {
  padding: unset !important;
}
.navigation {
  color: black;
}
.nav.nav-pills {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav.nav-pills > li {
  display: flex;
  align-items: center;
}
.nav.nav-stacked.nav-pills {
  display: flex;
  align-items: stretch;
  gap: 15px;
}
.nav-pills .nav-link.active,
.nav-pills .page-header .nav-tabs li a.active,
.page-header .nav-tabs li .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .page-header .nav-tabs li .show > a,
.page-header .nav-tabs li .nav-pills .show > a {
  color: #fff;
  background-color: var(--primary-button);
}
.nav-link:hover,
.page-header .nav-tabs li a {
  color: var(--primary-button-hover);
}
.nav-link,
.page-header .nav-tabs li a {
  color: var(--text-primary);
}
.header-site-search-form .search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.header-site-search-form .search-wrapper i {
  position: absolute;
  left: 12px;
  font-size: 14px;
  color: #888;
  pointer-events: none;
}
.header-site-search-form .header-site-search {
  padding: 8px 12px 8px 36px;
  border: 1px solid #ddd;
  border-radius: 50px;
  color: var(--Text-text-placeholder, #A8A8A8);
  font-family: var(--body-medium-font, Inter);
  font-size: var(--body-medium-size, 16px);
  font-style: normal;
  font-weight: var(--body-medium-weight, 400);
  line-height: var(--body-medium-line-height, 22px);
  letter-spacing: var(--body-medium-letter-spacing, 0.16px);
}
.header-site-search-form .header-site-search::placeholder {
  color: #aaa;
}
.btn-primary {
  height: 48px;
  padding: var(--spacing-03, 8px) var(--spacing-06, 24px);
  border-radius: var(--radius-round, 40px);
  background: var(--primary-button, #3000EB);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background: var(--primary-button-hover, #200EBB);
}
.btn-danger {
  padding: var(--spacing-03, 8px) var(--spacing-06, 24px);
  border-radius: var(--radius-round, 40px);
  background: var(--danger-button, #C31335);
  border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:focus-visible,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background: var(--danger-button-hover, #880D2c);
}
button#dropdownDownloadFormat {
  height: auto;
  background-color: #F6F4EE;
  color: var(--text-primary);
  border: none;
  padding-left: 0;
  padding-right: 1rem;
  box-shadow: none;
}
button#dropdownDownloadFormat:hover,
button#dropdownDownloadFormat:focus,
button#dropdownDownloadFormat:active,
button#dropdownDownloadFormat:focus-visible {
  height: auto;
  border: none;
}
.media-item .media-edit,
.module-item .media-edit {
  position: relative;
  z-index: 2;
  display: inline-block;
  right: auto;
  bottom: auto;
}
.media-item .media-view {
  z-index: 1;
}
.navigation {
  color: black;
}
.main {
  background: white;
  flex: 1 0 auto;
  padding: 20px 48px;
}
#content.container {
  max-width: 1600px;
  margin-inline: auto;
}
@media (min-width: 1600px) {
  #content.container {
    padding-left: 48px;
    padding-right: 0;
  }
}
#hero-section {
  position: relative;
  width: 100%;
  max-width: none !important;
  overflow: hidden;
  background: #200EBB;
  height: auto;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 0;
}
#hero-text-section {
  position: relative;
  z-index: 2;
  background-color: #200EBB;
  padding: 48px;
  box-shadow: 0 0 0 0 #200EBB;
}
@media (min-width: 768px) {
  #hero-section {
    background: linear-gradient(rgba(7, 14, 96, 0.15), rgba(7, 14, 96, 0.55)), url(/img/svk_banner.jpeg) no-repeat center right;
    background-size: cover;
  }
  #hero-text-section {
    box-shadow: -100vw 0 0 100vw #200EBB;
  }
}
@media (min-width: 992px) {
  #hero-section {
    height: 604px;
  }
}
@media (min-width: 1601px) {
  #hero-text-section {
    padding-right: 80px;
  }
}
@media (max-width: 480px) {
  #hero-section {
    min-height: fit-content;
  }
}
#hero-section .row {
  margin: 0;
}
#hero-text-section {
  padding: 48px;
  background-color: #200EBB;
}
.hero-blog {
  padding-top: 48px;
  --bs-gutter-x: 0px !important;
}
.page-list {
  margin-top: 40px !important;
}
div#all-news-section {
  --bs-gutter-x: 0px;
}
.search-form {
  padding-bottom: 1rem;
}
.search-form .search-input button {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  padding: 0.5rem 1rem;
  border-radius: 0.9rem;
  background: #231BE2;
  color: #fff;
  border: none;
  font-size: 1rem;
  line-height: 1;
  height: auto;
}
.main .secondary {
  background: #F4F4F4;
}
.module-heading {
  background: #E0E0E0;
}
h2.module-heading {
  font-size: 1.1rem;
}
.front-search {
  border-radius: 1.5rem;
}
.search-form .search-input button:hover {
  background-color: #221be2d2;
}
.dataset-count-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.dataset-count-link {
  text-decoration: none;
  color: #000000;
}
.dataset-count-number {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.dataset-count-label {
  font-size: 1.1rem;
  margin: 0;
}
.dataset-item {
  padding: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}
.dataset-item:last-of-type {
  background-color: unset;
  padding: unset;
  margin-bottom: unset;
  border-radius: unset;
  box-shadow: unset;
}
.dataset-content {
  padding-bottom: 0;
}
h2.dataset-heading > a {
  color: inherit;
  font-size: inherit;
}
.box,
.wrapper {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.wrapper {
  background-color: unset !important;
  margin: 0;
}
.module-content {
  margin-top: 1.5rem;
  padding: 0;
}
@media (min-width: 768px) {
  .module-content {
    margin-top: 0;
    padding: 0 0 0 1.5rem;
  }
}
.no-nav .module-content {
  padding: 0;
}
.title-heading {
  color: #1c629b;
}
.search-input.form-group.search-giant {
  margin-bottom: 0px;
}
form.search-form.home-search-container {
  border: none;
  margin: 0;
  padding: 0;
}
.custom-search-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 0.5rem;
}
.custom-search-box {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #fff;
  padding: 0.5rem 1rem;
}
.search-icon {
  font-size: 1rem;
  margin-right: 0.75rem;
  color: #333;
}
.custom-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  background-color: transparent;
  padding: 0.5rem 0;
}
.custom-search-button {
  background-color: #3000EB;
  color: white;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.custom-search-button:hover {
  background-color: #200EBB;
}
.search-tag-filters-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem 0;
  white-space: nowrap;
}
.search-tag-filters-inline .tag {
  margin-right: 0.35rem;
}
.search-tag-filters-inline strong {
  margin: 0;
}
h1.search-result-title {
  font-size: 1.3rem;
}
.dataset-title {
  color: #1c629b;
}
#about-container {
  background-color: #f1f2f5;
  width: 100%;
  height: 400px;
  border-radius: 2em;
  padding: 2em;
}
.masthead .logo img {
  max-height: 100px;
  width: 70%;
}
.navbar-brand {
  margin-right: 32px;
}
.nav-main li.active a {
  color: #3000EB;
}
.navbar-nav.nav-main > li > a:hover {
  color: #3000EB;
}
.context-info h1.heading {
  margin: 0 0 5px 0;
  font-size: 25px;
  line-height: 1.3;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: 70%;
}
.org-home-title {
  color: black;
}
.additional-info th {
  font-weight: 300;
}
.additional-info > .table > thead {
  background: #E0E0E0;
}
.additional-info > .table > tbody {
  background: #F4F4F4;
}
.additional-info > .table > tbody {
  vertical-align: inherit;
  background: #F4F4F4;
}
.table > :not(:first-child) {
  border-top: none;
}
.additional-info .table td,
.additional-info .table th {
  border-left: none !important;
  border-right: none !important;
}
button.accordion-button {
  background: #F4F4F4 !important;
  color: #000000;
  box-shadow: none;
}
button.accordion-button.no-after {
  color: black;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: #231BE2;
  background-color: transparent;
  box-shadow: none;
  font-weight: 700;
}
.accordion-button.collapsed {
  color: black;
  background-color: transparent;
  box-shadow: none;
}
.accordion-body .text-secondary {
  color: black !important;
}
.actions a.btn,
.dt-btn-download {
  background: #F6F4EE;
  border-radius: 1em;
  padding: 0.5em 1.5em;
  color: black;
  font-weight: 500;
  border: none;
  box-shadow: unset;
  height: auto;
}
.actions a.btn:hover {
  background: #F0ECE1;
}
.actions a.btn.btn-default:hover {
  background: #F0ECE1 !important;
}
.actions .fa {
  color: #231BE2;
}
i.fa-solid {
  color: #231BE2;
}
.actions i.fa.fa-object-group,
.actions i.fa.fa-arrows-alt,
.actions i.fa.fa-flask {
  display: none;
}
.ckanext-datapreview a.btn {
  background: #231BE2;
  border-radius: 1em;
  padding: 0.5em 1.5em;
  color: white;
  border: none;
  box-shadow: unset;
}
.ckanext-datapreview a.btn:hover {
  background: #221be2d2;
}
.ckanext-datapreview a.btn.btn-filter {
  background: transparent;
  color: #231BE2;
  border: 1px solid #231BE2;
  border-radius: 2rem;
  box-shadow: none;
}
.ckanext-datapreview a.btn.btn-filter:hover {
  background: rgba(48, 0, 235, 0.04);
  color: #231BE2;
  border: 1px solid #231BE2;
}
table.dataTable > tbody > tr:hover {
  background: #1b67e2;
}
table.dataTable > tbody > tr:hover td {
  color: white !important;
}
table.dataTable > tbody > tr:hover td.dtfc-fixed-left {
  background: #1b67e2 !important;
  color: white !important;
}
.resourceinfo a {
  color: #231BE2;
}
li.paginate_button.page-item.active a {
  background: #231BE2;
}
li.paginate_button.page-item a {
  color: #231BE2;
}
.module-resource {
  border-bottom: none;
}
.module-content .table td,
.module-content .table th {
  border-left: none !important;
  border-right: none !important;
}
.module-content th {
  font-weight: 500;
}
.module-content > .table > thead {
  background: #E0E0E0;
}
.module-content > .table > tbody {
  background: #F4F4F4;
}
.module-content > .table > tbody {
  vertical-align: inherit;
  background: #F4F4F4;
}
#graph-section {
  background: white;
}
#news-section {
  background: white;
}
.news-content {
  max-width: 696px;
  width: 100%;
  min-width: 0;
}
.single-news-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.news-content iframe {
  display: block;
  max-width: 100%;
  width: 100% !important;
}
#news-section-spacing {
  margin-bottom: 16px;
}
#news-subheading {
  width: 60%;
  margin-bottom: 40px;
}
.news-search-container {
  margin: 54px 0 24px 0;
}
.news-search-container .search-form {
  border-bottom: none;
}
#news-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
}
.news-front-search {
  background: url('/cat_img/search.svg') no-repeat 10px center;
  padding-left: 35px;
  background-size: 16px 16px;
}
.news-description {
  margin-bottom: 32px;
}
.news-link {
  color: var(--text-primary, #3000EB);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.news-link:hover {
  color: var(--text-primary, #3000EB);
  text-decoration: underline;
  text-underline-offset: 8px;
}
#all-news-section {
  width: 60%;
  margin: 48px auto 0 auto;
}
#all-news-section.all-news-page-full-width {
  width: 100%;
  margin: 48px 0 0 0;
}
#all-news-section .page-list.page-container {
  display: block;
  margin-top: 0px !important;
}
.all-news-list-item {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}
.all-news-featured-badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  padding: 2px 10px;
  border-radius: 40px;
  background-color: var(--button-button-tertiary, rgba(48, 0, 235, 0.1));
  color: var(--text-text-primary, #161616);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}
.all-news-private-badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  padding: 2px 10px;
  border-radius: 40px;
  background-color: rgba(var(--bs-secondary-rgb), 0.12);
  color: rgb(var(--bs-secondary-rgb));
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}
.all-news-content {
  flex: 1;
  padding: 8px 0;
}
#all-news-section-spacing {
  text-transform: initial;
}
.all-news-load-more-wrapper {
  display: flex;
  justify-content: center;
}
.all-news-load-more-btn {
  display: flex;
  height: 48px;
  padding: var(--spacing-03, 8px) var(--spacing-06, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-round, 40px);
  border: 1px solid var(--button-button-tertiary, rgba(48, 0, 235, 0.4));
  color: var(--text-text-primary, #161616);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}
.all-news-load-more-btn:hover {
  display: flex;
  height: 48px;
  padding: var(--spacing-03, 8px) var(--spacing-06, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-round, 40px);
  background: var(--button-button-tertiary-hover, rgba(48, 0, 235, 0.05));
  color: var(--text-text-primary, #161616);
  text-decoration: none;
}
.all-news-load-more-btn:focus,
.all-news-load-more-btn:active,
.all-news-load-more-btn:visited {
  color: var(--text-text-primary, #161616);
  text-decoration: none;
}
.all-news-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all-news-pager-slot {
  display: flex;
  flex: 1;
}
.all-news-pager-slot.is-prev {
  justify-content: flex-start;
}
.all-news-pager-slot.is-next {
  justify-content: flex-end;
}
.all-news-date {
  color: var(--Text-text-secondary, #525252);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  /* 19.92px */
  letter-spacing: 0.4px;
  margin: 4px 0;
}
.all-news-title {
  color: var(--Text-text-primary, #161616);
  font-family: var(--body-medium-bold-font, Inter);
  font-size: var(--body-medium-bold-size, 16px);
  font-style: normal;
  font-weight: var(--body-medium-bold-weight, 600);
  line-height: var(--body-medium-bold-line-height, 22px);
  letter-spacing: var(--body-medium-bold-letter-spacing, 0.16px);
  margin-bottom: 4px;
}
.all-news-description {
  color: var(--Text-text-secondary, #525252);
  margin-bottom: 0;
  font-family: var(--body-small-font, Inter);
  font-size: var(--body-small-size, 14px);
  font-style: normal;
  font-weight: var(--body-small-weight, 400);
  line-height: var(--body-small-line-height, 20px);
  /* 142.857% */
  letter-spacing: var(--body-small-letter-spacing, 0.16px);
}
.ckanext-pages-content h1,
h2,
h3,
h4,
h5,
h6 {
  color: black !important;
  text-transform: initial !important;
  font-weight: 700;
}
.all-arrow-link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
}
.all-arrow-link-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
}
.search-box {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 0.5rem 1rem;
}
.search-box input {
  border: none;
  outline: none;
  font-size: 1rem;
  flex-grow: 1;
  margin-left: 10px;
  width: 100%;
}
.search-icon {
  font-size: 24px;
  opacity: 0.6;
}
.btn-filter {
  border: 1px solid #231BE2;
  background: transparent;
  color: #231BE2;
  height: 48px;
  padding: 0.5rem 1.25rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-filter:hover {
  background: rgba(48, 0, 235, 0.04);
  border: 1px solid #231BE2;
  color: #231BE2;
}
i.fas.fa-arrow-right.fa-primary {
  color: #3000EB;
}
.primary-link {
  color: #3000EB;
  text-underline-offset: 8px;
}
.primary-link:hover {
  color: #101C8B;
  text-decoration-skip-ink: auto;
}
.link-icon {
  margin-left: 8px;
}
.link-icon-alt {
  margin-right: 8px;
}
.link-text {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.page-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2.5em;
  box-sizing: border-box;
  align-items: stretch;
  padding-left: 0 !important;
  margin-bottom: 48px;
}
/* Tablet view (≤ 992px) → 2 columns */
@media (max-width: 992px) {
  .page-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
/* Mobile view (≤ 576px) → 1 column */
@media (max-width: 576px) {
  .page-container {
    grid-template-columns: 1fr !important;
  }
}
.item-wrapper {
  display: flex;
  flex-direction: column;
}
.item-image {
  width: 200px;
}
.item-text {
  min-width: 0;
}
.arrow-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background 0.3s, transform 0.2s;
  text-decoration: none;
}
.arrow-link:hover {
  background-color: rgba(48, 0, 235, 0.04);
}
.arrow-link i {
  pointer-events: none;
}
.row.org-item {
  width: 100%;
}
.media-heading {
  color: #000000;
}
.media-description {
  color: #000000;
}
.count {
  color: #231BE2;
}
header.module-content.page-header {
  background: white;
}
.page-header .nav-tabs li {
  border-right: 1px solid #C6C6C6;
}
.page-header .nav-tabs li:last-child {
  border-right: none;
}
.page-header .nav-tabs li a {
  padding: 10px 15px;
  color: black;
  font-weight: 700;
}
.page-header .nav-tabs li.active a {
  color: #231BE2;
}
.page-header .nav-tabs li.active a,
.page-header .nav-tabs a:hover {
  border: unset;
  background-color: unset;
  border-bottom-color: unset;
}
.page-header {
  border-bottom: none;
}
.main .secondary {
  background: #ffffff;
}
h1.heading {
  text-align: center;
}
.pages-header,
.pages-heading {
  color: #231BE2 !important;
}
.pages-heading {
  margin-bottom: 0.7em;
}
.ckanext-pages-content .muted {
  color: #000000;
}
.panel-pages {
  background-color: #231BE2 !important;
}
.pages-a:hover {
  color: #fff;
}
.footer-site {
  padding: 5% 3%;
  background: #171717;
  color: #fff;
  flex-shrink: 0;
}
.pill {
  background-color: #231BE2;
}
.tag-list {
  background-color: transparent;
  border: none;
}
.footer-section p a {
  color: white;
}
.svk-container {
  padding: 32px 48px;
}
.news-card {
  background-color: #f4f4f4;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card-image img {
  width: 100%;
  height: 293px;
  object-fit: cover;
  display: block;
}
.card-image-alt {
  border-radius: 6px;
  margin-bottom: 8px;
}
.card-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.card-content-alt {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #f4f4f4;
  border-radius: 0 6px 6px 0;
}
.card-hover-wrapper:hover .card-content-alt {
  background: #e8e8e8;
}
.arrow-link-container {
  margin-top: 32px;
}
#tag-section {
  padding: 0;
}
.tag-section-spacing {
  margin: 16px 0 8px 0;
}
section#tag-section .wrap {
  margin: auto;
  margin-left: 10%;
  margin-right: 10%;
}
#tag-section .card {
  background: #f4f4f4;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  padding: 0;
}
#tag-section .card-body {
  padding: 24px;
  flex-direction: column;
  flex-grow: 1;
}
.tag-dataset-count {
  display: flex;
  padding: 7px 10px;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 4px;
  margin: 4px;
}
.org-icons {
  width: 88px;
  height: 88px;
}
#tag-section .row {
  display: flex;
  flex-wrap: wrap;
}
#tag-section [class*="col-"] {
  display: flex;
}
#tag-section .card {
  flex-grow: 1;
}
.tag-description {
  margin-bottom: 100px;
}
.hero-blog img.card-image-alt {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 6px 0 0 6px;
  margin-bottom: 0;
}
.hero-blog .col-md-5,
.hero-blog .col-md-7 {
  display: flex;
}
.hero-blog .card-image,
.hero-blog .card-content-alt {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.package-badge-group {
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--brand-svk-yellow-600, #FFC70F);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.package-badge-category {
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--brand-svk-red-300, #FAD4D4);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.dataset-resources {
  display: flex;
  gap: 8px;
  margin: 8px 0;
}
.resource-item {
  padding: 10px 10px 25px 60px;
}
#dtprv_length select.form-select.form-select-sm {
  padding: 16px 12px;
  min-width: 150px;
  border-radius: 6px;
  margin: 0 8px;
}
.resource-view-filters .btn.btn-primary {
  height: 48px;
  padding: var(--spacing-03, 8px) var(--spacing-06, 24px);
  border-radius: 40px;
  align-self: flex-end;
}
.dataTables_info {
  font-weight: 600;
}
.main-navbar {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.nav-main {
  display: flex;
}
.nav-main .nav-link {
  padding: 0;
  line-height: 44px;
  font-weight: 500;
  color: #333;
}
.navbar-right {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
.navbar-right .nav-link,
.navbar-right .dropdown-toggle {
  padding: 0;
  line-height: 44px;
  font-weight: 500;
}
.search-wrapper {
  position: relative;
  height: 44px;
}
.header-site-search {
  height: 44px;
  padding-left: 40px;
  border-radius: 999px;
  border: 1px solid #ddd;
}
.search-wrapper i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #2f2fff;
}
.nav-main li {
  margin-right: 32px;
}
.nav-main .nav-link {
  padding: 0;
  line-height: 44px;
  font-weight: 500;
  color: #333;
}
.navbar-right .nav-link,
.navbar-right .dropdown-toggle {
  padding: 0;
  line-height: 44px;
  font-weight: 500;
}
.search-wrapper {
  position: relative;
  height: 44px;
}
.search-wrapper i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #2f2fff;
}
ul.nav-main li a {
  color: #525252;
  text-decoration: none;
  text-transform: capitalize;
  font-family: var(--label-small-font, Inter);
  font-size: var(--label-small-size, 14px);
  font-style: normal;
  font-weight: var(--label-small-weight, 600);
  line-height: var(--label-small-line-height, 18px);
  letter-spacing: var(--label-small-letter-spacing, 0.16px);
}
ul.nav-main li a:hover {
  color: #525252;
}
.masthead .nav-main ul li:hover a,
.masthead .nav-main ul li:focus a,
.masthead .nav-main ul li.active a {
  border-radius: 0.3rem;
  background-color: unset;
}
.nav-tabs .nav-link,
.page-header .nav-tabs li a {
  border: none;
}
.nav-tabs .nav-link,
.page-header .nav-tabs li a:hover {
  color: var(--text-primary);
}
.module-narrow .nav-item.active > a,
.module-narrow .nav-aside li.active a {
  color: black;
  background-color: #BFBABA;
}
.module-narrow .nav-item.active > a,
.module-narrow .nav-aside li.active a:hover {
  color: black !important;
  background-color: #BFBABA !important;
}
.module-narrow .nav-item.active > a:before,
.module-narrow .nav-aside li.active a:before {
  border: 30px solid transparent;
  border-right: none;
  border-left-color: #BFBABA;
  border-left-width: 6px;
}
.module-narrow .module-heading,
.module-narrow .module-content,
.module-narrow .module-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.module-narrow .nav-item > a,
.module-narrow .nav-aside li a {
  padding-bottom: 20px;
  padding-top: 20px;
}
.nav-simple,
.nav-aside {
  background: #F4F4F4;
}
.navbar-right .nav-link,
.navbar-right .dropdown-toggle {
  padding: 0;
  color: #525252 !important;
  text-decoration: none;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
i.fa.fa-search.fa-primary {
  color: var(--text-primary);
}
div.resourceinfo {
  display: flex !important;
  margin: 1rem 0;
  gap: 0.2rem;
}
.module-resource .actions {
  float: none;
  position: inherit;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
  padding: 20px;
  width: 100%;
}
.media-item {
  width: auto;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1.25rem;
}
.media-image {
  width: 100%;
  height: 140px;
  object-fit: contain;
  margin-bottom: 1rem;
}
.media-description {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .media-grid {
    grid-template-columns: 1fr;
  }
}
.stages li.active .highlight {
  background: var(--text-primary);
}
.stages li.active:before {
  color: var(--text-primary);
}
.additional_info_ul {
  margin-bottom: 0px;
}
.additional_info_li {
  line-height: 1.2;
  margin-bottom: 5px;
}
.additional_info_lsf {
  font-size: 0.875rem;
}
.word_break_all {
  word-break: break-all;
}
.svk-markdown-value,
.svk-markdown-value p,
.svk-markdown-value a,
.svk-markdown-value em,
.svk-markdown-value strong,
.svk-markdown-value li,
.svk-markdown-value ul,
.svk-markdown-value ol {
  font-size: var(--bs-body-font-size);
}
.svk-markdown-value p:last-child {
  margin-bottom: 0;
}
.technical_schema {
  cursor: pointer;
  color: var(--text-primary);
}
.technical_schema_content {
  background: #f9f9f9;
  padding: 5px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  word-break: break-all;
  max-height: 400px;
  overflow-y: auto;
}
.filters-row-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 20px;
}
.filters-layout-wrapper {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
}
.filters-layout-row {
  display: flex;
  width: 100%;
}
.filters-layout-row-fields {
  display: block;
}
.filters-layout-row-actions {
  width: 100%;
}
.filters-row-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.resource-view-filter-selector {
  max-width: 360px;
  margin-bottom: 12px;
}
.date-filter-section {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.date-filter-container {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: nowrap;
}
.date-separator {
  display: none;
}
.floating-label-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.floating-input {
  padding: 12px 12px 8px 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-family: Inter !important;
  background: white !important;
  transition: border-color 0.2s ease;
  min-width: 180px;
}
.floating-label {
  position: absolute;
  left: 8px;
  top: -8px;
  background: white;
  padding: 0 4px;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #525252 !important;
  pointer-events: none;
  transition: all 0.2s ease;
}
.floating-input:focus {
  outline: none;
  border-color: var(--primary-button, #3000EB) !important;
  box-shadow: 0 0 0 2px rgba(48, 0, 235, 0.1);
}
.floating-input:focus + .floating-label {
  color: var(--primary-button, #3000EB) !important;
}
.floating-input:hover {
  border-color: #aaa !important;
}
.filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.operator-select {
  width: 70px;
  height: 34px;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
}
.filter-input-wrapper {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  #content.container {
    margin: 0 !important;
  }
  #all-news-section {
    width: 100%;
    margin: 48px 0 0 0;
  }
  .row.wrapper {
    display: flex;
    flex-direction: column;
  }
  .row.wrapper .secondary {
    order: 2;
  }
  .row.wrapper .primary {
    order: 1;
  }
}
#dtprv_filter {
  display: none !important;
}
.btn-tabledesigner {
  display: none !important;
}
.resource-view-filters .resource-view-filter-values .select2-container {
  width: 100% !important;
}

.theme-color-agri_food_trade {
  color: #02537e;
}
.theme-color-animal_health_and_welfare {
  color: #10795f;
}
.theme-color-cap {
  color: #490650;
}
.theme-color-forestry {
  color: #5d6e2b;
}
.theme-color-corporate {
  color: #464d61;
}
.theme-color-climate {
  color: #fc6325;
}
.theme-color-land_use {
  color: #9b8238;
}
.theme-color-safe_food {
  color: #9db400;
}
.theme-color-sustainable_seafood {
  color: #57a9fc;
}
