div[v-cloak] {
    display: none;
}
.ticket-details-row {
    display: flex;
    margin-bottom: 5px;
}
.ticket-details-row .ticket-details-value {
    margin-left: auto;
    font-weight: bold;
}
.ticket-details-row:last-child {
    margin-bottom: 20px;
}
.volunteer-row {
    cursor: pointer;
}
.volunteer-row.selected {
    background-color: #fde0e0;
    background-image: none;
}
.text-field.invalid {
    border-color: red;
}
.invalid-feedback {
    color: red;
    font-size: 13px;
    margin-top: -15px;
    margin-left: 10px;
}
.hero-message {
    text-align: center;
    margin-top: 20px;
}

.alert {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.alert.alert-danger {
    background-color: #f7c8c9;
    color: #e53838;
    border-color: #e53838;
}
.alert.alert-success {
    background-color: #c8f7d9;
    color: #38e538;
    border-color: #38e538;
}
.alert.alert-info {
    background-color: #c8e7f7;
    color: #387fe5;
    border-color: #387fe5;
}
.alert.alert-warning {
    background-color: #f7f1c8;
    color: #e5e538;
    border-color: #e5e538;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-preview-image-wrapper {
    max-height: 424px;
    text-align: center;
}
.product-preview-image-wrapper img {
    height: 100%;
    width: auto;
}
.product-preview-content {
    text-align: center;
}

.w-layout-grid.w-layout-grid-wdetails {
    grid-template-columns: 1fr 2fr;
}
.img-wine-details {
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}

/* Constant content */
.ctct-form-embed.form_0 .ctct-form-defaults {
    background-color: transparent !important;
}
#gdpr_text {
    display: none !important;
}
div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    font-family: Cinzel, sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.2rem !important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
    font-size: 24px !important;
}
#email_address_label_0 {
    display: none !important;
}
.ctct-form-footer {
    display: none !important;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    min-height: 74px !important;
    background-color: #fff !important;
    border-width: 2px !important;
    border-radius: 500px !important;
    margin-bottom: 0 !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    font-size: 1.25rem !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    border-radius: 500px !important;
    padding: 20px !important;
    font-size: 20px !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    width: auto !important;
    margin: auto !important;
}

.navbar-menu {
    margin-left: -442px;
}

.hour-item {
    display: flex;
    align-items: center;
}
.hour-item .hours {
    margin-bottom: 0px;
}
.hour-item .hours-title {
    min-width: 150px;
    border-bottom: none;
}
