@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

.orange {
  color: #F26201
}

.orange-hover:hover *{
  color: #F26201 !important;
}

.steel {
  color: #567E7B
}

.black{
  color: #051118
}

.fa-red {
  color: #f00000;
}

.fa-green {
  color: green;
}

.background-gray {
  background-color: #ecf3f3;
}

.pointer {
  cursor: pointer;
}

.font-weight-bold {
  font-weight: bold !important;
}

hr.orange {
  border-top: 2px solid;
}

.main-text {
  font-weight: 300;
  font-size: 16px;
}

body,
html,
p,
a,
span {
  font-family: "Roboto", sans-serif !important;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
.h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 *,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Saira Semi Condensed" !important;
}


#pageTitle {
    margin-top: 40px;
    margin-bottom:30px;
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    color: #051118;
}

.page-title {
  font-weight: 350;
  margin-bottom: 30px;
}

.tab-title {
  display: none;
}

.form-check-input:checked {
  background-color: #F26201;
  border-color: #F26201;
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
  font-family: Roboto !important;
}

#nav-list>li a,
#nav-list>li a span {
  font-family: "Saira Semi Condensed" !important;
  color: #fff ;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.87px;
  margin-left:0;
}

#nav-list>li a.dropdown-item {
  color: #000;
}

.isf-nav-item>.dropdown-menu>li>.dropdown-item {
  font-family: Roboto !important;
  color: #000 ;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.isf-nav-item>.dropdown-menu>li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.language-switcher > a,
.language-switcher .dropdown-item {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 8px; /* space between flag and text */
}

.language-switcher .fi {
  font-size: 16px; /* slightly bigger flags */
}

.current-language {
  cursor: default;
}

#nav-list>li a.dropdown-item:hover,
#nav-list>li a.dropdown-item:focus {
  background-color: transparent !important;
  color: #F26201;
}

.language-switcher .dropdown-menu {
  min-width: 140px;
  padding: 0.5rem 0;
}


#headerModuleText {
  font-family: "Saira Semi Condensed";
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1.87px;
}

.main-button>i {
  font-size: 16px;
}

#nav-list>li>a>i {
  font-size: 16px;
}


#nav-list > li > a:hover,
#nav-list > li > a:hover *,
#nav-list .isf-nav-item>.dropdown-menu>li>.dropdown-item:hover {
  color: #F26201;
  text-decoration: none !important;
  background-color: transparent;
}


#nav-list .isf-nav-item>.dropdown-menu {
  background-color: white !important;
  border-radius: 0
}

#nav-list .isf-nav-item>.dropdown-menu-end[data-bs-popper] {
    right: auto;
    left: 0;
}

#nav-list>li>select{
  margin: 14px;
  background-color: white;
  line-height: 21px;
}
#nav-list>li>select:hover{
  color: #F26201;
}

#nav-list>li>a:focus,
#nav-list .isf-nav-item>.dropdown-menu>li>.dropdown-item:focus {
  color: #F26201;
  text-decoration: none !important;
  background-color: transparent;
}

#nav-list .isf-nav-item>.dropdown-menu>li>.dropdown-item:hover {
  background-color: white;
  color:#F26201;
}


#nav-button {
  background-color: #F26201;
  margin-left: 20px;
  margin-right: 20px;
  padding: 14px 24px;
  max-width: 150px;
  text-align: center;
  text-decoration: none !important;

}

.main-button {
  padding: 14px 24px !important;
  letter-spacing: 1.87px !important;
  text-transform: uppercase !important;
  font-family: Roboto !important;
  border-radius: 0 !important;
  text-decoration: none !important;
}

#nav-button:hover {
  background-color: #F26201 !important;
  color: #051118 !important;
  cursor: pointer;
  text-decoration: none !important;
}


.close-icon-btn {
  background: transparent !important;
  border: none !important;
  padding: 0;              /* removes button spacing */
  margin: 0;
  box-shadow: none !important;
}


.footer__menu-list li a {
  color: #051118 !important;
  text-decoration: none !important;
  font-weight: 300 !important;
  padding: 0 !important;
  font-size: 1.125rem !important;
}

#Subgrid_eigenaar .grid-actions {
  display: none;
}

