.email-form {
    margin-top: 15px;
  }

  .email-input {
    width: 50%;
    padding: 8px;
    border: 1px solid #ccc;
    background-color: white;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .email-submit {
    background-color: #9be385;
    color: black;
    border: 2px solid green;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 30px;

  }

  .email-submit:hover {
    background-color: #8cd374;
  }


.s-bdh-d, .item-date {

display: none;

}


        /* Styling for the popup */
        .popup-container {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            border: 2px solid #ccc;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            z-index: 9999;
            text-align: center;
            width: 690px; /* Adjust as needed */
            font-size: 16px; /* Set font size */
  font-family: Arial, sans-serif; /* Set font family */
        }
        .close-btn {
            position: absolute;
            top: 5px;
            right: 5px;
            cursor: pointer;
            color: #999;
            font-size: 20px;
        }
        .close-link {
            color: blue;
            text-decoration: underline;
            cursor: pointer;
            margin-top: 10px;
            display: block;
        }
        
        .custom-button-gr {
  background-color: white;
  color: gray;
  border: 1px solid gray;
  padding: 8px 12px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 20px;
  transition: all 0.3s ease;
   cursor: pointer;
   margin: 4px 0;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;

   text-align: center;
   text-decoration: none;
}

        .custom-button-green {
  background-color: #d7fcc1;
  color: gray;
  border: 1px solid gray;
  padding: 8px 12px;
  border-radius: 5px;
  margin-right: 10px;
  transition: all 0.3s ease;
   cursor: pointer;
   margin: 4px 0;
   text-align: center;
   text-decoration: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}



.custom-button:hover {
  border: 1px solid black;
  color: black;
}

.custom-button:last-child {
  margin-right: 0;
}

.custom-button-green:hover {
  border: 1px solid black;
  color: black;
}

.custom-button-green:last-child {
  margin-right: 0;
}
        
 @media only screen and (max-width: 600px) {
 
     .popup-container {
            
            width: 80%; /* Adjust as needed */
        }
        
        
         .custom-button {

   margin-top: 17px;

  }
  
   .email-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    background-color: white;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .email-submit {
    background-color: #9be385;
    color: black;
    border: 2px solid green;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;





}
            
        }
   

