  .modal-reg {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }

  .form-div > input {
    padding: 10px;

}
  
  .modal-content-reg {
    background-color: #fefefe;
    margin: 15% auto; 
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #888;
    max-width: 400px;
  }

  .form-div{
    display: flex;
    flex-direction: column;
  }

  .form-div > select{
    max-width: 400px;              
  padding: 10px;             /* Padding inside the select */
  border: 1px solid black; /* Green border */
  border-radius: 0px;        /* Rounded corners */
  background-color: #f9f9f9; /* Light background */
  font-size: 16px;           /* Font size */
  color: #333;               /* Text color */
  appearance: none;          /* Remove default dropdown arrow in modern browsers */
  font-family: 'HongKong';
  margin:10px 0px;

}


  .form-input{
    margin:10px 0px;
    outline: none;
    border: 1px solid black;
    font-size: 14px;
    padding: 5px;
    font-family: 'HongKong';
  }
  .form-input::placeholder{
    padding-left: 10px;
    font-family: 'HongKong';
  }
  .bold{
    font-family: 'HongKongR';
  }
  .form-desc{
    font-size: 12px;
  }

  .form-title{
    font-family: 'HongKongR';
    font-size: 20px;
  }

  .form-btn{
    padding: 10px 20px;
    background-color: black;
    color: white;
    width: fit-content;
    font-size: 12px;
  }
