/* Стил за термини */
.i3-time-slot {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}

.i3-time-slot.available {
    background-color: #4CAF50;
    color: white;
}

.i3-time-slot.available:hover {
    background-color: #45a049;
}

.i3-time-slot.booked {
    background-color: #f44336;
    color: white;
    cursor: not-allowed;
}

/* Стил за некликабилни денови во календарот */
.ui-datepicker-unselectable {
    background-color: #eee !important;
    opacity: 0.5;
    cursor: not-allowed;
}

/* Основен стил за админ табелата */
#appointments-table th,
#appointments-table td {
    padding: 8px 12px;
    text-align: left;
}

#appointments-table input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

/* Подобрена приказ на календарот */
#i3-appointment-calendar {
    margin-bottom: 20px;
}

/* Порака после закажување */
#i3-message {
    margin-top: 15px;
}

.wp-list-table input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
.wp-list-table td {
  vertical-align: middle;
}
