﻿@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body {
    font-family: "Poppins"
}

body.homepage-body {
    background-size: cover;
    background-repeat: no-repeat
}

body {
    opacity: 0;
    animation: fadeIn .5s ease-in-out forwards
}

.container {
    max-width: 1320px !important
}

.search-bar-home,
.search-bar {
    display: flex;
    justify-content: center;
    transition: .3s all ease
}

.search-bar-home form,
.search-bar form {
    width: 100%
}

@media(min-width: 768px) {

    .search-bar-home form,
    .search-bar form {
        width: 50%
    }
}

.search-bar-home form .input-group,
.search-bar form .input-group {
    border-radius: 2rem
}

.search-bar-home form .input-group input,
.search-bar form .input-group input {
    box-shadow: none;
    font-size: 1rem;
    padding: .75rem 1rem .75rem 3.5rem;
    border-width: 2px;
    border-style: solid;
    border-color: #00a651;
    border-image: initial;
    border-radius: 2rem !important;
    outline: none;
    transition: border-color .3s
}

.search-bar-home form .search-icon,
.search-bar form .search-icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    color: #00a651;
    font-size: 1.2rem;
    z-index: 100
}

.search-bar-home form .search-icon img,
.search-bar form .search-icon img {
    width: 19px;
    height: 19px
}

.search-bar-home:focus-within span,
.search-bar:focus-within span {
    border-color: #4caf4f
}

.search-bar-home .see-tags,
.search-bar .see-tags {
    float: right;
    margin-bottom: 15px
}

.search-bar-home .see-tags a,
.search-bar .see-tags a {
    color: #4caf4f
}

.search-bar-home .see-items,
.search-bar .see-items {
    float: left;
    margin-bottom: 15px
}

.search-bar-home .see-items a,
.search-bar .see-items a {
    color: #4caf4f
}

.search-bar-home:hover input,
.search-bar:hover input {
    box-shadow: 0 0 5px rgba(76, 175, 79, .5)
}

.search-bar {
    margin-bottom: 3rem
}

.homepage h3 {
    font-size: 32px;
    font-weight: 700
}

.homepage .header-title {
    padding: 5%;
    max-width: 80%
}

@media(max-width: 767px) {
    .homepage .header-title {
        max-width: 100%
    }
}

.homepage .header-title {
    margin: 0 auto
}

.homepage .header-title h1 {
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    color: #3f3f3f
}

.homepage .header-title h1 span {
    color: #4caf4f
}

@media(max-width: 767px) {
    .homepage .header-title h1 {
        font-size: 30px
    }
}

.homepage .header-title p {
    font-size: 30px;
    text-align: center;
    line-height: 1.4
}

@media(max-width: 767px) {
    .homepage .header-title p {
        font-size: 20px
    }
}

.homepage .tab-container {
    border-bottom: 2px solid #ddd;
    overflow-x: auto;
    overflow-y: hidden
}

.homepage .tab-container .tabs-d4science {
    display: flex;
    cursor: pointer;
    position: relative;
    width: 62%;
    gap: 10px
}

.homepage .tab-container .tabs-d4science .tab {
    flex: 1;
    padding: 10px 15px 10px 0px;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    transition: .3s all ease;
    color: #a7cb9a
}

.homepage .tab-container .tabs-d4science .tab.active {
    color: #4caf4f;
    font-weight: bold
}

.homepage .tab-container .tabs-d4science .tab.active .tab-icon {
    filter: invert(53%) sepia(31%) saturate(664%) hue-rotate(164deg) brightness(93%) contrast(88%)
}

.homepage .tab-container .tabs-d4science .indicator {
    position: absolute;
    bottom: -2px;
    height: 4px;
    width: 18%;
    background-color: #4caf4f;
    transition: transform .3s ease, width .3s ease
}

.homepage .tab-container .tabs-d4science .tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd
}

.homepage .tab-container .tabs-d4science .tab-content.active {
    display: block
}

.homepage .browse {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px
}

