.tpt-quote-modal {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.tpt-quote-modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 95%;
	max-width: 600px;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	border-radius: 6px;
	box-sizing: border-box;
}

.tpt-quote-modal-title {
	color: inherit;
}

.tpt-quote-modal-close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.tpt-quote-modal-close:hover, .tpt-quote-modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.tpt-quote-field-wrapper {
	margin-bottom: 15px;
}

.tpt-quote-field-wrapper label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.tpt-quote-field-wrapper input:not([type="radio"]):not([type="checkbox"]), .tpt-quote-field-wrapper textarea, .tpt-quote-field-wrapper select {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.tpt-radio-group label {
	display: flex;
	align-items: center;
	font-weight: normal;
	margin-bottom: 6px;
	cursor: pointer;
}

.tpt-radio-group input[type="radio"] {
	margin-right: 8px;
	margin-top: 0;
	margin-bottom: 0;
}
