/*#region main*/
html,body,blockquote,code,h1,h2,h3,h4,h5,h6,p,pre{margin:0;padding:0}
button,fieldset,form,input,legend,textarea,select{margin:0;padding:0}
fieldset{border:0}
a,a *{cursor:pointer}
div{margin:0;padding:0;background-color:transparent;text-align:left;}
hr,img{border:0}
applet,iframe,object{border:0;margin:0;padding:0}
button,input[type=button],input[type=image],input[type=reset],input[type=submit],label{cursor:pointer;}
ul,li{list-style:none;margin:0;padding:0;}
strong{font-weight:bold;}
em{font-style:italic;} 

input[type=button],input[type=image],input[type=reset],input[type=submit],textarea,input,select{
  font-family: "DM Sans" !important; 
  background-color: var(--input-dark);
}

body {
    background: var(--body-background);
    font-family: "DM Sans";
    color:var(--font-dark);
    user-select: none;
    overflow:hidden;
} 
textarea{
  background: var(--input-dark);
}
option{
  font-family: 'DM Sans', Helvetica;
}
.fullscreen {
  overflow-y:auto;
  height:100vh;
  scrollbar-color: var(--orama-white) var(--orama-dark-green) ;
}
.bodybackground {
  background-color: var(--body-background);
}
.black-cover {
  display: block; 
  position: fixed; 
  width: 100%; 
  height: 100%; 
  top: 0px; 
  z-index: 110; 
  background-color: var(--orama-cover);
  transition: all 0.3s;
}
.black-cover.close{
  background-color: var(--orama-white);
  z-index: -1; 
}
.black-cover2 {
  display: block; 
  position: fixed; 
  width: 100%; 
  height: 100%; 
  top: 0px; 
  z-index: 119; 
  background-color: var(--orama-cover);
  transition: all 0.3s;
}
.black-cover2.close{
  background-color: var(--orama-white);
  z-index: -1; 
}
.popup-middle {
  display: block; 
  position: absolute; 
  top: 15%; 
  left: 50%; 
  width: 90%;
  max-height:92vh;
  overflow-y: auto; 
  transform: translate(-50%, -100px); 
  z-index: 111; 
  border-radius: 0px; 
  background-color: var(--box-background); 
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.5s;
  border-radius: 10px;
}
@media (min-width:1000px) {
  .popup-middle {
    width: 40%;
  }
}
.popup-middle-50{
  width: 50%;
  min-width: 950px;
}
.popup-middle.close{
  top:150%;

}
.popup-middle2 {
  display: block; 
  position: absolute; 
  top: 20%; 
  left: 50%; 
  width: 90%;
  max-height:92vh;
  overflow-y: auto; 
  transform: translate(-50%, -100px); 
  z-index: 120; 
  border-radius: 0px; 
  background-color: var(--box-background); 
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.5s;
  border-radius: 10px;
}
@media (min-width:1000px) {
  .popup-middle2 {
  width:40%;
  }
}
.popup-middle2.close{
  top:150%;
}
.maintable{
  background-color: var(--panel-background);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}
.maintable:hover {
  filter: brightness(98%);
}
#inactivity-popup {
  z-index: 1000;
}

.right-side-table {
  margin-left: auto;
  margin-right: 10px;
  display: flex;
}

.inactivity-cover {
  display: block; 
  position: fixed; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0;
  z-index: 1000; 
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black overlay */
  backdrop-filter: blur(12px); /* heavy blur */
  -webkit-backdrop-filter: blur(12px); /* Safari support */
  transition: all 0.3s;
}

.inactivity-cover.close {
  background-color: transparent;
  backdrop-filter: none;
  z-index: -1;
}
/*#region date pickers*/
.flatpickr-day.selected{
  background-color: var(--orama-dark-green);
  border-color: var(--orama-dark-green);
}
.flatpickr-day.selected:hover{
  background-color: var(--orama-middle-green);
  border-color: var(--orama-middle-green);
}
.flatpickr-day.startRange,.flatpickr-day.endRange{
  background-color: var(--orama-middle-green) !important;
  border-color: var(--orama-middle-green) !important;
}
.flatpickr-day.selected.startRange,.flatpickr-day.selected.endRange{
  background-color: var(--orama-dark-green) !important;
  border-color: var(--orama-dark-green)  !important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow:-10px 0 0 var(--orama-middle-green) !important;
  box-shadow:-10px 0 0 var(--orama-middle-green) !important;
    
}
.date-picker-container {
  display: flex;
  gap: 10px; /* Adds space between the date pickers */
  margin-top: 10px;
  margin-bottom: 5px;
}
.date-picker {
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}  
.calendar-button:hover svg path{
  fill: var(--orama-dark-green);
} 
.calendar-button{
  position: absolute;
  right: 5px;
  border: none;
  padding: 5px;
  cursor: pointer;
  background: transparent;
}
.calendar-button path{
  fill: var(--font-light);
}
.calendar-button-action{
  position: absolute;
  right: 5px;
  border: none;
  padding: 5px;
  cursor: pointer;
  background: transparent;
}
/*#endregion*/
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltiptext {
  background-color: var(--orama-white);
  color: var(--orama-black);
  border: var(--orama-dark-green) 1px solid;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 130;
  left:300px; 
  top:300px;
  padding-left:5px;
  padding-right: 5px;
  opacity: 0;
  font-size: 90%;
  transition: opacity 0.5s ease-in-out;
}
.tooltiptextaction {
  visibility: hidden;
  width: max-content;
  background-color: var(--orama-white);
  color: var(--orama-black);
  border: var(--orama-dark-green) 1px solid;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
  text-align: center;
  border-radius: 6px;
  position: absolute;
  padding: 0px 5px;
  z-index: 130;
  bottom: 50%;
  right: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--orama-white);
  color: var(--orama-black);
  border: var(--orama-dark-green) 1px solid;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: -250%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .icontooltiptext {
  visibility: hidden;
  font-size: 13px;
  padding: 2px;
  background-color: var(--orama-white);
  color: var(--orama-black);
  border: var(--orama-dark-green) 1px solid;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext,.tooltip:hover .icontooltiptext, .tooltip:hover .tooltiptextaction{
  visibility: visible;
  opacity: 1;
}
/*#region switchLabel*/
.switchLabel {
  display: table-cell;
  position: relative;
  height: 18px;
  width: 40px;
  background-color: var(--orama-middle-grey);
  cursor: pointer;
  font-size: 0;
  color: transparent;
  border-radius: 9px;
}
.switchLabel.small{
  height: 16px;
  width: 30px;
}
.switchLabel:after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 1px;
  right: 23px;
  border-radius: 50%;
  background-color: var(--orama-all-white);
  box-shadow: 3px 0px 3px rgba(0,0,0,0.3);
}
.switchLabel.small:after {
  height: 14px;
  width: 14px;
  top: 1px;
  right: 15px;
}
.switchInput:checked + .switchLabel {
  background: var(--orama-dark-green);
}
.switchInput:checked + .switchLabel:after {
  right: 1px;
  box-shadow: -3px 0px 3px rgba(0,0,0,0.3);
}
.switchInput {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  bottom: 0;
}
.switchLabel {
  transition: background-color 500ms ease;
  &:after {
    transition: right 500ms ease, 
    background-color 500ms ease, 
    box-shadow 500ms ease;
  }
}
@media (max-width:500px) {
  .switchLabel-popup{
    position: fixed;
    z-index: 100;
    top:87px;
    right: 20px;
    border-radius: 10px;
    border: 1px solid var(--orama-black);
    background: var(--body-background);
  }
}
/*#endregion*/