.homepage .chip-1,
.homepage .chip-2 {
    height: 40px;
    border: 2px solid #000;
    margin: 5px auto
}

.homepage #search-for-organizations .card-tab,
.homepage #search-for-groups .card-tab,
.homepage #search-for-types .card-tab {
    height: 200px;
    border-radius: 8px;
    border: 2px solid #4caf4f;
    transition: all .3s ease
}

.homepage #search-for-organizations .card-tab:hover,
.homepage #search-for-groups .card-tab:hover,
.homepage #search-for-types .card-tab:hover {
    background-color: #eff5fa
}

.homepage #search-for-organizations .card-content,
.homepage #search-for-groups .card-content,
.homepage #search-for-types .card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 700;
    padding: 16px
}

.homepage #search-for-organizations .card-content .image-content,
.homepage #search-for-groups .card-content .image-content,
.homepage #search-for-types .card-content .image-content {
    height: 80px
}

.homepage #search-for-organizations .card-content .image-content img,
.homepage #search-for-groups .card-content .image-content img,
.homepage #search-for-types .card-content .image-content img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.homepage #search-for-organizations .card-content p,
.homepage #search-for-groups .card-content p,
.homepage #search-for-types .card-content p {
    min-width: 20px;
    margin: 0 auto;
    background: #4caf4f;
    border-radius: 5px;
    color: #fff;
    padding: 0px 8px
}

.homepage .stats h2 {
    color: #3f3f3f;
    font-weight: 700;
    font-size: 38px
}

.homepage .stats h2 span {
    color: #4caf4f
}

.homepage .stats .stat-item .stat-label {
    font-size: 26px;
    color: #4e4e4f
}

.homepage .stats .stat-item .stat-number {
    font-size: 52px;
    font-weight: 700;
    color: #4caf4f;
    margin-right: 4px
}

.homepage .format-tab .format-list,
.homepage .format-tab .tag-list-custom,
.homepage .tags-tab .format-list,
.homepage .tags-tab .tag-list-custom {
    display: flex;
    flex-flow: row wrap;
    gap: 16px
}

.homepage .format-tab .format,
.homepage .format-tab .tag,
.homepage .tags-tab .format,
.homepage .tags-tab .tag {
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #4caf4f;
    border-radius: 8px;
    background-color: #eff5fa;
    text-decoration: none;
    transition: all .3s ease;
    padding: 10px
}

.homepage .format-tab .format a,
.homepage .format-tab .tag a,
.homepage .tags-tab .format a,
.homepage .tags-tab .tag a {
    color: #4caf4f;
    font-weight: 700
}

.homepage .format-tab .format:hover,
.homepage .format-tab .tag:hover,
.homepage .tags-tab .format:hover,
.homepage .tags-tab .tag:hover {
    background-color: #4caf4f;
    border: 1px solid #eff5fa
}

.homepage .format-tab .format:hover a,
.homepage .format-tab .tag:hover a,
.homepage .tags-tab .format:hover a,
.homepage .tags-tab .tag:hover a {
    color: #eff5fa;
    font-weight: 700;
    text-decoration: none
}

.stats {
    display: flex;
    gap: 40px;
    justify-content: end;
    padding: 0px 1.5rem
}

.stats .stat-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform .3s ease
}

.stats .stat-item-link:hover {
    transform: scale(1.2)
}

.stats .stat-item-link .stat-item {
    display: flex;
    align-items: center;
    flex-direction: column
}

.stats .stat-item-link .stat-item .stat-label {
    font-size: 12px;
    color: #4e4e4f
}

.stats .stat-item-link .stat-item .stat-number {
    font-size: 20px;
    font-weight: 700;
    color: #4caf4f;
    margin-right: 4px
}

.toolbar .home span {
    display: block;
    color: #4caf4f;
    font-weight: 700
}

.main .secondary {
    padding-right: 0px !important
}

.filters {
    min-height: 800px
}

.filters .refine-filters-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 0
}

.filters .refine-filters-box i {
    color: #94388b;
    margin-right: 5px
}

