/* header styles */
header {
    background-image: url('https://aieme.com/wp-content/uploads/2023/03/Compressedbackground.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    display: flex;
    align-items: center;
  }
  
  .navbar-brand img {
    margin-right: 10px;
  }
  
  .navbar-nav .nav-link {
    color: #fff !important;
    margin-left: 10px;
  }

  #announcement-container {
    position: relative;
    text-align: center;
    margin-bottom: 30px; /* add some spacing between the announcement and the calendar */
  }
  
  .announcement {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: -61px;
    margin-top: -20px;
    background-color: transparent;
  }
  
  .navbar-brand img {
    max-width: 250px;
    height: auto;
  }


  
  .logo {
    width: 150px;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .logo {
      width: 100px;
    }
  }
  
  @media (max-width: 576px) {
    .logo {
      width: 80px;
    }
  }
  
  .logo {
    width: 150px;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .logo {
      width: 100px;
    }
  }
  
  @media (max-width: 576px) {
    .logo {
      width: 80px;
    }
  }

 
  
  .custom-modal-dialog {
    max-width: 600px; /* Adjust this value to set the desired width of the modal */
    margin: 30px auto; /* Centers the modal vertically and horizontally */
  }
  
  .navbar {
    background-color: #333 !important; /* Replace #333 with your desired dark grey color */
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  
  
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    max-width: 100%;
    height: auto;
    margin-right: auto;
  }
  
  .navbar-nav .nav-link {
    color: white;
    font-size: 14px;
  }
  
  .navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  body {
    margin: 0;
    padding: 0;
  }
  
  .calendar-container .calendar-table td[data-event]::before {
    opacity: 0; /* Make the event name transparent */
  }

  .page-container {
    display: flex;
    flex-direction: column;
  }
  
  .top-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-right: 128px;
  }
  

  .legend-container {
    border: 1px solid darkgray;
    border-radius: 5px;
    padding: 10px;
    margin-right: 130px;
    margin-bottom: -48px;
  }


  .pals-legend {
    font-weight: bold;
    background-color: #a3dcab;
    padding: 5px;
    font-size: 11px;
  }

  .bls-legend {
    font-weight: bold;
    background-color: #80cadd;
    padding: 5px;
    font-size: 11px;
  }

  .acls-legend {
    font-weight: bold;
    background-color: #7b83cf;
    padding: 5px;
    font-size: 11px;
  }

  .nrp-legend {
    font-weight: bold;
    background-color: #dd8091;
    padding: 5px;
    font-size: 11px;
  }

  #loading-message {
    display: none;
    text-align: center;
    font-size: 14px;
  }
  

  .navbar .cart .cart-count {
    background-color: #ff0000;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -5px;
    width: 18px;
  }
  
  .cart {
    position: relative;
  }
  
  .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: red;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    padding: 2px 4px;
  }
  

  