.evge {
width: 100%
}
.evge-show-link-wrap a {
display: flex;
align-items: center;
gap: 8px;
text-decoration: none
}
.evge .evge-content h1,
.evge .evge-content h2,
.evge .evge-content h3,
.evge .evge-content h4 {
padding: 0;
margin: 20px 0
}
.evge .evge-content p {
padding: 0 0 20px 0;
margin: 0
}
.evge .evge-meta p {
padding: 0;
margin: 0;
line-height: 1.2
}
.evge .evge-content svg {
display: inline-block
}
.evge-hidden {
display: none
}
.evge-shadow {
box-shadow: 0 2px 2px rgb(0 0 0 / .05), 0 4px 5px rgb(0 0 0 / .05)
}
.evge-alert-icon {
display: flex;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
border-radius: 50%;
margin: 0 auto 20px
}
.evge-alert-icon.evge-success {
background: #BEE7D1;
color: #399664
}
.evge-alert-icon.evge-unknown {
background: #FFEAD2;
color: #D29853
}
.evge-alert-icon svg {
fill: currentColor
}
.evge-alert-icon svg {
max-width: 50px;
width: 100%
}
.evge-icon-link {
display: flex;
padding: 6px 0;
align-items: center;
gap: 8px;
font-size: 1em
}
.evge-icon-link svg,
.evge-icon-text svg {
height: 1em
}
.evge-icon-text {
display: flex;
gap: 5px;
align-items: center;
line-height: 1
}
.evge a.evge-button {
text-decoration: none;
display: inline-block;
line-height: 1;
border-radius: 3px;
background: #399664;
color: #fff;
padding: 6px 10px
}
.evge a.evge-button:hover,
.evge a.evge-button:active {
background: #0C6937;
color: #fff
}
.evge-button {
color: #fff;
padding: 14px 28px;
font-family: inherit;
font-weight: 500;
font-size: 16px;
line-height: 16px
}
.evge-green-button {
background: #4AB674;
color: #fff;
border: 0;
cursor: pointer;
border-radius: 5px
}
.evge-green-button:hover,
.evge-green-button:active,
.evge-green-button:focus {
background: #32A35E;
color: #fff;
border: 0
}
.evge-secondary {
border: 2px solid #f1edee;
color: #3C0F1B;
font-family: inherit;
font-weight: 500;
font-size: 14px;
line-height: 1em;
margin-top: 12px;
padding-top: 6px;
padding-bottom: 6px;
text-decoration: none
}
.evge-pill-link {
text-decoration: none;
display: inline-block;
padding: 6px 14px;
margin: 0 14px 14px 0;
border-radius: 30px;
font-size: 14px
}
.evge-event-list {
display: flex;
flex-direction: column;
gap: 20px;
margin: 0;
padding: 10px 0
}
.evge-event-item {
display: flex;
gap: 20px
}
.evge-event-date {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: rgb(0 0 0 / .05);
border-radius: 5px;
padding: 10px;
text-align: center;
min-width: 85px;
height: 100%
}
.evge-event-list .evge-event-date {
max-height: 100px
}
.evge-event-month {
font-size: .9em;
text-transform: uppercase;
font-weight: 700;
color: #666
}
.evge-event-day {
font-size: 2em;
font-weight: 700;
line-height: 1
}
.evge-event-details {
padding: 5px
}
.evge .evge-event-details p {
margin: 0;
padding: 0;
font-size: .9em
}
.evge-event-list h4.evge-event-title {
margin: 0 0 10px;
font-size: 1em;
font-weight: 600;
padding: 0
}
.evge-event-meta {
display: flex;
gap: 15px;
margin-bottom: 10px;
font-size: .9em;
color: #666
}
.evge-event-excerpt {
padding-top: 10px
}
.evge-event-excerpt p {
margin: 0 0 10px;
font-size: .9em
}
.evge-cost {
border-left: 1px solid #333;
padding-left: 8px
}
.evge-profile-content {
display: grid;
grid-template-columns: 300px 1fr;
gap: 40px;
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px
}
.evge-left-column {
display: flex;
flex-direction: column;
gap: 25px
}
.evge-right-column {
flex: 1
}
.evge-right-column .evge-title {
margin: 0 0 20px
}
.evge-hero {
margin-bottom: 40px;
position: relative
}
.evge-hero img {
width: 100%;
height: auto;
max-height: 400px;
object-fit: cover
}
.evge-featured-image {
width: 100%;
height: auto;
border-radius: 8px;
margin-bottom: 15px;
overflow: hidden
}
.evge-featured-image img {
max-width: 100%;
height: auto !important;
display: block
}
.evge-title {
margin: 0 0 1.5rem;
padding: 0
}
.evge .evge-info>p {
display: flex;
align-items: center;
gap: .5rem;
padding: 0;
margin: 0 0 10px 0;
font-size: .9em
}
.evge-icon {
display: flex;
align-items: center;
width: 16px;
height: 16px;
flex-shrink: 0
}
.evge-follow-row {
display: flex;
gap: 10px;
align-items: center
}
.evge-follow-row a {
display: flex;
align-items: center;
justify-content: center;
padding: 7px;
border: 1px solid #333;
border-radius: 5px
}
.evge-follow-row a:hover,
.evge-follow-row a:focus {
background: rgb(0 0 0 / .05)
}
.evge-follow-row img {
height: 20px;
width: 20px
}
.evge-beige {
background: #f5f5f5
}
.evge-map {
margin-top: 2rem;
min-height: 300px
}
.evge-is-small .evge-profile-content {
grid-template-columns: 1fr;
padding: 0
}
.evge-is-small .evge-left-column {
max-width: 400px
}
.evge-is-small .evge-featured-image {
margin-bottom: 0
}
.evge-featured-placeholder-wrap {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background: rgb(0 0 0 / .05)
}
.evge-narrow-max-width-modal {
max-width: 600px
}
.evge-medium-max-width-modal {
max-width: 1200px
}
.evge-modal-is-open {
overflow: hidden
}
.evge-modal {
box-sizing: border-box;
position: fixed;
width: calc(100vw - 50px);
top: 25px;
left: 25px;
right: auto;
padding: 30px;
max-height: calc(100vh - 50px);
overflow-y: auto;
opacity: 0;
pointer-events: none;
-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / .7);
box-shadow: 0 5px 15px rgb(0 0 0 / .7);
background: #fff;
color: #334155;
-webkit-font-smoothing: subpixel-antialiased
}
.evge-modal .evge-button-link.evge-action-modal-close,
#evge-modal .evge-button-link.evge-action-modal-close {
position: absolute;
top: 4px;
right: 4px;
left: auto;
bottom: 0;
width: 34px;
height: 34px;
margin: 0;
padding: 0;
border: 1px solid #fff0;
z-index: 1000;
cursor: pointer;
outline: none;
background: #fff0;
box-shadow: none;
border-radius: 0;
text-align: center;
text-decoration: none;
font-weight: 700;
font-size: 24px;
font-family: sans-serif;
transition-property: border, background;
transition-duration: .05s;
transition-timing-function: ease-in-out
}
.evge-modal .evge-button-link.evge-action-modal-close path {
stroke: #aaa
}
.evge-modal .evge-button-link.evge-action-modal-close:hover path,
.evge-modal .evge-button-link.evge-action-modal-close:active path {
stroke: #333
}
.evge-media-modal-icon {
display: block
}
.evge-modal .evge-button-link {
text-align: center;
color: inherit;
text-decoration: none
}
.evge-modal .evge-modal-inner-pad {
margin: 40px 30px
}
.evge-modal-is-open .evge-modal {
opacity: 1;
pointer-events: auto;
z-index: 999999
}
.evge-modal-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgb(0 0 0 / .7);
opacity: 0;
pointer-events: none;
transition: opacity 300ms ease-out;
z-index: 999998
}
.evge-modal-is-open .evge-modal-backdrop {
opacity: 1;
pointer-events: auto
}
.evge-modal-placeholder {
width: 100%;
min-height: 200px
}
.evge-modal-content .evge-cols {
justify-content: space-between;
gap: 60px
}
.evge-modal-event-details {
padding: 0;
margin-bottom: 30px
}
.evge-modal-featured-image {
margin-bottom: 10px
}
.evge-modal-title {
margin-bottom: 8px
}
.evge-modal-col {
width: 100%;
padding: 0;
box-sizing: border-box
}
.evge-modal-col-right {
width: 70%
}
.evge-narrow-modal-inner {
padding: 20px
}
.evge-modal-section {
padding: 20px 0
}
.evge-modal-section-heading {
display: block;
margin-bottom: 10px
}
.evge-modal-cost-details,
.evge-modal-quantity-summary {
margin: 10px 0;
border: 1px solid #BFA4AB;
padding: 17px 15px;
border-radius: 5px;
font-size: 16px
}
.evge-modal-line-item {
display: flex;
gap: 10px;
margin: 10px 20px
}
.evge-line-item-left {
display: flex;
gap: 3px;
width: 60%
}
.evge-line-item-right {
width: 40%;
text-align: right
}
.evge-line-item-left,
.evge-line-item-right {
line-height: 1
}
.evge-line-item-break {
margin: 22px 0;
color: #CECECE;
border-width: 1px
}
.evge-modal-line-large {
font-size: 18px;
font-weight: 700
}
.evge-modal button:focus,
.evge-modal input:focus,
.evge-modal select:focus,
.evge-modal textarea:focus,
.evge-modal [tabindex]:focus {
outline: 2px solid #0073aa;
outline-offset: 2px
}
@media all and (min-width:1040px) {
.evge-modal {
width: 1040px;
left: 50%;
margin-left: -520px
}
}
@media all and (min-width:1200px) {
.evge-modal {
width: 1200px;
left: 50%;
margin-left: -600px
}
}
@media all and (min-width:650px) {
.evge-modal.evge-narrow-max-width-modal {
width: 600px;
left: 50%;
margin-left: -300px
}
}
@media all and (max-width:725px) {
.evge-modal .evge-modal-content .evge-cols {
flex-direction: column;
gap: 30px
}
.evge-modal-col-right {
width: 100%
}
.evge-modal .evge-registration-form-wrap {
width: auto
}
}
.evge-message-center {
margin-top: 20%;
text-align: center
}
@keyframes evgespin {
100% {
transform: rotate(360deg)
}
}
.evge-modal-is-open .evge-modal.evge-is-processing .evge-modal-content,
.evge-standalone-registration-form.evge-is-processing .evge-form-wrapper {
opacity: .6
}
.evge-is-processing .evge-spinner-container {
position: absolute;
top: 50%;
left: 50%;
margin: -19px 0 0 -19px
}
.evge-is-processing .evge-spinner-circle {
box-sizing: border-box;
width: 30px;
height: 30px;
border-radius: 100%;
border: 8px solid rgb(15 84 104 / .2);
border-top-color: #1D6E85;
-webkit-animation: evgespin 1s infinite linear;
animation: evgespin 1s infinite linear
}
.evge-message-centered-content {
margin-top: 20%;
text-align: center
}
.evge-cancel-form-wrap .evge-message-center {
margin-top: 0
}
.evge-modal-reveal {
display: none
}
.evge-multi-line-align {
margin-left: 28px
}
.evge-single-about-details {
margin-top: 12px
}
.evge .evge-event-meta-item svg {
height: 18px;
position: relative;
top: 2px
}
.evge .evge-grid-layout .evge-event-meta-item svg {
top: 0
}
.evge-single-about-details {
display: flex;
flex-wrap: wrap;
gap: 10px
}
.evge-bold {
font-weight: 700
}
.evge-about-detail {
display: flex;
align-items: center;
gap: 7px;
padding: 12px 14px 12px 12px;
border-radius: 50px;
font-size: .8em;
line-height: 1.2
}
.evge-about-detail svg {
fill: #0F425E
}
.evge-beige {
background: #F7F5F5;
color: #3C0F1B;
border: 1px solid #f1edee
}
.evge-beige-background,
#evge-export-options-dropdown .evge-beige {
background: #F7F5F5;
color: #3C0F1B
}
.evge-blue-gray-background {
background: #F0F7FB;
color: #0F423E
}
.evge-single-about-details .evge-about-detail {
background: rgb(0 0 0 / .05)
}
.evge-single-about-details a .evge-about-detail-attendees {
box-shadow: inset 0 0 1px 0 rgb(0 0 0 / .5);
text-decoration: none
}
.evge-events-single-main .evge-single-about-details a .evge-about-detail-attendees:hover,
.evge-events-single-main .evge-single-about-details a .evge-about-detail-attendees:focus {
background: rgb(0 0 0 / .1)
}
.evge-beige:hover {
color: #3C0F1B;
background: #f1edee
}
.evge-beige.evge-secondary:hover {
color: #3C0F1B;
background: #f1edee;
border: 2px solid #f1edee
}
.evge-map-wrap,
.evge-map-wrap iframe {
margin: 10px 0;
max-width: 600px;
max-height: 600px
}
.evge-show-link-wrap {
display: inline-block
}
.evge-meta .evge-map-link {
border-left: 1px solid rgb(0 0 0 / .5);
padding-left: 8px;
margin-left: 8px
}
.evge-event-meta-item .evge-show-link-wrap svg {
width: 8px
}
.evge-cancel-request-button {
display: flex;
justify-content: center;
margin-top: 20px
}
.evge-message-center {
margin-top: 20%;
text-align: center
}
.evge-screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
a.evge-more {
color: #1A79C1;
text-decoration: none;
cursor: pointer
}
a.evge-more:hover,
a.evge-more:focus {
text-decoration: underline
}
.evge-color-theme-dark .evge-follow-row a {
background: rgb(255 255 255 / .5)
}
.evge-color-theme-dark .evge-follow-row a:hover,
.evge-color-theme-dark .evge-follow-row a:focus {
background: rgb(255 255 255)
}
.evge-color-theme-dark .evge-icon {
fill: rgb(255 255 255 / .8)
}
.evge-color-theme-dark .evge-event-date {
background: rgb(255 255 255 / .1)
}
.evge-color-theme-dark .evge-organizers-single-main .evge-info .evge-icon {
fill: rgb(255 255 255 / .8);
background: rgb(255 255 255 / .5);
height: 22px;
width: 23px;
box-sizing: border-box;
padding: 3px;
border-radius: 5px
}
.evge-color-theme-dark .evge-single-about-details .evge-about-detail {
background: rgb(255 255 255 / .1)
}
.evge-color-theme-dark .evge-single-about-details .evge-about-detail:hover,
.evge-color-theme-dark .evge-single-about-details .evge-about-detail:active {
background: rgb(255 255 255 / .2)
}
.evge-color-theme-dark .evge-about-detail svg {
fill: rgb(255 255 255 / .5)
}
.evge-color-theme-dark .evge-single-about-details .evge-about-detail-attendees {
box-shadow: inset 0 0 1px 0 rgb(255 255 255 / .7)
}
.evge-color-theme-dark .evge-export-list,
.evge-color-theme-dark .evge-secondary.evge-export-list {
background: rgb(255 255 255 / .1);
border-color: rgb(255 255 255 / .2);
color: #fff
}
.evge-color-theme-dark .evge-export-list:hover,
.evge-color-theme-dark .evge-secondary.evge-export-list:hover,
.evge-color-theme-dark .evge-export-list:active,
.evge-color-theme-dark .evge-export-list:focus,
.evge-color-theme-dark .evge-secondary.evge-export-list:active,
.evge-color-theme-dark .evge-secondary.evge-export-list:focus {
background: rgb(255 255 255 / .2);
border-color: rgb(255 255 255 / .3);
color: #fff
}
.evge-color-theme-dark .evge-featured-placeholder-wrap {
background: rgb(255 255 255 / .1)
}
.evge-color-theme-dark .evge-cta,
.evge-color-theme-dark .evge-single-event-cta .evge-cta {
background: rgb(255 255 255);
color: #333
}
.evge-color-theme-dark .evge-cta:hover,
.evge-color-theme-dark .evge-cta:active,
.evge-color-theme-dark .evge-single-event-cta .evge-cta:hover,
.evge-color-theme-dark .evge-single-event-cta .evge-cta:active {
background: rgb(255 255 255 / .9);
color: #222
}
.evge-color-theme-dark .evge-more {
color: #fff
}
.evge-modal.evge-modal-dark a {
color: #1A79C1
}
.evge-modal.evge-modal-dark a:hover,
.evge-modal.evge-modal-dark a:focus {
color: #085FA2
}
.evge-modal.evge-modal-dark a:active {
color: #06497C
}
.evge-event-list {
max-width: 900px;
padding: 10px
}
.evge-event-list-item {
display: flex;
gap: 40px;
margin-bottom: 40px
}
.evge-event-list-details {
flex: 8
}
.evge-event-list-details .evge-single-about-details {
margin: 10px 0
}
.evge-event-list-details .evge-single-about-details .evge-about-detail-attendees {
box-shadow: none
}
.evge-event-list-details .evge-about-detail {
padding: 7px 14px 8px 12px
}
.evge-event-list-item .evge-event-list-featured-image {
display: block;
flex: 0 0 33%;
height: 200px;
border-radius: 5px;
overflow: hidden
}
.evge-event-list-item .evge-event-list-featured-image img {
display: inline-block;
width: 100%;
height: 100%;
object-fit: cover
}
.evge a.evge-event-list-featured-image {
text-decoration: none;
color: inherit
}
.evge-event-list-meta-wrap {
margin-bottom: 10px
}
.evge .evge-meta p {
padding: 0;
margin: 0;
line-height: 1.2
}
.evge-meta .evge-event-meta-row {
padding: 8px 0 0 0
}
.evge-meta .evge-meta-venue-summary:last-child {
padding-top: 3px
}
.evge-event-tooltip .evge-event-list-summary {
padding: 0 0 10px 0;
margin: 0;
line-height: 1.3;
font-size: 16px
}
.evge .evge-event-list-details h3 {
padding: 0 0 10px 0;
margin: 0
}
.evge .evge-event-list-details .evge-event-list-summary {
padding: 0 20px 0 0
}
.evge-event-list-date {
font-weight: 700
}
.evge-event-meta-row {
padding: 5px 0
}
.evge-event-meta-item {
display: flex;
margin-bottom: 2px;
line-height: 1.4;
gap: 4px
}
.evge-event-list-summary p:last-child {
margin-bottom: 10px
}
.evge-event-list-actions {
display: flex;
gap: 12px;
margin-top: 15px;
flex-wrap: wrap
}
.evge-event-list-actions .evge-cta,
.evge-event-list-actions .evge-learn-more,
.evge .evge-event-list-actions .evge-learn-more {
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
height: 29px;
font-size: 13px;
padding: 0 18px;
margin: 0;
line-height: 1;
border-radius: 5px
}
.evge-event-list-actions .evge-cta {
border: none
}
.evge-learn-more path {
fill: #333
}
.evge .evge-event-list-actions .evge-learn-more span {
line-height: 1;
padding: 0;
margin: 0
}
.evge .evge-event-list-actions .evge-button svg {
height: auto
}
.evge-meta-venue-summary .evge-event-meta-item {
display: inline-block
}
.evge .evge-event-list-details .evge-event-meta-item {
gap: 8px
}
.evge-single-event-meta p svg {
margin-right: 5px
}
.evge-event-list.evge-list-grid {
display: grid;
gap: 26px;
max-width: 1300px;
grid-template-columns: repeat(3, 1fr)
}
.evge-is-wide .evge-event-list.evge-list-grid {
grid-template-columns: repeat(5, 1fr)
}
.evge-list-grid .evge-event-list-item {
flex-direction: column
}
.evge-list-grid .evge-event-list-featured-image {
height: 200px;
max-width: 100%
}
.evge-list-grid .evge-event-list-featured-image img {
object-fit: contain;
object-position: center;
height: 100%
}
.evge-featured-placeholder-wrap {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background: rgb(0 0 0 / .05)
}
#evge-archive-main .evge-page-header {
margin: 30px auto
}
#evge-archive-main h1 {
margin: 0
}
.evge-archive-wrap {
margin: 20px auto;
max-width: 1200px;
width: 100%;
padding: 0 20px
}
.evge-archive-wrap #evge-archive-main .evge-archive-title {
margin-bottom: 20px
}
.evge-calendar-wrapper {
--calendar-bg: #fff;
--calendar-border: #e5e5e5;
--calendar-text: #fff;
--calendar-muted: rgba(255, 255, 255, 0.8);
--calendar-highlight: #f0f0f0;
--calendar-today: #e3f2fd;
--calendar-event: #bbdefb;
--calendar-event-hover: #90caf9;
border-radius: 8px;
margin: 20px 0;
width: 100%
}
.evge-month-calendar-wrap {
background: var(--calendar-bg)
}
.evge-calendar-grid {
display: flex;
flex-direction: column
}
.evge-month-calendar-wrap {
background: #efefef;
padding: 0 10px 10px
}
.evge-month-calendar-top {
display: flex;
align-items: center;
justify-content: center;
padding: 10px
}
.evge-month-calendar-top h2 {
margin: 0;
font-size: 20px;
line-height: 1.6
}
.evge-month-calendar-top button {
border: 0;
background: rgb(0 0 0 / .05);
padding: 6px 9px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center
}
.evge-month-calendar-top button svg {
width: 5px;
height: 10px
}
.evge-month-calendar-top button svg,
.evge-month-calendar-top button path {
fill: #888
}
.evge-month-calendar-top button:hover,
.evge-month-calendar-top button:active {
background: rgb(0 0 0 / .1)
}
.evge-calendar-headers {
display: flex;
background: #fff
}
.evge-calendar-header {
flex: 1;
padding: 8px;
font-size: 12px;
border: 1px solid var(--calendar-border);
border-right: 0;
border-top: 0;
text-transform: uppercase
}
.evge-calendar-days {
display: flex;
flex-direction: column
}
.evge-calendar-week {
display: flex;
border-bottom: 1px solid var(--calendar-border)
}
.evge-calendar-week:last-child {
border-bottom: none
}
.evge-calendar-day {
flex: 1;
min-width: 0;
min-height: 100px;
display: flex;
flex-direction: column;
background: var(--calendar-bg);
border-right: 1px solid var(--calendar-border);
padding: 0 6px 6px
}
.evge-calendar-day:last-child {
border-right: none
}
.evge-day-header {
display: flex;
justify-content: right;
align-items: center;
margin-right: -6px;
font-size: 20px;
line-height: 1.7;
color: #666
}
.evge-other-month .evge-day-header {
color: #ccc
}
.evge-day-date {
font-weight: 700;
padding: 0 6px
}
.evge-day-events {
flex: 1;
display: flex;
flex-direction: column;
gap: 4px;
min-height: 60px
}
.evge-event-card {
box-sizing: border-box;
padding: 0;
color: var(--calendar-text);
cursor: pointer;
font-size: clamp(0.7rem, 1.8vw, 0.85rem);
min-height: 24px;
line-height: 1.4;
display: flex;
flex-direction: column;
text-decoration: none !important
}
.evge-calendar-grid .evge-event-card .evge-event-card-container {
padding: 5px 8px;
border-radius: 4px
}
.evge-event-card .evge-event-card-container {
background: var(--event-color, var(--calendar-event))
}
.evge-event-card .evge-event-card-container:hover,
.evge-event-card .evge-event-card-container:active {
opacity: .9;
background: var(--event-color, var(--calendar-event));
color: var(--calendar-text)
}
.evge-calendar-wrapper .evge-card-event-title {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 700;
color: #fff;
margin-bottom: -5px
}
.evge-event-time,
.evge-event-venue {
font-size: .85em;
color: var(--calendar-muted);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.evge-calendar-day.evge-other-month {
color: var(--calendar-muted)
}
.evge-calendar-day.evge-today .evge-day-date {
color: #1A79C1;
border-top: 2px solid #1A79C1
}
.evge-more-events {
color: var(--calendar-muted);
text-align: center;
padding: 2px;
cursor: pointer;
font-size: .85em
}
.evge-more-events:hover {
text-decoration: underline
}
.evge-event-card.evge-event-start {
position: relative;
z-index: 1
}
.evge-event-card.evge-event-continuation {
visibility: hidden
}
.evge-event-card.evge-span-2 {
width: calc(200% + 13px)
}
.evge-event-card.evge-span-3 {
width: calc(300% + 26px)
}
.evge-event-card.evge-span-4 {
width: calc(400% + 39px)
}
.evge-event-card.evge-span-5 {
width: calc(500% + 52px)
}
.evge-event-card.evge-span-6 {
width: calc(600% + 65px)
}
.evge-event-card.evge-span-7 {
width: calc(700% + 78px)
}
.evge-event-tooltip {
width: 340px
}
.evge-event-tooltip .evge-event-list-item {
display: block;
margin-bottom: 10px
}
.evge-event-tooltip .evge-featured-placeholder-wrap img {
box-shadow: none
}
.evge-event-tooltip .evge-event-list-item .evge-event-list-featured-image {
max-width: 100%
}
.evge-event-tooltip .evge-event-list-details h3 {
margin: 0;
padding: 8px 0;
color: #333
}
.evge-event-tooltip .evge-event-list-date {
font-weight: 400
}
.evge-event-tooltip .evge-event-meta-item {
margin-bottom: 5px
}
.evge-event-tooltip .evge-event-meta-item svg {
margin: 0 5px 0 0;
position: relative;
top: 2px;
height: 18px
}
.evge-event-tooltip.evge-active {
opacity: 1;
visibility: visible
}
.evge-tooltipster-base {
display: flex;
pointer-events: none;
position: absolute;
transition: opacity 0.2s ease-in-out;
opacity: 0;
background: #fff;
border: 1px solid var(--calendar-border);
border-radius: 4px;
box-shadow: 0 2px 8px rgb(0 0 0 / .1);
padding: 12px;
overflow-y: auto;
overflow-x: hidden;
color: #333
}
.evge-tooltipster-base.evge-tooltipster-show {
opacity: 1
}
.evge-tooltipster-box {
flex-grow: 1;
transition: transform 0.2s ease-in-out;
transform: scale(.95)
}
.evge-tooltipster-show .evge-tooltipster-box {
transform: scale(1)
}
.evge-tooltipster-content {
box-sizing: border-box;
max-height: 100%;
max-width: 100%;
overflow: auto
}
.evge-month-selector {
position: relative;
cursor: pointer;
min-width: 200px
}
.evge-month-calendar-month-name {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
gap: 8px;
margin: 0
}
.evge-month-dropdown-arrow {
font-size: 12px
}
.evge-month-dropdown {
display: none;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background: #fff;
border: 1px solid var(--calendar-border);
border-radius: 4px;
box-shadow: 0 2px 8px rgb(0 0 0 / .1);
z-index: 1000;
min-width: 240px;
padding: 12px
}
.evge-month-dropdown.evge-active {
display: block
}
.evge-month-dropdown .evge-year-display {
font-weight: 700
}
.evge-month-option {
padding: 8px;
text-align: center;
cursor: pointer;
border-radius: 4px
}
.evge-month-option:hover {
background: var(--calendar-highlight)
}
.evge-month-dropdown-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 12px;
padding: 0 8px
}
.evge-month-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px
}
.evge-year-prev,
.evge-year-next {
cursor: pointer;
padding: 4px 8px;
border-radius: 4px
}
.evge-year-prev:hover,
.evge-year-next:hover {
opacity: .8
}
.evge-month-option.evge-active {
background: var(--calendar-highlight);
font-weight: 500
}
.evge-calendar-filters {
display: flex;
justify-content: space-between;
gap: 20px;
margin-bottom: 15px;
align-items: center;
padding: 10px;
background: #efefef;
border-radius: 5px
}
.evge-filter-group {
position: relative
}
.evge-filter-group:first-child {
display: flex;
gap: 10px;
flex: 5
}
.evge-filter-group:last-child {
flex: 5;
display: flex;
justify-content: right
}
.evge-calendar-super-narrow .evge-calendar-filters {
flex-direction: column;
gap: 10px
}
.evge-calendar-super-narrow .evge-filter-group:first-child,
.evge-calendar-super-narrow .evge-filter-group:last-child {
flex: none;
width: 100%;
justify-content: flex-start
}
.evge-calendar-super-narrow .evge-filter-group:first-child {
flex-direction: column
}
.evge-calendar-super-narrow .evge-search-input,
.evge-calendar-super-narrow .evge-filter-group select {
max-width: 100%
}
.evge-search-input,
.evge-filter-group select {
box-sizing: border-box;
padding: 6px 10px;
border: 1px solid #dcdcdc;
border-radius: 4px;
font-size: 14px;
width: 100%;
max-width: 200px
}
.evge-search-input {
width: 100%
}
.evge-filter-group select:focus,
.evge-search-input:focus {
outline: none;
border-color: var(--calendar-highlight)
}
.evge-event-hidden {
display: none
}
.evge-show-more-events {
font-size: 11px;
color: var(--calendar-text);
padding: 2px 4px;
cursor: pointer;
width: 100%;
text-align: left;
border: 0;
background: #e3eff8;
color: #222;
padding: 5px 8px
}
.evge-show-more-events:hover,
.evge-show-more-events:focus {
opacity: 1;
background: #d5e9f7;
color: #222
}
.evge-show-more-events:active {
box-shadow: none
}
.evge-calendar-day.evge-show-all-events .evge-event-hidden {
display: block
}
.evge-calendar-day.evge-show-all-events .evge-show-more-events,
.evge-calendar-narrow .evge-show-more-events {
display: none
}
.evge-calendar-event-indicator {
display: none
}
.evge-calendar-narrow .evge-calendar-event-indicator {
display: flex
}
.evge-calendar-narrow .evge-calendar-header {
font-size: 14px
}
.evge-calendar-narrow .evge-calendar-header span {
display: none
}
.evge-calendar-narrow .evge-calendar-header::first-letter {
display: inline
}
.evge-calendar-narrow .evge-calendar-day {
font-size: 13px
}
.evge-calendar-narrow .evge-calendar-day-number {
font-size: 14px
}
.evge-calendar-narrow .evge-event-card {
display: none
}
.evge-calendar-narrow .evge-event-dot {
width: 16px;
height: 16px;
background: #1A79C1;
border-radius: 50%;
margin: 2px auto;
cursor: pointer
}
.evge-calendar-narrow .evge-event-dot:hover,
.evge-calendar-narrow .evge-event-dot:active {
opacity: .9
}
.evge-calendar-narrow .evge-calendar-day.has-events {
cursor: pointer
}
.evge-calendar-narrow .evge-day-events-list {
grid-column: 1 / -1;
padding: 16px;
background: var(--calendar-background);
border: 1px solid var(--calendar-border);
margin-top: 16px
}
.evge-calendar-narrow .evge-day-event-item {
padding: 12px;
border-bottom: 1px solid var(--calendar-border)
}
.evge-calendar-narrow .evge-day-event-item:last-child {
border-bottom: none
}
.evge-calendar-narrow .evge-day-event-title {
font-weight: 500;
margin-bottom: 4px
}
.evge-calendar-narrow .evge-day-event-meta {
font-size: 12px;
color: var(--calendar-text-light);
margin-bottom: 8px
}
.evge-calendar-narrow .evge-day-event-desc {
font-size: 13px
}
.evge-calendar-narrow .evge-list-layout .evge-event-date {
display: none
}
.evge-calendar-narrow .evge-list-layout .evge-event-list-item {
gap: 20px
}
.evge-is-small .evge-list-layout .evge-single-about-details {
gap: 5px
}
.evge-is-small .evge-list-layout .evge-event-list-details .evge-about-detail {
padding: 5px 8px 5px 7px;
gap: 5px
}
.evge-is-narrow .evge-list-layout .evge-event-list-item {
flex-direction: column-reverse;
margin-bottom: 50px
}
.evge-is-narrow .evge-event-list-item .evge-event-list-featured-image {
flex: 100%
}
.evge-is-narrow .evge-list-layout .evge-event-list-item {
gap: 10px
}
.evge-pagination {
display: flex;
align-items: center;
justify-content: left;
margin: 0;
gap: .5rem
}
.evge-pagination-top {
margin-bottom: 2rem;
padding-bottom: 15px;
border-bottom: 1px solid var(--calendar-border)
}
.evge-pagination-bottom {
margin: 2rem 0 1rem 0;
padding-top: 1rem;
border-top: 1px solid var(--calendar-border)
}
.evge-pagination-numbers {
display: flex;
align-items: center;
gap: .25rem
}
.evge .evge-pagination a,
.evge .evge-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 32px;
height: 32px;
padding: 0 10px;
border: 1px solid #ddd;
border-radius: 4px;
text-decoration: none;
color: #666;
transition: all 0.2s ease;
background: rgb(255 255 255 / .8)
}
.evge-pagination a:hover,
.evge .evge-pagination .page-numbers:hover {
background-color: #fff;
border-color: #222;
color: #222
}
.evge .evge-pagination a.evge-pagination-current,
.evge .evge-pagination .page-numbers {
border-color: #222;
background: #fff;
color: #222
}
.evge-pagination-current:hover,
.evge .evge-pagination .page-numbers:hover {
border-color: #222
}
.evge-pagination-dots {
padding: 0 .5rem;
color: #666
}
.evge-pagination-prev,
.evge-pagination-next {
padding: 0 1rem
}
.evge-grid-layout {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px
}
.evge-grid-layout .evge-event-list-item {
display: block
}
.evge-grid-layout .evge-event-list-item .evge-event-list-featured-image {
margin-bottom: 10px
}
.evge-grid-layout .evge-event-meta-item {
line-height: 1.2;
margin-bottom: 5px
}
.evge-loading {
position: relative;
pointer-events: none
}
.evge-loading::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgb(255 255 255 / .7);
display: flex;
align-items: center;
justify-content: center;
z-index: 1
}
.evge-loading::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 2rem;
height: 2rem;
border: 3px solid #f3f3f3;
border-top: 3px solid #007bff;
border-radius: 50%;
animation: spin 1s linear infinite;
z-index: 2
}
@keyframes spin {
0% {
transform: translate(-50%, -50%) rotate(0deg)
}
100% {
transform: translate(-50%, -50%) rotate(360deg)
}
}
.evge-color-theme-dark.evge-calendar-wrapper {
background: none
}
.evge-color-theme-dark .evge-month-calendar-wrap {
border-radius: 5px
}
.evge-color-theme-dark .evge-calendar-filters,
.evge-color-theme-dark .evge-month-calendar-wrap {
background: rgb(255 255 255 / .3)
}
.evge-color-theme-dark .evge-month-calendar-top h2 {
color: #fff
}
.evge-color-theme-dark .evge-month-calendar-top svg path {
fill: #fff
}
.evge-color-theme-dark .evge-month-calendar-top button {
background: rgb(0 0 0 / .2)
}
.evge-color-theme-dark .evge-search-input,
.evge-color-theme-dark .evge-venue-select,
.evge-color-theme-dark .evge-view-select {
color: #333
}
.evge-day-events br,
.evge-month-calendar-top br {
display: none !important
}
.evge-month-calendar-wrap p {
margin: 0 !important;
padding: 0 !important
}
.evge-calendar-wrapper[data-view="month"] .evge-time-select {
display: none
}
.evge-no-events-found {
padding: 3rem 1rem;
text-align: center;
background: #f8f9fa;
border-radius: 8px;
margin: 2rem 0
}
.evge-no-events-message {
max-width: 500px;
margin: 0 auto
}
.evge-no-events-icon {
margin-bottom: 1.5rem;
color: #6c757d
}
.evge-no-events-icon svg {
width: 64px;
height: 64px
}
.evge-no-events-found h3 {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1rem;
color: #212529
}
.evge-no-events-description {
font-size: 1.1rem;
color: #6c757d;
margin-bottom: 2rem;
line-height: 1.5
}
.evge-no-events-actions {
display: flex;
gap: 1rem;
justify-content: center
}
.evge-button-secondary {
background: #e9ecef;
color: #495057
}
.evge-button-secondary:hover {
background: #dee2e6;
color: #495057
}
@media (max-width:768px) {
.evge-calendar-day {
padding: 4px
}
.evge-day-header {
margin-bottom: 4px
}
.evge-event-card {
padding: 2px 4px;
min-height: 20px
}
.evge-event-tooltip {
position: fixed;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
top: auto !important;
max-width: none;
margin: 0;
border-radius: 8px 8px 0 0;
max-height: 60vh;
overflow-y: auto
}
}
@media (max-width:480px) {
.evge-calendar-header {
font-size: clamp(0.7rem, 3vw, 0.8rem)
}
.evge-no-events-actions {
flex-direction: column
}
.evge-no-events-found .evge-button {
width: 100%
}
}
.evge-single-event-content-wrapper {
max-width: 1300px;
margin: auto
}
.evge-single-event-content,
.evge-single-organizer {
max-width: 1200px;
width: 100%;
margin: auto;
padding: 20px
}
.evge-cols {
display: flex;
gap: 40px
}
.evge-cols .evge-event-single-col-left,
.evge-cols .evge-event-single-col-right {
min-width: 0
}
.evge-event-single-col-left {
flex: 8;
max-width: 100%
}
.evge-cta-col {
min-width: 200px;
max-width: 360px
}
.evge-info h3 {
margin: 0 0 15px
}
.evge .evge-meta p {
padding: 0;
margin: 0;
line-height: 1.2
}
.evge-meta .evge-event-meta-row {
padding: 8px 0 0 0
}
.evge-meta .evge-meta-venue-summary:last-child {
padding-top: 3px
}
.evge-event-tooltip .evge-event-list-summary {
padding: 0 0 10px 0;
margin: 0;
line-height: 1.3;
font-size: 16px
}
.evge .evge-event-list-details h3 {
padding: 0 0 10px 0;
margin: 0
}
.evge .evge-event-list-details .evge-event-list-summary {
padding: 0 20px 0 0
}
.evge-event-list-date {
font-weight: 700
}
.evge-event-meta-row {
padding: 5px 0
}
.evge-event-meta-item {
display: flex;
margin-bottom: 2px;
line-height: 1.4;
gap: 4px
}
.evge-event-list-summary p:last-child {
margin-bottom: 10px
}
.evge-meta-venue-summary .evge-event-meta-item {
display: inline-block
}
.evge .evge-event-list-details .evge-event-meta-item {
gap: 8px
}
.evge .evge-event-list-details svg {
height: 18px;
position: relative;
top: 1px
}
.evge-single-event-meta p svg {
margin-right: 5px
}
.evge-is-small .evge-cols,
.evge-is-super-narrow .evge-event-item {
flex-direction: column
}
.evge-single-event-featured-image {
display: flex;
justify-content: center;
max-height: 400px;
width: 100%;
margin-bottom: 20px;
border-radius: 5px;
position: relative;
width: 100%;
overflow: hidden
}
.evge-single-event-featured-image img {
object-fit: contain;
object-position: center;
max-height: 400px
}
.evge-featured-image-wrapper {
position: relative;
width: 100%;
min-height: 300px;
display: flex;
justify-content: center;
align-items: center
}
.evge-featured-image-blur {
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
background-position: center;
background-size: cover;
filter: blur(40px);
opacity: 1;
z-index: 1
}
.evge-featured-image-main {
position: relative;
z-index: 2;
max-width: 100%;
height: auto
}
.evge-featured-image-main img {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto
}
.evge-single-event-title {
margin: 0 0 20px 0
}
.evge-single-event-title h1 {
margin: 0
}
.evge-single-event-section {
margin: 0 0 40px
}
.evge-icon-detail {
display: flex;
align-items: center;
gap: 8px
}
.evge-multi-line-align {
margin-left: 28px
}
.evge-single-about-details {
margin-top: 12px;
display: flex;
flex-wrap: wrap;
gap: 10px
}
.evge-bold {
font-weight: 700
}
.evge-about-detail {
display: flex;
align-items: center;
gap: 7px;
padding: 12px 14px 12px 12px;
border-radius: 50px;
font-size: .8em;
line-height: 1.2
}
.evge-about-detail svg {
fill: #0F425E
}
.evge-cta-col {
position: relative
}
.evge-sticky {
display: flex;
flex-direction: column;
justify-content: right;
position: sticky;
top: 60px;
font-size: 13px
}
.evge-single-event-cost {
text-align: center;
margin-bottom: 8px;
font-size: 28px;
font-weight: 600
}
.evge-cta,
.evge-single-event-cta .evge-cta {
font-size: 20px;
background: #333;
color: #fff;
padding: 15px;
border-radius: 5px;
margin: 15px 0;
cursor: pointer
}
.evge-single-event-cta .evge-cta:hover,
.evge-single-event-cta .evge-cta:active {
opacity: .9;
text-decoration: none
}
.evge-single-event-cta .evge-status-message {
margin-top: 10px;
border: 1px solid rgb(0 0 0 / .15);
padding: 8px 15px;
border-radius: 5px;
background: rgb(255 255 255 / .9)
}
.evge-single-event-capacity,
.evge-already-registered,
.evge-no-attendees {
text-align: center
}
.evge-organizer-follow-row {
display: flex;
gap: 8px;
align-items: center;
padding: 3px 4px;
height: 22px;
border-radius: 5px
}
.evge-organizer-follow-row a {
height: 16px;
display: inline-block;
opacity: .7;
line-height: 1
}
.evge-organizer-follow-row a:hover {
opacity: 1
}
.evge-single-organizer-wrap {
display: flex;
margin-bottom: 20px
}
.evge-organizer-avatar {
display: flex;
width: 70px;
height: 70px
}
.evge-organizer-avatar img.evge-organizer-image {
width: 70px;
height: 70px;
max-width: 70px;
object-fit: cover;
border-radius: 50px
}
.evge-organizer-avatar .evge-featured-placeholder-wrap {
padding: 0;
border-radius: 50px
}
.evge-organizer-avatar .evge-featured-placeholder-wrap img {
object-fit: unset;
box-sizing: unset;
width: 40px;
height: 40px;
max-width: 40px;
padding: 15px;
border-radius: 0
}
.evge-organizer-title {
font-weight: 600
}
.evge-num-registrations {
font-size: 16px
}
.evge-num-registrations strong {
display: block;
margin-bottom: 10px
}
.evge-num-registrations-counter-wrap {
width: auto;
display: inline-block
}
.evge-num-registrations-counter {
display: flex;
align-items: center;
gap: 0;
border-radius: 5px;
width: auto;
font-size: 20px
}
.evge-count {
text-align: center
}
.evge-count-wrap {
display: flex;
align-items: center;
justify-content: center;
width: 54px;
height: 30px;
line-height: 1;
text-align: center;
border-top: 1px solid #CEE1EC;
border-bottom: 1px solid #CEE1EC
}
.evge-counter-button {
background: #163A5D;
color: #fff;
height: 30px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
user-select: none
}
.evge-counter-button svg {
fill: currentColor
}
.evge-button-disabled {
background: #CEE1EC;
color: #6D97AD
}
.evge-counter-button:not(.evge-button-disabled):hover {
cursor: pointer
}
.evge-subtract {
border-radius: 5px 0 0 5px
}
.evge-add {
border-radius: 0 5px 5px 0
}
.evge-export-list-wrap {
display: inline-block;
position: relative
}
.evge-export-options-dropdown {
position: absolute;
border: 1px solid #CECECE;
display: none;
margin: 10px 0;
border-radius: 5px;
padding: 10px;
background: #F7F5F5
}
.evge-export-options-dropdown a {
display: inline-block;
width: 100%;
padding: 10px;
font-size: 14px;
line-height: 1.2;
border: none;
box-sizing: border-box;
text-decoration: none
}
.evge-export-options-dropdown a:hover {
cursor: pointer
}
.evge-secondary.evge-export-list {
background: rgb(0 0 0 / .05);
border: 1px solid rgb(0 0 0 / .15);
color: #333;
border-radius: 5px;
padding: 10px 18px;
margin: 0;
cursor: pointer
}
.evge-secondary.evge-export-list:hover,
.evge-secondary.evge-export-list:active,
.evge-secondary.evge-export-list:focus {
background: rgb(0 0 0 / .1);
border: 1px solid rgb(0 0 0 / .25);
color: #333
}
.evge-secondary.evge-export-list,
.evge .evge-secondary.evge-export-list,
.evge-secondary.evge-gray-button,
.evge .evge-secondary.evge-gray-button {
background: rgb(0 0 0 / .05);
border: 1px solid rgb(0 0 0 / .15);
color: #333
}
.evge-secondary.evge-export-list:hover,
.evge .evge-secondary.evge-export-list:hover,
.evge-secondary.evge-gray-button:hover,
.evge .evge-secondary.evge-gray-button:hover {
background: rgb(0 0 0 / .1);
border: 1px solid rgb(0 0 0 / .25);
color: #333
}
@media all and (max-width:695px) {
.single-evge_event .evge-is-small .evge-sticky {
top: unset;
position: fixed;
bottom: 0;
width: 100%;
left: 0;
z-index: 999997;
padding: 10px 20px;
background: #fff;
box-sizing: border-box;
box-shadow: 0 0 80px 0 rgb(0 0 0 / .1)
}
.evge-single-event-cost {
margin: 0;
line-height: 1.2
}
.evge-single-event-cta .evge-cta {
margin: 8px 0
}
.single-evge_event .evge {
padding-bottom: 50px
}
.single-evge_event .evge-secondary {
background: #fff
}
}
.evge-single-venue {
max-width: 1200px;
margin: 0 auto;
padding: 20px
}
.evge-single-venue .evge-profile-content {
padding: 20px 0 40px 0;
gap: 60px
}
.evge-single-venue .evge-hero {
margin-bottom: 0
}
.evge-single-venue .evge-hero img {
margin-bottom: 30px;
border-radius: 5px
}
.evge-single-venue .evge-social-links {
padding: 10px 0 35px 0
}
.evge-single-venue #evge-venue-iframe,
.evge-single-venue .evge-map-wrap {
margin: 0
}
.evge-single-venue .evge-venue-details .evge-icon-link {
padding: 0
}
.evge.evge-single-venue .evge-address {
align-items: unset;
line-height: 1.3
}
.evge-single-venue .evge-address .evge-icon {
position: relative;
top: 5px
}
.evge-registration-form-wrap {
width: 100%;
background: #F5F5F5;
border-radius: 5px;
padding: 30px;
box-sizing: border-box
}
.evge-registration-form-wrap h3 {
padding: 0;
margin: 0 0 15px 0
}
.evge-field-wrapper {
padding: 0;
margin-bottom: 15px
}
.evge-form-button-wrapper {
padding: 15px 0 0
}
.evge-field-wrapper input[type=email],
.evge-field-wrapper input[type=tel],
.evge-field-wrapper input[type=text],
.evge-field-wrapper select,
.evge-field-wrapper textarea {
padding: 6px 10px;
height: auto;
width: 100%;
min-width: auto;
border-radius: 3px;
box-shadow: none;
box-sizing: border-box
}
.evge-field-wrapper-evge_user_comments {
display: none
}
.evge-registration-form-wrap .evge-field-wrapper * {
line-height: 1.2;
font-size: 16px
}
.evge-label-wrapper {
padding-bottom: 4px
}
.evge-radio-checkbox-input {
display: flex;
margin: 2px 0;
gap: 6px
}
.evge-radio-checkbox-input input {
margin: 0;
line-height: 1
}
.evge-registration-form .evge-input-wrapper {
display: flex;
gap: 5px
}
.evge-field-error {
display: none;
line-height: 18px;
font-size: 14px
}
.evge-has-error .evge-field-error {
display: inline-block !important
}
.evge-cancel-form-wrap .evge-has-error .evge-field-error {
margin-top: 10px
}
.evge-field-wrapper.evge-has-error {
padding: 4px;
border: 1px solid #DB8E69;
border-radius: 3px;
background: #FFECE4;
color: #74371B
}
.evge-cancel-form-wrap .evge-field-wrapper.evge-has-error {
padding: 10px 15px;
margin: 0
}
.evge-modal h3 {
font-size: 18px;
font-weight: 600;
color: inherit
}
.evge-modal .evge-meta p,
.evge-modal p {
font-size: 16px;
padding: 0;
margin: 0
}
.evge-modal .evge-modal-title {
font-size: 32px;
line-height: 1.1;
padding: 5px 0 10px 0
}
.evge-modal .evge-meta p svg {
margin-right: 3px
}
.evge-modal .evge-already-registered-modal {
padding: 0 10px
}
.evge-modal .evge-already-registered-modal .evge-meta .evge-event-meta-row {
padding-top: 2px
}
.evge-modal .evge-already-registered-modal .evge-meta .evge-meta-venue-summary:last-child {
padding-top: 0
}
.evge-modal .evge-field-wrapper input[type=email],
.evge-modal .evge-field-wrapper input[type=tel],
.evge-modal .evge-field-wrapper input[type=text],
.evge-modal .evge-field-wrapper select,
.evge-modal .evge-field-wrapper textarea {
color: #555;
border: 1px solid #bbb;
background: rgb(255 255 255 / .8);
transition: all .2s linear
}
.evge-modal .evge-field-wrapper input[type=email]:focus,
.evge-modal .evge-field-wrapper input[type=tel]:focus,
.evge-modal .evge-field-wrapper input[type=text]:focus,
.evge-modal .evge-field-wrapper select:focus,
.evge-modal .evge-field-wrapper textarea:focus {
color: #222;
background-color: rgb(255 255 255);
border-color: #666;
outline: 0
}
#evge-cancel-form {
display: flex;
gap: 10px
}
#evge-cancel-form .evge-field-wrapper {
width: 100%
}
#evge-cancel-form #evge-cancel-submit {
padding: 10px 25px;
font-size: 14px
}
.evge-cancel-form .evge-input-wrapper {
display: flex;
gap: 10px
}
.evge-cancel-form .evge-label-wrapper label {
font-size: 14px
}
.evge-cancel-form-wrap {
width: 100%;
background: #F5F5F5;
border-radius: 5px;
padding: 30px 40px;
box-sizing: border-box
}
.evge-cancel-form-wrap .evge-modal-section-heading {
font-size: 18px
}
.evge-cancel-form-wrap p {
margin: 15px 0 25px 0
}
.evge-cancel-form-wrap .evge-message-center div {
padding: 0;
margin: 0
}
.evge-cancel-form-wrap .evge-message-center .evge-status-message {
display: flex;
gap: 20px;
align-items: center
}
.evge-cancel-form-wrap .evge-alert-icon {
width: 36px;
height: 36px;
background: #D37362
}
.evge-cancel-form-wrap .evge-alert-icon svg {
width: 16px;
fill: #fff
}
.evge-cancel-form-wrap .evge-cancel-request-message {
text-align: left;
font-size: 16px
}
.evge-registration-form-container {
max-width: 800px;
margin: 0 auto;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgb(0 0 0 / .1);
overflow: hidden
}
.evge-registration-header {
background-color: #f9f9f9;
padding: 20px;
border-bottom: 1px solid #eee
}
.evge-registration-header .evge-event-title {
margin-top: 0;
margin-bottom: 15px;
color: #333;
font-size: 1.5em
}
.evge-registration-header .evge-event-meta {
display: flex;
flex-wrap: wrap;
gap: 15px
}
.evge-registration-header .evge-event-venue,
.evge-registration-header .evge-event-date {
margin-bottom: 5px
}
.evge-registration-closed,
.evge-registration-not-open {
padding: 20px;
background-color: #f8d7da;
color: #721c24;
border-radius: 4px;
margin: 20px
}
.evge-error-message {
padding: 15px;
background-color: #f8d7da;
color: #721c24;
border-radius: 4px;
margin-bottom: 20px
}
.evge-registration-form-container .evge-registration-form-fields {
padding: 20px
}
.evge-standalone-registration-form .evge-form-button-wrapper {
padding: 0 20px 10px 20px
}
.evge-registration-form-container .evge-form-button {
padding: 12px 25px;
background-color: #1A79C1;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 1em;
line-height: 1.2;
transition: background-color 0.3s
}
.evge-registration-form-container .evge-form-button:hover {
background-color: #156aa8
}
.evge-registration-form br {
display: none !important
}
.evge-standalone-registration-form p {
margin: 0 !important;
padding: 0 !important
}
@media all and (max-width:600px) {
.evge-cancel-form .evge-input-wrapper {
display: block
}
#evge-cancel-form #evge-cancel-submit {
width: 100%;
margin-top: 10px
}
.evge-modal .evge-already-registered-modal .evge-meta .evge-event-meta-row {
margin-bottom: 10px
}
.evge-cancel-form-wrap {
padding: 20px 20px
}
.evge-registration-header .evge-event-meta {
flex-direction: column;
gap: 10px
}
}
.evge-attendee-list {
margin: 20px 0
}
.evge-color-theme-dark {
color: #333
}
.evge-attendee-list-simple {
border-radius: 5px;
border: 1px solid rgb(0 0 0 / .15);
padding: 0 15px 15px
}
.evge-attendee-list p {
margin: 0 !important;
padding: 0 !important
}
.evge-attendee-count {
display: flex;
gap: 5px;
justify-content: center;
align-items: center;
padding: 20px 0 15px;
border-bottom: 1px solid rgb(0 0 0 / .15)
}
.evge-attendee-grid {
width: 100%
}
.evge-attendee-list-items-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
list-style: none;
padding: 10px;
margin: 0;
text-align: center
}
.evge-attendee-list-items li {
padding: 5px 0 0 0;
margin: 0
}
.evge-attendee-list .evge-load-more {
display: block
}
.evge-attendee-list .evge-load-more-link {
justify-content: center
}
.evge-attendee-table {
margin: 16px auto
}
.evge-attendee-list-full {
width: 100%;
min-width: 0;
flex: 1
}
.evge-attendee-list-grid-wrapper {
position: relative;
width: 100%;
max-width: 100%;
border: 1px solid rgb(0 0 0 / .1);
background: #fff
}
.evge-attendee-list-grid-header {
display: flex;
align-items: center;
position: relative;
border-bottom: 1px solid rgb(0 0 0 / .1);
background-color: #f9f9f9
}
.evge-grid-nav {
box-sizing: border-box;
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #fff;
padding: 4px 6px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: calc(100% + 2px);
z-index: 10;
transition: color 0.2s;
text-decoration: none;
color: #444;
border: 1px solid rgb(0 0 0 / .1)
}
.evge-grid-nav svg {
height: 16px
}
.evge-grid-nav-prev {
left: -1px
}
.evge-grid-nav-next {
right: -1px
}
.evge-grid-nav:hover,
.evge-grid-nav:focus,
.evge-grid-nav:active {
color: #000;
border-color: rgb(0 0 0 / .2)
}
.evge-attendee-list-grid-header-inner {
display: grid;
overflow-x: hidden;
overflow-y: hidden;
scroll-behavior: smooth;
scrollbar-width: none;
-ms-overflow-style: none;
grid-template-columns: var(--evge-grid-template-columns, repeat(auto-fit, minmax(150px, 1fr)));
flex: 1;
min-width: 0
}
.evge-attendee-list-grid-header-inner::-webkit-scrollbar {
display: none
}
.evge-grid-header-cell {
min-width: 150px;
padding: 12px 20px;
border-right: 1px solid rgb(0 0 0 / .1);
box-sizing: border-box
}
.evge-grid-header-cell:last-child {
border-right: none
}
.evge-grid-header-sort {
background: none;
border: none;
padding: 0;
text-decoration: none;
cursor: pointer;
display: flex;
align-items: center;
gap: 8px;
width: 100%;
font-weight: 600;
color: inherit;
transition: color 0.2s
}
.evge-grid-header-sort:hover,
.evge-grid-header-sort:focus {
color: #000;
text-decoration: none
}
.evge-grid-header-sort:focus:not(:focus-visible) {
outline: none
}
.evge-grid-header-label {
user-select: none
}
.evge-grid-header-sort-icon {
display: inline-block;
width: 0;
height: 0;
border-left: 4px solid #fff0;
border-right: 4px solid #fff0;
border-top: 6px solid currentColor;
opacity: .3;
transition: opacity 0.2s, transform 0.2s
}
.evge-grid-header-sort[data-sort="asc"] .evge-grid-header-sort-icon {
opacity: 1;
transform: rotate(180deg)
}
.evge-grid-header-sort[data-sort="desc"] .evge-grid-header-sort-icon {
opacity: 1;
transform: rotate(0deg)
}
.evge-attendee-list-grid-body {
display: block;
overflow-x: hidden;
overflow-y: hidden;
scroll-behavior: smooth;
scrollbar-width: none;
-ms-overflow-style: none;
position: relative
}
.evge-attendee-row {
display: grid;
width: 100%;
grid-template-columns: var(--evge-grid-template-columns, repeat(auto-fit, minmax(150px, 1fr)))
}
.evge-attendee-row.evge-attendee-hidden {
display: none
}
.evge-grid-cell {
min-width: 150px;
padding: 12px 20px;
border-right: 1px solid rgb(0 0 0 / .05);
border-bottom: 1px solid rgb(0 0 0 / .05);
display: flex;
align-items: center;
word-break: break-word;
box-sizing: border-box
}
.evge-attendee-row:last-child .evge-grid-cell {
border-bottom: none
}
.evge-grid-cell:last-child {
border-right: none
}
.evge-attendee-list-narrow .evge-attendee-list-grid-wrapper {
display: block;
border: none;
background: #fff0
}
.evge-attendee-list-narrow .evge-attendee-list-grid-header {
display: none
}
.evge-attendee-list-narrow .evge-attendee-list-grid-body {
display: block;
overflow: visible
}
.evge-attendee-list-narrow .evge-attendee-row {
display: grid;
grid-template-columns: 1fr;
gap: 0;
padding: 12px;
border: 1px solid rgb(0 0 0 / .1);
border-radius: 4px;
margin-bottom: 12px;
background: #fff
}
.evge-attendee-list-narrow .evge-attendee-row.evge-attendee-hidden {
display: none
}
.evge-attendee-list-narrow .evge-grid-cell {
display: grid;
grid-template-columns: 120px 1fr;
gap: 12px;
min-width: auto;
width: auto;
max-width: none;
flex-shrink: 1;
padding: 8px 0;
border: none;
border-bottom: 1px solid rgb(0 0 0 / .05);
align-items: start
}
.evge-attendee-list-narrow .evge-grid-cell:last-child {
border-bottom: none
}
.evge-attendee-list-narrow .evge-grid-cell::before {
content: attr(data-field-label);
font-weight: 600;
color: #666
}
.evge-attendee-list-narrow .evge-grid-nav {
display: none !important
}
.evge-attendee-list-grid-body::-webkit-scrollbar {
height: 8px
}
.evge-attendee-list-grid-body::-webkit-scrollbar-track {
background: #f1f1f1
}
.evge-attendee-list-grid-body::-webkit-scrollbar-thumb {
background: #888;
border-radius: 4px
}
.evge-attendee-list-grid-body::-webkit-scrollbar-thumb:hover {
background: #555
}
.evge-no-attendees {
padding: 20px;
text-align: center;
background: #f8f9fa;
border-radius: 8px;
margin: 10px 0
}
.evge-no-attendees-message {
max-width: 500px;
margin: 0 auto
}
.evge-no-attendees-icon {
color: #6c757d
}
.evge-no-attendees-icon svg {
width: 34px;
height: 34px
}
.evge-no-attendees h3,
.evge-content .evge-no-attendees h3 {
font-size: 20px;
font-weight: 600;
color: #212529
}
.evge-no-attendees-description {
font-size: 14px;
color: #6c757d;
margin-bottom: 20px;
line-height: 1.5
}
.evge-no-attendees-actions {
display: flex;
gap: 12px;
justify-content: center
}
@media (max-width:480px) {
.evge-no-attendees-actions {
flex-direction: column
}
.evge-no-attendees .evge-button {
width: 100%
}
}