.personal-calendar-employee {
    display: block ruby;
    text-align: start;
}

.personal-calendar-selectable {
    cursor: pointer;
    border: 1px solid #ddd;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.personal-calendar-selectable span{
    width: 30px;
    height: 30px;
    display: block;
}

.personal-calendar-selectable.first-selected {
    background-color: #cce5ff;
    color: #004085;
    font-weight: bold;
}

.personal-calendar-selectable.selected {
    background-color: #007bff;
    color: white;
}

.personal-calendar-selectable.saved {
    background-color: #28a745;
    color: white;
    font-weight: bold;
}

.personal-calendar-selectable:hover {
    background-color: #0056b3;
    color: white;
}

.personal-calendar-header {
    font-weight: bold;
    color: #333;
}

.personal-calendar-table th{
    vertical-align: middle;
    text-align: center;
}

.personal-calendar-table td {
    vertical-align: middle;
}

#selectedDatesModal .modal-content,
#dealTimingModal .modal-content {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

#selectedDatesModal h5.modal-title,
#dealTimingModal h5.modal-title {
    font-weight: bold;
    color: #333;
}

#selectedDatesModal .list-group-item,
#dealTimingModal .list-group-item {
    font-size: 14px;
    padding: 8px 10px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#selectedDatesModal .btn-danger,
#dealTimingModal .btn-danger {
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 10px;
}





#selectedDatesModal .modal-body {
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 20px;
}

#timeRangesList .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 10px;
}

#timeRangesList .btn-remove-time {
    color: #dc3545;
    font-size: 14px;
    padding: 0 8px;
    border: none;
    background: none;
    cursor: pointer;
}

#addTimeRange {
    font-weight: bold;
}


#dealTimingModal input[type="time"] {
    font-size: 14px;
    padding: 5px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
}

#dealTimingModal .slider-container {
    display: none;
}

#dealTimingModal .slider-container input[type="range"] {
    width: 100%;
}

#dealTimingModal .footer-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#dealTimingModal .footer-buttons .btn {
    width: 48%;
}






#timeRangesList .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 10px;
}





#selectedDatesModal .modal-body {
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 20px;
}

#timeRangesList .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 10px;
}

#timeRangesList .btn-remove-time {
    color: #dc3545;
    font-size: 14px;
    padding: 0 8px;
    border: none;
    background: none;
    cursor: pointer;
}

#addTimeRange {
    font-weight: bold;
}
