.body-no-scroll {
    overflow: hidden; /* This will prevent scrolling */
    height: 100%; /* You can also use 'vh' units if necessary */
    width: 100%;
  }
  
  
  /* chevron animation css  */
  .chevron {
      display: inline-block;
      vertical-align: middle;
      
    }
    
    .chevron {
      width: 18px;
      height: 15px;
    }
    
    .chevron__group {
      transform: translateY(0);
      transition: transform 0.1s linear;
    }
    
    .chevron__box--left,
    .chevron__box--right {
      transform: rotate(0) translateY(0);
      transition: transform 0.1s linear;
    }
    
    .chevron__box--left {
      transform-origin: 1px 1px;
    }
    
    .chevron__box--right {
      transform-origin: 7px 1px;
    }
    
    .chevron--flip .chevron__box--left {
      transform: rotate(-90deg) translateY(0);
    }
    
    .chevron--flip .chevron__box--right {
      transform: rotate(90deg) translateY(0);
    }
    
    .chevron--flip .chevron__group {
      transform: translateY(3px);
    }
  
  
  /* cookie popup css  */
  
  .privacyHeading {
      font-size: 22px!important;
      font-weight: 300!important;
      font-family: 'Rubik', 'sans-serif'!important;
      color: #575756!important;
      text-transform: uppercase;
  }
  
  .buildexLogo {
      height: 60px;
      width: auto;
      margin-bottom: 1rem;
  }
  
  .cookie-popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
      z-index: 9999;
      display: none; /* change to initially hidden */
  }
  
  .popup-content {
      background-color: #fff;
      border-radius: .25rem;
      width: 800px; /* Adjust the max-width as needed */
      margin: auto;
      z-index: 1001;
      /* max-height: 580px; */
      font-family: 'Rubik', 'sans-serif'!important;
      padding: 32px;
      overflow-y: auto;
  }
  
  .cookieIntro {
    font-size: 14px;
    font-family: 'Rubik', 'sans-serif'!important;
      color: #575756!important;
  }
  
  .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
  .acceptRejectButtons {
    display: none;
    justify-content: end;
    margin-bottom: 1rem;
    
  }
  
  .acceptAllBtn, .rejectAllBtn {
    text-decoration: underline!important;
      border: none!important;
      color: black!important;
      
  }
  
  .acceptAllBtn:hover, .rejectAllBtn:hover {
      background-color: white!important;
  }
  
  .acceptAllBtn:focus, .rejectAllBtn:focus {
      background-color: white!important;
  }
  
  .moreOptionsBtn {
    padding: 12px!important;
    border-radius: 2px!important;
    border: 2px solid #000!important;
    /* background-color: transparent!important; */
    color: #fff!important;
    font-family: "Rubik", sans-serif!important;
    font-weight: 300!important;
    transition: 0.3s ease-in-out!important;
    
    text-transform: uppercase;
    letter-spacing: 1px;

    background: linear-gradient(to right, white 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease;
  }
  
  .moreOptionsBtn:hover {
    background-position: left bottom;
    color: #000!important
  }

@media (max-width: 576px) {
  .moreOptionsBtn, .agreeBtn {
  	font-size: 14px!important;
  }
}
  
  .agreeBtn {
    padding: 12px!important;
    border-radius: 2px!important;
    border: 2px solid #000!important;
    /* background-color: transparent!important; */
    color: #000!important;
    font-family: "Rubik", sans-serif!important;
    font-weight: 300!important;
    transition: 0.3s ease-in-out!important;
    
    text-transform: uppercase;
    letter-spacing: 1px;

    background: linear-gradient(to right, black 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease;
  }
  
  .agreeBtn:hover {
    background-position: left bottom;
    color: #fff!important
  }
  
  .buttonArrow {
    width: 16px;
    height: auto;
    margin-bottom: 4px;
  }

  .buttons .moreOptionsBtn, .buttons .agreeBtn {
    min-width: 40%;
    border-radius: 30px;
    padding: 12px 24px!important;
    font-weight: 600;
  }
  
  .list-group {
      overflow-y: auto;
      max-height: 250px;
  }
  
  .list-group-item {
    border: none!important;
    border-bottom: 1px solid black!important;
    padding-left: 0!important;
  }
  
  .list-group-item:last-child {
    border-radius: 0!important;
  }
  
  .listExpand {
      list-style-type: none; /* Remove bullets */
      padding-left: 0; /* Align text to the left */
      text-align: left;
      display: flex;
      justify-content: space-between;
      margin-top: 1rem;
      margin-bottom: 1rem;
      color: #575756;
  }
  
  .infoExpand {
      padding-left: 6px;
      padding-right: 6px;
      width: 85%;
  }
  
  .infoExpand p {
    font-size: 14px;
      font-family: 'Rubik', 'sans-serif'!important;
  }
  
  .innerSpan {
    text-align: left;
    margin-right: 8px;
  }
  
  #storingPartners, #storing, #personalised , #personalisedPartners , #essential , #essentialPartners , #performance , #performancePartners , #functional , #functionalPartners, #analytics , #analyticsPartners , #thirdParty , #thirdPartyPartners , #specialFeatures , #specialFeaturesPartners {
      display: none;
  }
  
  .on, .off {
      display: none;
  }
  
  .switchToggle {
      margin-right: 14px;
  }
  
  .toggleContentBtn {
    background-color: transparent!important;
    color: black!important;
    border: none!important;
    text-decoration: underline!important;
    padding: 0!important;
    margin: 12px 0!important;
  }
  
  .toggleSwitch {
      width: 60px;
      height: 30px;
      border-radius: 50px;
      padding-top: 0!important;
      padding-bottom: 0!important;
      padding-left: 1px!important;
      padding-right: 1px!important;
      border: 0!important;
      background-color: rgb(0, 0, 0, 0.4)!important;
      position: relative;
      cursor: pointer;
  }
  
  .toggleSlider {
      width: 28px;
      height: 28px;
      background-color: white;
      border-radius: 50%;
      position: absolute;
      top: 1px;
      transition: left 0.3s ease-in-out;
  }
  
  .toggleSwitch:hover {
      background-color: #5cb85c!important;
  }
  
  .toggleSwitch:focus {
      
  }
  
  .toggleSwitch[aria-checked="true"] .toggleSlider {
      left: 31px;
      
  }
  
  .toggleSwitch[aria-checked="true"]  {
      background-color: #5cb85c!important;
      
  }
  
  .toggleOuterButton {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      border: none!important;
      background-color: transparent;
      color: #575756!important;
      padding-left: 6px!important;
  }
  
  .toggleOuterButton:hover {
      background-color: white!important;
  }
  
  .toggleOuterButton:active {
      background-color: white!important;
  }
  
  .toggleOuterButton:focus {
      background-color: white!important;
  }
  
  .innerButtonDiv {
      display: flex;
      width: 100%;
      justify-content: space-between;
      margin-right: 8px;
  }
  
  .saveOptionsDiv {
    display: flex;
    justify-content: end;
    margin-top: 1rem;
    box-shadow: 0px -3px 5px -3px rgba(0, 0, 0, 0.1);
  }
  
  .btn.saveOptionsBtn {
    display: none;
    padding: 12px!important;
    border-radius: 2px!important;
    border: 2px solid #000!important;
    /* background-color: transparent!important; */
    color: #000!important;
    font-family: "Rubik", sans-serif!important;
    font-weight: 300!important;
    transition: 0.3s ease-in-out!important;
    
    text-transform: uppercase;
    letter-spacing: 1px;

    background: linear-gradient(to right, black 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease;

      
    
  }
  
  .btn.saveOptionsBtn:hover {
    background-position: left bottom;
    color: #fff!important
  }
  
  .popupContent-high {
      height: 95%!important;
      
  }
  
  
  @media (min-width: 576px) and (max-width: 1119px) {
      .cookieIntro {
      max-height: 150px; /* Set a max height to whatever you prefer */
      overflow-y: scroll; /* Adds a scrollbar if content overflows */
      scrollbar-width: thin; /* Optional: Makes the scrollbar thinner */
      scrollbar-color: #888 #e0e0e0; /* Optional: styles the scrollbar */
    }
      .list-group {
      max-height: 160px;
      -webkit-overflow-scrolling: touch;
      }
      .popupContent-high {
      height: auto!important;
      }
      .popup-content {
          overflow-y: auto;
          max-height: 95%;
      }
  }
  
  @media (min-width: 576px) and (max-width: 1119px) and (orientation: landscape) {
      .cookieIntro {
          max-height: 75px; /* Set a max height to whatever you prefer */
      }
      .list-group {
      max-height: 80px;
      
      }
      .btn.saveOptionsBtn {
          margin-bottom: 1rem;
      }
  }
  
  @media (max-width: 576px) {
      .popup-content {
          height: 70%;
          width: 100%;
          box-sizing: border-box;
          overflow-y: auto;
      }
      .cookieIntro {
      max-height: 100px; /* Set a max height to whatever you prefer */
      overflow-y: scroll; /* Adds a scrollbar if content overflows */
      scrollbar-width: thin; /* Optional: Makes the scrollbar thinner */
      scrollbar-color: #888 #e0e0e0; /* Optional: styles the scrollbar */
    }
      .innerSpan {
          white-space: normal;
          
      }
      .list-group {
      max-height: 80px;
      -webkit-overflow-scrolling: touch;
      }
      .saveOptionsDiv {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
          padding-left: 5%;
          padding-right: 5%;
      
    }
      .offOnBtn {
          display: flex;
          align-items: center;
      }
  
    /* Styles for the button within saveOptionsDiv for better control */
    .btn.saveOptionsBtn {
      width: 100%; 
     margin-bottom: 1rem;
    }
      
  }