body {
  color: #161e2d !important;
}

.sidebar {
  width: 300px; 
  padding-left: 8px;
  padding-right: 8px;
  /* background-color: #BFBFBF; */
  margin-bottom: 0;
}

.backgroundContent {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  overflow: auto !important;
}

.container-space-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
}

.flex-container {
  display: flex;
  align-items: center; /* Align items vertically center */
}

.filter-container {
  padding: 1rem;
  margin: 0;
  align-items: center;
}

.question-container {
  flex-grow: 1; 
  display: flex; 
  flex-direction: column; 
  min-width: 250px; 
  word-break: break-word; 
  padding: 16px;
  margin-top: 1rem;
}

.form-check {
  margin-bottom: 1rem;
}

label.form-check-label {
  font-weight: 400;
}

.button-container {
  text-align: center;
  margin-top: 16px;
}

.details-container {
  display: flex; 
  flex-wrap: wrap;
  margin-top: 1rem;
  padding: 20px;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}








.btn-secondary{
  color: black !important; 
  background-color: #BFBFBF !important; 
  border-color: #BFBFBF !important;
  border-radius: 0.375rem !important; 
}

.btn-secondary:hover{
  color: white !important; 
  background-color:  #797979 !important;
  border-color: #797979 !important; 
  border-style: solid !important;
}

.btn-success{
  color: black !important; 
  background-color:  #92D050 !important;
  border-color: #92D050 !important; 
  border-style: solid !important;
  font-family: Arial;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 20px;
}

.btn-success:hover{
  color: white !important; 
  background-color:  #568029 !important;
  border-color: #568029 !important; 
  border-style: solid !important;
}

.btn-warning{
  color: black !important; 
  background-color:  #D16699 !important;
  border-color: #D16699 !important; 
  border-style: solid !important;
  font-family: Arial;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 20px;
}

.btn-warning:hover{
  color: white !important; 
  background-color:  #be3075 !important;
  border-color: #be3075 !important; 
  border-style: solid !important;
}

.btn-danger{
  border-style: solid !important;
  font-family: Arial;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 0.375rem !important; 
}







.overview-collapse-button {
  padding: 0 !important;
}

.non-existent {
  color: black !important;
  background-color: #D5DED8 !important;
}

.basic {
  color: black !important;
  background-color: #ADBDB2 !important;
}

.mature {
  color: white !important;
  background-color: #6B8674 !important;
}

.outstanding {
  color: white !important;
  background-color: #36433A !important;
}

.initialColor {
  color: white !important;
  background-color: #B22222 !important;
}

.developingColor {
  color: white !important;
  background-color: #D2691E !important;
}

.definedColor {
  color: white !important;
  background-color: #B8860B !important;
}

.managedColor {
  color: white !important;
  background-color: #6B8E23 !important;
}

.optimizedColor {
  color: white !important;
  background-color: #006400 !important;
}

.span.badge {
  float: none !important;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #5171ff; /* Blue */
    border-right: 16px solid rgb(135, 206, 230);
    border-left: 16px solid rgb(135, 206, 230);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    align-self: center; 
    margin: 1rem;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* .nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #5171ff !important;
} */

a.nav-link.primary {
  margin-left: 0;
}

a.nav-link.secondary {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 0px;

  /* border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey; */
  display: flex;
  align-items: baseline;
}

a.nav-link.secondary.link-dark {
  background-color: #e0e0e0;
}

a.nav-link.secondary.active {
  color: black;
  background-color: lightblue;
}

.nav-link.secondary .text-content {
  margin-left: 15px; /* Adjust this value based on the width of your .dot span */
  text-indent: -15px; /* Adjust this value to be the negative of the margin-left value */
}


  #breadcrumbOverview:hover {
    text-decoration: underline;
}

.btn-close:hover {
  text-decoration: none;
}

/* .btn-close {
  
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;

} */

.badge.text-bg-primary {
  float: none;
  width: 100px;
}

.preserve-line-breaks {
  white-space: pre-wrap !important; /* or pre-line depending on the need */
}