.filters .refine-filters-box strong {
    color: #4caf4f
}

.filters .geonet-custom .module-heading {
    color: #4e4e4f;
    font-weight: 700;
    font-size: 16px;
    background-color: rgba(182, 225, 161, 0.0901960784);
    border: 1px solid #4caf4f
}

.filters .clear-all a {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #717171;
    text-decoration: none;
    transition: all .3s ease
}

.filters .clear-all a i {
    color: #717171;
    transition: all .3s ease
}

.filters .clear-all a:hover {
    color: #4caf4f
}

.filters .clear-all a:hover i {
    color: #4caf4f
}

.filters .accordion {
    margin-top: 8px
}

.filters .accordion .accordion-item {
    border: 0
}

.filters .accordion .accordion-item .accordion-body {
    padding: 0;
    margin-top: 4px
}

.filters .accordion .accordion-item .accordion-body ul li {
    border-radius: 0px;
    border: none
}

.filters .accordion .accordion-item .accordion-body ul li:not(:last-child) {
    border-bottom: 1px solid #f1f2f2 !important
}

.filters .accordion .accordion-item .accordion-body ul li:last-child {
    border-bottom: none !important
}

.filters .accordion .accordion-item .accordion-body ul li .delete {
    display: none
}

.filters .accordion .accordion-item .accordion-body ul li .badge {
    height: 20px
}

.filters .accordion .accordion-item .accordion-body ul li.active {
    background-color: #4caf4f;
    border: none
}

.filters .accordion .accordion-item .accordion-body ul li.active .delete {
    display: block
}

.filters .accordion .accordion-item .accordion-body ul li.active a {
    color: #fff
}

.filters .accordion .accordion-item .accordion-body ul li.active a span {
    background-color: rgba(241, 242, 242, .2);
    color: #fff
}

.filters .accordion .accordion-item .accordion-body ul li.active:hover {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    transition: .3s all ease
}

.filters .accordion .accordion-item .accordion-body ul li.active:hover a {
    text-decoration: none;
    color: #4e4e4f;
    transition: .3s all ease
}

.filters .accordion .accordion-item .accordion-body ul li.active:hover a span {
    background-color: #f1f2f2;
    color: #4e4e4f
}

.filters .accordion .accordion-item .accordion-body ul li:hover {
    background-color: #4caf4f;
    border: none;
    transition: .3s all ease
}

.filters .accordion .accordion-item .accordion-body ul li:hover a {
    text-decoration: none;
    color: #fff;
    transition: .3s all ease
}

.filters .accordion .accordion-item .accordion-body ul li:hover a span {
    background-color: rgba(241, 242, 242, .2);
    color: #fff
}

.filters .accordion .accordion-item .accordion-body ul li a {
    display: flex;
    justify-content: space-between;
    color: #4e4e4f;
    font-weight: 700
}

.filters .accordion .accordion-item .accordion-body ul li a span {
    background-color: #f1f2f2;
    color: #4e4e4f
}

.filters .accordion .accordion-item .accordion-body .see-all {
    color: #4caf4f;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 16px !important
}

.filters .accordion .accordion-item .accordion-body .see-all:hover {
    color: #a7cb9a
}

.filters .accordion .accordion-item .accordion-body .see-all:focus {
    box-shadow: none
}

.filters .accordion .accordion-item .accordion-button {
    color: #4e4e4f;
    font-weight: 700;
    font-size: 16px;
    background-color: rgba(182, 225, 161, .0901960784);
    border: 1px solid #4caf4f;
    border-radius: 8px
}

.filters .accordion .accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='green' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    transition: .3s all ease;
    color: #4caf4f
}

.filters .accordion .accordion-item .accordion-button:focus {
    box-shadow: none
}

.filters .accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none
}

.filters .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg)
}

.label-acquired {
    background-color: #55a1ce
}

.label-owner {
    background-color: #e0051e
}

.divider {
    margin-left: 10px;
    height: auto;
    display: inline-block
}

