.order-template-create-dialog_radioWrapper__IhRC1{display:flex;flex-direction:column;gap:var(--space-100);margin-top:var(--space-200)}.order-template-create-dialog_radioItem__escrk{display:flex;gap:var(--space-100);align-items:center}.order-template-create-dialog_radioItem__escrk label{font-size:var(--font-size-75)}.order-template-status_shareMessage__kkpdJ{display:flex;gap:var(--space-100);align-items:center}.order-template-status_shareMessage__kkpdJ button{padding:0;color:var(--color-text-red);cursor:pointer;background:rgba(0,0,0,0);border:0}.order-template-status_shareMessage__kkpdJ button:hover{text-decoration:underline}.stack_stack__MCiVP{display:flex;flex-direction:column;justify-content:flex-start;--stack-space-initial:1;--stack-space-small:2;--stack-space-medium:3;--stack-space-large:4}.stack_stack__MCiVP>*{margin-block:0}.stack_stack__MCiVP>*+*{-webkit-margin-before:calc(var(--space-100)*var(--stack-space-initial));margin-block-start:calc(var(--space-100)*var(--stack-space-initial))}@media only screen and (min-width:40em){.stack_stack__MCiVP>*+*{-webkit-margin-before:calc(var(--space-100)*var(--stack-space-small));margin-block-start:calc(var(--space-100)*var(--stack-space-small))}}@media only screen and (min-width:53em){.stack_stack__MCiVP>*+*{-webkit-margin-before:calc(var(--space-100)*var(--stack-space-medium));margin-block-start:calc(var(--space-100)*var(--stack-space-medium))}}@media only screen and (min-width:64em){.stack_stack__MCiVP>*+*{-webkit-margin-before:calc(var(--space-100)*var(--stack-space-large));margin-block-start:calc(var(--space-100)*var(--stack-space-large))}}.date-range_monthSelect__u2E_u{display:flex;align-items:center;justify-content:space-between;margin-top:var(--space-200)}.date-range_monthSelectHeading__bfqRi{font-size:var(--font-size-50)}.date-range_monthSelectButton__z1USs{position:relative;width:var(--space-300);height:var(--space-300);color:var(--color-base-primary-red);cursor:pointer;background-color:rgba(0,0,0,0);border:none}.date-range_calendarGroup__xzx5n{display:flex;flex-direction:column;gap:1px;overflow:auto;background-color:var(--color-background-medium)}.date-range_calendarGrid__4htEl{min-width:unset;padding-block:var(--space-200);background-color:var(--color-base-primary-white)}.date-range_calendarGrid__4htEl td,.date-range_calendarGrid__4htEl th{height:var(--space-300);padding:0;text-align:center}.date-range_calendarGrid__4htEl td{position:relative;width:var(--space-400);padding-block:0;border-top:none;border-bottom:none}.date-range_calendarGridHeader__oCKVM{background-color:rgba(0,0,0,0)}.date-range_calendarHeaderCell__PVsAv{font-size:var(--font-size-50);font-weight:var(--font-weight-regular)}.date-range_calendarCell__OrD1_{display:flex;justify-content:center;width:100%;padding-block:8px;margin-block:2px;font-size:var(--font-size-50);cursor:pointer}.date-range_calendarCell__OrD1_[data-selected=true]{overflow:visible;font-weight:var(--font-weight-semi-bold);color:var(--color-text-base);background-color:var(--color-base-primary-red-25)}.date-range_calendarCell__OrD1_[data-selection-end=true]{color:var(--color-text-inverted);background-color:var(--color-background-red);border-top-right-radius:var(--radius-medium-large);border-bottom-right-radius:var(--radius-medium-large)}.date-range_calendarCell__OrD1_[data-selection-start=true]{color:var(--color-text-inverted);background-color:var(--color-background-red);border-top-left-radius:var(--radius-medium-large);border-bottom-left-radius:var(--radius-medium-large)}.date-range_calendarCell__OrD1_[data-outside-month=true]{color:var(--color-text-base);cursor:default;background-color:rgba(0,0,0,0);border-radius:0;opacity:.2}.date-range_closeButton__HYFcW{position:absolute;top:var(--space-100);right:var(--space-100);display:inline-flex;align-items:center;justify-content:center;width:var(--space-400);height:var(--space-400);padding:0;font-family:inherit;color:var(--violet-11);cursor:pointer;background:none;border:none;border-radius:100%}.date-range_closeButton__HYFcW:hover{background-color:var(--color-background-medium)}.date-range_calendarBottom__poEdT{display:flex;gap:var(--space-400);justify-content:flex-end;padding-inline:var(--space-300);margin-top:var(--space-300)}.date-range_calendarBottomButtons__3wV0F{padding:0;font-size:var(--font-size-50);font-weight:var(--font-weight-semi-bold);color:var(--color-base-primary-red);cursor:pointer;background-color:rgba(0,0,0,0);border:0;outline:0}.date-range_calendarBottomButtons__3wV0F:disabled{cursor:default;opacity:.5}.date-range_modalOverlay__kKLMf{position:fixed;inset:0;z-index:40;background-color:rgba(0,0,0,.5)}.date-range_modalOverlay__kKLMf[data-entering]{animation:date-range_overlay-show__0P5Ye ease-in .3s cubic-bezier(.16,1,.3,1)}.date-range_modalOverlay__kKLMf[data-exiting]{animation:date-range_overlay-show__0P5Ye ease-in .3s cubic-bezier(.16,1,.3,1) reverse}.date-range_modal__eSBME{position:fixed;top:10%;left:50%;z-index:40;width:300px;padding:var(--space-150) var(--space-300);background:var(--color-background-base);border-left:1px solid var(--border-color);outline:none}@media only screen and (min-width:40em){.date-range_modal__eSBME{border-radius:var(--radius-medium-large);box-shadow:-8px 0 20px rgba(0,0,0,.1);transform:translate(-50%)}.date-range_modal__eSBME[data-entering]{animation:date-range_mymodal-slide__T4hdk .3s}.date-range_modal__eSBME[data-exiting]{animation:date-range_mymodal-slide__T4hdk .3s ease-in reverse}}@media only screen and (max-width:40em){.date-range_modal__eSBME{top:0;left:0;width:100%;height:100vh}}@keyframes date-range_overlay-show__0P5Ye{0%{opacity:0}to{opacity:1}}@keyframes date-range_mymodal-slide__T4hdk{0%{opacity:0;transform:translate(-50%,-5%)}to{opacity:1;transform:translate(-50%)}}.action-bar_actionBar__Jo_zc{display:flex;flex-wrap:wrap;gap:var(--space-200);align-items:center;padding-block:var(--space-100);margin-top:var(--space-200);border-block:1px solid var(--color-border-base)}.action-bar_actionBarSpaceBetween__BAWhb{justify-content:space-between}.action-bar_actionBarFlexEnd__5QCw6{justify-content:flex-end}.custom-form_customForm___PrIw{width:100%;max-width:600px}.custom-form_submitButton__zN8tT{width:-moz-fit-content;width:fit-content;text-align:center;border-color:inherit}.custom-form_submitButton__zN8tT:focus-within{outline:1px solid var(--color-text-focus);outline-offset:2px}.custom-form_customForm___PrIw h4,.custom-form_formLabel__6n8y_{display:inline-block;margin-bottom:var(--space-100);font-family:var(--font-inter);font-size:var(--font-size-50);font-weight:var(--font-weight-bold)}.custom-form_customForm___PrIw h4{margin-bottom:var(--space-200)}.custom-form_formError___r2eX{color:var(--color-text-negative)}.custom-form_formError___r2eX,.custom-form_hintMessage__JOgmG{display:inline-block;margin-top:var(--space-50);font-size:var(--font-size-50)}.custom-form_hintMessage__JOgmG{color:var(--component-button-colors-grey-shade2)}.custom-form_selectFieldWrapper__I1iUv button[role=combobox]{border:1px solid var(--color-border-black)}