/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-Apr-2023, 16:55:30
    Author     : admin
*/


.ep-al-attendee-wrap {
    display: inline-flex;
    align-items: center;
    width: 100%;
    border: 1px solid #dee2e6;
    padding: 10px 10px;
    border-radius: 4px;
}

.ep-al-search-box input[type="search"] {
    width: 100%;
        
}

.ep-al-booked-attendee-section{}

.ep-attendee-wrap-scroll {
    /* overflow-x: hidden !important; */
}

#ep-recent-attendees-wrap {
    padding-bottom: 25px !important;
    box-sizing: content-box;
    margin-top: 10px;
}

#ep-recent-attendees-wrap {
    overflow: hidden;
    overflow-y: auto;
}

#ep-recent-attendees-wrap .ep-al-booked-attendee-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
    margin-bottom: 8px;
}

#ep-recent-attendees-wrap ul{
    width: 100%;
}

#ep-recent-attendees-wrap ul .ep-al-attendee-wrap .ep-al-booked-attendee-name{
    width: 100%;
}

.ep-attendee-wrap-scroll .ep-al-booked-attendee-section a {
    cursor: auto !important;
}

.ep-al-attendee-wrap span.ep-al-num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;

}

tr.ep-al-booked-attendee-section td:first-child {
    display: flex !important;
    align-items: center !important;
}

#ep-recent-attendees-wrap .ep-al-booked-attendee-section:first-child{

}

#ep-attendee-widgets-container h2 {
    margin-bottom: 6px;
}