/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.hidden {
    display: none;
}

/* Packages styles */
.package-box {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.package-features {
    padding-left: 20px;
}


/* Calendar styles */
.calendar th,
.calendar td {
    text-align: center;
    padding: 0.5rem 0.25rem;
}
.calendar .today {
    background-color: #f8f9fa;
    font-weight: bold;
}
.timeslot {
    cursor: pointer;
    --bs-btn-padding-x:0rem;
    --bs-btn-padding-y:0rem; 
    font-size:0.9rem;
}

.apply-link {
    display: inline-block;
    padding: 6px 12px;
    color: #333;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 4px;
}

.apply-link:hover {
    background-color: #f5f5f5;
}