/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ep-gdpr-badge{
    z-index: 1;
    width: 10em;
    height: 13em;
    color: #000;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 1em;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    text-decoration: none;
    transition: box-shadow .2s, border-color .2s;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .1);
}

.ep-gdpr-badge-icon-wrap {
    height: 65%;
    background-color: #3f45da;
    background-image: linear-gradient(315deg, #4047db, #6e73f7);
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ep-gdpr-badge-icon {
    width: 60%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ep-gdpr-badge-text {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: .8em;
    padding-bottom: .5em;
    font-size: .9em;
    line-height: 1.5em;
    display: flex;
}

.ep-gdpr-badge-bold {
    font-size: 200%;
    font-weight: 700;
}


ul.ep-gdpr-modal-content {
    margin:0px;
    padding: 0px;
}


@media (max-width: 1024px) { /* Tablet + Mobile */
    #ep-frontend-event-submission-section .ep-fes-section .select2-container{
        width: 100% !important;
    }

}



.wp-theme-generatepress .emagic .ep-event-views-filter-group button.ep_event_view_filter{
    padding: 6px 10px;
    min-width: 38px;
}

.wp-theme-generatepress #ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-button-primary {
    padding: 5px 5px;
}
#ep_applied_filters_section #ep_keyword button.ep-btn{
    text-transform: unset;
}


/* theme Fixes--*/

.coral-dark #ui-datepicker-div .ui-datepicker-calendar tr td a,
.wp-theme-coral-dark #ui-datepicker-div .ui-datepicker-calendar tr td a {
    padding: 1px 9px 1px 9px;
    text-align: center;
    background-color: transparent;
    border: 0px;
}

.coral-dark #ui-datepicker-div .ui-datepicker-calendar th,
.wp-theme-coral-dark #ui-datepicker-div .ui-datepicker-calendar tr th{
    color:#000
}

/* theme Fixes Ends--*/

/*--Frontend Event Submission---*/

#ep-frontend-event-submission-section .ep-frontend-event-form .ep-fes-section .select2.select2-container{
    width: 100% !important;
}

/*---General CSS */

.emagic * {
    box-sizing: border-box;
}

.emagic a {
    text-decoration: none !important;
    box-shadow: none !important;
}

.emagic a:hover{
    opacity: 1
}

html.ep-embed-responsive .emagic{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
    font-size: var(--themefontsize);
    line-height: 1.8;
}

:root {

    /*--colors variable--*/

    --ep-light-color: 248,249,250;
    --ep-dark-color: 33,37,41;
    --ep-white-color: 255,255,255;
    --ep-black-color: 0,0,0;
    --ep-border-color: #dee2e6;
    --ep-border-color-rgb: 222,226,230;
    --ep-border-light-color: #e8e8e8;
    --ep-border-green-color: #cbf9d6;
    --ep-default-color: #1a202c;
    --ep-body-color: #212529;
    --ep-border-opacity-color :rgb(34 113 177 / 50%);
    --ep-warning-color: 255,193,7;
    --ep-warning-text: #997404;
    --ep-warning-bg-subtle: #fff3cd;
    --ep-warning-border-subtle: #ffe69c;
    --ep-success-color: 25,135,84;
    --ep-danger-color: 220,53,69;
    --ep-lightgreen-color: 42,175,74;
    --ep-dark-bg: 33,37,41;
    --ep-transparent-bg:transparent;
    --ep-transparent-border:transparent;
    --ep-secondary-rgb: 108,117,125;

    /*--colors--*/

    /*-- border radius --*/

    --ep-border-radius: 0.375rem;
    --ep-border-radius-sm: 0.25rem;
    --ep-border-radius-lg: 0.5rem;
    --ep-border-radius-2xl: 2rem;
    --ep-border-radius-pill: 50rem;

    /*-- border radius End --*/

    /*--Modal--*/

    --ep-modal-width: 800px;

    /*-- Modal End--*/

}

/*---- If Dark Mode----*/

.ep-dark-mode-enabled {
    --ep-white-color:38, 38, 38;
    --ep-border-color-rgb: 58, 58, 58;
    --ep-border-color:#4D4C4D;
    --ep-default-color: #fff;
    --ep-dark-color :96,96,96;
    --ep-light-color: 58, 58, 58;
    --ep-dark-bg: 58, 58, 58;
}
.ep-dark-mode-enabled .ep-list-group{
    --ep-list-group-bg: 38, 38, 38;
    /* --ep-list-group-color: ;*/
}
.ep-dark-mode-enabled .ep-list-group-item{
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-list-group-bg), var(--ep-bg-opacity)) !important;
}
/*---- If Dark Mode----*/

/*--Pointer events---*/

.ep-pe-none {
    pointer-events: none!important;
}

.ep-cursor{
    cursor: pointer;
}

.ep-cursor-move{
    cursor: move;
}

.ep-text-decoration-none{
    text-decoration: none;
}

.ep-desc-truncate {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

/*--Pointer events End---*/

/*---Error Message--*/

.ep-alert {
    --ep-alert-bg: transparent;
    --ep-alert-padding-x: 1rem;
    --ep-alert-padding-y: 1rem;
    --ep-alert-margin-bottom: 1rem;
    --ep-alert-color: inherit;
    --ep-alert-border-color: transparent;
    --ep-alert-border: var(--ep-border-width) solid var(--ep-alert-border-color);
    --ep-alert-border-radius: 0.375rem;
    --ep-alert-link-color: inherit;
    position: relative;
    padding: var(--ep-alert-padding-y) var(--ep-alert-padding-x);
    margin-bottom: var(--ep-alert-margin-bottom);
    color: var(--ep-alert-color);
    background-color: var(--ep-alert-bg);
    border: var(--ep-alert-border);
    border-radius: var(--ep-alert-border-radius);
}

.ep-alert-warning {
    --ep-alert-color: var(--ep-warning-text);
    --ep-alert-bg: var(--ep-warning-bg-subtle);
    --ep-alert-border-color: var(--ep-warning-border-subtle);
    --ep-alert-link-color: var(--ep-warning-text);
}

.ep-alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

/*---Erorr Message End--*/


/* --button text based --*/

.ep-button-text{
    padding: 0px;
    margin: 0px;
    color: inherit;
    font-weight: normal;
    font-size: 0.8rem;
    box-shadow: none;
    cursor: pointer
}

.ep-button-text:focus{
    outline: 0px;
}

/* -- button text based end --*/

/* Button ---*/

.emagic .ep-btn {
    --ep-btn-font-size: 1rem;
    --ep-border-width:1px;
    --ep-btn-bg: transparent;
    --ep-btn-padding-x: 0.75rem;
    --ep-btn-padding-y: 0.375rem;
    --ep-btn-border-color: transparent;
    --ep-btn-line-height: 1.5;
    --ep-btn-font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-size: var(--ep-btn-font-size);
    font-weight: var(--ep-btn-font-weight);
    line-height: var(--ep-btn-line-height);
    color: var(--ep-btn-color) !important;
    text-align: center;
    user-select: none;
    line-height: 1.75;
    text-transform: capitalize;
    border-radius: 0.375rem !important;
    outline: 0;
    margin: 0;
    height: auto;
    min-width: auto;
    display: inline-block;
    padding: var(--ep-btn-padding-y) var(--ep-btn-padding-x);
    border: var(--ep-border-width) solid var(--ep-btn-border-color);
    background-color: var(--ep-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}

.emagic .ep-btn:hover {
    color: var(--ep-btn-hover-color) !important;
    background-color: var(--ep-btn-hover-bg);
    border-color: var(--ep-btn-hover-border-color);
}

.ep-btn-check:checked+.ep-btn, .ep-btn.active, .ep-btn:first-child:active, :not(.ep-btn-check)+.ep-btn:active {
    color: var(--ep-btn-active-color) !important;
    background-color: var(--ep-btn-active-bg)!important;
    border-color: var(--ep-btn-active-border-color)!important;
}

.emagic .ep-btn-sm {
    --ep-btn-padding-y: 0.25rem;
    --ep-btn-padding-x: 0.5rem;
    --ep-btn-font-size: 0.875rem;
    --ep-btn-border-radius: 0.25rem;
}

/* Button End ---*/

.emagic .ep-btn-primary {
    color: rgba(var(--ep-white-color), 1) !important;
    background-color:rgba(var(--themeColor), 1);
}

.emagic .ep-btn-primary:hover{
    color: rgba(var(--ep-white-color), 1) !important;
    background-color:rgba(var(--themeColor), 0.95);
}

/* Button Outline---*/

.emagic .ep-btn-outline-primary {
    --ep-btn-color: rgba(var(--themeColor), 1);
    --ep-btn-border-color: rgba(var(--themeColor), 1);

}

.emagic .ep-btn-outline-primary:hover{
    color: rgba(var(--ep-white-color), 1) !important;
    background-color: rgba(var(--themeColor), 1)!important;
    border-color: rgba(var(--themeColor), 1);
}


.emagic .ep-btn-outline-danger {
    --ep-btn-color: rgba(var(--ep-danger-color), 1);
    --ep-btn-border-color: rgba(var(--ep-danger-color), 1);

}

.emagic .ep-btn-outline-danger:hover{
    color: rgba(var(--ep-white-color), 1);
    background-color: rgba(var(--ep-danger-color), 1);
    border-color: rgba(var(--ep-danger-color), 1);
}

.emagic .ep-btn-outline-secondary {
    --ep-border-width:2px;
    --ep-btn-border-color: var(--ep-border-color);

}

.emagic .ep-btn-outline-secondary:hover {

}

/*--Button Outline End*/

/*-- Button variable---*/

.emagic .ep-btn-outline-dark {
    --ep-btn-color: #212529;
    --ep-btn-border-color: rgba(var(--ep-dark-color), 1);
    --ep-btn-hover-color: #fff;
    --ep-btn-hover-bg: #212529;
    --ep-btn-hover-border-color: #212529;
    --ep-btn-focus-shadow-rgb: 33,37,41;
    --ep-btn-active-color: #fff;
    --ep-btn-active-bg: #212529;
    --ep-btn-active-border-color: #212529;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #212529;
    --ep-btn-disabled-bg: transparent;
    --ep-btn-disabled-border-color: #212529;
    --ep-gradient: none;
}

.emagic .ep-btn-dark {
    --ep-btn-color: rgba(var(--ep-white-color), 1);
    --ep-btn-bg: rgba(var(--ep-dark-color), 1);
    --ep-btn-border-color: rgba(var(--ep-dark-color), 1);
    --ep-btn-hover-color: rgba(var(--ep-white-color), 1);
    --ep-btn-hover-bg: #424649;
    --ep-btn-hover-border-color: #373b3e;
    --ep-btn-focus-shadow-rgb: 66,70,73;
    --ep-btn-active-color: #fff;
    --ep-btn-active-bg: #4d5154;
    --ep-btn-active-border-color: #373b3e;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #fff;
    --ep-btn-disabled-bg: #212529;
    --ep-btn-disabled-border-color: #212529;
}

/* ---if the Dasrk Mode On---*/

.ep-dark-mode-enabled .emagic .ep-btn-dark {
    background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));
}

.ep-dark-mode-enabled .emagic .ep-btn-dark:hover {
    background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
}


.ep-dark-mode-enabled .emagic .ep-btn-dark {
    --ep-btn-top-color: #424242;
    --ep-btn-bottom-color: #383838;
    --ep-btn-border-color: #595959;
    --ep-btn-color: #fff;
    --ep-btn-hover-color: #fff;
    --ep-btn-active-color: #fff;
    --ep-btn-hover-border-color: #595959;
}

/* ---if the Dasrk Mode On Ends---*/

.emagic .ep-btn-light {
    --ep-btn-color: #000;
    --ep-btn-bg: #f8f9fa;
    --ep-btn-border-color: #f8f9fa;
    --ep-btn-hover-color: #000;
    --ep-btn-hover-bg: #d3d4d5;
    --ep-btn-hover-border-color: #c6c7c8;
    --ep-btn-focus-shadow-rgb: 211,212,213;
    --ep-btn-active-color: #000;
    --ep-btn-active-bg: #c6c7c8;
    --ep-btn-active-border-color: #babbbc;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #000;
    --ep-btn-disabled-bg: #f8f9fa;
    --ep-btn-disabled-border-color: #f8f9fa;
}

.emagic .ep-btn-warning {
    --ep-btn-color: #000;
    --ep-btn-bg: #ffc107;
    --ep-btn-border-color: #ffc107;
    --ep-btn-hover-color: #000;
    --ep-btn-hover-bg: #ffca2c;
    --ep-btn-hover-border-color: #ffc720;
    --ep-btn-focus-shadow-rgb: 217,164,6;
    --ep-btn-active-color: #000;
    --ep-btn-active-bg: #ffcd39;
    --ep-btn-active-border-color: #ffc720;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #000;
    --ep-btn-disabled-bg: #ffc107;
    --ep-btn-disabled-border-color: #ffc107;
}

.ep-dark-mode-enabled .emagic .ep-btn-warning{
    background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));

}

.ep-dark-mode-enabled .emagic .ep-btn-warning:hover{
    background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
    --ep-btn-border-color: #dc3545;
}

.ep-dark-mode-enabled .emagic .ep-btn-warning:active{
}

.ep-dark-mode-enabled .emagic .ep-btn-warning {
    --ep-btn-top-color: #AD8200;
    --ep-btn-bottom-color: #997300;
    --ep-btn-border-color: #CC9900;
    --ep-btn-hover-border-color: #CC9900;
    --ep-btn-color: #fff;
    --ep-btn-hover-color: #fff;
    --ep-btn-active-color: #fff;
}

.emagic .ep-btn-danger {
    --ep-btn-color: #fff;
    --ep-btn-bg: #dc3545;
    --ep-btn-border-color: #dc3545;
    --ep-btn-hover-color: #fff;
    --ep-btn-hover-bg: #bb2d3b;
    --ep-btn-hover-border-color: #b02a37;
    --ep-btn-focus-shadow-rgb: 225,83,97;
    --ep-btn-active-color: #fff;
    --ep-btn-active-bg: #b02a37;
    --ep-btn-active-border-color: #a52834;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #fff;
    --ep-btn-disabled-bg: #dc3545;
    --ep-btn-disabled-border-color: #dc3545;
}
.emagic .ep-btn-green {
    --ep-btn-color: #fff;
    --ep-btn-bg: #2AAF4A;
    --ep-btn-border-color: #2AAF4A;
    --ep-btn-hover-color: #fff;
    --ep-btn-hover-bg: #3abc59;
    --ep-btn-hover-border-color: #2ead4c;
    --ep-btn-focus-shadow-rgb: 225,83,97;
    --ep-btn-active-color: #fff;
    --ep-btn-active-bg: #2ead4c;
    --ep-btn-active-border-color: #2ead4c;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #fff;
    --ep-btn-disabled-bg: #2AAF4A;
    --ep-btn-disabled-border-color: #2AAF4A;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.ep-btn.disabled, .ep-btn:disabled, fieldset:disabled .ep-btn {
    pointer-events: none;
    opacity: .65;
}

/*---Button variable end--*/

.ep-box-dropdown{
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 14%);
    border: 1px solid var(--ep-border-color);
    border-radius: var(--ep-border-radius);
    background-color: #fff;
    position: absolute;
    top: 40px;
    z-index: 9999;
    width: 200px;
    padding: 16px 20px 24px;
}

.ep-box-dropdown-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgb(0 0 0 / 0%);
}

/*--Slide Dropdowns--*/

/*--Slide Dropdowns--*/

/* --colors --*/

.ep-button-text-color {
    color:var(--ep-default-color);
}
.ep-btn-text-fill-color {
    fill:var(--ep-default-color);
}
.ep-text-warning {
    --ep-text-opacity: 1;
    color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
}

.ep-text-danger {
    --ep-text-opacity: 1;
    color: rgba(var(--ep-danger-color),var(--ep-text-opacity))!important;
}

.ep-text-success {
    --ep-text-opacity: 1;
    color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}

/* --colors Ends --*/

/* --background color --*/

.ep-bg-light {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-light-color),var(--ep-bg-opacity))!important;
}

.ep-bg-dark {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-dark-bg),var(--ep-bg-opacity))!important;
}

.ep-bg-success {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-success-color),var(--ep-bg-opacity))!important;
}

.ep-bg-white {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity));
}
.ep-dark-mode-enabled .ep-bg-white {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity))!important;
}


.ep-bg-warning {
    background-color:rgba(var(--ep-warning-color));
}

.ep-bg-danger {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-danger-color),var(--ep-bg-opacity))!important;
}
.ep-bg-light-green{
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-lightgreen-color),var(--ep-bg-opacity))!important;
}
.ep-bg-primary {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
}

