/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top:  10%;/* Location of the box */
  left: 0;
  top: 0;
  width:100%;
  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 */
  background-color: rgba(255,255,255,0.7);
 
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
    border-radius:8px;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width:30%;
  min-width:500px;
   height:360px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.1s;


 
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right:10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding:2px;
  color: black;
 
}

.modal-body {
    font-size:18px;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-right:30px;
}
.modal-body label {
  padding: 8px; 
  margin-right:0px;
  margin-bottom:5px;
  display: inline-block;
  color:black;

}
.modal-body input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

.modal-body  select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
        font-size:14px;
}

.modal-body  select  option{
    font-size:14px;
}

.modal-button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 8px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color:white;
  cursor:pointer;
  margin-left:1px;
      border-radius: 4px;
  font-size:16px;
   width:150px;
 
}
.modal-button:hover {
  transition: .3s;
  opacity:0.95;
}
.intl-tel-input.separate-dial-code .selected-flag {
background-color:white;
}