/*#region display*/
.display-initial {
  display: initial;
}
.display-inlineblock {
  display: inline-block;
}
.display-block {
  display: block;
}
@media (max-width:900px) {
  .display-block-mobile{
    display: block;
  }
}
.display-flex {
  display: flex;
}
.display-flex-column {
  display: flex;
  flex-direction: column;
}
.display-inlineflex {
  display: inline-flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (max-width:500px) {
  .flex-basis-mobile {
    flex-basis: 100%;
  }
}
.display-tablecell {
  display: table-cell;
}
/*#endregion*/

/*#endregion*/
/*#region menu*/
.menu{
  position: fixed;
  background-color: var(--menu-background);
  z-index: 96;
  width: 100%;
}
.grid-menu{
  display: grid;
  grid-template-columns: 150px minmax(0,auto) 150px minmax(0,auto) 150px;
  grid-template-rows: 50px auto auto;
  padding: 20px 30px;
  height: fit-content;
  background-color: var(--menu-background);
  z-index: 96;
  position: relative;
  border-bottom: 1px solid var(--font-dark);
  max-height: 50px;
  transition: max-height 0.5s;
  overflow: hidden;
}
.expanded-menu{
  max-height: 250px;
}
.headerplaceholder{
  min-height: 100px;
}
.selected {
  color:var(--font-dark);
  font-weight:bold;
}
.unselected {
  color:var(--font-dark);
  font-weight:normal;
}
  .unselected:hover {
    color:var(--orama-dark-green);
  }
  .unselected:hover + .unselected-border {
    background-color:var(--orama-dark-green);
  }

.selected-border{
  background-color: var(--orama-dark-green);
}
.unselected-border{
  background-color: var(--menu-background);
}

.unselected-white{
  color:var(--orama-white);
  font-weight:normal;
  border-bottom: 2px solid #ccc;
}
.unselected-white:hover{
  color:var(--orama-middle-green);
  border-bottom: 2px solid var(--orama-middle-green);
}
.unselected-color{
  color:var(--orama-dark-green);
  font-weight:normal;
}
.unselected-color:hover{
  color:var(--orama-middle-green);
}

.options{
  opacity: 0;
  grid-area: 2 / 1 / span 1 / span 5;
}
.optionsreveal{
  opacity: 1;
  transition: 1s ease-out;
}
.optionpage{
  display: inline-block;
  position: relative;
  height: 30px;
  width: 100%;
  align-self: center;
  margin: 10px 0px;
  cursor: pointer;
}

.optionpage div:nth-child(1){
  line-height: 30px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  justify-self: center;
}
.optionpage div:nth-child(2){
  height: 2px;
  width: 40px;
  position:absolute;
  top:100%;
  left:50%;
  transform: translate(-50%,-100%);
}
.optionbutton
{
  display: flex;
  align-items: center;
  cursor: pointer;
  grid-area: 1 / 1 / span 1 / span 1;
  width: 50px;
}
.optionbutton svg > rect
{
  fill:var(--orama-black);
}
.optionbutton svg:hover > rect
{
  fill:var(--orama-dark-green);
}
.settings{
  display: flex;
  justify-self: center;
  padding-right: 5px;
  background-color: inherit;
  opacity: 0;
  grid-area: 3 / 1 / span 1 / span 5;
}
.settingsreveal{
  opacity: 1;
  transition: 1s ease-out;
}
.settingsbutton{
  align-self: center;
  cursor: pointer;
  padding-top: 6px;
  color: var(--font-dark);
}
.settingsbutton:hover > svg path
{
  fill: var(--orama-dark-green);
  color: var(--orama-dark-green);
}


.currentoption{
  width: max-content;
  margin: 10px 20px;
}
.currentoptionpage{
  text-align: start;
  position: relative;
  height: 30px;
  width: 100%;
}
.currentoptionpage div:nth-child(2){
  height: 2px;
  width: 40px;
  position:absolute;
  top:100%;
  transform: translateY(-100%);
}

.menu-height{
  height:100px;
}
.orama-leus{
  grid-area: 1 / 3 / span 1 / span 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orama-boxen{
  grid-area: 1 / 5 / span 1 / span 1;
  cursor: pointer;
}
.orama-boxen svg{
  height: 50px;
}
.orama-boxen svg rect:nth-child(1)
{
  fill:var(--orama-dark-green);
}
.orama-boxen svg rect:nth-child(2)
{
  fill:var(--orama-middle-green);
}
.orama-boxen svg rect:nth-child(3)
{
  fill:var(--orama-light-green);
}


.drop-down{
  position: absolute;
  padding: 10px;
  width: max-content;
  border: 1px solid var(--font-dark);
  border-radius: 5px;
  box-shadow: var(--box-shadow-small);
  z-index: 95;
  background-color: var(--body-background);
  transition: top 0.5s;
}
.drop-down-profile{
  right: 53%;
  top: -300px;
}
.drop-down-logout{
  right: 18%;
  top: -300px;
}
.drop-down-wheel{
  left: 53%;
  top: -300px;
}
.drop-down-logout.drop-downreveal {
  top: 100px;
}
.drop-down-logout .griditem-span1 {
  text-align: center;
}
.drop-downreveal{
  top: 290px;
}
.drop-down-profile p{
  color: var(--panel-font);
  cursor: pointer;
  padding: 2px;
}
.drop-down-profile p:hover {
  color:var(--orama-dark-green);
}

/*#region specifiek mobiel */
@media (max-width:500px){
  .grid-menu{
    padding: 10px 15px;
    grid-template-columns: 120px minmax(0, auto) 120px minmax(0,auto) 120px;
  }
  .optionbutton svg{
    width: 40px;
  }
  .orama-boxen svg{
    height: 40px;
  }
  .orama-leus{
    width:120px;
  }
  .orama-leus div{
    font-size: 13px;
  }
  .drop-down-profile,.drop-down-wheel{
    right: auto;
    left: 35%;
  }
  .headerplaceholder{
    min-height: 70px;
  }
  .headerplaceholder-mobile{
    min-height: 70px;
  }
}
@media (max-width:400px){
  .grid-menu{
    padding: 10px 15px;
    grid-template-columns: 90px minmax(0,auto) 120px minmax(0,auto) 90px;
  }
  .orama-boxen svg{
    height: 30px;
  }
  .optionbutton svg{
    width: 30px;
  }
}
/*#endregion*/ 
/*#region wide screen */
@media (min-width:900px){
  .grid-menu{
    grid-template-columns: 50px auto 150px 150px auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .optionbutton{
    display:none
  }
  .options{
    display: inline-block;
    grid-area: 1 / 1 / span 1 / span 1;
    opacity: 1;
  }
  
  .optionpage{
    display: inline-block;
    height: 30px;
    width: max-content;
    position: relative;
    align-self: center;
    margin: 10px;
  }
  .settings{
    display: flex;
    align-content: center;
    grid-area: 1 / 2 / span 1 / span 1;
    opacity: 1;
    margin-right: 10px;
    position: unset;
  }
  .currentoption{
    display: none;
  }
  .drop-down-profile{
    right: 435px;
    top:-300px;
    left: auto;
  }
  .drop-down-wheel{
    right: 210px;
    top: -300px;
    left: auto;
  }
  .drop-downreveal{
    top:100px;
  }
}
.environment-opties{
  display: flex;
  width: max-content;
}
.environment{
  padding: 5px;
  border-radius: 2px;
  font: bold;
  color: var(--panel-font);
  cursor: pointer;
}
.environment-selected{
  background-color: var(--orama-dark-green);
  color: var(--orama-hover);
}
.environment:hover{
  padding: 5px;
  border-radius: 2px;
  background-color: var(--orama-middle-green);
  color: var(--orama-hover);
}
/*#endregion*/ 
/*#endregion*/
/*#region sorteerfunctie*/
.maintableheaderitem:hover {
  background: var(--orama-hover);
}


.maintableheaderitem.no-hover:hover {
  background-color: initial; /* Disable hover effect */
}

.maintableheaderitem .sorteericon {
  opacity: 0.3; /* Greyed out */
  display: none; /* Hidden by default */
}

.maintableheaderitem:hover .sorteericon {
  display: inline-block; /* Show the icon on hover */
}

.sorteericon.selectedsorticon {
  opacity: 1;
}
/*#endregion*/
/*#region standaarden*/
.left-block {
  width:60%;
}

@media (max-width: 700px) {
  .right-block2 {
    width:100%;
    margin-left: auto;
    order: 2;
  }
}
.right-block {
  margin-left: auto;
  width:40%;
  order: 2;
  display:flex;
  align-items: center;
}
@media (min-width: 500px) {
  .right-block-desktop {
    margin-left: auto;
    order: 2;
    display:flex;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .right-block-mobile {
    margin-left: auto;
    display:flex;
    align-items: center;
  }
  .order-first-mobile{
    order: -1;
  }
}
.right-block2 {
  width:50%;
  margin-left: auto;
  order: 2;
}
.right-block3 {
  margin-left: auto;
  order: 2;
  align-items: center;
}
.column-perc-50 {
  width:50%;
}
.column-perc-40 {
  width:40%;
}
.column-perc-30 {
  width:30%;
}
.column-perc-20 {
  width:20%;
}
.column-perc-10 {
  width:10%;
}
.column-perc-5 {
  width:5%;
}
.column-auto {
  width:auto;
}
.white-container {
  box-shadow: var(--box-shadow);
  background-color: var(--panel-background);
  padding: 10px;
  border-radius: 10px;
}
.white-container-flat-wide {
  padding: 30px;
}

/*#region list-item*/
.list-item {
    width:100%;
    padding:0px 10px;
    box-sizing:border-box;
    align-items: center;
    position: relative;
} 
.list-item.big {
    align-items: start;
} 
.list-item-bullet {
  display:inline-block;
  width: 20px;
  line-height: 25px
}
.list-item-title-wider {
  display:inline-block;
  width: calc(100% - 60px);
  line-height: 25px;
}
.list-item-title-wide {
  display:inline-block;
  width: 75%;
  line-height: 25px;
  margin-left: 0px;
}
.list-item-title-medium {
  display: inline-block;
  width: 120px;
  overflow-y:auto;
  overflow-x:hidden;
  padding: 0px;

}
.list-item-title-medium-perc{
display: inline-block;
width: 30%;
}
.list-item-title-mwide {
  display:inline-block;
  width: 160px;
  line-height: 25px;
  box-sizing: border-box;
}
.list-item-title-msmall {
  width: 50%;
}
.list-item-title-loader {
  display:flex;
  line-height: 25px;
}
.list-item-container{
  background-color: var(--orama-white);
  border-radius: 10px;
  margin: 10px 0px;
  position: relative;
}
.list-subitem-container-white{
  width:100%-10px;
  max-height:0px;
  background-color: var(--orama-white);
  box-sizing:border-box;
  align-items: center;
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
  margin: 0px 10px;
  border-radius: 5px;
}
.list-subitem-container-white2{
  width:100%-20px;
  max-height:0px;
  background-color: var(--orama-white);
  box-sizing:border-box;
  align-items: center;
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
    @media (min-width: 600px) {
      .list-item-title-msmall {
        display:inline-block;
        width: 50%;
        line-height: 25px;
      }      
    }
  .list-item-status {
    display:flex;
    align-items: center;
    width: 70px;
  }
  @media (min-width: 600px) {
    .list-item-status {
      width: 120px;
    }
  }
  .list-item-textinput {
    width: calc(100% - 120px);
    color: var(--input-dark)
  }
  @media (max-width: 700px) {
    .list-item-textinput {
      width: 100%;
    }
  }
  .list-item-buttons {
    width: calc(100% - 120px);
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
  }
  @media (max-width: 700px) {
    .list-item-buttons {
      width: 100%;
    }
  }
  .list-item-progress {
    display:inline-block;
    width: 45px;
    text-align: center;
  }
  .list-item-date {
    display:inline-block;
    width: 95px;
  }
  @media (min-width: 600px) {
    .list-item-date {
      display:inline-block;
      width: 110px;
    }
  }
  .list-item-checkbox {
    display:inline-block;
    width: 170px;
  }
  .list-item-arrow {
    width: 30px;
    margin-left: auto;
    order: 2;
    display: flex;
    align-items: center;
  }
  .list-item-action {
    width: 70px;
    margin-left: 27%;
    order: 2;
  }
  .order-2 {
    margin-left: auto;
    order: 2;    
  }
  .griditem-last {
    grid-column: -2;
    order:2;    
  }
  .list-item-action .icon {
    cursor: pointer;  
    transition: transform 333ms ease-out, color 333ms;    
    color:var(--font-dark);
    margin-left:15px;

  text-align:center;
  line-height:1;
  }
  .list-item-action.open .icon {
    fill: var(--orama-middle-green);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .list-item-changegroup{
    margin-left: auto;
    margin-right: 1%;
    display: flex;
  }
 .list-item-arrow .icon {
  cursor: pointer;  
  transition: transform 333ms ease-out, color 333ms;    
  color:var(--font-dark);
  margin-left:15px;

  text-align:center;
  line-height:1;
 }

  .icon.open, .open .icon{
  transition: transform 333ms ease-out, color 333ms; 
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
 }

 .icon { 
  transition: transform 333ms ease-out, color 333ms; 
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
 }

  .list-item-arrow.open .icon {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
.list-item-datepicker {
  width: 140px;
  position: relative;
}
.list-item-datepicker-fill {
  width: calc(100% - 280px);
}
/*#endregion*/
/*#region subitem*/
.list-subitem-container {
  width:100%-10px;
  max-height:0px;
  box-sizing:border-box;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  margin: 0px 10px;
}
.list-subsub-container {
  width:100%;
  max-height:0px;
  box-sizing:border-box;
  align-items: center;
  transition: all 0.5s ease-in-out;
  scrollbar-color: var(--orama-middle-grey) var(--orama-white);
  scrollbar-width: thin;
  overflow-y: hidden;
}
.list-subitem-info {
  width:100%;
  box-sizing:border-box;
  padding:0px 0px 0px 10px;
  align-items: center;
  display: flex;
}
.list-subitem-info-iconbutton {
  display:inline-flex;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
}
.list-subitem-iconbutton:hover {
  color:var(--orama-middle-green);
}
.list-subitem-header {
  width:100%;
  padding:7px 20px 5px 20px;
  box-sizing:border-box;
  align-items: center;
  cursor: pointer;
}
/*#endregion*/
.inputtext-small {
  width:36px;
  height:25px;
  border-radius: 5px;
  border-width:0px;
  font-size:11px;
  box-sizing: border-box;
  text-align: center;
}
.inputtext-medium {
  width:75px;
  height:25px;
  border-radius: 5px;
  border-width:0px;
  font-size:11px;
  box-sizing: border-box;
  text-align: center;
}
.inputtext-mwide {
  width:90px;
  height:25px;
  border-radius: 5px;
  border-width:0px;
  font-size:11px;
  box-sizing: border-box;
  text-align: center;
}
.inputtext-wide {
  width:140px;
  height:25px;
  border-radius: 5px;
  border-width:0px;
  font-size:14px;
  box-sizing: border-box;
  text-align: center;
}
.inputtext-full {
  width:100%;
  border-width:0px;
  box-sizing: border-box;  
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
  resize: vertical;
}
.inputtext-area{
  width:100%;
  border-width:0px;
  box-sizing: border-box;  
  padding: 5px 10px;
  font-size: 14px;  
}
.inputtext-toelichting {
  width:100%;
  height: 50px;
  border-width:0px;
  box-sizing: border-box;  
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
  resize: vertical;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
/*#region text formatting*/
  .small-highlight{
    font-size:12px;
    color:var(--orama-middle-green);
  }
  .small-normal{
    font-size:12px;
  }
  .smaller-normal{
    font-size:11px;
  }
  @media (min-width: 600px) {
    .small-media{
      font-size:12px;
    } 
  }
  .normaltext {
    font-weight:normal;
    font-size:16px;
    color:var(--font-dark);
  }
  .statustext {
    font-weight:normal;
    font-size:16px;
    color:var(--font-dark);
  }
  .bold {
    font-weight:bold;
  }
  h1 {
    font-weight:600;
    color:var(--orama-dark-green);
    font-size:24px;
  }
  h2 {
    font-weight:normal;
    font-size:16px;
    color: var(--font-dark);
  }
  h4 {
      font-weight:600;
      color:var(--orama-dark-green);
  }
  h5 {
    font-weight:600;
    font-size:15px;
    color:var(--orama-dark-green);
    padding: 5px 10px;
  }
  h6 {
    font-weight:bold;
    font-size:15px;
    color:var(--font-dark);
  }
  .celltext {
    font-weight:normal;
    font-size:12px;
    font-family:Verdana;
    color:var(--orama-dark-green);
    margin-top:5px;
  }
  .action-arrow {
    color:var(--font-dark);
    font-weight:bold;
    font-size:14px;
    text-align:right;
    line-height:24px;
  }
  .warning-sign svg g{
    fill: var(--orama-dark-green);
  }
  
  .bullet {
    font-weight:bold;
    font-size:25px;
    color:var(--font-dark);
  }
  .pagetitle {
    font-weight:600;
    color:var(--orama-dark-green);
    font-size:24px;
    margin-bottom: 15px;
  }
  .subtitle {
    font-weight:normal;
    font-size:18px;
    color:var(--font-dark);
  }
/*#endregion*/
/*#region custom-select */
.custom-select {
  position: relative;
  width: 100%;
}

.cs-selected {
  padding: 0px 10px;
  cursor: pointer;
  background-color: var(--input-dark);
  color: var(--orama-black);
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  height: 28px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 28px;
  overflow: hidden;
}
.cs-selected-arrow{
  position: absolute;
  top: 7px;
  color: var(--orama-black);
  right: 10px;
}
.cs-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
  background-color: var(--orama-lighter-grey);
  color: var(--orama-all-black);
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--orama-light-grey);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}

.cs-dropdown li {
  padding: 0px 10px;
  height: 28px;
  cursor: pointer;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 28px;
  overflow: hidden;
}

.cs-dropdown li:hover {
  background: var(--orama-light-grey);
}

.custom-select.open .cs-dropdown {
  display: block;
}
/*#endregion*/


.color-block {
  background-color: var(--orama-middle-green);
  padding:2px 5px;
  color:var(--orama-white);
  border-radius: 5px;
  font-size: 14px;
  margin: 0px 5px;
}
.white-bordered-block{
  border: 1px solid var(--orama-middle-grey);
  color:var(--orama-middle-grey);
  font-size:12px;
  padding: 3px 15px;
  text-align: center;
}
.button {
  background-color: var(--orama-dark-green);
  padding:4px 5px;
  color:white;
  border-radius: 2px;
  font-size: 14px;
  text-align:center;
  cursor: pointer;
  user-select: none;
}
.button:hover {
  background-color: var(--orama-middle-green);
}
.button-bg-lighter {
  background-color: var(--orama-middle-green);
}
.button-bg-lighter:hover {
  background-color: var(--orama-middle-green);
}
.button-disabled {
  background-color: var(--orama-middle-grey);
  cursor: not-allowed !important;
}
.tablerow-button {
  padding: 3px 5px 0px;
  margin-left: 5px;
  width: 21px;
}
.copy-button {
  padding: 3px 5px 0px;
  margin-left: 5px;
  width: 21px;
}
.copy-button path{
  fill: white;
}
.tablerow-tooltip{
  position: absolute;
  left: 110%;
  background: var(--box-background);
  border: 1px solid #ccc;
  padding: 1em;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 1000;
  border-radius: 5px;
  bottom: -16px;
  min-width: 240px;
}
.tablerow-tooltip::before {
  content: '';
  position: absolute;
  bottom: 24px; /* afstand van bovenaf - pas aan voor je design */
  left: -8px; /* zorgt dat hij buiten de tooltip hangt */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid var(--box-background);  /* zelfde als tooltip background */
  z-index: 1001;
}
.tablerow-tooltip::after {
  content: '';
  position: absolute;
  bottom: 23px;   /* iets hoger voor border effect */
  left: -9px; /* net achter ::before */
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 9px solid #ccc;  /* zelfde als tooltip border */
  z-index: 1000;
}
.notallowed {
  cursor: not-allowed !important;
}
.alink{
  background:none;
  color: var(--orama-middle-green);
  padding:2px 0px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.alink:hover{
  text-decoration: underline;
  background:none;
}
.alink-icon svg path{
  fill:var(--orama-middle-green);
}
a:visited, a:active, a:link {
  text-decoration: none;
  color:red;
}
.icon-big {
  font-size: 20px;
  padding:0px;
}
.margin-wide {
  margin: 20px;
}
.margintop-10 {
  margin-top: 10px;
}
.margintop-9 {
  margin-top: 9px;
}
.margintop-small {
  margin-top: 5px;
}
@media (min-width:500px) {
  .margintop-small-desktop {
    margin-top: 5px;
  }
}
.margintop-smaller {
  margin-top: 2px;
}
.marginleft-smaller-neg {
  margin-left: -3px;
}
.marginleft-auto{
  margin-left: auto;
}
@media (max-width:500px){
  .marginleft-5-mobile{
    margin-left: 5px;
  }
  .marginleft-10-mobile{
    margin-left: 10px;
  }
  .marginleft-20-mobile{
    margin-left: 20px;
  }
}
.marginhorizontal-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.marginhorizontal-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.marginbottom-10 {
  margin-bottom: 10px;
}
.marginbottom-5 {
  margin-bottom: 5px;
}
.marginbottom-0 {
  margin-bottom: 0px;
}
@media (max-width:900px) {
  .marginbottom-small-mobile {
    margin-bottom:5px;
  }
}
.collapsed {
  margin-top: -100%;
  transition: all 1s;
}

body {
    background: var(--body-background);
    font-family: "DM Sans";
    color:var(--font-dark);
    user-select: none;
    overflow:hidden;
} 

.textalign-left{
  text-align:left;

}
.textalign-center{
  text-align:center;
}
.textalign-right{
  text-align:right;
}
@media (max-width:900px) {
  .textalign-right-mobile {    text-align:right;  }
  .textalign-center-mobile {    text-align:center;  }
}

.bordered-black {
  border: 1px solid var(--font-dark);
  border-radius: 5px;
}
@media (max-width:900px) {
  .borderbottom-mobile {
    border-bottom: 3px solid var(--panel-background);
}
}
.borderbottom-blue-hover:hover {
  border-bottom: 2px solid var(--orama-dark-green);
}

.borderbottom-normal {
  border-bottom: 2px solid var(--orama-black);
}

.borderbottom-normal-hover:hover {
  border-bottom: 1px solid var(--orama-black);
}

.borderradius-5 {
  border-radius:5px;
}
.borderradius-10 {
  border-radius:10px;
}
.borderradius-bottom-10{
  border-radius: 0px 0px 10px 10px;
}
@media (max-width:500px) {
  .borderradius-10-mobile{
    border-radius:10px;
  }
}
.border-none {
  border: none;
  outline:none;
}
.boxshadow{
  box-shadow: var(--box-shadow);
}
.boxshadow-none{
  box-shadow: none;
}
.boxsizing-borderbox {
  box-sizing:border-box;
}
.optiontab {
  border-radius: 0px;
  text-align:center;
  cursor: pointer;
  padding:10px;
  font-size: 12px;
  user-select: none;
}
.label-disabled {
  color:var(--orama-middle-grey);
}
.label-disabled:hover {
  color:var(--orama-dark-green);
  text-decoration: underline;
}
.fontweight-normal{
  font-weight: normal;
}
.fontweight-bold{
  font-weight: bold;
}
.fontstyle-italic{
  font-style: italic;
}
.marginleft-40 {
  margin-left:40px;
}
.marginleft-30 {
  margin-left:30px;
}
.marginleft-20 {
  margin-left:20px;
}
.marginleft-15 {
  margin-left:15px;
}
.marginleft-10 {
  margin-left:10px;
}
.marginleft-5 {
  margin-left:5px;
}
.marginleft-neg100{
  margin-left:-100px;
}
.marginleft-neg15{
  margin-left:-15px;
}
.marginleft-neg10{
  margin-left:-10px;
}
.margintop-5 {
  margin-top:5px;
}
.margin-15 {
  margin:15px;
}
.margin-10 {
  margin:10px;
}
.margin-5 {
  margin:5px;
}
@media(max-width:900px) {
  .marginleft-10-mobile {
    margin-left:10px;
  }
  .marginleft-15-mobile {
    margin-left:15px;
  }
}
.marginright-12{
  margin-right: 12px;
}
.marginright-10{
  margin-right: 10px;
}
.marginright-6{
  margin-right: 6px;
}
.marginright-auto{
  margin-right: auto;
}
@media(max-width:900px) {
  .marginright-45-mobile {
    margin-right:45px;
  }
}
.color-transparent{
  color:transparent;
}
.pointerevents-none {
  pointer-events: none;
}
.overflow-ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 25px);
}
.textoverflow-ellipsis{
  text-overflow: ellipsis;
}
.nowrap{
  white-space: nowrap;
}
.overflowy-auto{
  overflow-y: auto;
}
.overflowy-hidden{
  overflow-y: hidden;
}
.overflowx-hidden{
  overflow-x: hidden;
}
.overflow-hidden{
  overflow: hidden;
}
.scrollbargutter-stable{
  scrollbar-gutter: stable;
}
.scrollbar-thin {
  scrollbar-color: var(--orama-middle-grey) var(--orama-white);
  scrollbar-width: thin;
}

.maxheight-0 {
  max-height:0px;
}
.maxheight-200 {
  max-height:200px;
}
.maxheight-400 {
  max-height:400px;
}
.maxheight-500 {
  max-height:500px;
}
.maxheight-transition {
  transition: max-height 1.5s;
}
.minwidth-200 {
  min-width:200px;
}
.minwidth-150 {
  min-width:200px;
}
.minwidth-100 {
  min-width:100px;
}
.minwidth-50 {
  min-width:50px;
}
.maxwidth-perc-75 {
  max-width: 75%;
}
.maxwidth-perc-100 {
  max-width: 100%;
}
.width-perc-100 {
  width:100%;
}
.width-perc-80 {
  width:80%;
}
.width-130 {
  width:130px;
}
.width-150 {
  width:150px;
}
.width-170 {
  width:170px;
}
.width-200 {
  width:200px;
}
.width-210 {
  width:210px;
}
.width-240 {
  width:240px;
}
.width-250 {
  width:250px;
}
.width-300 {
  width:300px;
}
.width-350 {
  width:300px;
}

.width-fit {
  width:fit-content;
}
.float-right {
  float:right;
}
@media(max-width:900px) {
  .float-right-mobile {
    float:right;
  } 
}
.cursor-pointer {
  cursor:pointer;
}
.cursor-text {
  cursor:text;
}
.cursor-text {
  cursor:text;
}
.position-absolute{
  position:absolute;
}
.position-relative{
  position:relative;
}
.transition{
  transition: all 0.5s;
}
.opacity-0{
  opacity: 0;
  pointer-events: none;
  cursor: none;
  transition: opacity 0.5s ease;
}
.show-opacity {
  opacity: 1;
  pointer-events: all;
  cursor: auto;
}
/*#region achtergronden*/ 
.bg-tablerow{
  background: var(--orama-white);
}
.bg-tablerow:hover{
  background: var(--orama-hover);
}
.bg-panel{
  background: var(--panel-background);
}
.bg-box{
  background: var(--box-background);
}
.bg-dark{
  background: var(--orama-dark-green);
}
.bg-dark-hover:hover {
  background: var(--orama-dark-green);
}
.bg-light-grey {
  background: var(--orama-middle-grey);
}
.bg-white {
  background: var(--orama-white);
}
.bg-green{
  background: var(--orama-middle-green);
}
.bg-black{
  background: var(--orama-black);
}
.bg-darkgreen{
  background:var(--orama-dark-green);
}
.bg-none{
  background:inherit;
}
.bg-lowerbrightness-hover-95:hover {
    filter: brightness(95%);
}
@keyframes pulse-highlight {
  0%   { background-color: transparent; }
  50%  { background-color: var(--orama-soft-green); }
  100% { background-color: transparent; }
}

.highlight {
  animation: pulse-highlight 3s ease-in-out infinite;
}

@keyframes form-highlight {
  0%   { background-color: transparent; }
  50%  { background-color: rgba(6,125,74,0.25); }
  100% { background-color: transparent; }
}
.formhighlight{
  position: relative;
}
.formhighlight::before {
  content: "";
  position: absolute;
  top: 13%;
  left: 0%;
  width: 87.5%;
  height: 100%;
  animation: form-highlight 3s ease-in-out infinite;
  z-index: 1000;
  pointer-events: none;
  border-radius: 5px;
}
/*#endregion*/ 
/*#region fonts*/ 
.font-white {
  color:var(--orama-white);
}

.font-white-visited:visited {
  color:var(--orama-white);
}
.font-white-visited:active {
  color:var(--orama-white);
}
.font-white-visited:link {
  color:var(--orama-white);
}
.font-white-hover:hover {
  color:var(--orama-white);
}
.font-black {
  color:var(--font-dark);
}
.font-panel{
  color:var(--panel-font);
}
.font-box{
  color: var(--box-font);
}
.font-bright{
  color: var(--font-bright);
}
.font-dark{
  color: var(--font-dark);
}
.font-light{
  color: var(--font-light);
}
.font-title{
  color: var(--orama-dark-green);
  font-size: 20px;
  font-weight: bold;
}
.font-grey {
  color:var(--orama-middle-grey);
}
.font-middle-grey {
  color:var(--middle-grey);
}
.font-middlegreen{
  color:var(--orama-middle-green);
}
.font-middlegreen-hover:hover{
  color:var(--orama-middle-green);
}
.font-green{
  color:var(--orama-dark-green);
}
.font-green:disabled{
  color:rgb(66,170,134);
}
.font-noinput {
  color: var(--input-dark);
}
.font-disabled {
  color: var(--disabled-color);
}
.font-warning {
  color:var(--orama-warning);
}
.font-warning:disabled {
  color: rgb(255,100,100);
}
.font-green-hover:hover {
  color:var(--orama-dark-green);
}
.icon-orange svg path{
  stroke:var(--orama-orange);
}
.icon-neutral svg path{
  stroke:var(--orama-middle-grey);
}
.fontsize-10 {
  font-size: 10px;
}
.fontsize-11 {
  font-size: 11px;
}
.fontsize-12 {
  font-size: 12px;
}
.fontsize-13 {
  font-size: 13px;
}
.fontsize-14 {
  font-size: 14px;
}
.fontsize-16 {
  font-size: 16px;
}
.fontsize-18 {
  font-size: 18px;
}
.fontsize-20 {
  font-size: 20px;
}

.fontsize-36 {
  font-size: 36px;
}

@media (max-width:900px) {
  .fontsize-18-mobile {
    font-size: 18px;
  }
}
/*#endregion*/ 
/*#region afmetingen*/
.fixedlineheight-wider {
  line-height:48px;
}
.fixedlineheight-wide {
  line-height:35px;
}
.fixedlineheight-medium {
  line-height:30px;
}
.fixedlineheight-normal {
  line-height:15px;
}
.fixedwidth-250 {
  width:250px;
}
.fixedwidth-300 {
  width:300px;
}
.fixedwidth-350 {
  width:350px;
}
.fixedlineheight-small {
  line-height:10px;
}
.fixedwidth-wider {
  width:150px;
}
.fixedwidth-wide {
  width:110px;
}
.fixedwidth-medium {
  width:90px;
}
.fixedwidth-small {
  width:40px;
}
.fixedwidth-perc-100 {
  width:100%;
}
.autowidth{
  width: auto;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-flex-end{
  align-items:flex-end;
}

/*#region fixed row heights*/
.fixedrowheight-page {
  height:1200px;
}
.fixedrowheight-wider {
  height:48px;
}
.fixedrowheight-wide {
  height:35px;
}
.fixedrowheight-medium {
  height:30px;
}
.fixedrowheight-msmall {
  height:20px;
}
.fixedrowheight-small {
  height:10px;
}
.fixedrowheight-7 {
  height:7px;
}
.fixedrowheight-smaller {
  height:5px;
}
@media (max-width:1050px) {
  .fixedrowheight-zero-media {
    height:0px;
  }
  .maxrowheight-mobile{
    height: max-content;
  }
}

.aligncontent-center{
  align-content: center;
}
.alignitems-center{
  align-items: center;
}
.alignself-center{
  align-self: center;
}

.justifycontent-center{
  justify-content: center;
}
.justifycontent-end{
  justify-content: end;
}
.justifyitems-center{
  justify-items: center;
}
.justifyself-center{
  justify-self: center;
}

/*#endregion*/

.z-index-achtergrond{
  position: absolute;
  z-index:-1;
}
/*#endregion*/
/*#region padding*/
.padding-horizontal-30{
  padding-left:30px;
  padding-right:30px;
}
.padding-horizontal-20{
  padding-left:20px;
  padding-right:20px;
}
@media(min-width:500px) {
  .padding-horizontal-20-desktop{
  padding-left:20px;
  padding-right:20px;
  }
}
.padding-horizontal-10{
  padding-left:10px;
  padding-right:10px;
}
@media(min-width:500px) {
  .padding-horizontal-10-desktop{
  padding-left:10px;
  padding-right:10px;
  }
}
.padding-horizontal-5{
  padding-left:5px;
  padding-right:5px;
}
.padding-left-zero{
  padding-left:0px;
}
.padding-vertical-3{
  padding-top:3px;
  padding-bottom:3px;
}
.padding-vertical-15{
  padding-top:    15px;
  padding-bottom: 15px;
}
.padding-vertical-10{
  padding-top:    10px;
  padding-bottom: 10px;
}
.padding-vertical-5{
  padding-top:    5px;
  padding-bottom: 5px;
}
.padding-vertical-30{
  padding-top:30px;
  padding-bottom:30px;
}
.padding-top-10 {
  padding-top:10px;
}
.padding-top-7 {
  padding-top:7px;
}
.padding-top-5 {
  padding-top:5px;
}
.padding-top-4 {
  padding-top:4px;
}
.padding-bottom-5{
  padding-bottom: 5px;
}
.padding-3 {
  padding: 3px;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-5-10 {
  padding: 5px 10px;
}
.padding-8-5 {
  padding: 8px 5px;
}

.padding-10-5 {
  padding: 10px 5px;
}
.padding-10-25 {
  padding: 10px 25px;
}
.padding-12-5 {
  padding: 12px 5px;
}
.padding-2-5 {
  padding: 2px 5px;
}
.padding-left-24 {
  padding-left:24px;
}
.padding-left-10 {
  padding-left:10px;
}
.padding-wide {
  padding:0px 30px 30px 30px;
}
.padding-login {
  padding:15px 30px 15px 30px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-zero {
  padding:0px;
}
.padding-left-zero{
  padding-left:0px;
}
.padding-horizontal-zero {
  padding-left:0px;
  padding-right:0px;
}
.lineheight-zero{
  line-height: 0;
}
@media (max-width:1050px) {
  .padding-vertical-zero-media {
    padding-top:0px;
    padding-bottom:0px;
  }
}
@media (max-width:900px) {
  .padding-vertical-10-mobile {
    padding-top:10px;
    padding-bottom:10px;    
  }
}
@media (max-width:500px) {
  .padding-left-5-mobile{
    padding-left:5px;
  }
}
/*#endregion*/
/*#endregion*/
/*#region basetable*/
@media (max-width:900px) {
  .collapsed-row{
    max-height: 40px;
    transition: max-height 0.5s;
    overflow: hidden;
  }
  .expanded-row{
    max-height: 500px;
    overflow-y: auto;
  }
  .position-icon-mobile{
    top:18px;
    right: 30px;
  }
  .position-deadline-mobile{
    top:17px;
    right: 20px;
    color: var(--orama-middle-green);
  }
}
/*#region search and archived*/
.search-container {
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  position: relative;
}

.search-box {
  padding: 5px 10px;
  border-radius: 3px;
  width: 100%;
  outline: none;
  font-size: 14px;
  border: 1px solid rgb(200,200,200);
  color: var(--font-dark);
}

.search-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
}
.search-icon {
  position: absolute;
  right: 10px;
  color: var(--orama-middle-grey);
  font-size: 12px;
}
.archived-row {
  position: relative; 
}

.archived-row::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0.6;
  pointer-events: none; /* so clicks pass through */
  z-index: 1;
  background-color: var(--disabled-background);
  border-radius: inherit;
}

.archived-row svg {
  position: relative;    /* enable z-index */
  z-index: 2;            /* above overlay's z-index 1 */
}

.show-filter {
  opacity: 1;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  pointer-events: all;
  cursor: auto;
}

.show-filter.show-filter-hidden {
  opacity: 0;
  pointer-events: none;
  cursor: none;
}

.search-archive-container {
  display: flex;
  align-items: center;
}
.switch-archive{
  border-radius: 8px;
  cursor: pointer;
  padding: 3px;
  align-items: center;
  display: flex;
  margin-left: 5px;
}
.switch-archive path{
  color: var(--orama-middle-grey); 
}
.switch-archive:hover{
  background-color: var(--disabled-background);
}
.switch-archive.selected path {
  color: var(--orama-middle-green);
}
/*#endregion*/
/*#region basetable subcontainers*/
.subtable {
  background-color: var(--orama-soft-green);
  position: relative;
}
.subtable::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  border-top: solid 1px var(--orama-light-grey);
  pointer-events: none;
}
.subtable-2 {
  position: relative;
}
.subtable-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16%; 
  width: 80%; 
  border-top: 1px solid var(--orama-dark-green);
}
.subtable-2-not-last::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16%;
  width: 80%;
  border-bottom: 1px solid var(--orama-dark-green);
}
/*#endregion*/
/*#endregion*/

/*#region Grid */    
  .grid {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 20px;
          grid-row-gap: 20px;
          margin: 30px 20px;
        }
        @media (min-width: 1350px) {
          .grid {
          grid-template-columns: 1310px;
            width: fit-content;
            margin:30px auto;
          }
        }

    .grid-full {
      display: grid;
      grid-template-columns: 1fr;
      grid-column-gap: 0px;
      margin: 30px 20px;
      padding: 10px 10px;
    }
      @media (min-width: 1350px) {
        .grid-full {
          width:1320px;
          margin:10px auto;
        }
      }

  .innergrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 30px 20px;
    border: 1px solid var(--orama-black);
  }
  @media (min-width:700px) {
    .innergrid {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 0px;
      grid-auto-rows: 50%;
      margin: 0px 0px;
    }
  }

  .grid-item {  
      padding: 0px;
      list-style: none;
      text-decoration: none;
  }
  .grid-item-row {
    width:100%;
    display:flex;
  }
/*#endregion*/
/*#region grid centered */
  .centered {
    margin:30px;
    width:auto;
    padding:0px;
    background: var(--panel-background);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
  }
    @media (min-width:600px) { 
      .centered { 
        margin:100px auto; 
        width:600px;
      } 
    }
  
  .grid-centered {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    padding: 0px 10px;
    border-radius: 10px;
  }
/*#endregion*/
/*#region Grid2 */ 
  .grid2 {
    display:grid;
    grid-template-columns: 33.333% 33.333% 33.333%; 
  }
  .grid2-item1 {
    grid-column: 1 / 3;
  }
  .grid2-item2 {
    grid-column: 3 / 5;
  }
  .grid2-item3 {
    grid-column: 1 / 2;
  }
  .grid2-item4 {
    grid-column: 2 / 3;
  }
  .grid2-item5 {
    grid-column: 3 / 4;
  }
  .grid2-item6 {
    grid-column: 4 / 5;
  }
@media (min-width:900px) {
  .grid2 {
    display:grid;
    grid-template-columns: 25% 20% 12% 12% 15% 12% 4%;
  }
  .grid2-item1 {
    grid-column: 1 / 5;
  }
  .grid2-item2 {
    grid-column: 5 / 8;
  }
  .grid2-item3 {
    grid-column: 8 / 10;
  }
  .grid2-item4 {
    grid-column: 10 / 12;
  }
  .grid2-item5 {
    grid-column: 12 / 14;
  }
  .grid2-item6 {
    grid-column: 14 / 16;
  }
}
/*#endregion*/
/*#region formgrid */ 
.formgrid {
  display:grid;
  grid-template-columns: 100%; 
} 
  @media (min-width:900px) {
    .formgrid {grid-template-columns: 25% 75%;}
  }
/*#endregion*/
/*#region grid algemene spans */
.grid-12 {
  display:grid;
  grid-template-columns: repeat(12, 1fr); 
}
.grid-8 {
  display:grid;
  grid-template-columns: repeat(8, 1fr); 
}
.grid-24 {
  display:grid;
  grid-template-columns: repeat(24, 1fr); 
}
.grid-4 {
  display:grid;
  grid-template-columns: repeat(4, 1fr); 
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 900px) { 
  .grid-2-mobile {
    display:grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.white-space-normal {
  white-space: normal;
}

  /*#region griditem general */
    .griditem-span1 {grid-column: span 1;}
    .griditem-span2 {grid-column: span 2;}
    .griditem-span3 {grid-column: span 3;}
    .griditem-span4 {grid-column: span 4;}
    .griditem-span5 {grid-column: span 5;}
    .griditem-span6 {grid-column: span 6;}
    .griditem-span7 {grid-column: span 7;}
    .griditem-span8 {grid-column: span 8;}
    .griditem-span9 {grid-column: span 9;}
    .griditem-span10 {grid-column: span 10;}
    .griditem-span11 {grid-column: span 11;}
    .griditem-span12 {grid-column: span 12;}
    .griditem-span13 {grid-column: span 13;}
    .griditem-span14 {grid-column: span 14;}
    .griditem-span15 {grid-column: span 15;}
    .griditem-span16 {grid-column: span 16;}
    .griditem-span17 {grid-column: span 17;}
    .griditem-span18 {grid-column: span 18;}
    .griditem-span19 {grid-column: span 19;}
    .griditem-span20 {grid-column: span 20;}
    .griditem-span21 {grid-column: span 21;}
    .griditem-span22 {grid-column: span 22;}
    .griditem-span23 {grid-column: span 23;}
    .griditem-span24 {grid-column: span 24;}
    /*#endregion*/
  /*#region griditem mobile */
  @media (max-width: 900px) { 
    .griditem-span0-mobile {display: none;} 
    .griditem-span1-mobile {grid-column: span 1;}
    .griditem-span2-mobile {grid-column: span 2;}
    .griditem-span3-mobile {grid-column: span 3;}
    .griditem-span4-mobile {grid-column: span 4;}
    .griditem-span5-mobile {grid-column: span 5;}
    .griditem-span6-mobile {grid-column: span 6;}
    .griditem-span7-mobile {grid-column: span 7;}
    .griditem-span8-mobile {grid-column: span 8;}
    .griditem-span9-mobile {grid-column: span 9;}
    .griditem-span10-mobile {grid-column: span 10;}
    .griditem-span11-mobile {grid-column: span 11;}
    .griditem-span12-mobile {grid-column: span 12;}
    .griditem-span13-mobile {grid-column: span 13;}
    .griditem-span14-mobile {grid-column: span 14;}
    .griditem-span15-mobile {grid-column: span 15;}
    .griditem-span16-mobile {grid-column: span 16;}
    .griditem-span17-mobile {grid-column: span 17;}
    .griditem-span18-mobile {grid-column: span 18;}
    .griditem-span19-mobile {grid-column: span 19;}
    .griditem-span20-mobile {grid-column: span 20;}
    .griditem-span21-mobile {grid-column: span 21;}
    .griditem-span22-mobile {grid-column: span 22;}
    .griditem-span23-mobile {grid-column: span 23;}
    .griditem-span24-mobile {grid-column: span 24;}
    .griditem-row4-mobile {grid-row: 4;}
    }
  /*#endregion*/
  /*#region griditem desktop */
  @media (min-width: 700px) { 
    .griditem-span1-desktop {grid-column: span 1;}
    .griditem-span2-desktop {grid-column: span 2;}
    .griditem-span3-desktop {grid-column: span 3;}
    .griditem-span4-desktop {grid-column: span 4;}
    .griditem-span5-desktop {grid-column: span 5;}
    .griditem-span6-desktop {grid-column: span 6;}
    .griditem-span7-desktop {grid-column: span 7;}
    .griditem-span8-desktop {grid-column: span 8;}
    .griditem-span9-desktop {grid-column: span 9;}
    .griditem-span10-desktop {grid-column: span 10;}
    .griditem-span11-desktop {grid-column: span 11;}
    .griditem-span12-desktop {grid-column: span 12;}
    .griditem-span13-desktop {grid-column: span 13;}
    .griditem-span14-desktop {grid-column: span 14;}
    .griditem-span15-desktop {grid-column: span 15;}
    .griditem-span16-desktop {grid-column: span 16;}
    .griditem-span17-desktop {grid-column: span 17;}
    .griditem-span18-desktop {grid-column: span 18;}
    .griditem-span19-desktop {grid-column: span 19;}
    .griditem-span20-desktop {grid-column: span 20;}
    }
    /*#endregion*/
/*#endregion*/
.flex-wrap{
  flex-wrap: wrap;
}
.iconbutton {
  width:25px;
  height:25px;
  color:var(--orama-dark-green);
  cursor:pointer;
}
.iconbutton-grey{
  width:25px;
  height:25px;
  color:var(--orama-middle-grey);
  cursor:pointer;
}
.iconbutton.small {
  width:20px;
  height:20px;  
}



.iconbutton:hover, .iconbutton-grey:hover {
  color:var(--orama-middle-green);
}
.iconbutton-table {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.iconbutton-table span svg{
  width:20px;
  height:20px;
  color:var(--orama-dark-green);
  cursor:pointer;
  flex-shrink: 0;
  background-color: var(--orama-soft-green);
  border-radius: 50%
}
.iconbutton-table span + span{
  margin-left: -7px;
}
.iconbutton-table span span{
  margin-left: 5px;
}
.tablebutton{
  color: var(--orama-black);
  cursor: pointer;
  background: transparent;
  border: none;
  margin-top: 2px;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.tablebutton svg{
  transition: transform 0.5s ease;
  transform-origin: center;
  transform-box: fill-box;
  transform: rotate(0deg) translateZ(0);
}
.tablebutton:not(:disabled).rotated svg:first-of-type{
  transform: rotate(180deg) translateZ(0);
}
.tablebutton:hover:not(:disabled){
  color:var(--orama-dark-green);
  cursor:pointer;
}
.tablebutton:disabled{
  background: transparent;
  border: none;
  color:var(--orama-middle-grey);
  cursor:not-allowed;
  opacity: 0.6;
}
.buttonerror{
  color: var(--orama-warning);
}
.icon-medium {
  width:25px;
  height:25px;
}
.logout {
  height: 20px;
  width: 60px;
  overflow: hidden;
}
.bullet-before::before {
  content:'\2022';
  position:relative;
  top:25px;
  left:-15px;
  font-size:18px;
}

.infobutton {
  color: var(--orama-middle-grey);
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.info-bubble {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px; /* Rounded corners */
  padding: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 500px;
  display: none;
  z-index: 10;
  font-size: 14px;
}

.info-bubble::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px;
  border-color: white transparent transparent transparent;
  top: -19px;  /* Move it above the bubble */
  right: 10px; /* Position it towards the top right */
  transform: rotate(180deg);
  display: block;
}


.underline-dotted {
  text-decoration: underline dotted;
  text-underline-offset: 8px;
}
.underline-none {
  text-decoration: none;
}

.actionfilterdropdown {
  overflow-y:auto;
  max-height: 150px;
}

.actionfilterdropdownitem {
  border-bottom: 1px dotted var(--font-dark); 
  cursor: pointer;
  color: var(--font-dark);
  background-color: none;
  font-weight: normal;
  font-size: medium;
  margin-bottom: 2px;
}

.actionfilterdropdownitem:hover {
  color: var(--orama-middle-green); /* Match the main text color */
  font-weight: bold; /* Highlighted text */
  border-bottom: 1px dotted var(--orama-middle-green); 
}

.actiondropdown {
  position: absolute;
  z-index: 95;
  padding: 0; /* No padding initially for height transition */
  overflow: hidden; /* Prevent content overflow during the transition */
  transition: max-height 0.3s ease-in-out; /* Smooth height transition */
  max-height: 0; /* Initially hidden */
  background-color: var(--body-background);
  opacity: 0.8;
}

/* Show Dropdown */
.actiondropdown-show {
  max-height: 200px; /* Set a height that fits the content */
}

.editprofilebutton {
    position: relative;
    left: 200px;
    top: -48px;
    background-color: var(--orama-white);
    border-radius: 25%;
    cursor: pointer;
}
.editprofilebutton:hover {
  color: var(--orama-middle-green);
}

.width-calc-30 {
  width: calc(100% - 30px);
}
.width-calc-20 {
  width: calc(100% - 20px);
}
.custom-radio {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 8px;
  user-select: none;
}
.custom-radio input[type="radio"] {
  display: none;
}
.radio-mark {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: var(--orama-grey); /* grey when not selected */
  margin-right: 10px;
  border: 2px solid var(--orama-grey);
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
}
.custom-radio input[type="radio"]:checked + .radio-mark {
  background-color: var(--orama-dark-green); /* green when selected */
  border-color: var(--orama-dark-green);
}
.radio-mark::after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.custom-radio input[type="radio"]:checked + .radio-mark::after {
  display: block;
}
.accountbutton {
  color: white;
  background-color: var(--orama-all-black);
  border-radius: 0.5rem;
  line-height: 1.4rem;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  border: none;
}
.accountbutton:hover {
  background-color: var(--middle-grey);
}