.ep-bg-secondary {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-secondary-rgb),var(--ep-bg-opacity))!important;
}
.ep-transparent-bg{
    background-color:var(--ep-transparent-bg)!important;
}

/*background color Ends:---*/


/* --Background opacity --*/

.ep-bg-opacity-10 {
    --ep-bg-opacity: 0.1;
}

.ep-bg-opacity-6 {
    --ep-bg-opacity: 0.6;
}

.ep-bg-opacity-4 {
    --ep-bg-opacity: 0.4;
}

.ep-bg-opacity-3 {
    --ep-bg-opacity: 0.3;
}

/* --Background opacity --*/

/*---Borders--- ---*/

.emagic .ep-border,
.ep-blocks .ep-border,
.ep-widgets .ep-border{
    --ep-border-opacity: 1;
    --ep-border-width: 1px;
    --ep-border-style: solid;
    border: var(--ep-border-width) var(--ep-border-style) rgba(var(--ep-border-color-rgb),var(--ep-border-opacity))!important;
}

.emagic .ep-border-primary {
    --ep-border-opacity: 1;
    border-color: rgba(var(--themeColor),var(--ep-border-opacity))!important;
}

.emagic .ep-transparent-border{
    border-color:var(--ep-transparent-border)!important;
}

.ep-border-0 {
    border: 0px !important;
}

.ep-border-2 {
    border: 2px solid var(--ep-border-color);
}
.ep-border-1 {
    border: 1px solid var(--ep-border-color);
}

.ep-border-top {
    border-top: 1px solid var(--ep-border-color);
}

.ep-border-bottom {
    --ep-border-width: 1px;
    border-bottom: var(--ep-border-width) solid var(--ep-border-color)!important;
}

.ep-border-left {
    --ep-border-width: 1px;
    border-left: var(--ep-border-width) solid var(--ep-border-color)!important;
}

.ep-border-right {
    --ep-border-width: 1px;
    border-right: var(--ep-border-width) solid var(--ep-border-color)!important;
}


.ep-rounded {
    border-radius: var(--ep-border-radius);
}

.ep-rounded-1{
    border-radius:  var(--ep-border-radius-sm)
}

.ep-rounded-5{
    border-radius:  var(--ep-border-radius-2xl)
}

.ep-rounded-circle {
    border-radius: 50%!important;
}

.ep-rounded-pill {
    border-radius: var(--ep-border-radius-pill)!important;
}

.ep-rounded-1{
    border-radius:  var(--ep-border-radius-sm)
}

.ep-rounded-top {
    border-top-left-radius: var(--ep-border-radius)!important;
    border-top-right-radius: var(--ep-border-radius)!important;
}

.ep-rounded-bottom {
    border-bottom-left-radius: var(--ep-border-radius)!important;
    border-bottom-right-radius: var(--ep-border-radius)!important;
}

.ep-rounded-tbr-right {
    border-top-right-radius: var(--ep-border-radius)!important;
    border-bottom-right-radius: var(--ep-border-radius)!important;
}

.ep-rounded-tbl-right {
    border-top-left-radius: var(--ep-border-radius)!important;
    border-bottom-left-radius: var(--ep-border-radius)!important;
}


.ep-border-opacity-50 {
    border-bottom: 2px solid var(--ep-border-opacity-color);
}

.ep-border-warning {
    --ep-border-opacity: 1;
    border-color: rgba(var(--ep-warning-color),var(--ep-border-opacity))!important;
}
.ep-border-3 {
    --ep-border-width: 3px;
}

.ep-border-2 {
    --ep-border-width: 2px;
}

.ep-border-1 {
    --ep-border-width: 1px;
}

.ep-border-light {
    border-color:var(--ep-border-light-color)!important;
}
.ep-border-green {
    border-color:var(--ep-border-green-color)!important;
}

.emagic .ep-border-top-0 {
    border-top: 0!important;
}

/*---Borders End---*/


/* --border opacity --*/

.emagic .ep-bg-opacity-10 {
    --ep-border-opacity: 0.1;
}

.emagic .ep-border-opacity-4 {
    --ep-border-opacity: 0.4;
}

/* --border opacity --*/



.ep-img-fluid {
    max-width: 100%;
    height: auto;
}

.ep-white-space {
    white-space: nowrap;
}
.ep-white-space-normal{
    white-space: normal;
}
/*--Typography--*/

.ep-text-primary {
    color: rgba(var(--themeColor), 1)!important;
}

.ep-text-white{
    --ep-text-opacity: 1;
    color: rgba(var(--ep-white-color),var(--ep-text-opacity))!important;
}

.ep-text-muted {
    opacity: 1;
    color: #6c757d!important;
}

.ep-dark-mode-enabled .ep-text-muted{
    color: #757575!important;
}

.ep-text-dark {
    opacity: 1;
    color: #212529!important;
}


.ep-text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/*-- If Dark Mode On---*/

.ep-dark-mode-enabled .ep-text-dark {
    opacity: 1;
    color: #fff!important;
}

/*-- If Dark Mode On CSS Ends---*/

.ep-text-small{
    font-size: .900em !important;
}

.ep-text-smaller{
    font-size: .850em !important;
}

.ep-fw-bold {
    font-weight: 700!important;
}

.ep-fw-normal {
    font-weight: 400!important;
}

.ep-text-uppercase {
    text-transform: uppercase!important;
}

.ep-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ep-content-truncate {
    --ep-line-clamp: 5;
    -webkit-line-clamp:  var(--ep-line-clamp);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ep-content-truncate-line-3{
    --ep-line-clamp: 3;
}

.ep-content-truncate-line-4{
    --ep-line-clamp: 4;
}

.ep-content-truncate-line-5{
    --ep-line-clamp: 5;
}

.ep-fs-6 {
    font-size: 1rem!important;
}

.ep-fs-5 {
    font-size: 1.25rem!important;
}

.ep-fs-4 {
    font-size: 1.5rem!important;
}

.ep-fs-3 {
    font-size: 1.75rem!important;
}

.ep-fs-2 {
    font-size: 2rem!important;
}

.ep-fs-1 {
    font-size: 2.5rem!important;
}

body .emagic .h1,
body .emagic .h2,
body .emagic .h3,
body .emagic .h4,
body .emagic .h5,
body .emagic.h6,
body .emagic h1,
body .emagic h2,
body .emagic h3,
body .emagic h4,
body .emagic h5,
body .emagic h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
}

/*--Typography End--*/

/*--Images--*/

.ep-img-100{
    width:100%;
    height: 100%;
}

/*--Images End--*/

/*---Sizing---*/

.ep-box-h-100{
    height: 100%!important;
}
.ep-box-w-25{
    width: 25%!important;
}
.ep-box-w-50{
    width: 50%!important;
}
.ep-box-w-75{
    width: 75%!important;
}
.ep-box-w-100{
    width: 100%!important;
}

/*---Sizing End---*/

/*-- Positions---*/

.ep-position-relative {
    position: relative!important;
}

.ep-position-absolute {
    position: absolute!important;
}

.ep-z-index {
    z-index: 999

}

.ep-z-index-1 {
    z-index: 1 !important ;

}
.ep-z-index-2 {
    z-index: 2!important;

}

.ep-z-index-3 {
    z-index: 3 !important;

}


/*-- Positions end---*/

/*-- Paddings--*/

.ep-pb-2 {
    padding-bottom: 0.5rem!important;
}

.ep-pb-3 {
    padding-bottom: 1rem!important;
}

.ep-p-3 {
    padding: 1rem!important;
}


.ep-p-1 {
    padding: 0.25rem!important;
}
.ep-p-2{
    padding: 0.5rem!important;
}

.ep-p-4{
    padding: 1.5rem!important;
}

.ep-p-5{
    padding: 3rem!important;
}
.ep-py-3 {
    padding: 1rem 0rem;
}

.ep-py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}

.ep-py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
.ep-py-2 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

.ep-pr-2{
    padding-right: 0.5rem!important;
}

.ep-pr-4{
    padding-right: 1.5rem!important;
}

.ep-pr-0{
    padding-right: 0!important;
}

.ep-pl-0{
    padding-left: 0!important;
}
.ep-pl-1 {
    padding-left: 0.25rem!important;
}

.ep-pl-2 {
    padding-left: 0.5rem!important;

}

.ep-pt-2 {
    padding-top: 0.5rem!important;

}

.ep-pt-4 {
    padding-top: 1.5rem!important;
}

.ep-px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

.ep-px-1 {
    padding-right: 0.25rem!important;
    padding-left: 0.25rem!important;
}

.ep-px-2 {
    padding-left: 0.5rem!important;
    padding-right: 0.5rem!important;
}

.ep-px-3 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}

.ep-p-0{
    padding: 0px !important;
}

.ep-px-0{
    padding-right: 0!important;
    padding-left: 0!important
}
.ep-py-0{
    padding-top: 0!important;
    padding-bottom: 0!important
}

.ep-ps-3 {
    padding-left: 1rem!important;
}

.ep-pe-3 {
    padding-right: 1rem!important;
}

.ep-box-pl-0, .ep-box-px-0 {
    padding-left: 0!important;
}
.ep-box-pr-0, .ep-box-px-0 {
    padding-right: 0!important;
}

.ep-box-py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.ep-py-1{
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
}

.ep-box-px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.ep-pt-3 {
    padding-top: 1rem ;
}

/*-- Paddings End:--*/


/*-- Margins--*/

.ep-mb-5 {
    margin-bottom: 3rem!important;
}


.ep-mb-3 {
    margin-bottom: 1rem!important;
}
.ep-mb-4 {
    margin-bottom: 1.5rem!important;
}

.ep-mb-0 {
    margin-bottom: 0rem!important;
}

.ep-mt-4 {
    margin-top: 1.5rem!important;
}

.ep-mt-5 {
    margin-top: 3rem!important;
}

.ep-mt-6 {
    margin-top: 3.5rem!important;
}

.ep-mt-7 {
    margin-top: 4rem!important;
}

.ep-mt-3 {
    margin-top: 1rem!important;
}

.ep-mt-1 {
    margin-top: 0.25rem!important;
}

.ep-mt-2 {
    margin-top: 0.5rem!important;
}

.ep-mb-2 {
    margin-bottom: 0.5rem!important;
}

.ep-m-2 {
    margin: 0.5rem!important;
}
.ep-m-3 {
    margin: 1rem!important;
}
.ep-m-0{
    margin: 0px !important;
}

.ep-ml-2{
    margin-left: 0.5rem!important;
}
.ep-ml-3{
    margin-left: 1rem!important;
}
.ep-ml-4{
    margin-left: 1.5rem!important;
}

.ep-mr-4{
    margin-right: 1.5rem!important;
}
.ep-mr-3{
    margin-right: 1rem!important;
}

.ep-mx-2{
    margin-left: 0.5rem!important;
    margin-right: 0.5rem!important;
}

.ep-mx-3{
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}
.ep-mr-2{
    margin-right: 0.5rem!important;
}

.ep-mr-1{
    margin-right: 0.25rem!important;
}

.ep-ml-1{
    margin-left: 0.25rem!important;
}

.ep-my-1{
    margin-top: 0.25rem!important;
    margin-bottom: 0.25rem!important;
}

.ep-my-2{
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}

.ep-my-3{
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}

.ep-my-4{
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}

.ep-my-5{
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}

.ep-mx-0{
    margin-left: 0rem!important;
    margin-right: 0rem!important;
}

.ep-my-0{
    margin-top: 0rem!important;
    margin-bottom: 0rem!important;
}
.ep-mt-auto{
    margin-top: auto;
}
.ep-mx-auto{
    margin-left: auto !important;
    margin-right: auto!important;
}

.ep-my-auto{
    margin-top: auto !important;
    margin-bottom: auto!important;
}
.ep-mb-auto{
    margin-bottom: auto;
}

.ep-box-ml-0, .ep-box-mx-0 {
    margin-left: 0!important;
}
.ep-box-mr-0, .ep-box-mx-0 {
    margin-right: 0!important;
}

/*-- Margins Ends--*/


/*--List group--*/

.ep-list-group {
    --ep-list-group-color: #212529;
    --ep-list-group-bg: #fff;
    --ep-list-group-border-color: rgba(0, 0, 0, 0.125);
    --ep-list-group-border-width: 1px;
    --ep-list-group-border-radius: 0.375rem;
    --ep-list-group-item-padding-x: 1rem;
    --ep-list-group-item-padding-y: 0.5rem;
    --ep-list-group-action-color: #495057;
    --ep-list-group-action-hover-color: #495057;
    --ep-list-group-action-hover-bg: #f8f9fa;
    --ep-list-group-action-active-color: #212529;
    --ep-list-group-action-active-bg: #e9ecef;
    --ep-list-group-disabled-color: #6c757d;
    --ep-list-group-disabled-bg: #fff;
    --ep-list-group-active-color: #fff;
    --ep-list-group-active-bg: #0d6efd;
    --ep-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--ep-list-group-border-radius);
}

.ep-list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.ep-list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.emagic .ep-list-group-item {
    --ep-bg-opacity: 0.25;
    position: relative;
    display: block;
    padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
    color: var(--ep-list-group-color);
    text-decoration: none;
    background-color: rgba(var(--ep-white-color), var(--ep-bg-opacity));
    border: var(--ep-list-group-border-width) solid var(--ep-list-group-border-color);
    margin: 0px !important;
}

.emagic .ep-list-group-item+.ep-list-group-item {
    border-top-width: 0 !important;
}

.ep-list-group-item:hover{
    background-color: rgba(var(--themeColor), 0.1);

}

.ep-list-group-item .ep-tab-link.ep-tab-active{
    --ep-bg-opacity: 1;
    z-index: 2;
    color: var(--ep-list-group-active-color);
    background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
    border-color: var(--ep-list-group-active-border-color);
    display: block;
}

.ep-list-group.ep-myaccount-tabs .ep-list-group-item.ep-tab-item {
    padding:0px !important;
}

.ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
    padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
    display: block;
    box-shadow: none;
    text-decoration: none;
}

/*-- List group End--*/

/*--- If dark Mode---*/

.ep-dark-mode-enabled .ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
    --ep-bg-opacity: 0.2;
}

/*--- dark Mode End---*/

/*---Alignments---*/

.ep-items-center {
    align-items: center!important;
}

.ep-align-items-center {
    align-items: center!important;
}

.ep-items-end {
    align-items: flex-end!important;
}

.ep-items-start {
    align-items: flex-start!important;
}

.ep-content-center{
    justify-content: center!important;
}

.ep-content-left{
    justify-content: flex-start !important;
}

.ep-content-right{
    justify-content: flex-end!important;
}

.ep-justify-content-between {
    justify-content: space-between;
}

.ep-justify-content-end {
    justify-content: flex-end!important;
}
.ep-justify-content-center {
    justify-content: center!important;
}

.ep-align-right{
    text-align: right;
}

.ep-text-start {
    text-align: left!important;
}

.ep-text-end {
    text-align: right;
}

.ep-text-center {
    text-align: center!important;
}

.ep-align-middle {
    vertical-align: middle!important;
}

.ep-align-top {
    vertical-align: top!important;
}

.ep-align-bottom {
    vertical-align: bottom!important;
}

/*---Aligments End*/


/*--Element Hide--*/

.ep-item-hide{
    display:none
}

.ep-d-none{
    display:none
}

.ep-d-inline-block {
    display: inline-block!important;
}

/*--Element Hide End--*/

/*--overflow--*/

.ep-overflow-hidden {
    overflow: hidden!important;
}
.ep-overflow-auto {
    overflow: auto!important;
}
.ep-overflow-visible {
    overflow: visible!important;
}
.ep-overflow-scroll {
    overflow: scroll!important;
}
.ep-overflow-x-hidden{
    overflow-x: hidden!important;
}

/*--Overflow--*/

.ep-flex-wrap{
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.ep-inline-block{
    display: inline-block;
}


.ep-d-flex {
    display: flex;
}
.ep-flex-1{
    flex: 1;
}

.ep-d-inline-flex {
    display: inline-flex;
}

.ep-di-flex {
    display: inline-flex;
}

.ep-box-direction {
    flex-direction: column;
}

.ep-flex-column {
    flex-direction: column!important;
}

.ep-flex-row-reverse {
    flex-direction: row-reverse!important;
}

.ep-justify-content-between {
    justify-content: space-between!important;
}

.ep-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.ep-shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.ep-object-cover-fit{
    object-fit: cover;
}


.ep-lh-0 {
    line-height: 0!important;
}

.ep-lh-1 {
    line-height: 1!important;
}

.ep-lh-2 {
    line-height: 2!important;
}

.ep-lh-sm {
    line-height: 1.25!important;
}

.ep-lh-base {
    line-height: 1.5!important;
}

.ep-lh-lg {
    line-height: 2!important;
}

.ep-box-wrap{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: none;
}

.ep-box-row{
    --ep-gutter-x: 1.5rem;
    --ep-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--ep-gutter-y));
    margin-right: calc(-.5 * var(--ep-gutter-x));
    margin-left: calc(-.5 * var(--ep-gutter-x));
}

