body {
    font-family: Arial, sans-serif;
}

header {
    background-color: #2ecc71; /* Green background */
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.settings-icon, .chat-icon {
    font-size: 20px;
}

.search-bar {
    padding: 0px;
    display: flex;
    flex-direction: column;
    height: 80px;
}

.search-bar input {
    flex: 1;
    padding: 5px;
    border: 0;
}

.search-bar button {
    background-color: #2ecc71;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}
.event-locations-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.event-locations {
    margin-top: 20px;
}

.event-card {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
}

.event-image {
    width: 200px;
    margin-right: 20px;
}

.event-image img {
    width: 100%;
    height: auto;
}

.event-details {
    flex: 1;
}

.event-details h3 {
    margin-bottom: 5px;
}

.event-details p {
    margin: 0;
    margin-bottom: 5px;
}


.tabs {
    position: relative;
    top: 0px;
    left: 0px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 16px;
    row-gap: 0px;
    overflow: hidden;
    background-color: #d60e00;
}
.tabs .tag1 {
    flex-grow: 1;
    width: 77.25px;
    height: 20px;
    opacity: 0.699999988079071;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tabs .tag2 {
    flex-grow: 1;
    width: 77.25px;
    height: 24px;
    border-radius: 999px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    row-gap: 0px;
    padding: 2px 12px 2px 12px;
    background: #FFFFFF;
}
.tabs .tag3 {
    flex-grow: 1;
    width: 77.25px;
    height: 20px;
    opacity: 0.699999988079071;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tabs .tag3-1 {
    flex-grow: 1;
    width: 77.25px;
    height: 20px;
    opacity: 0.699999988079071;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tabs .tag-selected {
    flex-grow: 1;
    width: 53.25px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #d60e00;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.search {
    position: relative;
    top: 11px;
    left: 15px;
    width: calc(100% - 65px);
    height: 26px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    row-gap: 0px;
    padding: 12px 16px 12px 16px;
    overflow: hidden;
    background: #FFFFFF;
}


.site-list-event {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: start;
    column-gap: 20px;
    row-gap: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: #D9D9DE;
}

.event-information {
    flex-grow: 1;
    width: 291px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    column-gap: 12px;
    row-gap: 0px;
    overflow: overlay;
}
.event-image {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.event-address {
    flex-grow: 1;
    width: 239px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 4px;
    column-gap: 4px;
}
.event-address-1 {
    flex-shrink: 0;
    align-self: stretch;
    text-overflow: ellipsis;
    color: #26262C;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.event-address-2 {
    flex-shrink: 0;
    align-self: stretch;
    text-overflow: ellipsis;
    color: #4C4C57;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.event-address-3 {
    flex-shrink: 0;
    align-self: stretch;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4C4C57;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.search-tag {
    flex-shrink: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    column-gap: 5px;
    overflow: hidden;
    background: #D9770E;
    padding: 2px 10px;
}
.search-tag div {
    flex-shrink: 0;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
}
.event-additional-information {
    flex-shrink: 0;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    row-gap: 4px;
    column-gap: 4px;

}
.event-date {
    flex-shrink: 0;
    height: 20px;
    white-space: nowrap;
    color: #4C4C57;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    text-align: right;
}
.event-organizer {
    color: #4C4C57;
}
.event-going {
    flex-shrink: 0;
    height: 20px;
    white-space: nowrap;
    color: #b34b32;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: right;
}
.event-from-now {
    flex-shrink: 0;
    height: 20px;
    white-space: nowrap;
    color: brown;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: right;
}
.event-km {
    display: none;
    flex-shrink: 0;
    height: 20px;
    white-space: nowrap;
    color: #4C4C57;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: right;
}
.event-join {

    flex-shrink: 0;
    width: 55px;
    height: 25px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    column-gap: 5px;
    overflow: hidden;
    background: #fdce29;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* Standard syntax */
}
.button {
    height: 25px;
    border-radius: 8px;
    overflow: hidden;
    background: #fdce29;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    padding: 2px 10px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* Standard syntax */
    text-decoration: none;
    color: #4d0809;
}
.event-from-now.event-soon {
    background: red;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
}
.event-image {
    display: none;
}
/* span#select2-isd_code-container {
    line-height: 35px !important;
} */

.event_rsvp_form #mobile, .event_rsvp_form select#isd_code, .select2-container--default .select2-selection--single {
    height: 24px !important;
    border: 1px solid #ccc !important;
    height: 28px !important;
}
.event_rsvp_form input[type=text], .event_rsvp_form input[type=number] {
    height: 28px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}
.event_rsvp_form #mobile {
    border-radius: 0 4px 4px 0 !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 4px 0 0 4px !important;
    height: 32px !important;
}
.individual-event .search-bar, .individual-event .event-locations-title, .individual-event .event-online {
    display: none;
}

.show-all-events {
    margin: 20px;
    text-align: center;
}
.all-events .show-all-events {
    display: none;
}
.site-list-event.event-past .event-join, .site-list-event.event-past .event-organizer {
    display: none;
}

.links {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0;
    gap: 10px;
}
.links .button-tab {
    padding: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    text-align: center;
}
a.button-tab:hover {
    background: #d21001;
    color: white;
}
.stats {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0 10px;
    gap: 10px;
}
.stats-item {
    padding: 10px;
    border-radius: 5px;
    background-color: #f8e8a3;
    color: #920a00;
    text-align: center;
    max-width: 120px;
    width: 30%;
}
.stats-item .stats-value {
    font-size: 24px;
    font-weight: bold;
}
.stats-item .stats-label {
    font-size: 12px;
}