body {
  background-color: white;
  font-family: "Arial", sans-serif;
 
  color: #77808c;
}



/** START POPUP CSS **/

.vcms__popup-check {
  display: none;
}

.vcms__popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  

   background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.25s ease-in-out;
  transition-delay: 0.65s, 0.2s;
}

.vcms__popup-check:checked+.vcms__popup {
  opacity: 1;
  visibility: visible;
 
  transition-delay: 0s, 0s;
}

.vcms__popup .inner {
  width: 450px;
  max-width: 95%;
 
  border-radius: 20px;
  box-shadow: 0 9px 23px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 100px;
  opacity: 0;
  transition: margin-bottom 0.4s cubic-bezier(0.42, 0.72, 0.37, 1.31), opacity 0.25s ease-in-out;
  transition-delay: 0s, 0s;
}

.vcms__popup-check:checked+.vcms__popup .inner {
  transition-delay: 0.15s, 0.15s;
  margin-bottom: 0;
  opacity: 1;
  
}

.vcms__popup .inner .headermenu {
  padding: 25px 25px 13px;
  font-size: 23px;
  color: #fff;
  background-color: #90fa9e;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}


.vcms__popup .inner .headermenured {
  padding: 20px 25px 13px;
  font-size: 23px;
  color: #fff;
  background-color: #ed645a;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}


.vcms__popup .inner .txt {
  line-height: 27px;
  padding: 20px 20px;
  max-height: calc(100vh - 200px);
  overflow: auto;
 
}


.vcms__popup .inner .footer {
  box-sizing: border-box;
 
  border-top: 1px solid #efefef;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 30px;
}

.vcms__popup .inner .footer .btn:hover, .vcms__popup .inner .footer .close:hover {
 
}


.emailinput{
   
    font-size: 16px;
    height: 32px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid grey;
    margin-bottom: 15px;
}

.permit{

    font-size: 16px;
    height: 32px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid grey;
    margin-bottom: 15px;
     
}




.messagetxt{
 text-align: center;
 

}











.textarea{
    
    font-size:16px;
    margin-bottom:10px;
    height: 160px;
    width: 300px;
    border-radius: 5px;
}


.closepermit{
    
    align-items: center;
 
}



.okbutton{
    
    
           padding: 3px;
  
  height:37px;
margin-left: 15px;
margin-right: 15px;
    border-radius: 5px;
  border: 2px solid #29b93c;
  color: #4be053;
  display: flex;
  align-items: center;
  background-color: white;
 float: left;
  font-size:12px;
  width: 100px;
  justify-content: center;
  text-decoration: none; 
    
    
    
    
    
}

.close:hover {
  opacity: 1;
}

.paragraphmessage{
    
    
    font-size: 17px;
    color: grey;
    
}
  
  .btn{
      
      margin-top:15px;
  }