.required-access {
    font-style: italic;
    font-weight: bold;
    padding: 5px
}

.main {
    background-color: #fff
}

.main .wrapper {
    border: none;
    box-shadow: none
}

.main .toolbar .breadcrumb .active a {
    font-weight: normal
}

.d4s_modal {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.d4s_modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -225px;
    width: 450px
}

.d4s_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-left: 20px
}

.d4s_close:hover,
.d4s_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.d4s_div_clickable {
    cursor: pointer
}

.dataset-content {
    position: relative;
    padding: 40px 16px 12px 16px;
    border: 1px rgba(0, 0, 0, 0);
    border-radius: 8px;
    background-color: #fdfdfd
}

.dataset-content a:hover {
    text-decoration: none;
    color: #4caf4f;
    transition: all .3s ease
}

.dataset-resources {
    list-style: none;
    padding-left: 16px;
    border-radius: 8px
}

.dataset-resources .label {
    background-color: #eff5fa;
    color: #4caf4f;
    padding: 3.5px 8px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .3s ease;
    font-size: 16px
}

.dataset-resources .label:hover {
    color: #eff5fa;
    background-color: #4caf4f
}

.dataset-resources .dataset-private {
    background-color: #fdfdfd;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    border-radius: 4px;
    padding: 3.5px 8px;
    box-sizing: border-box
}

.button__badge {
    position: absolute;
    justify-content: center;
    align-items: center;
    min-width: 140px;
    display: flex;
    height: 35px;
    top: 0px;
    right: 0px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 0px 8px 0px 8px;
    gap: 4px;
    padding: 0px 4px;
    text-transform: capitalize;
    white-space: nowrap
}

.dataset-item {
    position: relative;
    background-color: #fdfdfd;
    border-bottom: .5px solid #4caf4f;
    border-top: .5px solid #4caf4f;
    margin-bottom: 0
}

.dataset-item:last-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3
}

.show_meatadatatype {
    color: #fff;
    float: right;
    top: 0;
    right: 0;
    position: absolute
}

.dataset-heading {
    width: 85%;
    font-size: 18px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.dataset-heading .badge {
    background-color: #4caf4f;
    text-transform: capitalize;
    gap: 4px
}

#dataset-resources .resource-list {
    background-color: #fdfdfd !important;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    box-shadow: none !important;
    margin: -1px 0 !important
}

.info-item {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-bottom: 6px
}

.info-item i {
    color: #4caf4f;
    margin-right: 3px
}

.pagination-wrapper .page-item.active {
    background-color: #a7cb9a;
    border-radius: .25rem
}

.pagination-wrapper .page-item.active .page-link {
    color: #fff;
    background-color: #4caf4f;
    border-color: #4caf4f
}

.pagination-wrapper .page-item .page-link {
    color: #000
}

.label[data-format=csw],
.label[data-format*=csw] {
    background-color: #e6b800
}

.popupD4SNoArrow {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.popupD4SNoArrow .popuptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -150px
}

.popupD4SNoArrow .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.popupD4S {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.popupD4S .popuptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -150px
}

.popupD4S .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.popupD4S .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.header_custom {
    background-color: rgba(0, 0, 0, 0);
    padding: 16px;
    box-shadow: 0px 4px 8px 0px rgba(171, 190, 209, .4);
    margin-bottom: 60px
}

.header_custom li {
    margin: 0 10px
}

.header_custom li a {
    color: #3f3f3f;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.header_custom li a:hover {
    transition: all .3s ease;
    text-decoration: none;
    color: #4caf4f
}

.header_custom li:hover a.access,
.header_custom li:hover i.access-icon {
    transition: all .3s ease;
    text-decoration: none;
    color: #4caf4f
}

.header_custom .login {
    display: flex;
    align-items: center
}

.header_custom .login img {
    width: 16px
}

.header_custom .login {
    gap: 5px
}

.header_custom .logo img {
    width: 200px
}

.footer {
    text-align: center;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    bottom: 0;
    width: 100%
}