#Subgrid_eigenaar thead a {
  display: none;
}

#Subgrid_module_toegang thead a {
  display: none;
}

.footer__menu-list {
  padding: 0 !important;
}

.footer__menu-list li {
  line-height: 2;
}

.footer__menu-list li i {
  color: #F26201 !important;
  text-decoration: none !important;
}

.footer__menu-list li a:hover {
  text-decoration: none !important;
  color: #F26201 !important;
}
footer .footer-bottom p.smallText{
  font-size: 14px;
  margin-bottom: 10px;
}
footer .footer-bottom p.smallText a{
  text-decoration: none !important;
}
footer .footer-bottom p.smallText a:hover,
footer #social-media-list i.bi:hover {
  color: #051118;
}

#footerDNVLogo {
  margin-left: 30px;
}

#social-media-list li {
  display: inline !important;
  padding: 0 5px !important;
}

#social-media-list {
  padding: 0 !important;
}


#social-media-list li a {
  font-size: 20px !important;
  text-decoration: none !important;
}

footer .footer-bottom {
  background-color: #ECF3F3 !important;
}

footer h2.footer__menu-title {
  color: #051118;
  font-family: "Saira Semi Condensed";
  font-weight: 300;
  font-size: 2rem;
}

.upload-data-container {
  background-color: #ecf3f3;
  padding: 30px;
  margin-bottom: 30px;
}


.step p {
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.step p i {
  padding-right: 10px;
}

#user-agreements-checkbox-label {
  font-weight: normal;
  font-size: 16px;
}

#user-agreements-checkbox-label a {
  font-weight: normal;
  font-size: 16px !important;
  ;
}

.fileInputButtonText.disabled {
  color: #A19F9D;
  pointer-events: none;
  background-color: white;
  border-color: #A19F9D;
  opacity: 1;
}


.rotate-on-hover {
  display: inline-block;
  transition: transform 0.3s ease;
}

a:hover .rotate-on-hover {
  transform: rotate(45deg);
  /* Rotates the arrow to point right */
}

#sidebar-nav .list-group-item,
.sidebar-sticky-menu li a {
  color: #051118;
  font-size: 20px;
  font-family: Roboto;
  border-color: rgba(0, 0, 0, 0.125);
}

#sidebar .sidebar-sticky-dropdown.active > .hoofdsector-title {
  font-weight: bold;
}

#sidebar-nav .list-group-item:hover,
#sidebar .sidebar-sticky-dropdown li:not(.active):not(.header-menu):hover,
#sidebar .sidebar-sticky-menu li.list-group-item:not(.active):hover
{
  background-color: white;
}

#sidebar-nav .list-group-item.active,
#sidebar .sidebar-sticky-menu .sidebar-sticky-submenu ul>li.active>a,
#sidebar .list-group-item.active
{
  color: #F26201;
  background-color: white;
  font-weight: bold;
  border-color: rgba(0, 0, 0, 0.125);
}

#sidebar-nav {
  min-width: 200px;
}

#menu-hamburger {
  font-size: 22px;
  padding-left: 20px;
  color: #051118;
}

#breadcrumbs-module {
  padding-left: 80px;
  color: grey;
}

#breadcrumbs-module a,
.breadcrumb-item a, 
.breadcrumb-item {
  text-decoration: none !important;
  color: grey !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.accordion h2{
  margin-top:0px;
}

.isf-inleiding-page-section .accordion-header button,
.isf-kenmerk-page-section .accordion-header button  {
  font-size: 24px;
}
.accordion{
  --bs-border-color: #F26201;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-active-color: #F26201;
   --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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-.708z'/%3e%3c/svg%3e");
}


#backToTopButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 99;
  font-size: 24px;
  text-decoration: none;
  color: #F26201;
  display: none; /* Hidden by default */
}

html {
  scroll-behavior: smooth; /* Enables smooth scrolling */
}



@media (min-width: 768px) {
  .upload-data-container {
    padding: 30px 0 0 30px;
  }

  .upload-data-container .step a {
    transform: translate(15px, 15px);
  }

  .step p {
    margin-bottom: 0;
  }

}


/*----------------sidebar-wrapper----------------*/

