option {
  background-color: #046c39;
  color: #fff;
}
option:checked {
  background-color: #f3805b;
}

body {
  height: 100vh;
  background: linear-gradient(900deg, #eefff0, #ffffff);
  font-family: "Segoe UI", sans-serif;
  color: #020202;
}
body footer {
  color: #eefff0;
}

.navbar {
  background: #046c39 !important;
}

.logo-noText {
  max-height: 50px;
  margin: 18px auto;
}

.logo-noImage {
  max-height: 4rem;
  margin-top: -10px;
}

.main {
  margin-left: 240px;
  height: 100vh;
}
.main .main-content {
  padding: 1.5rem;
  overflow: auto;
  height: calc(100vh - 70px);
}
.main .main-content > * + * {
  margin-top: 1.5rem;
  position: relative;
}

.top-bar {
  position: sticky;
  top: 0;
  left: 240px;
  right: 0;
  z-index: 1000;
  background: #c7e5c6;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.68);
  padding: 10px 20px;
  border-bottom: 1px solid #5cc583;
}

.sidebar {
  width: 240px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: #046c39;
  position: fixed;
  border-right: 1px solid #5cc583;
}
.sidebar .sidebar-header {
  background: #c7e5c6;
  border-bottom: 1px solid #5cc583;
  text-align: center;
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.68);
  margin-bottom: 1rem;
}
.sidebar .sidebar-header .logo {
  display: block;
  width: 120px;
  margin: 20px auto;
}
.sidebar a {
  color: #cfd8dc;
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: 0.3s;
}
.sidebar a i {
  margin-right: 0.25rem;
}
.sidebar a:hover {
  background: #5cc583;
  color: white;
}
.sidebar a:active, .sidebar a.active {
  background: #f3805b;
  color: white;
  font-weight: 700;
}
.sidebar h4 {
  color: white;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.sidebar .bottom {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}

.card {
  text-decoration: none;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.card.card-kpi {
  background: linear-gradient(135deg, #046c39, #5cc583);
  color: white;
}
.card.card-details {
  background: color-mix(in srgb, #5cc583, #eefff0 75%);
  color: #020202;
}
.card.card-details.hover, .card.card-details:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
}
.card.hover, .card:hover {
  box-shadow: 6px 6px 12px 1px rgba(0, 0, 0, 0.75);
}
.card.card-login:hover {
  box-shadow: 6px 6px 12px 1px rgba(0, 0, 0, 0.25);
}

.btn.fw-bolder {
  width: 30px;
  height: 30px;
  font-weight: 800 !important;
  font-size: 1.5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.fw-bolder span {
  display: flex;
  top: 12px;
  position: absolute;
}

.btn-primary {
  background: #5cc583;
  border: none;
}
.btn-primary:hover {
  background: color-mix(in srgb, #5cc583, #000000 10%);
}

.btn-outline-primary {
  color: #020202;
  background: transparent;
  border: 1px solid #046c39;
}
.btn-outline-primary:hover {
  color: #020202;
  background: transparent;
  border: 1px solid #046c39;
  box-shadow: 0 0 0 0.25rem rgba(4, 108, 57, 0.2);
}

.table {
  --bs-table-bg: transparent;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
.table th,
.table td {
  white-space: nowrap;
}
.table tr.is-clickable {
  cursor: pointer;
}
.table tr.tr-notSaved {
  background-color: var(--bs-warning);
}

.nav {
  border-bottom: 2px solid #5cc583;
}
.nav.nav-tabs {
  margin-bottom: 0;
}
.nav.nav-tabs .nav-item:last-child .nav-link {
  border: none !important;
}
.nav.nav-tabs .nav-item .nav-link {
  color: #020202;
  border: none;
  border-right: 1px solid #5cc583;
  border-radius: 0;
  margin: 0.5rem 0;
  padding: 0 1rem;
  transition: all 0.2s;
}
.nav.nav-tabs .nav-item .nav-link:hover {
  border: none;
  border-right: 1px solid #5cc583;
  color: #046c39;
}
.nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none;
  border-right: 1px solid #5cc583;
  font-weight: 700;
  color: #046c39;
}
.nav.nav-tabs .nav-item .nav-link.tab-has-errors {
  color: var(--bs-form-invalid-border-color);
  font-weight: 700;
}

.tab-content {
  padding: 1.25rem;
  border: 1px solid #5cc583;
  border-top: none;
  border-radius: 0 0 12px 12px;
  margin: 0 !important;
}

.bg-login {
  background-color: #c7e5c6;
  background-image: url("../images/Verba_Lockscreen.jpg");
  background-position: center 86px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 95vh;
}

.form-select:focus {
  border-color: #046c39;
  outline: 0;
  box-shadow: 0 0 0.25rem 0.2rem rgba(4, 108, 57, 0.5);
}

.row {
  margin-bottom: 0;
  row-gap: 0.55rem;
}

.form-floating label {
  padding: 0.75rem 1rem;
  margin: 0.75rem 0 0 0.5rem;
  font-size: 1.25rem;
  transform: scale(0.75) translateY(-1rem) translateX(-0.5rem);
}
.form-floating .form-control,
.form-floating .form-select,
.form-floating .form-plaintext {
  padding: 0.5rem 0.5rem 0 !important;
}
.form-floating .form-control:not(:-moz-placeholder) ~ label, .form-floating .form-select:not(:-moz-placeholder) ~ label, .form-floating .form-plaintext:not(:-moz-placeholder) ~ label {
  transform: scale(0.75) translateY(-1rem) translateX(-0.5rem);
  padding: 0;
  padding-inline: 0.25rem;
  height: auto;
  margin: 0;
  margin-left: 0.75rem;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 0.25rem;
  font-size: 1rem;
}
.form-floating .form-control:focus ~ label, .form-floating .form-control:not(:placeholder-shown) ~ label,
.form-floating .form-select:focus ~ label,
.form-floating .form-select:not(:placeholder-shown) ~ label,
.form-floating .form-plaintext:focus ~ label,
.form-floating .form-plaintext:not(:placeholder-shown) ~ label {
  transform: scale(0.75) translateY(-1rem) translateX(-0.5rem);
  padding: 0;
  padding-inline: 0.25rem;
  height: auto;
  margin: 0;
  margin-left: 0.75rem;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 0.25rem;
  font-size: 1rem;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(2.5rem + var(--bs-border-width) * 2);
  min-height: calc(2.5rem + var(--bs-border-width) * 2);
  line-height: 1;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-border-color);
  background-image: none;
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-border-color);
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
}

.hidden-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  margin-top: 2.15rem;
  margin-left: 1.9rem;
}

.form-control,
.form-select {
  border: 1px solid #046c39;
}
.form-control:focus,
.form-select:focus {
  border-color: #046c39;
  box-shadow: 0 0 0 0.25rem rgba(4, 108, 57, 0.2);
}

.input-group {
  margin-top: -28px;
}
.input-group input,
.input-group span {
  height: calc(2.5rem + var(--bs-border-width) * 2);
  min-height: calc(2.5rem + var(--bs-border-width) * 2);
}

.main-content .py-1.px-4 {
  padding: 0 !important;
}

.tab-content > .py-1.px-4,
.tab-content > .table-responsive,
.tab-content > .alert,
.tab-content > form {
  margin-inline: 0;
}

.card-body {
  padding: 1.25rem;
}

.koppeltabel {
  margin-top: 1rem;
}

.input-group-label {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  margin-left: 0;
}
.input-group-label .form-label {
  transform: scale(0.75) translateY(-1rem) translateX(-0.5rem);
  padding: 0;
  padding-inline: 0.25rem;
  height: auto;
  margin: 0;
  margin-left: 0.75rem;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: rgba(var(--bs-body-color-rgb), 0.65);
}

.form-check .form-check-input {
  margin-left: 0;
  margin-right: 0.5rem;
}
.form-check .form-check-input:checked {
  background-color: #046c39;
  border-color: #046c39;
}
.form-check .form-check-input:checked.cb-notSaved {
  background-color: #f3805b;
  border-color: #f3805b;
}

.actie-progress .progress {
  height: 0.75rem;
  background-color: rgba(4, 108, 57, 0.12);
}

.actie-progress--compact {
  min-width: 9rem;
}/*# sourceMappingURL=style.css.map */