.footer .text-footer {
    text-align: left
}

.footer .container {
    padding: 0 20px
}

.footer .powered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

@media(min-width: 768px) {
    .footer .powered {
        flex-direction: row;
        justify-content: end
    }
}

.footer .nav {
    padding-bottom: 1rem
}

.footer .nav .nav-link {
    color: #9a9a9a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all .3s ease
}

.footer .nav .nav-link:hover {
    color: #495057
}

@media(max-width: 767px) {
    .footer .nav .nav-link {
        padding: 5px 0;
        text-align: center
    }

    .footer .nav .nav {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.footer .eufunded-container {
    flex-direction: column
}

@media(min-width: 768px) {
    .footer .eufunded-container {
        flex-direction: row
    }
}

.footer img {
    vertical-align: middle
}

.footer img.eufunded {
    width: 100%;
    max-width: 400px
}

@media(min-width: 768px) {
    .footer img.eufunded {
        max-width: 400px
    }
}

.footer img.eufunded {
    height: auto
}

.footer img.d4science {
    width: 100%;
    max-width: 128px;
    height: auto
}

.footer .text-footer {
    font-size: 13px;
    line-height: 18px;
    text-align: justify
}

@media(min-width: 768px) {
    .footer .text-footer {
        font-size: 14px;
        line-height: 20px
    }
}

.footer .disclaimer {
    font-size: 12px;
    line-height: 16px;
    margin: 15px 0
}

@media(min-width: 768px) {
    .footer .disclaimer {
        font-size: 14px;
        line-height: 20px
    }
}

.institutional-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .1);
    transition: opacity .3s ease, transform .3s ease
}

.institutional-footer.hidden {
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none
}

.institutional-footer img {
    max-height: 50px
}

.component-list {
    width: 100%
}

.component-list .component-item {
    height: 100%;
    border-radius: 8px;
    border: 2px solid #4caf4f;
    transition: all .3s ease;
    padding: 20px
}

.component-list .component-item:hover {
    background-color: #eff5fa
}

.component-list .component-item a {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 7px;
    text-decoration: none;
    height: 100%
}

.component-list .component-item a .media-description {
    height: 40px
}

