.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/* app/assets/stylesheets/product_grid.css */
body {
  margin: 0;
  font-family: sans-serif;
}

.welcome-screen {
  text-align: center;
  padding: 2rem;
}

.welcome-text h1, .welcome-text h2 {
  margin: 0.5rem 0;
}

.welcome-buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.split-layout {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

.left-pane {
  width: 35%;
  padding: 1rem;
  border-right: 1px solid #ccc;
  overflow-y: auto;
}

.right-pane {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}
/*



 */
 body {
    background-image: url(/background-storage-app.png)
 }

 .starting_text {
    color: white;
 }

 .navbar-logo-image {
    height: 5vh;
    width: auto;
    vertical-align: middle;
 }

.button-container {
    min-height: 20vh;
  }
  
  .custom-btn-header {
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    min-width: 15%;
    text-transform: uppercase;
  
    background: transparent;
    color: #ffffff;
    border: 2px solid #F28E30;
  }

  .custom-verify-btn {
    padding: 15px 30px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 8px;
    min-width: 150px;
    text-transform: uppercase;
  
    background: transparent;
    color: #ffffff;
    border: 2px solid #F28E30 !important;

  }

  .custom-verify-btn:hover {
    background: transparent;
    border-color: #f0f0f0 !important;
    color: #F28E30;
  }

  .custom-btn {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    min-width: 15%;
    text-transform: uppercase;
  
    background: transparent;
    color: #ffffff;
    border: 2px solid #F28E30;
  }

  .custom-btn:hover {
    background: #303030; /* Slightly darker red and lighter white on hover */
    border-color: #F28E30; /* Slightly lighter white border on hover */
    color: #ffffff; /* Keep text black */
  }

  .custom-submit-btn {
    padding: 15px 30px;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 8px;
    min-width: 350px;
    text-transform: uppercase;
  
    background: transparent;
    color: #ffffff;
    border: 2px solid #F28E30 !important;
  }

  .custom-submit-btn:hover {
    background: transparent; /* Slightly darker red and lighter white on hover */
    border: 2px solid #fff !important; /* Slightly lighter white border on hover */
    color: #F28E30; /* Keep text black */
  }

  #choose_personal_btn {
    background-color: #ad1a1e;
    border-color: #f0f0f0;
    color: #ffffff;
  }
  
  #choose_event_btn {
    background-color: #ad1a1e;
    border-color: #f0f0f0;
    color: #ffffff;
  }
  
  #choose_emergency_btn {
    background-color: #ad1a1e;
    border-color: #f0f0f0;
    color: #ffffff;
  }

  #choose_personal_btn:hover {
    background-color: #ad1a1e;
    border-color: #f0f0f0;
  }
  
  #choose_event_btn:hover {
    background-color: #ad1a1e;
    border-color: #f0f0f0;
  }
  
  #choose_emergency_btn:hover {
    background-color: #ad1a1e;
    border-color: #f0f0f0;
  }

  #choose_admin_btn {
    background-color: #ad1a1e;
    border-color: #f0f0f0;
    color: #ffffff;
  }

  #choose_admin_btn:hover {
    background-color: #ad1a1e;
    border-color: #f0f0f0;
  }

  .custom-navbar-gradient {
    background: transparent;
  }
  
  .custom-navbar-gradient .navbar-brand,
  .custom-navbar-gradient .nav-link,
  .custom-navbar-gradient .btn-outline-light {
    color: #ffffff;
  }
  
  .custom-navbar-gradient .btn-outline-primary {
    /* color: #d11e24;
    border-color: #d11e24; */
  }
  
  .custom-navbar-gradient .btn-outline-primary:hover {
    background-color: #ffffff;
    color: #F28E30;
    border: #F28E30 2px solid; 
  }

  /* this is for the products and selection.*/

  /* Custom Styles for Forms (inspired by PDF Page 2) */

