.ep_ls_single_seat_area {
    transform: 1s;
}

.ep_ls_single_seat_area .ep_ls_single_area_seats:nth-child(1) .ep_ls_single_area_row_title .ep_ls_area_row_selection_bar{
    margin-top: 10px;
}

.highlighted-area {
    animation: highlighted-area 1s forwards normal 1;
}

@keyframes highlighted-area {
    0% {background-color: transparent;}
    50% {background-color: lightyellow;}
    100% {background-color: transparent;}
}

.ep_ls_front_seat_plan {
    transition: 1s;
}

/*--- Seat Zoom In----*/

.ep-seat-plan-wrap .ep-seat-zooming-in .ep_ls_single_seat_area .ep-seat-col{  max-width: 50px;}
.ep-seat-plan-wrap .ep-seat-zooming-in .ep_ls_single_seat_area .ep-seat-col .ep_seat_col_number {
    font-size: 1.2rem;
} 
.ep-seat-plan-wrap .ep-seat-zooming-in .ep_ls_single_area_row_title .ep_ls_area_row_selection_bar{
    font-size: 1.2rem;
}

.ep-seat-plan-wrap .ep-seat-zooming-in .ep-seat-col .ep_ls_event_ticket_seat svg {
    width: 48px;
    height: 48px;
}

/*--- Seat Zoom In End----*/

/*--- Seat Zoom out----*/

.ep-seat-plan-wrap .ep-seat-zooming-out .ep_ls_single_seat_area .ep-seat-col{  max-width: 24px;}
.ep-seat-plan-wrap .ep-seat-zooming-out .ep_ls_single_seat_area .ep-seat-col .ep_seat_col_number {
    font-size: 0.7rem;
} 
.ep-seat-plan-wrap .ep-seat-zooming-out .ep_ls_single_area_row_title .ep_ls_area_row_selection_bar{
    font-size: 0.7rem;
}

.ep-seat-plan-wrap .ep-seat-zooming-out .ep-seat-col .ep_ls_event_ticket_seat svg {
    width: 22px;
    height: 22px;
}

/*--- Seat Zoom out End----*/

.ep-seat-zooming-in {
   /*--transform: scale(1.5,1.5);--*/
}

.ep-seat-zooming-out {
   /*-- transform: scale(0.75,0.75);--*/
}

.ep-seat-not-allowed{
    cursor: not-allowed !important;
}

.ep-seat-col {   
    max-width: 40px;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
}

.ep-seat-col .ep_ls_event_ticket_seat svg {
    width: 28px;
    height: 28px;
}

.ep-seat-col .ep_ls_event_ticket_seat svg {}

.ep-seat-col .ep_ls_col_index {}

.ep_ls_area_row_selection_bar {
    width: 26px;
    line-height: 10px;
    margin-top: -6px;
}

.ep-seat-plan-wrap {
    max-height: 600px;
}

.ep_ls_single_seat_area .ep-seat-col {
    padding: 0px 4px
}

.ep-ls-area-align-left .ep_ls_single_area_seats{    
    justify-content: start;
}

.ep-ls-area-align-center .ep_ls_single_area_seats {  
    justify-content: center;
}

.ep-ls-area-align-right .ep_ls_single_area_seats{   
    justify-content: end;
}

.emagic .ep-seat-info-popover {
    width: 140px;
    min-height: 80px;
    bottom: 45px;
    left: -52px;
    position: absolute;
    z-index: 1060;
    max-width: 200px;
    padding: 10px 7px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    color: #414141;
}

.emagic .ep-seat-info-popover>.ep-seat-info-popover-arrow:after {
    content: "";
    border-width: 10px;
}

.emagic .ep-seat-info-popover>.ep-seat-info-popover-arrow,
.emagic .ep-seat-info-popover>.ep-seat-info-popover-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.emagic .ep-seat-info-popover>.ep-seat-info-popover-arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.emagic .ep-seat-info-popover>.ep-seat-info-popover-arrow {
    border-width: 11px;
}
.emagic .ep-seat-info-popover>.ep-seat-info-popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-bottom-color: #999;
    border-top-color: rgba(0,0,0,.25);
}

.emagic .ep-seat-info-popover .ep-seat-info-popover-row {
    font-size: 12px;
    line-height: 20px;
}

.emagic .ep-seat-info-popover{
    display: none;
}

.emagic .ep_ls_single_seat_area .ep-seat-col:hover .ep-seat-info-popover {
    display: block;
}

.ep_ls_single_seat_area .ep_ls_single_area_seats:nth-child(1) .ep-seat-info-popover,
.ep_ls_single_seat_area .ep_ls_single_area_seats:nth-child(2) .ep-seat-info-popover{
    top: 56px;
    bottom: inherit;
}

.emagic .ep_ls_single_seat_area .ep_ls_single_area_seats:nth-child(1) .ep-seat-info-popover>.ep-seat-info-popover-arrow,
.emagic .ep_ls_single_seat_area .ep_ls_single_area_seats:nth-child(2) .ep-seat-info-popover>.ep-seat-info-popover-arrow{
    top: -11px;
    transform: rotate(180deg);
}

.ep-ls-hide-seat{
    visibility: hidden;
}