# tier-pricing-table/8.0.2/src/Addons/RequestAQuote/assets/css/quote-form.css

Tiered Pricing Table for WooCommerce, version 8.0.2. 75 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/8.0.2/code/src/Addons/RequestAQuote/assets/css/quote-form.css
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/8.0.2/raw/src/Addons/RequestAQuote/assets/css/quote-form.css
- Modified: 2026-07-31T07:44:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tier-pricing-table/8.0.2/code/src/Addons/RequestAQuote/assets/css/quote-form.css#L10-L20`.

```css
.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;
}

```
