.icon{height:var(--icon-height);width:var(--icon-width)}.icon.MuiIconButton-root{color:unset;padding:0}.Icon-fullSize{height:unset!important;width:unset!important}.Icon-hidden{visibility:hidden}.Notifications{font-size:.8rem;position:fixed;z-index:2000}@keyframes showNotification{0%{max-height:0;opacity:0;transform:translateY(-2rem)}to{opacity:1;transform:translateY(0)}}@keyframes hideNotification{0%{opacity:1;transform:translateY(0)}to{max-height:0;opacity:0;transform:translateY(-2rem)}}@media(min-width:600px){.Notifications{right:1rem;top:1rem}}.Notifications._center{align-items:center;display:flex;flex-direction:column;width:100%}.Notifications__item{align-items:flex-start;animation:showNotification .3s ease forwards;background:#fff;border-radius:2px;box-shadow:0 2px 12px 0 hsla(0,0%,53%,.1);color:#212121;display:flex;margin-bottom:4px;padding:12px 12px 18px;width:16rem}.Notifications__item p{align-self:center;flex-grow:1}.Notifications__item p a{color:#212121!important;font-weight:500}.Notifications__item._error{background:#fff;box-shadow:0 2px 12px 0 hsla(0,0%,53%,.1);color:#212121}.Notifications__icon{background:#3878ff;border-radius:6px;box-shadow:0 4px 12px 0 rgba(56,120,255,.2);height:32px;margin-right:12px;padding:4px;width:32px}.Notifications__icon path{fill:#fff}.Notifications__icon._error{background:#ff3b30;box-shadow:0 4px 12px 0 rgba(255,59,48,.2)}.Notifications .Notification-leave.Notifications__item{animation:hideNotification .4s ease forwards}html{overflow:hidden!important}@media(max-width:1199px){.main.Page{padding-top:117px}}.Page{box-sizing:border-box;height:100%;overflow:auto;width:100%}@media(max-width:599px){.Page{height:calc(100dvh - 117px)!important}}.Page__header{display:flex;justify-content:space-between}@media(max-width:599px){.Page__header{flex-direction:column-reverse;margin-top:16px}}.Page__wrapper{box-sizing:border-box;max-width:57.5rem;padding:1rem 2rem;position:relative}@media(max-width:599px){.Page__wrapper{padding:16px}}.Page__wrapper._fullWidth{max-width:unset;max-width:100%;width:100%}@media(min-width:1200px){.Page{width:calc(100vw - 290px)}.Page._isMenuHidden{width:calc(100vw - 47px)}}.Page__title{font-size:1.875rem;line-height:2.5rem;margin-bottom:.9375rem}@media(max-width:599px){.Page__title{margin-top:16px}}.Page__actions{position:absolute;right:1rem;top:1.2rem}.Page__actions>*{display:inline-block;margin-left:-1px}.Page__actions button{border-radius:0}.Page__actions>:first-child,.Page__actions>:first-child button{border-bottom-left-radius:3px;border-top-left-radius:3px}.Page__actions>:last-child,.Page__actions>:last-child button{border-bottom-right-radius:3px;border-top-right-radius:3px}.Page__actions a{display:inline-block;margin-left:1rem}.Page__back{border-bottom:1px solid rgba(0,0,0,.3);cursor:pointer;display:inline-block;font-size:1.2rem;margin:1rem 2rem;position:relative;text-decoration:none;user-select:none;z-index:2}.Page__back:active{opacity:.8}.Page__back .icon{margin:.2rem .2rem 0 -.4rem;opacity:.5;transform:rotate(90deg);vertical-align:top}.Page__content{height:100%}.page-loader{height:5px;left:0;position:fixed;right:0;top:0;z-index:9000}@keyframes loading{0%{width:0}50%{width:80%}to{width:95%}}@keyframes loaded{0%{opacity:1}to{opacity:0}}.page-loader__fill{background:#b2cd29;bottom:0;left:0;position:absolute;top:0;transition:width .5s ease}.page-loader__fill._progress{animation:loading 2s ease forwards}.page-loader__fill._finished{animation:loaded .5s ease .5s forwards;width:100%}@media(max-width:599px){.page-loader{height:68px;opacity:.2;pointer-events:none;top:49px}.page-loader__fill{background:#fff;filter:blur(px)}}.PageActions a{text-decoration:none}.PageActions>*{display:inline-block;margin-left:-1px}.PageActions button{border-radius:0}.PageActions>:first-child,.PageActions>:first-child button{border-bottom-left-radius:3px;border-top-left-radius:3px}.PageActions>:last-child,.PageActions>:last-child button{border-bottom-right-radius:3px;border-top-right-radius:3px}.Modal{box-sizing:border-box;cursor:auto;overflow:auto}@media(max-width:599px){.Modal{background:#fff;padding:0 10px;top:3.5em}}.Modal__title{align-items:flex-start;display:flex;padding:2rem;text-transform:uppercase}@media(max-width:599px){.Modal__title{padding:1rem}}.Modal__content{padding:2rem}@media(max-width:599px){.Modal__content{padding:1rem}}.Modal__content._withTitle{padding-top:0}.Modal__close{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;margin-left:auto!important;padding:0!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Modal__close svg{fill:none;height:24px;width:24px}.Modal__close:hover{fill-opacity:100%}.Modal__buttons{display:flex;justify-content:flex-end;margin-top:2rem;text-align:right;width:100%}@media(min-width:600px){.Modal__container{min-height:92vh}}.Modal .content,.Modal__content{border-radius:16px;height:auto;overflow:initial}@media(max-width:599px){.Modal .content{overflow-y:auto}.Modal._confirm{padding:0 16px}}.Modal._confirm.alarm{border-top-left-radius:5px;border-top-right-radius:5px;margin-top:auto;max-height:300px}.Modal._confirm>.Modal__container>.content{border-radius:10px;box-shadow:none;height:auto;min-width:400px;padding:32px 28px 28px;width:auto}@media(max-width:599px){.Modal._confirm>.Modal__container>.content{min-width:auto}}.Modal._confirm .Modal__content{padding:0}.Modal._confirm .Modal__title{font-size:17px;font-weight:600;line-height:22px;padding:0;text-transform:none}.Modal._confirm .Modal__text{font-family:robotoregular;font-size:16px;line-height:21px;margin-top:16px}.Modal._confirm .Modal__close{display:none}.Modal._confirm .Modal__buttons{gap:12px;margin-top:24px;text-align:center}.Modal._confirm .Modal__buttons ._ghost{background:rgba(0,17,51,.06);box-shadow:none}.Modal._confirm .Modal__buttons button{border-radius:10px;font-size:17px;line-height:22px;margin:0;min-width:5rem;padding:13px 16px}@media(max-width:599px){.Modal._confirm .Modal__buttons button{width:100%}}.Modal.rateModal .content{border-radius:10px;max-width:450px}.Modal.rateModal .Modal__title{display:none}.Modal.rateModal .ProcessingActionForm{margin-top:24px}@media(max-width:599px){.Modal.rateModal{background:none;top:0}.Modal.rateModal .Modal__container{height:auto;margin:0 16px;position:absolute;top:50%;transform:translateY(-50%)}}.Modal.rateModal .FormButtons{margin-bottom:12px;margin-top:24px;text-align:end;width:100%}.Modal.rateModal .FormButtons button{border-radius:10px;font-size:17px;line-height:22px;padding:13px 16px}@media(max-width:599px){.Modal.rateModal .FormButtons button{width:100%}}.Modal.captchaModal .content{width:470px}@media(max-width:599px){.Modal.captchaModal .content{width:100%}}.Modal.captchaModal .Modal__content{padding:0 56px 48px}@media(max-width:599px){.Modal.captchaModal .Modal__content{padding:0 24px 32px}.Modal.captchaModal .Modal__container{padding:0 16px}}.Modal.captchaModal .Modal__title{padding:16px 16px 0}.Button:hover{opacity:.85}.Button:disabled{cursor:default;opacity:.4}.Button__icon{fill:#fff;bottom:-.05rem;margin-left:-.5rem;margin-right:.5rem;position:relative;vertical-align:top}.Button:first-child{margin-left:0}.Button:active{opacity:.8}.Button._ghost{background:transparent;border:0;box-shadow:inset 0 0 0 1px rgba(0,5,20,.2)}.Button._small{font-size:.8rem;line-height:1rem;padding:.3rem .5rem}.Button._invisible{background:transparent;left:50%;margin-top:1.5rem;padding:0;position:relative;transform:translate(-50%);width:auto}.Button._noTopMargin{margin-top:0}.Button._hrefColor{color:#0093ff}.BusyIndicator._center{text-align:center}.Logo{display:flex}.Datepicker .PrivatePickersFadeTransitionGroup-root{font-family:inherit;font-size:inherit;font-style:inherit}.CalendarWrapper{margin-bottom:10px!important;margin-left:-42px!important;margin-top:10px!important}.datepicker input{padding-left:2.5rem!important}.react-datepicker-popper{z-index:100!important}.react-datepicker-wrapper,.react-datepicker__input-container{display:flex!important;flex-grow:1!important}.react-datepicker__input-container input{display:flex;flex-grow:1}.react-datepicker__input-container input::-webkit-input-placeholder{color:#757575}.react-datepicker__input-container input:-moz-placeholder,.react-datepicker__input-container input::-moz-placeholder{color:#757575}.react-datepicker__input-container input:-ms-input-placeholder{color:#757575}.react-datepicker__time-list{width:99%!important}.react-datepicker__header{margin-bottom:0}.DateTimeCalendarWrapper{margin-bottom:10px!important;margin-left:-42px!important;margin-top:10px!important}.Date{white-space:nowrap}.Date__icon{height:1.2rem;left:-.1rem;margin-right:.1rem;opacity:.4;position:relative;vertical-align:top;width:1.2rem}.Date__time{opacity:.4}.NoResults{background:#fff;padding-bottom:1rem;padding-top:1rem;text-align:center}.TreeView{background:#fff;border:1px solid #ccc;cursor:pointer;position:relative}.TreeView__node{overflow:visible;transition:background .5s ease .05s}.TreeView__node._dragging{opacity:.3}.TreeView__node._dragging .TreeView__node-children{pointer-events:none}.TreeView__node._selected{background:rgba(0,0,0,.05);position:relative;z-index:2}.TreeView__node._selected>.TreeView__node-title{background:rgba(0,0,0,.2)}.TreeView__node._leaf>.TreeView__node-title .TreeView__expand-node{opacity:0}.TreeView__node._leaf>.TreeView__node-title .TreeView__expand-node._isDisplayIcon{opacity:1}.TreeView__node._level_0 .TreeView__node-title{padding-left:12px}.TreeView__node._level_0 .TreeView__node-content{padding-left:2rem}.TreeView__node._level_1 .TreeView__node-title{padding-left:24px}.TreeView__node._level_1 .TreeView__node-content{padding-left:3.5rem}.TreeView__node._level_2 .TreeView__node-title{padding-left:36px}.TreeView__node._level_2 .TreeView__node-content{padding-left:5rem}.TreeView__node._level_3 .TreeView__node-title{padding-left:48px}.TreeView__node._level_3 .TreeView__node-content{padding-left:6.5rem}.TreeView__node._level_4 .TreeView__node-title{padding-left:60px}.TreeView__node._level_4 .TreeView__node-content{padding-left:8rem}.TreeView__node._level_5 .TreeView__node-title{padding-left:72px}.TreeView__node._level_5 .TreeView__node-content{padding-left:9.5rem}.TreeView__node._level_6 .TreeView__node-title{padding-left:84px}.TreeView__node._level_6 .TreeView__node-content{padding-left:11rem}.TreeView__node._level_7 .TreeView__node-title{padding-left:96px}.TreeView__node._level_7 .TreeView__node-content{padding-left:12.5rem}.TreeView__node._level_8 .TreeView__node-title{padding-left:108px}.TreeView__node._level_8 .TreeView__node-content{padding-left:14rem}.TreeView__node._level_9 .TreeView__node-title{padding-left:120px}.TreeView__node._level_9 .TreeView__node-content{padding-left:15.5rem}.TreeView__node._level_10 .TreeView__node-title{padding-left:132px}.TreeView__node._level_10 .TreeView__node-content{padding-left:17rem}.TreeView__node-content{background:rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:1rem;padding-right:1rem;padding-top:.1rem;position:relative;z-index:3}.TreeView__node-content:empty{display:none}.TreeView__node-children{padding:.5rem 0}._root .TreeView__node-children{padding:0}.TreeView__node-title{display:flex;flex-wrap:nowrap;gap:8px;padding:.5rem;position:relative;transition:background .5s ease .05s}.TreeView__node-title:hover{background:rgba(0,0,0,.05)}.TreeView__node-name{display:flex;flex-direction:column;flex-grow:1}.TreeView__node-description{color:#919499;font-size:12px;font-weight:400;line-height:16px}.TreeView__expand-node{flex-shrink:0;padding:.125rem;transform:rotate(-90deg);vertical-align:top}._expanded>.TreeView__node-title .TreeView__expand-node{transform:rotate(0)}.TreeView__expand-node._isDisplayIcon{flex-shrink:0;margin-right:8px;padding:.125rem;transform:none!important;vertical-align:top}.TreeView__expand-node._isDisplayIcon ._expanded>.TreeView__node-title{transform:none!important}.TreeView__dropAfter,.TreeView__dropAtRootEnd,.TreeView__dropBefore{height:.5rem;margin-bottom:-.25rem;position:relative;transition:background .5s ease .05s;z-index:3}.TreeView__dropAfter._dragOver,.TreeView__dropAtRootEnd._dragOver,.TreeView__dropBefore._dragOver{background:#7ce8cf}.TreeView__dragPreview{background:#fff;border:1px solid #eee;border-radius:2rem;display:inline-block;padding:.25rem 1rem}.TreeView .Loader{stroke:rgba(0,0,0,.3);stroke-width:8px;bottom:.5rem;height:1.5rem;margin-top:.1rem;pointer-events:none;position:absolute;right:.5rem;width:1.5rem}.FieldValue{page-break-inside:avoid;position:relative;width:100%}.FieldValue__name{color:#757575}.FieldValue__name:first-letter{text-transform:uppercase;text-transform:none}.FieldValue__value:first-letter{text-transform:uppercase;text-transform:none}.NumberInput{display:inline-block}.NumberInput._wide,.NumberInput._wide input{width:100%}.CurrencyInput input,.CurrencyInput>div{width:8rem}.SimpleSelect{position:relative}.SimpleSelect__clear{position:absolute;right:0;top:-28px}.SimpleSelect__wrapper{position:relative}.SimpleSelect__icon{border-radius:50%;margin-right:1rem;width:2.5rem}.SimpleSelect__input{background:#fff;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;cursor:pointer;font-family:inherit;font-size:1rem;line-height:1.5rem;min-height:38px;outline:none;overflow-wrap:anywhere;padding:.5rem 1rem!important;padding:5px 2.2rem 5px 5px;user-select:none}.SimpleSelect__input::-webkit-input-placeholder{opacity:.6}.SimpleSelect__input:-moz-placeholder,.SimpleSelect__input::-moz-placeholder{opacity:.6}.SimpleSelect__input:-ms-input-placeholder{opacity:.6}.SimpleSelect__input:active{opacity:.8}.SimpleSelect__value{display:flex}.SimpleSelect__dropdown{background:#fff;border:1px solid #ccc;border-radius:.2rem;box-shadow:0 2px 3px 3px rgba(0,0,0,.1);margin-top:8px;position:absolute;transform:translateY(-.2rem);z-index:10}.SimpleSelect__searchWrapper{border-bottom:1px solid #eee;position:relative}.SimpleSelect__search{border:0!important}.SimpleSelect__searchIcon{cursor:pointer;opacity:.3;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);user-select:none}.SimpleSelect__searchIcon:active{opacity:.8}.SimpleSelect__options{max-height:20rem;overflow:auto}.SimpleSelect__arrow{position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.SimpleSelect__arrow._isFocused{transform:translateY(-50%) rotate(-180deg)}.SimpleSelect__option{cursor:pointer;font-size:15px;padding:.5rem 1rem;user-select:none}.SimpleSelect__option:active{opacity:.8}.SimpleSelect__option._isActive{background:#f8f8f8}.SimpleSelect__option_content{align-items:center;display:flex;position:relative}.SimpleSelect__option_content._noWrap{white-space:nowrap}.SimpleSelect__option_content:after{border-radius:50%;content:"";height:10px;position:absolute;right:0;width:10px}.SimpleSelect__option_content._isBusy:after{background-color:#fe0}.SimpleSelect__option_content._isAvailable:after{background-color:#319d40}.SimpleSelect__option_content._isVeryBusy:after{background-color:#ff0029}.SimpleSelect .Label{line-height:inherit;vertical-align:top}.SimpleSelect__placeholder{opacity:.3}.SimpleSelect__closeDropdown{background:#eee;border-bottom:1px solid #ccc;cursor:pointer;font-size:.8rem;height:1rem;padding:.2rem;position:relative;text-align:center;user-select:none}.SimpleSelect__closeDropdown:active{opacity:.8}.SimpleSelect__closeDropdown .icon{height:.8rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:.8rem}.SimpleSelect__closeDropdownText{display:inline-block;line-height:1.4rem;vertical-align:middle}.SimpleSelect__noResults{background:#ddd;opacity:.3;padding:.5rem;text-align:center}.SimpleSelect__valuesWrapper{display:flex;flex-wrap:wrap;gap:6px}.SimpleSelect__loader{padding:.5rem 0;text-align:center}.SimpleSelect__loader .Loader{stroke:rgba(0,0,0,.3);stroke-width:10px;height:20px;width:20px}.SimpleSelect__avatar{margin-right:12px}.SimpleSelect__label._favorite{font-weight:600}.Select__body-scroll-block,.Select__body-scroll-block .Modal{overflow:hidden!important}.TextButton{background:transparent;font-family:robotoregular;padding:0}.TextButton:hover{background-color:transparent}.TextButton._info{color:#3878ff}.TextButton._error{color:#ff3b30}.TextButton._primary{color:#888}.TextButton._underline{text-decoration:underline}.MonetarySign{display:inline-block;font-size:1rem;margin-left:.25rem;vertical-align:baseline}.Field{margin-bottom:1rem;position:relative;width:100%}.Field__label{align-items:start;color:#757575;display:flex;justify-content:start;margin-bottom:.2rem}.Field__label:first-letter{text-transform:uppercase}.Field__label{margin-bottom:0}.Field._horizontal{display:flex}.Field._horizontal .Field__label{width:30%}.Modal .Field{border-bottom:1px solid #ccc;box-sizing:content-box;margin-left:-2rem;margin-right:-2rem;padding-bottom:1rem;padding-left:2rem;padding-right:2rem}@media(max-width:599px){.Modal .Field{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}.Loader{stroke:#fff;stroke-width:3}.List{padding:0 1rem}.List__noResults{text-align:center}.List__item,.List__noResults{background:#fff;margin:0 -1rem;padding:1rem}.List__item{align-items:stretch;border-bottom:1px solid #ccc;color:inherit;display:flex;position:relative;text-decoration:inherit}.List__item:last-child{border-bottom:none;margin-bottom:16px}.List__item._disabled{opacity:.5;pointer-events:none}.List__sortHandler{align-items:center;border-right:1px solid rgba(0,0,0,.05);cursor:move;display:flex;justify-content:center;margin:-1rem 1rem -1rem -1rem}.List__sortHandler .icon{opacity:.3}.List__itemContent{flex-grow:1}.List__itemId{left:1rem;opacity:.5;position:absolute;top:1rem}.List._withId .List__item{padding-left:5rem}.TreeViewSelect{position:relative}.TreeViewSelect__clear{position:absolute;right:0;top:-28px}.TreeViewSelect__wrapper{position:relative}.TreeViewSelect__label{color:#757575;margin-bottom:.2rem}.TreeViewSelect__checkbox{margin-right:0}.TreeViewSelect__title{display:flex}.TreeViewSelect__requiredMark{color:#ff3b30;flex-shrink:0;font-size:.8rem;margin-left:4px}.TreeViewSelect__expand{pointer-events:none;position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.TreeViewSelect._expanded .TreeViewSelect__expand{transform:translateY(-50%) rotate(-180deg)}.TreeViewSelect__placeholder{opacity:.3}.TreeViewSelect__value{align-items:center;background:#fff;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;line-height:1.5rem;min-height:2.5rem;outline:none;padding:.5rem 1rem!important;padding:5px 2.3rem 5px 5px;position:relative;user-select:none}.TreeViewSelect__value::-webkit-input-placeholder{opacity:.6}.TreeViewSelect__value:-moz-placeholder,.TreeViewSelect__value::-moz-placeholder{opacity:.6}.TreeViewSelect__value:-ms-input-placeholder{opacity:.6}.TreeViewSelect__value:active{opacity:.8}.TreeViewSelect__value._error{border-color:#ff3b30}.TreeViewSelect__value:hover{background:#fafafa}.TreeViewSelect__start-icon{margin-left:-6px;margin-right:12px}.TreeViewSelect__valuesWrapper{display:flex;flex-wrap:wrap;gap:6px}.TreeViewSelect__dropdown{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 2px 3px 3px rgba(0,0,0,.1);box-sizing:border-box;left:0;margin-top:8px;overflow:hidden;position:absolute;right:0;top:100%;z-index:10}.TreeViewSelect__dropdownApply{padding:.5rem 1rem;text-align:right}.TreeViewSelect .TreeViewSelect__filter{overflow:hidden;width:100%}.TreeViewSelect .TreeViewSelect__filter>div{display:flex}.TreeViewSelect .TreeViewSelect__filter .Search{flex-grow:1}.TreeViewSelect .TreeViewSelect__filter .Button{-webkit-backface-visibility:hidden;border:none;border-left:1px solid #ccc;border-radius:0;box-shadow:none;-webkit-transform:translateZ(0) scale(1)}.TreeViewSelect .TreeViewSelect__filter .Button:hover{background:transparent}.TreeViewSelect .TreeViewSelect__filter input{border:0!important;width:100%}.TreeViewSelect .TreeViewSelect__filterExtra{border-top:1px solid #3878ff;flex-grow:1;width:100%}.TreeViewSelect__selectAll{padding:.5rem}.TreeViewSelect__selectAll .Checkbox{align-self:center;display:block;margin-right:.6rem;margin-top:.2rem}.TreeViewSelect__selectAllText{flex-grow:1;margin-left:1.5rem}.TreeViewSelect .TreeViewSelect__block{align-items:center;display:flex;min-height:1.5rem}.TreeViewSelect .TreeViewSelect__block .Checkbox{padding:.3rem}.TreeViewSelect .TreeViewSelect__title{flex-grow:1;font-size:15px;margin-right:.5rem}.TreeViewSelect .TreeView{border:none;max-height:22rem;overflow:auto}.TreeViewSelect .TreeView__node._selected{background:inherit}.TreeViewSelect .TreeView__node-title{align-items:center;background:inherit!important;display:flex;height:44px;padding:10px 12px}.TreeViewSelect .TreeView__node-children{padding:0}.TreeViewSelect .TreeView__dropAfter{display:none}.TreeViewSelect .Loader{stroke:rgba(0,0,0,.3);stroke-width:8px;bottom:.5rem;height:1.5rem;margin-top:.1rem;pointer-events:none;position:absolute;right:.5rem;width:1.5rem}.TreeViewSelect ._multiple .TreeView .Loader{right:3.5rem}.Search{position:relative}.Search .icon{opacity:.5}.Search._searchGlyph{pointer-events:none}.invisibleFocus{border:0}.Rating{display:inline-flex;margin-left:-.15rem;position:relative}.Rating__wrapper{display:flex}.Rating__icon{fill:#222;display:inline-block;height:1.2rem;opacity:.2;padding:0 .1rem;transition:opacity .3s ease;width:1.2rem}.Rating__icon._filled{fill:#222;opacity:1}.Rating__label{color:#797b80;font-family:robotoregular;font-size:17px;line-height:22px}.Table{background:#fff;border:1px solid #ccc;display:table;overflow-x:unset}@media(max-width:599px){.Table{display:block}}.Table__wrapper{position:relative}.Table__header{line-height:1.2em}.Table__header._sticky{background:#fff;display:none;top:0;z-index:2}@media(max-width:1199px){.Table__header._sticky{top:64px}}@media(max-width:599px){.Table__header._sticky{display:none}}.Table__header._sticky .Table__headerRow{display:flex;width:100%}.Table__header._sticky .Table__headerCell{box-sizing:border-box;display:block;white-space:normal}.Table__headerCell{line-height:1rem;padding:.5rem 1rem;position:relative;text-align:center}.Table__headerCell:first-letter{text-transform:uppercase}.Table__headerCell._dragging{background:rgba(0,0,0,.2)}.Table__headerCell._sortable{cursor:pointer}.Table__headerCell._sortable svg{opacity:.3}.Table__headerDropTarget{bottom:0;left:50%;position:absolute;right:-1px;top:0}.Table__headerDropTarget._isOver{border-right:7px solid rgba(0,0,0,.3);left:50%;right:-4px}.Table__headerDropTarget._dropBefore{left:0;right:50%}.Table__headerDropTarget._dropBefore._isOver{border-left:7px solid rgba(0,0,0,.3);border-right:0;left:-4px;right:50%}.Table__body{color:#000514}.Table__cell{padding:.5rem 1rem}.Table__cell._number{text-align:right}.Table__cell._location{width:15rem}.Table__cell._centered{text-align:center}@media(max-width:599px){.Table{font-size:.9rem}.Table__header{display:none}.Table__cell{padding:.2rem 0;position:relative;white-space:nowrap}.Table__cell>*{width:50%}.Table__cell:before,.Table__cell>*{display:inline-block;white-space:normal}.Table__cell:before{content:attr(data-column);vertical-align:top;width:40%}.Table__cell:before:first-letter{text-transform:uppercase}.Table__row{border-bottom:1px solid #eee;padding:.5rem 1rem}}@media(min-width:600px){.Table{font-size:.8rem}.Table__header{display:table-row-group}.Table__headerRow{display:table-row}.Table__headerRow._sticky{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:9}.Table__headerCell{border-bottom:1px solid #aaa;border-right:1px solid #f2f2f2;display:table-cell}.Table__headerCell._isSortedBy{background-color:rgba(100,100,200,.05)}.Table__headerCell._isSortedBy svg{opacity:1}.Table__body{display:table-row-group}.Table__row{display:table-row}.Table__cell{border-bottom:1px solid #eee;display:table-cell}}.Table .NestedPath .NestedPath__item{margin-bottom:.2rem;min-width:8rem;position:relative}.Table .NestedPath .NestedPath__item:before{content:"› ";left:-.6rem;position:absolute}.Table .NestedPath .NestedPath__item:nth-child(n+0){margin-left:0}.Table .NestedPath .NestedPath__item:nth-child(n+1){margin-left:.6rem}.Table .NestedPath .NestedPath__item:nth-child(n+2){margin-left:1.2rem}.Table .NestedPath .NestedPath__item:nth-child(n+3){margin-left:1.8rem}.Table .NestedPath .NestedPath__item:nth-child(n+4){margin-left:2.4rem}.Table .NestedPath .NestedPath__item:nth-child(n+5){margin-left:3rem}.Table .NestedPath .NestedPath__item:nth-child(n+6){margin-left:3.6rem}.Table .NestedPath .NestedPath__item:nth-child(n+7){margin-left:4.2rem}.Table .NestedPath .NestedPath__item:nth-child(n+8){margin-left:4.8rem}.Table .NestedPath .NestedPath__item:nth-child(n+9){margin-left:5.4rem}.Table .NestedPath .NestedPath__item:nth-child(n+10){margin-left:6rem}.Gallery__button,.Gallery__next,.Gallery__prev{cursor:pointer;height:3rem;user-select:none;width:3rem;z-index:3}.Gallery__button:active,.Gallery__next:active,.Gallery__prev:active{opacity:.8}.Gallery__button .icon,.Gallery__next .icon,.Gallery__prev .icon{fill:#fff;height:3rem;width:3rem}.Gallery{min-height:200px}.Gallery__content{background:#eee;border-radius:2px;margin:1rem 0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Gallery__next{right:0}.Gallery__next,.Gallery__prev{position:absolute;top:50%;transform:translateY(-50%)}.Gallery__prev{left:0}.Gallery__prev .icon{transform:rotate(-180deg)}.image-gallery-icon{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px #1a1a1a);outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{-o-object-fit:contain;object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:transparent;border:4px solid transparent;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.FormField{margin-bottom:16px;position:relative;width:100%}.FormField__label{align-items:start;color:#757575;display:flex;justify-content:start;margin-bottom:.2rem}.FormField__label:first-letter{text-transform:uppercase}.FormField.search{margin-top:24px}.FormField__input{position:relative}.FormField__input .input_text,.FormField__input textarea{margin:0;width:100%}.FormField__adornment,.FormField__clear,.FormField__icon{position:absolute!important;right:.5rem;top:50%;transform:translateY(-50%)}.FormField__adornment{fill:transparent}.FormField__clear,.FormField__icon{cursor:pointer;opacity:.5;user-select:none}.FormField__clear:active,.FormField__icon:active{opacity:.8}.FormField__labelText{flex-grow:1}.FormField__boldText{font-weight:600}.FormField__requiredMark{color:#ff3b30;flex-shrink:0;font-size:.8rem;margin-left:4px}.FormField__hint{font-size:.8rem;opacity:.8}.FormField__hint._right{display:flex;justify-content:flex-end}.FormField__error{justify-content:flex-end}.FormField__error,.FormField__loginError{color:#ff3e38;display:flex;font-size:12px;line-height:16px}.FormField__loginError{justify-content:flex-start;margin-top:6px}.FormField._disabled{opacity:.5;pointer-events:none}.FormField__clear{background:#fff;opacity:1}._Select .FormField__clear,._TreeViewSelect .FormField__clear{z-index:2}._Textarea .FormField__clear{top:20px}.FormField._invalid,.FormField._invalid._touched{box-sizing:initial;margin:-.5rem -.5rem .5rem;padding:.5rem}.FormField._invalid .FormField__input,.FormField._invalid._touched .FormField__input{border:1px solid #ff3b30}.FormField._invalid .FormField__input div,.FormField._invalid .FormField__input input,.FormField._invalid._touched .FormField__input div,.FormField._invalid._touched .FormField__input input{border:none!important;outline:none}.FormField__tooltip{margin-left:5px}.FormField__tooltip>.Tooltip__dropdown{width:300px}.FormField__tooltip-inline{margin-left:-10px;vertical-align:sub!important}.FormField__tooltip-inline>.Tooltip__dropdown{width:300px}.FormField._CurrencySelect{width:8rem}.FormButtons{margin-top:2rem}.FormButtons button:not(:last-child){margin-right:8px}.FormButtons._right{display:flex;justify-content:flex-end}.FormButtons._confirm-code{margin-top:16px}.FormButtons._confirm-code .ghost{background-color:#e7e9eb}.FormButtons._confirm-code button{border:none;border-radius:4px;width:49%}.DateRangePickerWrapper{display:inline-flex;width:100%}.ListInput{border:1px solid #ccc}.ListInput._empty{border-bottom:0}.ListInput__inputWrapper{align-items:stretch;border-bottom:1px solid #ccc;display:flex}.ListInput__input{border-radius:0!important;border-width:0 1px 0 0!important;flex-grow:1}.ListInput__addValue{box-shadow:none!important}.ListInput__value{display:flex;padding:.5em;word-break:break-word}.ListInput__value:hover{background:rgba(0,0,0,.05)}.ListInput__valueText{width:100%}.ListInput__removeValue{cursor:pointer}.TextFieldButton__label{color:#757575;display:flex;margin-bottom:.2rem;margin-right:5px}.TextFieldButton__label:first-letter{text-transform:uppercase}.TextFieldButton__button{background:#fff;border:1px solid #ccc;color:#000;font-size:1rem;height:42px;justify-content:flex-start;width:100%}.TextFieldButton__button._error{border-color:#ff3b30}.TextFieldButton__icon{margin-left:-12px;margin-right:10px;opacity:.6}.TextFieldButton__title{display:flex}.TextFieldButton__requiredMark{color:#ff3b30;flex-shrink:0;font-size:.8rem;margin-left:4px}.TextFieldButton__placeholder{color:#ccc}.TextFieldButton__clear{opacity:.6;position:absolute;right:8px}.ClockPicker__textFieldContainer{display:flex;font-size:54px;justify-content:space-between}.ClockPicker__textField .MuiInputBase-root{height:80px;width:127px}.ClockPicker__textField .MuiInputBase-root>input{font-size:46px;text-align:center}.ClockPicker__timeClock{width:256px}.ClockPicker__timeFieldLabel{color:#000;font-family:robotoregular;font-size:12px;margin-top:7px;opacity:.6}.ClockPicker__buttonGroup{display:flex;justify-content:flex-end}.ClockPicker__button{box-shadow:none!important}.TimePicker{margin-bottom:16px;width:100%}.TimePicker__timeSelect{padding:24px 24px 16px;width:328px}.TimePicker__title{color:#717370;font-family:robotomedium;font-size:10px;font-weight:500;margin-bottom:24px;text-transform:uppercase}.SelectInput{width:100%}.SelectInput__label{color:#757575;display:flex;margin-bottom:.2rem}.SelectInput__label:first-letter{text-transform:uppercase}.SelectInput__select{align-items:center;background:#fff;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;flex-wrap:wrap;font-family:inherit;font-size:1rem;line-height:1.5rem;margin-bottom:16px;max-height:72px;min-height:2.5rem;outline:none;overflow:hidden;overflow-y:auto;padding:.5rem 1rem!important;padding:2.3rem;position:relative;user-select:none}.SelectInput__select::-webkit-input-placeholder{opacity:.6}.SelectInput__select:-moz-placeholder,.SelectInput__select::-moz-placeholder{opacity:.6}.SelectInput__select:-ms-input-placeholder{opacity:.6}.SelectInput__select:active{opacity:.8}.SelectInput__select._error{border-color:#ff3b30}.SelectInput__select:hover{background:#fafafa}.SelectInput__header{display:flex;justify-content:space-between}.SelectInput__labelWrapper{display:flex;flex-wrap:wrap;gap:6px}.SelectInput__startIcon{margin-left:-12px;margin-right:8px;opacity:.6}.SelectInput__arrow{position:absolute;right:5px;top:50%;transform:translateY(-50%)}.SelectInput__arrow svg{fill:#000}.SelectInput__arrow._expand{transform:translateY(-50%) rotate(-180deg)}.SelectInput__placeholder{color:#ccc}.SelectInput__title{display:flex}.SelectInput__requiredMark{color:#ff3b30;flex-shrink:0;font-size:.8rem;margin-left:4px}.SelectInput__clear{opacity:.6;position:absolute;right:8px}.CalendarPicker__select{align-items:center;background:#fff;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;flex-wrap:wrap;font-family:inherit;font-size:1rem;line-height:1.5rem;margin-bottom:16px;max-height:72px;min-height:2.5rem;outline:none;overflow:hidden;overflow-y:auto;padding:.5rem 1rem!important;padding:2.3rem;position:relative;user-select:none}.CalendarPicker__select::-webkit-input-placeholder{opacity:.6}.CalendarPicker__select:-moz-placeholder,.CalendarPicker__select::-moz-placeholder{opacity:.6}.CalendarPicker__select:-ms-input-placeholder{opacity:.6}.CalendarPicker__select:active{opacity:.8}.CalendarPicker__select:hover{background:#fafafa}.CalendarPicker__startIcon{margin-right:8px}.CalendarPicker__arrow{position:absolute;right:5px;top:50%;transform:translateY(-50%)}.CalendarPicker__arrow svg{fill:#000}.CalendarPicker__arrow._expand{transform:translateY(-50%) rotate(-180deg)}.CalendarPicker__day._selected{background-color:#212121;color:#fff}.PhoneInput{background-color:#fff;outline:1px solid #ccc;outline-offset:-1px;padding-left:10px}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{height:var(--PhoneInputCountryFlag-height);width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:var(--PhoneInputCountrySelectArrow-transform);width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.inputContainer{align-items:center;display:flex;flex-direction:column;position:relative}@media(max-width:599px){.inputContainer{align-items:flex-start}}.ConfirmCodeInput{display:flex;gap:12px}.ConfirmCodeInput>input{-webkit-appearance:initial;border:1px solid #a8adb7;border-radius:6px;box-sizing:border-box;color:#525461;font-size:20px;text-align:center}.ConfirmCodeInput>input:focus{border:1px solid #006fff;caret-color:#006fff;outline:none}.TextArea:not(.Mui-focused){border:1px solid #ccc;border-radius:0}.TextArea.Mui-focused{border:1px solid #fd0;border-radius:0}.TimeSlots__title{align-items:center;color:#757575;display:flex;margin-bottom:.2rem}.TimeSlots__slot{background:#f1f2f2;border:1px solid rgba(196,205,217,.54);border-radius:1.5rem;color:#000}@media(max-width:899px){.TimeSlots__slot{border-radius:12px}}.TimeSlots__gridContainer>.MuiGrid-item{margin-top:16px;padding-top:0}.TimeSlots__slotWrapper{padding-left:0!important;padding-right:16px}.TimeSlots__slotWrapper._start{background:linear-gradient(90deg,transparent 50%,#d3d3d3 0)}@media(min-width:900px){.TimeSlots__slotWrapper._start:last-child,.TimeSlots__slotWrapper._start:nth-child(6n){background:unset}.TimeSlots__slotWrapper._start:last-child button,.TimeSlots__slotWrapper._start:nth-child(6n) button{border-radius:1.5rem 0 0 1.5rem}}@media(max-width:899px){.TimeSlots__slotWrapper._start:last-child,.TimeSlots__slotWrapper._start:nth-child(4n){background:unset}.TimeSlots__slotWrapper._start:last-child button,.TimeSlots__slotWrapper._start:nth-child(4n) button{border-radius:1.5rem 0 0 1.5rem}}.TimeSlots__slotWrapper._end{background:linear-gradient(90deg,#d3d3d3 50%,transparent 0)}@media(min-width:900px){.TimeSlots__slotWrapper._end:nth-child(6n+1):not(:first-child){background:unset}.TimeSlots__slotWrapper._end:nth-child(6n+1):not(:first-child) button{border-radius:0 1.5rem 1.5rem 0}}@media(max-width:899px){.TimeSlots__slotWrapper._end:nth-child(4n+1):not(:first-child){background:unset}.TimeSlots__slotWrapper._end:nth-child(4n+1):not(:first-child) button{border-radius:0 1.5rem 1.5rem 0}}.TimeSlots__slotWrapper._inRange{background:#d3d3d3}.TimeSlots__slotWrapper._inRange button{box-shadow:none!important}.TimeSlots__slotWrapper._inRange button:hover{background:#d3d3d3}@media(min-width:900px){.TimeSlots__slotWrapper._inRange:first-child{background:unset}.TimeSlots__slotWrapper._inRange:first-child button{background:#d3d3d3;border-radius:0}.TimeSlots__slotWrapper._inRange:nth-child(6n){background:linear-gradient(90deg,#d3d3d3 50%,transparent 0)}.TimeSlots__slotWrapper._inRange:nth-child(6n) button{background:#d3d3d3;border-radius:0}.TimeSlots__slotWrapper._inRange:nth-child(6n+1):not(:first-child){background:linear-gradient(90deg,transparent 50%,#d3d3d3 0)}.TimeSlots__slotWrapper._inRange:nth-child(6n+1):not(:first-child) button{background:#d3d3d3;border-radius:0 1.5rem 1.5rem 0}}@media(max-width:899px){.TimeSlots__slotWrapper._inRange:first-child{background:unset}.TimeSlots__slotWrapper._inRange:first-child button{background:#d3d3d3;border-radius:0}.TimeSlots__slotWrapper._inRange:nth-child(4n){background:linear-gradient(90deg,#d3d3d3 50%,transparent 0)}.TimeSlots__slotWrapper._inRange:nth-child(4n) button{background:#d3d3d3;border-radius:0}.TimeSlots__slotWrapper._inRange:nth-child(4n+1):not(:first-child){background:linear-gradient(90deg,transparent 50%,#d3d3d3 0)}.TimeSlots__slotWrapper._inRange:nth-child(4n+1):not(:first-child) button{background:#d3d3d3;border-radius:0 1.5rem 1.5rem 0}}.TimeSlots__day{-webkit-touch-callout:none;align-items:start;display:flex;flex-direction:column;text-align:center;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.TimeSlots__dayName{display:flex;justify-content:center;width:56px}@media(max-width:599px){.TimeSlots__dayName{width:40px}}.TimeSlots__dayButtonWrapper{height:56px;width:56px}@media(max-width:599px){.TimeSlots__dayButtonWrapper{height:40px;width:40px}}.TimeSlots__dayButton{-webkit-touch-callout:none;border-radius:50%;height:100%;line-height:12px;padding:0;text-align:center;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.TimeSlots__dayButton:hover:not(.TimeSlots__dayButton._selected){background:rgba(0,0,0,.05)!important}.TimeSlots__dayButtonContent{display:flex;flex-direction:column}.TimeSlots__dayBusyness{border-radius:50%;bottom:6px;height:4px;position:absolute;width:4px}.TimeSlots__dayBusyness._low{background:#34c759}.TimeSlots__dayBusyness._average{background:#fc0}.TimeSlots__dayBusyness._high{background:#ff3b30}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/e8f6d782b21642a22e7a.gif) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/a4e97f5a2a64f0ab1323.eot);src:url(/a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/295183786cd8a1389865.woff) format("woff"),url(/c94f7671dcc99dce43e2.ttf) format("truetype"),url(/c51a6d3fae99e42cdebc.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-arrow{background:rgba(0,0,0,.5)!important;border-radius:35px;height:30px!important;top:33px!important;width:30px!important;z-index:1000}@media(max-width:599px){.slick-arrow{height:26px!important;top:27px!important;width:26px!important}}.slick-arrow:hover{background:rgba(0,0,0,.5)!important}.slick-arrow:focus{background:rgba(0,0,0,.5)}.slick-arrow.slick-prev{left:0!important;transform:rotate(180deg)!important}.slick-arrow.slick-next{right:0;transform:unset!important}.slick-arrow:before{content:none!important}.slick-arrow svg{fill:#fff;height:30px;width:30px}@media(max-width:599px){.slick-arrow svg{height:26px!important;width:26px!important}}.with-padding-left{padding-left:38px}@media(max-width:599px){.with-padding-left{padding-left:34px}}.slick-slider{padding-right:38px}@media(max-width:599px){.slick-slider{padding-right:34px}}.DaySlots__title{align-items:center;color:#757575;display:flex;margin-bottom:.2rem;text-transform:capitalize;width:398px}@media(max-width:599px){.DaySlots__title{width:293px}}@media(max-width:320px){.DaySlots__title{width:258px}}.DaySlots__navigationArrow{padding:4px}.DaySlots__navigationArrow svg{height:24px;width:24px}.DaySlots__row{display:flex}.DaySlots__slotWrapper{margin-top:8px;padding-right:8px;text-align:center;width:58px}.DaySlots__slotWrapper._monthDay{height:50px}@media(max-width:599px){.DaySlots__slotWrapper._monthDay{height:35px}}@media(max-width:320px){.DaySlots__slotWrapper._monthDay{height:30px}}.DaySlots__slotWrapper._start{background:linear-gradient(90deg,transparent 50%,#d3d3d3 0)}.DaySlots__slotWrapper._start:last-child,.DaySlots__slotWrapper._start:nth-child(7n){background:unset}.DaySlots__slotWrapper._start:last-child button,.DaySlots__slotWrapper._start:nth-child(7n) button{border-radius:1.5rem 0 0 1.5rem}.DaySlots__slotWrapper._end{background:linear-gradient(90deg,#d3d3d3 50%,transparent 0)}.DaySlots__slotWrapper._end:nth-child(7n+1){background:unset}.DaySlots__slotWrapper._end:nth-child(7n+1) button{border-radius:0 1.5rem 1.5rem 0}.DaySlots__slotWrapper._inRange{background:#d3d3d3}.DaySlots__slotWrapper._inRange button{background:#d3d3d3;box-shadow:none}.DaySlots__slotWrapper._inRange button:hover{background:#d3d3d3}.DaySlots__slotWrapper._inRange:nth-child(7n){background:linear-gradient(90deg,#d3d3d3 50%,transparent 0)}.DaySlots__slotWrapper._inRange:nth-child(7n) button{background:#d3d3d3;border-radius:0}.DaySlots__slotWrapper._inRange:nth-child(7n+1):not(:first-child){background:linear-gradient(90deg,transparent 50%,#d3d3d3 0)}.DaySlots__slotWrapper._inRange:nth-child(7n+1):not(:first-child) button{background:#d3d3d3;border-radius:0 1.5rem 1.5rem 0}@media(max-width:599px){.DaySlots__slotWrapper{width:43px}}@media(max-width:320px){.DaySlots__slotWrapper{width:38px}}.DaySlots__slot{background:#f1f2f2;border:1px solid rgba(196,205,217,.54);border-radius:50%;color:#000;height:100%;width:100%}.DaySlots__slot._weekEnd{background:#ffebeb;box-shadow:none;color:#000514;opacity:unset}.DaySlots__slot:disabled{color:#a3a3a3}.SharingDaySlots__hint{margin-bottom:1rem;width:398px}@media(max-width:599px){.SharingDaySlots__hint{width:293px}}@media(max-width:320px){.SharingDaySlots__hint{width:258px}}.FormField._UserAvatarEditor{width:-webkit-max-content;width:-moz-max-content;width:max-content}.Tooltip{cursor:default;display:inline-block;overflow:visible;position:relative;vertical-align:middle}.Tooltip:hover .Tooltip__dropdown{display:block}.Tooltip._showByClick{cursor:pointer}.Tooltip._showByClick:hover .Tooltip__dropdown{display:none}.Tooltip._showByClick._visible .Tooltip__dropdown{display:block!important}.Tooltip__dropdown{background:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 2px 3px 3px rgba(0,0,0,.05);display:none;left:50%;margin-left:-1.5rem;margin-top:10px;min-width:10rem;padding:1rem;position:absolute;top:100%;z-index:10}.Tooltip__arrow{background:#fff;border:solid #ccc;border-width:1px 1px 0 0;height:10px;left:1rem;position:absolute;top:-6px;transform:rotate(-45deg);width:10px}.Expander__handler{cursor:pointer;font-size:.8rem;opacity:.6;position:relative;user-select:none}.Expander__handler:active{opacity:.8}.Expander__handler .icon{position:absolute;right:0;top:50%;transform:translateY(-50%)}.Expander__content{padding:.5rem 0}.Expander._expanded .icon{transform:rotate(180deg) translateY(50%)}.DownloadButton .Loader{stroke-width:8px;display:none;height:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1rem}.DownloadButton._loading{pointer-events:none}.DownloadButton._loading .Loader{display:block}.DownloadButton._loading span{opacity:0}.DownloadButton._alignEnd{margin-left:auto}.FileInput{align-items:stretch;display:flex;position:relative}.FileInput__input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.FileInput__button{border-radius:3px;position:relative}.FileInput__button .icon{left:.5rem;margin-top:1px;position:absolute;top:50%;transform:translateY(-50%)}.FileInput__button:hover{background:rgba(0,0,0,.04);cursor:pointer}.FileInput__files{border-radius:0 3px 3px 0;box-shadow:inset 0 0 0 1px rgba(5,5,5,.2);flex-grow:1;flex-shrink:0;margin-left:-1px;opacity:.7;padding:.5rem 1rem}.FileInput__clear{cursor:pointer;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);user-select:none;z-index:2}.FileInput__clear:active{opacity:.8}.FileInput._showFiles .FileInput__button{border-radius:3px 0 0 3px}.FileInput._showIcon{padding-left:2rem}.FileInput._disabled{opacity:.5;pointer-events:none}.SquareBlock{overflow:hidden;position:relative}.SquareBlock:before{content:"";display:block;padding-top:100%}.SquareBlock__content{bottom:0;left:0;position:absolute;right:0;top:0}.Switch>*{display:inline-block;margin-left:-1px}.Switch button{border-radius:0}.Switch>:first-child,.Switch>:first-child button{border-bottom-left-radius:3px;border-top-left-radius:3px}.Switch>:last-child,.Switch>:last-child button{border-bottom-right-radius:3px;border-top-right-radius:3px}.Switch__option._active,.Switch__option._active:hover{background:rgba(0,0,0,.2)}.TreeViewItem__item{align-items:center;display:flex;height:44px;justify-content:space-between;overflow:hidden;padding-left:4px}.TreeViewItem__label{color:var(--primary-60,#212121);font-family:robotomedium,sans-serif;font-size:15px;text-overflow:ellipsis;width:100%}.TreeViewItem__collapseIcon{transform:rotate(-90deg)}.AsyncTreeView{box-sizing:border-box;max-height:35rem;overflow:auto}@media(max-width:599px){.AsyncTreeView{max-height:25rem}}.MuiTreeItem-content{border-bottom:1px solid #e0e2e6}.MuiTreeItem-group{margin:0}.LabelsWrapper{display:flex;flex-wrap:wrap;gap:6px}.AsyncTreeViewSelect{position:relative}.AsyncTreeViewSelect__select{background:#fff;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;flex-wrap:wrap;flex-wrap:nowrap;font-family:inherit;font-size:1rem;height:auto;line-height:1.5rem;min-height:42px;outline:none;overflow-x:hidden;padding:2.3rem;padding:8px 28px 8px 12px!important;position:relative;user-select:none}.AsyncTreeViewSelect__select::-webkit-input-placeholder{opacity:.6}.AsyncTreeViewSelect__select:-moz-placeholder,.AsyncTreeViewSelect__select::-moz-placeholder{opacity:.6}.AsyncTreeViewSelect__select:-ms-input-placeholder{opacity:.6}.AsyncTreeViewSelect__select:active{opacity:.8}.AsyncTreeViewSelect__select._multiSelect{max-height:72px;overflow-y:auto}.AsyncTreeViewSelect__select._error{border-color:#ff3b30}.AsyncTreeViewSelect__select:hover{background:#fafafa}.AsyncTreeViewSelect__paper{border-radius:2px;cursor:pointer}.AsyncTreeViewSelect__start-icon{margin-left:-6px;margin-right:12px}.AsyncTreeViewSelect__placeholder{opacity:.5}.AsyncTreeViewSelect__arrow{position:absolute;right:5px;top:50%;transform:translateY(-50%)}.AsyncTreeViewSelect__arrow svg{fill:#000}.AsyncTreeViewSelect__arrow._expand{transform:translateY(-50%) rotate(-180deg)}.AsyncTreeViewSelect__header{display:flex;justify-content:space-between;width:100%}.AsyncTreeViewSelect__header._only_clear{position:absolute;right:0;top:-28px}.AsyncTreeViewSelect__title{display:flex}.AsyncTreeViewSelect__requiredMark{color:#ff3b30;flex-shrink:0;font-size:.8rem;margin-left:4px}.Search{border-bottom:1px solid var(--tertiary-10-gray-3,#ccc)}.Search._searchGlyph{pointer-events:inherit}.Search input{border:0!important;width:100%}.DictEditorForm .FormButtons{text-align:right}.DictEditorFilter{margin-top:15px}.UserRoles__container{height:calc(100vh - 140px);overflow-y:scroll}@media(max-width:1200px){.UserRoles__container{height:calc(100vh - 200px)}}.UserRoles__system{margin-bottom:1rem}.UserRoles__system .List__item{cursor:default}.UserRoles__listTitle{font-size:20px;line-height:30px;margin-bottom:1rem}.UserRoles__item{display:flex}@media(max-width:599px){.UserRoles__item{display:block}}.UserRoles__itemInfo{flex-grow:1}.UserRoles__itemDescription,.UserRoles__itemName{width:100%;word-break:break-word}.UserRoles__itemDescription{color:#757575}.UserRoles__itemActions{flex-shrink:0}.UserRoles__itemActions>*{display:inline-block;margin-left:-1px}.UserRoles__itemActions button{border-radius:0}.UserRoles__itemActions>:first-child,.UserRoles__itemActions>:first-child button{border-bottom-left-radius:3px;border-top-left-radius:3px}.UserRoles__itemActions>:last-child,.UserRoles__itemActions>:last-child button{border-bottom-right-radius:3px;border-top-right-radius:3px}@media(max-width:599px){.UserRoles__itemActions{margin-top:.5rem}}.ModalV2{overflow-y:auto}.ModalV2 .MuiDialog-container{height:auto;min-height:100vh}.ModalV2 .MuiDialog-paper{max-width:800px;width:100%}@media(max-width:599px){.ModalV2 .MuiDialog-paper{font-size:.75rem;margin:0 16px;max-width:100vw;min-height:auto;min-width:auto}}.ModalV2._small .MuiDialog-paper{min-width:auto;width:410px}.ModalV2__header{align-items:center;display:flex;justify-content:space-between}.ModalV2__title{font-size:24px;font-weight:500}.ModalV2__title._uppercase{text-transform:uppercase}.ModalV2__close{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}.ModalV2__close svg{fill:none;height:24px;width:24px}.ModalV2__close:hover{fill-opacity:100%}.ConfirmModal__buttons{display:flex;gap:10px;margin-top:1.5rem}.ConfirmModal__button._error{background:#ff3b30!important;color:#fff}.RoleRelationsList{margin-bottom:15px}.RoleRelationsList__title{margin-bottom:8px}.RoleRelationsList__list{font-family:robotoregular;font-size:15px;list-style:inside;margin-bottom:8px;margin-left:10px;text-align:left}.Sandbox{background:#eee;padding:1rem}.Sandbox .blocks>div{background:#fff;border:1px dotted #222;margin-bottom:5rem;padding:1rem}.ActivitiesList__items{display:flex;flex-wrap:wrap;justify-content:center}.ActivitiesList__verifyLocationLink{font-size:.8rem;margin-bottom:1.5rem;margin-left:.2rem;margin-top:-.5rem}.ActivitiesList__verifyLocationLink span{border-bottom:1px dashed #ccc;cursor:pointer;user-select:none}.ActivitiesList__verifyLocationLink span:active{opacity:.8}.ActivitiesList__groupIssueLink{border-bottom:1px dashed #ccc;color:#222;display:inline-block;margin-top:1rem;text-decoration:none}.ActivitiesList.Page{max-width:none}@media(max-width:599px){.ActivitiesList{background-color:#fff}.ActivitiesList .LocationTreeSelect{margin-bottom:0}.ActivitiesList .Page__title{display:none}.ActivitiesList__items{margin:0 -1rem}}.ActivitiesList__location{margin-bottom:32px}.ActivitiesList__scrollShadow{--scroll-shadow-size:64;--scroll-shadow-top:linear-gradient(0deg,hsla(0,0%,100%,0),#e0e0e0);--scroll-shadow-bottom:linear-gradient(180deg,hsla(0,0%,100%,0),#e0e0e0);--scroll-shadow-left:none;--scroll-shadow-right:none;display:block}.location-select._withMy .TreeViewSelect__dropdown{padding-top:5rem}.location-select._withMy .TreeViewSelect__filter{background:#fff;border-bottom:1px solid #ccc}.location-select._withMy .TreeViewSelect__filter .Search input{border-bottom-color:#eee}.location-select._withMy .TreeViewSelect__filter .Checkbox{margin:.5rem}.Label{background:rgba(0,0,0,.1);border-radius:3px;display:flex;font-size:.8rem;height:24px;line-height:1.5rem;overflow:hidden;padding:0 .5rem;position:relative}.Label._removable{padding-left:2rem}.Label .icon{border-radius:0;border-right:1px solid #aaa;cursor:pointer;left:0;padding:2px;position:absolute;top:50%;transform:translateY(-50%);user-select:none;vertical-align:middle}.Label .icon:active{opacity:.8}.LocationLabel{background-color:#f5f5f5;border:1px solid #ccc;border-radius:2px;padding:10px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.LocationLabel__icon{height:20px;margin-bottom:-4px;margin-right:6px;width:20px}.LocationLabel .LocationFullPath{align-items:center;display:flex;justify-content:center}.LocationFullPath{align-items:center;display:flex;flex-wrap:wrap}.LocationFullPath__part{display:inline-block;white-space:nowrap}.LocationFullPath__info-icon{margin-left:auto!important;padding:.125rem}.LocationFullPath__info-icon a{color:#000;text-decoration:none}.LocationFullPath p{display:inline}.LocationTreeSelect._withMy .TreeViewSelect__filter{background:#fff;border-bottom:1px solid #ccc}.LocationTreeSelect._withMy .TreeViewSelect__filter .Search input{border-bottom-color:#eee}.LocationTreeSelect._withMy .TreeViewSelect__filter .Checkbox{margin:.5rem}.LocationTreeSelect._onlyMy .TreeViewSelect__dropdown{padding-top:0}.LocationTreeSelect._onlyMy .TreeViewSelect .Checkbox,.LocationTreeSelect._onlyMy .TreeViewSelect__filterExtra{display:none}.LocationTreeSelect._onlyMy .TreeViewSelect ._leaf .Checkbox{display:inline-block}.UsersSelect .FormField__clear{z-index:2}.IssueShortStatus .icon{height:1rem;width:1rem}.IssueShortStatus._overdue .icon{fill:red}.IssueShortStatus._closed .icon{height:1rem;width:1rem}.SelectV2{width:100%}.SelectV2__paper{border:1px solid #e1e2e2}.SelectV2__menuItem{align-items:center;display:flex;justify-content:space-between;line-height:20px;padding:10px 12px 10px 16px}.SelectV2__menuItem>span{padding:0}.SelectV2__menuItem._all{border-bottom:1px solid #e0e2e6}.SelectV2__list{max-height:220px;overflow-y:auto}.Accordion{box-shadow:none}.Accordion:before{background-color:transparent}.Accordion .MuiAccordionSummary-root{padding:0}.Accordion .MuiAccordionSummary-content{align-items:center;display:flex;gap:4px}.Accordion__summary{color:#212121;font-family:robotomedium;font-size:20px}.Accordion__details{padding:0}.IssueScheduleForm{width:720px}.IssueScheduleForm__subTitle{color:#212121;font-family:robotomedium;font-size:20px}.IssueScheduleForm__accordion{box-shadow:none}.IssueScheduleForm__accordion:before{background-color:transparent}.IssueScheduleForm__accordion .MuiAccordionSummary-root{padding:0}.IssueScheduleForm__accordion .MuiAccordionSummary-content{align-items:center;display:flex;gap:4px}.IssueScheduleForm__orderBlock{display:flex;gap:16px}.IssueScheduleForm__loader{align-items:center;display:flex;justify-content:center;padding:4rem 0}.IssueTypeAttributes{margin-top:2rem}.IssueTypeAttributes__title{color:#757575;font-size:1.2rem;margin-bottom:1rem}.IssueTypeAttributes__sortHelper{background:#fff;border-top:1px solid #ccc;margin-top:-1px;z-index:1001}.IssueTypeAttributesList{margin-top:1rem}.IssueTypeAttributesList__filters{display:flex}.IssueTypeAttributesList__actionFilters{flex-grow:1;font-size:.8rem}.IssueTypeAttributesList__actionFilters .Radio{display:inline-block;margin-bottom:.5rem;margin-right:1rem}.IssueTypeAttributesList__actionFilters .Radio__button{height:.7rem;margin-right:.3rem;margin-top:-.1rem;width:.7rem}.IssueTypeAttributesList__actionFilters .Radio__button:after{height:.7rem;width:.7rem}.IssueTypeAttributesList__buttons{flex-shrink:0;margin-top:2rem;text-align:right}.IssueTypeAttribute{border-bottom:1px solid #ccc;padding:1rem 0;position:relative}.IssueTypeAttribute__titleWrapper{display:flex}@media(max-width:599px){.IssueTypeAttribute__titleWrapper{flex-direction:column}}.IssueTypeAttribute__title{cursor:move;flex-grow:1;padding-right:1rem;word-break:break-word}.IssueTypeAttribute__buttons{flex-shrink:0;font-size:.8rem}.IssueTypeAttribute__buttons>*{display:inline-block;margin-left:-1px}.IssueTypeAttribute__buttons button{border-radius:0}.IssueTypeAttribute__buttons>:first-child,.IssueTypeAttribute__buttons>:first-child button{border-bottom-left-radius:3px;border-top-left-radius:3px}.IssueTypeAttribute__buttons>:last-child,.IssueTypeAttribute__buttons>:last-child button{border-bottom-right-radius:3px;border-top-right-radius:3px}@media(max-width:599px){.IssueTypeAttribute__buttons{margin-top:.5rem;position:static}}.IssueTypeAttribute__info{font-size:.8rem;margin-left:.3rem;top:.04rem}.IssueTypeAttribute__info .Tooltip__dropdown{margin-top:5px;width:15rem}.IssueTypeAttribute__info .FieldValue{display:flex;margin-bottom:.5rem}.IssueTypeAttribute__info .FieldValue__name{flex-shrink:0;width:6rem}.IssueTypeAttribute__remove{cursor:pointer;user-select:none}.IssueTypeAttribute__remove:active{opacity:.8}.IssueTypeAttribute__actions{margin-top:1rem}.IssueTypeAttribute__roles{display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem}@media(max-width:599px){.IssueTypeAttribute__roles{flex-direction:column}}.IssueTypeAttribute__condition{margin-top:1rem}.IssueTypeAttribute__action._update{margin-bottom:2.5rem}.IssueTypeAttribute__action-required{font-size:.8rem}.IssueTypeAttribute .IssueTypeAttrActions{margin-top:.5rem}.IssueTypeAttrActions{display:flex;flex-wrap:wrap;gap:6px;line-height:1rem;margin-left:-.2rem;margin-top:.5rem}.IssueTypeAttrActions .Label._required{opacity:1}.AttrActionsTable .Table{border:1px solid rgba(0,0,0,.12);border-radius:5px;font-size:16px;line-height:24px}.AttrActionsTable .Table__headerCell{background:rgba(0,0,0,.02);border-bottom:1px solid rgba(0,0,0,.12);padding:.75rem 1rem}.AttrActionsTable .Table__headerCell:not(:last-child){border-right:1px solid rgba(0,0,0,.12)}.AttrActionsTable .Table__row:not(:last-child){border-bottom:1px solid rgba(0,0,0,.12)}.AttrActionsTable .Table__cell{border-bottom:none;padding:.75rem 1rem}.AttrActionsTable .Table__cell:not(:first-child){border-left:1px solid rgba(0,0,0,.12);text-align:center;width:150px}.AttrActionsTable .Table__cell:not(:first-child) span{padding:0}@media(max-width:599px){.AttrActionsTable .Table{font-size:12px;line-height:18px}.AttrActionsTable .Table__header{display:table-row-group}.AttrActionsTable .Table__cell,.AttrActionsTable .Table__headerCell{padding:.5rem}.AttrActionsTable .Table__cell>*{display:block;white-space:normal;width:auto}.AttrActionsTable .Table__cell:before{display:none}}.AttrActionsTable .Table .MuiFormControlLabel-root{margin:0}.IssueTypeForm._not-found{padding:2rem 0}.IssueTypeForm__parent{margin-bottom:2rem}.Modal._issueTypeForm{align-items:flex-start}.Modal._issueTypeForm .Modal__window{margin:0 auto}.ConfirmCodePage ._ConfirmCode{margin-bottom:32px}.ConfirmCodePage__description{letter-spacing:.2px;margin:0 auto 3rem;text-align:center}.ConfirmCodePage__submitButton{margin-bottom:16px}.ConfirmCodePage__label{align-items:center;color:#121e2d;display:flex;font-family:IBM Plex Sans,sans-serif;font-weight:500;gap:4px;margin-bottom:6px}.ConfirmCodePage__label svg{fill:transparent}.ConfirmCodePage__timer{color:rgba(0,0,0,.6);font-size:.875rem;line-height:1rem;padding:12px 24px;text-align:center}.ConfirmCodePage__repeatButton{background:transparent!important;box-shadow:none!important;color:#0093ff;margin-top:0!important}.ConfirmCodePage__edit_icon{color:transparent;margin-bottom:2px;padding:0 4px!important}.ConfirmCodePage__edit_icon svg{height:16px;width:16px}.CaptchaMobileModal{background:var(--White,#fff);border:1px solid var(--tertiary-200,#f3f7ff);border-radius:8px;box-shadow:0 6px 56px 0 rgba(56,120,255,.1);margin:0 16px;padding:32px 24px}.CaptchaForm{display:inline-block;width:100%}.CaptchaForm__title{color:#121e2d;font-size:24px;font-weight:600;line-height:34px;margin-bottom:32px}@media(max-width:599px){.CaptchaForm__title{font-size:20px;line-height:30px;margin-bottom:24px}}.CaptchaForm__captcha-container{display:flex}.CaptchaForm__captcha-container img{width:180px}.CaptchaForm__input-container{display:flex;flex-direction:column;margin-top:24px}.CaptchaForm__validate-button{border-radius:6px;height:42px;margin-top:24px;width:100%}.CaptchaForm__captcha-input{margin:0}.CaptchaForm__other-code-label{background:transparent;border:none;cursor:pointer;margin-left:20px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.CaptchaForm__other-code-label svg{fill:none;stroke:#121e2d;stroke-width:2}.CaptchaForm__other-code-label svg:hover{stroke:#3878ff}.privacy-footer{color:#39506c;font-family:IBM Plex Sans,serif;font-size:13px;font-weight:400;line-height:18px;margin-bottom:16px}.privacy-footer a{color:#3878ff;text-decoration:none}.privacy-footer svg{fill:#3878ff}.AcceptTermsText{color:#39506c;font-family:IBM Plex Sans,serif;margin-top:24px;text-align:left}.AcceptTermsText._miniApp{font-size:12px;line-height:16px;margin-top:24px;text-align:left}.AcceptTermsText a{color:#0093ff;text-decoration:none}.QuickLogin{text-transform:none}.QuickLogin__submitButton{margin-top:.5rem}.QuickLogin__wrap{-webkit-overflow-scrolling:touch;align-items:center;bottom:0;display:flex;left:0;overflow:auto;position:absolute;position:inherit;right:0;top:0}.QuickLogin__accept{font-size:.8rem}.QuickLogin .Button{width:100%}.QuickLogin input{transition:all .3s ease;width:100%}.QuickLogin__container{box-sizing:border-box;display:flex;flex-direction:column;position:relative}@media(max-width:599px){.QuickLogin__container{margin:0;width:100%}}.QuickLogin .Logo{margin-bottom:1.5rem}@media(max-width:1199px){.QuickLogin__container{width:100%}}.QuickLogin__heading{color:var(--secondary-400,#121e2d);font-family:Commissioner,serif;font-size:26px;margin-bottom:16px;margin-top:32px}.QuickLogin .MuiOutlinedInput-root,.QuickLogin .PhoneInput{background:var(--White,#fff);border-radius:6px;font-family:IBM Plex Sans,serif;outline:1px solid var(--tertiary-300,#e7eeff)}.QuickLogin .MuiOutlinedInput-root input,.QuickLogin .PhoneInput input{background:transparent;border:none}.QuickLogin .MuiOutlinedInput-root .ConfirmCodeInput input,.QuickLogin .PhoneInput .ConfirmCodeInput input{border:1px solid #e7eeff}.QuickLogin .MuiOutlinedInput-root .PhoneInputCountrySelectArrow,.QuickLogin .PhoneInput .PhoneInputCountrySelectArrow{display:none}.QuickLogin .FormField__hint{color:var(--secondary-100,#39506c);font-family:IBM Plex Sans,sans-serif;font-size:13px;font-weight:400}.QuickLogin .FormField__label{color:#121e2d;font-family:IBM Plex Sans,serif;font-size:13px;font-weight:500}.QuickLogin .FormField .inputContainer{align-items:flex-start}@media(max-width:599px){.Modal._newIssueSuccess{padding:0 16px}}.Modal._newIssueSuccess>.Modal__container>.content{border-radius:10px;box-shadow:none;height:auto;max-width:410px}.Modal._newIssueSuccess>.Modal__container>.content>.Modal__title{display:none}.Modal._newIssueSuccess>.Modal__container>.content>.Modal__content{padding:32px 28px 28px}.NewIssueSuccess{align-items:center;display:flex;flex-direction:column;gap:16px}.NewIssueSuccess__icon{fill:none;height:40px;width:40px}.NewIssueSuccess__title{font-size:17px;line-height:22px;text-align:center}.NewIssueSuccess__subtitle{font-family:robotoregular;font-size:15px;line-height:20px;text-align:center}.NewIssueSuccess__button{border-radius:10px;font-size:17px;line-height:22px;margin-top:8px;padding:13px 16px;width:100%}.Modal iframe{border:0;height:70vh;width:100%}.Modal .responsive-img{display:block;width:100%}.Activity{box-sizing:border-box;color:#000;cursor:pointer;margin:-1px;max-width:250px;min-height:12.5rem;overflow:hidden;position:relative;user-select:none;width:33.3333%}.Activity:active{opacity:.8}.Activity:before{content:"";display:block;padding-top:100%}.Activity>div{align-items:center;bottom:0;display:flex;flex-direction:column;left:0;margin-top:24px;pointer-events:none;position:absolute;right:0;top:0}.Activity:hover{background:hsla(0,0%,100%,.5)}.Activity__icon{border-radius:12rem;box-sizing:border-box;height:6rem;padding:.5rem;width:6rem}.Activity__name{margin-top:12px;text-align:center;width:80%}@media(max-width:599px){.Activity{height:174px;width:50%}.Activity__icon{height:80px;width:80px}.Activity__name{font-family:robotoregular;font-size:14px;line-height:20px}}.Modal._verifyLocation .Modal__window{width:30rem}.VerifyLocation__description{margin-bottom:1rem}.Attribute{overflow:hidden}.PhotoPreviewList{display:flex;flex-wrap:wrap;margin-top:.5rem}.PhotoPreview{background:#eee;border-radius:8px;flex-shrink:0;height:62px;margin:-1px 8px -1px -1px;position:relative;width:62px}.PhotoPreview._clickable{cursor:pointer;user-select:none}.PhotoPreview._clickable:active{opacity:.8}.PhotoPreview__content{background-position:50%;background-size:cover;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.PhotoPreview__status{color:red;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.PhotoPreview._isLoaded .PhotoPreview__content{opacity:1;pointer-events:all}.PhotoPreview img{height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.PhotoPreview__remove{stroke-width:2px;stroke:#212121;fill:#212121;background:#fff;border-radius:50%;bottom:2px;box-sizing:border-box;cursor:pointer;height:20px;padding:3px;position:absolute;right:2px;user-select:none;width:20px}.PhotoPreview__remove:active{opacity:.8}.PhotoPreview__remove svg{height:16px;width:16px}.PhotoPreview__remove svg:hover{fill:#fff}.PhotoPreview__remove:hover{background-color:#f1f2f2!important}.PhotoPreview__remove:hover svg{fill:#000;stroke:#000}.PhotoPreviewNonSquare__content{background-repeat:no-repeat;background-size:contain}.PhotoPreviewNonSquare._isLoaded .PhotoPreviewNonSquare{opacity:1;pointer-events:all}.NonSquareBlock{overflow:auto;position:relative}.NonSquareBlock:before{content:"";display:block;padding-top:75%}.NonSquareBlock__content{bottom:0;left:0;position:absolute;right:0;top:0}.InventoryAudit__unexpectedItems{margin-top:.5rem}.InventoryAudit__unexpectedItemsTitle{margin-bottom:.5rem}.InventoryAudit__item{display:flex;font-size:.8rem;padding:.5rem 0}.InventoryAudit__item._found{-webkit-text-decoration:strike;text-decoration:strike}.InventoryAudit__itemType{flex-grow:0;margin-right:1rem;width:15.625rem}.InventoryAttributeView__link,.InventoryAudit__itemType{cursor:pointer;text-decoration:underline}.DocumentPreviewList{display:flex;flex-wrap:wrap;margin-top:.5rem}.DocumentPreview._clickable{cursor:pointer;user-select:none}.DocumentPreview._clickable:active{opacity:.8}.DocumentPreview__content{align-items:center;display:flex;flex-direction:row;margin-bottom:1rem;margin-right:1.5rem}.DocumentPreview__link{margin-right:.5rem}.DocumentPreview__remove{stroke-width:2px;stroke:rgba(0,0,0,.7);fill:#fff;border-radius:0 0 0 2px;box-sizing:border-box;cursor:pointer;height:16px;padding:3px;user-select:none;width:16px}.DocumentPreview__remove:active{opacity:.8}.Attributes{width:100%}.FileSelect{border-radius:3px;display:flex}.FileSelect__title{margin-top:.5rem}.FileSelect__addButton{align-items:center;background:#fafbfc;border:.5px dashed #e0e2e6;border-radius:10px;cursor:pointer;display:flex;height:62px;justify-content:center;width:62px}.FileSelect__addButton:hover{background-color:#f1f2f2}@media(max-width:599px){.Modal._fileUploader{padding:0 16px}}.Modal._fileUploader>.Modal__container>.content{height:auto;width:600px}@media(max-width:599px){.Modal._fileUploader>.Modal__container>.content{min-width:250px;width:343px}}.Modal._fileUploader .Modal__buttons{gap:12px;justify-content:space-between;margin-top:24px}.Modal._fileUploader .Modal__buttons button{align-self:stretch;border-radius:8px;width:100%}.FileUploader{background:transparent;border:none;border-radius:3px;margin:-1rem -2rem;padding:1rem 2rem}.FileUploader__dropzone{align-items:start;align-items:center;background-color:#fafbfc;border:.5px dashed #3878ff;border-radius:10px;color:#bdbdbd;display:flex;flex:1;flex-direction:column;outline:none;padding:24px;transition:border .24s ease-in-out}.FileUploader__controls{display:flex}.FileUploader__dropPlaceholder{flex-grow:1;margin-left:1rem}.FileUploader .FileInput{display:inline-block}.FileUploader._active{background:rgba(22,255,142,.13);border:none;border-radius:3px}.FileUploader__files{display:flex;flex-wrap:wrap;margin-top:2rem;overflow:hidden;width:100%}.FileUploader__limits{align-items:center;color:#797b80;display:flex;font-size:13px;font-weight:400;line-height:18px;margin-top:1rem;text-align:left}.FileUploader__limits span{color:#292929}.FileUploader__limits svg{margin-right:8px}.FileUploader__save{position:relative;text-align:center;width:8rem}.FileUploader__save .Loader{stroke-width:6px;left:1rem;margin-top:.5px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.FileUploader__save._isProcessing{opacity:1!important;padding-left:2.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.FileUploader__text{color:#292929;margin-bottom:12px}.FileUploader__textAction{color:#3878ff;cursor:pointer;-webkit-text-decoration-line:underline;text-decoration-line:underline}.FileUploader__textAction._disabled{color:#a9adb2;pointer-events:none}.FileUploader__notification{color:#797b80;font-size:15px;font-style:normal;line-height:20px;margin-bottom:8px}.FileUploader._isProcessing .PhotoPreview__remove{display:none}.FileUploader._isProcessing .PhotoUploader__controls,.FileUploader._isProcessing .PhotoUploader__files{opacity:.5;pointer-events:none}@media(max-width:599px){.FileUploader{background:none;border:none;margin:0 -1rem;padding:1rem}.FileUploader__controls{flex-direction:column}.FileUploader .FileInput{margin-bottom:1rem}.FileUploader__dropPlaceholder{display:none;margin-left:0}.FileUploader__files{min-height:20vw}}.AttributesForm>.FieldValue{border-bottom:none!important;margin-bottom:1rem}.AttributesForm:empty{display:none}.AttributesForm .FormField._Number .FormField__input>div,.AttributesForm .FormField._Number .FormField__input>div>input{width:100%}.AttributesForm .FormField._CheckboxGroup .FormField__input>div,.AttributesForm .FormField._RadioButtons .FormField__input>div{align-items:flex-start;display:flex;flex-direction:column;margin-left:.5rem}.AttributesForm .FormField._CheckboxGroup .Radio,.AttributesForm .FormField._RadioButtons .Radio{display:inline-block;margin-bottom:.5rem}.AttributesForm__photoText{font-family:robotoregular;margin-bottom:2rem}._required+.AttributesForm__photoText{color:#ff0029}.LocationForm__coordinates{max-width:225px}@media(max-width:599px){.ActivitiesLocationSelect._readonly{margin:0 -1rem -1rem;text-align:center}}.ActivitiesLocationSelect .LocationLabel{font-size:1rem;margin-left:-.5rem}@media(max-width:599px){.ActivitiesLocationSelect .LocationLabel{margin-left:0}}.RoundGroup__title{color:#112950;text-transform:none}.RoundGroup__title__name{align-items:center;display:flex;font-size:20px;line-height:32px;margin-top:10px}.RoundGroup__title__name_title{margin-right:10px}.RoundGroup__title__location{color:#667790;font-size:16px;line-height:24px;margin-top:10px}.RoundGroup__date{align-items:center;color:#667790;display:flex;font-size:12px;gap:10px;line-height:20px;position:relative}.RoundGroup__date .Date__time{margin-left:20px;opacity:1;position:relative}.RoundGroup__date .Date__time:before{background:#3878ff;border-radius:50%;content:"";height:4px;left:-10px;position:absolute;top:4px;width:4px}.RoundGroup__overdue{color:#ff5252;display:flex;font-size:12px;gap:5px;line-height:20px}.RoundGroup__child{box-shadow:none}.RoundGroup__child:before{height:0!important}.RoundGroup__child__summary{background-color:#fbfcff;border-bottom:1px solid rgba(231,238,255,.72);border-top:1px solid rgba(231,238,255,.72);margin-left:-2rem;margin-right:-2rem;padding:0 3rem}@media(max-width:599px){.RoundGroup__child__summary{margin-left:-1rem;margin-right:-1rem;padding:0 2rem}}.RoundGroup__no_data{color:#667790;font-weight:400}.RoundGroup .Attributes{margin-bottom:1rem}.RoundGroup .Attributes .Attribute:not(:first-child){margin-top:16px}.RoundGroup .Attributes .Attribute .FieldValue__name{color:#667790}.RoundGroup .Attributes .Attribute .FieldValue__value{color:#112950}.RoundGroup__point-title{display:flex}.RoundGroup__point-title div{margin-left:10px}.RoundGroup__point-title.closed{color:#319d40}.RoundGroup__point-title.open{color:#888}.IssueStatus{background:rgba(0,0,0,.05);border-radius:2rem;display:inline-block;font-size:.8rem;line-height:1.5rem;padding:0 .5rem;white-space:nowrap}.IssueStatus._closed{align-items:center;background:rgba(100,180,0,.1);display:flex;gap:4px;text-transform:capitalize}.IssueStatus._closed .icon{height:.8rem;vertical-align:top;width:.8rem}.IssueStatus._opened{height:1.5rem}.IssueStatus._moderation{background-color:rgba(231,238,255,.72);height:-webkit-max-content;height:-moz-max-content;height:max-content}.IssueStatus._moderation.overdue{background-color:rgba(255,59,48,.18)}.IssueStatus.on_check{background:#888}.IssueStatus__name:first-letter{text-transform:uppercase}.IssueLocation__part{display:inline-block;white-space:nowrap}.IssueLocation .icon{margin-left:-.25rem;opacity:.35;transform:translateY(-.1rem);vertical-align:middle}.IssueRating{align-items:center;display:flex}.IssueRating._short{white-space:nowrap}.IssueRating._short .Rating{position:relative;top:.15rem;transform:scale(.8);vertical-align:top}.IssueDate .icon{fill:#888;margin-left:-.1rem;transform:translateY(-.1rem);vertical-align:middle}.IssueCloseDate{align-items:center;display:flex;font-size:.8rem}.IssueCloseDate .icon{fill:#319d40;height:.8rem;margin:0 .2rem 0 .3rem;vertical-align:top;width:.8rem}.IssueCloseDate .Date{margin-left:.3rem}.ExpiredIssue{background:rgba(255,0,0,.1);border-radius:2rem;display:inline-block;font-size:.8rem;line-height:1.5rem;padding:0 .7rem 0 .3rem}.ExpiredIssue__icon{fill:red;height:1.2rem;margin:.15rem .2rem .15rem -.1rem;opacity:.6;vertical-align:top;width:1.2rem}.IssueRemainingTime{border-radius:2rem;display:inline-block;font-size:.8rem;line-height:1.5rem;padding:0 0 0 .3rem}.IssueRemainingTime__icon{height:1rem;margin:.25rem .2rem .25rem 0;vertical-align:top;width:1rem}.IssueRemainingTime._overdue .IssueRemainingTime__icon{fill:red}.IssueRemainingTime__wrapper{display:inline-block}.IssueRemainingTime__status{color:red;display:block;opacity:.6}.IssueInProgress{border-radius:2rem;display:inline-block;font-size:.8rem;line-height:1.5rem;padding:0 .7rem 0 .2rem}.IssueInProgress__icon{box-sizing:border-box;height:1rem;margin:.25rem 0 .2rem .1rem;vertical-align:top;width:1rem}.IssueComment{color:#0b111a;font-family:robotoregular;font-size:15px;line-height:20px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:599px){.IssueComment{max-width:200px}}@media(min-width:600px){.IssueComment{max-width:18.75rem}}@media(min-width:900px){.IssueComment{max-width:31.25rem}}@media(min-width:1200px){.IssueComment{max-width:43.125rem}}.RoundReportsFilters__dates{align-items:flex-end;display:flex;gap:1rem}.RoundReportsFilters__dates .FormField{width:10rem}.RoundReportsFilters__users_group{display:flex;flex-grow:1;gap:1rem}.RoundReportsFilters__authors,.RoundReportsFilters__users{min-width:300px}.RoundReportsFilters__authors .FormField__clear{right:1px}.RoundReportsFilters__more-less,.RoundReportsFilters__number{width:10rem}.RoundReportsFilters .FormField__label{color:#667790;width:-webkit-max-content;width:-moz-max-content;width:max-content}.RoundReportsFilters__more-less .MuiSelect-icon{display:none}.RoundReportsFilters__additional{display:flex;gap:1rem;width:100%}.CircularProgressWithLabel{display:flex;justify-content:center}.CircularProgressWithLabel__wrapper{display:inline-flex;position:relative}.CircularProgressWithLabel__label{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}.CircularProgressWithLabel__done{color:#5ec826}.CircularProgressWithLabel__progress{color:#fdd231}.CircularProgressWithLabel__start{color:#ff3b30}.InventoryReportFilter{align-items:flex-start;border:1px solid rgba(231,238,255,.72);border-radius:12px;box-shadow:0 1px 12px -2px rgba(231,238,255,.64);display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;margin-bottom:16px;padding:16px}.InventoryReportFilter .FormField{margin-bottom:0;max-width:10rem}.InventoryReportFilter .FormField:first-child:after{background:#888;bottom:20px;content:"";height:2px;position:absolute;right:-20px;width:10px}.InventoryReportFilter__stocks{max-width:20rem!important}.InventoryReportTable__cell{white-space:nowrap}.InventoryReportTable__change{font-size:smaller;vertical-align:super}.InventoryReportTable__change.positive{color:#319d40}.InventoryReportTable__change.negative{color:#ff0029}.InventoryReportTable__name-column{width:200px}.EmptyPlaceholder{padding:3.125rem 0;text-align:center}.EmptyPlaceholder .icon{height:17.5rem;width:17.5rem}.EmptyPlaceholder__text{display:inline-block;margin-top:-3.125rem;max-width:20rem;opacity:.5}.GeolocationStatus{margin-top:.1rem}.GeolocationStatus._inside{fill:#309b33}.GeolocationStatus._outside{fill:red}.GeolocationStatus._not_available{fill:#9f9f9f}.BaseWidget{background:#fff;cursor:grab;height:100%;overflow:auto;width:100%}.ReportsDashboard._interactive *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.DashboardGrid{position:absolute}.DashboardGrid__cell{border:.5px dashed gray}.TenantDocsPage__list-item{padding-left:2rem;position:relative}.TenantDocsPage__list-item:before{background-color:#761b14;content:"";display:block;height:10px;left:0;position:absolute;top:8px;width:20px}.TenantDocsPage__link{color:#761b14;font-size:18px;line-height:27px;text-decoration:none}.TenantDocsPage__link:hover{color:#000}.SideBanner{background:var(--tertiary-200,#f3f7ff);display:flex;flex-direction:column;grid-area:banner;justify-content:space-between;padding:16px 32px}.SideBanner__caption{color:var(--secondary-100,#39506c);font-family:IBM Plex Sans,serif;font-size:13px;font-style:normal;font-weight:400;letter-spacing:-.195px;line-height:18px;margin-bottom:8px;text-transform:uppercase}.SideBanner__header{color:var(--secondary-400,#121e2d);font-family:Commissioner,serif;font-size:20px;font-weight:600;margin-bottom:40px;white-space:pre-line}.SideBanner__icon svg{fill:transparent;height:32px;margin-bottom:24px;width:288px}.SideBanner__functional_item{color:var(--secondary-100,#39506c);font-family:IBM Plex Sans,serif;font-size:13px}.SideBanner__functional_item:not(:last-child):after{content:"·";margin:8px}.SideBanner__footer{bottom:32px;position:absolute;width:336px}.SideBanner__footerText{border-bottom:1px solid #d5e0ff;display:flex;font-family:IBM Plex Sans,serif;font-size:13px;gap:12px;margin-bottom:12px;padding:12px 0}.SideBanner .Logo{margin-bottom:104px}.SideBanner .Logo svg{background-color:transparent}@media(max-width:1199px){.SideBanner{display:none}}.EntryPage{-webkit-overflow-scrolling:touch;background:#fff;display:grid;grid-template-areas:"banner entry";grid-template-columns:400px 1fr;height:100dvh;overflow:auto}@media(max-width:1199px){.EntryPage{grid-template-areas:"entry";grid-template-columns:1fr;margin-top:-68px}.EntryPage__sidebannerFooter{display:none}}.EntryPage__footer{width:336px}@media(max-width:599px){.EntryPage__footer{width:auto}}.EntryPage__footerText{border-bottom:1px solid #d5e0ff;display:flex;gap:12px;margin-bottom:12px;padding:12px 0}.EntryPage__footerText,.EntryPage__subtext{font-family:IBM Plex Sans,serif;font-size:13px}.EntryPage__subtext{color:#39506c;text-decoration:none}.EntryPage__subtext:not(:last-child):after{content:"·";margin:8px}.Login{box-sizing:border-box;display:flex;flex-direction:column;position:relative;width:100%}.Login input{transition:all .3s ease;width:100%}.Login .FormField._invalid input{background-color:#fff}.Login .Button{margin-top:8px}.Login .Button .icon{margin-right:1rem}.Login._isTouched._invalid ._invalid input{background-color:#ffeffa;box-shadow:inset 0 0 1px 1px red}.Entry{align-items:center;grid-area:entry;justify-content:center;margin:250px auto 0;min-width:0;padding:16px}.Entry__logo{display:none}.Entry__heading{color:var(--secondary-400,#121e2d);font-size:26px;font-weight:600;line-height:36px}.Entry .Button{border-radius:6px;padding:12px 24px;width:100%}.Entry__container{box-sizing:border-box;display:flex;flex-direction:column;margin-top:32px;position:relative;width:450px}.Entry .Logo{margin-bottom:1.5rem}.Entry .Logo svg{background-color:transparent}.Entry__actionText{margin-bottom:1rem}.Entry .MuiTab-root{font-family:Commissioner,serif;font-size:15px;font-weight:500;padding:0;text-transform:none}.Entry .MuiTabs-root{margin-bottom:32px}.Entry .MuiTabs-flexContainer{border-bottom:1px solid #e7eeff;gap:24px}.Entry .MuiOutlinedInput-root,.Entry .PhoneInput{background:var(--White,#fff);border-radius:6px;font-family:IBM Plex Sans,serif;outline:1px solid var(--tertiary-300,#e7eeff)}.Entry .MuiOutlinedInput-root input,.Entry .PhoneInput input{background:transparent;border:none}.Entry .MuiOutlinedInput-root .ConfirmCodeInput input,.Entry .PhoneInput .ConfirmCodeInput input{border:1px solid #e7eeff}.Entry .MuiOutlinedInput-root .PhoneInputCountrySelectArrow,.Entry .PhoneInput .PhoneInputCountrySelectArrow{display:none}.Entry .FormField__hint{color:var(--secondary-100,#39506c);font-family:IBM Plex Sans,sans-serif;font-size:13px;font-weight:400}.Entry .FormField__label{color:#121e2d;font-family:IBM Plex Sans,serif;font-size:13px;font-weight:500}.Entry .FormField .inputContainer{align-items:flex-start}.Entry .FormButtons{margin-bottom:16px}.Entry__entryFooter{display:none}@media(max-width:1199px){.Entry__entryFooter{background:#f3f7ff;border-radius:8px 8px 0 0;box-sizing:border-box;display:block;margin-top:24px;padding:16px 24px;width:100%}.Entry{display:flex;flex-direction:column;justify-content:space-between;padding:0}.Entry,.Entry__container{width:auto}.Entry__logo{display:block;height:68px}.Entry__heading{font-size:22px}.Entry{margin:0 32px}}@media(max-width:599px){.Entry{margin:0 16px}}@media(min-width:600px){.Modal._login .Modal__window{width:auto}}.Modal._login .Entry__container{padding:0}.Modal._login .Modal__title{display:none}.Modal._login .Entry{margin-top:-.1875rem}@media(max-width:599px){.Modal._login .Entry{margin-top:.9375rem}}.Notification{background:#fff;border-radius:2px;box-shadow:0 0 4px 0 rgba(0,0,0,.12);padding:20px}.Notification__content{cursor:pointer;flex-direction:row;font-family:robotoregular;gap:.5rem;position:relative;width:100%}.Notification__content,.Notification__header{display:flex;justify-content:space-between}.Notification__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;font-weight:600;margin-bottom:6px;overflow:hidden;position:relative}.Notification__indicator{left:-11px;position:absolute}.Notification__message{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;font-weight:400;margin-bottom:12px;overflow:hidden;text-align:left}.Notification__button{background:var(--secondary-30,#fff)!important;border:1px solid var(--tertiary-10-gray-2,#e1e2e2)!important;border-radius:4px;color:#212121;padding:7px 10px}.Notification__button:hover{background:var(--tertiary-10-gray-1,#f5f5f5)!important}.Notification__date{text-wrap:nowrap;font-weight:400;opacity:.4}.Notification__date .Date__time{opacity:1}@media(max-width:599px){.Notification{border:none;border-radius:0;border-top:1px solid #e1e2e2;box-shadow:none;padding:16px}.Notification .PageActions{position:absolute;right:2rem;top:3rem}.Notification__content,.Notification__header{flex-direction:column-reverse}.Notification__header{display:flex}.Notification__date{margin-bottom:8px}}.EmptyFeed{padding:3.125rem 0;text-align:center}.EmptyFeed .icon{color:transparent;height:17.5rem;width:17.5rem}.EmptyFeed__text{color:var(--primary-60,#212121);display:inline-block;max-width:20rem;opacity:.5}.AnnouncementModal{display:flex;flex-direction:column;gap:2rem}.AnnouncementModal__loader{left:50%;position:fixed;top:50%}.AnnouncementModal__loader>svg{stroke:#000;stroke-width:4px;height:4rem;opacity:.4;width:4rem}.AnnouncementModal__dates{align-items:center;display:flex;justify-content:space-between}.NotificationPage__chunk{display:flex;flex-direction:column;gap:16px}.NotificationPage__chunk .List__noResults{display:none}.NotificationPage__chunk .List__item{border-bottom:none;border-radius:2px;box-shadow:0 2px 12px 0 rgba(11,17,26,.08);display:block;padding:0}@media(max-width:599px){.NotificationPage__chunk .List__item{border:.5px solid #e0e2e6;border-radius:10px;box-shadow:none}}.NotificationPage__chunk._loading{border-bottom:none;padding:1rem 0 .5rem;text-align:center}.NotificationPage__chunk._loading .Loader{stroke:#000;stroke-width:4px;height:4rem;opacity:.4;width:4rem}@media(max-width:599px){.NotificationPage__chunk._loading{margin:0 -1rem}.NotificationPage{background-color:#fff}.NotificationPage__title{font-size:22px}.NotificationPage__chunk{gap:0;padding:0}.TextButton{font-size:13px;text-align:right}}.SortableItem__wrapper{box-sizing:border-box;list-style:none}.SortableItem__wrapper._clone{display:inline-block;margin-left:var(--spacing);padding:5px 0 0 10px;pointer-events:none;width:100%}.SortableItem__wrapper._clone .SortableItem__node{background:hsla(0,0%,100%,.878);box-shadow:0 2px 8px 0 hsla(0,0%,53%,.4);margin-left:-10px}.SortableItem__wrapper._clone .SortableItem__icon-drag{opacity:1}.SortableItem__wrapper._clone .SortableItem__icon-drag .icon{fill:#212121}.SortableItem__wrapper._root{margin-top:8px}.SortableItem__wrapper._ghost{opacity:1;z-index:1}.SortableItem__wrapper._ghost .SortableItem__node>*{display:none}.SortableItem__wrapper._ghost .SortableItem__node{background-color:transparent;height:12px;padding:5px 0}.SortableItem__wrapper._ghost .SortableItem__node .SortableItem__indicator{background-color:#888;display:block;height:2px;position:relative;width:100%}.SortableItem__wrapper._ghost .SortableItem__node .SortableItem__indicator:before{background-color:#fff;border:2px solid #888;border-radius:50%;content:"";display:block;height:8px;left:0;position:absolute;top:-3px;width:8px;z-index:2}.SortableItem__wrapper._disableInteraction{pointer-events:none}.SortableItem__node{align-items:center;background:#fff;display:flex;overflow:hidden;padding:16px 12px;position:relative;width:100%}.SortableItem__node:after{background:#e1e2e2;bottom:0;content:"";height:1px;left:0;margin-left:var(--spacing);position:absolute;width:100%}.SortableItem__node._last:not(._expanded):after,.SortableItem__node._root:not(._expanded):after{height:0}.SortableItem__node:hover{background:#f9f9f9}.SortableItem__node:hover .SortableItem__actions{opacity:1}.SortableItem__node._projected{background-color:#f5f5f5;border:1px dashed #888}.SortableItem__icon-drag{cursor:move;height:24px;margin-left:var(--spacing);width:24px}.SortableItem__icon-drag .icon{fill:#ccc;height:24px;width:24px}.SortableItem__icon-drag:hover .icon{background:hsla(180,2%,88%,.4);border-radius:4px}.SortableItem__icon-arrow,.SortableItem__icon-folder{align-items:center;cursor:pointer;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:10px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.SortableItem__icon-arrow .icon,.SortableItem__icon-folder .icon{fill:var(--color);height:24px;padding:1px;width:24px}.SortableItem__icon-arrow{border:1px solid #e1e2e2;border-radius:4px}.SortableItem__icon-arrow .icon{transform:rotate(-90deg);transition:transform .25s ease}.SortableItem__icon-arrow._expanded .icon{transform:none}.SortableItem__content{align-items:center;display:flex;flex-grow:1;margin-left:10px;overflow:hidden;padding-right:10px;text-overflow:ellipsis;white-space:nowrap}.SortableItem__actions{flex-shrink:0;opacity:0}.SortableItem__actions._active{opacity:1}.SortableItem__actions._active .SortableItem__node{background:#f9f9f9}@media(max-width:1200px){.SortableItem__actions{opacity:1}}.ActionsBlock__wrapper{align-items:center;display:flex;flex-wrap:nowrap}.ActionsBlock__inline-icon{align-items:center;cursor:pointer;display:flex;padding-left:8px}.ActionsBlock__inline-icon._currentColor svg path{stroke:currentColor}.ActionsBlock__inline-icon._menuIcon svg{fill:#888}.ActionsBlock__inline-icon svg{fill:transparent;height:24px;width:24px}.ActionsBlock__menu-popover{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 2px 8px 0 rgba(0,0,0,.12)}.ActionsBlock__menu-popover .FileInput__button{border-radius:0;box-shadow:none}.ActionsBlock__menu-popover .MuiPopover-paper{border:1px solid rgba(0,5,20,.2)}.ActionsBlock__menu-items-container{display:flex;flex-flow:column}.ActionsBlock__menu-items-container>:not(:last-child){border-bottom:1px solid rgba(0,5,20,.2)}.ActionsBlock__menu-button{align-items:center;display:flex;font-size:.8rem;justify-content:center;padding:0 4px;width:100%}.ActionsBlock__menu-button:hover{background:rgba(0,0,0,.04);cursor:pointer}.SearchField__search-field{border:1px solid #ccc;border-radius:2px;margin-bottom:1rem;width:100%}.SearchField__search-field input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.SearchField__clear-icon{cursor:pointer}.SearchField__clear-icon:hover{color:#000}.EmptyBlock{background:#fff;border-radius:2px;display:flex;justify-content:center;padding:1.5rem 0;text-align:center}.WarningModal{align-items:center;display:flex;flex-direction:column;font-family:robotoregular;font-size:15px;gap:16px;line-height:20px}.WarningModal__icon{fill:#fdd231;height:40px;width:40px}.WarningModal__title{font-size:17px;line-height:22px}.WarningModal__subtitle{text-align:center}.WarningModal__button{border-radius:10px;font-size:17px;line-height:22px;margin-top:8px;padding:13px 16px;width:100%}.ScrollableList{position:relative}.ScrollableList__loader-container{left:calc(50% - 20px);position:absolute;top:calc(50% - 20px)}.ScrollableList__list{display:flex;flex-flow:column;max-height:300px;overflow:auto;overscroll-behavior-block:contain}.ScrollableList__list._loading{opacity:.5;pointer-events:none}.ScrollableList__trigger-element{height:0;position:relative}.ListItem{padding:8px 16px}@media(hover:hover){.ListItem:hover{background:#f8f8f8;cursor:pointer}}.SelectedValue__value-box{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;flex-flow:row;gap:16px;justify-content:space-between;min-height:42px;padding:8px 12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.SelectedValue__placeholder{color:#000514;font-size:16px;font-weight:400;opacity:.3}.SelectedValue__tags-container{align-items:center;display:flex;flex-flow:row;flex-wrap:wrap;gap:6px;height:100%}.SelectedValue__caret-container{align-items:center;display:flex;height:100%;justify-content:center;width:20px}.SelectedValue__caret-icon-container{height:20px;width:20px}.SelectedValue__caret-icon-container svg{height:100%;width:100%}.SelectedValue__caret-icon-container._isOpen svg{transform:rotate(180deg)}.SearchInput{border:1px solid #eee;display:flex;flex-flow:row;height:40px;padding:0 14px}.SearchInput>input{border:none;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:1.5rem;padding:0;width:100%}.SearchInput__icon-container{align-items:center;display:flex;flex-flow:column;justify-content:center;padding:8px}.SearchInput__icon-container>svg{color:rgba(0,0,0,.54);height:20px;width:20px}.Tag{background-color:#e1e2e2;border-radius:4px;display:inline-flex;flex-flow:row;height:24px}.Tag,.Tag__close{align-items:center}.Tag__close{box-sizing:border-box;display:flex;justify-content:center;padding:4px;width:24px}.Tag__icon-container{height:16px;width:16px}.Tag__icon-container>svg{height:100%;width:100%}.Tag__separator{background-color:#888;height:100%;width:1px}.Tag__label{font-size:13px;font-weight:500;line-height:16px;padding:0 8px}.Select__header{display:flex;height:24px;justify-content:space-between}.Select__dropdown-container{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 2px 3px 3px rgba(0,0,0,.1);box-sizing:border-box;margin-top:8px}.ActivitiesSettingsDialog__content{-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:1fr 1fr}.ActivitiesSettingsDialog__input._full{grid-column:1/3}.ActivitiesSettingsDialog .FormButtons{margin-top:1rem}.ActivitiesSettingsDialog__horizontal-select .SimpleSelect__dropdown{margin-top:.5rem;width:100%}.ActivitiesSettingsDialog__horizontal-select .SimpleSelect__options div{display:flex;flex-wrap:wrap;max-height:15rem}.ActivitiesSettingsDialog__horizontal-select .SimpleSelect__option{padding:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ActivitiesSettingsDialog__horizontal-select .SimpleSelect__value .SimpleSelect__icon{height:1.5rem;width:1.5rem}.ActivitiesSettingsDialog__horizontal-select .SimpleSelect__icon{background:#000514;border-radius:50%;height:3rem;margin-right:0;width:3rem}.ActivitiesSettingsDialog__link-fields{display:flex;flex-direction:column;gap:16px;grid-column:1/3}.LinkedIssueTypesList{list-style:inside;margin-left:10px;text-align:left}.ContentBlock>*{display:inline-block;margin-left:-1px}.ContentBlock button{border-radius:0}.ContentBlock>:first-child,.ContentBlock>:first-child button{border-bottom-left-radius:3px;border-top-left-radius:3px}.ContentBlock>:last-child,.ContentBlock>:last-child button{border-bottom-right-radius:3px;border-top-right-radius:3px}.ContentBlock__wrapper{align-items:center;display:flex;width:100%}.ContentBlock__icon{background:#212121;border-radius:50%;height:2rem;margin-right:10px;width:2rem}.ContentBlock__title{cursor:pointer;flex-grow:1}.ContentBlock__title--primary{color:#212121;font-size:15px;line-height:20px;white-space:normal}.ContentBlock__title--primary__wrapper{display:flex;gap:6px}.ContentBlock__title--primary__icon{fill:#888}.ContentBlock__title--secondary{color:#888;font-size:13px;line-height:16px;white-space:normal}.Locations__actions{margin-top:1rem}.Locations__actions>*{display:inline-block;margin-left:-1px}.Locations__actions button{border-radius:0}.Locations__actions>:first-child,.Locations__actions>:first-child button{border-bottom-left-radius:3px;border-top-left-radius:3px}.Locations__actions>:last-child,.Locations__actions>:last-child button{border-bottom-right-radius:3px;border-top-right-radius:3px}.Locations__actions .LocationsFileUploader Button{border-radius:0 3px 3px 0;padding:.5rem}.Locations__busy{align-items:center;background:rgba(0,0,0,.2);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.PopoverWithArrow__root .MuiBackdrop-root{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:transparent}.PopoverWithArrow__root .MuiPaper-root{background-color:transparent;box-shadow:none;width:576px}@media(max-width:899px){.PopoverWithArrow__root .MuiPaper-root{left:max(16px,(100% - 576px)/2)!important;width:min(576px,100% - 32px)}}.PopoverWithArrow__wrapper{background-color:transparent;box-shadow:0 2px 12px 0 rgba(33,33,33,.122);margin:17px}@media(min-width:900px){.PopoverWithArrow__wrapper:before{background-color:#fff;content:"";display:block;height:14px;left:11px;position:absolute;top:calc(50% - 7px);transform:rotate(45deg);width:14px}}.PopoverWithArrow__content{background-color:#fff;border-radius:8px;padding:24px;position:relative}.PopoverWithArrow__close{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:block;position:absolute;right:12px;top:12px}.PopoverWithArrow__close svg{fill:none;height:24px;width:24px}.PopoverWithArrow__close:hover{fill-opacity:100%}.ProfileInfoForm{margin:24px 0;max-width:40rem}.ProfileInfoForm__checkboxController{display:flex;margin:16px 0}.ProfileInfoForm__checkboxLabel{color:#757575;margin-bottom:.2rem}.ProfileInfoForm__checkboxLabel:first-letter{text-transform:uppercase}.ProfileInfoForm__checkboxGroup{display:flex;flex-direction:row}.ProfileInfoForm__tgCheckbox{margin-right:0}.TgPopoverContent{display:flex;gap:24px}@media(max-width:599px){.TgPopoverContent{align-items:center;flex-direction:column}}.TgPopoverContent__qrCode{height:112px}.TgPopoverContent__textBlock{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:space-between}@media(max-width:599px){.TgPopoverContent__textBlock{align-items:center;text-align:center}}.TgPopoverContent__text{color:#212121;font-size:20px;font-weight:500;line-height:24px;padding-right:10px}.TgPopoverContent__button{font-size:16px;font-weight:500;padding:10px 16px}.ConfirmEmailModal__message{font-family:robotoregular,sans-serif;font-size:16px;font-weight:400;margin-top:24px;text-align:center}.ConfirmEmailModal__button{margin-top:24px}.ConfirmEmailModal__button:disabled{color:#fff;opacity:.2}.ConfirmEmailModal__button:disabled:hover{opacity:.85}@media(max-width:599px){.ConfirmEmailModal__button{width:100%}}.Alert__buttons{display:flex;gap:10px;margin-top:2rem}.ChangePassword{max-width:40rem;padding:1rem 0}.ChangePassword__title{font-size:1.2rem;margin-bottom:1rem}.ChangePassword input{width:100%}.CreatePassword{max-width:40rem;padding:1rem 0}.CreatePassword__title{font-size:1.2rem;margin-bottom:1rem}.CreatePassword input{width:100%}.Modal._confirmCode .content{width:25rem}.ConfirmCodeModal__description{font-size:.8rem;margin-left:1rem;text-align:center}.ConfirmCodeModal .FormField{margin:1rem auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.ConfirmCodeModal .FormField__input{display:flex}.ConfirmCodeModal .FormField__input input{width:5rem}.ConfirmCodeModal .FormButtons{text-align:center}.ProfilePage .Page__title{margin-bottom:32px}.ProfilePage__header{align-items:center;display:flex;gap:16px}.ProfilePage__divider{margin-bottom:1rem;margin-top:1rem;max-width:40rem}.BookingItemForm .NoResults{margin-top:1rem}@media(max-width:600px){.BookingItemForm .FormButtons>button{display:block;margin:0 auto}}.BookingItemsList{margin-top:20px}.BookingItemsList__location{color:gray;font-size:12px}.BookingItemsList__filters{margin-top:24px}.BookingItemsList__time-interval{display:flex;gap:16px;margin-bottom:16px;max-width:400px}.BookingItemsList__time-interval .TimePicker,.BookingItemsList__time-interval>.FormField{margin-bottom:0}.BookingItemsList__pagination{margin-top:15px}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:50px;opacity:1}}.AppVersionChecker{animation:slideDown .3s ease;background:#ccf4c3;border-bottom:1px solid rgba(0,0,0,.2);font-size:.8rem;left:0;line-height:40px;padding:0 1rem;position:fixed;right:0;text-align:center;top:0;z-index:2000}.AppVersionChecker .Button{margin-left:.5rem}@media(max-width:599px){.AppVersionChecker{top:40px}}.Modal._galleryModal{z-index:1301}.PhotoGalleryModal .Gallery{margin-top:-2rem}.PhotoGalleryModal .Gallery__content{margin-bottom:0}@media(max-width:599px){.PhotoGalleryModal .Gallery{margin-top:-1.5rem}.PhotoGalleryModal .Gallery__content{margin:1.5rem -1rem 0}}.MiniAppHeader{box-shadow:none;padding:10px 16px;top:49px}.MiniAppHeader .Logo svg{height:26px!important;width:unset!important}[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";left:2px;opacity:0;position:absolute;right:2px;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{bottom:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:7px;left:0;min-height:0;min-width:10px;right:auto;top:2px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.hs-dummy-scrollbar-size{direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-hide-scrollbar{-ms-overflow-style:none;left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{background:hsla(0,0%,100%,.4);border-radius:10px}.simplebar-scrollbar.simplebar-visible:before{opacity:1}.simplebar-track.simplebar-vertical{top:0;width:8px}.simplebar-scrollbar:before{transition:unset}.simplebar-horizontal{display:none!important}.MenuUserBar{color:inherit;display:flex;padding:1rem .5rem 1rem 20px;text-decoration:none}.MenuUserBar__logout{cursor:pointer;margin:-10px -10px -10px auto;padding:10px}.MenuUserBar__logout .icon{fill:inherit;stroke:inherit;height:1rem;width:1rem}.MenuLoginButton{border-bottom:1px solid #ccc;border-top:1px solid #ccc;color:inherit;display:flex;padding:1rem .5rem;position:relative;text-decoration:none}.MenuLoginButton .icon{fill:inherit;stroke:#fff;height:1rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1rem}.SubMenu{box-sizing:border-box;max-width:100vw;overflow:hidden}.SubMenu__handler{bottom:0;left:0;position:absolute;right:0;top:0}@media(max-width:1199px){.SubMenu__items div{padding-left:24px}.SubMenu{margin:.8rem -1rem 3rem}}.SubMenu .MenuItem__link{padding-right:0}.MenuItem{display:block;position:relative;transition:color,background .2s ease}.MenuItem__icon{fill:inherit;display:inline-block;height:1.5rem;vertical-align:top;width:1.5rem}.MenuItem a{cursor:pointer;user-select:none}.MenuItem a:active{opacity:.8}.MenuItem__link{align-items:center;box-sizing:border-box;color:inherit;cursor:pointer;display:flex;padding:10px .5rem 10px 20px;text-decoration:none;transition:opacity .2s ease}@media(min-width:1200px){.MenuItem__link:hover{background:hsla(0,0%,100%,.1);border-radius:8px}}.MenuItem ._hidden{padding-left:12px}.MenuItem__text{display:inline-block;font-size:16px}.MenuItem ._withIcon{margin-left:1rem}.Menu{transition:max-height .3s ease;z-index:11}.Menu__badge .MuiBadge-badge{height:6px;min-width:6px;width:6px}@media(min-width:1200px){.Menu{padding:10px 0}}@media(max-width:599px){.Menu{width:100%}}.Menu__importantMark{background:#ff4a4a;border-radius:10px;height:8px;opacity:1;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:8px}@media(max-width:599px){.Menu .Menu-items>div{bottom:50px!important}}.DraggableItem{cursor:move;margin:-.5rem -1rem;padding:.5rem 1rem}.DictEditor__item{display:flex}@media(max-width:599px){.DictEditor__item{display:block}}.DictEditor__itemName{flex-grow:1;width:100%;word-break:break-word}.DictEditor__itemActions{align-items:center;display:flex;flex-shrink:0}.DictEditor__itemActions>*{display:inline-block;margin-left:-1px}.DictEditor__itemActions button{border-radius:0}.DictEditor__itemActions>:first-child,.DictEditor__itemActions>:first-child button{border-bottom-left-radius:3px;border-top-left-radius:3px}.DictEditor__itemActions>:last-child,.DictEditor__itemActions>:last-child button{border-bottom-right-radius:3px;border-top-right-radius:3px}@media(max-width:599px){.DictEditor__itemActions{margin-top:.5rem}}.BookingScheduler{background-color:#fff;display:grid;grid-template-rows:auto 1fr auto;height:100vh;padding:0 50px;text-align:center;width:100%}.BookingScheduler__header{margin-bottom:32px;margin-top:80px;padding:40px 60px;position:relative}.BookingScheduler__header:after{border-left:50px solid transparent;border-top:50px solid transparent;border-color:#d53235 transparent transparent #d53235;border-style:solid;border-width:50px;content:"";left:0;position:absolute;top:0}.BookingScheduler__title{font-size:44px;font-weight:600;line-height:56px}.BookingScheduler__date{font-size:24px;line-height:36px;margin-top:30px}.BookingScheduler__noslots-wrapper{align-items:center;background:#fafafa;border:2px solid #f6f6f6;display:flex;height:100%;justify-content:center}.BookingScheduler__noslots-text{color:#2c2c2c;font-size:27px;font-style:normal;font-weight:500;line-height:35px;text-align:center}.BookingScheduler__slots-wrapper{display:flex;flex-wrap:wrap;gap:24px}.BookingScheduler__slots-item{background-color:#f4fbf6;border:1px solid #005151;color:#005151;font-size:30px;line-height:45px;padding:24px}.BookingScheduler__slots-item._booked{background-color:#fbeaeb;border-color:#d53235;color:#d53235}.BookingScheduler__slots-item._unavailable{background-color:#fafafa;border-color:#2c2c2c;color:#2c2c2c}.BookingScheduler__footer{display:flex;justify-content:space-between;margin-bottom:50px;margin-top:70px}.BookingScheduler__footer-info{display:flex;flex-direction:column;gap:24px;justify-content:center}.BookingScheduler__footer-status{display:flex;gap:60px;padding-left:25px}.BookingScheduler__footer-status_item{font-size:20px;line-height:25px;position:relative}.BookingScheduler__footer-status_item:before{background-color:#d53235;border-radius:50%;content:"";height:16px;left:-25px;position:absolute;top:5px;width:16px}.BookingScheduler__footer-status_item._green:before{background-color:#005151}.BookingScheduler__footer-divider{border-bottom:1px solid rgba(0,5,20,.12)}.BookingScheduler__footer-qrcode-wrapper{align-items:center;display:flex;flex-direction:column-reverse;gap:12px;width:200px}.BookingScheduler__footer-qrcode-cta{font-size:20px;line-height:25px}.BookingScheduler__footer-qrCode{box-shadow:0 8px 24px -4px rgba(0,5,20,.08),0 6px 12px -6px rgba(0,5,20,.12);height:150px;width:150px}@media(max-width:1440px){.BookingScheduler{padding:0 32px}.BookingScheduler__header{margin-top:32px;padding:24px 48px}.BookingScheduler__header:after{border-left:30px solid transparent;border-top:30px solid transparent;border-color:#d53235 transparent transparent #d53235;border-style:solid;border-width:30px}.BookingScheduler__title{font-size:36px;line-height:48px}.BookingScheduler__slots-wrapper{gap:16px}.BookingScheduler__slots-item{font-size:24px;line-height:30px;padding:16px}.BookingScheduler__footer{margin-bottom:30px;margin-top:30px}}@media(max-width:768px){.BookingScheduler{min-height:100vh;overflow-y:auto;padding:0 24px}.BookingScheduler__title{font-size:28px;line-height:36px}.BookingScheduler__date{margin-top:24px}.BookingScheduler__date,.BookingScheduler__noslots-text{font-size:16px;line-height:24px}.BookingScheduler__slots-wrapper{gap:12px}.BookingScheduler__slots-item{font-size:16px;line-height:24px;padding:16px}.BookingScheduler__footer{margin-bottom:30px;margin-top:50px}.BookingScheduler__footer-qrcode-wrapper{display:none}.BookingScheduler__footer-info{width:100%}.BookingScheduler__footer-status{gap:40px}.BookingScheduler__footer-status_item{font-size:12px;line-height:18px}.BookingScheduler__footer-status_item:before{height:10px;left:-15px;width:10px}}@media(max-width:480px){.BookingScheduler__slots-wrapper{justify-content:space-around}}@media(max-height:1000px){.BookingScheduler{min-height:100vh;overflow-y:auto}}.InOutCheckin{align-items:center;background-color:#fff;display:flex;font-family:Commissioner,sans-serif;height:100vh;justify-content:center;width:100%}.InOutCheckin__content{text-align:center}.InOutCheckin__icon{fill:none!important;height:256px!important;width:256px!important}@media(max-width:599px){.InOutCheckin__icon{height:204px!important;width:204px!important}}.InOutCheckin__title{color:#121e2d;font-size:24px;font-weight:500;line-height:36px;margin-top:16px}@media(max-width:599px){.InOutCheckin__title{font-size:22px;line-height:32px}}.InOutCheckin__subtitle{color:#20334e;font-size:17px;line-height:26px;margin-top:32px}@media(max-width:599px){.InOutCheckin__subtitle{font-size:16px;line-height:24px}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;will-change:width,height;z-index:1}.react-grid-item.react-draggable-dragging{transition:none;will-change:transform;z-index:3}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;z-index:2}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{height:20px;position:absolute;width:20px}.react-grid-item>.react-resizable-handle:after{border-bottom:2px solid rgba(0,0,0,.4);border-right:2px solid rgba(0,0,0,.4);bottom:3px;content:"";height:5px;position:absolute;right:3px;width:5px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+);background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;box-sizing:border-box;height:20px;padding:0 3px 3px 0;position:absolute;width:20px}.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}@font-face{font-family:merkuryregular;font-style:normal;font-weight:400;src:url(/109c7cd0192e637c03a8.woff2) format("woff2"),url(/1b8288dfffd3ae495f6a.woff) format("woff")}@font-face{font-family:merkurymedium;font-style:normal;font-weight:400;src:url(/5d383fbd62c0b73c2e65.woff2) format("woff2"),url(/b03cb18fa4d5463cf6e6.woff) format("woff")}@font-face{font-family:robotoregular;font-style:normal;font-weight:400;src:url(/a8d6ac03c7b96b7acb62.ttf) format("truetype")}@font-face{font-family:robotomedium;font-style:normal;font-weight:400;src:url(/7429a63c09f79a1760b0.ttf) format("truetype")}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;src:url(/d77342fdcbcb6b3ce1b5.ttf) format("truetype")}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;src:url(/56fb541cbbc5462f1c33.ttf) format("truetype")}@font-face{font-family:Commissioner;font-style:normal;font-weight:400;src:url(/524a6e05da656745ea31.ttf) format("truetype")}@font-face{font-family:Commissioner;font-style:normal;font-weight:500;src:url(/584b450e8bc870bb97ca.ttf) format("truetype")}html{font-size:1rem}@media(min-width:600px){html{font-size:1rem}}@media(min-width:900px){html{font-size:1rem}}@media(min-width:1800px){html{font-size:1rem}}body{font-size:.875rem;line-height:1.5rem}@media(min-width:600px){body{font-size:.875rem}}@media(min-width:900px){body{font-size:.875rem}}@media(min-width:1800px){body{font-size:1rem}}@keyframes flyIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@layer base{input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text]{background:#fff;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:1.5rem;outline:none;padding:5px;padding:.5rem 1rem!important}input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder{opacity:.6}input[type=email]:-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]:-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]:-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]:-moz-placeholder,input[type=text]::-moz-placeholder{opacity:.6}input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder{opacity:.6}textarea{background:#fff;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;font-family:inherit;font-size:1rem;height:5rem;line-height:1.5rem;max-height:300px;max-width:100%;min-height:5rem;min-width:100%;outline:none;padding:5px;padding:.5rem 1rem!important;width:100%}textarea::-webkit-input-placeholder{opacity:.6}textarea:-moz-placeholder,textarea::-moz-placeholder{opacity:.6}textarea:-ms-input-placeholder{opacity:.6}.react-datepicker{font-family:merkurymedium,sans-serif}.bar{border-bottom:1px solid #ccc;border-top:1px solid #ccc;padding:10px}.action{cursor:pointer;display:inline-block;margin-right:.625rem;text-transform:uppercase}html{background:#f1f2f2;overflow-x:auto}*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;outline:none}body{font-family:robotomedium,sans-serif}@media(min-width:1200px){.app{align-items:stretch;display:flex;max-width:100%;min-height:100vh;width:100vw}}.app._withUpdateBar{margin-top:2.5rem}.app__storeLink{background-color:#fff;border-bottom:1px solid #ebebeb;color:#292929;display:flex;justify-content:space-between;left:0;padding:12px 10px 12px 16px;position:absolute;text-decoration:none;top:0;width:100%}.app__storeLink .wrapper{align-items:center;display:flex;gap:12px}.app__storeLink .wrapper .brand{height:24px;width:24px}.app__storeLink .wrapper .text{font-family:robotoregular;font-size:16px;line-height:21px}.app__storeLink .link_arrow{color:transparent;height:24px;width:24px}.main{background:#f1f2f2;box-sizing:border-box;height:100vh;min-height:100vh;width:100%}@media(max-width:1199px){.main{height:100dvh;min-height:100dvh;padding-top:117px}}.main.miniAppMain{background-color:#fff!important}.main.miniAppMain .LocationLabel{margin:0 auto}@media(min-width:600px){.miniAppMain{padding-top:3.125rem}}
/*# sourceMappingURL=app.eeaad45e76ab7d3e4ecf.css.map*/