@charset "utf-8";
.ui-datepicker-calendar {width: 100%; text-align: center; font-weight: 500; font-size: 16px;}
.ui-datepicker-calendar tr {border-top: 25px solid transparent;}
.ui-datepicker-calendar th { color: #6f6f6f;}
.ui-datepicker-calendar td:first-child {color: red;}
.ui-datepicker-calendar td.ui-state-disabled {color: #a5a5a5;}
.ui-datepicker-calendar td.ui-datepicker-other-month {color: #dfdfdf;}
.ui-datepicker-calendar td.ui-datepicker-today {color: var(--deep-green); font-weight: 700;}
.ui-datepicker-calendar td.ui-state-highlight {color: blue; font-weight: 700;}
.ui-datepicker-header {display: flex; justify-content: space-between; font-weight: 500; font-size: 16px;}
.ui-datepicker-prev {order: 0; cursor: pointer;}
.ui-datepicker-title {order: 1;}
.ui-datepicker-next {order: 2; cursor: pointer;}