.sidebar-sticky-wrapper {
  width: 300px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 75px;
  left: -0;
  z-index: 999;
}

.sidebar-sticky-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-sticky-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-sticky-content {
  max-height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
  background-color: white;
}

.sidebar-sticky-brand {
  background-color: white;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-sticky-wrapper .sidebar-sticky-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-sticky-wrapper .sidebar-sticky-brand #close-sidebar-sticky {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-sticky-wrapper .sidebar-sticky-header {
  padding: 20px;
  overflow: hidden;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-sticky-wrapper .sidebar-sticky-menu {
  padding-bottom: 10px;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu .header-menu span {
  font-weight: bold;
  color: #051118;
  font-size: 17px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.hoofdsector-title span{
  font-size: 18px;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu .sidebar-sticky-submenu ul li a {
  display: inline-block;
  font-weight: 300;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 10px 8px 20px;
  font-size: 16px;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu .sidebar-sticky-submenu ul li a:hover,
.sidebar-sticky-wrapper .sidebar-sticky-menu ul li a:hover {
  color: #F26201;
}

.sidebar-sticky-submenu ul li{
  list-style: none;
}



.sidebar-sticky-wrapper .sidebar-sticky-menu .sidebar-sticky-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu .sidebar-sticky-dropdown .sidebar-sticky-submenu ul {
  padding: 5px 0;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu .sidebar-sticky-dropdown .sidebar-sticky-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu .sidebar-sticky-dropdown .sidebar-sticky-submenu li a:before {
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu ul li a span.label{
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu .sidebar-sticky-dropdown .sidebar-sticky-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu .sidebar-sticky-submenu {
  display: none;
}

.sidebar-sticky-wrapper .sidebar-sticky-menu .sidebar-sticky-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
#sidebar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#sidebar::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}


/*----------------end of sticky sidebar ISF----------------*/

/*----------------start of ISF cards----------------*/

.isf-card  .isf-card-body {
  background-color: #051118;
  height: 85px;
  background-color: #051118;
  max-width: 90%;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.isf-card-border {
    border: 1px;
    border-style: solid;
    border-color: #A9A9A9;
    border-radius: 0;
}

.isf-card-body > h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  padding-right: 45px;
  margin-top: 0;
}

@media (min-width: 1300px) {
  .isf-card-body > h4 {
  font-size: 18px;
}
}



  .isf-card-image {
    background-color: #ffffff;
    max-height: 200px;
    object-fit: cover;
    border-radius: 0;
    aspect-ratio: 16 / 9;
}

.isf-card > .isf-card-border .isf-card-button {
    font-size: 20px;
    padding: 5px !important;
    border-radius: 0 !important;
    bottom: -21px;
    right: -1px;
    width: 40px;
    height: 40px;
    z-index: 2;
}

/*----------------End of ISF cards----------------*/

/*----------------Start of ISF Matrix styling----------------*/


#isf-voorbeeldfuncties-table-container,
#isf-functiewaarderingen-table-container {
    height: 100%;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

/* Toolbar should not shrink */
#isf-voorbeeldfuncties-table-container .fixed-table-toolbar,
#isf-functiewaarderingen-table-container .fixed-table-toolbar {
    flex-shrink: 0;
}

/* Toolbar wrapper outside the table container */
#isfVoorbeeldfunctiestoolbar,
#isfFunctiewaarderingentoolbar {
    flex-shrink: 0;
    margin-bottom: 10px;
}

/*HEADER (top) — sticky + normal */
#isf-voorbeeldfuncties-table-container thead,
#isf-voorbeeldfuncties-table-container .fixed-table-header,
#isf-functiewaarderingen-table-container thead,
#isf-functiewaarderingen-table-container .fixed-table-header{
    background-color: #F26201 !important;
    color: #ffffff !important;
}

/* Ensure all header rows are visible for multi-level headers */
#isf-functiewaarderingen-table-container thead tr,
#isf-functiewaarderingen-table-container .fixed-table-header tr {
    display: table-row !important;
    visibility: visible !important;
}

/* Ensure links in headers match header styling */
#isf-voorbeeldfuncties-table-container thead a,
#isf-voorbeeldfuncties-table-container .fixed-table-header a,
#isf-functiewaarderingen-table-container thead a,
#isf-functiewaarderingen-table-container .fixed-table-header a,
#isf-voorbeeldfuncties-table-container thead a:hover,
#isf-voorbeeldfuncties-table-container .fixed-table-header a:hover,
#isf-functiewaarderingen-table-container thead a:hover,
#isf-functiewaarderingen-table-container .fixed-table-header a:hover,
#isf-voorbeeldfuncties-table-container thead a:visited,
#isf-voorbeeldfuncties-table-container .fixed-table-header a:visited,
#isf-functiewaarderingen-table-container thead a:visited,
#isf-functiewaarderingen-table-container .fixed-table-header a:visited,
#isf-voorbeeldfuncties-table-container thead a:focus,
#isf-voorbeeldfuncties-table-container .fixed-table-header a:focus,
#isf-functiewaarderingen-table-container thead a:focus,
#isf-functiewaarderingen-table-container .fixed-table-header a:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}

/* Enable text wrapping in table headers */
#isf-voorbeeldfuncties-table-container thead th,
#isf-voorbeeldfuncties-table-container .fixed-table-header th,
#isf-functiewaarderingen-table-container thead th,
#isf-functiewaarderingen-table-container .fixed-table-header th {
    white-space: normal !important;
    word-wrap: break-word !important;
    vertical-align: middle !important;
    overflow: visible !important;
    text-overflow: clip !important;
    max-width: none !important;
}

/* Ensure header content wrappers also allow wrapping */
#isf-voorbeeldfuncties-table-container .th-inner,
#isf-functiewaarderingen-table-container .th-inner {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

/* Sticky column header */
#isf-voorbeeldfuncties-table-container thead th.sticky-col,
#isf-voorbeeldfuncties-table-container .fixed-table-header th.sticky-col,
#isf-functiewaarderingen-table-container thead th.sticky-col,
#isf-functiewaarderingen-table-container .fixed-table-header th.sticky-col{
    background-color: #F26201 !important;
    color: #ffffff !important;
}

/* Sticky column cells (even rows) */
#isfVoorbeeldfunctiesTable tbody td.sticky-col,
#isfVoorbeeldfunctiesTable .fixed-table-body-columns td.sticky-col,
#isfFunctiewaarderingenTable tbody td.sticky-col,
#isfFunctiewaarderingenTable .fixed-table-body-columns td.sticky-col {
    background-color: #ffffff !important; /* match even-row background */
}

/* Sticky column cells (striped odd rows) */
#isfVoorbeeldfunctiesTable.table-striped tbody tr:nth-of-type(odd) td.sticky-col,
#isfVoorbeeldfunctiesTable .fixed-table-body-columns tbody tr:nth-of-type(odd) td.sticky-col,
#isfFunctiewaarderingenTable.table-striped tbody tr:nth-of-type(odd) td.sticky-col,
#isfFunctiewaarderingenTable .fixed-table-body-columns tbody tr:nth-of-type(odd) td.sticky-col {
    background-color: #ecf3f3 !important; /* background-gray */
}