.component-list .component-item a .image-height {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.component-list .component-item a .image-height img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.component-list .component-item a .image-height i {
    font-size: 60px;
    line-height: 75px;
    color: #4caf4f
}

.component-list .component-item a .datasets-count {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    min-width: 20px;
    background: #4caf4f;
    border-radius: 5px;
    color: #fff;
    padding: 0px 8px
}

.add-to-group .form-select {
    width: 40%
}

.add-to-group .btn {
    margin-top: 20px
}

.order-by-button {
    border: .892px solid #4caf4f;
    border-radius: 4px;
    color: #4caf4f;
    transition: all .3s ease;
    box-shadow: none
}

.order-by-button:hover {
    background-color: #eff5fa;
    color: #4caf4f
}

.order-by-button:focus,
.order-by-button:active,
.order-by-button:active:focus {
    box-shadow: none
}

.dropdown-item.active {
    background-color: #4caf4f
}

.dropdown-item.active:active {
    background-color: #4caf4f
}

.dropdown-item.active:hover {
    background-color: #eff5fa
}

.btn-primary {
    background-color: #4caf4f;
    border-color: #4caf4f
}

.btn-primary:hover {
    background-color: #eff5fa;
    color: #4caf4f
}

.breadcrumb a {
    text-decoration: none
}

.breadcrumb a:hover {
    color: #4caf4f
}

.hidden-breadcrumb {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.show-breadcrumb {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.header-details {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-details ul {
    display: flex;
    gap: 26px;
    border-bottom: none
}

.header-details ul li {
    padding: 10px;
    border-radius: 8px;
    transition: .3s all ease
}

.header-details ul li.active {
    background-color: #a7cb9a
}

.header-details ul li.active a {
    color: #fff
}

.header-details ul li.active:hover a {
    color: #fff
}

.header-details ul li:hover a {
    color: #4caf4f
}

.header-details ul li a {
    color: #3f3f3f;
    text-decoration: none;
    transition: .3s all ease
}

.header-details .manage a {
    transition: .3s all ease;
    color: #3f3f3f;
    background-color: #fff
}

.header-details .manage a:hover {
    color: #fff;
    background-color: #4e4e4f !important
}

.search-form {
    border-bottom: none
}

.org-details-img,
.group-details-img {
    display: flex !important;
    justify-content: center
}

.org-details-img i,
.group-details-img i {
    font-size: 105px;
    line-height: 150px;
    color: #3d85c6
}

.format-label {
    text-indent: -900em;
    background: url(../../../catalog/base/images/sprite-resource-icons.png) no-repeat 0 0
}

.nums {
    display: flex;
    gap: 30px;
    align-items: center
}

.nums .followers,
.nums .datasets {
    display: flex;
    align-items: center;
    gap: 8px
}

.nums .counter {
    font-size: 32px;
    font-weight: 700;
    color: #3d85c6
}

.nums .text {
    font-size: 18px;
    font-weight: 300;
    color: #a7cb9a
}

.follow_button a {
    display: inline-flex !important;
    width: initial !important
}

.dataset-details {
    text-align: justify
}

.dataset-details hr {
    color: #4caf4f
}

.dataset-details .infotitle {
    color: #4e4e4f;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px
}

.dataset-details .created-updated-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px
}

.dataset-details .created-updated-box p {
    color: #a7cb9a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px
}

.dataset-details .module-content {
    padding: 15px !important
}

.dataset-details .sidebar-head {
    display: flex;
    padding: 13px 16px 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 6px 6px 0px 0px;
    border-top: 1px solid #f1f2f2;
    background: #f1f2f2;
    overflow: hidden;
    color: #4e4e4f;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.dataset-details .notes {
    color: #4e4e4f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
    padding: 12px
}

.dataset-details .notes p {
    word-wrap: break-word
}

.dataset-details .badges {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 10px
}

.dataset-details .badges .badge {
    background-color: #4caf4f;
    text-transform: capitalize;
    display: flex;
    gap: 4px
}

.dataset-details .subtitle {
    color: #4e4e4f;
    background-color: rgba(182, 225, 161, .2392156863);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 12px
}

.dataset-details .qrcode-item {
    display: flex;
    align-items: center
}

.dataset-details .qrcode-item img {
    width: 100px
}

.dataset-details .additional-info .subtitle {
    margin: 15px 0px
}

.dataset-details .additional-info .dataset-entry {
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding: 12px
}

.dataset-details .additional-info .dataset-entry:not(:has(.dataset-label)) {
    display: none
}

.dataset-details .additional-info .dataset-entry .dataset-label {
    flex-basis: 50%;
    color: #4e4e4f;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

.dataset-details .additional-info .dataset-entry .dataset-details {
    color: #4e4e4f;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    flex-basis: 50%;
    word-break: break-all
}

.dataset-details .required-access-label {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.dataset-details .resource_list {
    margin: 10px 0px
}

.dataset-details .resource_list .resource-item-custom {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-top: 1px solid #bdc2c2;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.dataset-details .resource_list .resource-item-custom a {
    word-break: break-all
}

.dataset-details .resource_list .resource-item-custom:first-child {
    border-top: none
}

.dataset-details .tag-list-custom {
    margin: 10px 0px
}

.dataset-details .tag-list-custom .item {
    display: inline-flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #4caf4f;
    margin: 6px 0px;
    transition: .3s all ease;
    margin-right: 8px
}

.dataset-details .tag-list-custom .item:hover {
    background-color: #4caf4f
}

.dataset-details .tag-list-custom .item:hover a {
    color: #fff;
    text-decoration: none
}

.dataset-details .tag-list-custom .item a {
    color: #4e4e4f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    transition: .3s all ease;
    line-height: 24px
}

.tags-page .tag-list-custom {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px
}

.tags-page .tag-list-custom .tags {
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #3d85c6;
    border-radius: 8px;
    background-color: #eff5fa;
    text-decoration: none;
    transition: all .3sease;
    padding: 10px
}

.tags-page .tag-list-custom .tags a {
    color: #4caf4f;
    font-weight: 700
}

.tags-page .tag-list-custom .tags:hover {
    background-color: #4caf4f;
    border: 1px solid #eff5fa
}

.tags-page .tag-list-custom .tags:hover a {
    color: #eff5fa;
    font-weight: 700;
    text-decoration: none
}

.types-page .component-item .image-height {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.types-page .component-item .image-height img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.types-page .component-item .image-height i {
    font-size: 60px;
    line-height: 75px;
    color: #4caf4f
}

.types-page .component-item h2 {
    font-size: 14px
}

.header_itineris {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.header_itineris .logo {
    display: flex;
    justify-content: center
}

.header_itineris .logo img {
    width: 500px
}

.header_itineris .title {
    text-align: center;
    font-size: 32px
}

.header_itineris .tags-list {
    display: flex;
    flex-direction: column
}

.header_itineris .tags-list .resource-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .6rem 9.6px
}

.header_itineris .tags-list .tag-element {
    display: flex;
    gap: 12px;
    align-items: center;
    border: 2px solid #00a651;
    border-radius: 2rem;
    padding: .4rem .9rem;
    font-weight: 600;
    gap: .4rem;
    font-size: .95rem;
    background-color: #fff;
    cursor: pointer;
    transition: background-color .3s, color .3s
}

.header_itineris .tags-list .tag-element .counter {
    font-size: 10px;
    font-weight: 700;
    background: #eff5fa;
    border-radius: 58px;
    padding: 0px 2.952px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4caf4f
}

.header_itineris .tags-list .tag-element .image {
    display: flex;
    justify-content: center
}

.header_itineris .tags-list .tag-element .image img {
    transition: transform .3s ease;
    width: 30px
}

.header_itineris .tags-list .tag-element .label {
    font-size: 12px;
    text-align: center;
    color: #3f3f3f;
    transition: .3s all ease
}

.header_itineris .tags-list .tag-element:hover {
    background-color: #00a651;
    color: #fff
}

.header_itineris .tags-list .tag-element:hover .label {
    color: #fff
}

.header_itineris .tags-list .tag-element.selected {
    background-color: #00a651;
    color: #fff
}

.header_itineris .tags-list .tag-element.selected .label {
    color: #fff
}

.reference {
    font-size: 14px;
    color: #6c757d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    margin: 1rem 0
}

.reference a {
    color: #007bff;
    text-decoration: none
}

.reference a:hover {
    text-decoration: underline
}

.tags-dataset {
    display: flex;
    justify-content: end;
    gap: 12px;
    align-items: center
}

.tags-dataset .title {
    font-size: 16px;
    font-weight: 600
}

a {
    color: #4caf4f
}

.go-back {
    font-size: 30px;
    cursor: pointer
}

.add-button {
    padding: 10px 20px
}

#hierarchy {
    color: #4caf4f;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none
}

#hierarchy:hover {
    color: rgb(63.6462151394, 146.5537848606, 66.1585657371);
    text-decoration: underline
}

#Organisations_Hierarchy,
#Groups_Hierarchy {
    margin: 16px 0px
}

#Organisations_Hierarchy h3,
#Groups_Hierarchy h3 {
    color: #3f3f3f;
    font-size: 18px;
    margin-bottom: 12px
}

#Organisations_Hierarchy #publisher-tree,
#Groups_Hierarchy #publisher-tree {
    background: #fff;
    border-radius: 8px
}

#Organisations_Hierarchy .hierarchy-tree-top,
#Organisations_Hierarchy .hierarchy-tree,
#Groups_Hierarchy .hierarchy-tree-top,
#Groups_Hierarchy .hierarchy-tree {
    list-style: none;
    background: none;
    padding: 0px
}