.ep-box-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--ep-gutter-x) * .5);
    padding-left: calc(var(--ep-gutter-x) * .5);
    margin-top: var(--ep-gutter-y);
}

.ep-box-col-1,
.ep-box-col-2,
.ep-box-col-3,
.ep-box-col-4,
.ep-box-col-5,
.ep-box-col-6,
.ep-box-col-7,
.ep-box-col-8,
.ep-box-col-9,
.ep-box-col-10,
.ep-box-col-11,
.ep-box-col-12,
.ep-box-col-left-2,
.ep-box-col-right-10{
    position: relative;
    width: 100%;
    min-height: 1px;

}

@media (min-width: 540px){

    /*-- Other CSS----*/

    .ep-xsm-text-start {
        text-align: left!important;
    }

    .ep-xsm-text-end {
        text-align: right;
    }

    .ep-xsm-text-center {
        text-align: center!important;
    }

}
@media (min-width:360px){

    .ep-box-col-xsm-2{
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .ep-box-col-xsm-10{
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

}

@media (min-width: 767px){


    .ep-box-col-sm-1{
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ep-box-col-sm-2{
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .ep-box-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ep-box-col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .ep-box-col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }


    .ep-box-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ep-box-col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .ep-box-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ep-box-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ep-box-col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .ep-box-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ep-box-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #ep-event-organizers-loader-section .ep-box-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #ep-event-organizers-loader-section .ep-box-col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #ep-event-organizers-loader-section .ep-box-col-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }


    /*---Other CSS--*/

    .ep-sm-text-center {
        text-align: center!important;
    }

}

.ep-event-organizers-colored_grid-container .ep-organizer-colored_grid-wrap{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

@media (min-width: 992px){

    .ep-box-col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .ep-box-col-md-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}
/* @media (max-width:1080) */
@media (max-width: 1068px){
    .ep-justify-content-between-sm{
        justify-content: space-between !important;
    }
    .ep-user-booking-btn-section{
        margin-bottom: 1rem;
    }
    .ep-checkout-cart-section {
        margin-top: 10px;
    }
    .ep-buy-ticket-section, .ep-profile-coming-up-section{
        margin-bottom: 2rem;
    }
    .ep-booking-payment-option-button-container{
        justify-content: center !important;
    }
    .ep-user-coming-up-section{
        margin-left: 1rem;
    }
}
/*@media (min-width: 1080px){*/

@media (min-width: 1068px){

    .ep-box-col-1{
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ep-box-col-2{
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;

    }

    .ep-box-col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ep-box-col-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .ep-box-col-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }


    .ep-box-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ep-box-col-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;

    }

    .ep-box-col-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ep-box-col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ep-box-col-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .ep-box-col-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ep-box-col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*--Custom Col--*/

    .ep-box-col-left-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .ep-box-col-right-10 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    /*--Custom Col End--*/
}


@media (min-width: 768px){
    .ep-box-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .ep-flex-row-reverse-md{
        flex-direction: row-reverse!important;
    }
}

.ep-box-col {
    -ms-flex: 0 0 0%;
    flex: 1 0 0%;
    max-width: 100%;
}

.ep-box-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.ep-box-row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.ep-box-row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

/*---Gutter Spacing--*/

.ep-g-5, .ep-gy-5 {
    --ep-gutter-y: 3rem;
}
.ep-g-5, .ep-gx-5 {
    --ep-gutter-x: 3rem;
}

.ep-g-4, .ep-gy-4 {
    --ep-gutter-y: 1.5rem;
}

.ep-g-4, .ep-gx-4 {
    --ep-gutter-x: 1.5rem;
}

.ep-g-3, .ep-gy-3 {
    --ep-gutter-y: 1rem;
}
.ep-g-3, .ep-gx-3 {
    --ep-gutter-x: 1rem;
}

/*--Gutter Spacing--*/

/*--Card --*/

.ep-card-col-3,
.ep-card-col-4,
.ep-card-col-6,
.ep-card-col-12
{
    position: relative;
    width: 100%;
    min-height: 1px;

}

@media (min-width: 650px){

    .ep-card-col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ep-card-col-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }


    .ep-card-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*---Card---*/


/*--- End: General CSS */


/* Global Tabs */


/*Pils--*/

.ep-nav-pills,
.ep-nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.ep-nav-pills .ep-tab-active {
    background-color: rgba(var(--themeColor), 1);
    color: rgba(var(--ep-white-color),1) !important;
}

.ep-tab-link.ep-tab-active{
    padding: 0px;
    margin: 0px
}

.ep-nav-pills .ep-tab-item .ep-tab-link,
.ep-nav-tabs .ep-tab-item .ep-tab-link{
    padding: 0.5rem 1rem;
    border-radius: var(--ep-border-radius);
    box-shadow: none;
    display: inline-flex;
    box-shadow: none;
}

.ep-global-tab-pills{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.ep-global-tab-pills .ep-global-tab-item .ep-global-tab-link{
    padding: 0.5rem 1rem;
    border-radius: var(--ep-border-radius);
    box-shadow: none;
    display: inline-flex;
    box-shadow: none;
}

.ep-global-tab-pills .ep-global-tab-active {
    background-color: rgba(var(--themeColor), 1);
    color: rgba(var(--ep-white-color),1) !important;
}

/*--Pills End---*/

.ep-nav-tabs .ep-tab-link.ep-tab-active {
    color: #495057;
    background-color: rgba(var(--ep-white-color), 1);
    border-color: var(--ep-border-color);
    border-bottom: 1px solid rgba(var(--ep-white-color), 1);
}

/*-if dark mode-*/
.ep-dark-mode-enabled .ep-nav-tabs .ep-tab-link.ep-tab-active {
    color: #fff;
}
/*-if dark mode ends-*/

.ep-nav-tabs .ep-tab-link{
    margin-bottom: -1px !important;
    background: 0 0;
    border: 1px solid transparent;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0px !important;
}

.ep-nav-tabs .ep-tab-link:focus{
    outline: 0px;
}

.ep-nav-tabs {
    border-bottom: 1px solid var(--ep-border-color);
}

/*---Global Tabs Ends--*/

/*---Radio Button Group---*/

.ep-btn-group{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.ep-btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-outline-secondary:active {
}

.ep-btn-check:checked+.ep-btn-outline-secondary:before{
    font-family: 'Material Icons Outlined';
    content: "\e876";
    position: absolute;
    top: -8px;
    left: -5px;
    font-size: 1.25rem!important;
    --ep-text-opacity: 1;
    color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
    background-color: #fff;
    line-height: 16px;
    border-radius:  var(--ep-border-radius-sm)
}

/*-- If the Dark theme enabled---*/

.ep-dark-mode-enabled .ep-btn-check:checked+.ep-btn-outline-secondary:before{
    background-color: #424242;
}

/*-- If the Dark theme End---*/

.ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>.ep-btn:not(:first-child) {
    margin-left: 3px;
}

.ep-btn-group>.ep-btn {
    position: relative;
    flex: 1 1 auto;
    line-height: 1;
}

.ep-btn-group input[type="number"] {
    margin: 0px !important;
    background-color: #fff !important;
}
.ep-dark-mode-enabled .ep-btn-group input[type="number"] {
    margin: 0px !important;
    background-color: #333 !important;
}

/*---Radio Button Group End---*/

/*---Button Group ---*/

.ep-btn-group {
    border-radius: 0.375rem;
}
.ep-btn-group, .ep-btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.ep-btn-group>.ep-btn-group:not(:last-child)>.ep-btn, .ep-btn-group>.ep-btn.dropdown-toggle-split:first-child,
.ep-btn-group>.ep-btn:not(:last-child):not(.ep-dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ep-btn-group>.ep-btn-group:not(:first-child)>.ep-btn, .ep-btn-group>.ep-btn:nth-child(n+3),
.ep-btn-group>:not(.ep-btn-check)+.ep-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*--- Button Group End---*/

/*--General Modal CSS---*/

body.ep-modal-open-body {
    overflow: hidden;
    padding-right: 15px;
}

.ep-modal {
    --ep-modal-margin: 1.75rem;
    --ep-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --ep-modal-padding: 1rem;
}

.ep-modal-view {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 100%;
    z-index: 99999;
    max-height: 100%;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0, 0, 0, 0.7);
}
#ep_show_woocommerce_products_popup.ep-modal-view{
    height: auto !important;
}

.ep-modal-overlay {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.ep-modal-wrap{
    margin: 1.75rem;
}

.ep-modal-wrap {
    width: 100%;
    max-width: var(--ep-modal-width);
    /*left: calc(50% - var(--ep-modal-width)/2);*/
    top:0px;
    z-index: 9999;
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--ep-modal-margin) * 2);
    margin-right: auto;
    margin-left: auto;
    height: auto;
}

.ep-modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--ep-modal-margin) * 2);
}

.ep-modal-dialog {
    position: relative;
    width: auto;
    margin: var(--ep-modal-margin);
    pointer-events: none;
}

@media (min-width: 576px){
    .ep-modal-dialog {
        max-width: var(--ep-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
}

.ep-modal-content {
    background: #fff;
    border-radius: 6px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    z-index: 9999;
    height: 100%;
}

/*---if dark mode on---*/

.ep-dark-mode-enabled .ep-modal-content, .ep-dark-mode-enabled .ep-modal-body{
    background: #333;
}

.ep-dark-mode-enabled .emagic .ep-btn-outline-dark{
    --ep-btn-color: #fff;
}

/*-- If dark mode on ends:---*/

.ep-modal-body {
    background: #fff;
    border-radius: 6px;
    position: relative;
    flex: 1 1 auto;
    padding: var(--ep-modal-padding);
}

.ep-modal-lg {
    --ep-modal-width: 800px;
}

.ep-modal-xl {
    --ep-modal-width: 1140px;
}

.ep-modal-xxl {
    --ep-modal-width: 1440px;
}

.ep-modal-titlebar {
    position: relative;
    width: 100%;
    justify-content: space-between;
    /*border-bottom: 1px solid var(--ep-border-color);*/
}

.ep-modal-titlebar .ep-modal-close {
    font-size: 25px;
    padding: 0px 20px 0px 20px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    color: #8b8b8b;
    position: relative;
    z-index: 99
}

.ep-modal-in {
    animation: ep-bounceIn 0.8s ease-in forwards;
}

.ep-modal-out {
    animation: ep-bounceOut 0.6s ease-out forwards;
}

.ep-modal-overlay-fade-in {
    animation: ep-globalSetting-fadeIn 0.3s ease-in forwards;
}

.ep-modal-overlay-fade-out {
    animation: ep-globalSetting-fadeOut 0.3s ease-in forwards;
}

@keyframes ep-bounceIn {
    0%   {
        transform: translateY(-200%) scale(1.5);
        opacity:0;
    }
    30%  {
        opacity:1;
    }
    58%  {
        transform: translateY(0) rotate(1deg) scale(1);
        opacity: 1
    }
    72%  {
        transform: translateY(-30px) rotate(-1deg);
    }
    80%  {
        transform: translateY(0) rotate(0.5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes ep-bounceOut {
    0%   {
        transform: translateY(0);
    }
    10%  {
        transform: translateY(-10px) rotate(-0.5deg);
    }
    30%  {
        transform: translateY(20px) rotate(8deg);
    }
    70%  {
        opacity: 1;
    }
    90%  {
        transform: translateY(300%) translateX(40px) rotate(35deg);
        opacity: 0;
    }
    100% {
        display: none;
    }
}

@keyframes ep-globalSetting-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes ep-globalSetting-fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*-- General Modal CSS Ends---*/

/*Form CSS--*/

.emagic .ep-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.emagic .ep-form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.ep-form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.25rem;
}

.emagic .ep-form-select {
    --ep-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-image: var(--ep-form-select-bg-img), var(--ep-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.ep-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.emagic .ep-input-group>.ep-form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.emagic .ep-input-group>:not(:first-child) {
    margin-left: -1px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.emagic .ep-input-group:not(.has-validation)>.ep-dropdown-toggle:nth-last-child(n+3),
.emagic .ep-input-group:not(.has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ep-input-group .ep-btn {
    position: relative;
    z-index: 2;
}

.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>:not(.ep-btn-check:first-child)+.ep-btn {
    margin-left: -1px;
}

.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn{
    margin-left: -1px !important;
}

.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:focus{
    border-style: solid;
}

.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:hover{
    color: var(--ep-btn-hover-color) !important;
    background-color: var(--ep-btn-hover-bg) !important;
    border-color: var(--ep-btn-hover-border-color)!important ;
}

.ep-input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.ep-input-group:not(.ep-has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu):not(.ep-form-floating){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ep-input-group-sm>.ep-input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.25rem;
}

.ep-form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
}

/*-- If The Dark Mode On---*/

.ep-dark-mode-enabled .emagic .ep-form-control {
    background-color: rgba(86,86,86,0.33);
    color: #fff;
    border: 1px solid rgba(128,128,128,0.5);
}

.ep-dark-mode-enabled .emagic .ep-input-group-text{
    border: 1px solid rgba(var(--themeColor), 1);
    border: 1px solid rgba(128,128,128,0.5);
}

/*-- If The Dark Mode On End---*/

/*-- Form CSS End--*/

/* Form Error and Notifications---*/

.ep-invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.ep-success-feedback {
    --ep-text-opacity: 1;
    color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}

.ep-error-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.ep-success-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #8CC600;
}

/*--Form error And Notification end--*/

/*-- Table CSS--*/

.emagic .ep-table {
    --ep-table-color: var(--ep-body-color);
    --ep-table-bg: transparent;
    --ep-table-border-color: var(--ep-border-color);
    --ep-table-accent-bg: transparent;
    --ep-table-striped-color: var(--ep-body-color);
    --ep-table-striped-bg: rgba(0, 0, 0, 0.05);
    --ep-table-active-color: var(--ep-body-color);
    --ep-table-active-bg: rgba(0, 0, 0, 0.1);
    --ep-table-hover-color: var(--ep-body-color);
    --ep-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--ep-table-color);
    vertical-align: top;
    border-color: var(--ep-table-border-color);
    border: 0px;
    table-layout: auto;
}

.ep-table-danger {
    --ep-table-color: #000;
    --ep-table-bg: #f8d7da;
    --ep-table-border-color: #dfc2c4;
    --ep-table-striped-bg: #eccccf;
    --ep-table-striped-color: #000;
    --ep-table-active-bg: #dfc2c4;
    --ep-table-active-color: #000;
    --ep-table-hover-bg: #e5c7ca;
    --ep-table-hover-color: #000;
    color: var(--ep-table-color);
    border-color: var(--ep-table-border-color);
}

.ep-table-hover>tbody>tr:hover>* {
    --ep-table-accent-bg: var(--ep-table-hover-bg);
    color: var(--ep-table-hover-color);
}

.emagic table.ep-table-borderless>:not(caption)>*>* {
    border-width: 0;
}

.emagic table.ep-table-borderless {
    border-width: 0;
}

.ep-table>thead {
    vertical-align: bottom;
}

.ep-table>tbody {
    vertical-align: inherit;
}

.ep-table tbody, .ep-table td, .ep-table tfoot, .ep-table th, .ep-table thead, .ep-table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.ep-table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--ep-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--ep-table-accent-bg);
}

/*Table CSss--*/

/*-- Custom  css for Single event page---*/

.ep-sl-other-event-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    background-color: rgba(var(--themeColor), 0.2);
}
#ep_event_edit_booking_page .ep-checkout-img-icon{
    background-color: rgba(var(--themeColor), 0.2);
}
/*-- Custom  css for Single event page End---*/

/*--Loader--*/

.ep-loader-fw-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(8 8 8 / 66%);
    z-index: 9999;
}
.ep-loader {
    width: 48px;
    height: 48px;
    border: 3px solid rgb(0 0 0 / 8%);
    border-radius: 50%;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    margin: 50px auto;
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 9999999;
}

.ep-loader:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: rgba(var(--themeColor), 1);
}

.ep-loader-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

/* Change the parent .parent if it has a .child inside */

