.team-item .image-link {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.cursor {
cursor: pointer;
}

.table-striped td.day.fc-highlight{
    background: #4a90e2;
    color: white;
    font-weight: 500;
}

.form-required{
    color: red;
}

.appointment-form .time-slots-container .available-slots{width:100%; text-align: center; padding:13px;margin-bottom:15px;font-size:0.9rem;border:none;background-color:#fff;color:var(--secondary);cursor:pointer;border-radius:50px;border:solid 1px var(--secondary);transition:var(--transition);}
  .appointment-form .time-slots-container .available-slots:hover{background:var(--secondary);color:#fff;}
 .time-slots-container .available-slots.unavailable{background-color:#eee;color:#999;cursor:not-allowed;border:solid 1px #ddd;}
 .time-slots-container .available-slots.unavailable:hover{background-color:#eee;color:#999;cursor:not-allowed;}