.alert_Box {
    width: fit-content;
    height: fit-content;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #333;
    padding: 20px 30px;
    border: 1px solid #555;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9999;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .alert_Box_P{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8vw;
    font-weight: 300;
  }

  .alert_Box_Button_Div{
    margin-top: 1vw;
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    justify-content: end;
  }
  
  #car_Signup_Alert_Box_For_Documents_Button_I_Have{
    padding: 8px 16px;
    background-color: #1A75BC;
    border-radius: 5px;
    border: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8vw;
    font-weight: 300;
    cursor: pointer;
  }

  #car_Signup_Alert_Box_For_Documents_Button_I_Have:hover{
    transform: scale(1.04);
    transition: transform 0.3s ease-in-out;
  }

  #car_Signup_Alert_Box_For_Documents_Button_I_Dont_Have{
    margin-left: 0.8vw;
    padding: 8px 16px;
    background-color: #EA322E;
    border-radius: 5px;
    border: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8vw;
    font-weight: 300;
    cursor: pointer;
  }

  #car_Signup_Alert_Box_For_Documents_Button_I_Dont_Have:hover{
    transform: scale(1.04);
    transition: transform 0.3s ease-in-out;
  }

  #parking_Signup_Alert_Box_For_Documents_Button_I_Have{
    padding: 8px 16px;
    background-color: #1A75BC;
    border-radius: 5px;
    border: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8vw;
    font-weight: 300;
    cursor: pointer;
  }

  #parking_Signup_Alert_Box_For_Documents_Button_I_Have:hover{
    transform: scale(1.04);
    transition: transform 0.3s ease-in-out;
  }

  #parking_Signup_Alert_Box_For_Documents_Button_I_Dont_Have{
    margin-left: 0.8vw;
    padding: 8px 16px;
    background-color: #EA322E;
    border-radius: 5px;
    border: none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8vw;
    font-weight: 300;
    cursor: pointer;
  }

  #parking_Signup_Alert_Box_For_Documents_Button_I_Dont_Have:hover{
    transform: scale(1.04);
    transition: transform 0.3s ease-in-out;
  }

  