/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2025 | 20:53:51 */
.row {
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: flex-start;      
  justify-content: center;
  margin: auto;                  
  margin-bottom: 20px;
  min-height: 30px;
  width: 20%;
  padding: 10px;                 
  border: 2px solid red;      
  border-radius: 10px;           
}
.row p input{
	width: 355px;
	outline: none;
}

.bericht{
	background-color: black;
  display: flex;
  flex-direction: column;
  align-items: flex-start;      
  justify-content: center;
  margin: auto;                  
  width: 20%;
	padding: 10px;   
  border: 2px solid red;      
  border-radius: 10px; 
	margin-bottom: 20px;
}
.bericht p textarea{
	width: 355px;
	outline: none;
}

.verzenden {
  background-color: black;
  display: flex;
  align-items: flex-start;     
  justify-content: flex-start; 
  flex-direction: column;     
  margin: auto;
  min-height: 40px;
  width: 20%;
  padding: 10px;
  border: 2px solid red;
  border-radius: 10px;
  color: red;
  text-align: left;
}

.verzenden input{
	width: 355px;
	cursor: grab;
}

.verzenden p{
	max-height: 24px;
}

.verzenden:hover {
  cursor: grab;
}

.verzenden:active {
  cursor: grabbing;
}

