body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.onderElkaar {
  display: flex;
  flex-direction: column;
}

.naastElkaar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px;
}

.billTable {
  display: flex;
  width: 400px;
  place-content: space-between;
  font-size: 1.2em;
}

.billInfoName {
  font-weight: 600;
}

.billInfoData {
}

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

.linkImg p {
  background-color: white;
}

.eitje-dropdown {
  min-width: 100px;
}

body {
  cursor: default;
  font-family: BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.42857142857143;
  font-style: normal;
  font-weight: 400;
  color: #2b2b2b;
  margin: 0px;
  padding: 0px;
}

.home h1 {
  font-family: 'avenir' !important;
}

p {
  margin-bottom: 0px !important;
}

.modal p {
  font-weight: 600;
  color: #828282;
  font-size: 12px;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #09d3ac;
}

.bor {
  border: 1px solid #eee;
}

.flex {
  display: flex;
}

.rowColumn {
  display: flex;
  justify-content: column;
  align-items: flex-start;
}

.rowFlex {
  display: flex;
  flex-direction: row;
}

.rowCenterFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fCol {
  display: flex;
  flex-direction: column;
}

.fRow {
  display: flex;
  flex-direction: row;
}

.fRowM {
  display: flex;
  flex-direction: row;
}

.jCen {
  justify-content: center;
}

.jEnd {
  justify-content: flex-end;
}

.aCen {
  align-items: center;
}

.jSta {
  justify-content: flex-start;
}

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

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

.jBetween {
  justify-content: space-between;
}

.columnCenterFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.centerTopFlex {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.startFlex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.endFlex {
  display: flex;
  justify-content: flex-end;
}

.centerCenterFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexBetweenColumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.containerNav {
  position: fixed;
  height: 100vh;
  background-color: #f5f8fa;
  padding-left: 24px;
  padding-right: 24px;
}

#header {
  padding: 0px 24px 0px 32px;
  position: relative;
  z-index: 500;
  height: 60px;
  width: calc(100% - 80px);
  position: fixed;
  margin-left: 80px;
  background-color: white;
  border-bottom: 1px solid #eeeeee75;
}

.avatar {
  margin-bottom: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid white;
  background-color: #e6f7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0px 10px 0 rgba(34, 43, 55, 0.1);
}

.avatar p {
  color: #0496ff;
  font-weight: 600;
  font-size: 14px;
}

.ant-select-selector {
  height: 34px !important;
}

.hover {
  cursor: pointer;
}

.sidebar {
  z-index: 510;
  background-color: #0496ff;
  height: 100vh;
  position: fixed;
  padding: 0px 0px 36px 0px;
  width: 80px;
}

.topDiv {
  margin-top: 60px;
  padding-top: 4px;
  background-color: white;
}

.menuToggler {
  position: absolute;
  top: 12px;
}

.leftie {
  left: 244px;
  transition: left 0.6s;
}

.rightie {
  left: 64px;
  transition: left 0.6s;
}

.navFull {
  transition: width 0.6s;
  width: 240px;
}

.navSmall {
  width: 80px;
  transition: width 0.6s;
}

.sidebarLink {
  padding: 12px;
}

.containerContent {
  margin-left: 80px;
  background-color: white;
  width: calc(100% - 80px);
}

.logo {
  width: 88px;
  margin-right: 24px;
  margin-left: 32px;
}

.home {
  height: 100vh;
}

.nav {
  margin-top: 12px;
}

.nav a {
  color: #828282;
}

.nav a:hover {
  color: #0496ff;
}

.nav img {
  margin: 20px;
}

.ant-dropdown {
  z-index: 20000;
}

h1 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}

.home .ant-btn {
  font-weight: 900 !important;
  background-color: #ffc48c !important;
  border: 0px !important;
  color: white !important;
  font-size: 16px !important;
  height: 40px !important;
  font-family: 'avenir' !important;
}

.home .ant-btn:hover {
  background-color: #f6b271 !important;
}

.ant-btn.orange {
  font-weight: 900 !important;
  background-color: #ffc48c !important;
  border: 0px !important;
  color: white !important;
  font-family: 'avenir' !important;
}

