.build-a-court form {
max-width: 1000px;
margin: 0 auto;
padding: 2rem;
background: #f9f9f9;
border-radius: 8px;
font-family: system-ui, sans-serif;
color: #333;
} .build-a-court form img {
width: 100%;
height: auto;
display: block;
margin-bottom: 2rem;
border-radius: 6px;
} .build-a-court form h4 {
font-size: 1.3rem;
margin-bottom: 1rem;
margin-top: 2.5rem;
font-weight: 600;
border-bottom: 1px solid #ddd;
padding-bottom: 0.5rem;
grid-column: 1 / -1;
} .build-a-court #colors,
.build-a-court #items,
.build-a-court #courtDisplay {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem 2rem;
} .build-a-court #colors .form-group,
.build-a-court #items .checkbox,
.build-a-court form .form-group,
.build-a-court form .bootstrap-select,
.build-a-court form .selectpicker {
display: flex;
flex-direction: column;
box-sizing: border-box;
} .build-a-court form label {
font-weight: 500;
margin-bottom: 0.4rem;
} .build-a-court select.select-color,
.build-a-court select.selectpicker,
.build-a-court .bootstrap-select .dropdown-toggle {
padding: 0.5rem 0.75rem;
border-radius: 5px;
font-size: 1rem;
border: 1px solid #ccc;
background-color: #fff;
width: 100%;
} .build-a-court .color-content {
display: flex;
align-items: center;
gap: 8px;
}
.build-a-court .color-thumbnail img {
width: 24px;
height: 24px;
border-radius: 3px;
border: 1px solid #ccc;
} .build-a-court #items .checkbox {
flex-direction: row;
align-items: center;
gap: 0.5rem;
margin-bottom: 0.5rem;
} .build-a-court form .text-center {
grid-column: 1 / -1;
text-align: center;
margin-top: 2rem;
}
.build-a-court form .btn {
padding: 0.75rem 2rem;
font-size: 1rem;
border-radius: 5px;
background-color: #007bff;
border: none;
color: white;
transition: background-color 0.2s ease;
}
.build-a-court form .btn:hover {
background-color: #0056b3;
} @media (max-width: 768px) {
#colors,
#items,
#courtDisplay {
grid-template-columns: 1fr;
}
.build-a-court form {
padding: 1.25rem;
}
.build-a-court form h4 {
font-size: 1.1rem;
}
}
.build-a-court form svg {
grid-column: 1 / -1;
width: 100%;
height: auto;
display: block;
margin-bottom: 2rem;
} .header-quote {
width: 1140px;
max-width: 100%;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 765px) {
.header-quote {
margin-top: -50px !important;
}
}
.header-quote-bg {
margin-left: calc(-50vw + 49%);
margin-right: calc(-50vw + 51%);
background-color: rgb(51, 51, 51) !important;
}
.header-quote-inner {
max-width: 1140px;
margin: 0 auto;
padding: 24px 20px 38px;
background-color: rgb(51, 51, 51) !important;
}
.header-quote h2 {
text-align: center;
color: #9cc329;
font-size: 34px;
font-weight: 800;
line-height: 1.2;
margin: 0 0 24px;
} .flexcourt-hubspot-quote-form {
max-width: 1080px;
margin: 0 auto;
padding: 0;
background: transparent !important;
text-align: center;
}
.flexcourt-hubspot-quote-form .hs-form-html {
width: 100%;
max-width: 1080px;
margin: 0 auto;
background: transparent !important;
}
.flexcourt-hubspot-quote-form form.hs-form {
display: grid !important;
grid-template-columns: repeat(3, 310px);
column-gap: 30px;
row-gap: 18px;
align-items: start;
justify-content: center;
width: 100% !important;
max-width: 1080px !important;
margin: 0 auto !important;
padding: 0 !important;
background: transparent !important;
text-align: left;
} .flexcourt-hubspot-quote-form form.hs-form fieldset {
display: contents !important;
max-width: none !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
} .flexcourt-hubspot-quote-form form.hs-form .hs-form-field {
width: 310px !important;
max-width: 310px !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
} .flexcourt-hubspot-quote-form form.hs-form label {
display: block !important;
margin: 0 0 7px !important;
padding: 0 !important;
color: #ffffff !important;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
} .flexcourt-hubspot-quote-form form.hs-form label span,
.flexcourt-hubspot-quote-form form.hs-form .hs-form-field > label,
.flexcourt-hubspot-quote-form form.hs-form .hs-form-field > label span,
.flexcourt-hubspot-quote-form form.hs-form .hs-main-font-element {
color: #ffffff !important;
} .flexcourt-hubspot-quote-form form.hs-form label .hs-form-required {
color: #ff6f55 !important;
} .flexcourt-hubspot-quote-form form.hs-form .input {
margin: 0 !important;
padding: 0 !important;
} .flexcourt-hubspot-quote-form form.hs-form input[type="text"],
.flexcourt-hubspot-quote-form form.hs-form input[type="email"],
.flexcourt-hubspot-quote-form form.hs-form input[type="tel"],
.flexcourt-hubspot-quote-form form.hs-form input[type="number"],
.flexcourt-hubspot-quote-form form.hs-form select,
.flexcourt-hubspot-quote-form form.hs-form textarea {
width: 100% !important;
max-width: 100% !important;
height: 38px !important;
min-height: 38px !important;
margin: 0 !important;
padding: 6px 10px !important;
border: 1px solid #cfcfcf !important;
border-radius: 3px !important;
background: #ffffff !important;
color: #333333 !important;
font-size: 14px !important;
line-height: 1.2 !important;
box-shadow: none !important;
box-sizing: border-box !important;
appearance: auto;
}
.flexcourt-hubspot-quote-form form.hs-form input::placeholder,
.flexcourt-hubspot-quote-form form.hs-form textarea::placeholder {
color: #777777 !important;
opacity: 1;
} .flexcourt-hubspot-quote-form form.hs-form .hs-fieldtype-phonenumber .input {
display: flex !important;
align-items: stretch !important;
}
.flexcourt-hubspot-quote-form form.hs-form .hs-fieldtype-phonenumber input {
height: 38px !important;
} .flexcourt-hubspot-quote-form form.hs-form .hs_preferred_method,
.flexcourt-hubspot-quote-form form.hs-form .hs_preferred_contact_method {
grid-column: 1 / 2 !important;
grid-row: 2 !important;
width: 310px !important;
max-width: 310px !important;
} .flexcourt-hubspot-quote-form form.hs-form .inputs-list {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 12px 24px !important;
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
.flexcourt-hubspot-quote-form form.hs-form .inputs-list li {
margin: 0 !important;
padding: 0 !important;
}
.flexcourt-hubspot-quote-form form.hs-form .inputs-list label {
display: flex !important;
align-items: center !important;
gap: 8px !important;
margin: 0 !important;
padding: 0 !important;
color: #ffffff !important;
font-size: 14px !important;
font-weight: 400 !important;
line-height: 1.2 !important;
} .flexcourt-hubspot-quote-form form.hs-form .hs_preferred_method .inputs-list,
.flexcourt-hubspot-quote-form form.hs-form .hs_preferred_contact_method .inputs-list {
display: flex !important;
flex-direction: row !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0 28px !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.flexcourt-hubspot-quote-form form.hs-form .hs_preferred_method .inputs-list li,
.flexcourt-hubspot-quote-form form.hs-form .hs_preferred_contact_method .inputs-list li {
display: inline-flex !important;
align-items: center !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
}
.flexcourt-hubspot-quote-form form.hs-form .hs_preferred_method .inputs-list label,
.flexcourt-hubspot-quote-form form.hs-form .hs_preferred_contact_method .inputs-list label {
display: inline-flex !important;
align-items: center !important;
gap: 8px !important;
margin: 0 !important;
white-space: nowrap !important;
} .header-quote .hsfc-CheckboxFieldGroup__Options,
.flexcourt-hubspot-quote-form [data-hsfc-id="Renderer"] .hsfc-CheckboxFieldGroup__Options {
display: grid !important;
grid-template-columns: repeat(3, max-content) !important;
align-items: center !important;
justify-content: start !important;
column-gap: 28px !important;
row-gap: 0 !important;
gap: 0 28px !important;
margin: 0 !important;
padding: 0 !important;
}
.header-quote .hsfc-CheckboxFieldGroup__Options > div,
.header-quote .hsfc-CheckboxFieldGroup__Options > *:not(:last-child),
.flexcourt-hubspot-quote-form [data-hsfc-id="Renderer"] .hsfc-CheckboxFieldGroup__Options > div,
.flexcourt-hubspot-quote-form [data-hsfc-id="Renderer"] .hsfc-CheckboxFieldGroup__Options > *:not(:last-child) {
display: inline-flex !important;
align-items: center !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
}
.header-quote .hsfc-CheckboxFieldGroup__Options label,
.flexcourt-hubspot-quote-form [data-hsfc-id="Renderer"] .hsfc-CheckboxFieldGroup__Options label {
display: inline-flex !important;
align-items: center !important;
gap: 8px !important;
margin: 0 !important;
white-space: nowrap !important;
}
.header-quote .hsfc-CheckboxFieldGroup__Options label > span,
.flexcourt-hubspot-quote-form [data-hsfc-id="Renderer"] .hsfc-CheckboxFieldGroup__Options label > span {
color: #ffffff !important;
margin: 0 !important;
}
.header-quote .hsfc-CheckboxFieldGroup__Options label,
.header-quote .hsfc-CheckboxFieldGroup__Options label span,
.header-quote .hsfc-CheckboxFieldGroup__Options label span span,
.flexcourt-hubspot-quote-form [data-hsfc-id="Renderer"] .hsfc-CheckboxFieldGroup__Options label,
.flexcourt-hubspot-quote-form [data-hsfc-id="Renderer"] .hsfc-CheckboxFieldGroup__Options label span,
.flexcourt-hubspot-quote-form [data-hsfc-id="Renderer"] .hsfc-CheckboxFieldGroup__Options label span span {
color: #ffffff !important;
}
.flexcourt-hubspot-quote-form form.hs-form input[type="checkbox"] {
width: 18px !important;
height: 18px !important;
margin: 0 !important;
padding: 0 !important;
flex: 0 0 auto;
} .flexcourt-hubspot-quote-form form.hs-form .hs_recaptcha,
.flexcourt-hubspot-quote-form form.hs-form .hs-recaptcha {
grid-column: 1 / 2 !important;
grid-row: 3 !important;
width: 302px !important;
max-width: 302px !important;
margin: 0 !important;
padding: 0 !important;
text-align: left !important;
} .flexcourt-hubspot-quote-form form.hs-form .hs_submit {
grid-column: 3 / 4 !important;
grid-row: 3 !important;
width: 310px !important;
max-width: 310px !important;
margin: 0 !important;
padding: 22px 0 0 0 !important;
text-align: right !important;
align-self: start !important;
} .flexcourt-hubspot-quote-form form.hs-form .actions {
margin: 0 !important;
padding: 0 !important;
text-align: right !important;
} .flexcourt-hubspot-quote-form form.hs-form .hs-button,
.flexcourt-hubspot-quote-form form.hs-form input[type="submit"] {
display: inline-block !important;
width: auto !important;
min-width: 98px !important;
min-height: 42px !important;
margin: 0 !important;
padding: 11px 18px !important;
background: #9cc329 !important;
color: #ffffff !important;
border: 0 !important;
border-radius: 4px !important;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 1 !important;
text-align: center !important;
text-decoration: none !important;
cursor: pointer !important;
box-shadow: none !important;
}
.flexcourt-hubspot-quote-form form.hs-form .hs-button:hover,
.flexcourt-hubspot-quote-form form.hs-form input[type="submit"]:hover,
.flexcourt-hubspot-quote-form form.hs-form .hs-button:focus,
.flexcourt-hubspot-quote-form form.hs-form input[type="submit"]:focus {
background: #8fb822 !important;
color: #ffffff !important;
} .flexcourt-hubspot-quote-form form.hs-form .hs-error-msgs {
list-style: none !important;
margin: 5px 0 0 !important;
padding: 0 !important;
}
.flexcourt-hubspot-quote-form form.hs-form .hs-error-msgs label {
color: #ff6f55 !important;
font-size: 12px !important;
font-weight: 600 !important;
line-height: 1.3 !important;
} .flexcourt-hubspot-quote-form form.hs-form .legal-consent-container {
grid-column: 1 / 4 !important;
width: 100% !important;
max-width: 100% !important;
color: #ffffff !important;
font-size: 12px !important;
line-height: 1.4 !important;
}
.flexcourt-hubspot-quote-form form.hs-form .legal-consent-container a {
color: #9cc329 !important;
} @media (max-width: 1024px) {
.header-quote-inner {
padding: 24px 20px 34px;
}
.flexcourt-hubspot-quote-form {
max-width: 100%;
padding: 0 20px;
}
.flexcourt-hubspot-quote-form form.hs-form {
grid-template-columns: repeat(3, minmax(0, 1fr));
column-gap: 20px;
}
.flexcourt-hubspot-quote-form form.hs-form .hs-form-field,
.flexcourt-hubspot-quote-form form.hs-form .hs_preferred_method,
.flexcourt-hubspot-quote-form form.hs-form .hs_preferred_contact_method,
.flexcourt-hubspot-quote-form form.hs-form .hs_submit {
width: 100% !important;
max-width: 100% !important;
}
} @media (max-width: 767px) {
.header-quote {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.header-quote-bg {
margin-left: 0;
margin-right: 0;
}
.header-quote-inner {
padding: 28px 20px 36px;
}
.header-quote h2 {
font-size: 28px;
margin-bottom: 22px;
}
.flexcourt-hubspot-quote-form {
padding: 0;
}
.flexcourt-hubspot-quote-form form.hs-form {
display: block !important;
width: 100% !important;
max-width: 100% !important;
}
.flexcourt-hubspot-quote-form form.hs-form fieldset {
display: block !important;
}
.flexcourt-hubspot-quote-form form.hs-form .hs-form-field,
.flexcourt-hubspot-quote-form form.hs-form .hs_preferred_method,
.flexcourt-hubspot-quote-form form.hs-form .hs_preferred_contact_method,
.flexcourt-hubspot-quote-form form.hs-form .hs_recaptcha,
.flexcourt-hubspot-quote-form form.hs-form .hs-recaptcha,
.flexcourt-hubspot-quote-form form.hs-form .hs_submit {
width: 100% !important;
max-width: 100% !important;
margin: 0 0 14px 0 !important;
padding: 0 !important;
text-align: left !important;
}
.flexcourt-hubspot-quote-form form.hs-form .actions {
text-align: left !important;
}
.flexcourt-hubspot-quote-form form.hs-form .hs-button,
.flexcourt-hubspot-quote-form form.hs-form input[type="submit"] {
width: auto !important;
}
}