@charset "utf-8";
/* CSS Document */

@media (min-width: 768px) {
  .button5 {
    display: none;
  }
}
@media (max-width: 767px) {
  .button3 {
    display: none;
  }
  .button4 {
    display: none;
  }
  
  .button10 {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  #mycrawler2 {
    display: none;
  }
}

div.centered img.winimg {
  max-width: 100%;
  height: auto;
}


  * {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }
  
  body {
    background-color: #f8f8f8;
  }
  
  h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
  
  .form-container {
    max-width: 250px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  
  .form-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .form-container form p {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  label {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
	color: #7eba00
  }
  
   
  select {
    background-color: #f2f2f2;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    width: 100%;
  }
  
.green-button {
  background-color: #f4bc16;
}

.red-button {
  background-color: #f4bc16;
}

.blue-button {
  background-color: #f4bc16;
}

input[type="submit"],
input[type="button"] {
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}
  
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-color: #4e4e4e;
  }
  
  .next2 {
    margin-left: 20px;
  }
  
  .previous {
    margin-right: 20px;
  }


body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modalpop {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 8px solid #039bfe;
  width: 25%;
  height: 440px;
}

/* Media Query for Mobile */
@media (max-width: 767px) {
  .modal-content {
    width: 80%;
  }
}

/* The Close Button */
.closepop {
  color: #ff0000;
  float: right;
  font-size: 48px;
  font-weight: bold;
}

.closepop:hover,
.closepop:focus {
  color: #c53e3e;
  text-decoration: none;
  cursor: pointer;
}