#Organisations_Hierarchy .hierarchy-tree-top li,
#Organisations_Hierarchy .hierarchy-tree li,
#Groups_Hierarchy .hierarchy-tree-top li,
#Groups_Hierarchy .hierarchy-tree li {
    position: relative;
    margin: 6px 0
}

#Organisations_Hierarchy .hierarchy-tree-top li .node-item>a,
#Organisations_Hierarchy .hierarchy-tree-top li>a,
#Organisations_Hierarchy .hierarchy-tree li .node-item>a,
#Organisations_Hierarchy .hierarchy-tree li>a,
#Groups_Hierarchy .hierarchy-tree-top li .node-item>a,
#Groups_Hierarchy .hierarchy-tree-top li>a,
#Groups_Hierarchy .hierarchy-tree li .node-item>a,
#Groups_Hierarchy .hierarchy-tree li>a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
    color: #4e4e4f;
    text-decoration: none;
    transition: all .15s ease
}

#Organisations_Hierarchy .hierarchy-tree-top li .node-item>a:hover,
#Organisations_Hierarchy .hierarchy-tree-top li>a:hover,
#Organisations_Hierarchy .hierarchy-tree li .node-item>a:hover,
#Organisations_Hierarchy .hierarchy-tree li>a:hover,
#Groups_Hierarchy .hierarchy-tree-top li .node-item>a:hover,
#Groups_Hierarchy .hierarchy-tree-top li>a:hover,
#Groups_Hierarchy .hierarchy-tree li .node-item>a:hover,
#Groups_Hierarchy .hierarchy-tree li>a:hover {
    background: #eff5fa;
    color: #4caf4f
}