.ep-modal-body.ep-loader-active:after {
    content: "";
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* New Loader--*/

.ep-event-loader {
    align-items: flex-start;
    background-color: rgb(255 255 255 / 60%);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

.ep-event-loader-circles-wrap {
    display: flex;
    padding-top: 94px;
}

.ep-event-loader-circle-dot:not(:first-of-type) {
    margin-left: 8px;
}

.ep-event-loader svg:not(:root) {
    overflow: hidden;
}
.ep-event-loader .ep-event-loader-circle-icon {
    color: rgba(var(--themeColor), 1);
}
.ep-event-loader .ep-event-loader-circle-dot {
    width: 15px;
}

.ep-event-loader .ep-event-loader-circle-dot circle {
    animation-direction: normal;
    animation-duration: 2.24s;
    animation-iteration-count: infinite;
    animation-name: epLoader;
    fill: currentColor;
    opacity: 0.07;
}
.ep-event-loader .ep-event-loader-first circle {
    animation-delay: .45s;
}
.ep-event-loader .ep-event-loader-second circle {
    animation-delay: 1.05s;
}
.ep-event-loader .ep-event-loader-third circle {
    animation-delay: 1.35s;
}
@keyframes epLoader {
    50% {
        opacity: 1;
    }
}

/* New Event Loader--*/

/* Progress */

.ep-progress {
    --ep-progress-height: 4px;
    --ep-progress-font-size: 0.75rem;
    --ep-progress-bg: 233, 236, 239;
    --ep-progress-border-radius: 0.375rem;
    --ep-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --ep-progress-bar-color: #fff;
    --ep-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--ep-progress-height);
    overflow: hidden;
    font-size: var(--ep-progress-font-size);
    background-color: rgba(var(--ep-progress-bg), 0.75);
    border-radius: var(--ep-progress-border-radius);
    margin-top: 4px;
}
.ep-progress-bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--ep-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color:rgba(var(--themeColor), 1);
    transition: var(--ep-progress-bar-transition);
}

/*--- If Dark Mode On---*/

.ep-dark-mode-enabled .ep-progress-bar{
    background-color:#37854A;
}

.ep-dark-mode-enabled .ep-progress{
    --ep-progress-bg: #2B4A33;
}

/* Progress End */

/*--Single Performer List View End--*/

/* Load More Spinner Button */

.ep-spinner {
    display: none;
    visibility: hidden;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.ep-spinner.ep-is-active{
    visibility: visible;
    display: inline-block;
}

.ep-spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/* Load More Spinner Button End */

@media (max-width: 600px){
    .ep-sm-py-3{
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }

    .ep-col-order-1{
        order:1
    }

    .ep-col-order-2{
        order:2
    }
}

@media (max-width: 600px){
}

@media (min-width: 600px){
    .ep-sm-py-3{
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
}
/*-- Only Large screen---*/


@media (min-width: 1080px){
    .ep-md-py-4{
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
}
@media (min-width: 1200px){
    .ep-lg-py-5{
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
}

/*--Theme Fixed--*/

.emagic a::after {
    display: none;
}

.theme-twentytwentytwo .emagic{
    display: table;
}
.theme-twentytwentythree .emagic, .theme-twentytwentyfour .emagic{
    max-width: 1200px;
    width: 100%;
}

.theme-twentytwentytwo .emagic {
    width: 100%;
    max-width: 1000px;
}

.theme-twentytwenty .entry-content .emagic{
    max-width: 120rem !important;
    font-family: sans-serif;
    /*font-size: 16px;*/
}

.wp-theme-twentytwentyone .emagic .ep-btn-outline-dark,
.wp-theme-twentytwentyone .emagic .ep-btn-warning,
.wp-theme-twentytwentyone .emagic .ep-btn-danger{
    background-color: var(--ep-btn-bg) !important;
}

/*--Theme Fixed End--*/

.ep-ui-show-on-top {
    z-index: 99999 !important;
}
.em-events-gcal img{
    margin-right: 10px;
}
.ep-checkout-ticket-quantity-num {
    border-right-width: 0px !important;
    border-color: var(--ep-btn-border-color) !important;
}
#ep-frontend-event-submission-section input.ep-disabled-input{
    background-color: #f0f0f1;
    border: 1px solid #ccc;
    color: rgba(44, 51, 56, .5);
}
.ep-outline-width-0{
    outline-width: 0px !important;
}

/*--- PopOver----*/

.ep-popover-wrap{
    display: inline-flex;
}

.ep-popover-wrap .ep-popover-icon:hover .ep-popover-info {
    display: block !important;
    position: absolute;
    transform: translate(0, 10px);
    background: #fff;
    padding: 6px 8px;
    width: 200px;
    border-radius: 6px;
    left: -1.5em;
    font-weight: normal;
    z-index: 99999;
    border: 1px solid rgba(0, 0, 0, 0.175);
    line-height: 18px;
}


.ep-popover-wrap .ep-popover-info .ep-popover-nub{
    position: absolute;
    top: -9px;
    left: 22px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.175);
}

.ep-popover-wrap .ep-popover-info .ep-popover-nub:after{
    content: "";
    position: absolute;
    top: 2px;
    left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}
/*--- PopOver End----*/

/* coral dark theme fixes start */
.theme-coral-dark .emagic textarea{
    min-height: auto !important;
    background-color: rgb(var(--ep-white-color));
}
.theme-coral-dark .emagic .select2-container--classic .select2-selection--multiple{
    background-color: rgb(var(--ep-white-color));
}
/* coral dark theme fixes end */

/*gdpr badge modal start*/

#ep_gdpr_modal{
    display: none;
}

#ep_gdpr_modal.ep_gdpr_modal_active{

}

/* GDPR Modal Styling */

#ep-gdpr-badge{
    cursor: pointer;
}

ul.ep-gdpr-modal-content {
    margin-left: 8px;
    padding: 0px;
    width: 90%;
}

#ep-gdpr-modal-content li {
    position: relative;
    padding: 12px 12px 12px 48px;
    font-size: 15px;
    line-height: 1.6;
    list-style: none;
    margin: 8px auto;
}

#ep-gdpr-modal-content li::before {
    content: "✔";
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    color: rgba(var(--themeColor), 1);
    background: #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 1.5px 4.5px;
    box-shadow: 0 0 0 1px rgba(var(--themeColor), 1);
    box-sizing: border-box;
}

#ep-gdpr-modal-content li::marker{
    display: none;
}

.ep_gdpr_modal_wrap a.ep-modal-close{
    box-shadow:none !important;

}
.ep_gdpr_modal_wrap a.ep-modal-close:focus{
    outline:0px !important;
    box-shadow:none !important;
}

/*--- Cookie Banner----*/

.ep-cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 16px 20px;
    z-index: 99999;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    animation: fadeInUp 0.3s ease-in-out;
}

.ep-cookie-banner .ep-cookie-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.ep-cookie-banner .ep-cookie-text {
    font-size: 14px;
    color: #2d3748;
    flex: 1 1 auto;
}

.ep-cookie-banner .ep-cookie-actions {
    display: flex;
    gap: 10px;
}

.ep-cookie-banner .ep-cookie-btn {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.ep-cookie-banner .ep-cookie-accept {
    background-color: rgba(var(--themeColor), 1);

}

.ep-cookie-banner .ep-cookie-accept:hover {
    background-color: rgba(var(--themeColor), 0.9);
}

.ep-cookie-banner .ep-cookie-decline {
    background-color: #edf2f7;
    color: #4a5568;
}

.ep-cookie-banner .ep-cookie-decline:hover {
    background-color: #e2e8f0;
    color: #4a5568;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*----General Issues----*/


.theme-twentytwentyfive .emagic {
    max-width: 100%;
}@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(//ecolelesgraces.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons.woff2) format("woff2"), url(//ecolelesgraces.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons.woff) format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(//ecolelesgraces.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-outlined.woff2) format("woff2"), url(//ecolelesgraces.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-outlined.woff) format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}


@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(//ecolelesgraces.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-round.woff2) format("woff2"), url(//ecolelesgraces.com/wp-content/plugins/eventprime-event-calendar-management/public/css/iconfont/material-icons-round.woff) format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

.jq-toast-wrap.top-right {z-index: 99999 !important;}.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:250px;pointer-events:none!important;letter-spacing:normal;z-index:9000!important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:40px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:12px;font-family:arial,sans-serif;line-height:17px;position:relative;pointer-events:all!important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:arial,sans-serif;font-size:14px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc!important;line-height:17px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:14px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#fcf8e3;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#dff0d8;background-color:#3c763d;border-color:#d6e9c6}/*---General CSS */

.emagic * {
    box-sizing: border-box;
}

.emagic a {
    text-decoration: none !important;
    box-shadow: none !important;
}

.emagic a:hover{
    opacity: 1
}

html.ep-embed-responsive .emagic{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
    font-size: var(--themefontsize);
    line-height: 1.8;
}

:root {

    /*--colors variable--*/

    --ep-light-color: 248,249,250;
    --ep-dark-color: 33,37,41;
    --ep-white-color: 255,255,255;
    --ep-black-color: 0,0,0;
    --ep-border-color: #dee2e6;
    --ep-border-color-rgb: 222,226,230;
    --ep-border-light-color: #e8e8e8;
    --ep-border-green-color: #cbf9d6;
    --ep-default-color: #1a202c;
    --ep-body-color: #212529;
    --ep-border-opacity-color :rgb(34 113 177 / 50%);
    --ep-warning-color: 255,193,7;
    --ep-warning-text: #997404;
    --ep-warning-bg-subtle: #fff3cd;
    --ep-warning-border-subtle: #ffe69c;
    --ep-success-color: 25,135,84;
    --ep-danger-color: 220,53,69;
    --ep-lightgreen-color: 42,175,74;
    --ep-dark-bg: 33,37,41;
    --ep-transparent-bg:transparent;
    --ep-transparent-border:transparent;
    --ep-secondary-rgb: 108,117,125;

    /*--colors--*/

    /*-- border radius --*/

    --ep-border-radius: 0.375rem;
    --ep-border-radius-sm: 0.25rem;
    --ep-border-radius-lg: 0.5rem;
    --ep-border-radius-2xl: 2rem;
    --ep-border-radius-pill: 50rem;

    /*-- border radius End --*/

    /*--Modal--*/

    --ep-modal-width: 800px;

    /*-- Modal End--*/

}

/*---- If Dark Mode----*/

.ep-dark-mode-enabled {
    --ep-white-color:38, 38, 38;
    --ep-border-color-rgb: 58, 58, 58;
    --ep-border-color:#4D4C4D;
    --ep-default-color: #fff;
    --ep-dark-color :96,96,96;
    --ep-light-color: 58, 58, 58;
    --ep-dark-bg: 58, 58, 58;
}
.ep-dark-mode-enabled .ep-list-group{
    --ep-list-group-bg: 38, 38, 38;
    /* --ep-list-group-color: ;*/
}
.ep-dark-mode-enabled .ep-list-group-item{
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-list-group-bg), var(--ep-bg-opacity)) !important;
}
/*---- If Dark Mode----*/

/*--Pointer events---*/

.ep-pe-none {
    pointer-events: none!important;
}

.ep-cursor{
    cursor: pointer;
}

.ep-cursor-move{
    cursor: move;
}

.ep-text-decoration-none{
    text-decoration: none;
}

.ep-desc-truncate {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

/*--Pointer events End---*/

/*---Error Message--*/

.ep-alert {
    --ep-alert-bg: transparent;
    --ep-alert-padding-x: 1rem;
    --ep-alert-padding-y: 1rem;
    --ep-alert-margin-bottom: 1rem;
    --ep-alert-color: inherit;
    --ep-alert-border-color: transparent;
    --ep-alert-border: var(--ep-border-width) solid var(--ep-alert-border-color);
    --ep-alert-border-radius: 0.375rem;
    --ep-alert-link-color: inherit;
    position: relative;
    padding: var(--ep-alert-padding-y) var(--ep-alert-padding-x);
    margin-bottom: var(--ep-alert-margin-bottom);
    color: var(--ep-alert-color);
    background-color: var(--ep-alert-bg);
    border: var(--ep-alert-border);
    border-radius: var(--ep-alert-border-radius);
}

.ep-alert-warning {
    --ep-alert-color: var(--ep-warning-text);
    --ep-alert-bg: var(--ep-warning-bg-subtle);
    --ep-alert-border-color: var(--ep-warning-border-subtle);
    --ep-alert-link-color: var(--ep-warning-text);
}

.ep-alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

/*---Erorr Message End--*/


/* --button text based --*/

.ep-button-text{
    padding: 0px;
    margin: 0px;
    color: inherit;
    font-weight: normal;
    font-size: 0.8rem;
    box-shadow: none;
    cursor: pointer
}

.ep-button-text:focus{
    outline: 0px;
}

/* -- button text based end --*/

/* Button ---*/

.emagic .ep-btn {
    --ep-btn-font-size: 1rem;
    --ep-border-width:1px;
    --ep-btn-bg: transparent;
    --ep-btn-padding-x: 0.75rem;
    --ep-btn-padding-y: 0.375rem;
    --ep-btn-border-color: transparent;
    --ep-btn-line-height: 1.5;
    --ep-btn-font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-size: var(--ep-btn-font-size);
    font-weight: var(--ep-btn-font-weight);
    line-height: var(--ep-btn-line-height);
    color: var(--ep-btn-color) !important;
    text-align: center;
    user-select: none;
    line-height: 1.75;
    text-transform: capitalize;
    border-radius: 0.375rem !important;
    outline: 0;
    margin: 0;
    height: auto;
    min-width: auto;
    display: inline-block;
    padding: var(--ep-btn-padding-y) var(--ep-btn-padding-x);
    border: var(--ep-border-width) solid var(--ep-btn-border-color);
    background-color: var(--ep-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}

.emagic .ep-btn:hover {
    color: var(--ep-btn-hover-color) !important;
    background-color: var(--ep-btn-hover-bg);
    border-color: var(--ep-btn-hover-border-color);
}

.ep-btn-check:checked+.ep-btn, .ep-btn.active, .ep-btn:first-child:active, :not(.ep-btn-check)+.ep-btn:active {
    color: var(--ep-btn-active-color) !important;
    background-color: var(--ep-btn-active-bg)!important;
    border-color: var(--ep-btn-active-border-color)!important;
}

.emagic .ep-btn-sm {
    --ep-btn-padding-y: 0.25rem;
    --ep-btn-padding-x: 0.5rem;
    --ep-btn-font-size: 0.875rem;
    --ep-btn-border-radius: 0.25rem;
}

/* Button End ---*/

.emagic .ep-btn-primary {
    color: rgba(var(--ep-white-color), 1) !important;
    background-color:rgba(var(--themeColor), 1);
}

.emagic .ep-btn-primary:hover{
    color: rgba(var(--ep-white-color), 1) !important;
    background-color:rgba(var(--themeColor), 0.95);
}

/* Button Outline---*/

.emagic .ep-btn-outline-primary {
    --ep-btn-color: rgba(var(--themeColor), 1);
    --ep-btn-border-color: rgba(var(--themeColor), 1);

}

.emagic .ep-btn-outline-primary:hover{
    color: rgba(var(--ep-white-color), 1) !important;
    background-color: rgba(var(--themeColor), 1)!important;
    border-color: rgba(var(--themeColor), 1);
}


.emagic .ep-btn-outline-danger {
    --ep-btn-color: rgba(var(--ep-danger-color), 1);
    --ep-btn-border-color: rgba(var(--ep-danger-color), 1);

}

.emagic .ep-btn-outline-danger:hover{
    color: rgba(var(--ep-white-color), 1);
    background-color: rgba(var(--ep-danger-color), 1);
    border-color: rgba(var(--ep-danger-color), 1);
}

.emagic .ep-btn-outline-secondary {
    --ep-border-width:2px;
    --ep-btn-border-color: var(--ep-border-color);

}

.emagic .ep-btn-outline-secondary:hover {

}

/*--Button Outline End*/

/*-- Button variable---*/

.emagic .ep-btn-outline-dark {
    --ep-btn-color: #212529;
    --ep-btn-border-color: rgba(var(--ep-dark-color), 1);
    --ep-btn-hover-color: #fff;
    --ep-btn-hover-bg: #212529;
    --ep-btn-hover-border-color: #212529;
    --ep-btn-focus-shadow-rgb: 33,37,41;
    --ep-btn-active-color: #fff;
    --ep-btn-active-bg: #212529;
    --ep-btn-active-border-color: #212529;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #212529;
    --ep-btn-disabled-bg: transparent;
    --ep-btn-disabled-border-color: #212529;
    --ep-gradient: none;
}

.emagic .ep-btn-dark {
    --ep-btn-color: rgba(var(--ep-white-color), 1);
    --ep-btn-bg: rgba(var(--ep-dark-color), 1);
    --ep-btn-border-color: rgba(var(--ep-dark-color), 1);
    --ep-btn-hover-color: rgba(var(--ep-white-color), 1);
    --ep-btn-hover-bg: #424649;
    --ep-btn-hover-border-color: #373b3e;
    --ep-btn-focus-shadow-rgb: 66,70,73;
    --ep-btn-active-color: #fff;
    --ep-btn-active-bg: #4d5154;
    --ep-btn-active-border-color: #373b3e;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #fff;
    --ep-btn-disabled-bg: #212529;
    --ep-btn-disabled-border-color: #212529;
}

/* ---if the Dasrk Mode On---*/

.ep-dark-mode-enabled .emagic .ep-btn-dark {
    background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));
}

.ep-dark-mode-enabled .emagic .ep-btn-dark:hover {
    background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
}


.ep-dark-mode-enabled .emagic .ep-btn-dark {
    --ep-btn-top-color: #424242;
    --ep-btn-bottom-color: #383838;
    --ep-btn-border-color: #595959;
    --ep-btn-color: #fff;
    --ep-btn-hover-color: #fff;
    --ep-btn-active-color: #fff;
    --ep-btn-hover-border-color: #595959;
}

/* ---if the Dasrk Mode On Ends---*/

.emagic .ep-btn-light {
    --ep-btn-color: #000;
    --ep-btn-bg: #f8f9fa;
    --ep-btn-border-color: #f8f9fa;
    --ep-btn-hover-color: #000;
    --ep-btn-hover-bg: #d3d4d5;
    --ep-btn-hover-border-color: #c6c7c8;
    --ep-btn-focus-shadow-rgb: 211,212,213;
    --ep-btn-active-color: #000;
    --ep-btn-active-bg: #c6c7c8;
    --ep-btn-active-border-color: #babbbc;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #000;
    --ep-btn-disabled-bg: #f8f9fa;
    --ep-btn-disabled-border-color: #f8f9fa;
}

.emagic .ep-btn-warning {
    --ep-btn-color: #000;
    --ep-btn-bg: #ffc107;
    --ep-btn-border-color: #ffc107;
    --ep-btn-hover-color: #000;
    --ep-btn-hover-bg: #ffca2c;
    --ep-btn-hover-border-color: #ffc720;
    --ep-btn-focus-shadow-rgb: 217,164,6;
    --ep-btn-active-color: #000;
    --ep-btn-active-bg: #ffcd39;
    --ep-btn-active-border-color: #ffc720;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #000;
    --ep-btn-disabled-bg: #ffc107;
    --ep-btn-disabled-border-color: #ffc107;
}

.ep-dark-mode-enabled .emagic .ep-btn-warning{
    background-image: linear-gradient(to bottom right, var(--ep-btn-top-color), var(--ep-btn-bottom-color));

}

.ep-dark-mode-enabled .emagic .ep-btn-warning:hover{
    background-image: linear-gradient(to bottom right, var(--ep-btn-bottom-color), var(--ep-btn-bottom-color));
    --ep-btn-border-color: #dc3545;
}

.ep-dark-mode-enabled .emagic .ep-btn-warning:active{
}

.ep-dark-mode-enabled .emagic .ep-btn-warning {
    --ep-btn-top-color: #AD8200;
    --ep-btn-bottom-color: #997300;
    --ep-btn-border-color: #CC9900;
    --ep-btn-hover-border-color: #CC9900;
    --ep-btn-color: #fff;
    --ep-btn-hover-color: #fff;
    --ep-btn-active-color: #fff;
}

.emagic .ep-btn-danger {
    --ep-btn-color: #fff;
    --ep-btn-bg: #dc3545;
    --ep-btn-border-color: #dc3545;
    --ep-btn-hover-color: #fff;
    --ep-btn-hover-bg: #bb2d3b;
    --ep-btn-hover-border-color: #b02a37;
    --ep-btn-focus-shadow-rgb: 225,83,97;
    --ep-btn-active-color: #fff;
    --ep-btn-active-bg: #b02a37;
    --ep-btn-active-border-color: #a52834;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #fff;
    --ep-btn-disabled-bg: #dc3545;
    --ep-btn-disabled-border-color: #dc3545;
}
.emagic .ep-btn-green {
    --ep-btn-color: #fff;
    --ep-btn-bg: #2AAF4A;
    --ep-btn-border-color: #2AAF4A;
    --ep-btn-hover-color: #fff;
    --ep-btn-hover-bg: #3abc59;
    --ep-btn-hover-border-color: #2ead4c;
    --ep-btn-focus-shadow-rgb: 225,83,97;
    --ep-btn-active-color: #fff;
    --ep-btn-active-bg: #2ead4c;
    --ep-btn-active-border-color: #2ead4c;
    --ep-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ep-btn-disabled-color: #fff;
    --ep-btn-disabled-bg: #2AAF4A;
    --ep-btn-disabled-border-color: #2AAF4A;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.ep-btn.disabled, .ep-btn:disabled, fieldset:disabled .ep-btn {
    pointer-events: none;
    opacity: .65;
}

/*---Button variable end--*/

.ep-box-dropdown{
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 14%);
    border: 1px solid var(--ep-border-color);
    border-radius: var(--ep-border-radius);
    background-color: #fff;
    position: absolute;
    top: 40px;
    z-index: 9999;
    width: 200px;
    padding: 16px 20px 24px;
}

.ep-box-dropdown-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgb(0 0 0 / 0%);
}