/* Normal row striping*/
#isfVoorbeeldfunctiesTable.table-striped tbody tr:nth-of-type(odd),
#isfFunctiewaarderingenTable.table-striped tbody tr:nth-of-type(odd){
  background-color: #ecf3f3 !important; /* background-gray */
}

#isf-voorbeeldfuncties-table-container td.sticky-col,
#isf-voorbeeldfuncties-table-container th.sticky-col,
#isf-functiewaarderingen-table-container td.sticky-col,
#isf-functiewaarderingen-table-container th.sticky-col {
    font-weight: bold;
    position: sticky !important;
    left: 0 !important;
    z-index: 100 !important;
    word-break: break-word;
    white-space: normal !important;
    min-width: 100px;
}

/* Always show horizontal scrollbar for voorbeeldfuncties */
#isf-voorbeeldfuncties-table-container .fixed-table-body {
    overflow-x: scroll !important;
    overflow-y: auto !important;
    flex: 1;
    min-height: 0;
}

/* Functiewaarderingen table body - also with scrollbars */
#isf-functiewaarderingen-table-container .fixed-table-body {
    overflow-x: scroll !important;
    overflow-y: auto !important;
    flex: 1;
    min-height: 0;
}

/* Header should not shrink and stay at top */
#isf-voorbeeldfuncties-table-container .fixed-table-header,
#isf-functiewaarderingen-table-container .fixed-table-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
    flex-shrink: 0;
    overflow-y: scroll;
}

