@layer bcc-design-layer{.bcc-calendar-day-adaptive{position:relative;height:48px;width:100%;font-size:var(--b-text-body-2-font-size);line-height:var(--b-text-body-2-line-height);font-weight:var(--b-text-caption-regular-font-weight);cursor:pointer;color:var(--b-color-neutral-default-900);-webkit-box-sizing:border-box;box-sizing:border-box;padding:var(--g-spacing-2);-webkit-tap-highlight-color:transparent}.bcc-calendar-day-adaptive_empty{pointer-events:none}.bcc-calendar-day-adaptive_weekend{color:var(--b-color-status-error-500)}.bcc-calendar-day-adaptive_disabled{cursor:default;pointer-events:none;opacity:.4;background-color:inherit}.bcc-calendar-day-adaptive__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:40px;height:40px;border-radius:var(--b-border-radius-cof-4);-webkit-transition:.1s;transition:.1s}.bcc-calendar-day-adaptive__inner_end,.bcc-calendar-day-adaptive__inner_start{background:var(--b-color-brand-500);color:var(--b-color-ultimate-white)}.bcc-calendar-day-adaptive__inner_today:after{content:"";position:absolute;width:6px;height:6px;border-radius:var(--b-border-radius-circle);background-color:var(--b-color-brand-500);bottom:var(--g-spacing-1)}.bcc-calendar-day-adaptive__inner_today.bcc-calendar-day-adaptive__inner_end:after,.bcc-calendar-day-adaptive__inner_today.bcc-calendar-day-adaptive__inner_start:after{background-color:var(--b-color-ultimate-white)}.bcc-calendar-day-adaptive__highlight{position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transition:opacity .1s;transition:opacity .1s}.bcc-calendar-day-adaptive__highlight_end.bcc-calendar-day-adaptive__highlight_inRange{right:calc(50% - 24px)}.bcc-calendar-day-adaptive__highlight_end,.bcc-calendar-day-adaptive__highlight_inRange,.bcc-calendar-day-adaptive__highlight_start{border-radius:var(--b-border-radius-cof-6);background-color:var(--b-color-brand-100)}.bcc-calendar-day-adaptive__highlight_inRange{border-radius:0}.bcc-calendar-day-adaptive__highlight_start,.bcc-calendar-day-adaptive__highlight_start.bcc-calendar-day-adaptive__highlight_inRange.bcc-calendar-day-adaptive__highlight_end,.bcc-calendar-day-adaptive__highlight_start.bcc-calendar-day-adaptive__highlight_inRange.bcc-calendar-day-adaptive__highlight_weekEnd{left:calc(50% - 24px);right:calc(50% - 24px);border-radius:var(--b-border-radius-cof-6)}.bcc-calendar-day-adaptive__highlight_start.bcc-calendar-day-adaptive__highlight_inRange{left:calc(50% - 24px);right:0;border-radius:var(--b-border-radius-cof-6) 0 0 var(--b-border-radius-cof-6)}.bcc-calendar-day-adaptive__highlight_end.bcc-calendar-day-adaptive__highlight_inRange{border-radius:0 var(--b-border-radius-cof-6) var(--b-border-radius-cof-6) 0}.bcc-calendar-day-adaptive__highlight_start.bcc-calendar-day-adaptive__highlight_end{border-radius:var(--b-border-radius-cof-6)}.bcc-calendar-day-adaptive__highlight_weekStart{left:calc(50% - 24px);border-radius:var(--b-border-radius-cof-6) 0 0 var(--b-border-radius-cof-6)}.bcc-calendar-day-adaptive__highlight_weekEnd{right:calc(50% - 24px);border-radius:0 var(--b-border-radius-cof-6) var(--b-border-radius-cof-6) 0}.bcc-calendar-day-adaptive__highlight_weekEnd.bcc-calendar-day-adaptive__highlight_end:not(.bcc-calendar-day-adaptive__highlight_inRange),.bcc-calendar-day-adaptive__highlight_weekEnd.bcc-calendar-day-adaptive__highlight_start,.bcc-calendar-day-adaptive__highlight_weekStart.bcc-calendar-day-adaptive__highlight_end,.bcc-calendar-day-adaptive__highlight_weekStart.bcc-calendar-day-adaptive__highlight_start:not(.bcc-calendar-day-adaptive__highlight_inRange),.bcc-calendar-day-adaptive__highlight_weekStart.bcc-calendar-day-adaptive__highlight_weekEnd{border-radius:var(--b-border-radius-cof-6)}.bcc-calendar-day{position:relative;width:48px;height:48px;font-size:var(--b-text-body-2-font-size);line-height:var(--b-text-body-2-line-height);cursor:pointer;border:2px solid transparent;font-weight:var(--b-text-caption-medium-font-weight);color:var(--b-color-neutral-default-900);-webkit-box-sizing:border-box;box-sizing:border-box;padding:var(--g-spacing-2);border-radius:var(--b-border-radius-cof-6)}.bcc-calendar-day__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;flex-direction:column;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:40px;height:40px;border-radius:var(--b-border-radius-cof-4)}.bcc-calendar-day__inner_end,.bcc-calendar-day__inner_start{background:var(--b-color-brand-500);color:var(--b-color-ultimate-white)}.bcc-calendar-day__inner_today:after{content:"";position:absolute;width:6px;height:6px;border-radius:var(--b-border-radius-cof-6);background-color:var(--b-color-brand-500);bottom:var(--g-spacing-1)}.bcc-calendar-day__inner_today.bcc-calendar-day__inner_end:after,.bcc-calendar-day__inner_today.bcc-calendar-day__inner_start:after{background-color:var(--b-color-ultimate-white)}.bcc-calendar-day_empty{pointer-events:none}.bcc-calendar-day_weekend{color:var(--b-color-status-error-500)}.bcc-calendar-day_disabled{cursor:default;pointer-events:none;opacity:.4;background-color:inherit}.bcc-calendar-day_inRange{border-radius:0}.bcc-calendar-day_end,.bcc-calendar-day_inRange,.bcc-calendar-day_start{background:var(--b-color-brand-100);font-weight:var(--b-text-caption-semibold-font-weight)}.bcc-calendar-day_start.bcc-calendar-day_inRange{border-radius:var(--b-border-radius-cof-6) 0 0 var(--b-border-radius-cof-6)}.bcc-calendar-day_end.bcc-calendar-day_inRange{border-radius:0 var(--b-border-radius-cof-6) var(--b-border-radius-cof-6) 0}.bcc-calendar-day_start.bcc-calendar-day_end{border-radius:var(--b-border-radius-cof-6)}.bcc-calendar-day_hover:not(.bcc-calendar-day_start):not(.bcc-calendar-day_end):not(.bcc-calendar-day_inRange){border:2px solid var(--b-color-brand-400);border-radius:var(--b-border-radius-cof-6)}.bcc-calendar-day_weekStart{border-radius:var(--b-border-radius-cof-6) 0 0 var(--b-border-radius-cof-6)}.bcc-calendar-day_weekEnd{border-radius:0 var(--b-border-radius-cof-6) var(--b-border-radius-cof-6) 0}.bcc-calendar-day_weekEnd.bcc-calendar-day_end:not(.bcc-calendar-day_inRange),.bcc-calendar-day_weekEnd.bcc-calendar-day_start,.bcc-calendar-day_weekStart.bcc-calendar-day_end,.bcc-calendar-day_weekStart.bcc-calendar-day_start:not(.bcc-calendar-day_inRange),.bcc-calendar-day_weekStart.bcc-calendar-day_weekEnd{border-radius:var(--b-border-radius-cof-6)}}@layer bcc-design-layer{}