.ant-btn.blue {
  font-weight: 900 !important;
  background-color: #0496ff !important;
  border: 0px !important;
  color: white !important;
  font-family: 'avenir' !important;
  border-radius: 24px !important;
  padding-left: 24px;
  padding-right: 24px;
}

.marginRight {
  margin-right: 8px;
}

.ant-btn.orange:hover {
  background-color: #f6b271 !important;
}

.ant-btn.blue:hover {
  background-color: #0c89e3 !important;
}

.spaceL {
  margin-left: 4px;
}

.headerTable td {
  font-size: 10px;
  font-weight: 600;
  color: #828282;
  background-color: #fff;
  padding: 12px 0px;
}

thead,
.tableHeader {
  display: table-row;
}

.tableAround {
  padding-top: 4px;
  padding-left: 4px;
  margin-top: 8px;
  margin-left: 12px;
  border-radius: 8px;
}

.blueCircle {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  margin: 1px;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w12 {
  width: 12.5%;
}

.w20 {
  width: 20%;
}

.w7 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.hTable {
  background-color: white;
  padding: 16px 8px;
}

table {
  width: 98%;
  margin-left: 12px;
}

table tr {
  width: 100%;
  border-radius: 4px;
}

table tr:hover {
  background-color: #e6f7ff;
}

tr:nth-child(even) {
}

.w25 {
  background-color: red;
}

.envTable td {
  width: 8%;
  padding: 12px 0px;
  font-size: 13px;
}

.activeBox {
  background-color: #0496ff25;
}

.checkBox {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbb;
  display: flex;
}

.navHeader {
  padding: 16px 24px;
  background-color: white;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.spacing {
}

.spacing:last-child {
  display: none;
}

.modal .flex {
}

.ant-modal {
  width: 100vh !important;
  top: 60px !important;
}

.modal .ant-input,
.modal .ant-select {
  margin-bottom: 16px;
  background-color: #f5f8fa;
  border-color: #eee !important;
}

.modal .ant-select-selection {
  background-color: #f5f8fa;
  border-color: #eee !important;
}

.modal .ant-select {
  width: 100%;
}

.modal input {
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #f5f8fa;
  width: 100%;
  outline: none;
  height: 32px;
  padding: 4px 12px;
  font-size: 14px;
  -webkit-appearance: none;
  margin-bottom: 16px;
}

.ant-modal-body {
  padding-top: 16px !important;
}

.ant-modal-close-x {
  padding-top: 4px;
}

.full {
  width: 100%;
}

.fullW {
  width: 50%;
}

.smallNav {
  width: 100%;
  height: 80px;
  background-color: white;
  padding-left: 24px;
  padding-right: 24px;
}

.newButton {
  position: absolute;
  bottom: 0px;
  padding: 24px;
}

.shadow {
  box-shadow: 0 20px 50px 0 rgba(34, 43, 55, 0.2);
}

.smallMenuNav {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 170px);
  left: 0px;
  top: 60px;
  background-color: white;
  border-top: 1px solid #eee;
  padding-left: 24px;
  padding-right: 24px;
  overflow-y: scroll;
  overflow: scroll;
  z-index: 999999;
}

.smallMenuNav p {
  font-weight: 600;
  color: #2b2b2b !important;
}

.smallLinkNav {
  width: 100%;
  padding: 24px 0px;
  border-bottom: 1px solid #eee !important;
}

.smallLinkNav a:hover,
.smallLinkNav a:hover {
  border-color: #eee !important;
  color: #828282 !important;
}

.smallLinkNav .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

.closeNav {
  margin-top: 8px;
  background-color: #f5f8fa;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}

.navLogo {
  width: 64px;
}

.navImg {
  width: 28px;
}

.linkImg {
  height: 40px;
  width: 40px;
  margin: 8px;
}

#menuToggle {
  z-index: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

#menuToggle input {
  display: block;
  width: 33px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
}

.active {
  background-color: #004a7f;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.headerText p {
  font-size: 16px;
  font-weight: 900;
}

#menuToggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #0496ff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px -3px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  width: 19px;
  transform: rotate(45deg) translate(-2px, -9px);
  background: #0496ff;
}

