.react-select-container.react-select--is-disabled .react-select{background-color:var(--mdrt-input-bg-read-only,#fafafa);border-color:var(--mdrt-input-border-read-only,rgba(28,28,28,0));color:var(--mdrt-input-text-read-only,#1c1c1c)}.react-select-container .react-select{background-color:var(--mdrt-input-bg-fill,#ffffff);border:1px solid var(--mdrt-input-border-enabled,rgba(28,28,28,.3019607843));border-radius:var(--mdrt-input-border-radius,8px);caret-color:var(--mdrt-input-bg-cursor,#1853a3);color:var(--mdrt-input-text-value,#1c1c1c);display:block;font-size:var(--input-font-size);font-weight:var(--input-font-weight);padding:var(--mdrt-input-padding-vertical,8px) var(--mdrt-input-padding-horizontal,12px);transition:all .1s ease-in;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:48px;padding-block:var(--mdrt-input-padding-vertical,8px);padding-inline:var(--mdrt-input-padding-horizontal,12px) var(--select-caret-space-size)}.react-select-container .react-select::placeholder{color:var(--mdrt-input-text-placeholder,rgba(28,28,28,.7019607843));opacity:1}.react-select-container .react-select:hover{background-color:var(--mdrt-input-bg-hover,#ffffff);border-color:rgba(0,0,0,0);box-shadow:0 0 0 var(--mdrt-input-border-thickness-hover,2px) var(--mdrt-input-border-hover,rgba(28,28,28,.3019607843))}.react-select-container .react-select:focus{border-color:rgba(0,0,0,0);box-shadow:0 0 0 var(--mdrt-input-border-thickness-focus,2px) var(--mdrt-input-border-focus,#1853a3);outline:0}.react-select-container .react-select--has-error{padding-right:calc(var(--mdrt-input-padding-horizontal, 12px) + var(--mdrt-input-size-icon, 24px) + var(--mdrt-input-gap-icon, 8px))}.react-select-container .react-select--has-error~label{color:var(--mdrt-input-text-label-error,#db2318)}.react-select-container .react-select--has-error:focus,.react-select-container .react-select--has-error:hover{box-shadow:0 0 0 var(--mdrt-input-border-thickness-focus,2px) var(--mdrt-input-border-error,#db2318)}.react-select-container .react-select--has-value,.react-select-container .react-select:focus{padding-bottom:calc(var(--mdrt-input-padding-vertical, 8px) - var(--mdrt-input-gap-label, 2px));padding-top:calc(var(--spacing-16) + var(--mdrt-input-gap-label, 2px))}.react-select-container .react-select--has-value~label,.react-select-container .react-select:focus~label{font-size:var(--font-size-2xs);font-weight:var(--font-weight-medium);top:0}.react-select-container .react-select:disabled{background-color:var(--mdrt-input-bg-disabled,#ffffff);border-color:var(--mdrt-input-border-disabled,rgba(28,28,28,.1019607843));color:var(--mdrt-input-text-disabled,rgba(28,28,28,.3019607843))}.react-select-container .react-select:disabled:hover{box-shadow:none}.react-select-container .react-select__input-container{margin:0;overflow:hidden;padding:0}.react-select-container .react-select__single-value{margin:0}.react-select-container .react-select__multi-value{background-color:var(--mdrt-chips-filter-chips-bg-fill,rgba(28,28,28,.0509803922));color:var(--mdrt-chips-filter-chips-text-fill,rgba(28,28,28,.7019607843))}.react-select-container .react-select__multi-value:first-child{margin-left:0}.react-select-container .react-select__multi-value:hover{background:var(--mdrt-color-backgrounds-bg-neutral-hover);color:var(--mdrt-color-text-on-light-secondary)}.react-select-container .react-select__multi-value__remove{cursor:pointer}.react-select-container .react-select__multi-value__remove:hover{background:rgba(0,0,0,0);color:var(--mdrt-color-text-on-light-secondary)}.react-select-container .react-select__indicators{position:absolute;right:0;top:50%;transform:translateY(-50%)}.react-select-container .react-select__indicator-separator{background-color:var(--mdrt-color-borders-dark-02)}.react-select-container .react-select__indicator{color:var(--mdrt-color-text-on-light-primary)}.react-select-container .react-select__indicator svg{width:20px}.react-select-container .react-select__indicator:hover{color:inherit}.react-select-container .react-select__value-container{display:flex;flex-wrap:nowrap;padding:0}.react-select-container .react-select__value-container--is-multi{flex-wrap:wrap}.react-select-container .react-select__option{font:var(--mdrt-body-3-long);padding-block:var(--mdrt-input-padding-vertical,8px)}.react-select-container .react-select__option--is-focused,.react-select-container .react-select__option:hover{background-color:var(--mdrt-color-backgrounds-bg-neutral-fill)}.react-select-container .react-select__option--is-selected{background-color:var(--mdrt-color-backgrounds-bg-primary-selected);color:inherit}.react-select-container .react-select__remove-selected-option-icon{height:var(--mdrt-size-xs);width:var(--mdrt-size-xs)}.react-select-container .react-select:focus-within{border-color:rgba(0,0,0,0);box-shadow:0 0 0 var(--mdrt-input-border-thickness-focus,2px) var(--mdrt-input-border-focus,#1853a3);outline:0;padding-bottom:calc(var(--mdrt-input-padding-vertical, 8px) - var(--mdrt-input-gap-label, 2px));padding-top:calc(var(--spacing-16) + var(--mdrt-input-gap-label, 2px))}.react-select-container .react-select--has-error{border-color:var(--mdrt-input-border-error,#db2318)}.react-select-container .react-select--has-error:focus-within,.react-select-container .react-select--has-error:hover{border-color:rgba(0,0,0,0);box-shadow:0 0 0 var(--mdrt-input-border-thickness-focus,2px) var(--mdrt-input-border-error,#db2318)}.react-select-container .react-select--has-error .react-select-container .react-select__indicator,.react-select-container .react-select--has-error .react-select-container .react-select__indicator:hover{color:var(--mdrt-input-text-label-error,#db2318)}.react-select-container .react-select__menu-notice--no-options{background-color:var(--mdrt-color-backgrounds-bg-neutral-fill);border-radius:var(--mdrt-corner-radius-s);color:var(--mdrt-color-text-on-light-primary);font:var(--mdrt-body-3-long);margin:var(--mdrt-spacing-04) var(--mdrt-spacing-08);padding:var(--mdrt-spacing-12);text-align:left}.react-select-container--has-error~label{color:var(--mdrt-input-text-label-error,#db2318)}.react-select-container--has-error~svg{right:var(--spacing-48)}.react-select-container--has-error.react-select-container--has-value~svg{right:68px}.react-select-container--has-value~label,.react-select-container:focus-within~label{font-size:var(--font-size-2xs);font-weight:var(--font-weight-medium);top:0}.react-select-container--is-clearable .react-select{padding-right:73px}
/*# sourceMappingURL=1bde92e3d0a0bd62.css.map*/