.b-calendar__header{display:flex;justify-content:space-between;align-items:center}.b-calendar__title{color:var(--b-color-neutral-9)}.b-calendar .b-button-group{background-color:var(--b-color-neutral-2)}.b-calendar-table{display:table;table-layout:fixed;width:100%;margin:0}.b-calendar-table thead th{padding:16px 0 12px;color:var(--b-color-neutral-9);font-size:12px;line-height:16px;font-weight:600;border:none}.b-calendar-table:not(.is-range) td.next,.b-calendar-table:not(.is-range) td.prev{color:var(--b-color-neutral-6)}.b-calendar-table td{padding:0;border-bottom:var(--b-border);border-right:var(--b-border);vertical-align:top;transition:background-color var(--b-transition-duration-fast) ease}.b-calendar-table td.is-selected{font-weight:600;background-color:var(--b-color-primary-1);color:var(--b-color-primary-3)}.b-calendar-table td.is-today{font-weight:600}.b-calendar-table tr:first-child td{border-top:var(--b-border)}.b-calendar-table tr td:first-child{border-left:var(--b-border)}.b-calendar-table tr.b-calendar-table__row--hide-border td{border-top:none}.b-calendar-table .b-calendar-day{box-sizing:border-box;padding:8px;height:80px}.b-calendar-table .b-calendar-day:hover{cursor:pointer;background-color:var(--b-color-primary-1);color:var(--b-color-primary-3)}