  /* set a max-width for horizontal fluid layout and make it centered */
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px; /* or 950px */
}
  
  .form-control-dark {
    border-color: var(--bs-gray);
  }

  .form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }
  
  .text-small {
    font-size: 85%;
  }
  
  .dropdown-toggle {
    outline: 0;
  }


  .navbar-toggler {
    border-color: transparent;
  }

  .birrer-primary {
    color: #ED7413;
  }

  .outlined-link {
    border: solid 1px;
  }

 * {
  box-sizing: border-box;
 }

 .scrolling-wrapper {
 
    display: flex;
    flex-wrap: wrap;
}

html {
  scroll-padding-top: 7.5rem;
}


section {
  scroll-margin-top: 4rem;
}

 .lbl-radio {
  box-shadow: 0px 4px 12px -4px rgba(68, 64, 64, 0.5);
  padding: 16px;
  margin: 6px;
  border: 1px solid lightgrey;
  cursor: pointer;
  transition: all .1s ease-in;
  border-radius: 12px;
 }

 input[type =radio]:checked + .lbl-radio {
  border-color: black;
  border: 2px solid;
 }

 .hidebx {
  display: none;
 }

 .display-box {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  width: 110px;
 }

 .display-box img {
  width: 60px;
  height: 70px;
 }

 label .form-label {
  font-weight: 700;
 }

 .hidegroup {
  display: none;
 }

 
 .navbar-nav {
  font-size: 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 20px;;
 }

 #g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
  
 
  /*
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}*/