.accordion-header {
  margin: 0px !important;
}

.card-description {
  margin : 20px 0px;
}

.shadow-box {
  border: 1px solid #ccc; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}







.maturity-badge {
  float: none;
  width: 100px;
  margin-right: 4px;
}

.task-checkbox-container {
  margin-top: 0px !important; 
  padding-top: 0px !important; 
  padding-bottom: 0px !important;
}

.measure-container {
  background-color: #f4f4f4;
  padding: 20px;
  margin: 20px;
  border-radius: 8px;
}
.measure-section {
  margin-top: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  width: 100%;
}


.modal.wide {
  --bs-modal-width: 60% !important;
}

.overview-collapse-button {
  height: 35px;
}

.btn-group-vertical .btn {
  width: 240px; /* Set a fixed width */
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.card-title {
  /* Your styles here */
  margin-top: 4px;
}

/* .footer {
  display: none !important;
} */

.modal-dialog.setting {
  width: 400px;
}

.form-check-label {
  display: flex;
}


.menu-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* .left-align {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.right-align {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
} */


.container-fluid.center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.notification-box {
  width: 100%;
  height: calc(100vh - 210.397px);
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.notification-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.notification-header {
  font-weight: bold;
  margin-bottom: 10px;
}
.notification-content {
  margin-bottom: 10px;
}
.notification-organame {
  font-size: 0.9em;
}
.notification-timestamp {
  font-size: 0.9em;
  color: #888;
}
.notification-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.breadcrumb {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.list-group {
  margin-top: 0.5rem !important;
}

/* html {
  height: auto
} */

.footer-bottom {
  padding: 0;
  background-color: #27354f !important;
}

.navbar {
  padding: 0;
}

.flexible-container {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.flexible-container > div:nth-child(1) {
  /* This will take 30% of the remaining space */
  flex: 0 1 30%;
}

/* .flexible-container > div:nth-child(2) {
  This will take the remaining space after the other two divs
  flex: 1 1 auto;
} */

.flexible-container > div:nth-child(3) {
  /* This will shrink to fit its content */
  flex: 0 0 auto;
}

label {
  color: #384c71;
}

:root {
  --footer-and-header-height: 96px;
}

#mainContent {
  min-height: calc(100% - var(--footer-and-header-height));
}

/*
#mainContent > div:first-child {
  min-height: calc(100vh - var(--footer-and-header-height));
}

#mainContent > div:first-child > div:first-child {
  min-height: calc(100vh - var(--footer-and-header-height));
}

#mainContent > div:first-child > div:first-child > div:first-child {
  min-height: calc(100vh - var(--footer-and-header-height));
}

.main-container-power-page {
  min-height: calc(100vh - var(--footer-and-header-height));
} */

.navbar-toggler {
  background-color: #5171ff;
}

.reassess-button {
  width: 33px !important;
  padding: 0 !important;
  height: 33px !important;
}


.view-grid.table-responsive {
  min-height: 200px;
}

a[href="/Set-Up-Organization/"].btn.btn-primary.float-end.action.create-action {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}



.actions {
  display: flex;
  justify-content: space-between; /* Ensure items are aligned to the right */
}

.left-actions {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
        
.right-actions {
  display: flex;
  align-items: center;
}

/* Adjust the ::after pseudo-element */
.actions::after {
  content: none !important; /* Remove the pseudo-element content */
}


.stat-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.display-contents {
  display: contents;
}


.chapter.disabled {     
  position: relative;     
  color: #999;     
  background-color: #f0f0f0;     
  pointer-events: none; 
} 

.chapter.disabled::after {     
  content: 'Not available in test version';
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(85, 81, 81, 0.65);
  color: white;
  /* padding: 7.8px 10px; */
  /* border: 1px solid red; */
  /* border-radius: 5px; */
  width: 100%;
  height: 100%;
}


.link.disabled {     
  position: relative;     
  color: #999;     
  background-color: #f0f0f0;     
  pointer-events: none; 
} 

.link.disabled::after {     
  content: 'Not available in test version';
  position: absolute;
  justify-content: center;    
  align-items: center;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(85, 81, 81, 0.65);
  color: white;
  /* padding: 7.8px 10px; */
  /* border: 1px solid red; */
  /* border-radius: 5px; */
  width: 100%;
  height: 100%;
}


li.nav-item > a.nav-link:not(.btn) {
  text-decoration: none !important;
}

li.nav-item > a.nav-link:not(.btn):hover {
  text-decoration: none !important; /* Ensure no underline on hover */
}

a.nav-link.primary:hover {
  text-decoration: none !important; /* Ensure no underline on hover */
}

.popup {
  display: none; /* Standardmäßig ausgeblendet */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
 }
 .popup-content {
  background-color: #fff;
  padding: 20px;
  margin: 15% auto;
  width: 80%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  text-align: center;
 }

/* Button-Styling */
.info-button {
  display: inline-block;
  background-color: #2196F3;
  color: white;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}

#close-button {
  position: absolute;
  top: 5px; /* Abstand von oben */
  right: 5px; /* Abstand von rechts */
  cursor: pointer;
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1; /* Verhindert zusätzlichen Abstand durch Zeilenhöhe */
}

#info-image {
  display: none;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 10;
  background: white;
  border: 1px solid #ccc;
  padding: 5px; /* Innenabstand für den Inhalt */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box; /* Inklusive Padding */
}

.info-button:hover {
  background-color: #1976D2;
}




.task-card-body {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}












/* New Design */


/* Variables */

:root {

  /* Color */

  --color-primary-navyblue: #003349;
  --color-primary-turquoise: #0e97e2;
  --color-primary-white: white;

  --color-secondary-skyeblue: #73d4ff;
  --color-secondary-blue: #046ab5;
  --color-secondary-gold: #e0aa10;
  --color-secondary-peach: #f49898;
  --color-secondary-green: #12dd56;

  --color-compliant: #0fc94f;
  --color-compliant-light: #e7fcee;
  --color-noncompliant: #e6bb40;
  --color-noncompliant-light: #fcf7e7;
  --color-notassessed: #8aa1ab;
  --color-notassessed-light: #e6ebed;

  --color-bg-main: #f6f8fa;
  --color-bg-nav-item-con: #eceff3; 
  --color-bg-nav-item-active: #012434; 
  --color-bg-card-primary-score: #013349;
  --color-bg-card-secondary-score: #5bb9ec;
  --color-bg-detailPage-header: #e9f5fc;

  --color-font-nav-grey: #557685;
  --color-font-nav-black: #09121f;
  --color-font-filter-view: #4d6b79;
  --color-font-filter: #0b1215;
  --color-font-card-dark: #103349;

  --color-border-card: #dfe2e6;
  --color-border-grey: #d9dee0;
  --color-border-filter: #d0d5dd;
  --color-border-overview-question-btn: #e6ebed;


  /* Length */

  --width-sidebar: 300px;

}


/* General */

html {
  height: auto;
}

footer {
  display: none;
}

.main-container-power-page {
  min-height: calc(100vh - var(--footer-and-header-height));
  display: flex;
  flex-direction: column;
}

.modal-content {
  border-radius: 20px !important;
}

/* .btn-default {
  border-radius: 0.375rem !important;
} */

.btn.btn-default {
  background-color: #ced4da;
  border: 0 !important;
  border-radius: 0.375rem;
  border-color: #ced4da !important;
}

.btn.btn-default:hover {
  background-color: #a2b1bd;
  border: 0 !important;
  border-color: #a2b1bd !important;
}

.btn.btn-default.clearlookupfield {
  border-radius: 1 !important;
  height: 38px;
}

.btn.btn-default.clearlookupfield:hover {
  border-radius: 1 !important;
  border: 0 !important;
}

.btn.btn-default.launchentitylookup:hover {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.btn.btn-default.launchentitylookup {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
  height: 38px;
}

nav.custom-breadcrumb {
  --bs-breadcrumb-divider: '>'; 
  display: flex; 
  align-items: center; 
  position: relative;
}

.rounded-rectangle-card:has(.compliant) {
  background-color: var(--color-compliant-light);
}

.rounded-rectangle-card:has(.noncompliant) {
  background-color: var(--color-noncompliant-light);
}

.rounded-rectangle-card:has(.notassessed) {
  background-color: var(--color-notassessed-light);
}

#content-with-movement {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#overviewPage-container {
    flex: 1;
}

#detailsPage-container {
    flex: 1;
}

#details-container {
    margin-top: 0rem;
    width: -webkit-fill-available;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.details-container-box {
  background: white;
  border-radius: 20px;
  padding: 5px;
  border: 1px solid var(--color-border-grey);
}

.details-header-container {
  display: flex;
  gap: 10px; /* Adjust spacing between items */
}

.details-header-container > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.detailsPage-header {
  margin-top: 0;
  background-color: var(--color-bg-detailPage-header);
  padding: 0.5rem 1rem;
  border-radius: 16px;
  width: 100% !important;
  align-items: baseline;
}

.profile-hover {
  display: flex;
  align-items: center;
  min-width: 200px;
  justify-content: end;
}

div.profile-card {
  position: absolute; 
  z-index: 1000;
}

img.profile-photo {
  width: 50px; 
  height: 50px; 
  border-radius: 50%; 
  object-fit: cover;
}

div.profile-content p {
  font-size: 0.9rem;
}


/* Formular */

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
  border: 0 !important;
}

.crmEntityFormView, .entitylist {
  border: 0 !important;
}

select:hover {
  border: 1px solid var(--color-primary-turquoise);
  cursor: pointer;
}

/* textarea.form-control {
  min-height: calc(1.5em + .75rem + 100px);
} */

textarea.form-control:not([readonly="readonly"]) {
  background-color: #fff !important;
}

textarea.form-control:hover {
  border: 1px solid var(--color-primary-turquoise) !important;
}

input.form-control:not([readonly="readonly"]):not([aria-readonly="true"]) {
  background-color: white !important;
  border: 1px solid #ced4da !important;
}

input:not([readonly="readonly"]):not([aria-readonly="true"]):hover {
  border: 1px solid var(--color-primary-turquoise) !important;
}

select.form-select:not([readonly="readonly"]) {
  background-color: #fff !important;
}

label.field-label {
  margin-bottom: .5rem;
}

/* input.form-control:hover {
  border: 1px solid var(--color-primary-turquoise) !important;
  cursor: pointer;
}

input.form-control {
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color) !important;
  background-color: white !important;
} */

button[aria-label="Search Results"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
  border: 1px solid #ced4da !important;
  height: 35px !important;
}

button[aria-label="Search Results"]:hover {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
  border: 1px solid #384c71 !important;
  height: 35px !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
  background-color: var(--color-primary-turquoise) !important;
}


/* Header */

.navbar {
  background-color: transparent;
}
.navbar-brand img {
  height: 48px;
}
.navbar-brand span {
  font-size: 14px;
  color: #6c757d;
}
.navbar-nav {
  background: var(--color-bg-nav-item-con);
  border-radius: 22px; /* Half-circle effect */
  display: flex;
  align-items: center;
  gap: 8px;
}
.right-align {
  min-width: fit-content;
  margin-left: 0.5rem;
}
.navbar-nav .nav-item {
  margin: 3px;
}
.nav-link {
  font-family: inherit;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 19px;
  transition: background-color 0.3s;
}
.nav-link-padding {
  padding: 0.5rem !important;
}
@media (min-width: 1440px) {
  .nav-link-padding {
      padding: 0.5rem 0.75rem !important;
  }
}
ul.left-align a.nav-link {
  color: var(--color-font-nav-grey);
}
ul.right-align a.nav-link {
  color: var(--color-font-nav-black);
}
.nav-profile {
  padding: 0px !important;
}
.nav-link:hover:not(.active-nav) {
  color: white !important;
  background-color: var(--color-primary-turquoise) !important;
}
.active-nav {
  background: var(--color-bg-nav-item-active);
  color: white !important;
  border-radius: 19px;
}
.active-nav:hover {
  color: white !important;
  background-color: var(--color-primary-turquoise) !important;
}
.active-nav:focus {
  color: white !important;
  background-color: var(--color-bg-nav-item-active) !important;
}
.icons i {
  font-size: 16px;
  color: #6c757d;
  cursor: pointer;
  transition: color 0.3s;
}
.icons i:hover {
  color: black;
}


/* Dropdown Styling */
.dropdown-menu {
  background-color: #ffffff; /* White background */
  border-radius: 10px;
  border: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  --bs-position: end;
  margin-top: .5rem !important;
}
.dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto !important;
}
.dropdown-menu .dropdown-item:hover {
  text-decoration: none !important;
}
.profile-pic {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  vertical-align: middle !important;
}
.initials-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: grey;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}


  /* Profile Card */  
  
  /* Profile Card Styles */
  .profile-card {
    position: absolute;
    display: none;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    padding: 12px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 250px;
  }
  
  /* Close Button */
  .close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
  }
  
  /* Profile Photo */
  #profile-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  /* Profile Text */
  .profile-text {
    margin: 5px 0;
    font-size: 0.9rem;
    color: #555;
  }


