/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
:root {
    --navbar-h: 62px;
}
body {
    margin-top: 0;
    margin-bottom: 0; /* Allow flex layout to place footer without extra scroll */
    background-color: #e1e9ed;
}
body.h-100 {
    height: auto !important;
    min-height: 100%;
}
#app {
    min-height: 100vh;
}
.app-main {
    padding-top: calc(var(--navbar-h) + 0.5rem) !important; /* Override .p-2 top padding */
}
.footer {
    position: relative;
    margin-top: auto;  /* Pushes the footer to the bottom of the container */
    width: 100%;
    min-height: 80px;  /* Allow content to define final height */
    height: auto;
    font-size: 1.05rem;
    box-sizing: border-box;
}
body.cookie-margin {
    margin-bottom: 350px;
}
.footer.cookie-margin {
    height: 350px;
}

/* Custom styles
-------------------------------------------------- */
body, a, table, .table, .page-link {
    color: #353c41;
}
a:hover {
    color: #0072ff;
}
.font-weight-bold {
    font-weight: 900 !important;
}
.btn {
    border-radius: 25px;
}
.search {
    border-radius: 25px;
    min-width: 280px;
    font-size: 1.05rem; /*0.875rem;*/
    padding-right: 45px !important;
}
#searchSubmit {
    background: transparent;
    background-image: url(../images/search.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 1.05rem;
    height: calc(1.6em + 0.75rem + 2px);
    width: 40px;
    position: relative;
    /*left: 0;*/
    margin-left: -50px;
    border-color: transparent;
}
.login_icon {
    background-image: url('../images/door.png');
    background-repeat: no-repeat;
    background-size: 17px 25px;
    background-position: center ;
}
.login_icon:hover {
    background-image: url('../images/door_blue.png');
}
.navbar{
    font-size: 1.1014rem; /*0.845rem;*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar .navbar-collapse {
    display: flex;
    flex-basis: auto;
}
.navbar .navbar-nav.ml-auto {
    flex-direction: row;
    align-items: center;
}
@media (max-width: 767.98px) {
    .navbar .navbar-nav.ml-auto .nav-item {
        margin-left: 0.25rem;
    }
    .navbar .navbar-nav.mr-auto {
        margin-right: auto;
    }
}
.navbar-light {
    background-color: var(--background);
}
.navbar-light .navbar-nav .nav-link {
    color: #353c41;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #0072ff;
}
.navbar .nav-item.dropdown {
    position: relative;
}
.navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/icon-cross.png");
}
.navbar-light .collapsed .navbar-toggler-icon {
    background-image: url("../images/icon-bars.png");
    width: 2.625rem;
    height: 1.375rem;
}
.navbar-brand img {
    width: 100px;
}
.navbar .user_icon,
.navbar .language_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
}
.navbar .user_icon:focus,
.navbar .language_icon:focus,
.navbar .user_icon:focus-visible,
.navbar .language_icon:focus-visible {
    outline: none !important;
    box-shadow: none;
}

.navbar .nav-icon,
.navbar .user_icon svg,
.navbar .language_icon svg {
    width: 22px;
    height: 22px;
    color: currentColor;
    fill: currentColor;
    stroke: currentColor;
}
h5.card-title {
    font-weight: bolder;
    font-size: 1rem;
}
h6 {
    font-size: 0.965rem;
    line-height: 1.333;
}
.cat-card-toggle h5 a {
    max-width: 85%;
    display: inline-block;
}
.cat-toggle-me {
    display: none;
}
.cat-card-toggle .cat-click-me {
    position: relative;
    right: 0;
    margin-left: -19px;
    margin-bottom: -19px;
    margin-top: -8px;
}
.btn-light {
    border-color: #6c757d;
}
.cat-nace .cat-card-toggle h5 {
    line-height: 1.8;
    font-size: 0.95rem;
}
.cat-fw-300 { font-weight: 300; } /* light */
.cat-fw-400 { font-weight: 400; } /* regular */
.cat-fw-600 { font-weight: 600; } /* semi bold */
.cat-fw-700 { font-weight: 700; } /* bold */
.cat-fw-900 { font-weight: 900; } /* black */

/**************** Icons ***************/
.cat-svg {
    display: inline-block;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    background-position: center;
    vertical-align: middle;
    background-size: 80%;
}
.cat-svg.cat-svg-arrow-top-r {
    width: 0.5rem;
    height: 0.5rem;
    background-image: url('../images/svg/arrow-top-r.svg');
}
.cat-svg.cat-svg-map-marker {
    width: 1.125rem;
    height: 1.125rem;
    background-image: url('../images/svg/map-marker.svg');
    margin-top: -3px;
    cursor: pointer;
}
.cat-svg.cat-svg-tel {
    background-image: url('../images/svg/tel.svg');
}
.cat-svg.cat-svg-mobile {
    background-image: url('../images/svg/mobile.svg');
    background-size: 50%;
}
.cat-svg.cat-svg-envelope {
    background-image: url('../images/svg/envelope.svg');
}
.cat-svg.cat-svg-planet {
    background-image: url('../images/svg/planet.svg');
    background-size: 100%;
}
.cat-svg.cat-angle-down-slim {
    background-image: url("../images/svg/angle-down-slim.svg");
    width: 1rem;
    height: 1rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-angle-up-slim {
    background-image: url("../images/svg/angle-up-slim.svg");
    width: 1rem;
    height: 1rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-svg-history {
    background-image: url("../images/svg/clock-history.svg");
    margin-right: 4px;
    width: 1.2rem;
    height: 1.2rem;
}
span:hover  .cat-svg.cat-angle-down-slim{
    background-image: url("../images/svg/angle-down-slim-blue.svg");
}
span:hover .cat-svg.cat-angle-up-slim {
    background-image: url("../images/svg/angle-up-slim-blue.svg");
}
.cat-history-popover .cat-svg.cat-svg-history{
    margin-top: -2px;
    margin-left: 4px;
}
.cat-svg.cat-svg-fb {
    background-image: url("../images/svg/facebook.svg");
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-svg-google {
    background-image: url("../images/svg/google.svg");
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-svg-eparaksts {
    background-image: url("../images/svg/eparaksts.svg");
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-svg-funnel {
    background-image: url("../images/svg/funnel.svg");
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.2rem;
}
.cat-svg.cat-svg-filter {
    background-image: url("../images/svg/filter.svg");
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.2rem;
}
[data-order-by="desc"] .cat-svg.cat-svg-filter {
    background-image: url("../images/svg/filter_blue.svg");
}
[data-order-by="asc"] .cat-svg.cat-svg-filter {
    background-image: url("../images/svg/filter_blue_asc.svg");
}
.nav-link:hover .cat-svg.cat-angle-down-slim,
.toggle-documents-section:hover .cat-svg.cat-angle-down-slim ,
.toggle-section:hover .cat-svg.cat-angle-down-slim{
    background-image: url("../images/svg/angle-down-slim-blue.svg");
}
.cat-svg.cat-angle-right {
    background-image: url('../images/svg/angle-right.svg');
    background-size: 0.656rem;
    margin-top: -2px;
}
.cat-svg.cat-angle-left {
    background-image: url('../images/svg/angle-left.svg');
    background-size: 0.656rem;
    margin-top: -2px;
}
.page-link:hover .cat-svg.cat-angle-right {
    background-image: url('../images/svg/angle-right-blue.svg');
}
.page-link:hover .cat-svg.cat-angle-left {
    background-image: url('../images/svg/angle-left-blue.svg');
}
.disabled .page-link .cat-svg.cat-angle-right {
    background-image: url('../images/svg/angle-right-gray.svg');
}
.disabled .page-link .cat-svg.cat-angle-left {
    background-image: url('../images/svg/angle-left-gray.svg');
}

@media (max-width: 575.98px) {
    #search_mini_form {
        display: none !important;
    }
}
.cat-click-me {
    width: 2rem;
    height: 2rem;
    background-size: 1rem 1rem;
    background-image: url('../images/svg/angle-down-round.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    margin-top: 0.1rem;
}
.cat-click-me-opened {
    background-image: url('../images/svg/angle-up-round.svg');
}
.cat-svg.cat-angle-down {
    background-image: url('../images/svg/angle_down.svg');
    background-size: 0.75rem;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
}
.cat-svg.cat-angle-up {
    background-image: url('../images/svg/angle_up.svg');
    background-position: center;
    background-size: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
}
.cat-print-icon {
    background-image: url('../images/print-gray-light.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center ;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.cat-print-icon:hover {
    background-image: url('../images/print-gray.png');
}
.cat-pdf-icon {
    background-image: url('../images/pdf.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center ;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.cat-pdf-icon:hover {
    background-image: url('../images/pdf-dark.png');
}
.cat-xml-icon {
    background-image: url('../images/xml.svg');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center ;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.cat-xml-icon:hover {
    background-image: url('../images/xml-dark.svg');
}
.modal-body {
    font-size: 0.865rem;
}
/************ End Icons ****************/

button.cat-print,
a.cat-pdf,
a.cat-xml {
    background-color: transparent;
    border: none;
    float: right;
    margin: -1rem -1rem -1rem auto;
    padding: 1rem 1rem;
}
.modal-header button.cat-close,
a.cat-pdf,
a.cat-xml {
    margin: -1rem -1rem -1rem 0;
}

/******* Single category page **********/
.cat-single {
    font-size: 0.85rem;
}
.cat-single .row {
    border-color: #f7f7f7 !important;
}
.cat-single table td {
    border: none;
    padding-left: 0;
    line-height: 2;
}
.cat-text-light {
    color: #414141;
    font-weight: 400;
    font-size: .9rem;
}
.cat-single h6 {
    font-weight: 600;
    font-size: 0.9rem;
}
.cat-single h6 strong {
    font-weight: 900;
}
.cat-single h6 a {
    color: var(--primary-color);
}
.cat-filter h6 {
    font-size: 0.9rem; /* 0.75rem; */
    font-weight: 300;
}
.cat-filter .cat-filter-label {
    padding-right: 1rem;
    background-image: url('../images/svg/angle_up.svg');
    background-repeat: no-repeat;
    background-size: 0.75rem;
    background-position: center right;
}
.cat-filter-label.active {
    font-weight: 700;
    /*color: #3490dc*/
}
.search-filter-toggles .filter-toggle.filter-open .clear-icon {
    display: none;
}

.search-filter-toggles .filter-toggle.has-clear .clear-icon {
    display: inline-block;
}
.cat-filter .collapsed.cat-filter-label {
    background-image: url('../images/svg/angle_down.svg');
}
.cat-record div > div {
    line-height: 1.2;
}
.cat-single .cat-links {
    min-width: 40%;
}
.cat-single .cat-links a {
    background-color: #f7f7f7;
    color: #0072ff;
    padding: 0.5rem;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
.cat-single .cat-links a:hover {
    text-decoration: none;
    background-color: #0072ff;
    color: #fff;
}
.cat-single .cat-filter  .form-check {
    line-height: 1.8;
}
.cat-single .cat-filter  .custom-select {
    border: solid 1px #ebeaed;
    font-weight: 300;
    color: #353c41;
    border-radius: 0;
    font-size: 0.7872rem; /*0.656rem;*/
    background-image: url('../images/svg/angle_down.svg');
    background-size: 14px 14px;
    padding: 0 1.6rem 0 0.5rem;
    background-position-x: right 0.6rem;
    width: 75%;
    height: calc(1.2em + 0.75rem + 2px);
}
.cat-angle-down {
    background-image: url('../images/svg/angle_down.svg');
    background-position: 5px 2px;
    background-repeat: no-repeat;
    background-size: 0.75rem;
}
.cat-angle-up {
    background-image: url('../images/svg/angle_up.svg');
    background-position: 5px 2px;
    background-repeat: no-repeat;
    background-size: 0.75rem;
}
.cat-toggle-btn {
    background-image: url('../images/svg/angle_down.svg');
    background-position: center 4px;
    background-repeat: no-repeat;
    background-size: 0.75rem;

    position: absolute;
    height: 2rem;
    width: 1.5rem;
    top:0;
    left: 0;
    float:left;
    display:inline-block;
    cursor: pointer;
}
.cat-opened .cat-toggle-btn {
    background-image: url('../images/svg/angle_up.svg');
}
.cat-record {
    cursor: pointer;
}
.cat-record:hover {
    background-color: #f7f7f7;
}
.cat-record .cat-main-address {
    line-height: 1.333;
}
/******* End Single category page **********/

/************ Pagination ****************/
.cat-pagination a {
    border: none;
    border-radius: 0;
}
.cat-pagination .page-item:last-child .page-link {
    border-radius: 0px;
}
.cat-pagination .page-item.active .page-link {
    background-color: transparent;
    color: inherit;
    font-weight: bold;
}
.cat-pagination .page-link {
    font-size: 0.9rem; /* 0.75rem; */
}
.cat-pagination span.page-link {
    border: none;
}
.cat-pagination .page-link:hover {
    color: #353c41;
    background-color: transparent;
    font-weight: bold;
}
.cat-pagination span.page-link:hover {
    font-weight:normal;
}
.cat-bg-gray {
    background-color: #f7f7f7;
}
.pagination {
    flex-wrap:wrap;
}
/****************************************/

.cat-list-autocomplete {
    border: solid 1px #f7f7f7;
    display:inline-block;
}
.cat-list-autocomplete li {
    padding: 0.5rem;
}
.cat-list-autocomplete li:hover {
    background-color: #f7f7f7;
    cursor:pointer;
}
#searchNace {
    padding: 0.25rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 25px;
}

/************ Profile Data ****************/
.cat-profile-data table {
    width: 100%;
}

.cat-profile-data table td {
    padding: 0.5rem;
}

.cat-profile-data a {
    color: #0072ff;
}
.cat-profile-data a.btn {
    color: #fff;
}
.cat-profile-data .card-body {
    padding-bottom: 0.5rem;
}
.cat-profile-side-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: max-content;
    max-width: 100%;
}
.cat-profile-side-link {
    display: block;
    font-weight: 400;
    text-decoration: underline;
}
.cat-profile-side-link.active {
    font-weight: 700;
}
/****************************************/

/************** Error Pages ****************/
.cat-error-page {
    text-align: center;
    font-size: 2.5rem;
}
.cat-error-page > span {
    margin-top: 20%;
    display: inline-block;
}
/*******************************************/

.cat-company-view, .cookiealert {
    font-size: 0.865em;
}
.cat-a,
.cat-company-view table a,
.popover a:not(.btn),
.cat-show-all span,
.cat-show-all-r span,
.cat-toggle-row-show,
.cat-toggle-row-hide,
.pagination a{
    text-decoration: underline;
    color: #0072ff;
}
.cat-a:hover,
.cat-company-view table a:hover,
.popover a:not(.btn):hover,
.cat-show-all span:hover,
.cat-show-all-r span:hover,
.cat-toggle-row-show:hover,
.cat-toggle-row-hide:hover,
.pagination a:hover{
    text-decoration: underline;
    color: #0099ff;
}
.cat-cursor-pointer {
    cursor: pointer;
}
.cat-nav-catalogues :not(.cat-nav-active) {
    color: var(--primary-color);
    text-decoration: underline;
}
.cat-nav-catalogues a:not(.cat-nav-active):hover {
    color: var(--third-blue-color);
}
.cat-nav-catalogues a.cat-nav-active {
    cursor: default;
}
.cat-tooltip {
    width: 24px;
    height: 24px;
    padding: 3px 0px;
    border-radius: 12px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}
.cat-tooltip-info {
    width: 24px;
    height: 24px;
    padding: 3px 0px;
    border-radius: 12px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    color: #0072ff;
    background-color: #fff;
    border-color: #0072ff;
}
.cat-tooltip-info.cat-plus {
    font-size: 20px;
    line-height: 15px;
}
.cat-tooltip.btn-danger {
    color: #fff;
    background-color: #d0211c;
    border-color: #d0211c;
}
.cat-tooltip.btn-danger:hover {
    color: #fff;
    background-color: #a61a16;
    border-color: #a61a16;
}
.tooltip-inner {
    background-color: #0072ff;
}
/*Tooltip arrow:*/
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #0072ff !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #0072ff !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #0072ff !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #0072ff !important;
}
.modal-header {
    border-bottom: none;
}
.cat-clickable-element {
    cursor: pointer;
    color: #0072ff;
    text-decoration: underline;
}
.cat-clickable-element:hover {
    color: #0099ff;
}
.documents-group-by.show {
    text-decoration: none;
    color: #353c41;
}
.documents-group-by.show:hover {
    cursor: default;
    text-decoration: none;
    color: #353c41;
}
.toggle-documents-section.show .cat-angle-down-slim ,
.toggle-section.show .cat-angle-down-slim {
    background-image: url('../images/svg/angle-up-slim.svg');
}
.toggle-documents-section.show:hover .cat-angle-down-slim ,
.toggle-section.show:hover .cat-angle-down-slim {
    background-image: url('../images/svg/angle-up-slim-blue.svg');
}
.toggle-section .spinner-border {
    margin-top:2px;
    margin-left:0.25rem;
    vertical-align: text-top;
}
.table .cat-tr-bt-0 td {
    border-top: none;
}

.cat-show-all-show,
.cat-collapse .cat-show-all-hide{
    display: none;
}
.cat-show-all-hide,
.cat-collapse .cat-show-all-show {
    display: inline-block;
}

.cat-info-for-registered .btn {
    font-size: 1em;
    margin-top: -3px;
}

main .form-inline {
    line-height: 1.8;
}
main .form-inline .custom-checkbox label {
    margin-top: 0.5px;
}

ul.cat-tick-bullets {
    padding-inline-start: 20px;
}
ul.cat-tick-bullets li {
    list-style: none;
}
ul.cat-tick-bullets li::before {
    content: '';
    display: inline-block;
    height: 0.865rem;
    width: 0.865rem;
    background-image: url('../images/svg/check.svg');
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-right: 0.5rem;
}
.cat-border-primary {
    border-color: #3490dc;
}
.cat-border-warning {
    border-color: #ffed4a;
}
.custom-checkbox .plusminus.custom-control-input~.custom-control-label::after {
    /*content: "+";*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath stroke='%233490dc' fill='%233490dc' d='M3 0v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z' /%3E%3C/svg%3E");
}
.custom-checkbox .plusminus.custom-control-input:checked~.custom-control-label::after {
    /*content: "-";*/
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath stroke='%23fff' fill='%23fff' d='M0 0v2h8v-2h-8z' transform='translate(0 3)' /%3E%3C/svg%3E");
}
.plusminus-container {
    margin-right:-0.7rem;
}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after{
    top:0.15rem;
}
#cat-filter-location .custom-control-input[name="county"]:indeterminate ~ .custom-control-label::before {
    border-color: #6c757d;
    background-color: #6c757d;
}
#cat-filter-location .custom-control-input[name="county"]:indeterminate ~ .custom-control-label::after
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
#cat-location .nav {
    font-size:0.9rem;
    font-weight: 300;
}
#cat-location .nav .disabled {
    color:#0072ff;
}
#cat-location .nav-link {
    padding: 0.5rem 1.5rem 0.5rem 0;
}
.cat-map-marker-text {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 8px;
    color: white;
    font-weight: bolder;
    font-family: "Nunito", sans-serif;
}
.cat-map-marker {
    display: grid;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath stroke='%230072ff' fill='%230072ff' d='M3 0c-1.66 0-3 1.34-3 3 0 2 3 5 3 5s3-3 3-5c0-1.66-1.34-3-3-3zm0 1c1.11 0 2 .9 2 ' transform='translate(1)' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cat-reference {
    color: #0072ff;
    position:relative;
    top:-0.3rem;
}
.cat-form-rule{
    font-size: 80%;
}
.cat-h{
    font-weight: lighter !important;
}
.cat-thead-l {
    background-color: #f5f8fb;
    font-weight: 700;
}
.toggle-section thead,
div.toggle-section,
.cat-thead-d{
    background-color: #e9ecef;
    font-weight: 700;
}
div.toggle-section {
    padding: 0.3rem;
}
.toggle-section thead:hover,
div.toggle-section:hover  {
    background-color: #e5e8eb;
}
.table thead th {
    border-bottom: none;
}
input[type="search"]::-webkit-search-cancel-button {
    position: relative;
    left: -30px;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    background-color: #fff;
}
.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
@media (max-width: 575.98px) {
    .cookiealert {
        bottom: calc(var(--footer-h, 56px) + env(safe-area-inset-bottom, 0px) + 8px);
        font-size: .9rem;
    }
}
.cookiealert a {
    text-decoration: underline;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.alert .cat-tooltip-info {
    color: #fff;
    background: #0072ff;
    cursor: default;
}
.alert .cat-tooltip-info:hover {
    border-color: #0072ff;
    cursor: default;
}
#cat-search-companies .row {
    border-bottom: 1px solid #dee2e6;
}
#cat-search-companies .row:nth-last-child(2),
#cat-search-companies .row:last-child {
    border-bottom: none;
}
.cat-smaller-font{
    font-size:0.865rem;
}
.cat-edit:hover {
    background-color: #f7f7f7;
}
.cat-col div {
    padding: 0.3rem;
}
table.field-table {display:block;clear:both;}
.field-table thead {display:block;}
.field-table tbody {display:block;}
.field-table tr {display:block;}
.field-table th,
.field-table td {display:block;clear:both;}
.field-table tr td:not(:first-child) {
    border-top: none;
}
.f-header {
    display:inline-block;
    width:40%;
    font-weight:700;
    float:left;
}
.f-c {
    display: inline-block;
    width:59%;
    float:right;
}
#section-finances .f-header{ width:100%}
#section-finances .f-c{ width:100%}
table.field-table .inside-table .f-header,
table.field-table .inside-table .f-c{
    float:none;
    width:auto;
}

table.field-table .inside-table{display:table;}
.field-table .inside-table thead {display:table-header-group;}
.field-table .inside-table tbody {display:table-row-group;}
.field-table .inside-table tr {display:table-row;}
.field-table .inside-table th,
.field-table .inside-table td {display:table-cell;}
.field-table .inside-table tr td {
    border-top: none;
}

.field-table table .d-nested-inline-block { display:inline-block; }
.field-table table .d-nested-inline-block .f-header { display:none; }
.field-table table .d-nested-inline-block .f-c {
    float:none;
    width:auto;
}

.inline-input-max-w {
    width: 46%;
    max-width: 150px;
}
.table th, .table td {
    border-top-width: 0.1px;
}
.cat-list-ml {
    margin-left:36px;
}
.nace-label:hover{
    cursor:pointer;
    font-weight: bolder;
}
.cat-suggestion-box ul {
    position: absolute;
    background-color: #fff;
}
.cat-suggestion-box ul li {
    padding:0.5rem;
}
.cat-suggestion-box ul li:hover {
    background-color: #f5f8fb;
}
.custom-select.d-inline {
    vertical-align: initial;
    line-height: 1.5;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 100;
    cursor: pointer;
}
#overlay .spinner-border {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
}
#overlay .loading {
    position: absolute;
    width:100%;
    text-align: center;
    opacity: 0.7;
    font-weight: bolder;
    top: calc(50% + 2rem);
}
.cat-clear-filter:disabled,
.cat-clear-filter:hover:disabled,
.cat-clear-filter:disabled:focus
{
    color:rgb(53, 60, 65);
    border-color: rgb(53, 60, 65);
    background-color: #fff;
    box-shadow: none;
}
.table-responsive-y {
    max-height:90vh;
    overflow-y:auto;
    position:relative;
}
table.freeze-y thead tr:first-child th,
table.freeze th:first-child,
table.freeze td:first-child,
table.freeze th:nth-child(2),
table.freeze td:nth-child(2) {
    position:sticky;
    background-color: #f5f8fb;
    background-clip: padding-box;
}
table.freeze-y thead tr:first-child th {
    top:0;
    z-index: 1;
}
table.freeze th:first-child,
table.freeze td:first-child {
    left: 0;
    z-index: 1;
}
table.freeze th:nth-child(2),
table.freeze td:nth-child(2) {
    left: 92px;
    z-index: 1;
}
table.freeze th:first-child,
table.freeze th:nth-child(2) {
    z-index: 2;
}
table.freeze-y thead tr:first-child th:first-child,
table.freeze-y thead tr:first-child th:nth-child(2) {
    z-index: 3;
}
.cat-data-filter {
    font-size: 0.7785rem;
}
.cat-data-filter .form-control-sm,
.cat-data-filter .custom-select-sm{
    font-size: 0.7785rem;
    height: calc(1.5em + 0.5rem + 2px);
}
.input-date{
    background-image: url("../images/svg/calendar.svg");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: right 5px center;
}
.cat-spinner-in-btn{
    width:1.2rem;
    height:1.2rem;
    left:calc(50% - 0.6rem);
    position: absolute;
}
h1, .h1{
    font-size:1.25rem;
}
table.cat-border-sm-0 tbody th,
table.cat-border-sm-0 tbody td {
    border-top-width: 0 !important;
}
table.cat-border-sm-0 tbody th.cat-border-lg-top,
table.cat-border-sm-0 tbody td.cat-border-lg-top {
    border-top-width: 0.1px !important;
}
.cat-line-h-1{ line-height: 1;}
.cat-w-100{width:100%;}
.cat-flex-center {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
@media print {
    div.footer-print {
        position: fixed;
        bottom:0;
        font-style: italic;
        font-size:8px;
        background-color: #fff;
        opacity: 0.5;
    }
    table.field-table {display:table;}
    .field-table thead {display:table-header-group;}
    .field-table tbody {display:table-row-group;}
    .field-table tr {display:table-row;}
    .field-table th,
    .field-table td {display:table-cell;}
    .field-table tr td:not(:first-child) {
        border-top: 0.1px solid #dee2e6;
    }
    .f-header {display:none;}
    .note {text-align: right;}
    .f-c{float:none;width:auto;}
    .field-table table tr td,
    .field-table table tr td:not(:first-child){
        border-top: none;
    }

    .pledges-table td:first-child {width:15%;}
    .pledges-table td:nth-child(2) {width:65%;}
    .pledges-table td:nth-child(3) {width:15%;}

    .field-table table .d-nested-inline-block { display:table-cell; }

    .cat-lg-fw-400 { font-weight: 400; }
}
/* sm */
@media (max-width: 576px) {
    .list-columns, .list-columns-4 {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        max-height: unset;
    }
    #cat-search-companies .row {
        line-height: 1.3rem;
    }
    body.cookie-margin {
        margin-bottom: 250px;
    }
    .footer.cookie-margin {
        height: 250px;
    }
    .cat-nace .cat-card-toggle h5 {
        font-size: 1.2rem !important;
        line-height: 1.3;
        margin-bottom: 1rem !important;
    }
    .cat-total-records {
        font-size: 0.9rem !important;
    }
    h6 {
        font-size: 1.0rem;
        margin-bottom: .1rem;
    }
    .cat-single h6 {
    font-size: 1.2rem;
    color: var(--primary-color);
    }
    .cat-text-light {
    font-size: 1.1rem;
    margin-bottom: -.2rem;
    }
    .cat-record .cat-main-address {
    font-size: 1.0rem;
    margin-bottom: 1.5rem !important;
    }
    .cat-single table td {
    font-size: .95rem;
    }
    .cat-toggle-btn {
        display: none;
    }
    .pl-4 {
    padding-left: 0.1rem !important;
    }
    .card-body h6 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .p-1 {
    padding: .6rem !important;
    }
    .p-2 {
    padding: 1.0rem !important;
    }
    .mt-2 {
    margin-top: .1rem !important;
    }
    .table th {
    line-height: 1.3;
    }
    .cat-company-view {
    font-size: 1.1rem;
    }
    .cat-svg.cat-svg-map-marker {
    display: none;
    }
    .home-card__list li {
    font-size: 1.1rem !important;
    }
    .cookiealert a {
    font-size: 0.9rem;
    }
    .cat-pagination .page-link {
    font-size: 1.2rem; /* larger */
    }
}
/* md */
@media (max-width: 768px) {
    .border-0-md {
        border: none !important;
    }
    .cat-toggle-me {
        display: block;
    }
    #cat-search-companies .row {
        flex-direction: column;
    }
    #cat-search-companies .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cat-company-view .field-table {
        display: block;
    }
    .cat-company-view .field-table thead,
    .cat-company-view .field-table tbody,
    .cat-company-view .field-table tr {
        display: block;
    }
    .cat-company-view .field-table th,
    .cat-company-view .field-table td {
        display: block;
        width: 100%;
        clear: both;
    }
    .cat-company-view .field-table .f-header,
    .cat-company-view .field-table .f-c {
        display: block;
        float: none;
        width: 100%;
    }
    .cat-single table tr {
        display: block;
        margin-bottom: 0.4rem;
    }
    .cat-single table td {
        display: block;
        width: 100%;
        line-height: 1.4;
    }
    .cat-single table td.w-25 {
        width: 100% !important;
        font-weight: 700;
    }
    body.cookie-margin {
        margin-bottom: 150px;
    }
    .footer.cookie-margin {
        height: 150px;
    }
    .cat-card-toggle h5 {
        border-top: none !important;
    }
    body {
        margin-top:0;
    }
    .navbar{
        position:relative;
    }
}

