/* Global Navigation */

.desk-hide {
  display:none;
  
  }

     
.small-view-navi {
  display:none;
  }

  .brix-gn__cb-hack-input {
    display: none;
}

.brix-gn__burger-label-icon {
display: none;
}

.brix-gn__burger-label {
display:none;
}

.mobile-main-nav-container {
  display:none;
}

.mobile-footer-chevron-icon {
  position: absolute;
  display: none;
  top: 20px;
  right: 24px;
  width: 1.714rem;
  height: 1.714rem;
  stroke: #fff;
  transform: translate(50%, 50%) scaleY(1) rotate(0deg);
}

.desk-hide {
display:none;

}
  
.brix-gn {
  position: fixed;
  width: 100%;
  /* height: 110px; */
  z-index: 22;
  top: 0px;
  left: 0px;
}


.brix-gn .brix-gn__wrapper {
  position: fixed;
  width: 100%;
}


.mainNav {
  position: relative;
  width: 100%;
  margin: auto;
  z-index: 200;
}

.mainNav-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 4px rgb(51 51 51 / 30%);
  background: #fff;
}

.has_sidebar {
  margin-left: 292px; /* Platz für die Sidebar */
  width: auto; /*  calc(100% - 292px); */
  transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: transform, margin-left, margin-right;
}

.no_sidebar {

  display:none;
}


.page_fullwidth .mainNav-nav{
  max-width:1280px;
}

.page_fullwidth .metaNav {
  max-width:1280px;
}

.mainNav-nav {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  padding: 8px 48px;
  }



.mainNav-nav-container {
  background-color: #fff;
}

.mainNav-level-one {
  display: flex;
  flex-direction: row;
  background: #fff;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
}

.mainNav-level-one-item {
  list-style: none;
  font-size: 1.714rem;
  font-weight: 100;
  line-height: 1.25;
  margin: 0;
}

.mainNav-level-one-item.mainNav-level-one-item--selected .mainNav-level-one-link {
  color: #e60000;
}

.mainNav-level-one-item .mainNav-level-one-link {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
    cursor: pointer;
    font-size: 22px;
}


.mainNav-skip-to-content {
  display: flex;
  justify-content: center;
  background-color: #e60000; }

.mainNav-skip-to-content a {
    position: fixed;
    top: -100px;
    padding: 8px 12px;
    margin: 8px 0;
    font-weight: 700;
    font-size: 1.143rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: underline; }

.mainNav-skip-to-content a:focus {
      position: relative;
      top: 0;
      color: #fff; }

.mainNav-skip-to-content a:visited {
      color: #fff; }




footer {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        color: #fff;
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
        min-height:200px;
        background: #000;
    }

      .brix-gn-footer {
        position: relative;
        background-color: #000;
        color: #fff;
    }

    .brix-gn-footer__main-nav {
      position: relative;
      max-width: 1050px;
      margin: 0 auto 32px;
  }

  .brix-gn-footer__main-nav::after {
    position: relative;
    display: block;
    content: '';
    height: 1px;
    background: #999;
    margin: 0 16px;
}

  .brix-gn-footer__level-one {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 36px 0 16px;
    list-style: none;
}

.brix-gn-footer__level-one-item {
  font-size: 1.429rem;
  font-weight: 700;
  line-height: 1.25;
  width: 25%;
}

.brix-gn-footer__level-one-item .brix-gn__chevron-label {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  padding: 12px 0;
  font-size: 20px;
}

.brix-gn-footer__level-two {
  position: relative;
  color: #ffffff;
  padding: 12px 4px 0 0;
}

.brix-gn-footer__level-two-item {
  font-size: 1.143rem;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  font-size:16px;
  text-decoration:none;
  padding: 4px 0 4px 0px;
}

.brix-gn-footer__level-two-item a {

  text-decoration:none;
}

.brix-gn-footer__level-two-item a:hover {

  text-decoration:underline;
 
}

.brix-gn__logo {
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  z-index: 2;
}

.brix-gn-footer a {
  color: #fff;
}

.brix-gn-footer__level-two-link a {
  display: block;
  color: #fff;
  padding: 4px 16px;
  text-decoration: none;
  
}

.brix-gn-footer__level-two-link a:visited {
  display: block;
  color: #fff;
  padding: 4px 16px;
  text-decoration: none;
}

.brix-gn-footer__level-two-link a:focus {
  display: block;
  color: #fff;
  padding: 4px 16px;
  text-decoration: underline;
}


.brix-gn-footer__main-nav::after {
  position: relative;
  display: block;
  content: '';
  height: 1px;
  background: #999;
  margin: 0;
}

.brix-gn-footer__legal-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 32px;
}


.brix-gn-footer__legal-item {
  position: relative;
  font-size: 0.857rem;
  line-height: 1.5;
  list-style: none;
}

.brix-gn-footer__legal-item a {
text-decoration: none;
font-size:12px;
}

.brix-gn-footer__legal-item a:hover {
  text-decoration: underline;
  }

.brix-gn-footer__copy-text, .brix-gn-footer__legal-link {
  position: relative;
  display: block;
  padding: 6px;
  margin-top: -2px;
  margin-bottom: -2px;
  color: #fff;
}

 
 
 .menu-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  stroke: #333;
  margin-left: 8px;
}

.menu-icon:hover svg {
stroke: #fff!important;

}

#toolBarDropdownButton:hover svg{
  stroke: #fff!important;
  transition: all 0.4s ease 0s;
}

