.order-disposal-dimmer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background: black;
	opacity: .9;
	z-index: 1000;
	display: none;
}

.order-disposal-form {
	margin: auto;
	max-width: fit-content;
	background: #d0d8e7;
	border: 2px solid #a5a5a5;
	padding: 10px;
	border-radius: 10px;
}

.order-disposal-textarea {
  padding: 6px 12px;
  max-width: 100%;
  line-height: 1.5;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #999;
  width: 100%;
}

.order-disposal-input {
	margin: 2px 0;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 4px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	:focus{
		color: #212529;
		background-color: #fff;
		border-color: #86b7fe;
		outline: 0;
		box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
	}
}

.order-disposal-button {	
	width: 93%;
	margin-left: 16px;
	display: inline-block;
	outline: 0;
	cursor: pointer;
	padding: 5px 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 6px;
	color: #ffffff;
	background-color: #2ea44f;
	border-color: #1b1f2326;
	box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset;
	transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
	transition-property: color, background-color, border-color;
	:hover {
		background-color: #2c974b;
		border-color: #1b1f2326;
		transition-duration: 0.1s;
	}               
}

.order-disposal-header {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #555555;
    padding-top: 5px;
    padding-block: 10px;
}

.order-disposal {
	cursor: pointer;
}

.block-for-recaptcha {
	margin: 0 0 0 15px;
}

.order-disposal-form > .wpcf7 > .wpcf7-form > .wpcf7-response-output {
	max-width: 400px;
    border-radius: 10px;
    background: burlywood;
}

.order-disposal-form > .wpcf7 > .wpcf7-form > .row > .submits2 > p > .wpcf7-spinner {
	left: 200px;
	top: 40px;
	position: absolute !important;
}