
/*/////////////////////////////////////////////////////////*/
/*-------日曆套件--------*/
/*/////////////////////////////////////////////////////////*/

.datepicker {
	width: 100% !important;
    margin: clamp(0.9678rem, 1.5625vw, 1.8750rem) 0; /* 15.48px , 1.5625vw , 30.00px */
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: var(--primary_color) !important;
}


.datepicker--day-name {
    color: var(--primary_color);
}

@media (max-width: 900px) {

	.datepicker {
		margin: 1.25rem 0;
	}

}