#toolBarDropdownButton:focus svg{
  stroke: #fff!important;
  transition: all 0.4s ease 0s;
}


/* Dropdown styling */


.toolBar {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}

.toolBarDropdown-content {
  top: 48px;
  right: 0;
  border-radius: 0px 0px 6px 6px;
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  white-space: nowrap;
}

.toolBarDropdown-content button {
  display: block;
  width: 100%;
  border: none;
  background: none;
  padding: 12px 16px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
}

.toolBarDropdown-content button:hover {
  background-color: #ddd;
}


/* Small desktop view */


@media only screen and (max-width: 1049px) and (-webkit-min-device-pixel-ratio:0) {

  h1, .ws10-h1 {
    font-weight: 100;
    line-height: 1.25;
    color: #0d0d0d;
    font-size: 36px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    
    }
    
    
    h2, .ws10-h2 {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    }
    
    
    h2, .ws10-h2 {
    font-size: 34px;
    font-weight: 100;
    line-height: 1.25;
    color: #0d0d0d;
    margin-bottom: 20px;
    }
    
    
    h3, .ws10-h3 {
    font-weight: 700;
    line-height: 1.25;
    color: #0d0d0d;
    font-size: 30px;
    }
    

  .brix-gn__cb-hack-input {
    display: block;
    position: absolute;
    left: -16px;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* .brix-gn__burger-label {
  position: fixed;
  top: 0;
  right: 0;
  padding: 16px;
  cursor: pointer;
  background-color: #fff;
  z-index: 2;
  display:block;
} */


.brix-gn__cb-hack-input:checked + .brix-gn__burger-label::before {
  position: absolute;
  display: block;
  content: '';
  top: 12px;
  left: 12px;
  width: 40px;
  height: 40px;
  background: #e60000;
}

.burger-close-icon-hide {
  display:none;
}

.burger-close-icon-show {
  display: block;
  position: relative;
  width: 2.285rem;
  height: 2.285rem;
  stroke: #fff;
  background: #e60000;
}

.burger-icon-show {
  display: block;
  position: relative;
  width: 2.285rem;
  height: 2.285rem;
  stroke: #333;
}

.burger-icon-hide {
  display:none;
}




.brix-gn__burger-label-icon {
  position: relative;
  width: 2.285rem;
  height: 2.285rem;
  stroke: #333;
}

.brix-gn__burger-label-icon:last-child {
  display: none;
}

.brix-gn__level-one-link{
  display: none !important;;
}

.small-view-navi {

display:none;
width:100%;
height:69px;

}

.mobile-main-nav-container {
  display: none;
  position: absolute;
  top: 69px;
  align-self: flex-end;
  overflow-y: auto;
  height: calc(100vh - 64px);
  border-left: solid 1px #f4f4f4;
  background: #fff;
  right: 0;
  z-index: -1;
  width: 309px;
}

.overlay-nav {
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index:-99;
    width:100%;
    height:2000px;
    display:none;
}

.mobile-main-nav-link {
  position: relative;
  display: table-cell;
  padding: 16px 75px 16px 15px;
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  text-decoration: none;
  width: 500px;
  color:#333;
}

.mobile-main-nav-link--selected {
color:#e60000;
}

.mobile-main-nav-list {
  list-style: none;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;

}

.mobile-main-nav-list-item {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}

.mobile-main-nav-chevron-icon {
  position: absolute;
  display: block;
  top: 0;
  right: 32px;
  width: 1.714rem;
  height: 1.714rem;
  stroke: #333;
  transform: translate(50%, 50%) scaleY(1) rotate(-90deg);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.mobile-main-nav-chevron-icon--selected {
  stroke: #e60000;
}
}

/* Mobile view */


@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio:0) {
  
  .grid-container {
    display: grid;
    grid-template-columns: 68% 21% 7%;
    gap: 0px 8px;
  
  }

/*   .ws10-no-scroll {
    position:initial;
    overflow: hidden;
    width: 100%;
  } */

  .brix-gn__level-one-item
{

  visibility: hidden;
}

.small-vw

{
padding-left:8px;
padding-right:8px;

}

  #content-wrapper {
    margin: auto;
    width: 100%;
    min-width: auto;
    padding-top: 100px;
}

.acc {
  border-top: 1px solid #bebebe;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  width: 80%;
}



.result-button-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 16px;
}

