/* lead connection css  */

#myBtn {
      z-index: 1; /* Sit on top */
      position: fixed;
      bottom: 50px;
      right: 50px;
    }

#myBtn:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

  @keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }

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

/*Font and size */
p.modal-content {
  font-size: 12px;
  align-items: left;
}

h4.modal-content {
  font-size: 18px;
  text-align: left;
}

.frmContact {
  text-align: center;
}


/* The Modal (background) */
.modal {

  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  z-index: 1; /* Sit on top */
  background-color: #fefefe;
  margin: auto;
  padding: 5px;
  border: 5px solid #888;
  width: 350px;
  height: 410px;
  top: 60px;
  
}

.lead {
  display: inline;
  padding: 15px;

}

/* Add styles to the form container */
.modal-container {
  max-width: 500px;
  padding: 5px;
  background-color: white;
  text-align: center;
}

/* Full-width input fields */
.modal-container input[type=text] {
  width: 200px;
  
  margin: 0px 0 10px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.modal-container input[type=text]:focus {
  background-color: #ddd;
  outline: none;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* Set a style for the btn submit/suna-ma  button */
.btn {
  background-color: #4CAF50;
  /*background-color: #4CAF50;*/
  background-color: red;
  color: white;
  padding: 5px ;
  border: none;
  cursor: pointer;
  width: 80%;
  margin-bottom:10px;
  opacity: 0.8;
}



/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

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