  #notification-area {
      position: fixed;
      top: -20px;
      left: 10px;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
        z-index: 10000;
  }

  #notification-area .notification {
      position: relative;
      padding: 12px 40px;
      background: #111;
      color: #f5f5f5;
      font-size: 14px;
      font-weight: 600;
      border-radius: 5px;
      margin: 5px 0px;
      opacity: 0;
      left: 200px;

      animation: showNotification 500ms ease-in-out forwards;
      z-index: 10000;
  }

  @keyframes showNotification {
      to {
          opacity: 1;
          left: 0px;
      }
  }

  #notification-area .notification.success {
      background: #bd0000;
  }

  .fa-icon {
      position: relative;
      overflow: hidden;
  }

  .fa-icon i {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
  }

  .button,
  .fa-icon,
  .notification {
      user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      border-radius: 8px;
  }

  .containereu {

      margin: -20px auto;
      max-width: 1150px;
  }

  .container {

      margin: 15px auto;
      max-width: 1150px;
  }

  body,
  .main-wrapper {
      background-color: #121212;
      user-select: none;
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      padding-top: 0;
      /* Remove any top padding that might interfere */
  }

  /* Ensure content doesn't go behind the fixed topbar */
  #MenuPostcode1,
  #MenuPostcode2,
  #MenuPostcode3,
  #MenuPostcode4,
  #MenuPostcode5,
  #MenuPostcode6,
  #MenuPostcode7 {
      position: relative;
      z-index: 997;
  }

  .hidden {
      display: none;
  }

  .topbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background-color: #121212;
      padding: 10px 0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }

  .btn {
      border: 1px solid rgb(31, 7, 7);
      outline: none;
      padding: 7px 10px;
      background-color: #411;
      color: white;
      cursor: pointer;
      font-size: 18px;
      border-radius: 7px;
  }

  .active,
  .btn:hover {
      background-color: #bd0000;
      color: white;
  }

  @media screen and (max-width: 480px) {
      .btn {
          padding: 10px 11px;
          font-size: 13px;
          width: 23%;
      }
  }


  .everydayfree {
      position: relative;
  }

  .everydayfree::after {
      content: "Everyday/Free Delivery";
      font-size: 0.8em;

      top: -1.1em;
      left: 30em;
      color: #75b6ff;
  }

  @media only screen and (max-width: 600px) {
      .everydayfree::after {
          font-size: 0.7em;
          position: absolute;
          top: -1.0em;
          left: 2em;
      }
  }

  .daylong {
      position: relative;
  }

  .daylong::after {
      content: "Everyday/Long Route";
      font-size: 0.8em;

      top: -1.1em;
      left: 2em;
      color: #ff7575;
  }

  @media only screen and (max-width: 600px) {
      .daylong::after {
          font-size: 0.7em;
          position: absolute;
          top: -1.3em;
          left: 2em;
      }
  }



  .portsmouthr {
      position: relative;
  }

  .portsmouthr::after {
      content: "Tue and Fri /Long Route";
      font-size: 0.8em;

      top: -1.1em;
      left: 2em;
      color: #75ff87;
  }

  @media only screen and (max-width: 600px) {
      .portsmouthr::after {
          font-size: 0.7em;
          position: absolute;
          top: -1.3em;
          left: 2em;
      }
  }

  .n-ireland {
      position: relative;
  }

  .n-ireland::after {
      content: "3 to 5 Days EST Delivery";
      font-size: 0.8em;

      top: -1.1em;
      left: 2em;
      color: #ff8800;
  }

  @media only screen and (max-width: 600px) {
      .n-ireland::after {
          font-size: 0.7em;
          position: absolute;
          top: -1.3em;
          left: 2em;
      }
  }


  .cornwallr {
      position: relative;
  }

  .cornwallr::after {
      content: "Thur and Sun /Long Route";
      font-size: 0.8em;

      top: -1.1em;
      left: 2em;
      color: #75ff87;
  }

  @media only screen and (max-width: 600px) {
      .cornwallr::after {
          font-size: 0.7em;
          position: absolute;
          top: -1.3em;
          left: 2em;
      }
  }

  .aberdeenr {
      position: relative;
  }

  .aberdeenr::after {
      content: "Wed and Sat /Long Route ";
      font-size: 0.8em;

      top: -1.1em;
      left: 2em;
      color: #75ff87;
  }

  @media only screen and (max-width: 600px) {
      .aberdeenr::after {
          font-size: 0.7em;
          position: absolute;
          top: -1.3em;
          left: 2em;
      }
  }

  .Invernessr {
      position: relative;
  }

  .Invernessr::after {
      content: "Wed & Sat /20 Extra from LDR";
      font-size: 0.8em;

      top: -1.1em;
      left: 2em;
      color: #ff2414;
  }


  @media only screen and (max-width: 600px) {
      .Invernessr::after {
          font-size: 0.7em;
          position: absolute;
          top: -1.3em;
          left: 2em;
      }
  }


  #myTable {
      border-collapse: collapse;
      width: 100%;
      border: 1px solid #ddd;
      font-size: 18px;
      cursor: pointer;
  }

  #myTable th,
  #myTable td {
      color: #ebebeb;
      text-align: left;
      padding: 12px;
      border-right: 1px solid #ddd;
      /* Add border between columns */
  }

  #myTable td:last-child {
      border-right: none;
      /* Remove border on last column */
  }

  #myTable tr {
      border-bottom: 1px solid #ddd;
      background-color: #121212;
  }

  .selected {
      background-color: black;
      font-weight: bold;
      color: #fff;
      outline: 3px solid red;
      outline-offset: -2px;
  }

  #myTable tr:hover {
      background-color: black;
  }

  #myTable tr.header {
      background-color: black;
  }

  .trboard {
      outline: 3px solid white;
      outline-offset: -3px;
      font-weight: bold;
  }

  #myInput {
      background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhygpAcqxMX0C4B_mUNOioA1kOj1Vtp_wDCOwaJHT-eIjs2FpOYbxXyzKMGw-lbnsMm8HLMDjTHY_tPOX87fXn0qzSscGZqh-T_iIgNLCvJo0iWkO2SjBZpXPG0bsQegowejFX3A8mPM66evGWTvMwGZ82edzUGHr12EFLKl1_1NtGJsqVyxY4TAkjhf-A/s1600/search.png');
      background-position: 10px 10px;
      background-repeat: no-repeat;
      background-color: #121212;
      color: white;
      width: 95%;
      font-size: 16px;
      padding: 12px 20px 12px 40px;
      border: 1px solid #ddd;



      left: 2.5%;

  }

  @media only screen and (max-width: 600px) {
      #myInput {
          width: 81%;

          font-size: 19px;
          padding: 12px 20px 12px 40px;

          top: auto;
          left: auto;
          margin-bottom: -15px;
          z-index: initial;
      }
  }


  /* Adjust the height and width of the second column */
  #myTable td:nth-child(2),
  #myTable th:nth-child(2) {
      width: 300px;
      /* Set the desired width */
      height: 35px;
      /* Set the desired height */
  }

  img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto;
  }

  .heading-top {
      color: white;
      display: flex;
      justify-content: center;
      font-family: Arial, sans-serif;
      font-size: 18px;
      padding: 2px;
      border-radius: 5px;
      pointer-events: none;
      user-select: none;
  }

  .container-menu {
      margin: 0 auto;
      max-width: 1150px;
      padding-top: 29px;
      /* Add space for fixed topbar */
      position: relative;
      z-index: 999;
      margin-top: 10px;
  }

  .container-table {
      margin-top: 20px;
      margin-right: auto;
      margin-bottom: 25px;
      margin-left: auto;
      max-width: 1150px;
      overflow: auto;
      position: relative;
      z-index: 998;
  }




  .buttonp {
      border: 1px solid rgb(31, 7, 7);
      outline: none;
      padding: 7px 10px;
      background-color: #411;
      color: white;
      cursor: pointer;
      font-size: 18px;
      border-radius: 7px;
  }

  .active,
  .buttonp:hover {
      background-color: #bd0000;
      color: white;
  }

  @media screen and (max-width: 480px) {
      .buttonp {
          padding: 10px 11px;
          font-size: 13px;
          width: 23%;
      }
  }

  #scroll-to-top {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 99;
      cursor: pointer;
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      background: #ff1919;
      color: #fff;
      font-size: 20px;
      opacity: 0.7;
      transition: opacity 0.3s;
  }

  #scroll-to-top:hover {
      background: #d60000;
  }

        .button {
            --clr: #000;
            --outline: 2px solid white;
            border: 1px solid var(--clr);
            background: var(--clr);
            padding: 6px 32px;
            text-align: left;
            font-size: 16px;
            margin: 2.1px 2px;
            transition: outline-offset 200ms ease;
            cursor: pointer;
            color: white;
            border: 1.5px solid #555555;
        }
    
        .button:hover,
        .button:focus {
            outline: 2px solid white;
            outline-offset: -4px;
            color: rgb(255, 18, 18);
        }
    
    
        .button5 {
            width: 99.5%;
        }
    
        .button-7row {
            width: 13.9%;
        }
    
        .button-2row {
            width: 49.4%;
        }
    
        .button-3row {
            width: 32.7%;
        }
    
        .button-4row {
            width: 24.3%;
        }
    
        .button-5row {
            width: 19.34%;
        }
    
    
        @media screen and (max-width: 480px) {
            .button {
                width: 95%;
            }
    
    
        }
    
        .button-florida {
            background-color: #000000;
            color: white;
            padding: 12px 32px;
            width: 47.2%;
            text-align: left;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            transition-duration: 0.4s;
            cursor: pointer;
            border: 2px solid #555555;
        }
    
        .button-florida:hover {
            background-color: #f06318;
            color: white;
        }
    
        @media screen and (max-width: 480px) {
            .button-florida {
    
                width: 95%;
    
            }
        }

