.elementor-22238 .elementor-element.elementor-element-55626b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-22238 .elementor-element.elementor-element-55626b1{--content-width:860px;}}/* Start custom CSS for shortcode, class: .elementor-element-1bb2198 *//* General form styles */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.form-group {
    flex: 1;
    min-width: 250px;
    margin-right: 1rem;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

label i {
    margin-right: 0.5rem;
    color: #007bff;
    vertical-align: middle;
}

input[type="text"],
input[type="date"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
    height: 100px;
}

button[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}

small {
    display: block;
    margin-top: 0.5rem;
    color: #6c757d;
}

/* Styles for the checkbox group */
.form-row.checkbox-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 0.5rem;
}

.checkbox-group label {
    margin-bottom: 0;
    display: inline;
}

/* Styles for the select box */
.form-group select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem; /* Match the font size of other form elements */
}

/* CSS for ticket type form row */
.ticket-type-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.ticket-label {
    font-weight: bold;
    margin-right: 0.5rem;
}

.ticket-label i {
    margin-right: 0.5rem;
    color: #007bff;
    vertical-align: middle;
}

.ticket-select {
    flex: 1;
    width: auto; /* Adjust width as necessary */
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
}

/* Adjustments for responsiveness */
@media (max-width: 768px) {
    .form-group {
        flex-basis: 100%; /* Full width on smaller screens */
        margin-right: 0; /* No margin on smaller screens */
    }
}
.d-sm-block {
    display: none!important;
}
.wpcf7-submit {
    /* Basic button styles */
    background-color: #4CAF50; /* Green background */
    color: white; /* White text */
    border: none; /* No border */
    padding: 12px 24px; /* Padding inside the button */
    text-align: center; /* Center text horizontally */
    text-decoration: none; /* No underline */
    display: inline-block; /* Display as a block element */
    font-size: 16px; /* Font size */

    /* Optional: Add hover effect */
    transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
    background-color: #45a049; /* Darker green on hover */
}

/* If .has-spinner class is present, adjust styles accordingly */
.has-spinner::after {
    content: ""; /* Ensure pseudo-element content is defined */
    width: 16px; /* Adjust spinner width */
    height: 16px; /* Adjust spinner height */
    border: 2px solid #ffffff; /* Adjust spinner border */
    border-radius: 50%; /* Make it circular */
    border-top-color: transparent; /* Hide top border */
    border-left-color: transparent; /* Hide left border */
    animation: spinner 0.6s linear infinite; /* Apply spinner animation */
    position: absolute; /* Position absolutely */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    margin-left: -8px; /* Adjust negative margin for centering */
    margin-top: -8px; /* Adjust negative margin for centering */
}

/* Define spinner animation */
@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-55626b1 *//* General form styles */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.form-group {
    flex: 1;
    min-width: 250px;
    margin-right: 1rem;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

label i {
    margin-right: 0.5rem;
    color: #007bff;
    vertical-align: middle;
}

input[type="text"],
input[type="date"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
    height: 100px;
}

button[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}

small {
    display: block;
    margin-top: 0.5rem;
    color: #6c757d;
}

/* Styles for the checkbox group */
.form-row.checkbox-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 0.5rem;
}

.checkbox-group label {
    margin-bottom: 0;
    display: inline;
}/* End custom CSS */