/* Hide the scrollbar in the header but keep the space */
#isf-voorbeeldfuncties-table-container .fixed-table-header::-webkit-scrollbar,
#isf-functiewaarderingen-table-container .fixed-table-header::-webkit-scrollbar {
    width: 14px;
    background: transparent;
}

#isf-voorbeeldfuncties-table-container .fixed-table-header::-webkit-scrollbar-thumb,
#isf-functiewaarderingen-table-container .fixed-table-header::-webkit-scrollbar-thumb {
    background: transparent;
}

#isf-voorbeeldfuncties-table-container .fixed-table-header::-webkit-scrollbar-track,
#isf-functiewaarderingen-table-container .fixed-table-header::-webkit-scrollbar-track {
    background: transparent;
}

/* Force scrollbar to always be visible */
#isf-voorbeeldfuncties-table-container .fixed-table-body::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 14px;
}

#isf-voorbeeldfuncties-table-container .fixed-table-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

#isf-voorbeeldfuncties-table-container .fixed-table-body::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Sticky column header for functiewaarderingen */
#isf-functiewaarderingen-table-container thead th.sticky-col,
#isf-functiewaarderingen-table-container .fixed-table-header th.sticky-col {
    background-color: #F26201 !important;
    color: #ffffff !important;
}

/* Sticky column cells for functiewaarderingen (even rows) */
#isfFunctiewaarderingenTable tbody td.sticky-col,
#isfFunctiewaarderingenTable .fixed-table-body-columns td.sticky-col {
    background-color: #ffffff !important;
}

/* Sticky column cells for functiewaarderingen (striped odd rows) */
#isfFunctiewaarderingenTable.table-striped tbody tr:nth-of-type(odd) td.sticky-col,
#isfFunctiewaarderingenTable .fixed-table-body-columns tbody tr:nth-of-type(odd) td.sticky-col {
    background-color: #ecf3f3 !important; /* background-gray */
}

#isfVoorbeeldfunctiesTable td {
    white-space: nowrap; /* Prevent function names from wrapping */
    padding: 8px 12px !important;
}

#isfVoorbeeldfunctiesTable td a {
    white-space: nowrap; /* Prevent links from wrapping */
    display: block;
}

/* Allow table to have dynamic column widths based on content */
#isfVoorbeeldfunctiesTable {
    table-layout: auto !important;
    width: max-content !important;
}

#isfFunctiewaarderingenTable a,
#isfVoorbeeldfunctiesTable a {
  text-decoration: none;
  color: #000000;
  font-size: 15px;
}

#isfFunctiewaarderingenTable,
#isfVoorbeeldfunctiesTable{
  height: 100%
}

/* Set height on modal body to fill available space */
#isf-voorbeeldfuncties-table-modal.modal-body,
#isf-functiewaarderingen-table-modal.modal-body {
  height: calc(100vh - 100px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

#isf-voorbeeldfuncties-table-modal .fixed-table-container,
#isf-functiewaarderingen-table-modal .fixed-table-container{
  flex: 1;
  height: 100% !important;
  min-height: 0;
  padding-bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

#isf-voorbeeldfuncties-table-modal .bootstrap-table,
#isf-functiewaarderingen-table-modal .bootstrap-table {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

#isfFunctiewaarderingenTable a:hover,
#isfVoorbeeldfunctiesTable a:hover {
  color: #F26201;
}

/* Column widths for functiewaarderingen table */
#isfFunctiewaarderingenTable,
#isf-functiewaarderingen-table-container .fixed-table-container,
#isf-functiewaarderingen-table-container .fixed-table-header table,
#isf-functiewaarderingen-table-container .fixed-table-body table {
  table-layout: auto !important;
  width: auto !important;
}

/* Allow table columns to grow based on content */
#isfFunctiewaarderingenTable {
    width: max-content !important;
}