.count-checkboxes-wrapper {

  margin-bottom: 16px;
}


.overlay_container {
  position: absolute;
  overflow: scroll;
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  transform: translateX(0) translateY(0);
  border-radius: 0px;
  transform: translateX(-50%) translateY(-50%);
  top: 53%;
  left: 50%;
  width: 100%;
  min-height: 100%
  /* max-height: 90vh; */
}

.progress-result {
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #EA1A1A;
  border-radius: 0.25rem;
  margin-bottom: 4px;
  width: auto!important;
}

.result-box {
  border-radius: 0px;
}



}



.brix-gn__cb-hack-input {
  display: block;
  position: absolute;
  left: -16px;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* .brix-gn__burger-label {
position: fixed;
top: 0;
right: 0;
padding: 16px;
cursor: pointer;
background-color: #fff;
z-index: 2;
display:block;
} */


.brix-gn__cb-hack-input:checked + .brix-gn__burger-label::before {
position: absolute;
display: block;
content: '';
top: 12px;
left: 12px;
width: 40px;
height: 40px;
background: #e60000;
}

.burger-close-icon-hide {
display:none;
}

.burger-close-icon-show {
display: block;
position: relative;
width: 2.285rem;
height: 2.285rem;
stroke: #fff;
background: #e60000;
}

.burger-icon-show {
display: block;
position: relative;
width: 2.285rem;
height: 2.285rem;
stroke: #333;
}

.burger-icon-hide {
display:none;
}




.brix-gn__burger-label-icon {
position: relative;
width: 2.285rem;
height: 2.285rem;
stroke: #333;
}

.brix-gn__burger-label-icon:last-child {
display: none;
}



/* .small-view-navi {

display:block;
width:100%;
height:69px;

} */

.mobile-main-nav-container {
display: none;
position: absolute;
top: 69px;
align-self: flex-end;
overflow-y: auto;
height: calc(100vh - 64px);
border-left: solid 1px #f4f4f4;
background: #fff;
right: 0;
z-index: -1;
width: 309px;
}

.overlay-nav {
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index:-99;
  width:100%;
  height:2000px;
  display:none;
}

.mobile-main-nav-link {
position: relative;
display: table-cell;
padding: 16px 75px 16px 15px;
font-size: 20px;
line-height: 24px;
vertical-align: middle;
text-decoration: none;
width: 500px;
color:#333;
}

.mobile-main-nav-link--selected {
color:#e60000;
}

.mobile-main-nav-list {
list-style: none;
margin-block-start: 0px;
margin-block-end: 0px;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;

}

.mobile-main-nav-list-item {
border-bottom: 1px solid #f4f4f4;
position: relative;
}

.mobile-main-nav-chevron-icon {
position: absolute;
display: block;
top: 0;
right: 32px;
width: 1.714rem;
height: 1.714rem;
stroke: #333;
transform: translate(50%, 50%) scaleY(1) rotate(-90deg);
transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.mobile-main-nav-chevron-icon--selected {
stroke: #e60000;
}



.sidebarMenu {
  height: 100%;
  width: 290px;
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  background-color: #fff;
  padding-bottom: 40px;
  border-right: 2px solid #dddddd;
  overflow: hidden;
}


@media screen and (max-width: 1024px) {
  .sidebarMenu {
display:none;
  }
  .metaNav {display:none;}

  .mainNav-nav {
    padding: 8px 16px!important;
}

.has_sidebar .metaNav {
  padding-right: 16px!important;
  padding-left: 16px!important;
  max-width: none;
}

.metaNav-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right:16px;
}


}



.logoContainer {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}


.betaMarker{
  position: absolute;
  position: absolute;
  background: #0096ad;
  padding: 3px;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  top: 28px;
  left: 25px;
}

.logoFirst-line {
font-size: 22px;
font-weight: bold;
line-height: 1;
}

.logoSecond-line {
font-size: 16px;
font-weight: bold;
}


.sideBottom {
background: #fff;
height: 100%;
box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}

.sidebarMenu::-webkit-scrollbar {
width: 8px;
}

.sidebarMenu::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 4px;
}