/*
 * But let's hide the middle one.
 */

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */

#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  width: 19px;
  transform: rotate(-45deg) translate(-1px, 7px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

/* #menu {} */

#menu li {
  padding: 6px 0;
  font-size: 14px;
  color: #2b2b2b;
}

/*
 * And let's fade it in from the left
 */

#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
  margin-top: 20px;
}

.tableHeader td:first-child {
  padding-left: 8px;
}

.recordsForm {
  display: flex;
  margin: 12px;
  border-radius: 4px;
  padding: 12px 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #eeeeee75;
}

@media screen and (max-width: 768px) {
  .hideMob {
    display: none;
  }

  .recordsForm {
    padding: 0px;
    display: block;
    margin: 12px;
    border-radius: 4px;
    background-color: #eeeeee75;
  }

  .fRowM {
    display: flex;
    flex-direction: column;
  }

  .containerContent {
    width: 100% !important;
    margin-left: 0%;
    background-color: white;
  }

  .betweenFlex {
    display: block;
  }

  .fullW {
    width: 100%;
  }

  .headerTable td {
    font-size: 14px;
  }

  td {
    font-size: 12px;
  }

  .topDiv {
    margin-top: 0px;
  }

  .tableAround {
    margin-left: 0px;
    padding: 0px;
  }

  table {
    margin-left: 0px;
    width: 100%;
    margin: 0px 8px;
  }

  .hTable {
    padding: 12px 8px;
    background-color: white;
  }

  .ant-btn.blue {
    border-radius: 2px !important;
    margin-right: 0px !important;
  }

  .userInfo {
    margin-top: 0px !important;
    padding: 0px 12px !important;
  }

  .searchQueryBox {
    padding: 0px 12px 12px 12px !important;
  }

  .deletedRecords {
    margin-left: 8px;
  }

  .deletedRecordsHeader.ant-page-header.deletedRecordsHeader.ant-page-header-ghost {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.userInfo table {
  margin-left: 0px;
}

.searchQueryBox {
  padding-top: 0px !important;
}

.searchQueryBox table {
  margin-left: 0px;
}

.deletedRecordsHeader.ant-page-header.deletedRecordsHeader.ant-page-header-ghost {
  padding-left: 12px;
}

@media screen and (min-width: 768px) {
  .smallNav,
  .hideLarge {
    display: none;
  }
}

.noLeftPad {
  padding-left: 0px;
}

.actionBTN img {
  align-self: center;
  padding: 0px;
  width: 24px;
}

.tooltip-icon {
  width: 16px;
  height: 16px;
}

.veedree .tableHeaders {
}

.veedree tr {
  display: table-row;
}

.veedree th {
  border-bottom: 1px solid #eee;
  border-top-width: 0px;
  height: 53px;
  background-color: white;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.2px;
  padding-left: 16px;
}

.veedree tr,
.veedree td {
  padding: 10px 4px 10px 16px;
  text-align: left;
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: white;
  border-bottom: 1px solid #eee;
  border-top-width: 0px;
  font-size: 13px;
}

.headers {
}

.veedree table {
  width: 100%;
  max-width: 100%;
  min-width: 1200px;
}

.veedree .tableRow td:last-child {
  text-align: center;
  background-color: white;
  width: 5%;
  padding: 0px;
}

.veedree th:last-child {
  text-align: center;
  padding: 0px;
}

.veedree .tableRow td:first-child {
  padding-left: 24px;
  width: 4%;
  border-right-width: 0px;
}

.veedree th:first-child {
  border-right-width: 0px;
}

.veedree th:nth-child(2) {
  border-left-width: 0px;
}

.veedree .tableRow td:nth-child(2) {
  border-left-width: 0px;
}

.veedree tr:hover td {
  background-color: #e8f5ff !important;
}

.table-row-totals td {
  font-weight: bold
}


.logoLogin {
    width: 80px;
    padding-top: 24px;
}

.phones {
    width: 180px; 
    box-shadow: 0 0px 10px 0 rgba(34,43,55,.1);  
}

.rooster {

	margin-right: 12px;

}

.uren {
	

}

.loginField {
  width: 70%;
  margin: auto;
  padding-bottom: 80px;
}

.leftField {
  background-color: #fff;
  height: 100vh;
  width: 50%;
  padding-left: 32px;
  padding-right: 32px;
}

.rightField {
  background-color: #f5f8fa;
  width: 50%;
    -webkit-transition: right 2s ease-in; 
}


.welcomeText {	
	font-size: 32px;
	color: #2b2b2b;
	font-weight: 600;
	line-height: 36px;
}

.welcomeSubText {
	padding-bottom: 24px;	
	font-size: 16px;
	color: #828282;
	font-weight: 400;
	line-height: 20px;
}

.rightTextField {
	text-align: center;
	padding-top: 24px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.signUpText {	
	font-size: 20px;
	color: #2b2b2b;
	font-weight: 600;
	line-height: 36px;	
}

.signUpSub {
	padding-bottom: 24px;	
	font-size: 14px;
	color: #828282;
	font-weight: 400;
	line-height: 20px;
}

.loginField .ant-input-affix-wrapper {
	padding: 0px !important;
	border: 0px !important;
	background-color: unset;
}



.loginField .ant-input {
	margin-bottom: 16px !important;
	border: 1px solid #eee !important;
	border-radius: 4px !important;
	width: 100% !important;
	height: 40px;
}

.ant-input-affix-wrapper>input.ant-input {
padding-left: 4px;
}

.loginField .ant-input::selection {
	border: 1px solid #eee !important;
	border-radius: 4px !important;
	padding-left: 8px !important;
}

.loginField .ant-input-affix-wrapper .ant-input-prefix, .loginField .ant-input-affix-wrapper .ant-input-suffix {
	top: 25% !important;
	right: 24px !important;
	position: absolute;
}








@media screen and (max-width: 768px) {

.leftField, .rightField, .loginField {
    width: 100%;
  }
}




.slider {
	position: relative;
  height: 100vh;
  width: 100vw;
  margin: 0px auto;
  overflow: hidden;
}


table.eitje-table thead.eitje-table-header-wrapper {
  display: inline;
}
table.eitje-table thead.eitje-table-header-wrapper tr.eitje-table-header th.eitje-table-header-cell {
  width: calc(var(--column-width) * 1px);
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  background-color: #f6f6f6;
}
table.eitje-table thead.eitje-table-header-wrapper tr.eitje-table-header th.eitje-table-header-cell:first-child {
  z-index: 11;
}
table.eitje-table .eitje-table-header-cell-content {
  border-bottom-color: #eeeeee;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0 0 0 8px;
  height: calc(var(--header-height) * 1px);
  width: 100%;
  min-width: calc(var(--column-width) * 1px);
}
table.eitje-table .eitje-table-header-cell-content .eitje-table-header-cell-title-container {
  display: inline-flex;
  margin: 12px 0 0 0;
}
table.eitje-table .eitje-table-header-cell-content .eitje-table-header-cell-title-container .eitje-table-header-cell-title-text {
  font-weight: 600;
  color: #2b2b2b;
  display: inline-block;
  font-size: 12px;
}
table.eitje-table .eitje-table-header-cell-content .eitje-table-header-cell-title-container .eitje-table-header-cell-title-text .tooltip-icon {
  margin: 0 0 0 4px;
}
table.eitje-table .eitje-table-header-cell-content .eitje-table-header-cell-title-container .eitje-table-header-cell-icon {
  height: 14px;
  width: 14px;
  margin: 2px 0 0 2px;
  display: inline-block;
}
table.eitje-table.eitje-table-grouped-rows .eitje-table-header-cell-title-container {
  margin: calc(12px - 1px) 0 0 0;
}
table.eitje-table .eitje-table-header-cell-content h5 {
  font-size: 10px;
}
table.eitje-table.eitje-table-header-sticky.eitje-table-individual-rows th.eitje-table-header-cell {
  top: calc(var(--table-offset-top) * 1px);
}
table.eitje-table.eitje-table-header-sticky.eitje-table-individual-rows div[data-test-id='virtuoso-item-list'] div[data-index] {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--table-offset-top) * 1px);
}
table.eitje-table.eitje-table-header-sticky.eitje-table-grouped-rows th.eitje-table-header-cell {
  top: 0;
}
table.eitje-table.eitje-table-first-column-sticky.eitje-table-individual-rows th.eitje-table-header-cell {
  left: calc(var(--table-offset-left) * 1px);
}
table.eitje-table.eitje-table-first-column-sticky.eitje-table-grouped-rows th.eitje-table-header-cell {
  left: 0;
}
table.eitje-table th.eitje-table-header-cell {
  min-width: calc(calc(100vw - calc(var(--table-offset-left) * 1px) - calc(var(--first-column-width) * 1px) - (2 * calc(var(--row-gutter-horizontal) * 1px))) / var(--column-count));
}
table.eitje-table th.eitje-table-header-cell:first-child {
  min-width: calc(var(--first-column-width) * 1px);
}

tbody.eitje-table-row-wrapper {
  display: flex;
  flex-grow: 1;
}
tbody.eitje-table-row-wrapper tr.eitje-table-row {
  cursor: pointer;
  display: flex;
  flex-grow: 1;
}
tbody.eitje-table-row-wrapper tr.eitje-table-row * {
  cursor: pointer;
}
tbody.eitje-table-row-wrapper tr.eitje-table-row:hover td {
  background: #e8f5ff;
}
table.eitje-table td.eitje-table-body-cell:first-child {
  border-left-color: #eeeeee;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: calc(var(--row-gutter-horizontal) * 1px);
}
table.eitje-table td.eitje-table-body-cell:last-child {
  border-right-color: #eeeeee;
  border-right-width: 1px;
  border-right-style: solid;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: calc(var(--row-gutter-horizontal) * 1px);
}
table.eitje-table.eitje-table-first-column-sticky td.eitje-table-body-cell {
  position: -webkit-sticky;
  position: sticky;
}
table.eitje-table.eitje-table-first-column-sticky td.eitje-table-body-cell:first-child {
  z-index: 9;
}
table.eitje-table.eitje-table-first-column-sticky.eitje-table-individual-rows td.eitje-table-body-cell {
  left: calc(calc(var(--row-gutter-horizontal) * 1px) + calc(var(--table-offset-left) * 1px));
}
table.eitje-table.eitje-table-first-column-sticky.eitje-table-grouped-rows td.eitje-table-body-cell {
  left: calc(var(--row-gutter-horizontal) * 1px);
}
table.eitje-table.eitje-table-last-column-sticky td.eitje-table-body-cell,
table.eitje-table.eitje-table-last-column-sticky th.eitje-table-header-cell {
  position: -webkit-sticky;
  position: sticky;
}
table.eitje-table.eitje-table-last-column-sticky td.eitje-table-body-cell {
  right: calc(var(--row-gutter-horizontal) * 1px);
}
table.eitje-table.eitje-table-last-column-sticky th.eitje-table-header-cell {
  right: 0;
}
table.eitje-table td.eitje-table-body-cell:first-child .eitje-table-body-cell-content,
table.eitje-table th.eitje-table-header-cell:first-child .eitje-table-header-cell-content {
  width: calc(var(--first-column-width) * 1px);
}
a.eitje-table-row-link {
  display: flex;
}
table.eitje-table .eitje-table-row-expandable td.eitje-table-body-cell {
  background: #f5f8fa;
}

table.eitje-table {
  overflow-x: auto;
  white-space: nowrap;
  background: #ffffff;
  border-collapse: collapse;
  width: calc(100vw - calc(var(--table-offset-left) * 1px));
}
table.eitje-table.eitje-table-no-content {
  background: unset;
  position: fixed;
}
table.eitje-table.eitje-table-no-content .empty-list {
  width: calc(100vw - calc(var(--table-offset-left) * 1px));
}
table.eitje-table-individual-rows {
  margin-left: calc(var(--table-offset-left) * 1px);
}
table.eitje-table-individual-rows .eitje-virtuoso-wrapper {
  padding-top: calc(calc(var(--row-height) * 1px) + calc(var(--row-gutter-vertical) * 1px));
}
table.eitje-table-individual-rows div[data-test-id='virtuoso-item-list'] {
  padding-bottom: calc(calc(var(--row-height) * 1px) + 2px + 4 * calc(var(--row-gutter-vertical) * 1px)) !important;
}
table.eitje-table-grouped-rows .eitje-virtuoso-wrapper {
  padding-bottom: calc(2px + 2 * calc(var(--row-gutter-vertical) * 1px));
  margin-top: -6px;
}
table.eitje-table-individual-rows .eitje-virtuoso-wrapper {
  margin-top: 4px;
}
table.eitje-table-grouped-rows .eitje-virtuoso-wrapper {
  margin-top: -6px;
}
table.eitje-table th.eitje-table-header-cell:last-child .eitje-table-header-cell-content {
  width: calc(var(--column-width) * 1px);
}

.flat-list-select .flat-list-select-item {
  padding: 16px 8px;
}
.flat-list-select p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.grouped-list-select .grouped-list-select-label-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom-color: #eeeeee;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 12px 8px;
  cursor: pointer;
  grid-gap: 8px;
  gap: 8px;
}
.grouped-list-select .grouped-list-select-label-container * {
  cursor: pointer;
}
.grouped-list-select .grouped-list-select-label-container .grouped-list-select-label-count {
  font-weight: 600;
  width: 12px;
  height: 12px;
  min-width: 12px;
}
.grouped-list-select .grouped-list-select-label-container .grouped-list-select-label-icon {
  width: 12px;
  height: 12px;
  min-width: 12px;
}
.grouped-list-select .grouped-list-select-label-container .grouped-list-select-label {
  flex: 1 1;
  font-weight: 600;
}
.grouped-list-select .grouped-list-select-label-container .grouped-list-collapser-icon {
  width: 12px;
  height: 12px;
  min-width: 12px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grouped-list-select :is(.flat-list-select-item) {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom-color: #eeeeee;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 12px 8px;
  cursor: pointer;
  grid-gap: 8px;
  gap: 8px;
}
.grouped-list-select :is(.flat-list-select-item) * {
  cursor: pointer;
}
.grouped-list-select :is(.flat-list-select-item):is(.selected) {
  background-color: #e8f5ff;
}
.grouped-list-select :is(.flat-list-select-item) :is(.flat-list-select-item-text) {
  color: #2b2b2b;
  font-size: 14px;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #828282;
  font-size: 12px;
  font-weight: 600;
  flex: 1 1;
}
.grouped-list-select :is(.flat-list-select-item) :is(.flat-list-select-item-text).dangerous {
  color: #ff0020;
}
.grouped-list-select :is(.flat-list-select-item) :is(.flat-list-select-item-text).eitje-blue {
  color: #0496ff;
}
.grouped-list-select-group.expanded :is(.grouped-list-collapser-icon) {
  transform: rotate(-180deg);
}
.grouped-list-select-group.selected-within :is(.grouped-list-select-label-container) {
  background-color: #e8f5ff;
}

.easy-remove {
  display: inline-block;
  margin: 0 4px 5px 0;
}
.easy-remove h5 {
  padding-left: 4px;
  margin-right: 20px;
}

.eitje-dropdown-list-container .flat-list-select {
  max-height: calc(320px - 60px);
  overflow-y: scroll;
}
.eitje-dropdown-list-container .clear-selection-button-container {
  border-top-color: #eeeeee;
  border-top-width: 1px;
  border-top-style: solid;
}
.eitje-dropdown-list-container .clear-selection-button-container .clear-selection-button {
  margin-top: 8px;
  margin-bottom: 8px;
}
.eitje-dropdown-list-container .grouped-list-select-label-count {
  margin-top: -7px;
}

:is(.ant-modal-wrap) .eitje-dropdown-list-select-container {
  position: static;
  position: initial;
}
.eitje-dropdown-list-select-container {
  position: relative;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container {
  position: absolute;
  border-color: #eeeeee;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  border-top: 0 solid #eeeeee;
  overflow: auto;
  max-height: 320px;
  margin-top: 4px;
  width: inherit;
  z-index: 1000;
  box-shadow: 0px 5px 15px 0px #aaaaaa25;
  background-color: #ffffff;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container * {
  cursor: pointer;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container.dropdown-pop-left {
  left: -102%;
  bottom: 0px;
  border-top-color: #eeeeee;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0px 4px 8px 4px #aaaaaa25;
  background-color: #ffffff;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container.max-height-unset {
  max-height: unset;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container.disabled-checkbox :is(.flat-list-select-item) :is(.flat-list-select-item-text) {
  color: #2b2b2b;
  font-size: 14px;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #828282;
  padding-left: 35px;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container.disabled-checkbox :is(.flat-list-select-item) :is(.flat-list-select-item-text).dangerous {
  color: #ff0020;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container.disabled-checkbox :is(.flat-list-select-item) :is(.flat-list-select-item-text).eitje-blue {
  color: #0496ff;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container.disabled-checkbox :is(.flat-list-select-item):is(.selected) :is(.flat-list-select-item-text) {
  color: #2b2b2b;
  font-weight: 600;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container::-webkit-scrollbar {
  display: none;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container :is(.flat-list-select-item) {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom-color: #eeeeee;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 12px 8px;
  grid-gap: 8px;
  gap: 8px;
  padding: 16px 8px;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container :is(.flat-list-select-item):is(.selected) {
  background-color: #e8f5ff;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container :is(.flat-list-select-item) :is(.flat-list-select-item-text) {
  color: #2b2b2b;
  font-size: 14px;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  color: #828282;
  font-size: 12px;
  font-weight: 600;
  flex: 1 1;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container :is(.flat-list-select-item) :is(.flat-list-select-item-text).dangerous {
  color: #ff0020;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container :is(.flat-list-select-item) :is(.flat-list-select-item-text).eitje-blue {
  color: #0496ff;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container :is(.custom-list-item) {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom-color: #eeeeee;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 12px 8px;
  grid-gap: 8px;
  gap: 8px;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container :is(.custom-list-item) :is(.grouped-list-select-label-icon) {
  width: 12px;
  height: 12px;
  min-width: 12px;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container :is(.custom-list-item) :is(.grouped-list-select-label) {
  flex: 1 1;
  font-weight: 600;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container :is(.custom-list-item):is(.selected) {
  background-color: #e8f5ff;
}
.eitje-dropdown-list-select-container.error :is(button) {
  border: 1px dashed red;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container {
  border-top-color: #eeeeee;
  border-top-width: 1px;
  border-top-style: solid;
  border-radius: 4px;
  max-width: 100%;
  min-width: 200px;
}
.eitje-dropdown-list-select-container .eitje-dropdown-list-container .search-container {
  padding: 8px;
}

table.eitje-table td.eitje-table-body-cell {
  border-top-color: #eeeeee;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: #eeeeee;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: calc(var(--row-height) * 1px);
  display: inline-flex;
  flex: 1 1;
  justify-content: flex-start;
  align-items: center;
  margin: calc(var(--row-gutter-vertical) * 1px) 0 0 0;
  padding: 0 0 0 8px;
  color: #828282;
  font-size: 12px;
}
table.eitje-table td.eitje-table-body-cell .eitje-table-body-cell-content {
  display: inline-flex;
}
table.eitje-table td.eitje-table-body-cell .eitje-table-body-cell-content .tooltip-icon {
  margin: 2px 0 0 4px;
}
table.eitje-table td.eitje-table-body-cell:first-child {
  min-width: calc(var(--first-column-width) * 1px);
  max-width: calc(var(--first-column-width) * 1px);
}


/*# sourceMappingURL=main.424b984b.chunk.css.map*/