/* Panel */
.ep-offcanvas{
    position:fixed;
    top:0;
    right:-420px;
    width:420px;
    max-width:95vw;
    height:100%;
    background:#fff;
    box-shadow:-2px 0 12px rgba(0,0,0,.15);
    transition:right .25s ease;
    z-index:9999;
    overflow:auto;
}
 
.ep-offcanvas.open{
    right:0;
}
 
.ep-offcanvas-close{position:absolute;
    top:40px;
    right:12px;
    font-size:22px;
    background:none;
    border:0;
    cursor:pointer;
}
 
.ep-offcanvas-body{
    padding:16px;
}
 
/* .ep-oc-section{
    margin-top:20px;
} */
 
.ep-oc-meta{
    color:#555;
    font-size:13px;
}
 
#ep-oc-image{
    width:100%;
    height:auto;
    display:block;
    border-radius:6px;
}
 
/* Loader overlay */
.ep-map-view-loader{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.9);
    display:none;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:10px;
}
 
.ep-map-view-loader.show{
    display:flex;
}
 
.ep-map-view-spinner{
    width:28px;
    height:28px;
    border:3px solid #ddd;
    border-top-color:#555;
    border-radius:50%;
    animation:epspin .8s linear infinite;
}
 
@keyframes epspin{to{transform:rotate(360deg)}}
 
.ep-oc-loading-text{
    font-size:13px;
    color:#444;
}
 
/* Basic button */
.ep-oc-actions .button{
    display: inline-block;
    padding: 10px 18px;
    background: #4d5aff;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    margin-top: 13px;
    text-decoration: none !important;
}
 
.ep-oc-actions .button:hover{
    background: #4d5aff !important;
    color: #fff;
     border: none !important;
}
 
 
#ep-oc-event-image-wrap {
    max-width: 100%;
    text-align: center;
}
 
#ep-oc-event-image {
    max-width: 95%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 14px;
}
 
.ep-filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
    background: #f9f9f9;
    border-radius: 12px;
}
 
.ep-filter-item {
    flex: 1 1 200px;
    min-width: 180px;
}
 
.ep-multiselect-dropdown label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}
 
.ep-type-swatch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
 
.ep-date-picker-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
 
.ep-date-input {
    flex: 1;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
 
.ep-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}
 
.ep-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
 
.ep-slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
    top: 0; left: 0;
    right: 0; bottom: 0;
}
 
.ep-slider:before {
    position: absolute;
    content: "";
    height: 16px; width: 16px;
    left: 2px; bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
 
.ep-switch input:checked + .ep-slider {
    background-color: #4CAF50;
}
 
.ep-switch input:checked + .ep-slider:before {
    transform: translateX(20px);
}
 

 
.ep-select{
    width: 100%;
   
}
#ep-map-radius{
    width: 94%;
}
.ep-subtext {
    padding-left: 2px;
}
.ep-oc-event-description{
    width: 100%;
}
#ep-oc-event-description img {
  width: 95%;      
  height: auto;
  border-radius: 8px;
}
#ep-oc-event-title{
    font-size: 20px;
   margin-top: 31px;
}
 
 
/* #ep-oc-event-description-wrap{
    margin-top: 10px;
}
  */
.ep-offcanvas-close {
    position: absolute;
    top: 35px;
    right: 15px;
    font-size: 30px;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #33333370;            /* icon color */
    font-weight: normal;
}
 
.ep-offcanvas-close:hover {
    background: #ffffff;    /* darker hover */
    color: #000;            /* darker icon */
   
}
 #ep-map-search-filters{
    z-index: 9999;
    transition: 0.4s;
 }
 
 #ep-oc-event-date{
    text-align: center;
    border-radius: 10px;
    /* background-color: #8080801a; */
    padding: 9px;
    font-weight: 700;
 }
 #ep-oc-event-description-wrap{
    border: 1px solid #00000017;
    border-radius: 10px;
    margin-top: 18px;
 }

 .ep-oc-section{
    text-align: center;
 }
#ep-oc-event-image-wrap {
    max-width: 100%;
    text-align: center;
}
#ep-oc-event-description{
    text-align: left;
    font-size: 15px;
}
#ep-oc-event-venue{
    border: 1px solid #00000017;
    border-radius: 10px;
    margin-top: 18px;
    padding: 8px;
}
#ep-oc-event-venue-map{
   
    height: 250px;
    border-radius: 10px;
    align-items: center;
    width: 95% !important;
    margin: auto;
    padding-bottom: 10px;
}

.ep-search-filter-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

@keyframes ep-map-searchfilters {
    from {
        visibility: visible;
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ep-map-searchfilters-exit {
    from {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10);
    }
}


/* .ep-box-col-12.ep-text-small.ep-mb-3 .select2.select2-container {
width: 100% !important;
}

.ep-box-col-12.ep-text-small.ep-mb-3 .select2.select2-container {
width: 100% !important;
} */

/* .ep-map-filter-control .ep-box-col-12.ep-text-small.ep-mb-3 .ep-input-group .select2-container {
    width: 100% !important;
} */

.ep-box-col-12 .select2-container {
    width: 100% !important;
}
.ep-map-top-filters {
    gap: 10px;
}
.ep-map-top-filters .ep-map-filter-control {
    width: 100%;
}


.ep-box-col-12.ep-text-small.ep-mb-3 select,
.ep-box-col-12.ep-text-small.ep-mb-3 .select2-selection {
   min-height: 38px !important;
  box-sizing: border-box;
  font-size: 14px;
  padding-top: 1px !important;
}


#filter-date-from,
#filter-date-to {
 
   min-height: 38px !important;
  box-sizing: border-box;
}


.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

/* Define your variable globally */

/* Slider track */
.ep-radius-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

/* Chrome / Safari Thumb */
.ep-radius-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #4d5aff;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    transition: background 0.3s ease;
}

/* Firefox Thumb */
.ep-radius-slider input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #4d5aff;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

/* IE / Edge Thumb */
.ep-radius-slider input[type="range"]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #4d5aff;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.ep-map-more-detail{
    font-weight: bold;
    color: black !important;
}
#select2-ep-filter-venue-results .select2-results__option,
#select2-ep-filter-event-type-results .select2-results__option {
  font-size: 15px !important;
  padding: 6px !important;
}
 

 
 