/* Enable horizontal scrolling for functiewaarderingen */
#isf-functiewaarderingen-table-container .fixed-table-body {
    overflow-x: scroll !important;
    overflow-y: auto !important;
    flex: 1;
    min-height: 0;
}

/* Make functienaam column sticky */
#isf-functiewaarderingen-table-container td.sticky-col,
#isf-functiewaarderingen-table-container th.sticky-col {
    font-weight: bold;
    position: sticky !important;
    left: 0 !important;
    z-index: 100 !important;
    word-break: break-word;
    white-space: normal !important;
    min-width: 200px;
}

/* Allow functienaam column content to determine width */
#isf-functiewaarderingen-table-container td.isf-table-waarderingen-td-functie,
#isf-functiewaarderingen-table-container th:has(.isf-table-waarderingen-td-functie) {
    width: auto !important;
}

/* Force scrollbar to always be visible for functiewaarderingen */
#isf-functiewaarderingen-table-container .fixed-table-body::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 14px;
}

#isf-functiewaarderingen-table-container .fixed-table-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

#isf-functiewaarderingen-table-container .fixed-table-body::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#isfFunctiewaarderingenTable th,
#isf-functiewaarderingen-table-container .fixed-table-header th,
#isfFunctiewaarderingenTable td {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  padding: 8px !important;
}

/* Force columns to have same width in header and body */
#isf-functiewaarderingen-table-container .fixed-table-header,
#isf-functiewaarderingen-table-container .fixed-table-body {
  width: 100% !important;
}

/* Ensure header stays sticky */
#isf-functiewaarderingen-table-container .fixed-table-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
}


/* Remove border-radius from the search input */
#isf-voorbeeldfuncties-table-container .bootstrap-table .search input.form-control,
#isf-functiewaarderingen-table-container .bootstrap-table .search input.form-control  {
    border-radius: 0 !important;
}

#isf-voorbeeldfuncties-table-container .bootstrap-table .search,
#isf-functiewaarderingen-table-container .bootstrap-table .search {
    margin-right: -6px;
}

#isf-voorbeeldfuncties-table-container .bootstrap-table .btn-group,
#isf-functiewaarderingen-table-container .bootstrap-table .btn-group {
    height: 40px;
}

/*----------------End of ISF Matrix styling----------------*/

/*----------------Start of ISF Search styling----------------*/

ul#functies-list {
    position: absolute;
    top: 100%; /* places it just below the input group */
    left: 0;
    z-index: 1000;
    background-color: white;
    width: 100%; /* matches the width of the wrapper */
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #949494;
    border-top: none;      
    border-radius: 0;
    list-style: none;
    padding-top: 10px;
    padding-left:0;
}

ul#functies-list>li {
  margin-left: 10px;
  margin-bottom: 10px;
}

ul#functies-list>li>a {
    text-decoration: none;
    font-size: 18px;
    color: #051118;
}

#no-results-message {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 10px;
}

ul#functies-list>li:hover a {
  color: #F26201;
}

#functies-form-select,
#search-input-functies {
  border: 1px solid #949494 !important;
  border-radius: 0;
}

#functies-form-select{
  max-width: 200px;
  background-color: #567E7B;
  color: white;
}

#search-input-functies{
  min-width: 250px;
}

#functies-clear-search {
    font-size: 18px;
    padding: 4px 5px 5px 5px;
    border-radius: 0;
    color: #F26201;
    border-color: #F26201;
}

#functies-clear-search:hover {
    background-color: #F26201;
    color: #ffffff;
}

#functiesSearchbarWrapper {
  min-width: 400px;
}

/*----------------End of ISF Search styling----------------*/

/*----------------Start of ISF Contact styling----------------*/


#mailUrl {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    color: #F08000;
    text-decoration: none;
}

.contact-section {
    margin-top: 10vh;
    margin-bottom: 10vh;
    margin-right: 0;
    margin-left: 0;
}

.contact-block {
  display: flex;             
  align-items: center;        
  padding-top: 40px;
  padding-bottom: 40px; 
}

.contact-block img {
  max-height: 70px;      
  flex-shrink: 0;   
  padding-right: 20px       
}

.contact-block .main-text {
  flex: 1;
  margin-bottom: 0; 
  font-size: 18px;               
}