/*--Slide Dropdowns--*/

/*--Slide Dropdowns--*/

/* --colors --*/

.ep-button-text-color {
    color:var(--ep-default-color);
}
.ep-btn-text-fill-color {
    fill:var(--ep-default-color);
}
.ep-text-warning {
    --ep-text-opacity: 1;
    color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
}

.ep-text-danger {
    --ep-text-opacity: 1;
    color: rgba(var(--ep-danger-color),var(--ep-text-opacity))!important;
}

.ep-text-success {
    --ep-text-opacity: 1;
    color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}

/* --colors Ends --*/

/* --background color --*/

.ep-bg-light {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-light-color),var(--ep-bg-opacity))!important;
}

.ep-bg-dark {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-dark-bg),var(--ep-bg-opacity))!important;
}

.ep-bg-success {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-success-color),var(--ep-bg-opacity))!important;
}

.ep-bg-white {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity));
}
.ep-dark-mode-enabled .ep-bg-white {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-white-color),var(--ep-bg-opacity))!important;
}


.ep-bg-warning {
    background-color:rgba(var(--ep-warning-color));
}

.ep-bg-danger {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-danger-color),var(--ep-bg-opacity))!important;
}
.ep-bg-light-green{
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-lightgreen-color),var(--ep-bg-opacity))!important;
}
.ep-bg-primary {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
}

.ep-bg-secondary {
    --ep-bg-opacity: 1;
    background-color: rgba(var(--ep-secondary-rgb),var(--ep-bg-opacity))!important;
}
.ep-transparent-bg{
    background-color:var(--ep-transparent-bg)!important;
}

/*background color Ends:---*/


/* --Background opacity --*/

.ep-bg-opacity-10 {
    --ep-bg-opacity: 0.1;
}

.ep-bg-opacity-6 {
    --ep-bg-opacity: 0.6;
}

.ep-bg-opacity-4 {
    --ep-bg-opacity: 0.4;
}

.ep-bg-opacity-3 {
    --ep-bg-opacity: 0.3;
}

/* --Background opacity --*/

/*---Borders--- ---*/

.emagic .ep-border,
.ep-blocks .ep-border,
.ep-widgets .ep-border{
    --ep-border-opacity: 1;
    --ep-border-width: 1px;
    --ep-border-style: solid;
    border: var(--ep-border-width) var(--ep-border-style) rgba(var(--ep-border-color-rgb),var(--ep-border-opacity))!important;
}

.emagic .ep-border-primary {
    --ep-border-opacity: 1;
    border-color: rgba(var(--themeColor),var(--ep-border-opacity))!important;
}

.emagic .ep-transparent-border{
    border-color:var(--ep-transparent-border)!important;
}

.ep-border-0 {
    border: 0px !important;
}

.ep-border-2 {
    border: 2px solid var(--ep-border-color);
}
.ep-border-1 {
    border: 1px solid var(--ep-border-color);
}

.ep-border-top {
    border-top: 1px solid var(--ep-border-color);
}

.ep-border-bottom {
    --ep-border-width: 1px;
    border-bottom: var(--ep-border-width) solid var(--ep-border-color)!important;
}

.ep-border-left {
    --ep-border-width: 1px;
    border-left: var(--ep-border-width) solid var(--ep-border-color)!important;
}

.ep-border-right {
    --ep-border-width: 1px;
    border-right: var(--ep-border-width) solid var(--ep-border-color)!important;
}


.ep-rounded {
    border-radius: var(--ep-border-radius);
}

.ep-rounded-1{
    border-radius:  var(--ep-border-radius-sm)
}

.ep-rounded-5{
    border-radius:  var(--ep-border-radius-2xl)
}

.ep-rounded-circle {
    border-radius: 50%!important;
}

.ep-rounded-pill {
    border-radius: var(--ep-border-radius-pill)!important;
}

.ep-rounded-1{
    border-radius:  var(--ep-border-radius-sm)
}

.ep-rounded-top {
    border-top-left-radius: var(--ep-border-radius)!important;
    border-top-right-radius: var(--ep-border-radius)!important;
}

.ep-rounded-bottom {
    border-bottom-left-radius: var(--ep-border-radius)!important;
    border-bottom-right-radius: var(--ep-border-radius)!important;
}

.ep-rounded-tbr-right {
    border-top-right-radius: var(--ep-border-radius)!important;
    border-bottom-right-radius: var(--ep-border-radius)!important;
}

.ep-rounded-tbl-right {
    border-top-left-radius: var(--ep-border-radius)!important;
    border-bottom-left-radius: var(--ep-border-radius)!important;
}


.ep-border-opacity-50 {
    border-bottom: 2px solid var(--ep-border-opacity-color);
}

.ep-border-warning {
    --ep-border-opacity: 1;
    border-color: rgba(var(--ep-warning-color),var(--ep-border-opacity))!important;
}
.ep-border-3 {
    --ep-border-width: 3px;
}

.ep-border-2 {
    --ep-border-width: 2px;
}

.ep-border-1 {
    --ep-border-width: 1px;
}

.ep-border-light {
    border-color:var(--ep-border-light-color)!important;
}
.ep-border-green {
    border-color:var(--ep-border-green-color)!important;
}

.emagic .ep-border-top-0 {
    border-top: 0!important;
}

/*---Borders End---*/


/* --border opacity --*/

.emagic .ep-bg-opacity-10 {
    --ep-border-opacity: 0.1;
}

.emagic .ep-border-opacity-4 {
    --ep-border-opacity: 0.4;
}

/* --border opacity --*/



.ep-img-fluid {
    max-width: 100%;
    height: auto;
}

.ep-white-space {
    white-space: nowrap;
}
.ep-white-space-normal{
    white-space: normal;
}
/*--Typography--*/

.ep-text-primary {
    color: rgba(var(--themeColor), 1)!important;
}

.ep-text-white{
    --ep-text-opacity: 1;
    color: rgba(var(--ep-white-color),var(--ep-text-opacity))!important;
}

.ep-text-muted {
    opacity: 1;
    color: #6c757d!important;
}

.ep-dark-mode-enabled .ep-text-muted{
    color: #757575!important;
}

.ep-text-dark {
    opacity: 1;
    color: #212529!important;
}


.ep-text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/*-- If Dark Mode On---*/

.ep-dark-mode-enabled .ep-text-dark {
    opacity: 1;
    color: #fff!important;
}

/*-- If Dark Mode On CSS Ends---*/

.ep-text-small{
    font-size: .900em !important;
}

.ep-text-smaller{
    font-size: .850em !important;
}

.ep-fw-bold {
    font-weight: 700!important;
}

.ep-fw-normal {
    font-weight: 400!important;
}

.ep-text-uppercase {
    text-transform: uppercase!important;
}

.ep-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ep-content-truncate {
    --ep-line-clamp: 5;
    -webkit-line-clamp:  var(--ep-line-clamp);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ep-content-truncate-line-3{
    --ep-line-clamp: 3;
}

.ep-content-truncate-line-4{
    --ep-line-clamp: 4;
}

.ep-content-truncate-line-5{
    --ep-line-clamp: 5;
}

.ep-fs-6 {
    font-size: 1rem!important;
}

.ep-fs-5 {
    font-size: 1.25rem!important;
}

.ep-fs-4 {
    font-size: 1.5rem!important;
}

.ep-fs-3 {
    font-size: 1.75rem!important;
}

.ep-fs-2 {
    font-size: 2rem!important;
}

.ep-fs-1 {
    font-size: 2.5rem!important;
}

body .emagic .h1,
body .emagic .h2,
body .emagic .h3,
body .emagic .h4,
body .emagic .h5,
body .emagic.h6,
body .emagic h1,
body .emagic h2,
body .emagic h3,
body .emagic h4,
body .emagic h5,
body .emagic h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
}

/*--Typography End--*/

/*--Images--*/

.ep-img-100{
    width:100%;
    height: 100%;
}

/*--Images End--*/

/*---Sizing---*/

.ep-box-h-100{
    height: 100%!important;
}
.ep-box-w-25{
    width: 25%!important;
}
.ep-box-w-50{
    width: 50%!important;
}
.ep-box-w-75{
    width: 75%!important;
}
.ep-box-w-100{
    width: 100%!important;
}

/*---Sizing End---*/

/*-- Positions---*/

.ep-position-relative {
    position: relative!important;
}

.ep-position-absolute {
    position: absolute!important;
}

.ep-z-index {
    z-index: 999

}

.ep-z-index-1 {
    z-index: 1 !important ;

}
.ep-z-index-2 {
    z-index: 2!important;

}

.ep-z-index-3 {
    z-index: 3 !important;

}


/*-- Positions end---*/

/*-- Paddings--*/

.ep-pb-2 {
    padding-bottom: 0.5rem!important;
}

.ep-pb-3 {
    padding-bottom: 1rem!important;
}

.ep-p-3 {
    padding: 1rem!important;
}


.ep-p-1 {
    padding: 0.25rem!important;
}
.ep-p-2{
    padding: 0.5rem!important;
}

.ep-p-4{
    padding: 1.5rem!important;
}

.ep-p-5{
    padding: 3rem!important;
}
.ep-py-3 {
    padding: 1rem 0rem;
}

.ep-py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}

.ep-py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
.ep-py-2 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

.ep-pr-2{
    padding-right: 0.5rem!important;
}

.ep-pr-4{
    padding-right: 1.5rem!important;
}

.ep-pr-0{
    padding-right: 0!important;
}

.ep-pl-0{
    padding-left: 0!important;
}
.ep-pl-1 {
    padding-left: 0.25rem!important;
}

.ep-pl-2 {
    padding-left: 0.5rem!important;

}

.ep-pt-2 {
    padding-top: 0.5rem!important;

}

.ep-pt-4 {
    padding-top: 1.5rem!important;
}

.ep-px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

.ep-px-1 {
    padding-right: 0.25rem!important;
    padding-left: 0.25rem!important;
}

.ep-px-2 {
    padding-left: 0.5rem!important;
    padding-right: 0.5rem!important;
}

.ep-px-3 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}

.ep-p-0{
    padding: 0px !important;
}

.ep-px-0{
    padding-right: 0!important;
    padding-left: 0!important
}
.ep-py-0{
    padding-top: 0!important;
    padding-bottom: 0!important
}

.ep-ps-3 {
    padding-left: 1rem!important;
}

.ep-pe-3 {
    padding-right: 1rem!important;
}

.ep-box-pl-0, .ep-box-px-0 {
    padding-left: 0!important;
}
.ep-box-pr-0, .ep-box-px-0 {
    padding-right: 0!important;
}

.ep-box-py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.ep-py-1{
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
}

.ep-box-px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.ep-pt-3 {
    padding-top: 1rem ;
}

/*-- Paddings End:--*/


/*-- Margins--*/

.ep-mb-5 {
    margin-bottom: 3rem!important;
}


.ep-mb-3 {
    margin-bottom: 1rem!important;
}
.ep-mb-4 {
    margin-bottom: 1.5rem!important;
}

.ep-mb-0 {
    margin-bottom: 0rem!important;
}

.ep-mt-4 {
    margin-top: 1.5rem!important;
}

.ep-mt-5 {
    margin-top: 3rem!important;
}

.ep-mt-6 {
    margin-top: 3.5rem!important;
}

.ep-mt-7 {
    margin-top: 4rem!important;
}

.ep-mt-3 {
    margin-top: 1rem!important;
}

.ep-mt-1 {
    margin-top: 0.25rem!important;
}

.ep-mt-2 {
    margin-top: 0.5rem!important;
}

.ep-mb-2 {
    margin-bottom: 0.5rem!important;
}

.ep-m-2 {
    margin: 0.5rem!important;
}
.ep-m-3 {
    margin: 1rem!important;
}
.ep-m-0{
    margin: 0px !important;
}