/* Assessment*/

.compliance-page-label {
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
}
.organization-select-label {
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
}
.form-select-organization {
  background-color: var(--color-bg-nav-item-con);
  width: auto;  /* w-auto */
  display: inline;  /* d-inline */
  border-radius: var(--bs-border-radius-2xl);  /* rounded-5*/
  border: 0;
}
.card {
  overflow: hidden;
  border-color: var(--color-border-card);
  position: relative;
}
.card-body {
  background-color: transparent !important;
}
.primary-score-card {
  border: 0;
  background-color: var(--color-bg-card-primary-score);  
}
.primary-score-card h1, .primary-score-card h7, .primary-score-card p, .primary-score-card small {
  color: white !important;
}
.secondary-score-card {
  border: 0;
  background-color: var(--color-bg-card-secondary-score);
}
.secondary-score-card h1, .secondary-score-card h7, .secondary-score-card p, .secondary-score-card small {
  color: white !important;
}
.dot {
  height: 10px;
  width: 10px;
  /* background-color: #bbb; */
  border-radius: 50%;
  display: inline-block;
  /* margin-right: 4px; */
}
.dot.compliant {
  background-color: var(--color-compliant) !important;
}
.dot.noncompliant {
  background-color: var(--color-noncompliant) !important;
}
.dot.notassessed {
  background-color: var(--color-notassessed) !important;
}
.form-select-filter {
  width: auto;  /* w-auto */
  display: inline;  /* d-inline */
  border-radius: var(--bs-border-radius-2xl);  /* rounded-5*/
  border-color: var(--color-border-filter);
  color: var(--color-font-filter);
}
/* Three dots circle */
.card-filter {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--color-bg-main);
  color: black;
  border: 1px solid var(--color-border-card);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.card-filter-header {
  background-color: white; 
  border: 0;
}
.card-filter-regular {
  background-color: var(--color-bg-main);
  border: 1px solid var(--color-border-card);
}
.card-filter.highlighted {
  background-color: var(--color-bg-card-secondary-score);
}
/* Compliance text container */
.header-card-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.edit-user-btn-overview {
  width: 40px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overview-container-box {
  background: white;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid var(--color-border-grey);
}
.status-badge {
  border-radius: 10px;
  padding: 5px 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  white-space: nowrap; /* Prevent text wrapping */
  min-width: max-content; /* Prevents shrinking */
  transition: background-color 0.2s ease-in-out;
}
.compliant {
  background-color: var(--color-compliant);
}
.noncompliant {
  background-color: var(--color-noncompliant);
}
.notassessed {
  background-color: var(--color-notassessed);
}
.status-badge span {
  margin-right: 8px;
}
.status-badge.compliant:hover {
  background-color: color-mix(in srgb, var(--color-compliant) 80%, black);
}
.status-badge.noncompliant:hover {
  background-color: color-mix(in srgb, var(--color-noncompliant) 80%, black);
}
.status-badge.notassessed:hover {
  background-color: color-mix(in srgb, var(--color-notassessed) 80%, black);
}
.status-badge.compliant.highlighted {
  border: 2px solid green;
}
.status-badge.noncompliant.highlighted {
  border: 2px solid coral;
}
.status-badge.notassessed.highlighted {
  border: 2px solid gray;
}
.status-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}
.compliant .status-circle {
  background-color: var(--color-compliant-light);
  color: var(--color-compliant);
}
.noncompliant .status-circle {
  background-color: var(--color-noncompliant-light);
  color: var(--color-noncompliant);
}
.notassessed .status-circle {
  background-color: var(--color-notassessed-light);
  color: var(--color-notassessed);
}
.progress-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  font-weight: bold;
}
/* .rounded-rectangle {
  border-radius: 12px;
  padding: 8px 12px;
  background-color: #0E97E2;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
} */
.requirement-container {
  border-color: var(--color-border-grey);
  border-radius: 20px;
  padding: 0.5rem 1rem;
  /* transition: all 0.3s ease; */
  /* cursor: pointer; */
}
.requirement-container:hover {
  border: 1px solid var(--color-primary-turquoise) !important;
}
/* .requirement-container.active {
  border: 1px solid #0E97E2 !important;
} */
.requirement-subcontainer {
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  /* max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  display: none; */
  background-color: white;
  gap: 0.25rem;
  display: flex;
  flex-direction: column;
}
/* .requirement-subcontainer.show {
  max-height: 500px;
  padding: 1rem;
  display: block;
} */
.rounded-rectangle-card {
  border-radius: var(--bs-border-radius-2xl);  /* rounded-5*/
  padding: 8px 12px;
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  gap: 0.5rem;
}