.sidebarMenu::-webkit-scrollbar-thumb:hover {
background-color: #999;
}

.sideContent::-webkit-scrollbar {
width: 8px;
}

.sideContent::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 4px;
}

.sideContent::-webkit-scrollbar-thumb:hover {
background-color: #999;
}


/* Allgemeines Styling */
.sidebarMenu ul {
  list-style: none;
  margin: 0;
  padding: 6px 0px 2px 0px;
}

.sideContent {
list-style: none;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: scroll;
height: 90%;
white-space:normal;
}


.sidebarMenu li {
margin: 5px 0;
position: relative;
}

/* 
.sidebarMenu li::before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
margin-right: 10px;
border-radius: 50%;
border: 2px solid black;
background-color: white;
position: relative;
vertical-align: middle;
box-sizing: border-box; 
}

.sidebarMenu li::after {
content: '';
position: absolute;
top: 10px;
left: 10px;
transform: translate(-50%, -50%) rotate(45deg); 
width: 6px;
height: 10px;
border: solid black;
border-width: 0 2px 2px 0;
box-sizing: border-box; 
} */


/* Grünes Styling */
.sidebarMenu li.completed::before {
border-color: green;
background-color: green;
}

.sidebarMenu li.completed::after {
border-color: white;
}

.sidebarMenu .category-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  /* font-weight: bold; */
  /* position: relative; */
  padding-left: 36px;
  padding-right: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}


li.category-item > a:hover {
transition: all 0.1s ease 0s;
background:#f2f2f2;
}


.sidebarMenu .category-item > a .chevron {
transition: transform 0.3s ease;
position: absolute;
right: 10px; 
top: 16px; 
transform: translateY(-50%); 
}

.sidebarMenu .category-item.open > a .chevron {
transform: translateY(-50%) rotate(180deg); 
}

.sidebarMenu .category-item {
position: relative; 
}


/* Requirement-List Styling */
.sidebarMenu .requirement-list {
/*  margin-left: 20px;
padding-left: 10px;
border-left: 2px solid #ccc; */
display: none;
}

.sidebarMenu .requirement-list a {
text-decoration: none;
}


.sidebarControls {
  display:flex;
  justify-content: flex-end;
  padding-right: 8px;
  gap:8px;
}

.sidebarButton {
  position: fixed;
  left: 320px;
  bottom: 24px;
  z-index: 200;
}

.sidebarControl-item:before {
  position: unset!important;
  background: unset!important;
}

ul.checkmark li {
  font-size: 16px;
  /* margin-bottom: 1em; */
  list-style-type: none;
  /* padding: 5px 0px 0px 0px; */
  position: relative;
}

ul.checkmark li.auditInfo-link  {
border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    padding-left: 38px;
text-decoration: none;
position: relative;
padding-top: 8px;
}

ul.checkmark li.auditInfo-link::before {
  position: absolute;
  left: 8px;
  top: 13px;
  /* margin-top: -0.5em; */
  content: '';
  width: 24px;
  aspect-ratio: 1;
  background: var(--info-outline) 50% 50% / contain no-repeat;
}

ul.checkmark li.catalogueHeading {
font-weight: bold;
text-decoration: none;
position: relative;
padding: 12px 0px 8px 12px;
}

ul.checkmark li.catalogueHeading::before {
background: none;
}

ul.checkmark li.auditInfo-link a  {
text-decoration: none;
}

