.emp-birth-wrap{
    width: 100%;
}
.emp-birth-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.emp-birth-list-item{
    width: 100%;
    display: flex;
    align-items: center;
}
.emp-birth-list-item:first-child{
    padding-top: 0 !important;
}
.emp-birth-list-item:last-child{
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.wpt-emp-info{
    width: 100%;
}
.wpt-emp-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.emp-birth-list-item h3, .emp-birth-list-item h4{
    margin: 0;
}
.emp-upcoming-birth-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.emp-upcoming-birth-wrap ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.emp-upcoming-birth-wrap ul li .wpt-emp-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.emp-upcoming-birth-wrap ul li:nth-child(n+2) .wpt-emp-img {
    transform: translateX(calc(-30% * (var(--i))));
}
.emp-upcoming-birth-wrap ul li {
    --i: 0;
}
.emp-upcoming-birth-wrap ul li:nth-child(2) { --i: 1; }
.emp-upcoming-birth-wrap ul li:nth-child(3) { --i: 2; }
.emp-upcoming-birth-wrap ul li:nth-child(4) { --i: 3; }
.emp-upcoming-birth-wrap ul li:nth-child(5) { --i: 4; }
.emp-upcoming-birth-wrap ul li:nth-child(6) { --i: 5; }

.swiper {
    width: 100%;
    height: 100%;
}
/* Swiper pagination bullets: normal gray, active white */
.swiper-pagination-bullet {
    background: #888 !important; /* gray */
    opacity: 0.9 !important;
}
.swiper-pagination-bullet-active {
    background: #fff !important; /* white */
}
.wpt-slider-wrap a{
    display: block;
}
.wpt-slider-wrap img{
    width: 100%;
    border-radius: 15px !important;
}