/* Chat header styling for postcode page */
.chat-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border-bottom: none;
    padding: 0px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    
}

.made-with-love {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    pointer-events: auto;
    top: 15px;
    background-color: yellow;
    color: black;
    padding: 5px 10px;
    border-radius: 8px;
}


/* Adjust container margin to account for fixed header */
body .container {
    margin-top: 30px;
}

/* Mobile-friendly responsive design for header */
@media screen and (max-width: 768px) {
    .chat-header {
        padding: 0px 15px;
        min-height: 50px;
    }
    
    .made-with-love {
        font-size: 14px;
        max-width: 60%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .logout-btn {
        min-width: 70px;
        padding: 6px 12px;
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    .chat-header {
        padding: 0px 10px;
        min-height: 45px;
    }
    
    .made-with-love {
        font-size: 12px;
        max-width: 55%;
    }
    
    .logout-btn {
        min-width: 60px;
        padding: 5px 10px;
        font-size: 10px;
    }
}

/* Menu toggle functionality */
#MenuPostcode1, #MenuPostcode2 {
    display: block;
}

#MenuPostcode1.hidden, #MenuPostcode2.hidden {
    display: none !important;
}

/* Active button styling */
.buttonp.active {
    background-color: #bd0000 !important;
    color: white !important;
}