#Organisations_Hierarchy .hierarchy-tree-top li .node-item>a::before,
#Organisations_Hierarchy .hierarchy-tree-top li>a::before,
#Organisations_Hierarchy .hierarchy-tree li .node-item>a::before,
#Organisations_Hierarchy .hierarchy-tree li>a::before,
#Groups_Hierarchy .hierarchy-tree-top li .node-item>a::before,
#Groups_Hierarchy .hierarchy-tree-top li>a::before,
#Groups_Hierarchy .hierarchy-tree li .node-item>a::before,
#Groups_Hierarchy .hierarchy-tree li>a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    font-size: 12px;
    color: #4caf4f
}

#Organisations_Hierarchy .hierarchy-tree-top li:has(ul)>a::before,
#Organisations_Hierarchy .hierarchy-tree li:has(ul)>a::before,
#Groups_Hierarchy .hierarchy-tree-top li:has(ul)>a::before,
#Groups_Hierarchy .hierarchy-tree li:has(ul)>a::before {
    content: "";
    color: #a7cb9a
}

#Organisations_Hierarchy .hierarchy-tree-top li.highlighted>a,
#Organisations_Hierarchy .hierarchy-tree li.highlighted>a,
#Groups_Hierarchy .hierarchy-tree-top li.highlighted>a,
#Groups_Hierarchy .hierarchy-tree li.highlighted>a {
    background: #a7cb9a;
    color: #333;
    font-weight: 600
}

#Organisations_Hierarchy .hierarchy-tree-top li>ul,
#Organisations_Hierarchy .hierarchy-tree li>ul,
#Groups_Hierarchy .hierarchy-tree-top li>ul,
#Groups_Hierarchy .hierarchy-tree li>ul {
    margin-top: 4px
}

.spatial-filter-toggle button {
    width: 100%;
    padding: 10px
}

#spatial-filter-container {
    margin-top: 5px
}

.metrics-tracking {
    background: #f1f1f1;
    margin-bottom: 15px
}

#resource-stats-panel table {
    font-size: .85rem;
    table-layout: fixed;
    width: 100%
}

#resource-stats-panel table th.resource-col {
    width: 60%
}

#resource-stats-panel table th.stat-col {
    width: 20%
}

#resource-stats-panel table td.resource-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#resource-stats-panel table td.stat-value {
    text-align: center
}

/*# sourceMappingURL=d4science_theme.css.map */