ul.requirement-list li {
font-size: 16px;
margin-bottom: 1em;
list-style-type: none;
padding: 5px 0px 0 2.5em;
position: relative;
margin: 7px;

}

ul.requirement-list li.sub {
font-size: 16px;
margin-bottom: 1em;
list-style-type: none;
padding: 0px 8px 1px 34px;
position: relative;
margin: 7px;
position:relative;
}

ul.requirement-list li.sub-na {
font-size: 16px;
margin-bottom: 1em;
list-style-type: none;
padding: 0px 8px 1px 34px;
position: relative;
margin: 7px;

}

ul.requirement-list li.sub-pass {
font-size: 16px;
margin-bottom: 1em;
list-style-type: none;
padding: 0px 8px 1px 34px;
position: relative;
margin: 7px;

}

ul.requirement-list li.sub-fail {
font-size: 16px;
margin-bottom: 1em;
list-style-type: none;
padding: 0px 8px 1px 34px;
position: relative;
margin: 7px;

}


ul.checkmark li:before {
position: absolute;
left: 8px;
top: 12px;
margin-top: -0.5em;
content: '';
width: 22px;
aspect-ratio: 1;
background: var(--unchecked-circle-outline) 50% 50% / contain no-repeat;
z-index: 1;
}

ul.checkmark li.fail:before  {
background: var(--fail-circle) 50% 50% / contain no-repeat;
}

ul.checkmark li.pass:before  {
background: var(--pass-circle) 50% 50% / contain no-repeat;
}

ul.checkmark li.na:before  {
background: var(--na-circle) 50% 50% / contain no-repeat;
}

ul.checkmark li.sub:before {
position: absolute;
left: 8px;
top: 6px;
margin-top: -0.5em;
content: '';
width: 20px;
aspect-ratio: 1;
background: var(--unchecked-circle-outline) 50% 50% / contain no-repeat;
}

ul.checkmark li.sub-na:before {
width: 20px;
background: var(--na-circle) 50% 50% / contain no-repeat;
top: 6px;
}

ul.checkmark li.sub-pass:before {
width: 20px;
background: var(--pass-circle) 50% 50% / contain no-repeat;
top:6px;
}

ul.checkmark li.sub-fail:before {
width: 20px;
background: var(--fail-circle) 50% 50% / contain no-repeat;
top:6px;
}


/* ul.checkmark li:after {
content: " ";
display: block;
width: 0.3em;
height: 0.6em;
border: solid #fff;
border-width: 0 0.2em 0.2em 0;
position: absolute;
left: 1em;
top: 10px;
margin-top: -0.2em;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
} */



.progressContainer {
  background: #fff;
  padding: 10px 10px;
}


.progress-container {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: 16px;
}

.progress-bar {
  background-color: #4caf50;
  width: 0%;
  height: 100%;
  transition: width 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
}

.progress-bar-label {
  padding: 0 5px;
}

.metaNav-wrapper{
  height: 32px;
    background: #000;
    color: #fff;
}

.has_sidebar .metaNav {
  padding-right: 48px;
  padding-left: 48px;
  max-width:none;
}


.metaNav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding:0 48px;
  margin: 0 auto;
}

.metaNav a {
color:#fff!important;
text-decoration: none;


}



  .selected 
  {
    background: #f2f2f2;
  }



  .ws10-button-icon-only--low {
    width: 32px;
    height: 32px;
    padding: 2px 2px;
    border: 0!important;
    border-radius: 50%;
}

.ws10-button-icon-only--low:hover {
background:#f4f4f4!important;
}

.ws10-button-icon-only--low:hover, .ws10-button-icon-only--low:focus {
  background: #f4f4f4!important;
  cursor: pointer;
}

.ws10-button-icon-only--low:hover .ws10-button-icon-only__icon, .ws10-button-icon-only--low:focus .ws10-button-icon-only__icon {
  stroke: #262626!important;
}



.auditInfo-projectname {
  margin: 0;
  font-weight: bold;
  padding-right: 12px;
}


.metaNav-profile {

  display:flex;
  align-items: center;
  gap: 6px;
  text-decoration:none;
}



.metaNav-profile .avatar {

  color:#262626;
  height:20px;
  width:20px;
  text-decoration:none;
}

a.metaNav-profile .avatar {

  text-decoration:none;
}


.issue-marker:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ce0c0cee;
  border-radius: 100px;
  right:0;
  top:5px;
}

