@charset "UTF-8";
/* CSS Document */
#main p.red {
	color: #750000;
	font-weight: bold;
}
#main #mailform {
	font-size: 1.8rem;
}
#main #mailform .midashi {
	font-weight: bold;
	text-align: left;
}
#main #mailform .midashi h3 {
	margin-bottom: 5px;
}
#main #mailform .midashi  p {
	line-height: 1.2;
}
#main #mailform .formBorder:hover {
	background-color: #EFDBDB;
}
#main #mailform .formBorder {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
textarea.form-control {
	width: 100%!important;
	height: 30vh!important;
	transition: 0.8s height ease;
}
/*********************************************
Form
*********************************************/
#main .sendButton {
	margin: 50px 0;
	padding: 18px;
	background-color: hsla(231,71%,52%,1.00);
	transition: 0.6s all ease;
}
#main .sendButton[disabled] {
	color: hsla(230,43%,52%,1.00);
	background-color:hsla(248,76%,20%,1.00);
}
#main .sendButton[type="submit"] {
	box-shadow: 3px 3px 8px 1px rgba(50,50,50,0.7);
	transition: 0.6s all ease;
}
#main .sendButton[type="submit"]:hover {
	color: hsla(61,75%,68%,1.00);
	background-color: hsla(231,56%,53%,1.00);
	box-shadow: 0px 0px 2px 0px rgba(97,33,34,0.70);
}
/*********************************************
Report Tackle
*********************************************/
#tackle .tackleInfo {
	display: flex;
	justify-content: space-between;
}
#tackle label {
	width: 100%;
}
#tackle input[type="text"] {
	width: 100%!important;
}
#tackle .inputTackle {
	width: 88%;
}
#tackle .domControl {
	width: fit-content;
	align-self: center;
}
@media screen and (max-width:767px){
	#main #mailform {
		font-size: 1.8rem;
	}
	#main #mailform .formBorder:hover {
	background-color: inherit;
}

	#main #mailform input,#main #mailform textarea {
		font-size: 1.8rem;
	}
	#main .formBorder {
		position: relative;
	}
	#main .textareaFieldr:focus-within {
		background-color: rgba(239,105,107,0.81);
	}
	#main #mailform .textareaField {
		height: 45vh;
	}
	#main #mailform textarea {
		height: 45vh!important;
	}
	
	#main #mailform textarea.form-control:focus {
		position: fixed;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
		width: 90vw!important;
		height: 70vh!important;
		height: 70svh!important;
		border: 5px solid hsla(0,0%,33%,1.00);
		box-shadow: 5px 5px 5px 5px rgba(0,0%,33%,0.7);
		overflow-y: scroll;
		z-index: 5;
	}

}