.ep-ml-2{
    margin-left: 0.5rem!important;
}
.ep-ml-3{
    margin-left: 1rem!important;
}
.ep-ml-4{
    margin-left: 1.5rem!important;
}

.ep-mr-4{
    margin-right: 1.5rem!important;
}
.ep-mr-3{
    margin-right: 1rem!important;
}

.ep-mx-2{
    margin-left: 0.5rem!important;
    margin-right: 0.5rem!important;
}

.ep-mx-3{
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}
.ep-mr-2{
    margin-right: 0.5rem!important;
}

.ep-mr-1{
    margin-right: 0.25rem!important;
}

.ep-ml-1{
    margin-left: 0.25rem!important;
}

.ep-my-1{
    margin-top: 0.25rem!important;
    margin-bottom: 0.25rem!important;
}

.ep-my-2{
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}

.ep-my-3{
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}

.ep-my-4{
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}

.ep-my-5{
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}

.ep-mx-0{
    margin-left: 0rem!important;
    margin-right: 0rem!important;
}

.ep-my-0{
    margin-top: 0rem!important;
    margin-bottom: 0rem!important;
}
.ep-mt-auto{
    margin-top: auto;
}
.ep-mx-auto{
    margin-left: auto !important;
    margin-right: auto!important;
}

.ep-my-auto{
    margin-top: auto !important;
    margin-bottom: auto!important;
}
.ep-mb-auto{
    margin-bottom: auto;
}

.ep-box-ml-0, .ep-box-mx-0 {
    margin-left: 0!important;
}
.ep-box-mr-0, .ep-box-mx-0 {
    margin-right: 0!important;
}

/*-- Margins Ends--*/


/*--List group--*/

.ep-list-group {
    --ep-list-group-color: #212529;
    --ep-list-group-bg: #fff;
    --ep-list-group-border-color: rgba(0, 0, 0, 0.125);
    --ep-list-group-border-width: 1px;
    --ep-list-group-border-radius: 0.375rem;
    --ep-list-group-item-padding-x: 1rem;
    --ep-list-group-item-padding-y: 0.5rem;
    --ep-list-group-action-color: #495057;
    --ep-list-group-action-hover-color: #495057;
    --ep-list-group-action-hover-bg: #f8f9fa;
    --ep-list-group-action-active-color: #212529;
    --ep-list-group-action-active-bg: #e9ecef;
    --ep-list-group-disabled-color: #6c757d;
    --ep-list-group-disabled-bg: #fff;
    --ep-list-group-active-color: #fff;
    --ep-list-group-active-bg: #0d6efd;
    --ep-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--ep-list-group-border-radius);
}

.ep-list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.ep-list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.emagic .ep-list-group-item {
    --ep-bg-opacity: 0.25;
    position: relative;
    display: block;
    padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
    color: var(--ep-list-group-color);
    text-decoration: none;
    background-color: rgba(var(--ep-white-color), var(--ep-bg-opacity));
    border: var(--ep-list-group-border-width) solid var(--ep-list-group-border-color);
    margin: 0px !important;
}

.emagic .ep-list-group-item+.ep-list-group-item {
    border-top-width: 0 !important;
}

.ep-list-group-item:hover{
    background-color: rgba(var(--themeColor), 0.1);

}

.ep-list-group-item .ep-tab-link.ep-tab-active{
    --ep-bg-opacity: 1;
    z-index: 2;
    color: var(--ep-list-group-active-color);
    background-color: rgba(var(--themeColor),var(--ep-bg-opacity))!important;
    border-color: var(--ep-list-group-active-border-color);
    display: block;
}

.ep-list-group.ep-myaccount-tabs .ep-list-group-item.ep-tab-item {
    padding:0px !important;
}

.ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
    padding: var(--ep-list-group-item-padding-y) var(--ep-list-group-item-padding-x);
    display: block;
    box-shadow: none;
    text-decoration: none;
}

/*-- List group End--*/

/*--- If dark Mode---*/

.ep-dark-mode-enabled .ep-list-group.ep-myaccount-tabs .ep-list-group-item .ep-tab-link{
    --ep-bg-opacity: 0.2;
}

/*--- dark Mode End---*/

/*---Alignments---*/

.ep-items-center {
    align-items: center!important;
}

.ep-align-items-center {
    align-items: center!important;
}

.ep-items-end {
    align-items: flex-end!important;
}

.ep-items-start {
    align-items: flex-start!important;
}

.ep-content-center{
    justify-content: center!important;
}

.ep-content-left{
    justify-content: flex-start !important;
}

.ep-content-right{
    justify-content: flex-end!important;
}

.ep-justify-content-between {
    justify-content: space-between;
}

.ep-justify-content-end {
    justify-content: flex-end!important;
}
.ep-justify-content-center {
    justify-content: center!important;
}

.ep-align-right{
    text-align: right;
}

.ep-text-start {
    text-align: left!important;
}

.ep-text-end {
    text-align: right;
}

.ep-text-center {
    text-align: center!important;
}

.ep-align-middle {
    vertical-align: middle!important;
}

.ep-align-top {
    vertical-align: top!important;
}

.ep-align-bottom {
    vertical-align: bottom!important;
}

/*---Aligments End*/


/*--Element Hide--*/

.ep-item-hide{
    display:none
}

.ep-d-none{
    display:none
}

.ep-d-inline-block {
    display: inline-block!important;
}

/*--Element Hide End--*/

/*--overflow--*/

.ep-overflow-hidden {
    overflow: hidden!important;
}
.ep-overflow-auto {
    overflow: auto!important;
}
.ep-overflow-visible {
    overflow: visible!important;
}
.ep-overflow-scroll {
    overflow: scroll!important;
}
.ep-overflow-x-hidden{
    overflow-x: hidden!important;
}

/*--Overflow--*/

.ep-flex-wrap{
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.ep-inline-block{
    display: inline-block;
}


.ep-d-flex {
    display: flex;
}
.ep-flex-1{
    flex: 1;
}

.ep-d-inline-flex {
    display: inline-flex;
}

.ep-di-flex {
    display: inline-flex;
}

.ep-box-direction {
    flex-direction: column;
}

.ep-flex-column {
    flex-direction: column!important;
}

.ep-flex-row-reverse {
    flex-direction: row-reverse!important;
}

.ep-justify-content-between {
    justify-content: space-between!important;
}

.ep-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.ep-shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.ep-object-cover-fit{
    object-fit: cover;
}


.ep-lh-0 {
    line-height: 0!important;
}

.ep-lh-1 {
    line-height: 1!important;
}

.ep-lh-2 {
    line-height: 2!important;
}

.ep-lh-sm {
    line-height: 1.25!important;
}

.ep-lh-base {
    line-height: 1.5!important;
}

.ep-lh-lg {
    line-height: 2!important;
}

.ep-box-wrap{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: none;
}

.ep-box-row{
    --ep-gutter-x: 1.5rem;
    --ep-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--ep-gutter-y));
    margin-right: calc(-.5 * var(--ep-gutter-x));
    margin-left: calc(-.5 * var(--ep-gutter-x));
}

.ep-box-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--ep-gutter-x) * .5);
    padding-left: calc(var(--ep-gutter-x) * .5);
    margin-top: var(--ep-gutter-y);
}

.ep-box-col-1,
.ep-box-col-2,
.ep-box-col-3,
.ep-box-col-4,
.ep-box-col-5,
.ep-box-col-6,
.ep-box-col-7,
.ep-box-col-8,
.ep-box-col-9,
.ep-box-col-10,
.ep-box-col-11,
.ep-box-col-12,
.ep-box-col-left-2,
.ep-box-col-right-10{
    position: relative;
    width: 100%;
    min-height: 1px;

}

@media (min-width: 540px){

    /*-- Other CSS----*/

    .ep-xsm-text-start {
        text-align: left!important;
    }

    .ep-xsm-text-end {
        text-align: right;
    }

    .ep-xsm-text-center {
        text-align: center!important;
    }

}
@media (min-width:360px){

    .ep-box-col-xsm-2{
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .ep-box-col-xsm-10{
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

}

@media (min-width: 767px){


    .ep-box-col-sm-1{
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ep-box-col-sm-2{
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .ep-box-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ep-box-col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .ep-box-col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }


    .ep-box-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ep-box-col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .ep-box-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ep-box-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ep-box-col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .ep-box-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ep-box-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #ep-event-organizers-loader-section .ep-box-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #ep-event-organizers-loader-section .ep-box-col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #ep-event-organizers-loader-section .ep-box-col-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }


    /*---Other CSS--*/

    .ep-sm-text-center {
        text-align: center!important;
    }

}

.ep-event-organizers-colored_grid-container .ep-organizer-colored_grid-wrap{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

@media (min-width: 992px){

    .ep-box-col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .ep-box-col-md-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}
/* @media (max-width:1080) */
@media (max-width: 1068px){
    .ep-justify-content-between-sm{
        justify-content: space-between !important;
    }
    .ep-user-booking-btn-section{
        margin-bottom: 1rem;
    }
    .ep-checkout-cart-section {
        margin-top: 10px;
    }
    .ep-buy-ticket-section, .ep-profile-coming-up-section{
        margin-bottom: 2rem;
    }
    .ep-booking-payment-option-button-container{
        justify-content: center !important;
    }
    .ep-user-coming-up-section{
        margin-left: 1rem;
    }
}
/*@media (min-width: 1080px){*/

@media (min-width: 1068px){

    .ep-box-col-1{
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ep-box-col-2{
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;

    }

    .ep-box-col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ep-box-col-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .ep-box-col-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }


    .ep-box-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ep-box-col-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;

    }

    .ep-box-col-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ep-box-col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ep-box-col-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .ep-box-col-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ep-box-col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*--Custom Col--*/

    .ep-box-col-left-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .ep-box-col-right-10 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    /*--Custom Col End--*/
}


@media (min-width: 768px){
    .ep-box-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .ep-flex-row-reverse-md{
        flex-direction: row-reverse!important;
    }
}

.ep-box-col {
    -ms-flex: 0 0 0%;
    flex: 1 0 0%;
    max-width: 100%;
}

.ep-box-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.ep-box-row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.ep-box-row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

/*---Gutter Spacing--*/

.ep-g-5, .ep-gy-5 {
    --ep-gutter-y: 3rem;
}
.ep-g-5, .ep-gx-5 {
    --ep-gutter-x: 3rem;
}

.ep-g-4, .ep-gy-4 {
    --ep-gutter-y: 1.5rem;
}

.ep-g-4, .ep-gx-4 {
    --ep-gutter-x: 1.5rem;
}

.ep-g-3, .ep-gy-3 {
    --ep-gutter-y: 1rem;
}
.ep-g-3, .ep-gx-3 {
    --ep-gutter-x: 1rem;
}

/*--Gutter Spacing--*/

/*--Card --*/

.ep-card-col-3,
.ep-card-col-4,
.ep-card-col-6,
.ep-card-col-12
{
    position: relative;
    width: 100%;
    min-height: 1px;

}

@media (min-width: 650px){

    .ep-card-col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ep-card-col-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }


    .ep-card-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*---Card---*/


/*--- End: General CSS */


/* Global Tabs */


/*Pils--*/

.ep-nav-pills,
.ep-nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.ep-nav-pills .ep-tab-active {
    background-color: rgba(var(--themeColor), 1);
    color: rgba(var(--ep-white-color),1) !important;
}

.ep-tab-link.ep-tab-active{
    padding: 0px;
    margin: 0px
}

.ep-nav-pills .ep-tab-item .ep-tab-link,
.ep-nav-tabs .ep-tab-item .ep-tab-link{
    padding: 0.5rem 1rem;
    border-radius: var(--ep-border-radius);
    box-shadow: none;
    display: inline-flex;
    box-shadow: none;
}

.ep-global-tab-pills{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.ep-global-tab-pills .ep-global-tab-item .ep-global-tab-link{
    padding: 0.5rem 1rem;
    border-radius: var(--ep-border-radius);
    box-shadow: none;
    display: inline-flex;
    box-shadow: none;
}

.ep-global-tab-pills .ep-global-tab-active {
    background-color: rgba(var(--themeColor), 1);
    color: rgba(var(--ep-white-color),1) !important;
}

/*--Pills End---*/

.ep-nav-tabs .ep-tab-link.ep-tab-active {
    color: #495057;
    background-color: rgba(var(--ep-white-color), 1);
    border-color: var(--ep-border-color);
    border-bottom: 1px solid rgba(var(--ep-white-color), 1);
}

/*-if dark mode-*/
.ep-dark-mode-enabled .ep-nav-tabs .ep-tab-link.ep-tab-active {
    color: #fff;
}
/*-if dark mode ends-*/

.ep-nav-tabs .ep-tab-link{
    margin-bottom: -1px !important;
    background: 0 0;
    border: 1px solid transparent;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0px !important;
}

.ep-nav-tabs .ep-tab-link:focus{
    outline: 0px;
}

.ep-nav-tabs {
    border-bottom: 1px solid var(--ep-border-color);
}

/*---Global Tabs Ends--*/

/*---Radio Button Group---*/

.ep-btn-group{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.ep-btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-outline-secondary:active {
}

.ep-btn-check:checked+.ep-btn-outline-secondary:before{
    font-family: 'Material Icons Outlined';
    content: "\e876";
    position: absolute;
    top: -8px;
    left: -5px;
    font-size: 1.25rem!important;
    --ep-text-opacity: 1;
    color: rgba(var(--ep-warning-color),var(--ep-text-opacity))!important;
    background-color: #fff;
    line-height: 16px;
    border-radius:  var(--ep-border-radius-sm)
}

/*-- If the Dark theme enabled---*/

.ep-dark-mode-enabled .ep-btn-check:checked+.ep-btn-outline-secondary:before{
    background-color: #424242;
}

/*-- If the Dark theme End---*/

.ep-btn-check:checked+.ep-btn-outline-secondary,
.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>.ep-btn:not(:first-child) {
    margin-left: 3px;
}

.ep-btn-group>.ep-btn {
    position: relative;
    flex: 1 1 auto;
    line-height: 1;
}

.ep-btn-group input[type="number"] {
    margin: 0px !important;
    background-color: #fff !important;
}
.ep-dark-mode-enabled .ep-btn-group input[type="number"] {
    margin: 0px !important;
    background-color: #333 !important;
}

/*---Radio Button Group End---*/

/*---Button Group ---*/

.ep-btn-group {
    border-radius: 0.375rem;
}
.ep-btn-group, .ep-btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.ep-btn-group>.ep-btn-group:not(:last-child)>.ep-btn, .ep-btn-group>.ep-btn.dropdown-toggle-split:first-child,
.ep-btn-group>.ep-btn:not(:last-child):not(.ep-dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ep-btn-group>.ep-btn-group:not(:first-child)>.ep-btn, .ep-btn-group>.ep-btn:nth-child(n+3),
.ep-btn-group>:not(.ep-btn-check)+.ep-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*--- Button Group End---*/

/*--General Modal CSS---*/

body.ep-modal-open-body {
    overflow: hidden;
    padding-right: 15px;
}

.ep-modal {
    --ep-modal-margin: 1.75rem;
    --ep-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --ep-modal-padding: 1rem;
}

.ep-modal-view {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 100%;
    z-index: 99999;
    max-height: 100%;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0, 0, 0, 0.7);
}
#ep_show_woocommerce_products_popup.ep-modal-view{
    height: auto !important;
}

.ep-modal-overlay {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.ep-modal-wrap{
    margin: 1.75rem;
}

.ep-modal-wrap {
    width: 100%;
    max-width: var(--ep-modal-width);
    /*left: calc(50% - var(--ep-modal-width)/2);*/
    top:0px;
    z-index: 9999;
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--ep-modal-margin) * 2);
    margin-right: auto;
    margin-left: auto;
    height: auto;
}

.ep-modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--ep-modal-margin) * 2);
}

.ep-modal-dialog {
    position: relative;
    width: auto;
    margin: var(--ep-modal-margin);
    pointer-events: none;
}

