﻿::placeholder
{
    font-style: italic;
    font-weight: bold;
}

.flatpickr-day.available-day
{
    background-color: #28a745;
    color: white;
}

.flatpickr-day.flatpickr-disabled {
    background-color: #f8f9fa !important; 
    color: #adb5bd !important; 
    border: none !important;
    pointer-events: none !important; 
    cursor: not-allowed !important;
    opacity: 0.5;
}

.flatpickr-day.flatpickr-disabled:hover {
    background-color: #f8f9fa !important;
    color: #adb5bd !important;
}

.flatpickr-day.selected, .flatpickr-day:hover
{
    background-color: #0d6efd !important;
    color: white!important;
}

.flatpickr-day.full-day {
    background-color: #dc3545 !important;
    color: white !important;
    cursor: not-allowed !important;
    opacity: 0.9;
    position: relative;
}

.flatpickr-day.full-day:hover {
    background-color: #c82333 !important;
}

.legend-box
{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 3px;
}

.legend-box-time
{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 3px;
}


.legend-box.available
{
    background-color: #28a745;
}

.legend-box.selected
{
    background-color: #0d6efd;
}

.legend-box.full
{
    background-color: #808080;
}

.legend-box-time.full
{
    background-color: #dc3545;
}

.btn-janji
{
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
}

.btn-janji:hover
{
    background-color: #0b5ed7;
}

label
{
    font-weight: bold;
}

.row
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.time-slot
{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
}

.time-slot.selected
{
    background-color: #0d6efd;
    color: white;
}

.time-slot.full
{
    background-color: #dc3545;
    color: white;
    pointer-events: none;
    cursor: not-allowed;
}

.time-slot:hover
{
    background-color: #0d6efd;
    color: white;
}