/* General styling for custom labels (e.g., "SELECT EVENT") */
.form-label-custom {
    font-size: 1.1rem; /* Slightly larger text */
    font-weight: bold;
    color: #ffffff; /* Darker text for readability */
    text-transform: uppercase; /* All caps */
    margin-bottom: 0.5rem; /* Space below label */
    display: block; /* Ensures it takes full width for alignment */
  }
  
  /* Styling for custom select/dropdown fields */
  .custom-select-field {
    height: 3vh; /* Adjust height as needed */
    background-color: transparent; /* Make background transparent */
    color: white; /* White text color */
    border: 1px solid rgba(255, 255, 255, 0.5); /* Optional: a subtle white border */
    padding-right: 25px; /* Make space for the custom arrow */
    -webkit-appearance: none; /* Remove default arrow for WebKit browsers */
    -moz-appearance: none; /* Remove default arrow for Firefox */
    appearance: none; /* Remove default arrow */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>'); /* White SVG arrow */
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
  }

  .custom-select-field option {
    background-color: #333; /* Dark background for options in transparent dropdown */
    color: white !important;
  }

  .custom-input-field {
    height: 3vh; /* Smaller height for PIN input */
    background-color: transparent; /* Transparent background */
    color: white; /* White text */
    border: 1px solid rgba(255, 255, 255, 0.5); /* Subtle border */
    padding: 0.375rem 0.75rem; /* Standard Bootstrap padding */
    -webkit-appearance: none; /* Remove any default styling that might make it look like a select */
    -moz-appearance: none;
    appearance: none;
  }
  
  .custom-input-field:focus,
  .custom-select-field:focus {
    border-color: #80bdff; /* Example focus border color */
    background-color: #333;
    color: white !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
  }
  
  #pin_verified_display_personal {
    color: white;
    font-weight: bold;
    margin-top: 10px; /* Space from above elements */
  }

  .custom-staff-customer-btn {
    /* Smaller height/padding */
    padding: 0.6rem 1.2rem; /* Adjusted padding to make them smaller */
    font-size: 0.85rem; /* Slightly smaller font size */
    line-height: 1.5; /* Adjust line height if necessary */
    min-width: 120px; /* Give them a consistent minimum width if desired */
  
    /* Default border style (can be transparent or subtle) */
    border: 2px solid #fff; /* Start with a transparent border */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for glow */
    color: white; /* Ensure text is white */
    background-color: transparent; /* Ensure background is transparent */
  }
  
  .custom-staff-customer-btn.active-glow-btn {
    border-color: #F28E30; /* Golden border when active */
    box-shadow: 0 0 8px rgba(242, 142, 48, 0.7), /* Soft inner glow */
                0 0 16px rgba(242, 142, 48, 0.5); /* Outer, more diffused glow */
    color: #F28E30; /* Change text color to gold when active for better indication */
    /* You can also adjust font-weight or other properties for active state */
  }
  
  .custom-staff-customer-btn:hover {
    background-color: transparent; /* Dark background on hover */
    color: #fff; /* White text on hover */
    border-color: #ffffff;
  }
  
  /* Styling for the "OR" separator */
  .custom-or-separator {
    font-size: 1.3rem; /* Slightly larger than button text */
    font-weight: bold;
    color: #ffffff; /* Grey color, common for separators */
    margin: 0 1rem; /* Space around "OR" */
  }
  
  /* Styling for the Verify PIN button */
  .custom-verify-btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent; /* Red color for primary action */
    border-color: #F28E30;
    color: #fff;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
  }
  
  .custom-verify-btn:hover {
    background-color: transparent; /* Darker background on hover */
    border-color: #F28E30;
  }
  
  /* Ensure prompt text matches other items */
  .custom-select-field option[value=""] {
    color: #6c757d; /* Lighter grey for prompt */
  }
  
  .custom-select-field option:not([value=""]) {
    color: #000; /* Black for actual options */
  }

  /* Visually hidden but rendered elements */
