/*-----------------------------------------------the below css is used for past appointment and upcoming appointment is career expert page------------------*/
.appointment_new-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    background: #FFF;
    padding: 10px;
    margin-bottom: 10px;
}

.appointment_new-box img{
    width: 20%;
    height: 15vh !important;
    object-fit: cover;
    border-radius: 5px !important;
}


.appointment_new-date_detail{
    width: 80%;
    display:flex; 
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
}


/*-----------------------------------------------the below css is used for past appointment and upcoming appointment is career expert page------------------*/