@media (min-width: 576px){
    .ep-modal-dialog {
        max-width: var(--ep-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
}

.ep-modal-content {
    background: #fff;
    border-radius: 6px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    z-index: 9999;
    height: 100%;
}

/*---if dark mode on---*/

.ep-dark-mode-enabled .ep-modal-content, .ep-dark-mode-enabled .ep-modal-body{
    background: #333;
}

.ep-dark-mode-enabled .emagic .ep-btn-outline-dark{
    --ep-btn-color: #fff;
}

/*-- If dark mode on ends:---*/

.ep-modal-body {
    background: #fff;
    border-radius: 6px;
    position: relative;
    flex: 1 1 auto;
    padding: var(--ep-modal-padding);
}

.ep-modal-lg {
    --ep-modal-width: 800px;
}

.ep-modal-xl {
    --ep-modal-width: 1140px;
}

.ep-modal-xxl {
    --ep-modal-width: 1440px;
}

.ep-modal-titlebar {
    position: relative;
    width: 100%;
    justify-content: space-between;
    /*border-bottom: 1px solid var(--ep-border-color);*/
}

.ep-modal-titlebar .ep-modal-close {
    font-size: 25px;
    padding: 0px 20px 0px 20px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    color: #8b8b8b;
    position: relative;
    z-index: 99
}

.ep-modal-in {
    animation: ep-bounceIn 0.8s ease-in forwards;
}

.ep-modal-out {
    animation: ep-bounceOut 0.6s ease-out forwards;
}

.ep-modal-overlay-fade-in {
    animation: ep-globalSetting-fadeIn 0.3s ease-in forwards;
}

.ep-modal-overlay-fade-out {
    animation: ep-globalSetting-fadeOut 0.3s ease-in forwards;
}

@keyframes ep-bounceIn {
    0%   {
        transform: translateY(-200%) scale(1.5);
        opacity:0;
    }
    30%  {
        opacity:1;
    }
    58%  {
        transform: translateY(0) rotate(1deg) scale(1);
        opacity: 1
    }
    72%  {
        transform: translateY(-30px) rotate(-1deg);
    }
    80%  {
        transform: translateY(0) rotate(0.5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes ep-bounceOut {
    0%   {
        transform: translateY(0);
    }
    10%  {
        transform: translateY(-10px) rotate(-0.5deg);
    }
    30%  {
        transform: translateY(20px) rotate(8deg);
    }
    70%  {
        opacity: 1;
    }
    90%  {
        transform: translateY(300%) translateX(40px) rotate(35deg);
        opacity: 0;
    }
    100% {
        display: none;
    }
}

@keyframes ep-globalSetting-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes ep-globalSetting-fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*-- General Modal CSS Ends---*/

/*Form CSS--*/

.emagic .ep-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.emagic .ep-form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.ep-form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.25rem;
}

.emagic .ep-form-select {
    --ep-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-image: var(--ep-form-select-bg-img), var(--ep-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.ep-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.emagic .ep-input-group>.ep-form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.emagic .ep-input-group>:not(:first-child) {
    margin-left: -1px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.emagic .ep-input-group:not(.has-validation)>.ep-dropdown-toggle:nth-last-child(n+3),
.emagic .ep-input-group:not(.has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ep-input-group .ep-btn {
    position: relative;
    z-index: 2;
}

.ep-btn-group>.ep-btn-group:not(:first-child),
.ep-btn-group>:not(.ep-btn-check:first-child)+.ep-btn {
    margin-left: -1px;
}

.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn{
    margin-left: -1px !important;
}

.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:focus{
    border-style: solid;
}

.emagic .ep-btn-group>:not(.ep-btn-check:first-child)+input.ep-btn:hover{
    color: var(--ep-btn-hover-color) !important;
    background-color: var(--ep-btn-hover-bg) !important;
    border-color: var(--ep-btn-hover-border-color)!important ;
}

.ep-input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.ep-input-group:not(.ep-has-validation)>:not(:last-child):not(.ep-dropdown-toggle):not(.ep-dropdown-menu):not(.ep-form-floating){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ep-input-group-sm>.ep-input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.25rem;
}

.ep-form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
}

/*-- If The Dark Mode On---*/

.ep-dark-mode-enabled .emagic .ep-form-control {
    background-color: rgba(86,86,86,0.33);
    color: #fff;
    border: 1px solid rgba(128,128,128,0.5);
}

.ep-dark-mode-enabled .emagic .ep-input-group-text{
    border: 1px solid rgba(var(--themeColor), 1);
    border: 1px solid rgba(128,128,128,0.5);
}

/*-- If The Dark Mode On End---*/

/*-- Form CSS End--*/

/* Form Error and Notifications---*/

.ep-invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.ep-success-feedback {
    --ep-text-opacity: 1;
    color: rgba(var(--ep-success-color),var(--ep-text-opacity))!important;
}

.ep-error-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.ep-success-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #8CC600;
}

/*--Form error And Notification end--*/

/*-- Table CSS--*/

.emagic .ep-table {
    --ep-table-color: var(--ep-body-color);
    --ep-table-bg: transparent;
    --ep-table-border-color: var(--ep-border-color);
    --ep-table-accent-bg: transparent;
    --ep-table-striped-color: var(--ep-body-color);
    --ep-table-striped-bg: rgba(0, 0, 0, 0.05);
    --ep-table-active-color: var(--ep-body-color);
    --ep-table-active-bg: rgba(0, 0, 0, 0.1);
    --ep-table-hover-color: var(--ep-body-color);
    --ep-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--ep-table-color);
    vertical-align: top;
    border-color: var(--ep-table-border-color);
    border: 0px;
    table-layout: auto;
}

.ep-table-danger {
    --ep-table-color: #000;
    --ep-table-bg: #f8d7da;
    --ep-table-border-color: #dfc2c4;
    --ep-table-striped-bg: #eccccf;
    --ep-table-striped-color: #000;
    --ep-table-active-bg: #dfc2c4;
    --ep-table-active-color: #000;
    --ep-table-hover-bg: #e5c7ca;
    --ep-table-hover-color: #000;
    color: var(--ep-table-color);
    border-color: var(--ep-table-border-color);
}

.ep-table-hover>tbody>tr:hover>* {
    --ep-table-accent-bg: var(--ep-table-hover-bg);
    color: var(--ep-table-hover-color);
}

.emagic table.ep-table-borderless>:not(caption)>*>* {
    border-width: 0;
}

.emagic table.ep-table-borderless {
    border-width: 0;
}

.ep-table>thead {
    vertical-align: bottom;
}

.ep-table>tbody {
    vertical-align: inherit;
}

.ep-table tbody, .ep-table td, .ep-table tfoot, .ep-table th, .ep-table thead, .ep-table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.ep-table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--ep-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--ep-table-accent-bg);
}

/*Table CSss--*/

/*-- Custom  css for Single event page---*/

.ep-sl-other-event-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    background-color: rgba(var(--themeColor), 0.2);
}
#ep_event_edit_booking_page .ep-checkout-img-icon{
    background-color: rgba(var(--themeColor), 0.2);
}
/*-- Custom  css for Single event page End---*/

/*--Loader--*/

.ep-loader-fw-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(8 8 8 / 66%);
    z-index: 9999;
}
.ep-loader {
    width: 48px;
    height: 48px;
    border: 3px solid rgb(0 0 0 / 8%);
    border-radius: 50%;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    margin: 50px auto;
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 9999999;
}

.ep-loader:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: rgba(var(--themeColor), 1);
}

.ep-loader-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

/* Change the parent .parent if it has a .child inside */

.ep-modal-body.ep-loader-active:after {
    content: "";
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* New Loader--*/

.ep-event-loader {
    align-items: flex-start;
    background-color: rgb(255 255 255 / 60%);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

.ep-event-loader-circles-wrap {
    display: flex;
    padding-top: 94px;
}

.ep-event-loader-circle-dot:not(:first-of-type) {
    margin-left: 8px;
}

.ep-event-loader svg:not(:root) {
    overflow: hidden;
}
.ep-event-loader .ep-event-loader-circle-icon {
    color: rgba(var(--themeColor), 1);
}
.ep-event-loader .ep-event-loader-circle-dot {
    width: 15px;
}

.ep-event-loader .ep-event-loader-circle-dot circle {
    animation-direction: normal;
    animation-duration: 2.24s;
    animation-iteration-count: infinite;
    animation-name: epLoader;
    fill: currentColor;
    opacity: 0.07;
}
.ep-event-loader .ep-event-loader-first circle {
    animation-delay: .45s;
}
.ep-event-loader .ep-event-loader-second circle {
    animation-delay: 1.05s;
}
.ep-event-loader .ep-event-loader-third circle {
    animation-delay: 1.35s;
}
@keyframes epLoader {
    50% {
        opacity: 1;
    }
}

/* New Event Loader--*/

/* Progress */

.ep-progress {
    --ep-progress-height: 4px;
    --ep-progress-font-size: 0.75rem;
    --ep-progress-bg: 233, 236, 239;
    --ep-progress-border-radius: 0.375rem;
    --ep-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --ep-progress-bar-color: #fff;
    --ep-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--ep-progress-height);
    overflow: hidden;
    font-size: var(--ep-progress-font-size);
    background-color: rgba(var(--ep-progress-bg), 0.75);
    border-radius: var(--ep-progress-border-radius);
    margin-top: 4px;
}
.ep-progress-bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--ep-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color:rgba(var(--themeColor), 1);
    transition: var(--ep-progress-bar-transition);
}

/*--- If Dark Mode On---*/

.ep-dark-mode-enabled .ep-progress-bar{
    background-color:#37854A;
}

.ep-dark-mode-enabled .ep-progress{
    --ep-progress-bg: #2B4A33;
}

/* Progress End */

/*--Single Performer List View End--*/

/* Load More Spinner Button */

.ep-spinner {
    display: none;
    visibility: hidden;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.ep-spinner.ep-is-active{
    visibility: visible;
    display: inline-block;
}

.ep-spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/* Load More Spinner Button End */

@media (max-width: 600px){
    .ep-sm-py-3{
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }

    .ep-col-order-1{
        order:1
    }

    .ep-col-order-2{
        order:2
    }
}

@media (max-width: 600px){
}

@media (min-width: 600px){
    .ep-sm-py-3{
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
}
/*-- Only Large screen---*/


@media (min-width: 1080px){
    .ep-md-py-4{
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
}
@media (min-width: 1200px){
    .ep-lg-py-5{
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
}

/*--Theme Fixed--*/

.emagic a::after {
    display: none;
}

.theme-twentytwentytwo .emagic{
    display: table;
}
.theme-twentytwentythree .emagic, .theme-twentytwentyfour .emagic{
    max-width: 1200px;
    width: 100%;
}

.theme-twentytwentytwo .emagic {
    width: 100%;
    max-width: 1000px;
}

.theme-twentytwenty .entry-content .emagic{
    max-width: 120rem !important;
    font-family: sans-serif;
    /*font-size: 16px;*/
}

.wp-theme-twentytwentyone .emagic .ep-btn-outline-dark,
.wp-theme-twentytwentyone .emagic .ep-btn-warning,
.wp-theme-twentytwentyone .emagic .ep-btn-danger{
    background-color: var(--ep-btn-bg) !important;
}

/*--Theme Fixed End--*/

.ep-ui-show-on-top {
    z-index: 99999 !important;
}
.em-events-gcal img{
    margin-right: 10px;
}
.ep-checkout-ticket-quantity-num {
    border-right-width: 0px !important;
    border-color: var(--ep-btn-border-color) !important;
}
#ep-frontend-event-submission-section input.ep-disabled-input{
    background-color: #f0f0f1;
    border: 1px solid #ccc;
    color: rgba(44, 51, 56, .5);
}
.ep-outline-width-0{
    outline-width: 0px !important;
}

/*--- PopOver----*/

.ep-popover-wrap{
    display: inline-flex;
}

.ep-popover-wrap .ep-popover-icon:hover .ep-popover-info {
    display: block !important;
    position: absolute;
    transform: translate(0, 10px);
    background: #fff;
    padding: 6px 8px;
    width: 200px;
    border-radius: 6px;
    left: -1.5em;
    font-weight: normal;
    z-index: 99999;
    border: 1px solid rgba(0, 0, 0, 0.175);
    line-height: 18px;
}


.ep-popover-wrap .ep-popover-info .ep-popover-nub{
    position: absolute;
    top: -9px;
    left: 22px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.175);
}

.ep-popover-wrap .ep-popover-info .ep-popover-nub:after{
    content: "";
    position: absolute;
    top: 2px;
    left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}
/*--- PopOver End----*/

/* coral dark theme fixes start */
.theme-coral-dark .emagic textarea{
    min-height: auto !important;
    background-color: rgb(var(--ep-white-color));
}
.theme-coral-dark .emagic .select2-container--classic .select2-selection--multiple{
    background-color: rgb(var(--ep-white-color));
}
/* coral dark theme fixes end */

/*gdpr badge modal start*/

#ep_gdpr_modal{
    display: none;
}

#ep_gdpr_modal.ep_gdpr_modal_active{

}

/* GDPR Modal Styling */

#ep-gdpr-badge{
    cursor: pointer;
}

ul.ep-gdpr-modal-content {
    margin-left: 8px;
    padding: 0px;
    width: 90%;
}

#ep-gdpr-modal-content li {
    position: relative;
    padding: 12px 12px 12px 48px;
    font-size: 15px;
    line-height: 1.6;
    list-style: none;
    margin: 8px auto;
}

#ep-gdpr-modal-content li::before {
    content: "✔";
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    color: rgba(var(--themeColor), 1);
    background: #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 1.5px 4.5px;
    box-shadow: 0 0 0 1px rgba(var(--themeColor), 1);
    box-sizing: border-box;
}

#ep-gdpr-modal-content li::marker{
    display: none;
}

.ep_gdpr_modal_wrap a.ep-modal-close{
    box-shadow:none !important;

}
.ep_gdpr_modal_wrap a.ep-modal-close:focus{
    outline:0px !important;
    box-shadow:none !important;
}

/*--- Cookie Banner----*/

.ep-cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 16px 20px;
    z-index: 99999;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    animation: fadeInUp 0.3s ease-in-out;
}

.ep-cookie-banner .ep-cookie-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.ep-cookie-banner .ep-cookie-text {
    font-size: 14px;
    color: #2d3748;
    flex: 1 1 auto;
}

.ep-cookie-banner .ep-cookie-actions {
    display: flex;
    gap: 10px;
}

