/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ep-advanced-event-share .ep-event-social-icon .ep-social-title svg {
    width: 25px !important;
}

.ep-advanced-event-share .ep-event-social-icon:first-child .ep-social-title svg {
    width: 25px !important;
}

.ep-share-icon-greyscale svg {
    filter: grayscale(100%);
}

.ep-share-icon-greyscale:hover svg {
    filter: grayscale(0%);
}

.ep-share-icon-monochrome svg {
    fill: #000 !important; 
}

.ep-share-icon-details{
    display: none;
}

/* .ep-social-icons{
    margin: 10px;
} */

/* .ep-advanced-event-share.ep-share-layout-inline{
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 10px !important; 
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 6%) !important;
    border-radius: 5px !important;
} */
/* ep-social-icons class को flex container बनायें */
.ep-share-layout-inline .ep-social-icons  {
    display: flex !important; 
    flex-direction: row; 
    justify-content: center; 
    align-items: flex-end;
    gap: 8px; 
}


.ep-social-icons li {
    margin: 0 !important; 
}

/* ul.ep-event-share .ep-share-layout-inline {
    position: static;
    bottom: 40px !important;
    left: 0px !important;
} */



/* .ep-social-share-action-wrap .ep-event-action:hover .ep-event-share {
    display: block !important;
    visibility: visible;
    opacity: 1;
} */

.ep-sl-event-action:hover .ep-advanced-event-share {
    display: block !important;
    visibility: visible;
    opacity: 1;
}

div.ep-advanced-event-share ul.ep-social-icons li.ep-event-social-icon:first-child {
    margin-top: 0.5rem !important;
}

div.ep-advanced-event-share ul.ep-social-icons li.ep-event-social-icon:first-child svg {
    width: 9px !important;
}

.ep-share-layout-vertical.ep-advanced-event-share {
    padding: 8px 0 2px;
    margin: 0 !important;
    margin-top: 6px;
    border-radius: 5px;
    min-width: 32px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 6%);
    -webkit-transition: all .18s ease;
    transition: all .18s ease;
    z-index: 99999;
    position: absolute;
    top: 40px;
    left: 0px;
}

div.ep-advanced-event-share:after, div.ep-advanced-event-share:before {
    left: 25px;
}

div.ep-advanced-event-share:after, div.ep-advanced-event-share:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 51%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
}

div.ep-advanced-event-share:before {
    top: -19px;
    border-color: transparent transparent #e2e2e2 transparent;
}

div.ep-advanced-event-share:after {
    top: -18px;
    border-color: transparent transparent #fff transparent;
}

.ep-advanced-event-share .ep-event-social-icon {
    list-style: none;
    line-height: 12px;
    text-align: center;
    margin: 2px 0px;
}

.ep-event-social-icon .ep-social-title {
    font-size: 0px;
}

.ep-event-social-icon .ep-social-title svg {
    width: 12px;
    height: auto;
    display: inline-block;
}

.ep-event-action span:hover,
.ep-sl-event-action span:hover{
    color: rgba(var(--themeColor), 1);
}

.ep-event-action span,
.ep-sl-event-action span{
    transition:0.5s
}

#venue_hidden_details .ep-venue-details-tabs {
    margin: 0px;
    list-style: none;
}

#ep-sl-other-events a.ep-sl-other-event-link {
}

/* Add styling for ul.ep-social-icons */
.ep-advanced-event-share ul.ep-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* INLINE SHARE LAYOUT STYLING */
.ep-share-layout-inline.ep-advanced-event-share{
    padding: 8px 0 2px;
    margin: 0 !important;
    margin-top: 6px;
    border-radius: 5px !important;
    min-width: 50px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 6%);
    -webkit-transition: all .18s ease;
    transition: all .18s ease;
    z-index: 99999;
    position: absolute !important;
    bottom: 40px;
    left: 5px !important;
}


div.ep-advanced-event-share .ep-share-layout-inline:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px !important; 
    left: 50% !important; 
    margin-left: -10px !important; 
    top: auto !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
}


/* .ep-share-layout-inline.ep-advanced-event-share {
    left: 50% !important;
    transform: translateX(-50%);
    top: auto !important; 
    bottom: 40px !important; 
}


.ep-share-layout-inline.ep-advanced-event-share:before,
.ep-share-layout-inline.ep-advanced-event-share:after {
    left: 50% !important;
    right: auto !important;
    margin-left: -10px !important;
    top: auto !important;
}


.ep-share-layout-inline.ep-advanced-event-share:before {
    bottom: -21px;
    border-color: #e2e2e2 transparent transparent transparent; 
}


.ep-share-layout-inline.ep-advanced-event-share:after {
    bottom: -19px;
    border-color: #fff transparent transparent transparent; 
} */


div.ep-advanced-event-share ul.ep-social-icons li.ep-event-social-icon:first-child svg {
    width: 25px !important ;
}

.ep-share-layout-inline.ep-advanced-event-share {
    left: auto !important; 
    /* transform: none !important; */
    right: 0px !important; 
    /* top: auto !important; 
    bottom: 40px !important;  */
   
}

.ep-share-layout-inline.ep-advanced-event-share:before,
.ep-share-layout-inline.ep-advanced-event-share:after {
    left: auto !important; 
    margin-left: 0 !important;
    right: 15px !important; 
    top: auto !important;
}

.ep-share-layout-inline.ep-advanced-event-share:before {
    bottom: -20px;
    border-color: #e2e2e2 transparent transparent transparent; 
}

.ep-share-layout-inline.ep-advanced-event-share:after {
    bottom: -18px;
    border-color: #fff transparent transparent transparent; 
}
