*{
    font-family: "Cairo", sans-serif;
}

.header-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.visit-card {
    border-right: 4px solid #f2c200;
    background: #fffdd0;
    padding: 12px;
    margin-bottom: 10px;
}

.visit-card-now {
    border-right: 5px solid #ff5722;
    background: linear-gradient(90deg, #fff3e0, #ffffff);
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(255, 87, 34, 0.3);
    position: relative;
}

.appointment-card {
    border-right: 4px solid #17a2b8;
    background: #c8f1ff;
    padding: 12px;
    margin-bottom: 10px;
}

.badge-status {
    font-size: 12px;
}

.doctor-name {
    font-weight: bold;
}

.file-no {
    color: #555;
    font-size: 13px;
}

.time {
    font-size: 20px;
    font-weight: bold;
    color: #222;
}

.duration {
    font-size: 12px;
    color: #555;
}

.action-icons a {
    margin-left: 10px;
    font-size: 13px;
    text-decoration: none;
    color: #007bff;
}

.action-icons a:hover {
    text-decoration: underline;
}

.divider {
    border-top: 1px dashed #ccc;
    margin: 10px 0;
}

.bbg-hover {
    opacity: 1;
    transition: 0.6s;
}

.bbg-hover:hover {
    background-color: #282828 !important;
    cursor: pointer;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.swal2-popup .swal2-title {
    font-size: 15px!important;
}

button.swal2-close {
    font-size: 30px!important;
}

.table-wrapper{
    max-height: 60vh; overflow-y: auto;
}

.table-wrapper thead th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    z-index: 10;
}

.fc-timegrid-event .fc-event-title {
    white-space: normal;
    font-size: 12px;
    line-height: 1.2;
}

.fc-list-day.fc-day-today
.fc-list-day-cushion.fc-cell-shaded {
    background-color: #fff3cd !important;
    border-right: 5px solid #ffc107;
}

.fc-list-day.fc-day-today
.fc-list-day-cushion.fc-cell-shaded a {
    font-weight: bold;
    color: #856404;
}

html[dir="rtl"] div.dt-buttons {
    position: absolute;
    left: 0px;
}
