.swal2-popup {
    width: 350px !important;
    font-size: 14px !important;
    padding: 1.5rem !important;
}

.swal2-title {
    font-size: 18px !important;
}

.swal2-html-container {
    font-size: 14px !important;
}
.timeline{
list-style:none;
padding-left:20px;
border-left:3px solid #4e73df;
}

.timeline li{
margin-bottom:20px;
position:relative;
padding-left:15px;
}

.timeline li::before{
content:"";
width:12px;
height:12px;
background:#4e73df;
border-radius:50%;
position:absolute;
left:-7px;
top:5px;
}