.staff-content.event-date {
   /*  background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
.entry-content ol.breadcrumb li{
	margin-left: 0px;
}
.event-main-wrap-client h2 {
    margin: 0;
    padding: 0;
}

.event-title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.event-date {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.event-day-list .label {
    font-size: 14px;
    margin-right: 5px;
    padding: 5px 10px;
}

.venue-title {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.venue-address {
    font-size: 16px;
    color: #555;
}

.btn-primary {
    background-color: #64c9ea;
    border-color: #64c9ea;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: normal;
}

.event-main-wrap-client {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    width: 97%;
    margin: 0 auto;
}

.event-dtl-wrap {
    background: #f8f8f8;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
	position: relative;
}

.event-details h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.event-details h4 {
    font-size: 16px;
    color: #666;
}

.like-btn {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.like-btn li a {
    display: inline-block;
    padding: 5px;
}

.like-btn img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}

.like-btn img:hover {
    transform: scale(1.1);
}

.button.alignright {
    background: #28a745;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.btn-download {
    margin: 15px 0px;
}

.table th,
.table td {
    text-align: center;
    vertical-align: middle;
}

.no-data {
    font-style: italic;
    color: #888;
}

.event-images {
    margin-top: 20px;
}

.event-img-thumbnail {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.event-img-thumbnail:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.gallery-overlay {
    position: absolute;
    top: 30%;
    right: 40%;
}

.gallery-overlay a {
    margin: 0 5px;
}

.gallery-block {
    width: 100%;
    height: 202px;
}

.gallery-block .img-thumbnail {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: transform 0.3s;
    border: none;
    object-fit: cover;
}

.gallery-block .img-thumbnail:hover {
    transform: scale(1.05);
}

.caption small {
    display: block;
    margin-top: 5px;
    color: #666;
}

.custom-chart-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 15px;
    border-radius: 8px;
    background: #64c9ea;
    border: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-chart-btn:hover {
    background: #286090;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.custom-chart-btn i {
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}

.col-md-4.text-end {
    text-align: right;
}

span.glyphicon.glyphicon-download {
    margin-right: 10px;
}

.gallery-overlay a.btn.btn-primary.btn-sm {
    padding: 2px 10px;
}

.image-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    max-height: 80%;
}

.popup-content img {
    width: 35%;
    height: auto;
    border-radius: 5px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.event-main-wrap-client h2 {
    font-size: 22px;
}
/* new searchbar changes  */

#event-search-form {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.search-event-group,
.start-date-group,
.end-date-group {
    flex: 1 1 265px;
    min-width: 165px;
	text-align: left;
}

.search-event-label,
.start-date-label,
.end-date-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.search-client,
.start-date-input,
.end-date-input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.form-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

#search-button,
#reset-button {
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}

#search-button {
    background-color: #007bff;
    color: white;
    border: none;
}

#reset-button {
    background-color: #6c757d;
    color: white;
}

#reset-button:hover {
    background-color: #5a6268;
}

#search-button:hover {
    background-color: #0056b3;
}

.btn-search-margins{
    margin-top: 25px;
}


.no-event-summary
{
    min-height: 230px;
}
.profile-div.client-profile-section {
	padding-top: 40px;
}

.sorting-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}
.sorting-lbl {
	width: 70px;
}
.sorting-selector {
    width: 280px;
    border-radius: 10px;
    padding: 8px 10px;
}

@media screen and (max-width: 1023px) {
	.profile-div.client-profile-section {
		padding-top: 40px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 800px) {
	.profile-div.client-profile-section {
		padding-top: 0px;
	}
}
@media screen and (max-width: 768px) {
    .eventDtl-wrap .entry-content {
        margin: 20px 15px;
        text-align: center;
    }

    .col-md-4.text-end.btn-middle {
        text-align: center;
        margin: 15px 0;
    }

    .gallery-block {
        width: 100%;
        height: 210px;
    }
}