.hidden-visually {
    position: absolute !important; /* Take it out of flow but keep rendered */
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important; /* Offset for any residual margin/padding */
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important; /* Old way to clip for screen readers */
    white-space: nowrap !important; /* Keep content on single line for measurement */
    border: 0 !important;
    visibility: hidden !important; /* The key for making it non-visible */
    opacity: 0 !important; /* Add opacity for smoother transition potential, and extra hiding */
  }
  
  /* Class to show them */
  .visible-visually {
    position: static !important; /* Restore normal positioning */
    width: auto !important;
    height: auto !important;
    padding: inherit !important; /* Restore original padding */
    /* margin: inherit !important; Restore original margin */
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    border: inherit; /* Restore original border */
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* For highlighting the active button in the header */
  .header-context-btn.active-context-btn {
    /* Example highlighting styles */
    border: 2px solid #F28E30; /* A visible border */
    box-shadow: 0 0 20px rgba(242, 142, 48, 0.9); /* A glow effect */
    transform: scale(1.05); /* Slightly enlarge */
    transition: all 0.2s ease-in-out; /* Smooth transition */
  }
  
  /* Styling for Product Cards */
  .product-card {
    min-height: 110px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 0.75rem 1rem;
    background: transparent;
    border: 1px solid #F28E30;
    color: #F28E30;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: left;
  }

  .product-card:hover {
    transform: translateY(-3px); /* Slight lift effect on hover */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* More pronounced shadow on hover */
  }

  .product-card .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    max-height: 2.4em;
    font-size: clamp(0.85rem, 1vw + 0.5rem, 1.1rem);
  }

  .product-card .card-title {
    color: white; /* Ensure product name is white */
  }

  .product-card .text-muted.small {
    color: white !important; /* Lighter white for price */
  }

  /* Ensure stock badge is visible */
  .product-card .badge {
    background-color: rgba(48, 48, 48, 0.8) !important;
    border: #F28E30 1px solid;
    color: #F28E30 !important;
    min-width: 80px;
    text-align: center;
    align-self: flex-start;
  }

  .product-card-body {
    flex-grow: 1;
  }

  .product-card div > strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    max-height: 2.4em;
    font-size: clamp(0.85rem, 1vw + 0.5rem, 1.1rem);
  }

  /* Make sure the custom-select-field styles apply to the product dropdowns */
  .custom-select-field {
    height: 3vh; /* Adjust height as needed */
    background-color: transparent; /* Make background transparent */
    color: white; /* White text color */
    border: 1px solid rgba(255, 255, 255, 0.5); /* Optional: a subtle white border */
    padding-right: 25px; /* Make space for the custom arrow */
    -webkit-appearance: none; /* Remove default arrow for WebKit browsers */
    -moz-appearance: none; /* Remove default arrow for Firefox */
    appearance: none; /* Remove default arrow */
    /* This SVG is a white arrow. Ensure your path to the SVG is correct or embed it as data URI */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
  }

  /* IMPORTANT: More specific or !important for options if they are still dark */
  .custom-select-field option {
    background-color: #333 !important; /* Dark background for options, forced */
    color: white !important; /* White text color for options, forced */
  }

  #purchase-products-section {
    border-color: #ccc;
    background: transparent !important;
  }
  
  .product-quantity {
    background-color: transparent !important;
    color: #F28E30 !important;
    border: none !important;
    width: 50%;
  }

  .product-quantity:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 50%;
  }

  #init_text {
    padding-left: 15% !important;
    text-align: left !important;
  }

  @media (max-width: 767px) {
    #product_selection_section, #purchase-products-section {
      padding: 1rem 0;
    }
  
    .btn {
      width: 100%;
      margin-bottom: 0.5rem;
    }

    .product-card {
      min-height: 80px;
      padding: 0.5rem 0.75rem;
    }
  
    .product-card .product-title {
      font-size: 0.85rem;
      -webkit-line-clamp: 2;
      line-height: 1.1;
      max-height: 2.2em;
    }
  
    .product-card .badge {
      font-size: 0.7rem;
      padding: 0.25em 0.5em;
      min-width: auto;
    }
  
    .product-card-body small {
      font-size: 0.75rem;
    }
  }
  
  .admin-form {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #F28E30;
  }

  @media (max-width: 991px) {
    .custom-select-field,
    .custom-input-field {
      height: 48px !important; /* Increase height */
      font-size: 1rem !important;
    }
  
    select.custom-select-field {
      font-size: 1rem !important;
      padding-left: 0.75rem !important;
    }
  }

  @media (max-width: 991px) {
    .custom-staff-customer-btn,
    .custom-btn,
    .custom-btn-header,
    .custom-submit-btn,
    .custom-verify-btn {
      padding: 0.4rem 1rem !important;
      font-size: 0.85rem !important;
      width: 80% !important;
      max-width: 300px;
      margin: 0 auto 0.5rem auto;
      display: block;
    }
  }
  
  @media (min-width: 992px) {
    .custom-select-field,
    .custom-input-field {
      height: 38px;
      font-size: 0.95rem;
    }
  }
  
  .overstocked {
    border: 2px solid red;
    background-color: #ffe5e5;
  }

  #new_emergency_panel {
    background-color: transparent !important;
  }