@media (min-width: 992px) {
    .cat-svg {
        width: 1.4rem;
        height: 1.4rem;
    }
    .search {
        min-width: 400px;
    }
    .list-columns-3 {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
    #cat-search-companies .row {
        border-bottom: none;
    }
    .text-center-lg {
        text-align: center;
    }
    .w-lg-20{width:20%;}
    .w-lg-25{width:25%;}
    .w-lg-30{width:30%;}
    .w-lg-50{width:50%;}

    table.field-table {display:table;}
    .field-table thead {display:table-header-group;}
    .field-table tbody {display:table-row-group;}
    .field-table tr {display:table-row;}
    .field-table th,
    .field-table td {display:table-cell;}
    .field-table:not(.table-borderless) tr td:not(:first-child) {
        border-top: 0.1px solid #dee2e6;
    }
    .f-header {display:none;}
    .note {text-align: right;}
    .f-c{float:none;width:auto;}
    .field-table table:not(.cat-table-responsive) tr td,
    .field-table table tr td:not(:first-child),
    .field-table table.table-borderless tr td:not(:first-child)
    {
        border-top: none;
    }

    .pledges-table td:first-child {width:15%;}
    .pledges-table td:nth-child(2) {width:65%;}
    .pledges-table td:nth-child(3) {width:15%;}

    .field-table table .d-nested-inline-block { display:table-cell; }

    .cat-lg-fw-400 { font-weight: 400; }

    table.cat-border-sm-0 tbody th,
    table.cat-border-sm-0 tbody td {
        border-top-width: 0.1px !important;
    }
    .cat-lg-width-for-img{
        width:calc(100% - 340px);
    }
}
/* xl */
@media (min-width: 1200px) {
    .search {
        min-width: 600px;
    }
    .list-columns-3 {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
}

.home-landing {
    max-width: 1200px;
    margin: 0 auto;
}

.home-landing__hero {
    text-align: center;
    margin-bottom: 2rem;
}

.home-landing__badge {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    background: #e8f0fe;
    color: #0f4c81;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.home-landing__hero h1 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.home-landing__hero p {
    font-size: 1.1rem;
    color: #4b5666;
    margin: 0 auto;
    max-width: 640px;
}

.home-landing__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.home-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e3e7ec;
    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.08);
    padding: 1.75rem 1.5rem;
    cursor: default;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-card:focus {
    outline: 3px solid rgba(0, 114, 255, 0.2);
    outline-offset: 2px;
}