.ep-cookie-banner .ep-cookie-btn {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.ep-cookie-banner .ep-cookie-accept {
    background-color: rgba(var(--themeColor), 1);

}

.ep-cookie-banner .ep-cookie-accept:hover {
    background-color: rgba(var(--themeColor), 0.9);
}

.ep-cookie-banner .ep-cookie-decline {
    background-color: #edf2f7;
    color: #4a5568;
}

.ep-cookie-banner .ep-cookie-decline:hover {
    background-color: #e2e8f0;
    color: #4a5568;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*----General Issues----*/


.theme-twentytwentyfive .emagic {
    max-width: 100%;
}/* Editor styles for Spiffy Calendar */

#spiffy_event_meta {
}

.spiffy-meta-def {
	padding: 10px 0;
}
.spiffy-meta-def label {
    width: 180px;
    display: inline-block;
}

.spiffy-meta-def input {
	width: auto;
}

textarea.spiffy-edit-data {
	vertical-align: top;
}

.spiffy-form-desc  {
	margin-left: 180px !important;
	font-style: italic;
}

#spiffy-custom-days {
	margin-left: 180px;
}@font-face{font-family:lg;src:url(//ecolelesgraces.com/wp-content/plugins/ml-slider-lightbox/assets/fonts/lg.woff2?io9a6k) format("woff2"),url(//ecolelesgraces.com/wp-content/plugins/ml-slider-lightbox/assets/fonts/lg.ttf?io9a6k) format("truetype"),url(//ecolelesgraces.com/wp-content/plugins/ml-slider-lightbox/assets/fonts/lg.woff?io9a6k) format("woff"),url(//ecolelesgraces.com/wp-content/plugins/ml-slider-lightbox/assets/fonts/lg.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'}.lg-next,.lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:'\e095'}.lg-prev{left:20px}.lg-prev:after{content:'\e094'}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:'\e070'}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:'\e90a'}.lg-toolbar .lg-download:after{content:'\e0f2'}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-group:after{content:'';display:table;clear:both}.lg-container{display:none;outline:0}.lg-container.lg-show{display:block}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar{opacity:1}.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(//ecolelesgraces.com/wp-content/plugins/ml-slider-lightbox/assets/images/loading.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:'';display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:'\e909'}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/**
 * MetaSlider Lightbox - Public/Frontend Styles
 *
 * All public-facing styles for the MetaSlider Lightbox plugin
 * Combines: icon styles and LightGallery customizations
 */

/* ==========================================================================
   FONT DECLARATIONS
   ========================================================================== */

@font-face {
    font-family: 'lg';
    src: url(//ecolelesgraces.com/wp-content/plugins/ml-slider-lightbox/assets/fonts/lg.woff2) format('woff2'),
         url(//ecolelesgraces.com/wp-content/plugins/ml-slider-lightbox/assets/fonts/lg.woff) format('woff'),
         url(//ecolelesgraces.com/wp-content/plugins/ml-slider-lightbox/assets/fonts/lg.ttf) format('truetype'),
         url(//ecolelesgraces.com/wp-content/plugins/ml-slider-lightbox/assets/fonts/lg.svg#lg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   CUSTOM POSITIONING
   ========================================================================== */

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-next {
    right: 20px;
}

/* ==========================================================================
   HIDE LIGHTBOX BUTTONS ON UI ELEMENTS
   ========================================================================== */

.flex-control-nav .ml-lightbox-button,
.flex-control-thumbs .ml-lightbox-button {
    display: none !important;
}

.lg-thumb .ml-lightbox-button,
.lg-thumb-item .ml-lightbox-button {
    display: none !important;
}

/* ==========================================================================
   ACCESSIBILITY IMPROVEMENTS
   ========================================================================== */

.lg-outer .lg-close:focus,
.lg-outer .lg-prev:focus,
.lg-outer .lg-next:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

@media (prefers-contrast: high) {
    .lg-outer .lg-close,
    .lg-outer .lg-prev,
    .lg-outer .lg-next {
        background: rgba(0, 0, 0, 0.9);
        border: 2px solid #ffffff;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lg-outer .lg-close,
    .lg-outer .lg-prev,
    .lg-outer .lg-next {
        transition: none;
    }

    .lg-outer .lg-close:hover,
    .lg-outer .lg-prev:hover,
    .lg-outer .lg-next:hover {
        transform: none;
    }
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */

@media (max-width: 768px) {
    .lg-close:after,
    .lg-prev:after,
    .lg-next:after {
        background-size: 18px 18px;
        width: 36px;
        height: 36px;
    }

    .lg-close,
    .lg-prev,
    .lg-next {
        width: 36px;
        height: 36px;
    }
}

/* ==========================================================================
   THUMBNAIL STYLES
   ========================================================================== */

.lg-outer .lg-thumb-item {
    opacity: 0.5;
    transition: border-color 0.25s ease;
    border-color: var(--ml-lightbox-thumbnail-border-color, #ffffff) !important;
    background-color: transparent !important;
}

.lg-outer .lg-thumb-item:hover {
    opacity: 0.8;
    border-color: var(--ml-lightbox-thumbnail-border-hover-color, #dd6923) !important;
}

.lg-outer .lg-thumb-item.active {
    opacity: 1;
    border-color: var(--ml-lightbox-thumbnail-border-hover-color, #dd6923) !important;
}

.lg-outer .lg-thumb-item img {
    transition: transform 0.25s ease;
}

.ml-showcase-thumb {
    background-color: var(--ml-lightbox-thumbnail-border-color) !important;
}

.lg-outer .lg-thumb-item.active img {
    transform: scale(1.12);
}

.lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.lg-thumb-item[data-video] {
    background: #000;
}

.lg-thumb-item[data-video]:hover::after {
    background: rgba(255, 255, 255, 1);
}

.lg-thumb-item[data-video][data-poster] img {
    opacity: 0.8;
}

.lg-thumb-item[data-video][data-poster]:hover img {
    opacity: 1;
}



/* ==========================================================================
   LIGHTBOX BUTTON STYLES
   ========================================================================== */

.ml-lightbox-button,
.widget .ml-lightbox-enabled a.ml-lightbox-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none!important;
    line-height: 16px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: inherit;
    border: none;
    outline: none;
    text-align: center;
    height: auto!important;
}

.ml-lightbox-button:hover {
    text-decoration: none;
}

.ml-lightbox-button:focus {
    text-decoration: none;
    outline: 2px solid white;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

.ml-lightbox-button:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 0 8px rgba(0, 0, 0, 0.5);
}

.ml-lightbox-slide {
    position: relative;
}

@media (prefers-contrast: high) {
    .ml-lightbox-button {
        background: rgba(0, 0, 0, 0.95);
        border: 2px solid #ffffff;
        font-weight: bold;
    }

    .ml-lightbox-button:focus,
    .ml-lightbox-button:focus-visible {
        outline: 4px solid #ffffff;
        outline-offset: 2px;
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.8);
    }
}

/* ==========================================================================
   ICON MODE STYLES
   ========================================================================== */

/* When button contains only an icon (no text) */
.ml-lightbox-button .ml-lightbox-icon {
    display: block;
    width: 20px;
    height: 20px;
}

/* Make button smaller and circular when showing icon */
.ml-lightbox-button:has(.ml-lightbox-icon) {
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 40px !important;
    min-width: 40px !important;
    flex: none !important;
    object-fit: initial !important;
}

/* Icon color inherits from button text color */
.ml-lightbox-button .ml-lightbox-icon {
    color: inherit;
}

/* Ensure icon scales properly on hover */
.ml-lightbox-button:hover .ml-lightbox-icon {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/* Override WordPress gallery defaults for icon buttons */
.wp-block-gallery .ml-lightbox-button:has(.ml-lightbox-icon),
.wp-block-gallery figure .ml-lightbox-button:has(.ml-lightbox-icon),
.gallery .ml-lightbox-button:has(.ml-lightbox-icon) {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    min-width: 40px !important;
    flex: none !important;
}

.wp-block-gallery .ml-lightbox-button .ml-lightbox-icon,
.gallery .ml-lightbox-button .ml-lightbox-icon {
    width: 20px !important;
    height: 20px !important;
    object-fit: initial !important;
}

@media (prefers-reduced-motion: reduce) {
    .ml-lightbox-button {
        transition: none;
    }

    .ml-lightbox-button:focus,
    .ml-lightbox-button:focus-visible {
        box-shadow: none;
        outline: 3px solid #ffffff;
    }
}

.lg-container .lg-counter {
	padding: 10px !important;
	border-radius: 0 !important;
}

.lg-toolbar {
    z-index: 1083 !important;
}

@supports not selector(:has(*)) {
    .lg-toolbar.lg-group {
        display: flex !important;
        align-items: center !important;
    }

    .lg-toolbar.lg-group .lg-counter {
        margin-left: 10px !important;
    }
}

/* ==========================================================================
   METASLIDER INTEGRATION
   ========================================================================== */

.ml-lightgallery-active {
    position: relative;
}

.ml-lightgallery-active a[data-src] {
    cursor: pointer;
}

.ml-lightgallery-active a[data-src]:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.ml-lightgallery-active .lg-loading {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.lg-sub-html {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    color: white;
    padding: 20px;
    font-size: 14px;
    line-height: 1.4;
}

.lg-sub-html p {
    margin: 0;
}

.lg-container[class*="ml-cap-"] .lg-sub-html .ml-caption-text {
    display: inline-block;
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.lg-container.ml-cap-slide-up .lg-sub-html .ml-caption-text {
    transform: translate3d(0, 20px, 0);
}

.lg-container.ml-cap-slide-down .lg-sub-html .ml-caption-text {
    transform: translate3d(0, -20px, 0);
}

.lg-container[class*="ml-cap-"] .lg-current .lg-sub-html .ml-caption-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.4s;
}

.lg-container .lg-item > .lg-sub-html:not(:empty) {
    display: block;
}
.lg-container .lg-item > .lg-sub-html:empty {
    display: none;
}

/* .lg-inner sets white-space: nowrap for its inline-block slides; captions
   appended into .lg-item inherit it and run off the slide instead of wrapping. */
.lg-container .lg-item > .lg-sub-html {
    white-space: normal;
}

.lightbox-layer-wrapper {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
}

.lightbox-layer-content {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 4px;
    border-left: 3px solid rgba(255, 255, 255, 0.5);
}

.lightbox-layer-content p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.5;
}

.lightbox-layer-content h1,
.lightbox-layer-content h2,
.lightbox-layer-content h3,
.lightbox-layer-content h4,
.lightbox-layer-content h5,
.lightbox-layer-content h6 {
    margin: 8px 0 5px 0;
    color: white;
    font-weight: bold;
}

.lightbox-layer-content strong {
    color: #ffffff;
    font-weight: bold;
}

.lightbox-layer-content em {
    color: #cccccc;
    font-style: italic;
}

.lightbox-layer-content a {
    color: #66b3ff;
    text-decoration: underline;
}

.lightbox-layer-content a:hover {
    color: #99ccff;
}

/* ==========================================================================
   METASLIDER THEMES
   ========================================================================== */

.metaslider.ms-theme-bitono .flexslider .slides > li > a.ml-lightbox-button,
.metaslider.ms-theme-draxler .flexslider .slides > li > a.ml-lightbox-button,
.metaslider.ms-theme-revelio .flexslider .slides > li > a.ml-lightbox-button,
.metaslider.ms-theme-databold .flexslider .slides > li > a.ml-lightbox-button {
	position: absolute;
	z-index: 9999;
}
.metaslider.ms-theme-cubic .flexslider .slides > li > a.ml-lightbox-button,
.metaslider.ms-theme-blend .flexslider .slides > li > a.ml-lightbox-button ,
.metaslider.ms-theme-precognition .flexslider .slides > li > a.ml-lightbox-button,
.metaslider.ms-theme-highway .flexslider .slides > li > a.ml-lightbox-button,
.metaslider.ms-theme-hero .flexslider .slides > li > a.ml-lightbox-button,
.metaslider.ms-theme-revelio .flexslider .slides > li > a.ml-lightbox-button{
    bottom: auto;
    top: 10px;
    z-index: 9999;
}
.metaslider.ms-theme-jenga .flexslider .slides > li > a.ml-lightbox-button,
.metaslider.ms-theme-radix .flexslider .slides > li > a.ml-lightbox-button {
	right: auto;
	left: 15px;
    z-index: 9999;
}

.metaslider.ms-theme-radix .flex-pauseplay + * .ml-lightbox-button,
.metaslider.ms-theme-radix:has(.flex-pauseplay) .ml-lightbox-button {
    left: 90px!important;
    bottom: 5px;
}

.metaslider.ms-theme-radix.ml-radix-icon-only .ml-lightbox-button {
    left: 60px!important;
    bottom: 5px;
}

.metaslider.ms-theme-radix.ml-radix-with-text .ml-lightbox-button {
    left: 100px!important;
    bottom: 5px;
}
.metaslider.ms-theme-disjoint .flexslider .slides > li > a.ml-lightbox-button {
    bottom: auto;
	right: auto;
	left: 15px;
    top: 10px;
    z-index: 9999;
}
.filmstrip .ms-thumb .ml-lightbox-button{
    display: none;
}

@media (max-width: 768px) {
    .metaslider.ms-theme-bitono .flexslider .slides > li > a.ml-lightbox-button,
    .metaslider.ms-theme-bubble .flexslider .slides > li > a.ml-lightbox-button {
        bottom: auto;
        top: 10px;
    }
    .metaslider.ms-theme-highway .flexslider .slides > li > a.ml-lightbox-button{
        bottom: 10px;
        top: auto;
    }
    .ms-is-small.metaslider.ms-theme-highway .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
        width: 60%;
    }
    .ms-is-small.metaslider.ms-theme-highway .flexslider:not(.filmstrip) ul.flex-direction-nav {
        top: 20%;
    }
    .metaslider.ms-theme-highway .flexslider:not(.filmstrip) ul.flex-direction-nav {
        height: 30%;
    }
    .metaslider.ms-theme-radix .flex-pauseplay + * .ml-lightbox-button, .metaslider.ms-theme-radix:has(.flex-pauseplay) .ml-lightbox-button {
        left: 80px!important;
        font-size: 11px;
    }
    .lightbox-layer-content span {
        font-size: 21px !important;
    }
}

/* ==========================================================================
   COLOR CUSTOMIZATION VARIABLES
   ========================================================================== */

:root {
    --ml-lightbox-bg-color: rgba(0, 0, 0, 0.5);
    --ml-lightbox-bg-hover-color: rgba(0, 0, 0, 0.8);
    --ml-lightbox-border-radius: 6px;
    --ml-lightbox-transition: all 0.2s ease;
}

/* ==========================================================================
   CUSTOM HTML RESPONSIVE STYLES
   ========================================================================== */

.ml-custom-html-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 20px;
    box-sizing: border-box;
}

.ml-custom-html-content {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
    max-width: 90vw;
    max-height: 80vh;
    overflow: auto;
    word-wrap: break-word;
    box-sizing: border-box;
}

.ml-custom-html-content h1,
.ml-custom-html-content h2,
.ml-custom-html-content h3 {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.2;
}

.ml-custom-html-content p {
    margin-bottom: 1em;
    line-height: 1.6;
}

.ml-custom-html-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ml-custom-html-content video {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .ml-custom-html-wrapper {
        padding: 20px 10px;
    }

    .ml-custom-html-content {
        padding: 20px;
        max-width: 95vw;
        max-height: 85vh;
        font-size: 14px;
    }

    .ml-custom-html-content h1 {
        font-size: 1.5em;
    }

    .ml-custom-html-content h2 {
        font-size: 1.3em;
    }

    .ml-custom-html-content h3 {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .ml-custom-html-wrapper {
        padding: 15px 5px;
    }

    .ml-custom-html-content {
        padding: 15px;
        max-width: 98vw;
        max-height: 90vh;
        font-size: 13px;
    }
}

/* ==========================================================================
   LIGHTBOX OVERLAY STYLES
   ========================================================================== */

.ml-video-overlay,
.ml-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: 2;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: background 0.2s ease;
}

.ml-video-overlay:hover,
.ml-image-overlay:hover {
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

/* Override themes (e.g. MetaSlider Undertone) that reset <a> position/z-index inside slides */
.metaslider .slides > li > .ml-video-overlay,
.metaslider .slides > li > .ml-image-overlay {
    position: absolute !important;
    z-index: 1 !important;
}

.ml-lightbox-enabled {
	cursor: pointer;
}
img.ml-lightbox-enabled {
	cursor: default;
}
.ml-lightbox-enabled:has(.ml-lightbox-button) {
	cursor: default !important;
}

.ml-lightbox-container-disabled {
    cursor: default !important;
    text-decoration: none !important;
    color: inherit !important;
}

.ml-lightbox-container-disabled:hover {
    text-decoration: none !important;
    color: inherit !important;
}

.ml-has-lightbox-button {
    position: relative;
}

.ml-video-overlay:focus,
.ml-image-overlay:focus {
    outline: 2px solid #0073aa;
    outline-offset: 2px;
}

@media (prefers-contrast: high) {
    .ml-video-overlay,
    .ml-image-overlay {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

    .ml-video-overlay:hover,
    .ml-image-overlay:hover {
        background: rgba(0, 0, 0, 0.3);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ml-video-overlay,
    .ml-image-overlay {
        transition: none;
    }
}

/* ==========================================================================
   VIDEO LIGHTBOX STYLES
   ========================================================================== */

.wp-block-embed .wp-block-embed__wrapper {
    position: relative !important;
    overflow: visible !important;
}

.wp-block-embed .wp-block-embed__wrapper.ml-lightbox-enabled {
    position: relative !important;
}

.wp-block-embed iframe[style*="max-height: 0"],
.wp-block-embed iframe[style*="max-height:0"],
.wp-block-embed iframe[style*="max-height: 0px"],
.wp-block-embed iframe[style*="max-height:0px"] {
    max-height: none !important;
    height: auto !important;
}

.wp-block-video {
    position: relative;
}

.wp-block-video video {
    position: relative;
    z-index: 1;
}

.lg-initialized.wp-lightbox-container {
	display: inline-block;
}

.lg-initialized.wp-lightbox-container img {
	cursor: default;
}

/* ==========================================================================
   LIGHTGALLERY LAYOUT AND PERFORMANCE OPTIMIZATIONS
   ========================================================================== */

.lg-outer .lg-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lg-outer .lg-item img {
    max-width: 100%;
    max-height: calc(100vh - 120px);
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.lg-outer.lg-thumbnail .lg-item img {
    max-height: calc(100vh - 160px);
}

.lg-outer .lg-item {
    transition: opacity 0.3s ease-in-out;
}

.lg-outer .lg-item .ms-layer .msDefaultImage {
    width: 1400px !important;
    height: 600px !important;
    max-width: 80% !important;
    margin: 0 auto !important;
    object-fit: cover !important;
}

.lg-outer .lg-item .ms-layer .msHtmlOverlay {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    width: 80% !important;
    height: 100% !important;
    transform: translateX(-50%) !important;
}

.lg-outer .lg-item .ms-layer .msHtmlOverlay .content {
    font-size: 1.8em !important;
    line-height: 1.2 !important;
}

.lg-outer .lg-content {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.ml-lightbox-fade-in {
    animation: ml-lightbox-fadeIn 0.3s ease-in-out;
}

@keyframes ml-lightbox-fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ml-lightbox-hidden {
    display: none !important;
}

.ml-lightbox-loading {
    opacity: 0.5;
    pointer-events: none;
}

/* ==========================================================================
   ACCESSIBILITY - SCREEN READER ONLY
   ========================================================================== */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */

@media print {
    .lg-outer,
    .lg-backdrop {
        display: none !important;
    }
}