/*----------------End of ISF Contact styling----------------*/

/*----------------Start of Side Navigation styling----------------*/


:root {
  --header-h: 0px;
}

/* Sidebar is fixed; it stays in place on vertical scroll */
#sidebar {
  position: fixed;
  top: var(--header-h);
  height: 50vh;
  height: calc(100vh - var(--header-h)), 100vh;
  left: 0;
  overflow-y: auto;
  background-color: transparent;
  border-right: none !important;
  /* Horizontal slide in/out */
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1030; 
}

.sidebar-module {
    width: 200px;
}

.sidebar-isf {
    width: 300px;
}

#sidebar:not(.sidebar-sticky-wrapper) .list-group-item:not(#menu-close):hover {
  color: #F26201;
  font-weight: bold;
}

/* When collapsed is shown, Bootstrap adds .show; we use it to slide in */
#sidebar.show {
  transform: translateX(0);
}

/* Main content transitions its left margin for the “push” effect */
main {
  margin-left: 0;
  transition: margin-left 0.3s ease;
}

/* When the sidebar is open, push the content over by sidebar width */
.sidebar-open main {
  margin-left: 200px;
}

.breadcrumb {
  padding-left: 80px;
}

span.header-tag{
  padding: 6px;
  margin: 8px;
}

button#downloadPdfBtn.btn.btn-primary{
  padding: 6px !important;
  margin: 8px !important;
}

@media (max-width: 991.98px) { /* Bootstrap's lg breakpoint */
  .sidebar-open main {
    margin-left: 0; /* on mobile, don't push; sidebar overlays */
  }
}

#menu-hamburger {
  position: fixed;
  left: 0.75rem;
  top: calc(var(--header-h) + 8px);
  z-index: 1040;
}


/*----------------End of Side Navigation styling----------------*/

/*----------------Start of ISF Kenmerk table styling----------------*/


 /* Light blue similar to Bootstrap 5's bg-info-subtle */
 .cell-blue {
   background-color: #BED6D6 !important;
 }


 /* Left blue, right white */
 .cell-half-blue-left {
   background: linear-gradient(to right, var(--bs-info-bg-subtle, #BED6D6) 50%, #fff 50%);
 }

 /* right blue, left white */
 .cell-half-blue-right {
   background: linear-gradient(to left, var(--bs-info-bg-subtle, #BED6D6) 50%, #fff 50%);
 }

 /*Keep table text centered and aligned */
 .isf-kenmerk-table th,
 .isf-kenmerk-table td {
   text-align: center;
   vertical-align: middle;
   white-space: normal;
 }


 /* Let the table use all available width and distribute columns evenly */
 .isf-kenmerk-table {
   width: 90%;
   table-layout: fixed;
   /* equal column widths, enables wrapping */
   word-break: break-word;
   /* allow breaks inside long tokens */
   white-space: normal;
   /* allow wrapping in cells */
 }

 /*----------------End of ISF Kenmerk table styling----------------*/

  .isf-functiegroep-table td
 {
  text-align: center;
 }
  .isf-functiegroep-table th {
  text-align: center;
  color: #ffffff;
  background-color: #567E7B !important;
 }

 .isf-functiegroep-table {
  width: 40%;
  border-color: #051118;
 }

 #subsectorHeaderImage {
    height: 30vh;
    width: 100%;
    object-fit: cover;
    margin: 30px;
 }


  /*----------------Start of PDF print styling----------------*/

  
@media print {
  .pdf-exporting #introText p span,
  .pdf-exporting .key-result-area-description span, 
  .pdf-exporting #isf-valuation-table span {
    font-size: 12px !important;
  }

  .no-split,
  #pdfContent h1, 
  #pdfContent h2, 
  #pdfContent h3, 
  #pdfContent p, 
  #pdfContent li,
  #pdfContent .card,
  #pdfContent .section {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }

  #pdfContent { padding-bottom: 12px; }
}
.pdf-exporting {
padding-right: 20px !important;
}
  .pdf-exporting #introText p span,
  .pdf-exporting .key-result-area-description span, 
  .pdf-exporting #isf-valuation-table span {
    font-size: 12px !important;
  }