.home-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.home-card__subtitle {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    color: #606a7a;
    margin-bottom: 0.4rem;
}

.home-card h2 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0;
}

.home-card__indicator {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #cfd5df;
    position: relative;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.home-card__indicator::before,
.home-card__indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #7a8190;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.home-card__indicator::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.home-card.is-expanded .home-card__indicator::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.home-card__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 1rem;
}

.home-card.is-expanded .home-card__content {
    margin-top: 1.25rem;
    max-height: 1200px;
}

.home-card__list {
    padding-left: 1.1rem;
    margin-bottom: 0;
    color: #4b5666;
    flex: 1 1 auto;
}

.home-card__list li {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.home-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    background: var(--primary-color);
    color: #fff;
    border: none;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    margin-top: auto;
    cursor: pointer;
    font-size: .9rem;
}

.home-card__cta.is-disabled {
    background: #cfd5df;
    color: #fff;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
}

.home-card__cta:hover {
    background: var(--third-blue-color);
    text-decoration: none;
    color: #fff;
}

.d-lg-flex {
    font-size: 1rem;
    font-weight: 600;
}

@media (min-width: 992px) {
    .home-landing__hero h1 {
        font-size: 2.5rem;
    }

    .home-card:hover {
        box-shadow: 0 10px 24px rgba(16, 24, 40, 0.12);
        transform: translateY(-3px);
    }
}