.btn-primary{
  color: white !important; 
  background-color: var(--color-primary-turquoise) !important; 
  border-color: var(--color-primary-turquoise) !important;
  border-radius: 0.375rem !important; 
}
.btn-primary:hover{
  color: white !important;
  background-color: var(--color-bg-card-secondary-score) !important;
  border-color: var(--color-bg-card-secondary-score) !important; 
  border-style: solid !important;
}
.btn-primary:active{
background-color: var(--color-primary-turquoise) !important;
}

.btn-compliant{
  color: black !important; 
  background-color: var(--color-compliant-light) !important; 
  border-color: var(--color-border-overview-question-btn) !important;
  border-radius: 0.375rem !important; 
}
.btn-compliant:hover{
  border-color: var(--color-compliant) !important;
}
.btn-compliant:active{
color: white !important;
border-color: var(--color-compliant) !important;
background-color: var(--color-compliant) !important;
}

.btn-noncompliant{
  color: black !important; 
  background-color: var(--color-noncompliant-light) !important; 
  border-color: var(--color-border-overview-question-btn) !important;
  border-radius: 0.375rem !important; 
}
.btn-noncompliant:hover{
  border-color: var(--color-noncompliant) !important;
}
.btn-noncompliant:active{
color: white !important;
border-color: var(--color-noncompliant) !important;
background-color: var(--color-noncompliant) !important;
}

.btn-notassessed{
  color: black !important; 
  background-color: var(--color-notassessed-light) !important; 
  border-color: var(--color-border-overview-question-btn) !important;
  border-radius: 0.375rem !important; 
}
.btn-notassessed:hover{
  border-color: var(--color-notassessed) !important;
}
.btn-notassessed:active{
color: white !important;
border-color: var(--color-notassessed) !important;
background-color: var(--color-notassessed) !important;
}


.modal-content {
  background-color: white !important;
}

.question-arrow-container {
  display: flex;
  justify-content: center; /* Zentriert die Inhalte horizontal */
  gap: 20px; /* Abstand zwischen den Buttons */
  margin-top: 20px; /* Abstand zum vorherigen Element */
}


/* Measure */

.form-check-input:checked {
  background-color: var(--color-primary-turquoise) !important;
  border-color: var(--color-primary-turquoise) !important;
}