.bg-custom {
    --fc-bg-opacity: 1;
    background-color: #0067b1 !important;
    border-radius: 50% !important;
    margin-left: 15px;
    color: #fff !important;
}


/* upcoming */
.custom-5 {
    font-size: 14px;
}


.bg-danger-custom {
    background-color: #f2f2f4 !important;
}

.bg-success-custom {
    background-color: #f2f2f4 !important;
    color: green;
    font-size: 15px;
}

.bg-primary-custom {
    background-color: #f2f2f4 !important;
    color: #0067b1;
}

.badge-custom {
    --fc-badge-color: #e43434;
    border-radius: 5px !important;
    padding: 5px 6px 5px 8px !important;;
}


/* professional details */
.card-hover:hover {
  background-color: #0799d624;
  transition: background-color 0.3s ease;
}

.bg-primary-custom-2 {
    background-color: #f3f4f4 !important;
}

.text-primary-custom {
    color: #0186c9;
}
