/*
 * Plugin: Event Tickets
 * Last updated by: Alex C.
 */
.event-tickets .tribe-tickets__rsvp-wrapper {
	background: none !important;
	border: 1px dashed #546f96 !important;
	border-radius: 32px !important;
}

.event-tickets .tribe-tickets__rsvp-actions-wrapper {
	border-left: 1px dashed #546f96 !important;
}

@media (max-width: 767px) {
.event-tickets .tribe-tickets__rsvp-actions {
	border-top: 1px dashed #546f96 !important;
}
}

.tribe-tickets__form-field-label {
	color: #fff !important; 
}

.event-tickets .tribe-tickets__rsvp-actions-rsvp-going {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.event-tickets .tribe-tickets__rsvp-form-button {
    color: var(--bricks-color-pfbbaz) !important;
    border: 1px solid var(--bricks-color-lcgnic);
    border-radius: 1000px;
	padding: 8px 16px;
}

.event-tickets .tribe-tickets__rsvp-form-button:last-child {
    color: white !important;
    border: 1px solid #00B7F9;
	background-color: #00B7F9;
    border-radius: 1000px;
}

.event-tickets .tribe-tickets__rsvp-actions-button-going {
	color: white;
    background-color: #00B7F9;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    cursor: pointer;
}

.event-tickets .tribe-tickets__rsvp-attendance-going {
	color: white !important;
}

.event-tickets .tribe-tickets__rsvp-title {
	font-weight: 200; 
}

.event-tickets .tribe-tickets__rsvp-attendance-number {
	font-weight: 200;
	font-family: "Abril Fatface";
}

.event-tickets .tribe-tickets__rsvp-form-title h3 {
	font-weight: 200 !important;
}

.event-tickets .tec-tickets__attendees-list,
.tribe-common .tec-tickets__attendees-list {
	background: none !important;
}

.event-tickets .tec-tickets__attendees-list-item:last-child,
.tribe-common .tec-tickets__attendees-list-item:last-child {
	border: 1px dashed var(--bricks-color-lcgnic) !important;
	border-radius: 32px;
}

.event-tickets .tribe-tickets__rsvp-attendees h4 {
	font-weight: 200;
}

.event-tickets .tribe-tickets__rsvp-actions-success-going-check-icon {
	background-color: #00B7F9 !important;
}