@charset "UTF-8";.modal__mask{width:100%;height:100%;position:fixed;z-index:100000;top:0;left:0;background-color:rgba(0,0,0,.5);-webkit-animation:opacityModal .3s ease both;animation:opacityModal .3s ease both;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@-webkit-keyframes opacityModal{to{opacity:1}}@keyframes opacityModal{to{opacity:1}}.modal__headline{width:100%}.modal__divider{width:100%;height:1px;background:#e4e4e4}.modal__title{padding:20px 16px 20px;font-size:20px}.modal__body{position:relative;padding:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem;border-bottom:1px solid #e4e4e4;overflow:auto}.modal__body,.modal__container{display:-webkit-box;display:-ms-flexbox;display:flex}.modal__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:500px;max-height:90vh;background-color:#fff;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-animation:fadeModal .3s ease both;animation:fadeModal .3s ease both;-webkit-transform:translateY(20%);transform:translateY(20%);outline:none!important}@-webkit-keyframes fadeModal{to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeModal{to{-webkit-transform:translateY(0);transform:translateY(0)}}.modal__footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px!important}.modal__button{width:calc(50% - 5px);height:48px;font-size:1rem;border-radius:5px;color:#fff;-webkit-transition:.2s;transition:.2s;position:relative;visibility:visible}.modal__button_hidden{width:0!important;visibility:hidden;opacity:0}.modal__buttonDropdown{width:calc(50% - 5px);position:relative}.modal__buttonDropdown .modal__button{width:100%}.modal__buttonDropdownArrow_icon{width:15px;height:15px;fill:#fff;-webkit-transition:.2s;transition:.2s}.modal__buttonDropdownArrow{height:48px;width:40px;position:absolute;top:0;right:0;bottom:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background:#6c757d;border-radius:0 5px 5px 0;-webkit-transition:.3s;transition:.3s;z-index:1000}.modal__buttonDropdownArrow:hover{background-color:#5a6268}.modal__buttonDropdownItem{position:absolute;bottom:-50px;left:0;background:#6c757d;border:1px solid rgba(0,0,0,.15);-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#000!important;-webkit-transition:.3s;transition:.3s;color:#fff!important}.modal__buttonDropdownItem:hover{background:#5a6268}.modal__closeWrap{position:absolute;top:10px;right:15px;cursor:pointer}.modal__closeIcon{width:20px;height:20px;fill:grey}#modal__container::-moz-focus-inner,#modal__container::-webkit-focus-inner{border:0}.modal__headlineInnerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__customButton{color:#000;margin-right:16px;padding:1px 10px;border-radius:5px;font-size:.875rem;color:#fff;cursor:pointer}.modal__titleCropped{width:calc(100% - 60px)}@media(max-width:700px){.modal__container{max-width:80%}}@media(max-width:400px){.modal__container{max-width:95%}}.backButton{max-width:100%;cursor:pointer;padding-right:15px;padding-left:10px;min-height:50px}.backButton,.backButton__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.backButton__inner{width:100%;background:transparent;color:#fff}.backButton__title{width:calc(100% - 25px);white-space:nowrap;overflow:auto}.backButton__icon{width:20px;height:20px;margin:2px 5px 0 0;fill:#fff}@media(max-width:1023px){.backButton{padding-right:10px}}@media (max-width:499px){.backButton{padding:0 14px}.backButton__title{display:none}.backButton__icon{margin-right:0}}@media (max-width:375px){.backButton{padding:0 10px}}.keyboard{width:100%;height:100%}.keyboard .disabled{opacity:.5;pointer-events:none}.keyboard__table{width:100%;height:100%;border-collapse:collapse;border-radius:0 10px 10px 0;overflow:hidden;border-left:none}.keyboard__body{background:#fffefe}.keyboard-button__wrap{border:1px solid#ececec;border-right:none;cursor:pointer;width:33%;height:20%;max-width:33%;padding:0;background:hsla(0,0%,94.5%,.32)}.keyboard-button{font-size:1.25rem;width:100%;height:100%;border:0;cursor:pointer;background:transparent;outline:none;color:#000!important}.keyboard-button:active{background:#f4f4f4}.keyboard-button__save{color:#fff!important;position:relative}.keyboard-button__cancel{background:#f1f1f1}.keyboard-button__bonus:active,.keyboard-button__save:active{-webkit-transform:scale(1)!important;transform:scale(1)!important}.keyboard-button__bonus{background:#f0ad4e!important;color:#fff!important}.keyboard-button__right{border-right:0}.keyboard-button__bottom{border-bottom:0;text-transform:uppercase;letter-spacing:1.2px;font-size:1rem}.keyboard-button__top{border-top:0}@media screen and (max-width:799px){.keyboard-button svg{width:16px;height:16px}}@media screen and (max-width:767px){.keyboard__table{border-radius:0 0 10px 10px}}@media screen and (max-width:709px){.keyboard__table{border-radius:0}}.dialog__headline{width:100%;padding-right:25px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dialogWithoutKeyboard .dialog__innerContent{display:block!important;height:calc(100% - 145px)!important;overflow-y:auto;overflow-x:hidden;margin:0 10px 10px 20px;padding:5px 15px 10px 5px}.dialogWithKeyboard .dialog__innerContent{height:100%;margin:0 25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dialogWithKeyboard .dialogSide{width:50%}.dialogWithKeyboard .dialogSide.rightSide{position:absolute;top:0;right:0;height:100%}.dialogWithKeyboard .dialog__closeIcon{display:none}.dialogWithKeyboard .dialog__title{width:100%}.dialogWithKeyboard .dialog__headline{width:50%}.dialogWithoutKeyboard .dialog__headline{width:100%}.dialogWithoutKeyboard .dialog__closeIcon{display:block}.dialogSide.leftSide{height:calc(100% - 85px);width:calc(50% - 5px);overflow:auto;margin:0 0 0 -5px;padding:5px 15px 0 5px}.dialog__inner{width:100%;height:100%;max-width:1400px;border-radius:10px;background:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.24);z-index:10000000;-webkit-transform:translateY(100%) scale(.7);transform:translateY(100%) scale(.7);-webkit-animation:fadeIn .15s ease forwards;animation:fadeIn .15s ease forwards;overflow:hidden;outline:none!important}.dialog__closeIcon{opacity:.5;cursor:pointer;margin-left:10px}.dialog__wrap{width:100%;height:100vh;position:fixed;padding:10px 0;top:0;left:0;right:0;bottom:0;margin:auto;z-index:10000;-webkit-animation:fadeInBackround .15s linear both;animation:fadeInBackround .15s linear both;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dialog__title{width:100%;font-size:1.5rem;color:#333;white-space:nowrap;overflow:auto;padding:20px 0;margin-left:25px}.dialog__buttonsWrap{width:100%;position:absolute;height:70px;bottom:0;right:0;z-index:100;padding:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:10px}.dialog__button_close{background:#6c757d!important;color:#fff!important;border:1px solid transparent!important}.dialog__button_close.buttonDisabled{background:#b8bdc2!important}.dialog__button_close.buttonDisabled:hover{background:#b8bdc2!important;border-color:#b8bdc2!important}.dialog__button_danger{background:#d9534f!important;color:#fff!important}.dialog__button_danger:hover{background:#b1403d!important;border-color:#b1403d!important}.dialog__button_info{background:#17a2b8!important;color:#fff!important}.dialog__button{color:#000;padding:0 10px;text-transform:uppercase;letter-spacing:1.2px;border-radius:10px;width:calc(50% - 10px)!important;display:block;border-radius:7px!important;color:#fff!important;-webkit-transition:.2s;transition:.2s}.dialog__button.disabled{background:#bdbdbd!important}@-webkit-keyframes fadeOutDialog{to{-webkit-transform:translateY(100%) scale(0);transform:translateY(100%) scale(0)}}@keyframes fadeOutDialog{to{-webkit-transform:translateY(100%) scale(0);transform:translateY(100%) scale(0)}}@-webkit-keyframes fadeInBackround{to{background:rgba(0,0,0,.4)}}@keyframes fadeInBackround{to{background:rgba(0,0,0,.4)}}@-webkit-keyframes fadeIn{to{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@keyframes fadeIn{to{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}.dialog__title span:first-of-type{color:#28a745;margin:0 5px}#dialog__inner::-moz-focus-inner,#dialog__inner::-webkit-focus-inner{border:0}@media screen and (max-width:1420px){.dialog__inner{max-width:calc(100vw - 20px)}}@media screen and (max-width:767px){.dialogWithKeyboard .dialog__title{margin-right:0!important}.dialogSide.leftSide{height:calc(60% - 80px)}.dialogWithKeyboard .dialogSide.leftSide{width:calc(100% + 20px);height:calc(60% - 80px);padding-right:15px;margin-right:-15px!important}.dialogWithKeyboard .dialogSide.rightSide{width:100%;height:40%;top:auto!important;position:fixed!important;bottom:0;left:0;right:0;margin:auto}.dialogWithKeyboard .dialog__headline{width:100%;padding-right:25px}.dialogWithKeyboard .dialog__closeIcon{display:block;margin-left:10px}}@media screen and (max-width:709px){.dialogWithKeyboard .dialogSide.rightSide{width:100%!important;bottom:0}.dialog__wrap{padding:0}.dialog__inner{max-width:100%;border-radius:0}}@media screen and (max-width:499px){.dialog__title{font-size:1.3rem;padding:15px 0;background:#fff}.dialogWithoutKeyboard .dialog__innerContent{height:calc(100% - 115px)!important;padding:5px 10px 10px 10px;margin:0 5px 10px 5px}.dialog__title{margin-left:15px}.dialog__headline{padding-right:15px}.dialogWithKeyboard .dialogSide.leftSide{height:calc(60% - 65px)}.dialog__closeIcon svg{width:18px;height:18px}}.masterPasswords .main-input{position:relative;padding-right:35px}.masterPasswords__icon{width:20px;height:20px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.masterPasswords.dialog__wrap .dialog__headline{z-index:0}.masterPasswords__wrongPassword{animation:shake .6s linear;-webkit-animation:shake .6s linear}.masterPasswords__wrongPasswordEye{animation:shake .6s linear;-webkit-animation:shakeEye .6s linear}.dropdown-item__logout{margin-top:2px!important}@media screen and (max-width:650px){.dropdown-item__logout{margin-left:5px!important;max-width:calc(100% - 40px)!important}}.notifications{background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);width:320px;max-height:calc(100vh - 75px);top:60px;right:20px;padding:10px 0;position:fixed;-webkit-transition:.15s;transition:.15s;border-radius:8px;z-index:100000;-webkit-transform:translateY(0);transform:translateY(0);opacity:1;overflow:hidden}.notificationsTabsWrap,.notificationsTopWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px}.notificationsTabsWrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:25px 0 10px;border-bottom:2px solid #e9e3de}.notificationsTopWrap__headline{font-size:16px;color:#2f3136}.notificationsTopWrap__removeAll{font-size:12px;text-decoration:underline;color:#2f3136;cursor:pointer}.notificationsTabsWrap__tab{width:50%;padding:0 15px 5px 15px;margin-bottom:-2px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-bottom:2px solid transparent;border-top:none!important;border-left:none!important;border-right:none!important}.notificationsTabsWrap__tab.active{border-bottom:2px solid #2f3136}.notificationsTabsWrap__tabDesc{color:#2f3136;font-size:14px;margin-right:10px}.notificationsTabsWrap__tabCount{font-size:12px;background:#f2f2f2;height:20px;width:25px;border-radius:5px;color:#858585;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.notificationsTabsWrap__tabCount.tabActive{color:#fff}.notificationsContentWrap{max-height:calc(100vh - 185px);min-height:85px;overflow:auto;-webkit-transition:.3s;transition:.3s}.notificationsContentWrap.loading{max-height:100px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.noNotifications{text-align:center;padding:30px;color:#858585}.notificationsItem__img{width:50px;height:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 10px 0 0;background:#fff}.notificationsItem,.notificationsItem__img{display:-webkit-box;display:-ms-flexbox;display:flex}.notificationsItem{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:15px}.notificationsItem:last-child{padding-bottom:5px}.notificationsItem:not(:last-child){border-bottom:1px solid #ddd}.notificationsItem:first-child{padding-top:5px}.notificationsItem__info{width:calc(100% - 60px)}.notificationsItem__description{color:#85827e;font-size:11px}.notificationsItem__headline{font-size:14px;color:#2f3136}.notificationsItem__buttonsWrap,.notificationsItem__headline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.notificationsItem__buttonsWrap{margin-top:10px}.notificationsItem__button{width:50%;border-radius:5px;font-size:12px;color:#fff;text-align:center;padding:5px;cursor:pointer}.notificationsItem__button.dialog__button_save{margin-right:5px}.notificationsItem__button.decline{background:#6c757d;margin-left:5px}.notificationsItem__button.decline:hover{background:#5b6269}.notificationsItem__button.decline.fullWidth{width:100%;margin:0}.notificationsItem__text{font-size:12px;padding-top:5px;margin-top:5px;border-top:1px solid #ddd;color:#000}.notificationsNoConnection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px;color:#979696}.notificationsNoConnection__icon{width:50px;height:50px;margin-right:20px}.notificationsNoConnection__text{width:calc(100% - 60px)}.notifications__loaderWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:27px;-webkit-animation:syncing 1.5s linear infinite;animation:syncing 1.5s linear infinite}.notifications__moreInfoDialog .dialog__inner{max-width:1000px}.notifications__moreInfoWrap{width:100%}.notification-img{max-width:95%;height:auto;border-radius:7px;margin:20px auto;display:block}.notification-title-1,.notification-title-2,.notification-title-3,.notification-title-4,.notification-title-5{color:#495057}.notification-text{margin:0;color:#2c405a}.ql-indent-1{margin-left:40px}.notification-list{padding-left:20px}.notificationsItem__icon{fill:var(--notificationIconColor)}@media screen and (max-width:639px){.notifications__moreInfoWrap img{max-width:100%}}@media screen and (max-width:499px){.ql-indent-1{margin-left:20px}}@media screen and (max-width:375px){.notifications{width:290px}}.viewCheck{width:100%}.viewCheck #downimg{width:100%!important;font-size:12pt!important}.modal__container.syncDangerMessage .modal__title{background:#f55;color:#fff;border-radius:5px 5px 0 0}.connectionAndNotifications__dropdown{position:absolute;top:50px;right:0;background:#fff;border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:15px 20px 10px 20px;color:#000;max-height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.connectionAndNotifications__dropdown.sync{padding:10px 15px}.connectionAndNotifications__container{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;overflow-y:auto;overflow-x:hidden}.connectionAndNotifications__list{color:#000;list-style-type:none;margin-bottom:0!important;font-size:19px}.connectionAndNotifications__listItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.connectionAndNotifications__item{padding-top:5px;padding-bottom:5px;border-bottom:1px solid rgba(0,0,0,.1)}.connectionAndNotifications__item:first-child{padding-top:0}.connectionAndNotifications__item:last-child{padding-bottom:0;border-bottom:none}.connectionAndNotifications__itemText{font-size:11px;color:grey;white-space:nowrap}.connectionAndNotifications__listItem:nth-child(2){margin-top:25px}.connectionAndNotifications__itemData{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.connectionAndNotifications__itemInner{min-width:calc(100% - 80px);width:100%}.connectionAndNotifications__itemType{font-size:16px;width:100%;white-space:nowrap}.connectionAndNotifications__textWrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.connectionAndNotifications__item:first-child .connectionAndNotifications__itemType{margin-top:0}.connectionAndNotifications__itemHeadline{margin-left:10px;font-size:16px;color:#000;white-space:nowrap}.connectionAndNotifications__syncIcon{-webkit-animation:syncing 1.5s linear infinite;animation:syncing 1.5s linear infinite}.connectionAndNotifications__divider{width:100%;height:2px;background:#ebebeb;margin-top:10px}.openNotifications-enter-active{-webkit-animation:openNotifications-in .15s linear;animation:openNotifications-in .15s linear}.openNotifications-leave-active{animation:openNotifications-in .15s linear reverse}.connectionAndNotifications__buttonContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;gap:5px;color:grey;font-size:.875rem}.connectionAndNotifications__removeDocumentsList,.connectionAndNotifications__saveButton{border:1px solid #e5e5e5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;gap:5px;padding:3px;border-radius:3px;-webkit-transition:.3s;transition:.3s}.connectionAndNotifications__removeDocumentsList:hover,.connectionAndNotifications__saveButton:hover{background:#f0f0f0}.connectionAndNotifications__appVersion{-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;color:#ccc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;font-size:.7rem;margin-top:5px}.connectionAndNotifications__removeDocument{padding:5px 0 5px 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.connectionAndNotifications__button,.connectionAndNotifications__removeDocument{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.connectionAndNotifications__button{width:100%;border:1px solid #e5e5e5;border-radius:3px;padding:0 3px;color:grey;font-size:.875rem;margin-top:5px;-webkit-transition:.3s;transition:.3s}.connectionAndNotifications__button:hover{background:#f0f0f0}@-webkit-keyframes openNotifications-in{0%{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes openNotifications-in{0%{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes syncing{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes syncing{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (max-width:609px){.connectionAndNotifications__itemType{font-size:14px}.connectionAndNotifications__itemText{font-size:11px}.connectionAndNotifications__syncIcon{width:15px;height:15px}}@media screen and (max-width:499px){.connectionAndNotifications__dropdown{right:-100px}}.headerInfoBar__innerWrap{width:100%}.searchbar[data-v-8f6b5ac0]{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.searchbar__icon[data-v-8f6b5ac0]{width:20px;height:20px;fill:#fff;position:absolute;top:0;bottom:0;margin:auto;left:15px}.searchbar__clearIconWrap[data-v-8f6b5ac0]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:inherit;position:absolute;right:8px;bottom:0;margin:auto}.searchbar__clearIcon[data-v-8f6b5ac0]{width:14px;height:14px;fill:#fff}.searchbar__input[data-v-8f6b5ac0]{border:0 solid #000;padding:0 30px 0 45px;background:transparent;color:#fff;width:200px;outline:none}.searchbar__input[data-v-8f6b5ac0]::-webkit-input-placeholder{color:#fff}.searchbar__input[data-v-8f6b5ac0]::-moz-placeholder{color:#fff}.searchbar__input[data-v-8f6b5ac0]:-ms-input-placeholder{color:#fff}.searchbar__input[data-v-8f6b5ac0]::-ms-input-placeholder{color:#fff}.searchbar__input[data-v-8f6b5ac0]::placeholder{color:#fff}@media screen and (max-width:1023px){.searchbar__input[data-v-8f6b5ac0]{width:120px;padding:0 30px 0 40px}.searchbar__icon[data-v-8f6b5ac0]{left:10px}}@media screen and (max-width:900px){.searchbar[data-v-8f6b5ac0]{width:50px}.searchbar__icon[data-v-8f6b5ac0]{left:15px}.searchbar__input[data-v-8f6b5ac0]{padding:8px 25px 8px 8px;border-radius:5px;font-size:14px;width:180px}.searchbar__inputWrap[data-v-8f6b5ac0]{position:absolute;top:65px;left:0}.searchbar__clearIcon[data-v-8f6b5ac0]{width:14px;height:14px}}@media screen and (max-width:650px){.searchbar__input[data-v-8f6b5ac0]{width:125px}.searchbar__icon[data-v-8f6b5ac0]{left:12px}}@media screen and (max-width:499px){.searchbar__icon[data-v-8f6b5ac0]{left:0;right:0}}@media screen and (max-width:375px){.searchbar[data-v-8f6b5ac0]{width:40px}}.warnAlert{margin-top:15px;font-weight:700;font-size:.7em}.checkbox-control{margin-bottom:15px;top:10px;font-weight:700}.prroAuth__inputContainer{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.prroAuth .modal__body,.prroAuth__inputContainer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.prroAuth .modal__body{padding-bottom:25px}.prroAuth__inputWrap{position:relative}.first{margin-right:10px}.prroAuth__icon{width:20px;height:20px;position:absolute;right:10px;bottom:15px;cursor:pointer;fill:#bfbfbf}.prroAuth .main-input{padding-right:35px}.prroAuth .custom-file-label{cursor:pointer}.prroAuth .custom-file-input:focus~.custom-file-label{outline:none;border:1px solid transparent;-webkit-box-shadow:none;box-shadow:none}.prroAuth .main-input__label{margin-bottom:.5rem!important}.prroAuth__fileLabel{width:100%;height:50px;position:absolute;left:0;top:0;bottom:0;margin:auto;border-radius:10px}.custom-file-label:after{content:var(--buttonText)!important}.header{width:100%;height:70px;color:#fff;background:#484848;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.2);box-shadow:0 2px 2px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:999}.header__active{z-index:10001}.header.tradepoints-page .header__left{width:70%}.header.tradepoints-page .header__right{width:30%}.header.tradepoints-page .header__navItem__user{max-width:100%}.header.terminals-page .header__left,.header.workers-page .header__left{width:40%}.header.terminals-page .order-position.default,.header.workers-page .order-position.default{width:60%}.headerOneTerminal.header.workers-page .order-position.left,.headerOneTradepoint.header.terminals-page .order-position.left{width:60%;position:fixed;overflow:auto;display:block;margin:unset}.order-position.left{-ms-overflow-style:none;scrollbar-width:none}.order-position.left::-webkit-scrollbar{display:none}.headerOneTerminal.header.workers-page .header__right,.headerOneTradepoint.header.terminals-page .header__right{width:40%}.header.workerLogin-page .header__left,.header.workerLogin-page .header__right{width:50%}.header.hall-page .header__navItem.cashier,.header.hall-page .header__navItem.hallOrList,.header.hall-page .header__navItem.pickHall,.header.hall-page .header__navItem.pickMenu{max-width:25%}.header.hall-page .header__navItem__user,.header.orderList-page .header__navItem__user{max-width:calc(100% - 47px)}.header.hall-page .header__left{width:75%}.header.hall-page .header__right{width:25%}.header.terminal-page .header__left{width:55%}.header.terminal-page .header__right{width:45%}.header.terminal-page.headerNoListNoHall .header__left{width:55%}.header.terminal-page.headerNoListNoHall .header__right{width:45%}.header.terminal-page.headerNoListNoHall .header__navItem.cashier{max-width:35%}.header.terminal-page.headerNoListNoHall .header__navItem.pickMenu{max-width:30%}.header.terminal-page.headerNoListNoHall .backButton{max-width:35%}.header.terminal-page .header__navItem.cashier,.header.terminal-page .header__navItem.pickMenu{max-width:30%}.header.terminal-page .backButton{max-width:40%}.header.terminal-page .header__navItem__user{max-width:calc(60% - 47px)}.header.terminal-page .searchbar{max-width:40%}.header.orderList-page .header__left{width:60%}.header.orderList-page .header__right{width:40%}.header.orderList-page .header__navItem.cashier,.header.orderList-page .header__navItem.pickMenu{max-width:30%}.header.orderList-page .header__navItem.hallOrList{max-width:40%}.header.orderList-page.headerNoListNoHall .header__left,.header.orderList-page.headerNoListNoHall .header__right{width:50%}.header.orderList-page.headerNoListNoHall .header__navItem.cashier,.header.orderList-page.headerNoListNoHall .header__navItem.pickMenu{max-width:50%}.header__notActive{z-index:999}.header__left{width:80%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header__left .dropdown-toggle{width:100%}.header__left,.header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__right{position:relative;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:20%}.header__navItem__user{padding-left:10px;max-width:100%}.header__navItem__user .dropdown{padding:0;max-width:100%}.header__navItem__user .dropdown-toggle{width:100%}.connectionAndNotifications{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px;position:relative}.connectionAndNotifications__icon{width:25px;height:25px}.news-status{position:absolute;width:15px;height:15px;background:#fb0;top:2px;left:5px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;color:#000}.header__navItem__user{position:relative}.order-position{display:table;font-size:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:absolute;left:0;right:0;margin:auto;padding:5px 20px;border-radius:10px}.connectionAndNotifications__newsCount{width:15px;height:15px;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:9px;right:-4px;bottom:-4px;color:#000;font-weight:600;background:#fb0;border-radius:50%}.connectionAndNotifications__wrap{position:relative;cursor:pointer}.logout__modal{color:#000}.order-position.default{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 480px);height:50px;overflow:auto;white-space:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;position:absolute;left:auto;right:0;-ms-overflow-style:none;scrollbar-width:none}.companyTitle::-webkit-scrollbar,.headerInfoBar__text::-webkit-scrollbar,.order-position.default::-webkit-scrollbar{display:none}.reload-app{position:absolute;left:0;right:0;top:0;height:10px;width:15%;margin:auto;display:none}.headerInfoBar__text{overflow:auto;white-space:nowrap;font-size:1rem;-ms-overflow-style:none;scrollbar-width:none}.order-position.default .headerInfoBar__text{width:100%;text-align:right}.companyTitle{width:calc(100% - 30px);overflow:auto;white-space:nowrap;margin-left:15px;-ms-overflow-style:none;scrollbar-width:none}.dropdown{z-index:9997;height:50px;padding:0 15px;min-width:50px}.dropdownCashier,.dropdownHallOrList,.dropdownMenu,.dropdownPickHall{padding:0;width:100%}.dropdownCashier .dropdown-toggle,.dropdownHallOrList .dropdown-toggle,.dropdownMenu .dropdown-toggle,.dropdownPickHall .dropdown-toggle{padding:0 28px 0 13px!important}.dropdownNoHallOrList .dropdown-toggle{padding:0 13px!important}.dropdown__icon{margin-right:10px;-webkit-transition:.2s;transition:.2s}li .dropdown-item{padding:10px 20px;font-size:1.1875rem}.dropdown-item__title{margin:0;white-space:nowrap;overflow:auto;max-width:calc(100% - 45px);margin-right:15px;-ms-overflow-style:none;scrollbar-width:none}.dropdown-item__title::-webkit-scrollbar{display:none}.header .exit{border-left:none!important}.dropdown-menu{top:-5px!important;min-width:auto!important}.header__icon{width:25px;height:25px;margin-right:-15px;margin-left:30px}.dropdown-toggle{padding:0!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.dropdown>button,.dropdown>button:active,.dropdown>button:hover,.dropdown>button:not(:disabled):not(.disabled).active,.dropdown>button:not(:disabled):not(.disabled):active,.show>.dropdown>button.dropdown-toggle{background-color:transparent!important;border-color:transparent!important;-webkit-box-shadow:0 0 0 .01rem transparent!important;box-shadow:0 0 0 .01rem transparent!important}.dropdown-item{padding:12px 20px!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.dropdown-item.active,.dropdown-item:active,.dropdown-item:focus{background-color:none!important;border:none!important}.dropdown-header{color:#373a3c!important;font-size:1.1875rem!important}.dropdown-toggle:after{display:none!important}.btn.dropdown-toggle.btn-secondary{color:#000!important}.dropdown-menu button.btn{background:transparent}.dropdown__icon_right{position:absolute;right:-2px;height:100%}.dropdownTitle{max-width:calc(100% - 30px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.dropdownTitle::-webkit-scrollbar{display:none}.dropdownCashier__cashboxMoneyType{font-size:.875rem;color:grey}@media(max-width:1023px){.news-status{left:3px;font-size:11px}.reload-app{width:15%}.header.terminal-page .header__right{width:40%}.header.terminal-page .header__left{width:60%}.header.terminal-page .header__navItem__user{max-width:calc(60% - 25px)}}@media(max-width:900px){.header.terminal-page .header__navItem__user{max-width:calc(100% - 100px)}.header.terminal-page.headerNoListNoHall .backButton{max-width:40%}.header.terminal-page.headerNoListNoHall .header__navItem.cashier{max-width:30%}}@media screen and (max-width:800px){.dropdown-item{padding:7.5px 20px!important}.header.orderList-page .header__left{width:60%}.header.orderList-page .header__right{width:40%}.header.orderList-page .header__navItem.hallOrList{max-width:60%}.header.orderList-page .header__navItem.pickMenu{max-width:40%}.header.orderList-page.headerNoListNoHall .header__navItem.pickMenu{max-width:100%}.header.orderList-page.headerNoListNoHall .header__left{width:40%}.header.orderList-page.headerNoListNoHall .header__right{width:60%}.header.terminal-page .header__left,.header.terminal-page .header__right{width:50%}.header.terminal-page .backButton{max-width:55%}.header.terminal-page .header__navItem.pickMenu{max-width:45%}.header.hall-page .header__left{width:70%}.header.hall-page .header__right{width:30%}.header.hall-page .header__navItem.hallOrList,.header.hall-page .header__navItem.pickHall{max-width:35%}.header.hall-page .header__navItem.pickMenu{max-width:30%}.header.terminal-page.headerNoListNoHall .header__navItem.pickMenu{max-width:45%}.header.terminal-page.headerNoListNoHall .backButton{max-width:55%}.header.terminal-page.headerNoListNoHall .header__left,.header.terminal-page.headerNoListNoHall .header__right{width:50%}}@media screen and (max-width:767px){.reload-app{bottom:auto;height:50px;width:20%}.order-position.default{font-size:14px;width:calc(100% - 425px)}.order-position.left{width:calc(100% - 200px)}}@media screen and (max-width:650px){.header__navItem__user .dropdown{min-width:40px}.header__navItem__user .dropdown__icon_top{margin-right:0}.header.hall-page .header__navItem__user,.header.orderList-page .header__navItem__user{max-width:calc(100% - 38px)}.header.terminal-page .header__navItem__user{max-width:calc(100% - 90px)}.order-position.default .headerInfoBar__text{margin:0 0 0 auto;text-align:right}.connectionAndNotifications__icon{width:22px;height:22px}.connectionAndNotifications__newsCount{width:14px;height:14px}.header.tradepoints-page .header__left{width:55%}.header.tradepoints-page .header__right{width:45%}.header.hall-page .header__navItem.hallOrList{max-width:40%}.header.hall-page .header__navItem.pickHall{max-width:30%}}@media screen and (max-width:600px){.dropdownCashier .dropdown-toggle,.dropdownHallOrList .dropdown-toggle,.dropdownMenu .dropdown-toggle,.dropdownPickHall .dropdown-toggle{padding:0 25px 0 13px!important}.dropdownNoHallOrList .dropdown-toggle{padding:0 13px!important}}@media screen and (max-width:550px){.order-position.default{width:calc(100% - 240px)}.dropdown__icon_right{right:5px;margin-right:0}.dropdown__icon_top{margin-right:0}.dropdownCashier .dropdown-toggle,.dropdownHallOrList .dropdown-toggle,.dropdownMenu .dropdown-toggle,.dropdownPickHall .dropdown-toggle{padding:0 20px 0 10px!important}.dropdownHallOrList.dropdownNoHallOrList .dropdown-toggle{padding:0 10px!important}.header.orderList-page .header__navItem.hallOrList,.header.orderList-page .header__navItem.pickMenu{max-width:60px}.header.orderList-page .header__left{width:115px}.header.orderList-page .header__right{width:calc(100% - 115px)}.header.orderList-page .header__navItem__user{max-width:calc(100% - 42px)}.header.terminal-page .backButton{max-width:calc(100% - 54px)}.header.hall-page .header__left{width:175px}.header.hall-page .header__right{width:calc(100% - 175px)}.header.hall-page .header__navItem.hallOrList,.header.hall-page .header__navItem.pickHall,.header.hall-page .header__navItem.pickMenu{max-width:60px}.header.terminal-page.headerNoListNoHall .header__right{width:calc(100% - 54px)}.header.orderList-page.headerNoListNoHall .header__left{width:54px}.header.orderList-page.headerNoListNoHall .header__right{width:calc(100% - 54px)}.header.terminal-page.headerNoListNoHall .backButton{max-width:calc(100% - 54px)}.header.terminal-page.headerNoListNoHall .header__navItem.pickMenu{max-width:54px}}@media screen and (max-width:530px){.menu__dropdown .dropdown-menu{-webkit-transform:translateX(50px,-100px)!important;transform:translateX(50px,-100px)!important}}@media screen and (max-width:499px){.order-position.left{width:calc(100% - 170px)}.dropdown__icon_top{margin-right:0}.order-position.default{right:0;left:0;width:calc(100% - 100px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.order-position.default .headerInfoBar__text{text-align:center}.companyTitle{width:calc(100% - 20px)}.header.tradepoints-page .header__left,.header.tradepoints-page .header__right{width:50%}.header.terminals-page .order-position.default,.header.workers-page .order-position.default{width:calc(100% - 80px)}.header.workerLogin-page .header__right{width:calc(100% - 40px)}.header.terminal-page .backButton{max-width:50px}.header.terminal-page .header__navItem.pickMenu{max-width:65px}.header.terminal-page .header__left{width:105px}.header.terminal-page .header__right{width:calc(100% - 105px)}.headerOneTradepoint.header.terminals-page .header__right,.headerOneTradepoint.header.terminals-page .order-position.left{width:50%}.dropdownCashier .dropdown-toggle,.dropdownHallOrList .dropdown-toggle,.dropdownMenu .dropdown-toggle,.dropdownPickHall .dropdown-toggle{padding:0 22px 0 12px!important}.dropdown__icon_right{right:8px}.header.terminal-page .header__navItem__user{max-width:calc(100% - 100px)}.connectionAndNotifications{padding:0 12px}.header.hall-page .header__navItem__user,.header.orderList-page .header__navItem__user{max-width:calc(100% - 50px)}.header.orderList-page.headerNoListNoHall .header__left{width:60px}.header.orderList-page.headerNoListNoHall .header__right{width:calc(100% - 60px)}.header.terminal-page.headerNoListNoHall .header__left{width:108px}.header.terminal-page.headerNoListNoHall .header__right{width:calc(100% - 108px)}.header.terminal-page.headerNoListNoHall .header__navItem.pickMenu{max-width:60px}}@media screen and (max-width:375px){.order-position.left{width:calc(100% - 150px)}.dropdown-item__title,.headerInfoBar__text{font-size:11.5px}.order-position.multipleTradepoint{width:calc(100% - 150px)}.header.terminal-page .header__navItem__user{max-width:calc(100% - 85px)}.dropdownCashier .dropdown-toggle,.dropdownHallOrList .dropdown-toggle,.dropdownMenu .dropdown-toggle,.dropdownPickHall .dropdown-toggle{padding:0 20px 0 10px!important}.dropdown__icon_right{right:5px}.header.terminal-page .header__left{width:95px}.header.terminal-page .header__right{width:calc(100% - 95px)}.connectionAndNotifications{padding:0 10px}.header.hall-page .header__left{width:165px}.header.hall-page .header__right{width:calc(100% - 165px)}.header.hall-page .header__navItem__user,.header.orderList-page .header__navItem__user{max-width:calc(100% - 40px)}.header.terminal-page.headerNoListNoHall .header__left{width:96px}.header.terminal-page.headerNoListNoHall .header__right{width:calc(100% - 96px)}}.dateTime{width:100%}.dateTime__label{font-size:1.25rem;margin-bottom:5px!important}.dateTimeInOneLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.dateTime .dateTime__pane{margin-bottom:20px}.dateTime .dateTime__pane:last-child{margin-bottom:10px}.dateTimeInOneLine .dateTime__pane:last-child{margin-bottom:0}.dateTimeInOneLine .dateTime__pane{width:calc(50% - 10px);margin-bottom:15px!important}.dateTimeInOneLine .dateTime__label.date{margin-top:0}@media screen and (max-width:639px){.dateTimeInOneLine .dateTime__pane{width:100%}}.reserveTable{width:20px;position:absolute;right:3px;bottom:3px;margin:auto;border-radius:50%;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #e5e5e5;background:#fff;-webkit-transition:.2s;transition:.2s}.reserveTable,.reserveTable.reserved{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reserveTable.reserved{width:55px;border-radius:5px}.reserveTable.active{width:85px;height:26px;-webkit-transition:.2s;transition:.2s;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 0 5px}.reserveTable__text{text-transform:uppercase;font-size:8px;color:#fff;font-weight:600}.reserveTable__icon{width:10px;height:10px;-webkit-transition:.2s;transition:.2s}.reserveTable__cancelWrap{margin-bottom:2px;z-index:10000;padding:5px 5px 5px 0}.reserveTable__timeWrap{font-size:.875rem;text-align:center}.reserveTable__timeValue{font-size:12px;line-height:12px;white-space:nowrap}.reserveTable__dateValue{font-size:9px;line-height:11px;color:grey;white-space:nowrap}.reserveTable__icon.edit{width:12px;height:12px;position:relative;z-index:1000}.hallTable{position:absolute;background:#fff;cursor:pointer;border:3px solid transparent}.hallTable__inner{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hallTable.square{border-radius:5px}.hallTable.circle{border-radius:300px}.hallTable.squarecircle{border-radius:20px}.hallTable.squarecircle1{border-radius:50px}.hallTable__tableName{font-size:1rem;overflow:auto;max-height:95%;max-width:95%;white-space:nowrap}.hallTable__circle{width:30px;height:30px;top:-17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;padding:10px;color:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);position:absolute}.hallTable__circle.status{left:-20px}.hallTable__circle.ordersCount{right:-20px;background:#5785ce}.hallTable__currentTable{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:5px 10px;font-size:12px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);white-space:nowrap;color:#fff}@media screen and (max-width:1000px){.hallTable__circle.status{left:-17px}.hallTable__circle.ordersCount{right:-17px}.hallTable__tableName{font-size:.875rem}}@media screen and (max-width:650px){.hallTable__circle{width:24px;height:24px;font-size:14px;top:-15px}.hallTable__circle.status{left:-15px}.hallTable__circle.ordersCount{right:-15px}}@media screen and (max-width:599px){.hallTable{position:relative;margin-bottom:15px}.hallTable__circle{top:2px}.hallTable__circle.status{left:2px}.hallTable__circle.ordersCount{right:2px}}.noSound{width:40px;height:40px;position:fixed;bottom:50px;right:50px;border-radius:50%;background:#d9534f;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.hall{height:calc(100vh - 70px);position:relative}.hall__status{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;margin:0 auto;position:absolute;top:0;bottom:0;margin:auto}.hall__text{text-align:center;color:#ccc;font-size:1.5rem}.hall__button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px 20px;border-radius:5px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;font-size:1rem;margin:10px auto 0;cursor:pointer;-webkit-transition:.3s;transition:.3s}@media screen and (max-width:599px){.hall{padding:0 10px;margin-top:10px;max-height:calc(100vh - 90px);overflow-y:auto}.hall__status{width:calc(100% - 20px)}}.workerLogin{height:calc(100vh - 70px)}.workerLogin__keyboard{height:calc(100vh - 70px)!important}.workerLogin .container-fluid{padding-right:0;padding-left:0}.workerLogin .keyboard__table{border-radius:0}.workerLogin__innerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.workerLogin__name{font-size:2.5rem;color:#fff;text-align:center;text-shadow:0 0 5px rgba(0,0,0,.3)}.workerLogin__inputRow{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px;max-width:calc(100% - 30px)}.workerLogin__inputField,.workerLogin__inputRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.workerLogin__inputField{width:65px;height:65px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);border-radius:50%;font-size:25px}.workerLogin__inputField.small{width:45px;height:45px}.workerLogin__inputField:not(:last-of-type){margin-right:20px}.workerLogin__inputField.small:not(:last-of-type){margin-right:10px}.workerLogin__img{width:150px;height:150px;fill:#fff;margin:0 auto 10px;-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,.3));filter:drop-shadow(0 0 5px rgb(0 0 0/.3))}.workerLogin__img.photo{width:250px;height:250px;border-radius:50%;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #ccc;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:991px) and (min-height:600px){.workerLogin__innerWrap{height:45vh!important}.workerLogin__keyboard{height:40vh!important;max-width:350px;margin:0 auto}.workerLogin__keyboard .keyboard__table{border-collapse:separate;border-spacing:10px}.workerLogin__keyboard .keyboard-button,.workerLogin__keyboard .keyboard-button__wrap{border-radius:5px;background:#fff}.workerLogin__img{width:100px;height:100px}.workerLogin__img.photo{width:150px;height:150px}.workerLogin__name{font-size:2rem}.workerLogin__inputField{width:50px;height:50px;font-size:19px}.workerLogin__inputField.small{width:45px;height:45px}}@media screen and (max-width:991px) and (max-height:600px){.workerLogin__innerWrap,.workerLogin__keyboard{max-width:50%!important}}@media screen and (max-height:600px){.workerLogin__inputField{width:40px;height:40px;font-size:22px}.workerLogin__name{font-size:1.5rem}.workerLogin__img{width:120px}}@media screen and (max-height:340px){.workerLogin__inputField{width:30px;height:30px;font-size:20px}.workerLogin__inputRow{margin-top:10px}.workerLogin__name{font-size:1.25rem}.workerLogin__img{width:90px;height:90px}}@media screen and (max-width:499px){.workerLogin__inputField{width:40px;height:40px;font-size:17px}}@media screen and (max-width:375px){.workerLogin__inputRow{max-width:100%}.workerLogin__inputField{width:35px!important;height:35px!important}.workerLogin__inputField:not(:last-of-type){margin-right:15px}.workerLogin__inputField.small:not(:last-of-type){margin-right:10px}}.workers__itemPhotoWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:145px;height:145px;border-radius:50%;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #ccc;overflow:hidden}.workers__itemPhoto{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.workers__photoLoading{border:4px solid #f3f3f3;border-top:4px solid #b6b6b6;border-radius:50%;width:34px;height:34px;-webkit-animation:imgLoader 1s linear infinite;animation:imgLoader 1s linear infinite}.workers{height:calc(100vh - 80px);position:relative;padding:15px 10px 0 10px;overflow:auto}.workers .container-fluid{padding-top:15px}.workers__item{height:calc(100% - 15px);background:#fff;border-radius:10px;-webkit-box-shadow:0 0 20px rgba(0,0,0,.08);box-shadow:0 0 20px rgba(0,0,0,.08);cursor:pointer;padding:30px;margin:0 7.5px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;border:3px solid transparent}.workers__item:not(:last-of-type){margin-right:20px}.workers__itemName{font-size:1.275rem;text-align:center;margin-top:15px;max-width:calc(100% + 40px);max-height:150px;overflow:auto}.workers__itemIcon{width:120px;height:145px}@media screen and (max-width:900px){.workers__itemIcon{width:85px;height:85px}}@media screen and (max-width:425px){.workers__item{margin:0 5px 10px;min-height:175px}.workers__itemIcon{width:80px;height:80px}.workers__itemName{font-size:.875rem;margin-top:10px}}@media screen and (max-width:375px){.workers .col-6{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.additional-container{margin-top:12px}.additional-container .main-input__label{font-size:1rem}.deviceContainer__blockHeadline{font-size:1.25rem;font-weight:600;margin-bottom:0!important;white-space:nowrap;overflow:auto}.link-item[data-v-0026eee8]{display:block}.link-item[data-v-0026eee8]:hover{cursor:pointer;color:#00f;text-decoration:underline}.strike[data-v-0026eee8]{text-decoration:line-through}.download-links-container[data-v-0026eee8],.sizes-container[data-v-0c6b6c30],.sizes-container[data-v-6be8a480]{margin-bottom:1rem}.close-img{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;height:40px;width:40px;top:-10px;right:-10px;font-size:20px;border-radius:50%;color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.7);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.7)}.custom-file{height:50px!important}.custom-file-input{min-height:50px}.custom-file-label{height:100%!important;border-color:transparent!important;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:10px!important}.custom-file-label,.custom-file-label:after{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-file-label:after{height:50px!important;margin:auto;border-radius:0 5px 5px 0!important;right:-1px!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}@media screen and (max-width:499px){.custom-file{height:44px!important}}.sizes-container[data-v-8ed1a9a0],.sizes-container[data-v-354398fc]{margin-bottom:1rem}.deviceContainer__item.checkboxPrintParams{-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.deviceContainer__item.checkboxPrintParams label{cursor:pointer}.checkboxPrintParams__options{margin-top:-5px;padding-left:10px;padding-bottom:5px}.checkboxPrintParams__options label{margin-bottom:0!important;cursor:pointer}.deviceContainer__item.checkboxPrintParams .checkboxPrintParams__custom{width:100%!important;height:100%!important;padding:0!important}.deviceContainer__item.checkboxPrintParams .custom-control-label{width:100%!important;height:100%!important;padding:13px 10px 13px 35px!important}.deviceContainer__item.checkboxPrintParams .checkboxPrintParams__options .custom-control-label{padding:5px 10px 5px 35px!important}.checkboxPrintParams__custom.custom-checkbox .custom-control-input,.checkboxPrintParams__custom.custom-checkbox .custom-control-label:after,.checkboxPrintParams__custom.custom-checkbox .custom-control-label:before{top:0!important;bottom:0!important;margin:auto!important;left:10px!important}.sizes-container[data-v-6ae44d24],.sizes-container[data-v-e7409d46]{margin-bottom:1rem}.kodirovka[data-v-e7409d46]{margin-bottom:25px}@media screen and (max-width:499px){.kodirovka[data-v-e7409d46]{margin-bottom:40px}}.sizes-container[data-v-5386fcce]{margin-bottom:1rem}@media screen and (max-width:499px){.codepage[data-v-5386fcce]{margin-bottom:40px}}.container-main[data-v-60fa8f51]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem;margin-top:20px}.prroText>.custom-control-input[data-v-60fa8f51]{z-index:2!important}.sizes-container[data-v-3c9ffc34],.sizes-container[data-v-16e7b604]{margin-bottom:1rem}.buffer[data-v-16e7b604]{margin-bottom:50px}@media screen and (max-width:499px){.buffer[data-v-16e7b604]{margin-bottom:60px}}.sizes-container[data-v-6fe3e076]{margin-bottom:1rem}@media screen and (max-width:575px){.deviceContainer__item.pixelSize[data-v-6fe3e076]{margin-bottom:25px}}.sizes-container[data-v-7efd8622],.sizes-container[data-v-22f9750a],.sizes-container[data-v-58ed6356],.sizes-container[data-v-991f8324],.sizes-container[data-v-15271a1a],.sizes-container[data-v-ca84774a]{margin-bottom:1rem}.deviceContainer__item.withButton[data-v-7efd8622]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.deviceContainer__item.withButton .deviceContainer__itemInner[data-v-7efd8622]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.deviceContainer__item.withButton .deviceContainer__itemButton[data-v-7efd8622]{height:50px;width:100px;border-radius:0 10px 10px 0!important;margin:0!important}.deviceContainer__item.withButton .main-input__label[data-v-7efd8622]{width:100%}@media screen and (max-width:499px){.deviceContainer__item.withButton .deviceContainer__itemButton[data-v-7efd8622]{height:44px}}.sizes-container[data-v-001b6e64]{margin-bottom:1rem}.deviceUpdateButton[data-v-001b6e64]{width:100px;border-radius:0 10px 10px 0!important;height:50px!important}@media screen and (max-width:499px){.deviceUpdateButton[data-v-001b6e64]{height:44px!important}}.sizes-container[data-v-22869750]{margin-bottom:1rem}.deviceContainer__item.withButton[data-v-22869750]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.deviceContainer__item.withButton .deviceContainer__itemInner[data-v-22869750]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.deviceContainer__item.withButton .deviceContainer__itemButton[data-v-22869750]{height:50px;width:100px;border-radius:0 10px 10px 0!important;margin:0!important}.deviceContainer__item.withButton .main-input__label[data-v-22869750]{width:100%}@media screen and (max-width:499px){.deviceContainer__item.withButton .deviceContainer__itemButton[data-v-22869750]{height:44px}}.sizes-container[data-v-e9cd902e]{margin-bottom:1rem}.deviceUpdateButton[data-v-e9cd902e]{width:100px;border-radius:0 10px 10px 0!important;height:50px!important}@media screen and (max-width:499px){.deviceUpdateButton[data-v-e9cd902e]{height:44px!important}}.sizes-container[data-v-cd0d0936]{margin-bottom:1rem}.deviceUpdateButton[data-v-cd0d0936]{width:100px;border-radius:0 10px 10px 0!important;height:50px!important}.deviceItem.usb[data-v-cd0d0936]{padding-right:40px}.deviceContainer__item.withButton[data-v-cd0d0936]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.deviceContainer__item.withButton .deviceContainer__itemInner[data-v-cd0d0936]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.deviceContainer__item.withButton .deviceContainer__itemButton[data-v-cd0d0936]{height:50px;width:100px;border-radius:0 10px 10px 0!important;margin:0!important}.deviceContainer__item.withButton .main-input__label[data-v-cd0d0936]{width:100%}.deviceContainer__item .main-input__select[data-v-cd0d0936]{padding-right:35px}@media screen and (max-width:499px){.deviceContainer__item.withButton .deviceContainer__itemButton[data-v-cd0d0936]{height:44px}}.testPrint[data-v-46accf35]{width:64px;height:64px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;border:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);position:fixed;z-index:999;right:40px;bottom:100px;background:#fff;-webkit-transition:.1s;transition:.1s}.testPrint[data-v-46accf35]:active{-webkit-transform:scale(.9);transform:scale(.9)}@media screen and (max-width:575px){.testPrint[data-v-46accf35]{width:50px;height:50px;bottom:90px}}.sizes-container[data-v-0c407f21],.sizes-container[data-v-1d60c321],.sizes-container[data-v-26e9764a],.sizes-container[data-v-64b2f211],.sizes-container[data-v-252ce550],.sizes-container[data-v-255dabae],.sizes-container[data-v-1547966e],.sizes-container[data-v-3353535e],.sizes-container[data-v-44890546],.sizes-container[data-v-ae31cea0],.sizes-container[data-v-f7991178],.sizes-container[data-v-fbd3f51a]{margin-bottom:1rem}.sticky_labels_container[data-v-1547966e]{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(0,1fr));max-width:405px}.sticky_labels[data-v-1547966e]{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-ms-grid;display:grid;grid-auto-flow:row;-ms-grid-column-align:center;justify-items:center;grid-gap:8px}.sticky[data-v-1547966e]{background-color:#f4f4f6;border-radius:2px;-webkit-box-shadow:0 0 0 2px #e2e3e7,0 0 0 2px #e2e3e7;box-shadow:0 0 0 2px #e2e3e7,0 0 0 2px #e2e3e7;-webkit-transition:background-color .3s,-webkit-box-shadow .3s;transition:background-color .2s,-webkit-box-shadow .3s;-webkit-transition:background-color .2s,-webkit-box-shadow .3s;transition:background-color .2s,box-shadow .3s;transition:background-color .2s,box-shadow .3s,-webkit-box-shadow .3s}.sticky_block[data-v-1547966e]{position:relative;-webkit-box-shadow:2px 0 0 0 #e2e3e7,-2px 0 0 0 #e2e3e7;box-shadow:2px 0 0 0 #e2e3e7,-2px 0 0 0 #e2e3e7;overflow:hidden;width:70px;height:80px;margin:0 auto;margin-top:5px}.active .sticky_block[data-v-1547966e],.sticky_block[data-v-1547966e]{-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}.active .sticky_block[data-v-1547966e]{-webkit-box-shadow:2px 0 0 0 #3693cf,-2px 0 0 0 #3693cf;box-shadow:2px 0 0 0 #3693cf,-2px 0 0 0 #3693cf}.active .sticky[data-v-1547966e]{background-color:rgba(54,147,207,.23);-webkit-box-shadow:0 0 0 2px #3693cf,0 0 0 2px #3693cf;box-shadow:0 0 0 2px #3693cf,0 0 0 2px #3693cf;-webkit-transition:background-color .3s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}.lable_title[data-v-1547966e]{text-align:center}.sticky_labels_container .active[data-v-1547966e]{border:2px solid #e2e2e2;border-radius:5px}.size60 .sticky_labels[data-v-1547966e]{top:-52px}.size60 .sticky[data-v-1547966e]{width:58px;height:56px}.size40 .sticky[data-v-1547966e]{width:58px;height:36px}.size40 .sticky_labels[data-v-1547966e]{top:-21px}.size30 .sticky[data-v-1547966e]{width:58px;height:26px}.size30 .sticky_labels[data-v-1547966e]{top:-7px}.size25 .sticky[data-v-1547966e]{width:58px;height:21px}.size25 .sticky_labels[data-v-1547966e]{top:1px}.sizes-container[data-v-b7e11ca2]{margin-bottom:1rem}.sticky_labels_container[data-v-b7e11ca2]{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(0,1fr));max-width:405px}.sticky_labels[data-v-b7e11ca2]{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-ms-grid;display:grid;grid-auto-flow:row;-ms-grid-column-align:center;justify-items:center;grid-gap:8px}.sticky[data-v-b7e11ca2]{background-color:#f4f4f6;border-radius:2px;-webkit-box-shadow:0 0 0 2px #e2e3e7,0 0 0 2px #e2e3e7;box-shadow:0 0 0 2px #e2e3e7,0 0 0 2px #e2e3e7;-webkit-transition:background-color .3s,-webkit-box-shadow .3s;transition:background-color .2s,-webkit-box-shadow .3s;-webkit-transition:background-color .2s,-webkit-box-shadow .3s;transition:background-color .2s,box-shadow .3s;transition:background-color .2s,box-shadow .3s,-webkit-box-shadow .3s}.sticky_block[data-v-b7e11ca2]{position:relative;-webkit-box-shadow:2px 0 0 0 #e2e3e7,-2px 0 0 0 #e2e3e7;box-shadow:2px 0 0 0 #e2e3e7,-2px 0 0 0 #e2e3e7;overflow:hidden;width:70px;height:80px;margin:0 auto;margin-top:5px}.active .sticky_block[data-v-b7e11ca2],.sticky_block[data-v-b7e11ca2]{-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}.active .sticky_block[data-v-b7e11ca2]{-webkit-box-shadow:2px 0 0 0 #3693cf,-2px 0 0 0 #3693cf;box-shadow:2px 0 0 0 #3693cf,-2px 0 0 0 #3693cf}.active .sticky[data-v-b7e11ca2]{background-color:rgba(54,147,207,.23);-webkit-box-shadow:0 0 0 2px #3693cf,0 0 0 2px #3693cf;box-shadow:0 0 0 2px #3693cf,0 0 0 2px #3693cf;-webkit-transition:background-color .3s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}.lable_title[data-v-b7e11ca2]{text-align:center}.sticky_labels_container .active[data-v-b7e11ca2]{border:2px solid #e2e2e2;border-radius:5px}.size58 .sticky[data-v-b7e11ca2]{width:58px;height:36px}.size58 .sticky_labels[data-v-b7e11ca2]{top:-21px}.size58 .sticky_block[data-v-b7e11ca2]{width:70px!important}.size80 .sticky[data-v-b7e11ca2]{width:80px;height:36px}.size80 .sticky_labels[data-v-b7e11ca2]{top:-21px}.size80 .sticky_block[data-v-b7e11ca2]{width:92px}.size120 .sticky[data-v-b7e11ca2]{width:120px;height:36px}.size120 .sticky_labels[data-v-b7e11ca2]{top:-21px}.size120 .sticky_block[data-v-b7e11ca2]{width:132px}.size168 .sticky[data-v-b7e11ca2]{width:168px;height:36px}.size168 .sticky_labels[data-v-b7e11ca2]{top:-21px}.size168 .sticky_block[data-v-b7e11ca2]{width:180px}.sizes-container[data-v-744ba5e2]{margin-bottom:1rem}.sticky_labels_container[data-v-744ba5e2]{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(0,1fr));max-width:405px}.sticky_labels[data-v-744ba5e2]{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-ms-grid;display:grid;grid-auto-flow:row;-ms-grid-column-align:center;justify-items:center;grid-gap:8px}.sticky[data-v-744ba5e2]{background-color:#f4f4f6;border-radius:2px;-webkit-box-shadow:0 0 0 2px #e2e3e7,0 0 0 2px #e2e3e7;box-shadow:0 0 0 2px #e2e3e7,0 0 0 2px #e2e3e7;-webkit-transition:background-color .3s,-webkit-box-shadow .3s;transition:background-color .2s,-webkit-box-shadow .3s;-webkit-transition:background-color .2s,-webkit-box-shadow .3s;transition:background-color .2s,box-shadow .3s;transition:background-color .2s,box-shadow .3s,-webkit-box-shadow .3s}.sticky_block[data-v-744ba5e2]{position:relative;-webkit-box-shadow:2px 0 0 0 #e2e3e7,-2px 0 0 0 #e2e3e7;box-shadow:2px 0 0 0 #e2e3e7,-2px 0 0 0 #e2e3e7;overflow:hidden;width:70px;height:80px;margin:0 auto;margin-top:5px}.active .sticky_block[data-v-744ba5e2],.sticky_block[data-v-744ba5e2]{-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}.active .sticky_block[data-v-744ba5e2]{-webkit-box-shadow:2px 0 0 0 #3693cf,-2px 0 0 0 #3693cf;box-shadow:2px 0 0 0 #3693cf,-2px 0 0 0 #3693cf}.active .sticky[data-v-744ba5e2]{background-color:rgba(54,147,207,.23);-webkit-box-shadow:0 0 0 2px #3693cf,0 0 0 2px #3693cf;box-shadow:0 0 0 2px #3693cf,0 0 0 2px #3693cf;-webkit-transition:background-color .3s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}.lable_title[data-v-744ba5e2]{text-align:center}.sticky_labels_container .active[data-v-744ba5e2]{border:2px solid #e2e2e2;border-radius:5px}.size58 .sticky[data-v-744ba5e2]{width:58px;height:36px}.size58 .sticky_labels[data-v-744ba5e2]{top:-21px}.size58 .sticky_block[data-v-744ba5e2]{width:70px!important}.size80 .sticky[data-v-744ba5e2]{width:80px;height:36px}.size80 .sticky_labels[data-v-744ba5e2]{top:-21px}.size80 .sticky_block[data-v-744ba5e2]{width:92px}.size120 .sticky[data-v-744ba5e2]{width:120px;height:36px}.size120 .sticky_labels[data-v-744ba5e2]{top:-21px}.size120 .sticky_block[data-v-744ba5e2]{width:132px}.size168 .sticky[data-v-744ba5e2]{width:168px;height:36px}.size168 .sticky_labels[data-v-744ba5e2]{top:-21px}.size168 .sticky_block[data-v-744ba5e2]{width:180px}.labelFields__container[data-v-6d01da5e]{margin-left:5px}.sizes-container[data-v-6d01da5e]{margin-bottom:1rem}.form-group__fields.form-group[data-v-6d01da5e]{margin:0!important}.sizes-container[data-v-7c1be9c4]{margin-bottom:1rem}.showTestBarcode{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.showTestBarcode>#downimg{-webkit-transform:scale(var(--scale));transform:scale(var(--scale));position:absolute;top:0;bottom:0;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:10px;margin:auto}.deviceContainer__item.fields.row{margin-bottom:30px!important}.sizes-container[data-v-3e716b76],.sizes-container[data-v-39c0b184],.sizes-container[data-v-6470da4a],.sizes-container[data-v-fe22969e]{margin-bottom:1rem}.barcodePrefix__label[data-v-39c0b184]{position:relative}.barcodePrefix__labelIcon[data-v-39c0b184]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:2px;left:100%;margin-left:10px}.barcodePrefix__labelIcon[data-v-39c0b184],.container-main[data-v-b2c1c366]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.container-main[data-v-b2c1c366]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:1rem}.hr-dashed{margin:20px 0;padding:0;height:0;border:none;border-top:2px dashed #ddd}.bold{font-weight:700;color:#000}.prroCashboxes__innerWrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px!important}.prroCashboxes__innerWrap,.prroCashboxes__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.prroCashboxes__item{width:calc(25% - 20px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:10px;text-align:center;padding:35px 20px 20px 20px;margin:0 10px 20px 10px;cursor:pointer;position:relative}.prroCashboxes__icon{width:70px;height:70px;fill:#000}.prroCashboxes__title{width:100%;max-height:100px;overflow:auto;font-size:1rem;margin-top:10px}.prroCashboxes__description{width:100%;max-height:80px;margin-top:5px;overflow:auto;font-size:.875rem;color:#a6a6a6}.prroCashboxes__shiftStatus{max-width:calc(100% - 10px);position:absolute;right:7.5px;top:7.5px;border-radius:5px;padding:2.5px 7.5px;font-size:.75rem;color:#fff;white-space:nowrap;overflow:auto;background:#6c757d}@media screen and (max-width:1023px){.prroCashboxes__item{width:calc(33.3% - 20px)}}@media screen and (max-width:639px){.prroCashboxes__item{width:calc(50% - 20px)}}@media screen and (max-width:425px){.prroCashboxes__item{width:100%}}.prroTradepoints__innerWrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px!important}.prroTradepoints__innerWrap,.prroTradepoints__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.prroTradepoints__item{width:calc(25% - 20px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:10px;text-align:center;padding:20px;margin:0 10px 20px 10px;cursor:pointer}.prroTradepoints__icon{width:70px;height:70px;fill:#000}.prroTradepoints__title{width:100%;max-height:100px;overflow:auto;font-size:1rem;margin-top:10px}.prroTradepoints__description{width:100%;max-height:80px;margin-top:5px;overflow:auto;font-size:.875rem;color:#a6a6a6}.prroTradepoints__empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:200px;font-size:1.25rem;color:grey;text-align:center;padding:20px}@media screen and (max-width:1023px){.prroTradepoints__item{width:calc(33.3% - 20px)}}@media screen and (max-width:639px){.prroTradepoints__item{width:calc(50% - 20px)}}@media screen and (max-width:425px){.prroTradepoints__item{width:100%}}.form1[data-v-3bec9602]{float:left;width:45px;padding:.375rem .75rem;color:#495057;border:1px solid #ced4da;border-radius:.25rem 0 0 .25rem;padding-right:5px;color:#b1b1b1}.form1[data-v-3bec9602],.form2[data-v-3bec9602]{display:block;height:calc(1.5em + .75rem + 2px);font-size:1rem;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.form2[data-v-3bec9602]{width:calc(100% - 50px);padding:.375rem .75rem;color:#495057;border:1px solid #ced4da;border-radius:0 .25rem .25rem 0;padding-left:0;font-weight:500}.error[data-v-3bec9602]{color:red}.input-name-btn[data-v-062ba331],.table-input-name input[data-v-062ba331]{height:38px}.input-name[data-v-062ba331]:-moz-read-only{height:38px;background-color:#fff!important;margin:0 0 16px;cursor:text!important}.input-name[data-v-062ba331]:read-only{height:38px;background-color:#fff!important;margin:0 0 16px;cursor:text!important}.input-name[data-v-062ba331]:disabled{background-color:#e9ecef!important;cursor:not-allowed!important;position:absolute;border-radius:4px;width:100%}.select-mode[data-v-062ba331]{position:absolute;width:100%;top:0;background:#fff;z-index:10;border-radius:3px;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.3);box-shadow:0 5px 8px rgba(0,0,0,.3);font-size:16px;cursor:default}.select-mode .select-mode-search[data-v-062ba331]{padding:7px 24px 5px 12px;margin:0!important;-webkit-transition:all .2s;transition:all .2s;width:100%;border:none;border-bottom:2px solid #d3d3d3;border-radius:5px 5px 0 0}.select-mode .select-mode-search[data-v-062ba331]:hover{-webkit-transition:all .2s!important;transition:all .2s!important;border-bottom:2px solid #b4b4b4!important}.select-mode .select-mode-search[data-v-062ba331]:focus{-webkit-transition:all .2s!important;transition:all .2s!important;outline:none!important;border-bottom:2px solid #106090!important}.select-mode .select-mode-clear[data-v-062ba331]{position:absolute;right:12px;top:-2px;font-size:24px;padding:0;cursor:pointer;color:#b4b4b4}.select-mode .select-mode-clear[data-v-062ba331]:hover{color:#a0a0a0}.select-mode-btn[data-v-062ba331]{z-index:11;border-bottom-right-radius:0;background:#f3f3f3;color:#000;border-color:#f3f3f3}.under-input-text[data-v-062ba331]{color:#28a745!important;height:16px;margin-top:38px!important;font-size:11px}.select-mode-container[data-v-062ba331]{width:100%;overflow-y:auto;padding:10px;height:100%;max-height:150px}.select-mode .select-mode-container .row[data-v-062ba331]{padding:5px 0;margin:0;cursor:pointer}.select-mode .select-mode-container .row[data-v-062ba331]:hover{background:#def9ff}.select-mode .add-product[data-v-062ba331]{color:#106090;padding:10px;padding-top:0;margin:0;cursor:pointer}.inputs-container-div>.div-input[data-v-07a6b710]{display:inline-block;width:calc(100% - 50px)}.inputs-container-div>.div-input>input[data-v-07a6b710]{border-radius:10px 0 0 10px}.inputs-container-div>.div-btn[data-v-07a6b710]{display:inline-block}.inputs-container-div>.div-btn>button[data-v-07a6b710]{width:50px;border-radius:0 10px 10px 0}.main-input[data-v-07a6b710]{width:100%;height:50px;font-size:1rem;padding-left:10px;border-radius:10px;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);outline:none;border:0;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.key-ident[data-v-00513bd3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:10px}.key-ident__input[data-v-00513bd3]{margin:0 10px 0 0;-webkit-box-flex:3;-ms-flex:3;flex:3}.key-ident__button[data-v-00513bd3]{-webkit-box-flex:2;-ms-flex:2;flex:2;height:calc(1.5em + .75rem + 2px)}@media (max-width:536px){.key-ident__button[data-v-00513bd3],.key-ident__input[data-v-00513bd3]{-webkit-box-flex:1;-ms-flex:1;flex:1}}.highlighted[data-v-a59b1fd6]{font-size:1.3rem}.custom-dialog[data-v-a59b1fd6]{background-color:#fff;border-radius:10px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);padding:20px;max-width:600px;margin:0 auto}.info-section[data-v-a59b1fd6]{margin-bottom:20px}.info[data-v-a59b1fd6]{font-weight:700}.btn[data-v-a59b1fd6]{color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer}.disable[data-v-a59b1fd6]{opacity:.6;cursor:not-allowed}.hr-shelf[data-v-1d67c79b]{margin:-30px auto 10px;padding:0;height:50px;border:none;border-bottom:1px solid #1f1209;-webkit-box-shadow:0 20px 20px -20px #333;box-shadow:0 20px 20px -20px #333;width:100%}.hr-dashed[data-v-1d67c79b]{margin:20px 0;padding:0;height:0;border:none;border-top:2px dashed #ddd}.sizes-container[data-v-60809273]{margin-bottom:1rem}.showPasswordButton[data-v-60809273]{height:50px;position:absolute;right:0;border-radius:0 10px 10px 0;border:none}.sizes-container[data-v-4bd94f59],.sizes-container[data-v-7d02020e]{margin-bottom:1rem}.deviceContainer__item.printFiscalWarning{-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 10px;cursor:pointer}.deviceContainer__item.printFiscalWarning label{cursor:pointer}.sizes-container[data-v-898ceaba]{margin-bottom:1rem}.main-input.devices{width:calc(100% - 100px);border-radius:5px 0 0 5px!important}.sizes-container[data-v-99ef3abc],.sizes-container[data-v-428ab5a4],.sizes-container[data-v-e5d59f98]{margin-bottom:1rem}.tradepoints{height:calc(100vh - 80px);padding:15px 10px 0 10px}.tradepoints__item{height:calc(100% - 15px);background:#fff;border-radius:10px;padding:30px;margin:0 7.5px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:3px solid transparent}.tradepoints__itemName{font-size:1.275rem;text-align:center;margin-top:10px;max-width:calc(100% + 40px);max-height:150px;overflow:auto}.tradepoints__itemIcon{width:150px;height:150px}.tradepoints__innerWrap{overflow:auto}.tradepoints__searchInputWrap{margin:0 7px 15px;position:relative}.tradepoints__searchInput{width:100%;height:50px;border-radius:10px;border:1px solid #ededed;padding:0 40px 0 10px;cursor:pointer;background:#fff!important;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.tradepoints__searchIcon{width:26px;height:26px;position:absolute;right:10px;top:0;bottom:0;margin:auto;fill:#c1c1c1;cursor:pointer;-webkit-transition:.2s;transition:.2s}.tradepoints__searchIcon:hover{fill:#999898}.tradepoints__empty{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;color:grey;font-size:1.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.3)}@media screen and (max-width:900px){.tradepoints__item{padding:20px 15px}.tradepoints__itemIcon{width:120px;height:120px}.tradepoints__itemName{margin-top:0;max-width:calc(100% + 10px)}}@media screen and (max-width:425px){.tradepoints__item{margin:0 5px 10px;min-height:175px}.tradepoints__itemIcon{width:100px;height:100px}.tradepoints__itemName{font-size:.875rem;margin-top:5px}}@media screen and (max-width:375px){.tradepoints .col-6{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.openShift__headline{text-align:center}.openShift__description{font-size:14px;color:#c1c1c1;margin-top:10px}.terminals{overflow:auto;height:calc(100vh - 80px);padding:15px 10px 0 10px}.terminals__item{height:calc(100% - 15px);background:#fff;border-radius:10px;padding:30px;margin:0 7.5px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:3px solid transparent}.terminals__itemName{font-size:1.275rem;text-align:center;margin-top:10px;max-width:calc(100% + 40px);max-height:150px;overflow:auto}.terminals__itemIcon{width:150px;height:150px}@media screen and (max-width:900px){.terminals__item{padding:20px 15px}.terminals__itemIcon{width:120px;height:120px}.terminals__itemName{margin-top:0;max-width:calc(100% + 10px)}}@media screen and (max-width:425px){.terminals__item{margin:0 5px 10px;min-height:175px}.terminals__itemIcon{width:100px;height:100px}.terminals__itemName{font-size:.875rem;margin-top:5px}}@media screen and (max-width:375px){.terminals .col-6{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.orderList-order{border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);margin:0 15px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 5px 12px 60px;cursor:pointer;position:relative;-webkit-transition:.2s;transition:.2s}.orderList-order:hover{background:#f6f6f6}.orderList-order__orderChannel{width:40px;height:40px;background:#eee;position:absolute;left:10px;top:0;bottom:0;margin:auto;border-radius:5px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #e5e5e5}.orderList-order__orderChannel,.orderList-order__orderChannelLogo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderList-order__orderChannelLogo{width:100%;height:100%;border-radius:5px;background-position:50%;background-repeat:no-repeat;background-size:cover}.orderList-order__statusTime_shortWrap{position:relative}.orderList-order__statusTime_short{position:absolute}.orderList-order__statusTime_value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:200px}.orderList-order__statusTime_text{max-width:calc(100% - 50px);overflow:auto;margin-right:5px}.orderList-orderDetails__hide{display:none}.orderList-order__open{overflow:hidden}.orderList-order__openBtn{width:40px;height:40px;-webkit-transition:.2s;transition:.2s;cursor:pointer;padding:10px}.orderList-order__openBtn_active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.orderList-orderDetails__head,.orderList-orderDetails__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.875rem;color:#4f4f4f}.orderList-orderDetails__head{font-weight:600}.orderList-orderDetails__item{margin-top:10px}.orderList-orderDetailsRow{padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto;white-space:nowrap;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-overflow-style:none;scrollbar-width:none}.orderList-orderDetailsRow::-webkit-scrollbar{display:none}.orderList-orderDetailsNoBorder{border-radius:5px 0 0 0!important}.orderList-orderDetailsRow.first{width:30%}.orderList-orderDetailsRow.second{width:15%}.orderList-orderDetailsRow.third{width:20%;overflow:auto;white-space:nowrap}.orderList-orderDetailsRow.fourth{width:10%;padding:0 10px}.orderList-orderDetailsRow.fifth{width:20%;padding:0 10px}.orderList-orderDetailsRow.fifth.orderListCooking,.orderList-orderDetailsRow.sixth,.orderList-orderDetailsRow.third.orderListCooking{width:15%}.orderList-orderDetailsRow.second .productCount,.orderList-orderDetailsRow.third .productCount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.orderList-order__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(35% - 130px);position:relative;overflow:auto}.orderList-order__totalNumber{white-space:nowrap;overflow:auto;max-width:calc(100% - 66.5px)}.orderList-order__currency,.orderList-order__totalNumber{font-size:1.5625rem;font-weight:600;margin-left:5px}.orderList-order__dateTime{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:30px}.orderList-order__info{width:45%;padding-right:5px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.orderList-orderDetailsModsCountWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderList-order__status{width:20%;padding:0 5px}.orderList-order__statusBar{width:100%;height:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-item-align:center;align-self:center;background:#e4e4e4;border-radius:5px}.orderList-order__statusBar_section{width:25%;border-radius:5px}.orderList-order__statusTime{color:#adadad;font-size:.75rem;margin-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.orderList-order__statusTime_minutes{width:20px}.orderList-order__statusTime_hours{max-width:24px;overflow:auto}.orderList-order__statusHeadline{font-weight:700;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderList-order__statusHeadlineCount{margin-left:5px}.orderList-order__infoProducts{font-size:.875rem;color:#afadad;font-weight:300;overflow:auto}.orderList-order__infoHeadline{font-size:1.125rem;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderList-order__infoHeadline_small{overflow:auto;margin-left:5px}.orderList-order__time{font-size:1.25rem;font-weight:600}.orderList-order__date{font-size:.875rem;color:#afadad;font-weight:300}.orderList-orderDetails{margin:-15px 15px 15px;background:#f3f3f3;padding:15px;border-radius:0 0 10px 10px;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.15);box-shadow:0 5px 8px rgba(0,0,0,.15);position:relative;z-index:1;cursor:pointer}.orderList-order__editDateTime{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:26px;height:26px;position:absolute;border-radius:50%;top:-10px;right:-25px;z-index:100}.orderList-order__pencil{width:12px;height:12px;margin-left:2px}.orderList-changeDateTime .modal__body{display:block}.orderList-orderDetailsModsDesc{max-width:calc(100% - 30px)}.orderList-orderDetails__count,.orderList-orderDetailsModsDesc{overflow:auto;white-space:nowrap}.orderList-orderComment__hide,.orderList-orderDetails__name{overflow:auto}.orderList-orderDetailsModsCurrency{font-size:11px;color:grey}.orderList-order__number{font-size:11px;margin-left:5px;color:#afadad;position:absolute;top:2px;right:14px}.orderList-orderStatus__hide{width:100%}.orderList-orderDetailsModsCount,.orderList-orderDetailsModsDesc{font-size:12px}.orderList-orderDetailsModsCount{max-width:30px;margin-right:5px;overflow:auto}.orderList-orderDetailsModsOutter{width:100%;max-height:40px;overflow:auto}.orderList-order_statusSmall{width:3px!important;height:100%;border-radius:10px 0 0 10px;position:absolute;left:0;top:0;bottom:0;margin:auto}.checkCriticalOrderTime{color:#d9534f}.orderList-order_channel{position:absolute;top:0;left:0;border-bottom-right-radius:10px;border-top-left-radius:5px;font-size:.65rem;padding:0 20px;color:#fff;text-shadow:0 0 2px #000;background:#828282}.orderList-order_channelNameShortened{text-transform:uppercase;color:#fff;font-size:1rem}.orderList-order_channelNameFull{font-size:.5rem;word-break:break-all;text-align:center;white-space:normal}.orderList-order_channelLogo{width:20px;height:20px;fill:#a9a9a9}@media screen and (max-width:1024px){.orderList-orderDetailsMods{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.orderList-order__info{width:40%}.orderList-order__total{width:calc(40% - 130px)}}@media screen and (max-width:799px){.orderList-orderDetailsMods{font-size:14px}.orderList-order__total{width:calc(40% - 115px)}}@media screen and (max-width:768px){.orderList-order__info{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.orderList-orderDetailsRow{width:100%!important}.orderList-order__status.top{display:none}.orderList-order__statusTime{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px;margin-left:5px}.orderList-order__editDateTime{width:20px;height:20px}.orderList-order__pencil{width:10px;height:10px}.orderList-order__info{width:35%}.orderList-order__total{width:calc(45% - 115px)}}@media screen and (max-width:639px){.orderList-orderStatus__hide{width:150px}.orderList-order__info{width:25%}.orderList-order__total{width:calc(55% - 115px)}.orderList-order__totalNumber{max-width:calc(100% - 60px)}.orderList-orderDetails__item{display:block;padding-bottom:5px;margin-top:0}.orderList-orderDetails__item:not(:last-child){border-bottom:1px solid #d6d6d6;margin-bottom:10px;padding-bottom:10px}.orderList-order__openBtn{width:35px;height:35px}.orderList-orderDetails__thirdRow.orderListCooking{width:100%}.orderList-orderDetailsModsDesc{width:auto}.orderList-orderDetailsRow{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.orderList-orderComment__hide,.orderList-orderDetails__name{text-align:right}.orderList-orderDetailsModsOutter,.orderList-orderDetailsRow.second .productCount,.orderList-orderDetailsRow.third .productCount{width:calc(100% - 120px);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.orderList-orderDetails__head{display:none}.orderList-orderDetails__hide{display:block;margin-right:10px}.orderList-orderDetailsRow.fifth,.orderList-orderDetailsRow.fourth{text-align:right;padding:0 5px}}@media screen and (max-width:499px){.orderList-order__info{display:none}.orderList-order__total{width:calc(100% - 105px)}.orderList-order__infoHeadline{font-size:.875rem}.orderList-order__statusTime_short.hours,.orderList-order__statusTime_shortWrap{font-size:11px}.orderList-order__number{max-width:40%;overflow:auto;white-space:nowrap}}@media screen and (max-width:450px){.orderList-order__total{max-width:calc(100% - 105px)}}@media screen and (max-width:399px){.orderList-orderDetails .orderList-order__statusTime{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:0;color:#000;font-weight:600}}.order-channel__inner{width:100%;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.order-channel__inner,.order-channel__item{display:-webkit-box;display:-ms-flexbox;display:flex}.order-channel__item{width:calc(50% - 7.5px);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;margin-top:15px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);font-size:.875rem;cursor:pointer;min-height:60px;border:2px solid transparent;position:relative;-webkit-transition:.2s;transition:.2s}.order-channel__item:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.order-channel__itemLeft{width:40px;height:40px;border-radius:8px;background-position:50%;background-size:cover;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2)}.order-channel__itemLeft.noChannel{border:none;-webkit-box-shadow:none;box-shadow:none}.order-channel__itemText{text-transform:uppercase;color:#fff;font-size:1rem}.order-channel__itemFullText{font-size:.5rem;word-break:break-all;text-align:center;white-space:normal}.order-channel__modal .modal__body{padding-top:0}.order-channel__itemIcon{fill:#c4c3c3;width:26px;height:26px}@media screen and (max-width:499px){.order-channel__item{width:100%}}.orderList{background:#fff;height:calc(100vh - 70px)}.orderList__mask{width:0;height:100vh;opacity:0;background:rgba(0,0,0,.2);position:fixed;z-index:100;-webkit-transition:opacity .3s .1s;transition:opacity .3s .1s;cursor:pointer}.orderList__newOrderType{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.orderList__newOrderType,.orderList__newOrderType_pane{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderList__newOrderType_pane{width:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:20px;border-radius:10px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border:3px solid transparent}.orderList__newOrderType_pane:nth-child(2){margin:0 0 0 5px}.orderList__newOrderType_pane:first-child{margin:0 5px 0 0}.orderList__newOrderType_pane:hover{background:#efefef}.orderList__newOrderType_description{margin-top:30px;font-size:16px}.orderList__newOrderType_icon{width:70px;height:70px;fill:#6c757d}.orderListTabs__tab.defaultSize{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.orderListTabs__tab_newOrderText{overflow:auto;max-width:calc(100% - 20px);margin-left:5px}.orderList__tabActive{background:#fff!important;color:#000!important}.onTimeType .modal__body{padding:1rem!important}.orderList__ordersOnTime .orderList__inner_noOrders{height:0;opacity:0;-webkit-transition:height .3s .1s;transition:height .3s .1s}.orderList__inner_noOrders{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.orderList__inner_noOrders .orderList__inner_addOrderBtn{margin:20px 0 0 0;padding:10px 30px;font-size:18px}.orderList__inner_addOrderBtn{padding:10px;border:none;border-radius:5px;background-color:#28a745;color:#fff;margin-bottom:10px;margin-left:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.orderList__inner_noOrdersText{font-size:25px;color:#949494;font-weight:300;max-width:250px;text-align:center}.orderList__inner{padding-top:5px;margin-top:15px;z-index:9;height:calc(100vh - 195px);overflow:auto}.orderListTabs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:15px 40px 0 15px;-webkit-box-shadow:inset 0 0 5px 5px rgba(0,0,0,.05);box-shadow:inset 0 0 5px 5px rgba(0,0,0,.05);z-index:1}.orderListTabs,.orderListTabs__tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden}.orderListTabs__tab{height:40px;padding:0 25px 0 35px;cursor:pointer;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px 5px 0 0;margin-left:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.875rem;z-index:10;color:#000;background:#f1f1f1;white-space:nowrap}.orderListTabs__tabScrollWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow-x:auto;padding:10px 5px 10px 0;margin:-10px 0}.orderListTabs__tabScrollWrap .orderListTabs__tab{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:140px}.orderListTabs__tab.new-order{color:#fff;border:3px solid transparent;padding:0;min-width:150px}.orderListTabs__tab.orderFilters{background:#fff;margin-left:0!important}.orderListTabs__tab.editTabs,.orderListTabs__tab.orderFilters{width:40px;height:40px;border:3px solid transparent;padding:0;-webkit-box-flex:0;-ms-flex:none;flex:none;overflow:unset}.orderListTabs__tab.editTabs{background:#f1f1f1}.orderListTabs__tabWrap{max-width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderListTabs__tabStatus{width:10px;height:10px;border-radius:50%;margin-right:5px;position:absolute;left:-15px;top:0;bottom:0;margin:auto}.orderListTabs__text{overflow:hidden}.orderList__inner_noOrders{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:calc(100vh - 165px);margin-top:0}.order-time__modal .modal__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem}.orderList__ordersOnTimeWrap{width:100%;height:0;position:fixed;bottom:0;max-height:60vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);z-index:100;background:#fff;-webkit-transition:height .3s;transition:height .3s}.orderList__ordersOnTime{width:100%;max-height:465px;margin-top:15px;overflow:auto}.orderList__ordersOnTime_noOrders{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderList__ordersOnTime .orderList__inner_noOrdersText{font-size:16px}.orderList__ordersOnTime .orderList__inner_addOrderBtn{font-size:16px;padding:8px 20px}.orderList__ordersOnTime_button{position:absolute;top:-34px;background:#fff;left:0;right:0;margin:auto;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:table;padding:5px 20px 5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px 5px 0 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border:3px solid transparent}.orderList__ordersOnTime_buttonShadow{-webkit-box-shadow:0 -5px 5px -5px rgba(0,0,0,.2),-5px 0 5px -5px rgba(0,0,0,.2),5px -2px 5px -5px rgba(0,0,0,.2);box-shadow:0 -5px 5px -5px rgba(0,0,0,.2),-5px 0 5px -5px rgba(0,0,0,.2),5px -2px 5px -5px rgba(0,0,0,.2)}.orderList__ordersOnTime_button:after{border-left:0;border-radius:0 0 5px 0}.orderList__ordersOnTime_button:before{border-right:0;border-radius:0 0 0 5px}.orderList__ordersOnTimeCount{position:absolute;width:20px;height:20px;top:-10px;right:-10px;border-radius:50%;font-size:12px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderList__ordersOnTime_text{overflow:auto;white-space:nowrap;max-width:calc(100% - 15px)}.orderList__ordersOnTime_textWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:80vw}.orderFilters__filtersWrap{position:absolute;left:0;top:70px;height:100%;max-width:320px;background:#fff;z-index:100;min-width:300px;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:.2s;transition:.2s;border-right:1px solid #ddd}.orderFilters__filtersWrap.active{-webkit-transform:translateX(0);transform:translateX(0)}.orderFilters__filtersMainHeadline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;font-weight:600;padding:15px 15px 0 15px}.orderFilters__filtersClear{font-weight:400;font-size:.875rem;text-decoration:underline}.orderFilters__filtersHeadline{font-size:1rem;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;margin-top:10px}.orderFilters__filtersItem{padding:0 15px}.orderFilters__checkbox{margin:10px 0 0 0!important;font-size:.875rem;cursor:pointer}.orderFilters__checkbox input,.orderFilters__checkbox label{cursor:pointer}.orderFilters__checkbox label:after,.orderFilters__checkbox label:before{margin-top:-1px}.orderFilters__underline{width:100%;height:1px;background:#dadada;margin:10px 0}.orderFilters__bottomButton{position:absolute;bottom:80px;left:0;right:0;margin:auto;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;width:calc(100% - 20px);padding:5px;cursor:pointer}.orderFilters__checkboxWrap{height:0;visibility:hidden}.orderFilters__checkboxWrap.active{height:100%;visibility:visible}.orderFilters__checkboxWrap .orderFilters__input{width:100%;border-radius:5px;border:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);height:30px;padding:0 10px;background-size:15px;background-position:bottom 50% right 10px;font-size:.875rem}.orderFilters__title{font-size:.875rem;margin:10px 0 5px}.orderFilters__innerWrap{height:calc(100% - 185px);overflow:auto}.orderFilters__filtersButtons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderListTabs__tab_filterIcon{width:18px;height:18px;fill:#fff}.orderListTabs__tab_settingsWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;cursor:pointer;position:absolute;right:10px;margin-left:5px}.orderListTabs__tab_settingsIcon{width:16px;height:16px;fill:grey}.orderList__tabSettingsItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;margin-bottom:10px;cursor:pointer;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #e5e5e5;padding:5px;border-radius:5px;background:#fff}.orderList__tabSettingsIcon_drag{width:20px;height:20px;fill:#000;margin-right:10px}.orderList__tabSettingsIcon_close{width:12px;height:12px;fill:#000;margin-left:10px}.orderList__tabSettingsIcon_edit{width:14px;height:14px;fill:#000;margin-left:10px}.orderList__tabSettingsItem_left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:calc(100% - 20px)}.orderList__tabSettingsItem_left,.orderList__tabSettingsItem_right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderList__tabSettingsItem_right{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:3px}.orderList__tabSettings_button{width:100%;border-radius:5px;padding:4px 10px;text-align:center;font-size:.875rem;cursor:pointer;-webkit-transition:.3s;transition:.3s}.orderList__tabSettingsButtonWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderList__tabSettings_add{color:#565555;border:1px solid #b1b1b1;background:#f9f9f9}.orderList__tabSettings_add:hover{background:#b1b1b1;color:#fff}.orderList__tabSettingsItem_left .orderListTabs__tabStatus{position:unset;margin:0 10px 0 0;width:8px;height:8px}.orderList__addNewTab .modal__body{padding-top:0!important}.orderList__addNewTab .main-input__label{font-size:1rem;margin-bottom:5px}.orderList__addNewTab .main-input,.orderList__addNewTab .main-input__select{height:36px!important;border-radius:5px!important;margin-bottom:5px;line-height:38px!important}.orderList__addNewTab_color{-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:50%;background:#fedbd0;cursor:pointer;-webkit-transition:.15s;transition:.15s;border:3px solid transparent;background-clip:padding-box!important}.orderList__addNewTab_color:before{content:"";display:block;padding-top:100%}.orderList__addNewTab_color.colorSelected{border:3px solid #686868;-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff}.orderList__addNewTab_colorWrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:5px}.vc-chrome-saturation-wrap{border-top-left-radius:5px!important;border-top-right-radius:5px!important}.vc-chrome-body{border-bottom-left-radius:5px!important;border-bottom-right-radius:5px!important}.vc-chrome-fields-wrap{padding-top:0!important}.vc-chrome-fields .vc-input__label{margin-top:5px!important}.vc-chrome-body{padding:10px!important}.vc-chrome-alpha-wrap{display:none}.vc-chrome-active-color,.vc-chrome-color-wrap .vc-checkerboard{width:20px!important;height:20px!important}.vc-chrome-hue-wrap{margin:4px 0}.vc-chrome{border-radius:5px!important}.orderList__colorPickerWrap{position:absolute;bottom:15px;right:70px;margin:auto}.orderList__closeColorPickerIconWrap{position:absolute;right:5px;top:5px;background:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;cursor:pointer}.orderList__closeColorPicker_icon{width:12px;height:12px}.orderListTabs__tabText{max-width:calc(100% - 45px)}.flip-list-move{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.orderListTabs__count{font-size:.7rem;padding:0 5px;border-radius:3px;background:#d9534f;color:#fff;position:absolute;right:0;-webkit-transform:translateX(calc(100% + 5px));transform:translateX(calc(100% + 5px))}.orderList__tabSettingsCloseWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderListTabs__tabNewIcon{width:13px;height:13px}@media screen and (max-width:1440px){.orderListTabs__tab.prepare,.orderListTabs__tab.ready{-webkit-box-flex:2;-ms-flex:2 1 0px;flex:2 1 0}.orderListTabs__tab.new-order{min-width:110px}}@media screen and (max-width:967px){.orderListTabs__tab_settingsWrap{right:7px}}@media (max-width:800px){.orderList__ordersOnTime_button{top:-31px}.orderList__inner{height:calc(100vh - 190px)}.orderListTabs__tab.new-order{padding:0 10px}.orderListTabs__tab{margin-left:5px}.orderListTabs__tabScrollWrap .orderListTabs__tab{min-width:120px}}@media screen and (max-width:768px){.orderListTabs__tab{padding:0 8px!important;height:35px!important}.orderListTabs__tabScrollWrap .orderListTabs__tab{min-width:100px}.orderListTabs__tabStatus{width:6px;height:6px;left:-10px}.orderList__tabSettingsItem_left .orderListTabs__tabStatus{display:block}.orderList__inner_noOrders .orderList__inner_addOrderBtn{font-size:14px;margin:10px 0 0}.orderList__inner_noOrdersText{font-size:20px}.orderList__inner{height:calc(100vh - 185px)}.orderListTabs__count{-webkit-transform:translateX(calc(100% + 3px));transform:translateX(calc(100% + 3px))}.orderListTabs{padding:15px 30px 0 15px}.orderListTabs__tab_settingsWrap{right:5px}}@media screen and (max-width:725px){.orderListTabs__tab_settingsWrap{right:2px}}@media screen and (max-width:639px){.orderListTabs__count{font-size:.65rem;padding:0 3px}.orderListTabs__tab.new-order{width:40px;min-width:40px;padding:0;-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0}.orderListTabs__tab .orderListTabs__tab_newOrderText{display:none}.orderListTabs__tabNewIcon{width:15px;height:15px}}@media screen and (max-width:535px){.orderListTabs__tab{padding:0 4px;height:30px}.orderList__inner{height:calc(100vh - 180px)}}@media screen and (max-width:499px){.orderListTabs__tab svg{margin-right:0!important}.orderList__newOrderType_icon{width:40px;height:40px}.orderList__newOrderType_description{font-size:14px}.orderList__inner{height:calc(100vh - 175px)}.orderListTabs__tab.prepare,.orderListTabs__tab.ready{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.orderListTabs__text.prepare,.orderListTabs__text.ready{display:none}.orderListTabs__tabScrollWrap .orderListTabs__tab{min-width:80px}}@media screen and (max-width:499px){.orderList__addNewTab_colorWrap{gap:3px}}@media screen and (max-width:375px){.orderListTabs__tab{margin-left:4px}.orderListTabs__tab.new-order,.orderListTabs__tab.orderFilters{width:30px!important;padding:0!important}.orderListTabs__tab.new-order{min-width:30px}.orderListTabs__tab_filterIcon{width:14px;height:14px}}@media screen and (max-width:321px){.orderListTabs__tab{margin-left:3px}}.confirmationModal__wrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.confirmationModal__wrapLeft_icon{width:32px;height:32px}.confirmationModal__wrapRight{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.confirmationModal__wrapRight-title{color:#434343}.confirmationModal__wrapRight-subtitle{margin-top:5px;font-size:.95rem;color:#757575}.confirmationModal__wrapRight-list{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto;margin:0!important;margin-top:5px!important}.confirmationModal__wrapRight-listItem{font-size:.95rem;margin-left:.95rem;color:#757575}.product-comments__checkbox{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-comments__checkbox>.form-group{margin-bottom:0}.productImgDescription__barcodesTagWrap{position:absolute;left:5px;top:5px;font-size:.875rem;border-radius:5px;padding:2px;z-index:5;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);box-shadow:0 0 5px rgba(0,0,0,.4);cursor:pointer}.productImgDescription__barcodesTagWrap.productItemComponent{position:relative;left:auto;right:0;top:0;width:100%;z-index:510}.productImgDescription__barcodesTagWrap.productItemComponent.noBackgroundItem{display:block!important}.productImgDescription__barcodesInner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.productImgDescription__barcodesTagAmount{position:absolute;top:120%;left:-2px;padding:0 5px;border-radius:3px;opacity:0;visibility:hidden;gap:5px;-webkit-transition:.3s;transition:.3s;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);box-shadow:0 0 5px rgba(0,0,0,.4);overflow-y:auto;max-height:85px}.productImgDescription__barcodesTagAmount.productItemComponent{left:auto;right:-2px}.productImgDescription__barcodesTagAmount.show{opacity:1;visibility:visible}.productImgDescription__barcodesTagIcon{width:18px;-webkit-transform:scale(1.5);transform:scale(1.5)}.item__titleSize_6_icon{width:21px}.item__titleSize_5_icon{width:24px}.item__titleSize_4_icon{width:30px}.item__titleSize_3_icon{width:36px}@media (max-width:1440px){.item__titleSize_6_icon{width:18px}.item__titleSize_5_icon{width:21px}.item__titleSize_3_icon{width:30px}}@media screen and (max-width:1380px){.item__titleSize_4_icon{width:24px}}@media (max-width:1280px){.item__titleSize_6_icon{width:15px}.item__titleSize_4_icon{width:22px}.item__titleSize_3_icon{width:28px}}@media (max-width:1160px){.productImgDescription__barcodesTagWrap.productItemComponent.item__titleSize_5,.productImgDescription__barcodesTagWrap.productItemComponent.item__titleSize_6{display:none}}@media (max-width:1100px){.productImgDescription__barcodesTagWrap.productItemComponent.item__titleSize_5{display:block}}@media (max-width:999px){.productImgDescription__barcodesTagWrap.productItemComponent.item__titleSize_5{display:none}}@media (max-width:900px){.productImgDescription__barcodesTagWrap.productItemComponent.item__titleSize_5,.productImgDescription__barcodesTagWrap.productItemComponent.item__titleSize_6{display:block}}@media (max-width:660px){.productImgDescription__barcodesTagWrap.productItemComponent.item__titleSize_5,.productImgDescription__barcodesTagWrap.productItemComponent.item__titleSize_6{display:none}}@media (max-width:560px){.productImgDescription__barcodesTagWrap.productItemComponent.item__titleSize_4{display:none}}@media (max-width:520px){.item__titleSize_3_icon{width:21px}.item__titleSize_2_icon{width:28px}}@media (max-width:499px){.productImgDescription__barcodesTagWrap.productItemComponent{display:block}}@media (max-width:425px){.item__titleSize_3_icon{width:18px}}@media (max-width:399px){.productImgDescription__barcodesTagWrap.productItemComponent{display:none}}.productImgDescription{height:150px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px}.productImgDescription__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;border-radius:5px 0 0 0}.productImgDescription__backgroundWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 25px);text-transform:uppercase;color:#fff;border-radius:5px 0 0 0}.productImgDescription__productView{width:50%;height:100%;display:block;border-radius:5px 0 0 5px;position:relative;border-right:1px solid #ededed}.productImgDescription__priceTagWrap{position:absolute;right:5px;top:5px;font-size:.875rem;border-radius:0 5px 5px 0;padding:0 5px;max-width:calc(100% - 30px)}.productImgDescription__priceTagIcon{width:21px;height:21px;position:absolute;left:-20px}.productImgDescription__priceTagCurrency{padding-left:3px}.productImgDescription__bottomWrap{width:100%;max-height:70%;position:absolute;bottom:0;font-size:.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;padding:5px 10px;border-radius:0 0 0 5px;overflow:auto}.productImgDescription__priceInner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.productImgDescription__priceTagAmount{white-space:nowrap;overflow:auto}.productImgDescription__nameShortening{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:40px;color:#fff;text-transform:uppercase;position:absolute;left:0;right:0;margin:auto}.productImgDescription__productName{overflow:auto;margin-right:5px}.productImgDescription__productUnitWrap{color:#6e6e6e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.productImgDescription__productAmount{overflow:auto;white-space:nowrap;margin-right:3px}.productImgDescription__onlyTextWrap{position:absolute;top:0;bottom:0;margin:auto;background:#fff;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px}.productImgDescription__onlyTextWrap .productImgDescription__productName{color:#000;overflow:auto;text-align:center;width:calc(100% - 20px);max-height:50%}.productImgDescription__onlyTextWrap .productImgDescription__productUnitWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;font-weight:600;width:100%;padding:0 10px;color:#000;white-space:nowrap;max-width:100%}.productImgDescription__productDescription{width:50%;padding:10px;font-size:.875rem;overflow:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}@media screen and (max-width:1024px){.productImgDescription{height:120px}}@media screen and (max-width:799px){.productImgDescription__priceTagIcon{top:0;width:18px;height:18px;left:-18px}}@media screen and (max-width:375px){.productImgDescription{height:220px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.productImgDescription__productView{width:100%;height:140px;border:none;border-radius:5px 5px 0 0}.productImgDescription__bottomWrap{border-radius:0}.productImgDescription__productDescription{width:100%;height:80px;border-top:1px solid #cac8c8}}.productPriceCount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.productPriceCount__typeWrap{width:calc(50% - 10px);margin-top:10px}.productPriceCount__typeWrap:nth-child(3){width:100%}.productPriceCount__button{background:none}.productPriceCount__button:active{-webkit-transform:scale(.95);transform:scale(.95)}.productPriceCount__item{width:100%;height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.productPriceCount__icon{width:35px;height:35px}.productPriceCount__inputWrap{width:calc(100% - 90px);position:relative}.productPriceCount .productPriceCount__input{padding-right:40px;border:2px solid transparent}.productPriceCount .productPriceCount__input.currency{padding-right:30px}.productPriceCount__unit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:0;bottom:0;right:10px;margin:auto}.productPriceCount .disabled{opacity:.5;pointer-events:none}.productPriceCount .biggerPadding{padding-right:60px}@media (max-width:639px),screen and (max-width:1199px) and (min-width:768px){.productPriceCount__typeWrap{width:100%}}@media screen and (max-width:1199px){.productPriceCount__icon{width:50px;height:50px}.productPriceCount__inputWrap{width:calc(100% - 125px);position:relative}}.productWeights{padding-top:5px;cursor:pointer;font-size:1.25rem;margin-top:10px}.productWeights__unit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:0;bottom:0;right:10px;margin:auto}.productWeights__input{padding-right:30px}.productExcise[data-v-36c38009]{margin-top:10px}.productExcise__inner[data-v-36c38009]{padding:10px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.productExcise__inputWrap[data-v-36c38009]{position:relative}.productExcise__input[data-v-36c38009]{height:40px;border-radius:5px;padding-right:36px}.productExcise__selectWrap[data-v-36c38009]{font-size:.875rem;border-radius:0 5px 5px 0;color:#fff;padding:0 8px}.productExcise__iconWrap[data-v-36c38009],.productExcise__selectWrap[data-v-36c38009]{position:absolute;right:0;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.productExcise__iconWrap[data-v-36c38009]{width:36px;height:40px;margin:auto}.productExcise__icon[data-v-36c38009]{fill:#e3e3e3;width:18px;height:18px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.productExcise__iconWrap[data-v-36c38009]{display:inline-block}.productExcise__iconWrapSmall[data-v-36c38009]{display:inline-block;cursor:pointer;padding-bottom:2px}.productExcise__iconWrapSmall .productExcise__icon[data-v-36c38009]{width:13px;height:13px;fill:#fff;display:inline-block;-ms-flex-item-align:center;align-self:center}.productExcise__list[data-v-36c38009]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:2px}.productExcise__list[data-v-36c38009],.productExcise__listItem[data-v-36c38009]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.productExcise__listItem[data-v-36c38009]{padding:3px 8px;border-radius:5px;color:#fff;margin-right:5px;margin-bottom:5px;font-size:14px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:100%}.productExcise__listItem-text[data-v-36c38009]{margin-bottom:0!important;margin-right:8px;white-space:nowrap;display:inline;overflow:auto;max-width:calc(100% - 8px)}.quickComments__tags[data-v-36c38009]{border:none;padding:0}.quickComments__input[data-v-36c38009]{border:2px solid transparent;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2)!important;box-shadow:0 0 5px rgba(0,0,0,.2)!important;padding:0 5px;-webkit-transition:0s;transition:0s}.quickComments__input[data-v-36c38009]:focus{border-color:transparent}.productGroups{margin-top:10px}.productGroups .main-input__select.disabled{opacity:.5;pointer-events:none}.additional-info__block{margin:10px 0}.additional-info__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.additional-info__section{padding:10px;border:2px solid transparent;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);-webkit-transition:all .2s ease;transition:all .2s ease;max-height:50px;cursor:pointer}.additional-info__section.expanded{max-height:500px}.additional-info__select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.additional-info__title{font-size:1rem;margin:0!important}.additional-info__arrow{width:15px;height:15px;-webkit-transition:.2s;transition:.2s;margin-left:10px}.additional-info__row-block{border-top:1px solid #dee2e6;margin-top:10px;display:grid;grid-template-columns:1fr auto;overflow-x:auto}.additional-info__row{display:contents}.additional-info__row:nth-child(2n){background:#f2f2f2}.additional-info__titleWrap{overflow:auto}.additional-info__row-title{overflow:auto;background:inherit;white-space:wrap}.additional-info__row-title div{padding:5px}.additional-info__row-title div,.additional-info__row-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.additional-info__row-value{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px 10px;background:inherit;white-space:nowrap}.additional-info__textarea{max-height:500px;border-top:1px solid #dee2e6;padding:5px;margin-top:10px;width:100%;white-space:pre-line;max-height:300px;overflow:auto;border-radius:5px}.slide-fade-enter-active,.slide-fade-leave-active{-webkit-transition:all .2s ease;transition:all .2s ease}.slide-fade-enter,.slide-fade-leave-to{opacity:0}@media ((min-width:500px) and (max-width:768px)) or (min-width:1000px){.additional-info__table,.additional-info__table-row{display:-webkit-box;display:-ms-flexbox;display:flex}.additional-info__table-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.additional-info__table-column{margin-right:-1px;margin-bottom:-1px}}.quickComments{position:relative}.quickComments__list{visibility:hidden;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;padding:5px 10px;overflow:auto;z-index:100;color:#000;position:absolute;max-height:150px;right:0;bottom:50px;opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px);-webkit-transition:.1s;transition:.1s}.quickComments__listItem{margin-bottom:5px}.quickComments__listItem_text{padding-top:1px;font-size:1.25rem;cursor:pointer;white-space:nowrap;overflow:auto}.quickComments__checkbox{margin-bottom:0!important;cursor:pointer!important}.quickComments__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;border-radius:5px;margin-bottom:5px}.quickComments__button.disabled{opacity:.5;pointer-events:none}.quickComments__icon{width:24px;height:24px;fill:#fff}.quickComments .custom-control-label:after,.quickComments .custom-control-label:before{cursor:pointer}@media screen and (max-width:799px){.quickComments__icon{width:22px;height:22px}}.addToCart .main-textarea__wrap{margin:10px 0 0 0!important}.product-offerItem[data-v-08795870]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}.product-offerItemWrap[data-v-08795870]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -5px!important}.product-offerTitle[data-v-08795870]{font-size:20px}.product-offerUnderline[data-v-08795870]{height:1px;background:#ebebeb;margin:10px 0}.product-offerProduct[data-v-08795870]{width:12.5%;position:relative;border-radius:5px;padding:5px}.product-offerProduct__price[data-v-08795870]{max-width:calc(100% - 45px);font-size:14px;top:10px;right:10px;white-space:nowrap;position:absolute;z-index:1;border-radius:5px}.product-offerProduct__priceTagWrap[data-v-08795870]{background:#fff;padding:2px 5px 2px 10px;border-radius:0 5px 5px 0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);box-shadow:0 0 5px rgba(0,0,0,.4)}.product-offerProduct__priceTagIcon[data-v-08795870]{height:100%;width:auto;filter:drop-shadow(-8px 0 5px rgba(0,0,0,.1));-webkit-filter:drop-shadow(-8px 0 5px rgba(0,0,0,.1));top:0;position:absolute;left:-13px}.product-offerProduct__priceTagPriceWrap[data-v-08795870]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-offerProduct__priceTagAmount[data-v-08795870]{overflow:auto;white-space:nowrap}.product-offerProduct__itemInner[data-v-08795870]{position:relative;width:100%;height:100%;border-radius:5px;padding-top:100%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.product-offerProduct__bottom[data-v-08795870]{width:100%;max-height:70%;position:absolute;bottom:0;overflow:auto;white-space:nowrap;background:#fff;padding:0 10px;font-size:13px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.product-offerProduct__description[data-v-08795870]{width:100%;height:100%;padding-right:5px;overflow:auto;line-break:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 0}.product-offerProduct__name[data-v-08795870]{height:100%;width:calc(80% - 5px);overflow:auto}.product-offerProduct__unit[data-v-08795870]{max-width:20%;font-size:13px;text-align:right;overflow:auto;color:#6e6e6e}@media (max-width:1280px){.product-offerProduct[data-v-08795870]{width:16.66%}}@media (max-width:999px){.product-offerProduct[data-v-08795870]{width:20%}.product-offerProduct__price[data-v-08795870]{max-width:calc(100% - 60px);font-size:12px;top:12px;right:12px}.product-offerProduct__priceTagIcon[data-v-08795870]{left:-11px}.product-offerProduct__bottom[data-v-08795870],.product-offerProduct__unit[data-v-08795870]{font-size:12px}}@media (max-width:799px){.product-offerProduct[data-v-08795870]{width:25%}}@media (max-width:599px){.product-offerProduct[data-v-08795870]{width:33.3%}}@media (max-width:425px){.product-offerProduct[data-v-08795870]{width:50%}}.addModifiers.dialogWithoutKeyboard .dialog__innerContent{height:calc(100% - 190px)!important}.addModifiers__underline{width:100%;height:1px;background:#e5e5e5;margin:10px 0}.addModifiers__headline{font-weight:600}.addModifiers__description{font-size:.75rem;color:#b5b5b5}.addModifiers__itemsWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px 10px -10px!important}.addModifiers__item{width:12.5%;position:relative;padding:10px!important;border-radius:5px;cursor:pointer}.addModifiers__item-stopProduct{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:5px;border-radius:5px;width:calc(100% - 10px);height:calc(100% - 10px);z-index:999999;background:hsla(0,0%,100%,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.addModifiers__item-stopProduct-icon{width:40%;height:40%;fill:hsla(0,0%,45.5%,.5)}.addModifiers__item:active{-webkit-transform:scale(.95);transform:scale(.95);-webkit-transition:.1s;transition:.1s}.addModifiers__priceTagIcon{height:100%;width:auto;filter:drop-shadow(-8px 0 5px rgba(0,0,0,.1));-webkit-filter:drop-shadow(-8px 0 5px rgba(0,0,0,.1));top:0;position:absolute;left:-13px}.addModifiers__price{max-width:calc(100% - 65px);font-size:14px;top:15px;right:15px;white-space:nowrap;position:absolute;z-index:1;border-radius:5px}.addModifiers__imgBlock{position:absolute;top:0;left:0;right:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 30px);text-transform:uppercase;color:#fff;font-size:25px;border-radius:5px 5px 0 0}.addModifiers__modifierQuantity{overflow:auto}.addModifiers__modifierBottomRightWrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:45%}.addModifiers__imgBlockDefault,.addModifiers__modifierBottomRightWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.addModifiers__imgBlockDefault{position:absolute;top:0;bottom:0;margin:auto;background:#fff;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px}.addModifiers__imgBlockTitle{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:2.5vw;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;left:0;right:0;margin:auto}.addModifiers__noImgInfoWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;width:100%;padding:0 10px}.addModifiers__noImgInfoWrap.withChangingCount{margin-bottom:25px}.addModifiers__noImgTitle{color:#000;overflow:auto;text-align:center;width:calc(100% - 20px);max-height:50%}.addModifiers__modifierBottom::-webkit-scrollbar,.addModifiers__modifierDescription::-webkit-scrollbar,.addModifiers__modifierName::-webkit-scrollbar,.addModifiers__modifierUnit::-webkit-scrollbar,.addModifiers__noImgInfo::-webkit-scrollbar,.addModifiers__noImgTitle::-webkit-scrollbar,.addModifiers__noImgUnits::-webkit-scrollbar,.addModifiers__priceTagAmount::-webkit-scrollbar{display:none}.addModifiers__modifierBottom,.addModifiers__modifierDescription,.addModifiers__modifierName,.addModifiers__modifierUnit,.addModifiers__noImgInfo,.addModifiers__noImgTitle,.addModifiers__noImgUnits,.addModifiers__priceTagAmount{-ms-overflow-style:none;scrollbar-width:none}.addModifiers__noImgInfo{overflow:auto;max-width:50%}.addModifiers__noImgUnits{white-space:nowrap;margin-left:2px;overflow:auto}.addModifiers__summWrap{width:100%;padding:10px 10px 5px 10px;font-size:1.3rem;position:absolute;bottom:70px;left:0;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);overflow:auto;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex}.modifiers__excluded{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background:#fff;border-radius:50%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:100;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.addModifiers__modifierDescription{width:100%;height:100%;padding-right:5px;overflow:auto;line-break:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 0}.addModifiers__modifierBottom{width:100%;max-height:70%;position:absolute;bottom:0;overflow:auto;background:#fff;padding:0 10px;font-size:13px;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.addModifiers__itemInner__several .addModifiers__modifierBottom{bottom:30px;border-radius:0}.addModifiers__modifierName{height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto;margin-right:3px}.addModifiers__modifierUnit{font-size:13px;color:#6e6e6e;margin-left:3px}.addModifiers__itemCountWrap{width:calc(100% - 20px);height:30px;position:absolute;bottom:10px;left:0;right:0;margin:auto;background:#fff;border-bottom-right-radius:5px;border-bottom-left-radius:5px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10000;font-size:14px;border-top:1px solid #e5e5e5}.addModifiers__itemCountValue{border-right:1px solid #ebebeb;width:40px;height:30px;border-left:1px solid #ebebeb}.addModifiers__itemCountButtonWrap,.addModifiers__itemCountValue{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.addModifiers__itemCountButtonWrap{width:calc(50% - 20px);height:100%}.addModifiers__priceTagWrap{background:#fff;padding:2px 5px 2px 10px;border-radius:0 5px 5px 0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);box-shadow:0 0 5px rgba(0,0,0,.4)}.addModifiers__priceTagPriceWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.addModifiers__itemInner{position:relative;width:100%;height:100%;border-radius:5px;padding-top:100%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.addModifiers__priceTagAmount{overflow:auto;white-space:nowrap}.addModifiers .addModifiers__noImgTitle{font-size:14px}.productaddModifiers__summWrapAmount{max-width:calc(100% - 35px);overflow:auto}@media (max-width:1280px){.addModifiers__item{width:16.66%}.addModifiers__imgBlockTitle{font-size:4vw}}@media (max-width:999px){.addModifiers__item{width:20%}.addModifiers__price{max-width:calc(100% - 60px);font-size:12px;top:12px;right:12px}.addModifiers__priceTagIcon{left:-11px}.addModifiers__modifierBottom,.addModifiers__modifierUnit{font-size:12px}.addModifiers__noImgInfoWrap.withChangingCount{margin-bottom:30px}}@media (max-width:639px){.addModifiers__noImgInfoWrap.withChangingCount{margin-bottom:40px}}@media (max-width:799px){.addModifiers__item{width:25%}}@media (max-width:599px){.addModifiers__item{width:33.3%}.addModifiers__imgBlockTitle{font-size:6vw}.addModifiers.dialogWithoutKeyboard .dialog__innerContent{height:calc(100% - 175px)}}@media (max-width:499px){.addModifiers__noImgInfoWrap.withChangingCount{margin-bottom:50px}}@media (max-width:425px){.addModifiers__item{width:50%}.addModifiers__imgBlockTitle{font-size:9vw}}.orderEdit__inputWrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.orderEdit .main-textarea__wrap{margin-top:15px}.orderEdit__inputPane{width:calc(50% - 10px)}.orderTabs__tabsContainer{width:calc(100% - 50px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:auto}.orderTabs__tabsContainer.showAllOrders{width:calc(100% - 68px)}.orderTabs__showAllOrdersIcon{width:16px;height:100%;-webkit-transition:.3s;transition:.3s;fill:grey;margin:0 3px}.orderTabs{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%;padding:0 15px;-webkit-box-shadow:inset 0 0 5px 5px rgba(0,0,0,.05);box-shadow:inset 0 0 5px 5px rgba(0,0,0,.05);background:#fff}.orderTabs__addTab{width:45px;border-radius:5px 5px 0 0;color:#fff!important;margin:10px 4px 0 0;background:#ececec;border:1px solid #e2e2e2;border-top-color:#e2e2e2;border-left-color:#e2e2e2;border-right-color:#e2e2e2;border-bottom:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.orderTabs__addTab,.orderTabs__tab{height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.orderTabs__tab{font-size:.875rem;background:#f1f1f1;padding:10px 7px;color:#4c4c4c;border-top-left-radius:5px;border-top-right-radius:5px;margin:10px 4px 0;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #e5e5e5;border-bottom:none;position:relative;z-index:10;max-width:160px}.orderTabs__time{white-space:nowrap;overflow:auto}.orderTabs__date{font-size:10px;color:#afaeae;position:absolute;bottom:0;left:10px}.orderTabs__pencil{width:13px;height:13px;margin-left:5px;fill:#4c4c4c}.orderTabs__scroll{position:absolute;top:0;bottom:0;margin:auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:15px;z-index:100;fill:grey}.orderTabs__scroll.right{right:0}.orderTabs__scroll.left{left:0}.orderTabs__scroll.right.showAllOrders{right:22px}.orderTabs__overflow{padding:0 20px}.orderTabs__icon{width:12px;height:12px}.orderTabs__icon.right{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.orderTabs__icon.left{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.orderTabs__selectedTab{background-color:#fff}.orderTabs__showAllOrders{position:absolute;right:0;cursor:pointer;-webkit-transition:.1s;transition:.1s;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderTabs__allOrdersPane{width:100%;height:calc(100vh - 125px);position:absolute;top:55px;z-index:100000000;background:#fff;left:0;padding:0 15px;visibility:hidden;-webkit-transition:.2s;transition:.2s;-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}.orderTabs__allOrdersPane.showPane{visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.orderTabs__allOrdersPaneInner{height:calc(100% - 20px);margin-top:10px;overflow:auto}.orderTabs__allOrders_order{width:100%;padding:10px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:.2s;transition:.2s;margin-bottom:15px;border:1px solid #e5e5e5}.orderTabs__allOrders_order:hover{background:#f4f4f4}.orderTabs__allOrders_orderItem{padding:0 5px;font-size:.875rem}.orderTabs__allOrders_orderDateTime{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.orderTabs__allOrders_orderId,.orderTabs__allOrders_orderSum,.orderTabs__allOrders_orderTime{font-weight:600}.orderTabs__allOrders_orderTime{line-height:1}.orderTabs__allOrders_orderDate{font-size:.75rem;color:#9e9d9d;white-space:nowrap}.orderTabs__allOrders_orderType{color:#9e9d9d;font-size:.875rem}.orderTabs__allOrders_orderId{width:16%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.orderTabs__allOrders_orderDateTime{width:80px}.orderTabs__allOrders_orderType{width:calc(55% - 40px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.75rem}.orderTabs__allOrders_orderSum{width:calc(34% - 40px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.orderTabs__allOrders_orderIdValue,.orderTabs__allOrders_orderSumValue{white-space:nowrap;overflow:auto}@media screen and (max-width:1100px){.orderTabs__icon{width:14px;height:14px}}@media screen and (max-width:900px){.mainButton,.orderTabs,.syncStatus{width:calc(100% + 40px)!important;z-index:9997;position:relative}.orderTabs__overflow{padding:0 25px 0 20px}.sidebarVerticalButton{width:80%!important;z-index:10!important}.orderTabs__tabsContainer.showAllOrders{width:calc(100% - 65px)}.orderTabs__allOrdersPane{width:calc(100% - 41px)}}@media screen and (max-width:499px){.sidebarVerticalButton{width:80%!important;z-index:10!important}.orderTabs__scroll.right{right:10px}.orderTabs__scroll.right.showAllOrders{right:30px}.orderTabs__showAllOrders{right:10px}.orderTabs__tabsContainer.showAllOrders{width:calc(100% - 73px)}.orderTabs__allOrdersPane{width:calc(100% - 40px)}}@media screen and (max-width:425px){.orderTabs__allOrders_orderSum{display:none}.orderTabs__allOrders_orderId{width:calc(45% - 40px)}}.loyaltyProgram-section__headlineWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loyaltyProgram-section__innerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px!important}.loyaltyProgram-section__removeAllButton{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 0 0 auto;padding:5px 10px;color:#fff;font-size:12px;border-radius:3px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);white-space:nowrap}.loyaltyProgram__pickedItem{-webkit-transition:.2s;transition:.2s;width:100%}.loyaltyProgram__pickedItem.active{opacity:.2}.loyaltyProgram-section__itemSymbol{font-size:1rem;max-width:calc(100% - 115px);overflow:auto;max-height:70px}.loyaltyProgram-section__itemSymbolHeadline{max-width:100%;font-size:1.75rem;max-height:70px;overflow:auto}.loyaltyProgram-section__itemNumberInput{height:50px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:none;font-size:2.75rem;text-align:right;line-height:50px;resize:none;background:#fff!important}.loyaltyProgram-section__itemNumberInput:focus{outline:none}.loyaltyProgram-section__itemIconRemove{width:26px;height:26px;fill:#d9534f;position:absolute;top:-13px;right:-13px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);z-index:10;cursor:pointer;border-radius:50%;background:#fff}.loyaltyProgram-section__underline{height:1px;background:#e5e5e5;margin:10px 0 20px}.loyaltyProgram-section{width:100%;position:relative}.loyaltyProgram-section__pickClientWrap{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.loyaltyProgram-section__pickClientWrapMessage{font-size:1rem;max-width:400px;text-align:center}.loyaltyProgram-section__pickClient{color:#fff;padding:5px 15px;border-radius:5px;font-size:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin-top:10px}.loyaltyProgram-section__name{font-size:1.25rem;max-height:60px;overflow:auto}.loyaltyProgram__pickedItem_iconWrap{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1000;background:#fff;border-radius:50%;opacity:0;-webkit-transition:.3s;transition:.3s}.loyaltyProgram__pickedItem_iconWrap.active{opacity:1}.loyaltyProgram__pickedItem_icon{width:50px;height:50px;fill:#28a745}.loyaltyProgram__pickedItem_icon.promotion{fill:#d9534f}.loyaltyProgram-section__itemHeadline{max-height:50px;font-size:1rem;overflow:auto}.loyaltyProgram-section__itemHeadline.center{text-align:center;margin-bottom:5px}.loyaltyProgram-section__itemDescription{color:#989898;max-height:50px;overflow:auto;font-size:.75rem}.loyaltyProgram-section__itemDescription .defaultColor{color:#000}.loyaltyProgram-section__switch{position:absolute!important;top:20px;right:35px}.loyaltyProgram-section__switchType{position:absolute;top:20px;font-weight:600;-webkit-transition:.3s;transition:.3s}.loyaltyProgram-section__switchType.summ{right:25px}.loyaltyProgram-section__switchType.percent{right:77px}.manual .custom-control-input~.custom-control-label:before{cursor:pointer}.manual .custom-switch .custom-control-label:after{background-color:#fff;cursor:pointer}.manual .custom-control-label:before{border:none}.loyaltyProgram__pickDiscount_count{width:20px;height:20px;background:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem;position:absolute;color:#000;top:-8px;right:-5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);-webkit-transition:.2s;transition:.2s;opacity:0}.loyaltyProgram__pickDiscount_count.enabled{opacity:1}.loyaltyProgram-section__item{min-height:100%;width:calc(33.3% - 20px);background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);margin:0 10px 20px 10px;cursor:pointer;border-radius:5px;padding:20px}.loyaltyProgram-section__item,.loyaltyProgram-section__itemNumber{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loyaltyProgram-section__itemNumber{font-size:2.75rem;z-index:1000;max-width:calc(100% - 80px)}.loyaltyProgram-section__itemNumberText{font-size:2.75rem;margin-right:10px;line-height:50px}.loyaltyProgram__section_disabled{opacity:.05;pointer-events:none}.loyaltyProgram__noData{text-align:center;font-size:24px}.loyaltyProgram__plusMinus.minus{bottom:-10px}.loyaltyProgram__plusMinusWrap{display:none;width:60px;position:absolute;left:-20px;z-index:1000;top:-30px}.loyaltyProgram__plusMinusWrap.plus{padding:20px 0 0 20px}.loyaltyProgram__plusMinusWrap.minus{top:40px;padding:0 0 20px 20px}@media screen and (max-width:1024px){.loyaltyProgram__plusMinusWrap{display:block}.loyaltyProgram__plusMinus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;padding:15px 0}.loyaltyProgram-section__item .loyaltyProgram-section__itemNumberInput{padding-left:50px}.loyaltyProgram-section__item.manual .loyaltyProgram-section__itemNumberText{padding:10px 0}.loyaltyProgram-section__item.manual .loyaltyProgram-section__itemNumber{margin-bottom:15px}.loyaltyProgram-section__itemNumberInput{color:#000}}@media screen and (max-width:991px){.loyaltyProgram-section__item{width:calc(50% - 20px)}}@media screen and (max-width:800px){.loyaltyProgram__plusMinus{left:1px}.loyaltyProgram-section__itemHeadline{max-height:45px}.loyaltyProgram-section__itemDescription,.loyaltyProgram-section__name{max-height:50px}.loyaltyProgram-section__itemSymbol,.loyaltyProgram-section__itemSymbolHeadline{max-height:60px}}@media screen and (max-width:709px){.loyaltyProgramInner{max-height:calc(100vh - 150px)}.loyaltyProgram__noData{font-size:18px}}@media screen and (max-width:575px){.loyaltyProgram-section__item{width:calc(100% - 20px)}}@media screen and (max-width:499px){.loyaltyProgram-section__item{padding:15px}.discountPlusMinus__icon{width:18px;height:18px}.loyaltyProgram__plusMinus{left:2px}}.foundClients__list{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto}.foundClients__scroller{height:100%;width:100%;position:relative;overflow-y:auto}.foundClients__client{position:absolute;top:0;left:0;width:100%;cursor:pointer;padding:5px 10px 5px 25px}.foundClients__client.celectedClient{border-radius:5px;background:#e8e8e8}.foundClients__clientName{overflow:auto}.foundClients__clientPhone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.foundClients__clientPhone_icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:.7rem;height:.7rem;fill:#949494}.foundClients__clientPhone_value{font-size:.8rem;color:#949494;overflow:auto}.clientsSidebar__list{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto}.clientsSidebar__draggable-client.client-custom-ghost{visibility:hidden}.clientsSidebar__draggable-client.client-custom-chosen{background:#e8e8e8;opacity:1!important}.clientsSidebar__fixedList-draggable{padding:0 5px}.clientsSidebar__draggable-client{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px 0 15px 25px;cursor:pointer;border-radius:5px}.clientsSidebar__draggable-client.selected{background:#e8e8e8}.clientsSidebar__draggable-clientName{overflow:auto}.clientsSidebar__draggable-clientIcon{position:absolute;top:0;bottom:0;right:20px;margin:auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clientsSidebar__draggable-client-dragIcon,.clientsSidebar__draggable-client-pinIcon{width:26px;height:26px;fill:#949494;padding:5px}@media screen and (max-width:499px){.clientsSidebar__draggable-client{padding:12px 25px}}.clientsSidebar__footer{padding:15px 0}.clientsSidebar__footerTop{font-size:.9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px}.clientsSidebar__footerBottom{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px}.clientsSidebar__footerArrowBtn{cursor:pointer;padding:10px;background:transparent;border-radius:5px;border:1px solid #e5e5e5;-webkit-transition:background .2s ease;transition:background .2s ease}.clientsSidebar__footerArrowBtn:hover{background:#ddd}.clientsSidebar__footerPages{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.clientsSidebar__footerPagesText{border:1px solid #e5e5e5;border-radius:5px;padding:10px 20px}.clientsSidebar__footerIcon{width:18px;height:18px}.clientsSidebar__footerIcon_left{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.clientsSidebar__footerIcon_right{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.clientsSidebar__footerDubleArrowIcon_left{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.clientsSidebar__footerDubleArrowIcon_right{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media (max-width:1360px){.clientsSidebar__footerPagesText{font-size:.9rem;padding:5px 10px}.clientsSidebar__footerArrowBtn{padding:5px}}.clientsSidebar-dialog__title{position:absolute;top:20px;left:25px;font-size:1.5rem;color:#333;white-space:nowrap;overflow:auto}.clientsSidebar__icon{width:12px;height:12px;fill:#000}.clientsSidebar__editIconWrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;position:absolute;z-index:1000000;top:19px;right:25px}.clientsSidebar__editIcon{cursor:pointer;padding:5px}.clientsSidebar__clearIcon{width:34px;height:34px;padding:11px;position:absolute;right:25px;top:0;bottom:10px;margin:auto;cursor:pointer;fill:#848484}.clientsSidebar__button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px 20px;color:#fff;border-radius:5px;margin-top:10px;cursor:pointer;margin:10px auto 0}.clientsSidebar__closeWrap{width:20px;height:60px;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.8);position:absolute;border-radius:0 5px 5px 0;top:0;bottom:0;margin:auto;z-index:100;right:-20px;border:1px solid #ddd;border-left:none}.clientsSidebar,.clientsSidebar__top{position:relative}.clientsSidebar{max-width:450px;width:100%;background:#f9f9f9;border-top-left-radius:10px;padding-top:80px;border-bottom-left-radius:10px;-webkit-transition:.1s;transition:.1s;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.clientsSidebar.editClientsList:after{content:"";position:absolute;top:0;left:100%;height:100%;background:rgba(0,0,0,.23137254901960785);z-index:1;pointer-events:auto}.clientsSidebar__noClients{text-align:center;color:#869494;padding:0 25px}.clientsSidebar__inner{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto;padding:0 5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.clientsSidebar__input{width:calc(100% - 50px);height:50px;border-radius:10px;margin:0 25px 10px;border:1px solid #ededed;padding:0 10px;cursor:pointer;background:#fff!important}.clientsSidebar__closeWrap.opened{background:#f9f9f9}.clientsSidebar__closeMobileOpened{width:18px;height:18px;right:25px;top:18px;position:absolute;fill:#848484;display:none}@media screen and (min-width:1420px){.clientsSidebar.editClientsList:after{width:950px}}@media screen and (max-width:1420px){.clientsSidebar.editClientsList:after{width:calc(100vw - 340px)}}@media screen and (max-width:1360px){.clientsSidebar{max-width:320px}}@media screen and (max-width:768px){.clientsSidebar{-webkit-transform:translateX(-100%);transform:translateX(-100%);position:absolute;z-index:20000;height:100%}.clientsSidebar__opened{-webkit-transform:translateX(0);transform:translateX(0)}.clientsSidebar__closeWrap{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:709px){.clientsSidebar.editClientsList:after{width:calc(100vw - 320px)}}@media screen and (max-width:499px){.clientsSidebar__editIconWrap{top:12px;right:55px}.clientsSidebar__clearIcon{right:35px}.clientsSidebar{max-width:100%}.clientsSidebar__closeWrap.opened{display:none}.clientsSidebar__closeMobileOpened{display:block}.clientsSidebar__input{width:calc(100% - 50px);margin:0 20px 10px 25px}.clientsSidebar__closeWrap.opened .clientsSidebar__icon{width:18px;height:18px;opacity:.5}.clientsSidebar.editClientsList:after{width:0}}.clientProductHistory__orders{height:100%}.purchaseHistory__wrap{height:210px}.purchaseHistory__wrap .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.purchaseHistory__wrap .vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.purchaseHistory__inner{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;border:1px solid #e5e5e5;border-radius:5px;font-size:.75rem}.clientProductHistory__productNameWrap{width:calc(75% - 50px);margin:0 10px}.clientProductHistory__productUnitWrap{width:25%}.clientProductHistory__productUnitValueWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clientInfo__productName{width:100%;overflow:auto;white-space:nowrap}.clientInfo__purchaseDesc{font-size:.75rem;margin-bottom:2px!important;font-weight:600;overflow:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.clientInfo__purchaseDesc::-webkit-scrollbar{display:none}@media screen and (max-width:991px){.clientProductHistory__productUnitWrap .clientInfo__purchaseDesc{text-align:right}.clientProductHistory__productUnitValueWrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.clientsChecks__receiptsWrap{padding-top:5px;width:100%;background:#fff}.clientsChecks__receiptsHead{font-weight:400;margin-top:5px;font-size:.75rem;font-weight:600;padding:10px 0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.clientsChecks__receipts_firstRow{width:20%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;padding:0 10px 0 0}.clientsChecks__receipts_secondRow{width:160px;padding:0 10px 0 0}.clientsChecks__receipts_thirdRow{width:15%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;padding:0 10px 0 0}.clientsChecks__receipts_fourthRow{width:10%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;padding:0 10px 0 0}.clientsChecks__receipts_fifthRow{width:80px}.clientsChecks__receipts_sixthRow{width:30px}.clientsChecks__productQuantity{max-width:calc(100% - 40px);overflow:auto}.clientsChecks__productUnit{width:40px;margin-left:5px;overflow:auto}.clientsChecks__tableWrap::-webkit-scrollbar{display:none}.clientsChecks__tableWrap{width:100%;height:300px;overflow:auto}.clientsChecks__tableWrap .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{width:100%;position:absolute;top:0;left:0;will-change:transform}.clientsChecks__receiptsHead,.clientsChecks__receiptsItemDefault{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clients__receipt__itemImg{margin-left:15px}.clientsChecks__receiptsItem_hide{display:none}.clientsChecks__receiptsItemDefault{height:70px;width:100%}.clientsChecks__receiptsItem{height:100%}.clientsChecks__receiptsItemText{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.clientsChecks__receiptsItemText::-webkit-scrollbar{display:none}.clientsChecks__receiptsItemText.checkUnits{overflow:unset;white-space:normal}.clientsChecks__receiptsItem:first-child .clientsChecks__receiptsItemDefault{border-top:none}.clientsChecks__receiptInfo,.clientsChecks__receiptInfo_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem}.clientsChecks__receiptInfo_title{font-weight:700;padding-bottom:10px}.clientsChecks__receiptInfo{height:50px;background:#f9f9f9;border-top:1px solid rgba(0,0,0,.1)}.clientsChecks__receiptInfo .clientsChecks__receipts_firstRow,.clientsChecks__receiptInfo_title .clientsChecks__receipts_firstRow{width:60px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}.clientsChecks__receiptInfo .clientsChecks__receipts_secondRow,.clientsChecks__receiptInfo_title .clientsChecks__receipts_secondRow{-webkit-box-flex:2;-ms-flex:2 1 0px;flex:2 1 0}.clientsChecks__receiptsItemDefault{height:50px;border-top:1px solid rgba(0,0,0,.1);font-size:.75rem;cursor:pointer}.clients-receipts__openReceipt{text-align:center}.clientsChecks__receiptInfoWrap{width:100%;max-height:230px;font-size:.875rem;z-index:100;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}.clientsChecks__receiptInfoBorder{height:100%;overflow:auto;border-right:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.clients-receipts__repeatOrder{padding:5px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;position:relative;z-index:10000}.clients-table__arrowImg{display:block;margin:0 auto;cursor:pointer}.clients-table__arrowImg_open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:768px){.clientsChecks__receiptInfo .clientsChecks__receipts_firstRow,.clientsChecks__receiptInfo_title .clientsChecks__receipts_firstRow{width:55px}}@media screen and (max-width:499px){.clientsChecks__receiptsItemDefault{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clientsChecks__receiptsHead,.receipts__arrow{display:none}.clientsChecks__receipts_secondRow{width:65px}.clientsChecks__receiptsItem_hide{display:block;font-weight:600}.clientsChecks__receiptInfo,.clientsChecks__receiptInfo_title{-ms-flex-pack:distribute;justify-content:space-around}.clientsChecks__receiptInfo p{font-weight:400}.clientsChecks__receiptInfo:not(:last-child),.clientsChecks__receiptInfo_title:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.clientsChecks__receiptInfo .clientsChecks__receipts_firstRow,.clientsChecks__receiptInfo_title .clientsChecks__receipts_firstRow{width:50px}.clientsChecks__receipts_fourthRow .clientsChecks__receiptsItemText{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.clientsChecks__receipts_fourthRow .clientsChecks__receiptsItem_hide{text-align:right}.clients__receipt__itemImg{margin-left:10px}}.clientInfo__loyaltyProgram{height:100%}.clientsInfo__loyaltyProgram_innerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;border:1px solid #e5e5e5;border-radius:5px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);height:calc(100% - 40px)}.clientsInfo__loyaltyProgramNumber{font-size:2.75rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1000;max-width:calc(100% - 80px)}.clientsInfo__loyaltyProgramName{font-size:.875rem}.clientsInfo__loyaltyProgramDescription{color:#989898;max-height:50px;overflow:auto;font-size:.75rem}.clientsInfo__loyaltyProgramNumberText{font-size:1.75rem;margin-right:5px}.clientsInfo__loyaltyProgramItemSymbol{font-size:1rem;max-width:calc(100% - 60px);overflow:auto;max-height:70px;font-size:.875rem}.clientsInfo__loyaltyProgramItemSymbolHeadline{max-width:100%;font-size:1.75rem;max-height:70px;overflow:auto}.clientsInfo__loyaltyProgramNoData{color:#6f6f6f;overflow:auto;font-size:.875rem;text-align:center}@media screen and (max-width:1280px){.clientsInfo__loyaltyProgramItemSymbolHeadline{font-size:1.25rem}}@media screen and (max-width:991px){.clientsInfo__loyaltyProgram_innerWrap{height:auto}}.clientInfo__nameAdditionalText{font-size:.875rem;color:#949494}.clientInfo__textWrap{width:calc(100% - 44px)}.clientInfo__icon{fill:#000;margin-right:10px;width:34px;height:34px}.clientInfo__topInfo .clientInfo__blockDescription{font-size:.875rem}.clientInfo__item{padding:10px 15px;border-radius:5px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);width:calc(50% - 5px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0;border:1px solid #e5e5e5;position:relative}.clientInfo__item.fullWidth{width:100%}.clients__info_avatarWrap{height:auto;padding:5px 0}.clientInfo__item.avatar{width:calc(100% - 10px);height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:15px 10px;position:relative}.clientInfo__item:nth-child(2),.clientInfo__item:nth-child(4){margin-right:0}.clients__avatar{width:80px;height:80px}.clients__img{width:120px;height:120px;border-radius:50%;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #ccc}.clientInfo__name{font-size:1.125rem;margin-top:10px;text-align:center}.clientInfo__nameText{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.clientInfo__mainText{width:100%;font-size:.875rem;color:#949494;overflow:auto;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clientInfo__mainText.numeric{overflow:unset}.clientInfo__mainTextValue{max-width:calc(100% - 15px);overflow:auto}.clientInfo__mainTextCurrency{margin-left:3px}.clients__info_rightPaneBottom,.clients__info_rightPaneCenter,.clients__info_rightPaneTop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:33.333%;-ms-flex-wrap:wrap;flex-wrap:wrap}.clientInfo__inner hr{margin:10px 0}.clientsInfo__address,.clientsInfo__comment{margin:10px 0 15px}.clientsInfo__commentInner{width:100%;min-height:40px;max-height:100px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #e5e5e5;border-radius:5px;padding:10px;color:#6f6f6f;overflow:auto;font-size:.875rem}.client__editAvatar{position:absolute;right:10px;top:10px;border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.clientInfo__itemButton{position:absolute;top:5px;right:5px;border-radius:4px;padding:2px 5px;font-size:.65rem;color:#fff;cursor:pointer;-webkit-transition:.2s;transition:.2s}@media screen and (max-width:991px){.clientInfo__item.avatar{width:100%}}@media screen and (max-width:900px) and (min-width:769px){.clientInfo__item{width:100%}.clients__info_rightPaneBottom,.clients__info_rightPaneCenter,.clients__info_rightPaneTop{height:auto}}@media screen and (max-width:768px){.clients__info_avatarWrap{width:30%!important}.clientInfo__item.avatar{width:calc(100% - 10px)}.clients__info_rightPane{width:70%!important}}@media screen and (max-width:639px){.clients__info_avatarWrap{width:100%!important}.clientInfo__item.avatar{width:100%}.clients__info_rightPane{width:100%!important}}@media screen and (max-width:499px){.clientInfo__item{width:100%;margin:5px 0}.clientInfo__icon{width:30px;height:30px}.clients__info_rightPaneBottom,.clients__info_rightPaneCenter,.clients__info_rightPaneTop{height:auto}.clients__info_avatarWrap{padding:10px 0 5px}}.addOrLoadImage.modal__container{width:300px}.addOrLoadImage__rangeInput{-webkit-appearance:none;width:calc(100% - 80px);height:7px;background:#ddd;border-radius:5px;outline:none;border:none}.addOrLoadImage__rangeInput::-webkit-slider-thumb{-webkit-appearance:none;width:25px;height:20px;background:var(--thumbColor);border-radius:5px}.addOrLoadImage.modal__container{width:305px!important}.addOrLoadImage .modal__button{height:36px}.addOrLoadImage__uploadWrap{height:100%}.addOrLoadImage__dropArea{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:35px;height:100%;border-radius:7px;background-color:rgba(0,0,0,.03);text-align:center;border:1px dashed rgba(0,0,0,.08);overflow:hidden}.addOrLoadImage__dropArea:hover{cursor:pointer;border-color:rgba(0,0,0,.1);background-color:rgba(0,0,0,.05)}.addOrLoadImage__hint{display:block;color:#666;line-height:24px;font-size:16px;padding:0 0 15px 0}.addOrLoadImage__hintNotSupported{display:block;position:absolute;top:0;left:0;padding:30px;width:100%;height:60px;line-height:30px;background-color:#eee;text-align:center;color:#666;font-size:14px}.addOrLoadImage__editInner{overflow:hidden}.addOrLoadImage__editWrap .addOrLoadImage__editInner-left{float:left}.addOrLoadImage__editImgContainer{position:relative;display:block;width:265px;height:265px;background-color:#e5e5e0;overflow:hidden;border-radius:5px}.addOrLoadImage__editImg{position:absolute;display:block;cursor:move;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.addOrLoadImage__range{position:relative;margin-top:15px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.addOrLoadImage__rangeButton{width:28px;height:28px;cursor:pointer;fill:#000}.addOrLoadImage__editInner-right{float:right}.addOrLoadImage__error,.addOrLoadImage__success{font-size:14px;color:#d10;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.addOrLoadImage__success{color:#4a7}.addOrLoadImage__errorIcon{position:relative;display:inline-block;width:20px;height:20px}.addOrLoadImage__errorIcon:after,.addOrLoadImage__errorIcon:before{content:"";position:absolute;top:9px;left:4px;width:13px;height:2px;background-color:#d10;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.addOrLoadImage__errorIcon:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.editClient__innerWrap{display:grid;grid-template-rows:repeat(4,1fr) auto;grid-template-columns:repeat(3,1fr);-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;row-gap:15px}.editClient__item{width:100%;position:relative}.editClient__item.comment .main-textarea{min-height:50px;height:50px;line-height:25px}.editClient__item.comment{grid-column:2/4}.editClient__item.clientPhoto{height:100%;grid-column:1;grid-row:1/4}.editClient__addPhotoWrap{height:calc(100% - 2.35rem);border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.editClient .main-input{padding-right:10px}.editClient .main-input__select{padding-right:40px}.editClient .checkbox__label{margin-bottom:0!important}.editClient__sexWrap{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.editClient__sexItem,.editClient__sexWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editClient__sexItem{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);height:50px;border-radius:10px;width:calc(50% - 5px);border:2px solid transparent;cursor:pointer}.editClient__sexItem .checkbox__label{width:auto;padding-left:25px;font-size:1rem;margin-bottom:0!important}.editClient__sexItem .checkbox__label:before{width:10px;height:10px;top:7px}.editClient__sexItem .checkbox__label:after{width:18px;height:18px;top:3px}.editClient__addPhotoImg{width:180px;height:180px;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.editClient__addPhotoIcon{width:40px;height:40px;fill:#000}.editClient__addPhotoEdit{width:40px;height:40px;position:absolute;right:10px;top:10px;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.editClient__addPhotoImgWrap{cursor:pointer}.editClient__addPhotoEditIcon{width:24px;height:24px;fill:#767676;margin-left:4px}@media screen and (max-width:991px){.editClient__addPhotoImg{width:160px;height:160px}}@media screen and (max-width:800px){.editClient__innerWrap{grid-template-rows:repeat(7,1fr) auto;grid-template-columns:repeat(2,1fr)}.editClient__item.comment,.editClient__item.sex{grid-column:1/3}.editClient__sexItem .checkbox__label:before{top:6px}.editClient__sexItem .checkbox__label:after{top:2px}}@media screen and (max-width:499px){.editClient__innerWrap{grid-template-rows:repeat(13,1fr) auto;grid-template-columns:repeat(1,1fr)}.editClient__item{grid-column:1/2!important}.editClient__item.clientPhoto{grid-row:1/4}.editClient__sexItem{height:44px}.editClient .main-input,.editClient .main-input__select{height:44px;line-height:40px}.editClient__item.comment .main-textarea{min-height:44px;line-height:22px}.editClient__addPhotoIcon{width:34px;height:34px}}@media screen and (max-width:375px){.editClient__innerWrap{grid-template-rows:repeat(12,1fr) auto auto}.editClient__sexItem{width:100%}.editClient__sexItem:first-child{margin-bottom:10px}}.clientInfo-dialog__closeIcon{opacity:.5;cursor:pointer;position:absolute;top:26px;right:25px}.clientInfo__underline{width:100%;height:1px;background:#e5e5e5;margin:5px 0 10px}.clientInfo{height:calc(100vh - 170px);width:100%;overflow:auto;padding-left:20px;padding-right:20px;margin-top:80px}.purchaseHistoryTop__wrap_nodata{color:#d6d6d6;font-size:16px;text-align:center;padding:20px 0}.clientInfo__productQuantity,.clientInfo__productUnit{-ms-overflow-style:none;scrollbar-width:none}.clientInfo__productQuantity::-webkit-scrollbar,.clientInfo__productUnit::-webkit-scrollbar{display:none}.clientInfo__rightPanel{padding-left:10px}.clientInfo__leftPanel{padding-right:10px}.clientInfo_message{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ababab;font-size:1.5rem;font-weight:300}.clientInfo__blockDescription{font-size:1rem;font-weight:600;margin-bottom:0!important;white-space:nowrap;overflow:auto}.scroller{height:100%;overflow:auto}.scroller::-webkit-scrollbar{display:none}.purchaseHistory__innerItemBg{width:30px;height:30px;-o-object-fit:cover;object-fit:cover;border-radius:3px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;color:#fff;font-size:12px}.clientInfo .dialog__buttonsWrap_clients{width:calc(100% - 450px);border-radius:0;border-bottom-right-radius:10px;z-index:0}.clientInfo__productQuantity{max-width:calc(100% - 20px);overflow:auto}.clientInfo__productUnit{width:20px;overflow:auto}.clientInfo__productQuantity.productPrice{max-width:calc(100% - 10px)}.clientInfo__productUnit.productPrice{width:10px}.vue-recycle-scroller__slot{-ms-flex:auto 0 0px}.clientInfo .loadingWrap{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #b6b6b6}.clientInfo__saveBtnWrap{width:calc(50% - 10px)!important;height:100%;position:relative}.clientInfo .clientInfo__saveBtn{height:100%;width:100%!important;padding:0 40px}.clientInfo__saveBtnDropdown{position:absolute;right:0;top:0;bottom:0;margin:auto;padding:0 10px;border-top-right-radius:7px;border-bottom-right-radius:7px;-webkit-transition:.3s;transition:.3s}.clientInfo__dropdownIcon{width:15px;height:15px;-webkit-transition:.2s;transition:.2s}.clientInfo .clientInfo__dropdownBtn{position:absolute;top:calc(-100% - 5px);width:100%!important;color:#fff;visibility:hidden;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:.2s;transition:.2s}.clientInfo__dropdownBtn.show{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:1360px){.clientInfo .dialog__buttonsWrap_clients{width:calc(100% - 320px)}}@media screen and (max-width:991px){.clientInfo__rightPanel{padding-left:0;padding-top:15px}.clientInfo__leftPanel{padding-right:0}}@media screen and (max-width:768px){.clientInfo{width:100%;padding-left:25px;padding-right:25px;height:calc(100vh - 160px);margin-top:70px}.clientInfo .dialog__buttonsWrap_clients{width:100%;border-bottom-left-radius:10px}.clients__info_rightPane{width:70%!important}}@media screen and (max-width:709px){.clientInfo{height:calc(100vh - 140px)}}@media screen and (max-width:639px){.clients__info_rightPane{width:100%!important}}.addClient__innerWrap{display:grid;grid-template-rows:repeat(4,1fr) auto;grid-template-columns:repeat(3,1fr);-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;row-gap:15px}.addClient__item{width:100%;position:relative}.addClient__item.comment{grid-column:2/4}.addClient__item.comment .main-textarea{min-height:50px;height:50px;line-height:25px}.addClient__item.clientPhoto{height:100%;grid-column:1;grid-row:1/4}.addClient__addPhotoWrap{height:calc(100% - 2.35rem);border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.addClient .main-input{padding-right:10px}.addClient .main-input__select{padding-right:40px}.addClient .checkbox__label{margin-bottom:0!important}.addClient__sexWrap{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.addClient__sexItem,.addClient__sexWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.addClient__sexItem{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);height:50px;border-radius:10px;width:calc(50% - 5px);border:2px solid transparent;cursor:pointer}.addClient__sexItem .checkbox__label{width:auto;padding-left:25px;font-size:1rem;margin-bottom:0!important}.addClient__sexItem .checkbox__label:before{width:10px;height:10px;top:7px}.addClient__sexItem .checkbox__label:after{width:18px;height:18px;top:3px}.addClient__addPhotoImg{width:180px;height:180px;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.addClient__addPhotoIcon{width:40px;height:40px;fill:#000}.addClient__addPhotoEdit{width:40px;height:40px;position:absolute;right:10px;top:10px;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.addClient__addPhotoEditIcon{width:24px;height:24px;fill:#767676;margin-left:4px}@media screen and (max-width:991px){.addClient__addPhotoImg{width:160px;height:160px}}@media screen and (max-width:800px){.addClient__innerWrap{grid-template-rows:repeat(6,1fr) auto;grid-template-columns:repeat(2,1fr)}.addClient__item.bonus,.addClient__item.city,.addClient__item.clientCard,.addClient__item.clientPhoto,.addClient__item.sex{grid-column:1/2}.addClient__item{grid-column:2/3}.addClient__sexItem .checkbox__label:before{top:6px}.addClient__sexItem .checkbox__label:after{top:2px}}@media screen and (max-width:499px){.addClient__innerWrap{grid-template-rows:repeat(13,1fr) auto;grid-template-columns:repeat(1,1fr)}.addClient__item{grid-column:1/2!important}.addClient__item.clientPhoto{grid-row:1/4}.addClient__sexItem{height:44px}.addClient .main-input,.addClient .main-input__select{height:44px;line-height:40px}.addClient__item.comment .main-textarea{min-height:44px;line-height:22px}.addClient__addPhotoIcon{width:34px;height:34px}}@media screen and (max-width:375px){.addClient__innerWrap{grid-template-rows:repeat(12,1fr) auto auto}.addClient__sexItem{width:100%}.addClient__sexItem:first-child{margin-bottom:10px}}.clients.noClients{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clients-modal .dialog__innerContent{padding:0!important;margin:0!important;position:absolute;height:100%!important;width:100%;top:0}.clients-modal .dialog__headline{position:relative;z-index:1;background:none}.clients-modal .dialog__title{width:270px}.clientInfo__messageNoCLients{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.35rem;color:grey}.clientInfo__messageNoCLients,.clients{display:-webkit-box;display:-ms-flexbox;display:flex}.clients{width:100%;height:100%;position:relative;top:0;overflow:hidden}.clients .keyboard__table{position:relative;z-index:100000}.clients .masterPasswords.dialog__wrap .dialog__innerContent{width:auto;position:unset!important;margin:0 10px 10px 20px!important;padding:5px 15px 10px 5px!important}.clients .masterPasswords.dialog__wrap .leftSide{height:calc(100% - 80px)}.clientInfo__noClientsButton,.clients__serverUnavailable{padding:5px 20px;color:#fff!important;border-radius:5px;margin-top:15px;cursor:pointer;font-size:1rem}.client__errorIcon{width:70px;height:70px;fill:grey;margin-bottom:10px}@media screen and (max-width:768px){.clients-modal .dialog__title{width:100%}}.orderComment .main-textarea__wrap{margin:0!important}.orderComment .quickComments__list{top:30px;bottom:auto;-webkit-transform:translateY(-5px);transform:translateY(-5px)}.orderComment__checkboxWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px}.orderComment .main-textarea{min-height:150px}.orderComment .custom-control-label{cursor:pointer}.orderInfoTop{padding:15px 15px 0 15px;font-size:14px;background:#fff}.orderInfoTop__toggle{cursor:pointer;text-align:center;background-color:#fafafa;margin:5px -15px 0}.orderInfoTop__swipeIcon{width:8px;height:8px;-webkit-transition:.3s;transition:.3s;-webkit-transform:rotate(270deg);transform:rotate(270deg);fill:#b0b0b0}.orderInfoTop__swipeIcon.rotated{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.orderInfoTopAnimation-enter-active,.orderInfoTopAnimation-leave-active{-webkit-transition:max-height .6s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1);transition:max-height .6s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1);overflow:hidden}.orderInfoTopAnimation-enter,.orderInfoTopAnimation-leave-to{max-height:0;opacity:0}.orderInfoTopAnimation-enter-to,.orderInfoTopAnimation-leave{max-height:500px;opacity:1}.orderInfoTop__itemWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative}.orderInfoTop__headline{font-weight:600;white-space:nowrap}.orderInfoTop__description{margin-left:5px;overflow:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.orderInfoTop__description::-webkit-scrollbar{display:none}.orderInfoTop__description.withCloseIcon{margin-right:20px}.orderInfoTop__iconWrap{position:absolute;top:0;bottom:0;right:5px;height:25px;margin:auto}@media screen and (max-width:1100px){.orderInfoTop{padding:10px 15px}}.printLabel__container{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.printLabel__container,.printLabel__title{display:-webkit-box;display:-ms-flexbox;display:flex}.printLabel__title{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.9rem;text-align:center;padding:0 5px}.printLabel__body{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;overflow-x:auto;padding:5px}.printLabel__printer{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:0 5px}.printLabel__titlePrinter{font-size:.9rem}.printLabel__selectPrinter.main-input__select{height:35px;line-height:35px;border-radius:5px;font-size:.85rem;padding-right:40px}.printLabel__firstColumn{padding-right:5px;text-align:start;-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}.printLabel__secondColumn,.printLabel__thirdColumn{overflow-x:auto;text-align:center;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}.printLabel__fourthColumn{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}.printLabel__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.printLabel__row:not(:last-child){margin-bottom:10px}.printLabel__checkbox.custom-control{font-size:.8rem!important}.printLabel__checkbox .custom-control-label{word-break:break-word}.printLabel__checkbox .custom-control-label:after,.printLabel__checkbox .custom-control-label:before{top:0!important;bottom:0!important;margin:auto}.printLabel__checkbox.disabled{opacity:.5;pointer-events:none}.printLabel__input.main-input{margin:auto;max-width:80px;line-height:30px;height:30px;background-position:center right 10px!important;border-radius:5px}.printLabel__input.main-input.disabled{pointer-events:none;opacity:.5}.printLabel__data{margin-left:30px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.printLabel__count,.printLabel__price{font-size:.8rem}.sidebarPrintBtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:25%;height:25%;background:#fff;padding:20px 0!important;margin-right:10px;border-radius:50%!important}.dropdown.sidebarPrintBtn__dropdown{z-index:10000}.sidebarPrintBtn__button{background:#fff}.dropdown-toggle:disabled,.sidebarPrintBtn__button:disabled{opacity:.3!important}.sidebarPrintBtn__dropdown{width:19px;height:19px}.sidebarPrintBtn__dropdown.hidden{z-index:999}.sidebarPrintBtn__icon{width:19px;height:19px}.sidebarPrintBtn__icon.dropdownIcon{margin-right:10px;margin-top:3px}.sidebarPrintBtn__dropdownItem .dropdown-item{padding:12.5px 20px!important}@media screen and (max-height:500px){.sidebarPrintBtn{padding:5px!important}}@media screen and (max-width:499px){.sidebarPrintBtn__dropdownItem .dropdown-item{padding:7.5px 20px!important}.sidebarPrintBtn{padding:20px 10px!important}}.sidebarButtons.disabled,.sidebarButtons__iconDisabled{pointer-events:none;opacity:.4}.sidebarButtons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px;padding-left:10px;position:relative;z-index:9999;background:#fff}.sidebarButtons__button,.sidebarButtons__dropdown{width:25%;height:25%;background:#fff;padding:20px 0!important;margin-right:10px;border-radius:50%!important}.sidebarButtons .dropdown-toggle:disabled,.sidebarButtons__button:disabled{opacity:.3!important}.sidebarButtons__dropdown.hidden{z-index:999}.sidebarButtons__icon{width:19px;height:19px}.sidebarButtons__icon.menu{margin-top:3px}.sidebarButtons__icon.dropdownIcon{margin-right:10px}.sidebarButtons__dropdownItem .dropdown-item{padding:12.5px 20px!important}@media screen and (max-width:900px){.sidebarButtons{width:calc(100% - 1px)}}@media screen and (max-height:500px){.sidebarButtons__button,.sidebarButtons__dropdown{padding:5px!important}}@media screen and (max-width:499px){.sidebarButtons__dropdownItem .dropdown-item{padding:7.5px 20px!important}.sidebarButtons__button,.sidebarButtons__dropdown{padding:20px 10px!important}}.sendChecks__label{font-size:1.25rem;margin-bottom:5px!important}.sendChecks__icon{width:40px;position:absolute;right:0;top:0;bottom:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.sendChecks__input{padding-right:35px}.mainButton{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;letter-spacing:2px;cursor:pointer}.mainButton,.mainButton__quickPay{width:100%;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex}.mainButton__quickPay{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;position:relative}.mainButton__quickPayDivider{width:2px;height:60%;background:#fff;position:absolute;left:0;bottom:0;right:0;top:0;margin:auto}.mainButton__quickPayBtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:50%;cursor:pointer;-webkit-transition:.2s;transition:.2s}.mainButton__cashIcon{width:50px;height:50px;fill:#fff}.mainButton__cardIcon{width:41px;height:41px;fill:#fff}.sidebar__calculation{width:100%}.sidebar__priceInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:0 15px;background:#fff}.sidebar__totalPrice{width:100%;font-size:1.3rem;text-align:right}.sidebar__totalPriceInnerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;line-height:24px;margin-top:5px}.sidebar__totalPriceSum{margin-left:5px;overflow:auto;white-space:nowrap}.sidebar__prepayment span{display:block;font-size:.875rem;color:#ccc}.sidebar__priceChanges{font-size:.75rem;color:#b0b0b0}.sidebar__priceChanges div{cursor:pointer;overflow:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.sidebar__priceChangesIcon{margin:0 0 2px 0;fill:#b0b0b0;width:12px;height:12px}.sidebar__priceChanges div::-webkit-scrollbar{display:none}@media screen and (max-width:1100px){.sidebar__totalPrice{font-size:1.1rem}.sidebar__priceChanges{font-size:.675rem}}@media screen and (max-width:900px){.sidebar__priceInfo{width:calc(100% - 1px)}.sidebar__totalPrice{font-size:1.5rem}.sidebar__totalPriceInnerWrap{line-height:30px}.sidebar__priceChanges{font-size:.75rem}.sidebar__calculation{z-index:10}}@media screen and (max-width:600px){.sidebar__calculation .sidebar__totalPrice{font-size:1.3rem}.sidebarButtons__icon{width:16px;height:16px}}@media screen and (max-width:499px){.sidebar__totalPrice{font-size:1.3rem}}@media screen and (max-width:375px){.sidebar__totalPrice{font-size:1.2rem}.sidebar__totalPriceInnerWrap{font-size:16px}}.splitCheck__head{padding:10px 5px;font-size:1rem;font-weight:600}.splitCheck__amountWrap,.splitCheck__head,.splitCheck__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.splitCheck__row{overflow:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.splitCheck__row::-webkit-scrollbar{display:none}.splitCheck__row.first{width:90px}.splitCheck__row.second{margin:0 10px;-webkit-box-flex:1;-ms-flex:1 0 40%;flex:1 0 40%}.splitCheck__row.third{margin-right:10px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex:0 0 15%;flex:0 0 15%}.splitCheck__row.fourth,.splitCheck__row.third{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0}.splitCheck__row.fourth{-ms-flex:0 0 25%;flex:0 0 25%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:0;text-align:right}.splitCheck__item{padding:10px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);font-size:.875rem;border:1px solid #e5e5e5;border-radius:5px;margin-bottom:10px}.splitCheck__photo{border-radius:5px;text-transform:uppercase;color:#fff;font-size:24px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1)}.splitCheck__loading,.splitCheck__photo{width:80px;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.splitCheck__icon{width:30px;height:30px;fill:#000}.splitCheck__btn{background:transparent}.splitCheck__hiddenName{display:none;font-weight:600}.splitCheck__onlyTextHeadline{width:calc(100% - 10px);white-space:nowrap;overflow:auto;font-size:12px;text-align:center}.splitCheck__onlyText{width:80px;height:55px;border-radius:5px;border:1px solid #e2e2e2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.splitCheck__onlyText,.splitCheck__onlyTextInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.splitCheck__onlyTextInfo{font-weight:600;font-size:10px;width:calc(100% - 10px)}.splitCheck__onlyTextInfoPrice{max-width:calc(100% - 30px);overflow:auto}.splitCheck__product-onlyTextInfoCurrency{white-space:nowrap;text-align:right;width:30px;overflow:auto}.splitCheck__name{white-space:nowrap;width:100%;overflow:auto}.splitCheck__price{white-space:nowrap;max-width:calc(100% - 20px);overflow:auto;margin-right:3px}.splitCheck__splitAmount{overflow:auto;margin:0 15px}.splitCheck__amountWrap{max-width:100%}@media (max-width:709px){.splitCheck{height:calc(100vh - 150px)}.splitCheck__icon{width:20px;height:20px}.splitCheck__splitAmount{margin:0 5px}}@media (max-width:499px){.splitCheck__item{display:block}.splitCheck__row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important;margin:0!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px!important}.splitCheck__hiddenName{display:block}.splitCheck__head{display:none}.splitCheck__name,.splitCheck__price{width:auto;margin-left:5px;margin-left:auto}.splitCheck__onlyText,.splitCheck__photo{width:65px;height:45px;font-size:20px}}.tips .main-input{padding-right:35px}.tips .main-input__wrap{margin-bottom:20px}.tips__unit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;font-size:1.25rem;top:0;bottom:0;right:10px;margin:auto}.basket__name{width:37%;overflow-x:auto;white-space:nowrap;margin-right:10px}.basket__count{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.basket__itemSum{width:25%;text-align:right;margin-left:10px;overflow:auto}.basketProduct{cursor:pointer;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.95rem;padding:8px 15px;position:relative;border-bottom:1px solid #f2f2f2}.basket__priceChanges,.basketProduct{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basket__priceChanges{color:#b0b0b0;font-size:12px;white-space:nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.basket__priceChanges__valueLeft{-ms-flex-negative:0;flex-shrink:0;white-space:nowrap;text-align:right;margin-right:4px}.basket__priceChanges__value{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow-x:auto;white-space:nowrap;text-align:right;min-width:0;display:block}.basketProduct .scroll-content{display:inline-block;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.basket__countInput{width:35px;height:30px;text-align:center;margin:0 5px}.basket__countInput,.basket__nameText{background-color:transparent;border:0;cursor:pointer}.basket__nameText{resize:none;padding:0;width:100%;overflow:auto;white-space:nowrap}.basket__servingGroup{font-size:12px;max-width:97%}.basket__modifier,.basket__servingGroup{color:#7f7f7f;overflow:auto;font-weight:300}.basket__modifier{display:block;margin-right:5px;font-size:.875rem;font-size:12px;white-space:nowrap}.basket__comment{color:#7f7f7f;font-size:12px;overflow:auto;font-weight:300;max-width:97%}.basketProduct__onlyTextWrap{width:100%;height:80px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff}.basket__countIcon{width:24px;height:24px;cursor:pointer;fill:#000}.basket__countIcon.disabled{cursor:default;fill:#a1a1a1}.basketProduct__photoWrap{width:25%;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basketProduct__photo{width:100%;height:80px;border-radius:5px}.basketProduct__infoWrap{width:75%;padding-left:20px}.basketProduct__infoWrapBottom,.basketProduct__infoWrapTop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.basketProduct__infoWrapBottom{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.basketProduct__infoWrapBottom .basket__count{width:90px;margin-right:0}.basketProduct__infoWrapBottom .basket__countInput{width:35px}.basket__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:18%;overflow:auto}.product-infoWrap__currency{padding:0 2px}.basket__priceValue{overflow:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.basket__priceValue::-webkit-scrollbar{display:none}.basket__currency{margin-left:2px}.basket__itemSumValueWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basketProduct__detailed .basket__nameText{font-size:16px}.basketProduct__info.left{width:calc(70% - 10px)}.basketProduct__info.right{width:30%;text-align:end}.basketProduct__noPhoto{width:100%;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:7px;font-size:2em;font-weight:500;text-transform:uppercase;color:#fff}.basketProduct__onlyTextPrice{font-size:12px;overflow:auto;font-weight:600;max-width:calc(100% - 40px)}.basketProduct__onlyTextTitle{font-size:10px;text-align:center;max-height:calc(100% - 30px);max-width:calc(100% - 10px);overflow:auto}.basketProduct__infoWrap .basket__itemSumValueWrap{color:#7f7f7f}.basketProduct__info.left .basket__itemSumValueWrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:14px}.basketProduct__info.right .basket__itemSumValueWrap{color:#000}.basket__count button{background:none}.basketProduct__infoWrapBottomLeft{width:calc(100% - 90px)}.textwrap{white-space:normal!important}.textnowrap{white-space:nowrap!important}@media (max-width:1100px){.basket__countIcon{width:22px;height:22px}.basketProduct__detailed .basket__nameText{font-size:14px}.basket__priceChanges{font-size:11px}.basketProduct__noPhoto,.basketProduct__onlyTextWrap,.basketProduct__photo{height:55px!important}.basketProduct__noPhoto{font-size:20px!important}}@media (max-width:1100px) and (min-width:901px){.basket__name{width:35%;margin-right:5px}.basket__itemSum{width:20%}.basket__count{width:25%}.basket__countInput{width:24px}}@media (max-width:900px){.basketProduct__detailed .basket__nameText{font-size:16px}.basketProduct__noPhoto,.basketProduct__onlyTextWrap,.basketProduct__photo{height:13.2vw!important}.basket__priceChanges{font-size:12px}.basket__countInput{width:50px}}@media (max-width:801px){.basket__priceChanges{font-size:11px}}@media (max-width:639px){.basket__countInput{width:30px}.basket__itemSum{width:20%}}@media screen and (max-width:499px){.basketProduct{font-size:1rem}.basket__countIcon{width:24px;height:24px}.basket__count{width:30%;margin-right:0}.basketProduct__detailed .basket__nameText{font-size:14px}.basketProduct__noPhoto,.basketProduct__onlyTextWrap,.basketProduct__photo{height:14.7vw!important}.basket__price{display:none}.basket__name{width:40%}.basket__itemSum{width:30%;text-align:right}.basket__countInput{width:80%}.basketProduct__infoWrapBottom .basket__countInput{width:15px}}@media screen and (max-width:375px){.basket__name{width:40%}.basket__count{margin-right:10px}}@media screen and (max-width:320px){.basketProduct__photoWrap{border:none}}.selectPromorions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-height:92px;overflow:auto}.selectPromorions__item{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ffecb4;background-color:#fff2ca;font-size:.95rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:10px}.selectPromorions__itemTitle{padding:7px 0;margin-right:10px;white-space:nowrap;overflow:auto;font-size:.875rem}.selectPromorions__itemButton{color:#000;padding:4px 8px;margin-right:5px;background:#fee79f;border-radius:5px;font-size:.75rem;border:1px solid #f9d870}.bonusGoods__innerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px!important}.bonusGoods__item{width:calc(16.66% - 5px);padding:0 10px 10px 10px!important;position:relative;cursor:pointer}.bonusGoods__stopProduct{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:5px;border-radius:5px;width:100%;height:100%;z-index:999999;background:hsla(0,0%,100%,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bonusGoods__stopProduct-icon{width:40%;height:40%;fill:hsla(0,0%,45.5%,.5)}.bonusGoods__priceTag{max-width:70%;padding:2px 5px 2px 10px;border-radius:0 5px 5px 0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);box-shadow:0 0 5px rgba(0,0,0,.4);background:#fff;font-size:1rem;text-align:right;white-space:nowrap;position:absolute;z-index:1;top:5px!important;right:15px!important}.bonusGoods__priceTagIcon{height:100%;width:auto;filter:drop-shadow(-8px 0 5px rgba(0,0,0,.1));-webkit-filter:drop-shadow(-8px 0 5px rgba(0,0,0,.1));top:0;position:absolute;left:-13px}.bonusGoods__priceTagPriceWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bonusGoods__priceTagPriceAmount{overflow:auto;white-space:nowrap}.bonusGoods__priceTagCurrency{padding-left:3px}.bonusGoods__itemInner{position:relative;width:100%;height:100%;border-radius:5px;padding-top:100%;background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.bonusGoods__itemPhotoWrap{position:absolute;top:0;left:0;right:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 38px);text-transform:uppercase;color:#fff;font-size:25px;border-radius:5px 5px 0 0}.bonusGoods__itemPhotoTitle{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:50px;font-size:4vw;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;left:0;right:0;margin:auto}.bonusGoods__itemNoPhotoWrap{position:absolute;top:0;bottom:0;margin:auto;background:#fff;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px}.bonusGoods__itemNoPhotoTitle{color:#000;overflow:auto;text-align:center;width:calc(100% - 20px);max-height:50%}.bonusGoods__itemNoPhotoInfoWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;font-weight:600;width:100%;padding:0 10px}.bonusGoods__itemNoPhotoInfo{overflow:auto;max-width:50%}.bonusGoods__itemNoPhotoUnits{white-space:nowrap;margin-left:3px;max-width:50%;overflow:auto}.bonusGoods__itemBottom{width:100%;max-height:70%;bottom:0;position:absolute;background:#fff;font-size:.875rem;padding:10px;overflow:auto}.bonusGoods__itemName{margin-right:25px}.bonusGoods__itemQuantity{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;right:10px;bottom:10px;font-size:.875rem}@media screen and (max-width:991px){.bonusGoods__item{width:calc(25% - 5px)}}@media screen and (max-width:709px){.bonusGoods__item{width:calc(33.3% - 5px)}.bonusGoods__itemPhotoTitle{font-size:8vw}}@media screen and (max-width:499px){.bonusGoods__item{width:calc(50% - 5px)}}.basket__container,.basket__containerProduct{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.basket__headWrap{padding:15px}.basket__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:grey;font-size:.875rem}.basket__underline{height:1px;width:100%;background:#e0e0e0}.basket__productsTable{width:100%;overflow:auto}.basket__product{border:none}.basket__logoWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.basket__logo{width:300px;height:300px;fill:#f8f8f8;margin:0 auto}.swipeout-action{width:100px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.basket__guestWrap{width:calc(100% - 30px);margin:0 auto}.basket__guestInner{border:2px solid #e5e5e5;border-radius:5px;padding:10px 0;cursor:pointer}.basket__guestProductTopWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:grey;font-size:1rem;padding:0 10px}.basket__guestProductUnderline{width:100%;height:2px;background:#e5e5e5;margin:10px 0 5px 0}.basket__guestDeleteIcon{width:18px;height:18px;fill:grey;cursor:pointer}.basket__guestWrap .basketProduct{padding:8px 10px}.basket__addGuest{width:calc(100% - 30px);text-align:center;color:grey;padding:5px 10px;border-radius:5px;font-size:.875rem;cursor:pointer;border:1px solid #bdbdbd;-webkit-transition:.2s;transition:.2s;margin:0 auto 5px}.basket__addGuest:hover{background:#bdbdbd;color:#fff}.basket__guestAddFirstProduct{font-size:.875rem;color:grey;padding:0 10px}.basket__guestWrap hr{margin-top:.75rem;margin-bottom:.75rem}.basket__motivationalText{text-align:center;color:#e3e3e3;font-size:1.5rem}@media (max-width:1100px) and (min-width:901px){.basket__head{font-size:.75rem}}@media screen and (max-width:499px){.basket__head{font-size:1rem}}@media screen and (max-width:400px){.basket__logo{width:250px;height:250px}}@media screen and (max-width:375px){.basket__head{font-size:.875rem}}.bonusesWriteoff__amountInput{width:100%;position:relative}.bonusesWriteoff .main-input__select{height:38px;line-height:34px;border-radius:5px;margin-bottom:10px;padding-right:40px}.bonusesWriteoff__mainInfoWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.bonusesWriteoff__mainInfoName,.bonusesWriteoff__mainInfoValue{overflow:auto;white-space:nowrap}.bonusesWriteoff__mainInfoName{font-weight:600;margin-right:5px}.bonusesWriteoff__tableItemText{overflow:auto;vertical-align:middle}.bonusesWriteoff__tableItem .main-input__errorText{font-size:10px;bottom:-15px;position:static}.bonusesWriteoff__tableItem.input{padding:5px 3px}.bonusesWriteoff__disabled{opacity:.3;cursor:default!important;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1)!important;box-shadow:0 0 3px rgba(0,0,0,.1)!important;pointer-events:none}.bonusesWriteoff__disabled.button{background:#7e7e7e!important}.bonusesWriteoff__switch .custom-control-label{cursor:pointer}.bonusesWriteoff__table{width:100%;font-size:.875rem;table-layout:fixed}.bonusesWriteoff__table .main-input{height:30px;line-height:26px;font-size:.875rem;border-radius:3px;padding-left:5px}.bonusesWriteoff__tableItem{border-bottom:1px solid #dee2e6;position:relative;padding:5px 0;overflow:auto}.bonusesWriteoff__table .firstColumn{width:60%}.bonusesWriteoff__table tr:last-child .bonusesWriteoff__tableItem{border:none}.bonusesWriteoff__mainInfoCurrency{vertical-align:middle;margin-left:3px}.bonusesWriteoff__tableHead{border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.bonusesWriteoff__tableHead th{padding:10px 0;font-weight:400}.bonusesWriteoff__mainInfoItem{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:1px solid #ebebeb;border-radius:5px;padding:5px 10px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);margin-bottom:5px;text-align:center;font-size:.875rem}.bonusesWriteoff__mainInfoItem,.bonusesWriteoff__mainInfoItem-inputWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bonusesWriteoff__mainInfoItem-inputWrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px;position:relative}.bonusesWriteoff__switch{margin-bottom:5px}.bonusesWriteoff__amountWrap{margin-bottom:5px;position:relative}.bonusesWriteoff__amountWrap .main-input__errorText{bottom:-17px}.bonusesWriteoff__amountInnerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.bonusesWriteoff__amountInnerWrap .main-input{height:38px;line-height:34px;border-radius:5px 0 0 5px;border:2px solid transparent;-webkit-box-shadow:none;box-shadow:none;padding-right:35px}.bonusesWriteoff__setMaxAmount{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;height:38px;background:#28a745;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;border-radius:0 5px 5px 0;cursor:pointer;-webkit-box-shadow:-5px 0 5px -5px rgba(0,0,0,.2);box-shadow:-5px 0 5px -5px rgba(0,0,0,.2);padding:15px;font-size:.875rem}@media screen and (max-width:1024px){.bonusesWriteoff__table .firstColumn{width:45%}}@media screen and (max-width:767px){.main-input__errorText{font-size:1rem}.bonusesWriteoff__table .firstColumn{width:50%}}@media screen and (max-width:499px){.bonusesWriteoff__setMaxAmount{width:60px}.bonusesWriteoff__table .firstColumn{width:40%}}@media screen and (max-width:375px){.bonusesWriteoff__tableHead{font-size:12px}}.rejectModal__inner{height:100%;overflow:auto;padding:0 10px 20px 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.rejectModal__icon,.rejectModal__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rejectModal__icon{width:100px;height:100px;margin:20px 0}.rejectModal__moreButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;cursor:pointer}.rejectModal__moreButtonText{font-size:1rem;color:#6c757d;margin-right:5px}.rejectModal__moreIcon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:14px;height:14px;-webkit-transition:.2s;transition:.2s}.rejectModal__moreIconOpened{-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}.rejectModal__moreInfoWrap{-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #e5e5e5;margin-top:10px;border-radius:5px;background:#f3f4f6;padding:10px;color:#6c757d;font-size:1rem}.rejectModal__moreInfoIgnore{cursor:pointer;padding:3px 40px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:5px;border:1px solid #6c757d;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:10px auto;-webkit-transition:.2s;transition:.2s}.rejectModal__moreInfoIgnore:hover{background:#6c757d;color:#fff}.bills__selected{position:absolute;width:18px;height:18px;border-radius:50%;right:-2px;top:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10000}.bills__icon{width:9px;height:9px;fill:#fff}.bills__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -5px 10px -5px}.bills__item{width:25%;padding:0 5px 5px;position:relative;background:transparent!important}.bills__amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:8px 10px;border-radius:5px;font-size:1rem;margin-top:10px;text-align:center;border:2px solid transparent}.bills__amount.disabled{pointer-events:none}.bills__count{width:18px;height:18px;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);position:absolute;top:0;right:-5px;z-index:1000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem;color:#fff}@media screen and (max-width:799px){.bills__amount{padding:10px}}@media screen and (max-width:499px){.bills__item{width:33.3%;padding:0 5px 5px;position:relative}}.changeToCard{margin-bottom:10px}.changeToCard__checkbox{font-size:1.2rem;cursor:pointer;padding-left:35px!important;margin-bottom:0}.changeToCard__dropdownWrap{margin-top:10px}.changeToCard__units{position:absolute;top:0;bottom:0;margin:auto;right:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.changeToCard .custom-control-label:after,.changeToCard .custom-control-label:before{width:1.5rem;height:1.5rem;top:2px;left:-35px}.order-payments[data-v-0f3dd0e7]{padding:5px;font-size:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.order-payments__dopinfo[data-v-0f3dd0e7]{background-color:transparent;padding:5px}hr[data-v-0f3dd0e7]{margin:0}.order-payments_info[data-v-0f3dd0e7]{width:100%;font-size:1rem}.payment-number[data-v-0f3dd0e7]{padding:0 10px}.payment-body[data-v-0f3dd0e7]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.order-payment[data-v-0f3dd0e7]:not(:last-child){margin-bottom:10px}.mobilePrintSettingsModal[data-v-7158faaf]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:fixed;right:20px;bottom:42vh;z-index:99999;-webkit-box-sizing:border-box;box-sizing:border-box;width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:0}.mobilePrintSettingsModal__iconContainer[data-v-7158faaf]{width:50px;height:50px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;z-index:2;border:1px solid #e5e5e5}.fiscal-content[data-v-7158faaf],.mobilePrintSettingsModal__iconContainer[data-v-7158faaf]{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1)}.fiscal-content[data-v-7158faaf]{position:absolute;bottom:60px;left:25px;padding:16px;border-radius:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;white-space:nowrap;z-index:3;border:1px solid #e5e5e5;-webkit-transform:translateX(-90%);transform:translateX(-90%);overflow:auto}.fiscal-fade-appear-active[data-v-7158faaf],.fiscal-fade-enter-active[data-v-7158faaf],.fiscal-fade-leave-active[data-v-7158faaf]{-webkit-transition:opacity .35s ease,-webkit-transform .35s ease;transition:opacity .35s ease,-webkit-transform .35s ease;transition:opacity .35s ease,transform .35s ease;transition:opacity .35s ease,transform .35s ease,-webkit-transform .35s ease}.fiscal-fade-appear[data-v-7158faaf],.fiscal-fade-enter[data-v-7158faaf],.fiscal-fade-leave-to[data-v-7158faaf]{opacity:0;-webkit-transform:translateX(-90%) translateY(20px);transform:translateX(-90%) translateY(20px)}.fiscal-fade-appear-to[data-v-7158faaf],.fiscal-fade-enter-to[data-v-7158faaf],.fiscal-fade-leave[data-v-7158faaf]{opacity:1;-webkit-transform:translateX(-90%) translateY(0);transform:translateX(-90%) translateY(0)}.rotate[data-v-7158faaf]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.mobilePrintSettingsModal__svg[data-v-7158faaf],.rotate[data-v-7158faaf]{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.mobilePrintSettingsModal__svg[data-v-7158faaf]{width:30px;height:30px;fill:#b0b0b0}@media (max-width:500px){.mobilePrintSettingsModal__iconContainer[data-v-7158faaf]{width:50px;height:50px}.fiscal-content[data-v-7158faaf]{left:20px}.mobilePrintSettingsModal__svg[data-v-7158faaf]{width:30px;height:30px}.fiscal-content[data-v-7158faaf]{bottom:60px}}@media (max-width:375px){.mobilePrintSettingsModal__iconContainer[data-v-7158faaf]{width:40px;height:40px}.mobilePrintSettingsModal__svg[data-v-7158faaf]{width:24px;height:24px}.fiscal-content[data-v-7158faaf]{padding:10px;bottom:45px}}.payment__sumInputWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;overflow-y:auto;margin:-10px -10px;padding:10px 10px}.payment__sumInputWrap.customPaymentMethods{max-height:200px;overflow:auto;-webkit-transition:.2s;transition:.2s;-ms-overflow-style:none;scrollbar-width:none}.payment__sumInputWrap.customPaymentMethods::-webkit-scrollbar{display:none}.payment__valueInputsWrap{position:relative}.payment__methodViewMore{cursor:pointer;padding:3px 15px;color:#fff;border-radius:4px;font-size:.75rem}.payment__methodLabelWrap .main-input__label{margin-bottom:0!important;max-width:calc(100% - 100px)}.payment__methodLabelWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem}.payment__sumInput{width:calc(50% - 5px);margin-bottom:15px;position:relative}.payment__sumInput .main-input{padding-right:25px}.payment__units{position:absolute;right:10px;top:51px}.payment__change{margin-bottom:10px;font-size:1.5625rem;text-transform:uppercase}.payment__inputWrap{margin-bottom:10px;cursor:pointer}.payment__inputWrap.clientsDisabled{opacity:.5}.payment__checkbox{font-size:1.2rem;cursor:pointer;padding-left:35px!important;margin-bottom:0}.payment__settingsWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.payment .custom-control-label{cursor:pointer}.payment__settingsWrap .custom-control-label:after,.payment__settingsWrap .custom-control-label:before{width:1.5rem;height:1.5rem;top:2px;left:-35px}.payment__settingsDropdownWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.payment__settingsDropdown{width:100%;margin-bottom:5px;border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:15px 10px 15px 10px}.payment__settingsDropdown input{margin-bottom:10px}.payment__settingsDropdown.halfWidth{width:calc(50% - 5px)}.payment__debtAmount{font-size:.875rem;padding-left:35px;color:#dc3545}.payment__methodItem{-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:10px;border-radius:7px;width:calc(50% - 5px);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px;cursor:pointer;border:2px solid transparent;position:relative;padding-right:30px}.payment__methodIcon,.payment__methodItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payment__methodIcon{width:40px;height:40px;border-radius:5px;margin-right:10px;background-position:50%;background-size:cover;border:1px solid #e5e5e5;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.payment__methodNameShortening{text-transform:uppercase;color:#fff;font-size:1.25rem}.payment__methodName{font-size:.875rem;max-width:calc(100% - 50px);overflow:auto}.payment__methodFullName{font-size:.6rem;word-break:break-all;text-align:center}.payment__underline{background:#e8e8e8;width:100%;height:1px;margin:10px 0}.payment__methodCheckIcon{width:20px;height:20px;fill:#fff;position:absolute;top:-10px;right:-10px;border-radius:50%;padding:4px}.payment__activatePaymentMethodsWrap{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:100000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.payment__activatePaymentMethods_text{font-size:1rem;margin-bottom:10px}.payment__activatePaymentMethods{border-radius:5px;padding:3px 15px;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;cursor:pointer;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.payment__methodFavorite_icon{width:14px;height:14px;fill:#fb0;position:absolute;right:5px;top:5px}.payment__methodMoneyType_icon{width:20px;height:20px;fill:#b7b7b7;position:absolute;right:5px;bottom:5px}.payment__methodViewMore_icon{width:12px;height:12px;margin:0 0 2px 2px;fill:#fff;-webkit-transition:.2s;transition:.2s}.payment__methodSearch_icon{width:14px;height:14px;fill:#fff;-webkit-transition:.2s;transition:.2s}.payment__methodSearch_icon.hideIcon{opacity:0;width:0;-webkit-transition:.2s;transition:.2s}.payment__methodSearchButton{padding:2px 6px;border-radius:4px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:26px;height:28px}.payment__methodSearch{width:200px;margin-right:5px;border-radius:4px;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right;transform-origin:right;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,opacity .2s ease-in-out;transition:transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;opacity:0;font-size:.875rem;height:28px;padding:0 3px}.payment__methodSearch.searchActive{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.payment__methodRightWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payment__methodNothingFound{font-size:1rem;text-align:center;width:100%;padding:50px 20px;color:#cacaca}.payment__inputDescription{position:absolute;bottom:-20px;color:#adadad;font-size:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.payment__sumInputDisabled{pointer-events:none;opacity:.5}.payment__inputInfoIcon{font-size:12px;color:#afafaf;cursor:pointer;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:4px}@media screen and (max-width:800px){.payment__units{top:48px}}@media screen and (max-width:575px){.payment__sumInput{width:100%}}@media screen and (max-width:499px){.payment__units{top:45px}.payment__methodItem{width:100%}.payment__methodIcon{width:36px;height:36px}.payment__sumInputWrap.customPaymentMethods{height:148px}.payment__methodSearch{width:150px}}@media screen and (max-width:375px){.payment__methodSearch{width:100px}}.productStatus{margin-top:10px}.productStatus__itemWrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.productStatus__item,.productStatus__itemWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.productStatus__item{height:60px;width:calc(50% - 7.5px);border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer;opacity:.6;padding:10px}.productStatus__item.done,.productStatus__item.ready{margin-top:15px}.productStatus__item_active{opacity:1}.productStatus__itemText{max-height:100%;overflow:auto}.productStatus__itemIconWrap{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:-9px;top:-10px;width:22px;height:22px;border-radius:50%}.productStatus__itemIcon{width:12px;height:12px;fill:#fff}.new.productStatus__item_active{background:#ebebeb}.prepare.productStatus__item_active{background:#fff4dc}.ready.productStatus__item_active{background:#f1bab7}.done.productStatus__item_active{background:#9ed3a4}.new .productStatus__itemIconWrap{background:#cac9c9}.prepare .productStatus__itemIconWrap{background:#ffc107}.ready .productStatus__itemIconWrap{background:#d9534f}.done .productStatus__itemIconWrap{background:#28a745}@media (max-width:499px),screen and (max-width:1024px) and (min-width:768px){.productStatus__item{width:100%;height:50px}.productStatus__item.done,.productStatus__item.prepare,.productStatus__item.ready{margin-top:10px}}.productModifiers{margin-top:10px}.productModifiers__itemWrap{overflow-y:auto;max-height:220px}.productModifiers__item{-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:350px;overflow:auto;padding:5px;position:relative;padding:8px 15px;border-radius:5px}.productModifiers__item:not(:last-child){margin-bottom:5px}.productModifiers__iconWrap{position:absolute;right:0;top:0;width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.productModifiers__iconWrap.editModifier{right:20px}.productModifiers__iconWrap.editModifier .productModifiers__icon{width:14px;height:14px}.productModifiers__icon{width:12px;height:12px}.productModifiers__addModifier .productModifiers__icon{width:40px;height:40px;margin-bottom:5px}.productModifiers__addModifier{width:100%;padding:20px;border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.one .productModifiers__icon,.several .productModifiers__icon{fill:#155724}.exception .productModifiers__icon{fill:#cb3f3f}.one,.several{background:#ebfdeb;border:1px solid #c9efc9}.exception{background:#ffeaea;border:1px solid #fddcda}.productModifiers__itemHeadline{font-weight:600;font-size:.875rem;max-width:calc(100% - 10px);white-space:nowrap;overflow:auto}.productModifiers__itemDescription{font-size:.75rem;overflow:auto;white-space:nowrap}.one .productModifiers__itemDescription,.one .productModifiers__itemHeadline,.several .productModifiers__itemDescription,.several .productModifiers__itemHeadline{color:#155724}.exception .productModifiers__itemDescription,.exception .productModifiers__itemHeadline{color:#cb3f3f}.productGuestData{margin-top:10px}.productDiscounts{margin-top:20px}.productDiscountsWrap{max-height:150px;overflow-y:auto;margin:-5px -5px 0 -5px;padding:5px 5px 0 5px}.productDiscounts__item{border-radius:5px;padding:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);font-size:14px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.productDiscounts__itemAmount{font-size:1.5rem;margin-right:10px}.productDiscounts__itemInfoWrap{overflow:auto}.productDiscounts__itemHeadline{font-size:.875rem;white-space:nowrap}.productDiscounts__itemDescription{font-size:.65rem;color:#8a8a8a;white-space:nowrap}.exciseTax .productExcise{margin-top:0}.exciseTax .modal__body{padding-top:5px}.productInfo .main-textarea__wrap{margin:10px 0 0 0!important}.deliveryData__innerWrap{width:100%}.deliveryData__item{margin-bottom:5px;position:relative}.deliveryData__printButton{width:60px;height:60px;position:absolute;right:20px;bottom:20px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1000;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);cursor:pointer;-webkit-transition:.3s;transition:.3s}.deliveryData__printButton:active,.deliveryData__printButton:hover{background:#f7f7f7}.deliveryData__printIcon{width:30px;height:30px;fill:#000}@media screen and (max-width:499px){.deliveryData__item{width:100%}.deliveryData__item .main-input{height:44px;line-height:40px}}.sorting{width:100%;height:100%;position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10000;background:rgba(0,0,0,.8);padding:0 10px;left:0;top:0}.sorting,.sorting__buttonsWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sorting__buttonsWrap{width:80%}.sorting__text{color:#fff;text-align:center;font-size:1.25rem}.sorting__button{color:#fff;margin-top:10px;border-radius:10px;padding:15px 20px}.sorting__button.cancel{background:#ed4337;color:#fff}@media (max-width:900px){.sorting{z-index:10000;width:calc(100% + 40px)}}.prroCustomReturn__label{font-size:1.25rem}.prepayment__checkItem{padding:10px 15px;margin-bottom:10px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.prepayment__finalAmount{margin-bottom:10px;font-size:1.5625rem}.prepayment__checkItem_name{overflow:auto}.prepayment__checkItem_count,.prepayment__checkItem_price{color:#b4b4b4;font-size:.875rem}.prepayment__icon{width:20px;height:20px;fill:#636363}.prepayment__selectAll{font-size:.875rem;padding:2px 5px;border-radius:3px;color:#fff;white-space:nowrap}.prepayment__labelWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.prepayment__checkItem_left{padding-right:10px}.removePrepayment__iconWrap{padding:5px;margin-right:-5px}.sidebar__prro-is-offline{height:25px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;position:relative;background-color:rgba(255,193,7,.17)}.monetizationBanner{width:100%;height:calc(100% - 80px);margin-top:80px;position:absolute;top:0;background:hsla(0,0%,100%,.5)}.monetizationBanner__inner{background:#efb8b7;width:calc(100% - 10px);padding:30px 10px;margin:10px auto 0;border-radius:5px;color:#ad4650;text-align:center}.monetizationBanner__headline{font-size:1.25rem;font-weight:600;margin-bottom:5px!important}.monetizationBanner__button{padding:10px 20px;border-radius:5px;background:#df5353;color:#fff;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:15px auto 0;font-size:.875rem;cursor:pointer;-webkit-transition:.2s;transition:.2s}.monetizationBanner__button:hover{background:#ca5555}.doc-edit__field[data-v-1fb7cca9]{min-height:calc(100vh - 300px)!important;margin-bottom:10px}.docs-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;overflow-x:scroll;padding:10px}.docs,.docs-container{display:-webkit-box;display:-ms-flexbox;display:flex}.docs{width:100%;margin-bottom:30px}.doc{border:1px solid #000;border-radius:10px;height:100px;background-color:#fff;width:60%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.doc,.doc-container,h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}h5{text-align:center;color:grey;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.syncStatus,h5{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.syncStatus{height:25px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;position:relative}.syncStatus.done{background-color:#94d3a3;color:#155724}.syncStatus.error{background-color:#efb8b7;color:#721c24}.syncStatus.newOrder{background-color:#dedede;color:#4c4c4c}.syncStatus.error .syncStatus__text{max-width:calc(100% - 190px)}.syncStatus.pending{background-color:#fff5d5;color:#856404}.syncStatus__icon{height:15px;width:15px;position:absolute;right:10px;top:0;bottom:0;margin:auto;z-index:10}.syncStatus__text{font-size:.875rem;margin:0 auto;max-width:calc(100% - 70px);white-space:nowrap;overflow:auto}.syncStatus__errorBtn{height:80%;width:80px;font-size:10px;padding:0 5px;background-color:#d9534f;border-radius:3px;color:#fff;position:absolute;right:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:auto;white-space:nowrap}.syncStatus__icon.animation{-webkit-animation:loader .5s linear infinite;animation:loader .5s linear infinite}@-webkit-keyframes loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (max-width:499px){.syncStatus{width:calc(100% + 30px)!important}}@media screen and (max-width:499px){.syncStatus.sidebarVerticalButton{width:80%!important;z-index:10!important}}.close[data-v-2a782148]{color:#000;cursor:pointer;width:30px;height:30px;float:right;padding-left:9px}.set_bankingInfo-inner{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.set_bankingInfo-input{margin-bottom:10px;cursor:pointer;width:calc(50% - 5px)}@media screen and (max-width:639px){.set_bankingInfo-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.set_bankingInfo-input{width:100%}}.priceMarcup__container{width:100%;font-size:1.2rem}.priceMarcup__main-input.main-input{font-size:1.2rem}.priceMarcup__procent{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:10px}.defaultPriceMarcup__container{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.defaultPriceMarcup__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;width:calc(25% - 10px);-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding-top:5px;padding-bottom:5px;border:2px solid transparent;cursor:pointer;position:relative;-webkit-transition:background .2s;transition:background .2s}.defaultPriceMarcup__block:hover{background:#f6f6f6}.defaultPriceMarcup__iconWrap{position:absolute;width:18px;height:18px;border-radius:50%;right:-9px;top:-8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.defaultPriceMarcup__icon{width:9px;height:9px;fill:#fff}@media (max-width:430px){.defaultPriceMarcup__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.defaultPriceMarcup__block{-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%}}@media (max-width:310px){.defaultPriceMarcup__block{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.sidebar{height:calc(100vh - 70px);min-width:500px;width:500px;position:relative;z-index:99;background:#fff;-webkit-transition:.1s;transition:.1s}.sidebar__opened{transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important;-moz-transform:translateZ(0)!important;-ms-transform:translateZ(0)!important;-o-transform:translateZ(0)!important}.sidebar__innerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative;z-index:100;background:#fff;z-index:99}.sidebar__swipeWrap{position:absolute;right:0;top:0;color:#484848;font-weight:700;font-family:sans-serif;width:41px;height:100%;background:#fff;z-index:1001;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #e4e4e4;-webkit-box-shadow:5px 0 5px -5px rgba(0,0,0,.5);box-shadow:5px 0 5px -5px rgba(0,0,0,.5)}.sidebar__swipeIcon{width:15px;height:15px;display:block;-webkit-transition:.3s;transition:.3s}.ipnModal .modal__body{padding-bottom:20px}.disabledOrder{opacity:.5;pointer-events:none}@media screen and (max-width:1100px){.sidebar{min-width:360px;width:360px}}@media screen and (max-width:900px){.sidebar{width:80%;transform:translate3d(calc(-100% + 40px),0,0);-webkit-transform:translate3d(calc(-100% + 40px),0,0);-moz-transform:translate3d(calc(-100% + 40px),0);-ms-transform:translate3d(calc(-100% + 40px),0);-o-transform:translate3d(calc(-100% + 40px),0)}.sidebar__swipeWrap{display:-webkit-box;display:-ms-flexbox;display:flex}.sidebar__swipe_opened{right:-40px;z-index:1}.sidebar__swipe_opened .sidebar__swipeIcon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}@media screen and (max-width:499px){.sidebar__swipe_opened{right:-30px}.sidebar__swipeWrap{width:30px}.sidebar{transform:translate3d(calc(-100% + 30px),0,0);-webkit-transform:translate3d(calc(-100% + 30px),0,0);-moz-transform:translate3d(calc(-100% + 30px),0);-ms-transform:translate3d(calc(-100% + 30px),0);-o-transform:translate3d(calc(-100% + 30px),0);width:calc(100% - 30px);min-width:auto}}.breadcrumbs{position:relative;z-index:0;width:calc(100% - 45px);z-index:2;padding:15px 0 10px 5px}.breadcrumbs,.breadcrumbs__innerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs__innerWrap{width:calc(100% - 35px);overflow:auto;margin-left:-5px;overflow-y:hidden}.breadcrumbs__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;left:-15px;height:40px;white-space:nowrap;background:#fff;border-radius:0 7px 7px 0;padding:0 10px 0 40px;cursor:pointer}.breadcrumbs__innerWrap>.breadcrumbs__item~.breadcrumbs__item{margin-left:-10px}.breadcrumbs__triangle{width:28px;height:28px;top:6px;right:-10px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:5px;position:absolute;z-index:1!important}.breadcrumbs__text{font-size:.875rem;position:relative;z-index:10}.breadcrumbs__home{display:block;width:40px;height:40px;color:#fff;text-decoration:none;position:relative;border-radius:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10;cursor:pointer}@media screen and (max-width:499px){.breadcrumbs{width:calc(100% - 55px)}.breadcrumbs__innerWrap{width:calc(100% - 27px)}.breadcrumbs__item{height:32px}.breadcrumbs__home{width:32px;height:32px}.breadcrumbs__triangle{width:24px;height:24px;top:4px;right:-7px}}.productItem__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.productItem__stopProduct{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:5px;border-radius:5px;width:calc(100% - 10px);height:calc(100% - 10px);z-index:100;background:hsla(0,0%,100%,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.productItem__stopProduct-icon{width:40%;height:40%;fill:hsla(0,0%,45.5%,.5)}.productItem__priceTag.barcode{position:relative;top:0;right:0;max-width:100%}.productItem__priceTag{font-size:13px;text-align:right;white-space:nowrap;position:absolute;z-index:1;right:10px;border-radius:5px;top:10px;max-width:70%;background:#fff;padding:2px 5px;border-radius:0 5px 5px 0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);box-shadow:0 0 5px rgba(0,0,0,.4)}.productItem__priceWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.productItem__priceAmount{overflow:auto;white-space:nowrap}.productItem__priceCurrency{padding-left:3px}.productItem__noBackgroundWrap{position:absolute;top:0;bottom:0;margin:auto;background:#fff;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px}.productItem__noBackgroundTitle{color:#000;overflow:auto;text-align:center;width:calc(100% - 20px);max-height:50%}.productItem__noBackgroundInfoWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;font-weight:600;width:100%;padding:0 10px}.productItem__noBackgroundText{overflow:auto;max-width:50%}.productItem__noBackgroundUnits{white-space:nowrap;margin-left:3px;max-width:50%;overflow:auto}.productItem__bottomUnit{width:25%;color:#6e6e6e;overflow:auto;text-align:right}.productItem__backgroundWrapTitle{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:50px;font-size:3vw;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;left:0;right:0;margin:auto}.productItem__backgroundWrap{position:absolute;top:0;left:0;right:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 38px);text-transform:uppercase;color:#fff;font-size:25px;border-radius:5px 5px 0 0}.productItem__priceTagIcon{height:100%;width:auto;filter:drop-shadow(-8px 0 5px rgba(0,0,0,.1));-webkit-filter:drop-shadow(-8px 0 5px rgba(0,0,0,.1));top:0;position:absolute}.productItem__bottomWrap{position:absolute;width:100%;bottom:0;max-height:70%;border-radius:0 0 5px 5px;overflow:hidden}.productItem__innerContainer{position:relative;width:100%;height:100%;border-radius:5px;padding-top:100%;background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;background-color:#fff}.productItem__innerContainer .productItem__bottomTitle{width:75%;height:100%;padding-right:5px;overflow:auto}.productItem__bottomWrap::-webkit-scrollbar{display:none}.productItem__bottomTitle{width:100%;padding:10px 0;line-break:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow-y:auto}.productItem__bottomTitle::-webkit-scrollbar{display:none}.productItem__bottomInner{width:100%;height:100%;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;padding:0 10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.productItem__fullTitleWidth{width:100%!important}.board__innerWrap .productItem{border-radius:5px;cursor:pointer;width:100%;height:100%;padding:5px!important;-webkit-transition:.15s;transition:.15s}.productItem:active{opacity:.4;-webkit-transform:scale(.92);transform:scale(.92)}.item__titleSize_6{font-size:.875rem}.item__titleSize_5{font-size:1rem}.item__titleSize_4{font-size:1.25rem}.item__titleSize_3{font-size:1.5rem}.item__priceTagTextSize_6{left:-13px}.item__priceTagTextSize_5{left:-15px}.item__priceTagTextSize_4{left:-18px}.item__priceTagTextSize_3{left:-20px}.loadingWrap{border:4px solid #f3f3f3;border-top:4px solid #b6b6b6;border-radius:50%;width:34px;height:34px;-webkit-animation:imgLoader 1s linear infinite;animation:imgLoader 1s linear infinite}@-webkit-keyframes imgLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes imgLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.item__icon{border-radius:4px;background-position:50%;background-size:cover;margin-left:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem;-ms-flex-negative:0;flex-shrink:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2)}.item__iconSize_5,.item__iconSize_6{width:1.25rem;height:1.25rem}.item__iconSize_4{width:1.5rem;height:1.5rem}.item__iconSize_3{width:1.75rem;height:1.75rem}.item__icon__channelNameShortening{text-transform:uppercase;color:#fff;font-size:.5rem}.item__icon__channelFullName{font-size:.35rem;word-break:break-all;text-align:center;white-space:normal}@media (max-width:1440px){.item__iconSize_6{width:14px;height:14px}.item__iconSize_5{width:18px;height:18px}.item__iconSize_4{width:20px;height:20px}.item__iconSize_3{width:24px;height:24px}.item__titleSize_6{font-size:12px}.item__titleSize_5{font-size:14px}.item__priceTagTextSize_6{left:-11px}.item__priceTagTextSize_5{left:-13px}.item__titleSize_3{font-size:20px}.item__priceTagTextSize_3{left:-18px}.item__text_5{top:auto;-webkit-transform:none;transform:none}.item__text_4{top:auto}}@media screen and (max-width:1380px){.item__titleSize_4{font-size:1rem}.item__priceTagTextSize_4{left:-15px}}@media (max-width:1280px){.productItem__bottomTitle{padding:5px 0}.item__titleSize_6{font-size:10px}.item__titleSize_4{font-size:14px}.item__priceTagTextSize_6{left:-10px}.item__titleSize_3{font-size:18px}.item__priceTagTextSize_3{left:-14px}.productItem__backgroundWrap{height:calc(100% - 25px)}.item__priceTagTextSize_4,.item__priceTagTextSize_5{left:-13px}}@media (max-width:1110px){.productItem__bottomTitle{padding:5px 0}}@media screen and (max-width:1023px){.productItem{padding:3px!important}}@media screen and (max-width:999px){.item__text_3{top:auto;-webkit-transform:none;transform:none}}@media (max-width:601px){.productItem__backgroundWrapTitle{font-size:24px}}@media (max-width:560px){.productItem__priceTag{max-width:70%;padding-left:3px}}@media (max-width:499px){.item__text_4,.item__text_5,.item__text_6{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.item__titleSize_3{font-size:14px}.item__text_3{font-size:30px!important}.item__priceTagTextSize_4,.item__priceTagTextSize_5,.item__priceTagTextSize_6{left:-11px}.item__priceTagTextSize_3{left:-13px}.item__titleSize_2{font-size:18px}.item__iconSize_2,.item__iconSize_3{width:20px;height:20px}.item__priceTagTextSize_2{left:-16px}.item__text_2{font-size:40px}}@media (max-width:425px){.item__titleSize_3{font-size:12px}.item__iconSize_3{width:16px;height:16px}.item__priceTagTextSize_3{left:-11px}.item__text_3{font-size:20px!important}.item__text_2{font-size:30px}}@media (max-width:375px){.productItem__backgroundWrapTitle{top:auto;bottom:auto;-webkit-transform:none;transform:none}.item__text_3{font-size:22px}.item__titleSize_2{font-size:14px}.item__priceTagTextSize_2{left:-14px}.item__text_2{font-size:30px}}@media (max-width:340px){.item__text_3{font-size:16px}.item__titleSize_3{font-size:11px}.item__text_3{font-size:16px!important}}.board__innerWrap .productsCategory{border-radius:5px;cursor:pointer;width:100%;height:100%;padding:5px!important;-webkit-transition:.15s;transition:.15s}.productsCategory:active{opacity:.4;-webkit-transform:scale(.92);transform:scale(.92)}.productsCategory__iconWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;right:10px;top:10px;z-index:1;padding:5px;background:#fff;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.productsCategory__icon{width:1vw;height:1vw}.productsCategory__inner{height:100%;padding-top:100%;position:relative;overflow:hidden;background-size:cover;background-color:#fff;border-radius:5px}.productsCategory__background,.productsCategory__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.productsCategory__background{height:calc(100% - 38px);position:absolute;top:0;left:0;right:0;margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;text-transform:uppercase;color:#fff;font-size:25px;border-radius:5px 5px 0 0}.productsCategory__shortenedTitle{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:50px;left:0;right:0}.productsCategory__onlyTextTitle,.productsCategory__shortenedTitle{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;margin:auto}.productsCategory__onlyTextTitle{max-height:calc(100% - 20px);max-width:calc(100% - 20px);overflow:auto;text-align:center;top:0;bottom:0}.productsCategory__bottom{width:100%;position:absolute;bottom:0;max-height:70%;background:#fff;padding:10px}.productsCategory__title{width:100%;max-height:calc(100% - 20px);margin:0 auto;line-break:auto;overflow-x:auto}.productsCategory__defaultBg{background:#fff}.productsCategory__icon6{width:12px;height:12px}.productsCategory__icon4{width:21px;height:21px}.productsCategory__icon3{width:27px;height:27px}@media (max-width:1440px){.productsCategory__icon5,.productsCategory__icon6{width:12px;height:12px}.productsCategory__icon6{width:10px;height:10px}.productsCategory__icon3{width:21px;height:21px}}@media screen and (max-width:1380px){.productsCategory__icon4{width:15px;height:15px}}@media screen and (max-width:1280px){.productsCategory__iconWrap{padding:4.5px}.productsCategory__icon4{width:15px;height:15px}.productsCategory__icon3{width:18px;height:18px}.productsCategory__background{height:calc(100% - 25px)}.productsCategory__bottom{padding:5px 10px}}@media (max-width:900px){.productsCategory__shortenedTitle{font-size:3vw}}@media (max-width:601px){.productsCategory__shortenedTitle{font-size:24px}}@media (max-width:499px){.productsCategory__icon{width:15px!important;height:15px!important}}@media (max-width:375px){.productsCategory__shortenedTitle{top:auto;bottom:auto;-webkit-transform:none;transform:none}}@media (max-width:340px){.productsCategory__icon{width:12px!important;height:12px!important}}.board__innerWrap .categoryBackBtn{cursor:pointer;padding:5px!important;-webkit-transition:.15s;transition:.15s}.board__innerWrap .categoryBackBtn:active{opacity:.4;-webkit-transform:scale(.92);transform:scale(.92)}.categoryBackBtn__inner{width:100%;height:100%;background:#fff;padding-top:100%;border-radius:5px}.categoryBackBtn__icon{width:25px;height:25px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.categoryBackBtn__icon.elements6{width:1.7vw;height:1.7vw}.categoryBackBtn__icon.elements5{width:2vw;height:2vw}.categoryBackBtn__icon.elements4{width:3vw;height:3vw}.categoryBackBtn__icon.elements3{width:5vw;height:5vw}@media screen and (max-width:899px){.categoryBackBtn__icon.elements4{width:4vw;height:4vw}.categoryBackBtn__icon.elements5{width:3vw;height:3vw}.categoryBackBtn__icon.elements6{width:2.5vw;height:2.5vw}}@media screen and (max-width:499px){.categoryBackBtn__icon.elements3{width:7vw;height:7vw}.categoryBackBtn__icon.elements5{width:4vw;height:4vw}}.sessionInfo{position:fixed;right:0;bottom:10px;height:48px;z-index:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='174' height='445' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.563 401.79C25.227 386.79 0 349.83 0 308.664V134.84c0-41.599 25.753-78.853 64.67-93.55L174 0v445L63.563 401.79z' fill='%23fff'/%3E%3C/svg%3E");background-position:100%;background-size:contain;background-repeat:no-repeat;cursor:pointer}.sessionInfo__icon{width:10px;height:10px;position:absolute;top:0;bottom:0;right:2px;margin:auto;-webkit-transition:.2s;transition:.2s}.sessionInfo__closedWrap{border-radius:50%;padding:5px 10px;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 0 0 auto}.sessionInfo__innerWrap{padding:10px;border-radius:5px 0 0 5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);margin-top:10px;background:#fff;position:fixed;right:0;bottom:10px;-webkit-transform:translateX(10px);transform:translateX(10px);max-width:calc(100vw - 370px);min-width:320px;-webkit-transition:.1s;transition:.1s;opacity:0;visibility:hidden}.sessionInfo__item{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px;font-size:14px}.sessionInfo__item,.sessionInfo__itemLeft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sessionInfo__itemLeft{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sessionInfo__itemValue{overflow:auto;white-space:nowrap}.sessionInfo__itemTitle{font-weight:600;margin-right:5px;white-space:nowrap}.sessionInfo__icon_logo{display:block;margin:0 auto;width:140px;height:50px;fill:#5cb85c}.sessionInfo__itemButton{color:#fff;padding:2px 8px;border-radius:3px;font-size:.75rem;margin-left:5px}@media (max-width:900px){.sessionInfo{bottom:35px}.sessionInfo__innerWrap{max-width:calc(100vw - 50px)}}@media screen and (max-width:499px){.sessionInfo__icon_logo{width:140px;height:50px}}@media screen and (max-width:375px){.sessionInfo__innerWrap{max-width:300px;min-width:300px}}.board{width:calc(100% - 500px);height:calc(100vh - 70px);padding-right:15px;padding-left:15px;overflow:hidden;position:relative}.board .row{position:relative;z-index:0}.board__innerWrap{height:calc(100% - 70px);overflow:auto;position:relative}.board__sortingWrap{right:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:.2s;transition:.2s}.board__sortingWrap,.board_scan{position:absolute;top:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:98;border-radius:5px;width:34px;height:34px}.board_scan{right:65px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.board__noProducts{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;color:grey;font-size:2vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:#fff;text-shadow:0 0 2px rgba(0,0,0,.3)}.board__sortingButtonWrap,.board_scan_button{position:relative;cursor:pointer;z-index:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.board__sortingOpenWrap{width:350px;right:45px;position:absolute;top:0;background:#fff;padding:20px;border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.board__sortingOpenWrap .checkbox{position:relative}.board__sortingOpenWrap .checkbox__label{font-size:19px;padding-left:30px;margin-bottom:25px!important}.board__sortingOpenWrap .checkbox:last-child .checkbox__label{margin-bottom:0!important}.board__sortingHeadline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:19px}@media (max-width:1100px){.board{width:calc(100% - 360px)}}@media (max-width:900px){.board{position:absolute;width:calc(100% - 30px);height:calc(100% - 50px);margin-left:30px}.board__innerWrap{height:calc(100% - 90px)}.board__noProducts{font-size:3vw}}@media (max-width:800px){.board__sortingHeadline,.board__sortingOpenWrap .checkbox__label{font-size:1.1875rem}}@media (max-width:639px){.board__noProducts{font-size:4vw}}@media screen and (max-width:499px){.board .container-fluid{padding:0 5px!important}.board_scan{right:60px}.board__sortingWrap,.board_scan{top:15px;width:32px;height:32px}.board__sortingWrap svg{width:15px;height:15px}.board__sortingOpenWrap{width:250px}.board__sortingOpenWrap .checkbox__label{margin-bottom:15px!important}}@media screen and (max-width:425px){.board__noProducts{font-size:6vw}}@media screen and (max-width:399px){.board__sortingOpenWrap .checkbox__label{margin-bottom:15px!important}.board__sortingOpenWrap{right:0;top:40px}}.terminal{display:-webkit-box;display:-ms-flexbox;display:flex}#loader_ImgBox[data-v-0f778326]{position:absolute;z-index:1000000000;max-width:200px;max-height:200px;width:130px;height:130px;border-radius:50%;background:rgba(72,72,72,.2);left:calc(50% - 67px);top:calc(50% - 67px)}#loader_Text[data-v-0f778326]{width:200px;position:absolute;top:140px;left:-34px;text-align:center;color:#fff;font-size:1rem;text-shadow:0 0 5px rgba(0,0,0,.6)}@keyframes loader_lds-double-ring-0f778326{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes loader_lds-double-ring-0f778326{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader_lds-double-ring_reverse-0f778326{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@-webkit-keyframes loader_lds-double-ring_reverse-0f778326{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.loader_lds-double-ring[data-v-0f778326]{position:absolute;top:-11px;left:-10px}.loader_lds-double-ring div[data-v-0f778326]{position:absolute;width:105px;height:105px;top:23px;left:22px;border-radius:50%;border:6px solid #000;border-color:#fff transparent #fff transparent;-webkit-animation:loader_lds-double-ring-0f778326 1s linear infinite;animation:loader_lds-double-ring-0f778326 1s linear infinite}.loader_lds-double-ring div[data-v-0f778326]:nth-child(2){width:90px;height:90px;top:31px;left:30px;border-color:transparent #fff transparent #fff;-webkit-animation:loader_lds-double-ring_reverse-0f778326 1s linear infinite;animation:loader_lds-double-ring_reverse-0f778326 1s linear infinite}.loader_lds-double-ring[data-v-0f778326]{width:100px!important;height:100px!important;-webkit-transform:translate(-50px,-50px) scale(1) translate(50px,50px);transform:translate(-50px,-50px) scale(1) translate(50px,50px)}.aboutUs:hover,.aboutUs a{color:#000!important;text-decoration:none!important}.aboutUs__headlineWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.aboutUs__headlineIcon{width:250px;fill:#5cb85c}.aboutUs__mainWrap{margin-bottom:25px}.aboutUs__mainWrap,.aboutUs__sectionInner.guides{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.aboutUs__sectionInner.guides .aboutUs__sectionItem{width:calc(50% - 5px);margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aboutUs__sectionInner{-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;padding:5px 0 10px}.aboutUs__sectionInner.guides,.aboutUs__sectionInner.numbers{-webkit-box-shadow:none;box-shadow:none;padding:0}.aboutUs__pane{width:50%}.aboutUs__pane.left{padding:20px 30px 0 0}.aboutUs__pane.right{padding:20px 0 0 5px}.aboutUs__sectionName{text-align:center;margin-bottom:20px!important}.aboutUs__sectionItem{width:100%;padding:15px 10px 15px 20px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aboutUs__sectionInner.numbers .aboutUs__sectionItem{-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.aboutUs__sectionItem:first-child{margin-right:10px}.aboutUs__sectionText{max-width:calc(100% - 35px)}.aboutUs__sectionIcon{width:25px;height:25px;margin-right:10px}.aboutUs__textHighLighted{color:#4998e3!important;word-break:break-all;cursor:pointer}.aboutUs__textBold{font-weight:700}.aboutUs__sectionMiniHeadline{text-align:center;font-size:16px;margin-bottom:15px!important;margin-top:15px}.aboutUs__bottomText{display:block;text-align:center;font-size:14px;margin-top:5px}.aboutUs__sectionPhonesInner_pane{width:calc(50% - 5px)}.aboutUs__sectionPhonesInner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.aboutUs__sectionPhonesInner .aboutUs__sectionItem{padding:10px 10px 10px 20px;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.aboutUs__sectionPhonesLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:999px){.aboutUs__sectionInner{-ms-flex-wrap:wrap;flex-wrap:wrap}.aboutUs__sectionItem{width:100%}.aboutUs__sectionInner.guides .aboutUs__sectionItem{margin:0 0 10px 0;width:100%}.aboutUs__sectionInner.guides .aboutUs__sectionItem:nth-child(3),.aboutUs__sectionInner.guides .aboutUs__sectionItem:nth-child(4){margin-top:0!important}.aboutUs__sectionPhonesInner_pane{width:100%}.aboutUs__sectionMiniHeadline{margin-top:7.5px;margin-bottom:7.5px!important}.ukraineNumberBottom{margin-bottom:0!important;margin-top:10px!important}}@media screen and (max-width:850px){.aboutUs__sectionItem{padding:10px 10px 10px 20px}.aboutUs__pane.left{padding:20px 20px 0 0}}@media screen and (max-width:605px){.aboutUs__pane{width:100%}.aboutUs__pane.right{margin:20px 0 0 0}.aboutUs__mainWrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.about-us__guides,.aboutUs__sectionInner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.aboutUs__pane.left{margin-top:0;margin-right:0}.aboutUs__sectionInner.numbers .aboutUs__sectionItem{-ms-flex-pack:distribute!important;justify-content:space-around!important}.aboutUs__sectionPhonesInner.right .aboutUs__sectionItem{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.aboutUs__sectionPhonesInner .aboutUs__sectionItem{padding:10px}}@media screen and (max-width:605px) and (min-width:449px){.aboutUs__sectionInner.guides{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.aboutUs__sectionPhonesInner_pane{width:calc(50% - 5px)}.ukraineNumberBottom{margin-top:0!important}}.transactionTypes__type{width:calc(50% - 2.5px);margin-bottom:5px}.transactionTypes__radioWrap{background:#fff;border-radius:5px;cursor:pointer;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border:2px solid transparent;padding-right:10px}.transactionTypes,.transactionTypes__radioWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.transactionTypes{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.transactionTypes .checkbox__label{padding:5px 10px 5px 30px!important;margin-bottom:0!important;white-space:nowrap;overflow:hidden}.transactionTypes .checkbox__label:after{width:16px;height:16px;top:11px;left:8px}.transactionTypes .checkbox__label:before{width:8px;height:8px;top:15px;left:12px}@media screen and (max-width:800px){.transactionTypes .checkbox__label:after{top:9px}.transactionTypes .checkbox__label:before{top:13px}}@media (max-width:499px),screen and (max-width:1024px) and (min-width:768px){.transactionTypes__type{width:100%}}.transactionSum{position:relative;margin-bottom:10px}.transactionSum__icon{width:30px;height:30px;position:absolute}.transactionSum__icon.cash{width:32px;height:32px;right:92px;top:47px}.transactionSum__icon.creditCard{right:12px;top:47px}.transactionSum__toggler{position:absolute!important;right:40px;bottom:10px;margin:auto;height:30px}.transactionSum__toggler label{margin:0}.transactionSum__toggler .a,.transactionSum__toggler .checkbox,.transactionSum__toggler .checkbox-switch,.transactionSum__toggler .checkbox-switch input{height:30px}@media screen and (max-width:800px){.transactionSum__toggler{bottom:8px}.transactionSum__icon.cash{right:86px;top:42px}.transactionSum__icon.creditCard{right:12px;top:43px}}.expense__inputWrap{margin-bottom:15px;position:relative;width:100%}.expense .main-input__select{padding-right:40px}.expense__inputOutter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.expense__inputOutter .expense__inputWrap{width:50%}.expense__inputOutter .expense__inputWrap:first-child{padding-right:5px}.expense__inputOutter .expense__inputWrap:last-child{padding-left:5px}@media (max-width:499px),screen and (max-width:1024px) and (min-width:768px){.expense__inputOutter .expense__inputWrap{width:100%;padding:0!important}}.collection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.collection__inputWrap{margin-bottom:15px;position:relative;width:50%}.collection__inputWrap:first-child{padding-right:5px}.collection__inputWrap:last-child{padding-left:5px}.collection .main-input__select{padding-right:40px}@media (max-width:499px),screen and (max-width:1024px) and (min-width:768px){.collection__inputWrap{width:100%;padding:0!important}}.making{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.making__inputWrap{margin-bottom:15px;position:relative;width:100%}.making .main-input,.making .main-input__select{padding-right:40px}.making .main-input__errorText{left:0;line-height:15px}.making__iconWrap{height:40px;width:40px;position:absolute;right:0;top:0;bottom:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1000}.making__icon{width:12px;height:12px;fill:#000}.making__inputOutter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.making__inputOutter .making__inputWrap{width:50%}.making__inputOutter .making__inputWrap:first-child{padding-right:5px}.making__inputOutter .making__inputWrap:last-child{padding-left:5px}@media (max-width:499px),screen and (max-width:1024px) and (min-width:768px){.making__inputOutter .making__inputWrap{width:100%;padding:0!important}}.newTransaction .custom-control-input~.custom-control-label:before{cursor:pointer}.newTransaction .custom-switch .custom-control-label:after{background-color:#fff;cursor:pointer}.checkbox__input{display:none!important}.checkbox__label:after{content:"";display:inline-block;width:20px;height:20px;position:absolute;left:0;border-radius:50%;border:2px solid #2f3136;top:4px}.checkbox__label:before{content:"";display:none;width:12px;height:12px;position:absolute;left:4px;border-radius:50%;background:#28a745;top:8px}.checkbox__label{width:100%;font-size:1.2rem;cursor:pointer;position:relative;padding-left:35px;margin-bottom:15px!important}.checkbox__input:checked+.checkbox__label:before,.checkbox__label{display:inline-block}.salesHistory__btn{width:calc(50% - 5px);height:45px;padding:0 15px;border-radius:5px;text-transform:uppercase;color:#fff;letter-spacing:1.1px;font-size:.75rem;-webkit-transition:.1s;transition:.1s;text-align:center;position:relative;white-space:nowrap;overflow:auto}.salesHistoryCheckOutter .salesHistory__btnInnerWrap:hover{background:none!important}.salesHistory__btn.disabled{background:#bdbdbd!important}.salesHistory__btnOutterWrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:5px}.salesHistory__btnInnerWrap{width:calc(50% - 5px);-webkit-transition:.1s;transition:.1s;position:relative;visibility:visible}.salesHistory__btnInnerWrap.fullWidth{width:100%!important}.salesHistory__btnInnerWrap.hideBtn,.salesHistory__btnInnerWrap.hideBtn .salesHistory__btn,.salesHistory__btnInnerWrap.hideBtn .salesHistory__editDropdownIconWrap{width:0!important;padding:0;visibility:hidden;opacity:0;position:absolute}.salesHistory__btnInnerWrap .salesHistory__btn{width:100%;margin-bottom:0}.salesHistory__editDropdownIcon{width:15px;height:15px;-webkit-transition:.2s;transition:.2s}.salesHistory__btnDropdown{width:100%;position:absolute;bottom:48px;border-radius:5px;z-index:1000;visibility:hidden;-webkit-transition:.2s;transition:.2s;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);background:#fff}.salesHistory__btnDropdown.showOptionsDropdown{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.salesHistory__btnDropdownOption{width:100%;height:45px;padding:0 15px;cursor:pointer;-webkit-transition:.2s;transition:.2s;border-radius:5px;color:#fff;letter-spacing:1.1px;text-transform:uppercase;text-align:center;font-size:.75rem}.salesHistory__btnDropdownOption:not(:first-child){margin-top:3px}.salesHistory__editDropdownIconWrap:disabled{background:#bdbdbd!important}.salesHistory__editDropdownIconWrap{position:absolute;right:0;top:0;bottom:0;margin:auto;padding:0 7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0 5px 5px 0;z-index:1000;cursor:pointer;-webkit-transition:.2s;transition:.2s;background:#d9534f}@media screen and (max-width:1280px){.salesHistory__btn{font-size:.75rem}}@media screen and (max-width:1024px){.salesHistory__btn,.salesHistory__btnDropdownOption{width:100%;height:40px}.salesHistory__btnDropdown{bottom:43px}.salesHistory__btn,.salesHistory__btnInnerWrap{-webkit-transition:0s;transition:0s}}@media screen and (max-width:1024px) and (min-width:639px){.salesHistory__btnInnerWrap.leftButton{margin-bottom:3px}.salesHistory__btnInnerWrap{width:100%}}@media screen and (max-width:768px) and (min-width:639px){.salesHistory__btn,.salesHistory__btnDropdownOption{height:35px}.salesHistory__btnDropdown{bottom:38px}}@media screen and (max-width:639px){.salesHistory__btn,.salesHistory__btnInnerWrap{-webkit-transition:.1s;transition:.1s}.salesHistory__btnDropdownOption{height:50px;border-radius:7px;font-size:1rem}.salesHistory__btnDropdown{bottom:53px;border-radius:7px}.salesHistory__editDropdownIconWrap{border-radius:0 7px 7px 0}.salesHistory__btnDropdown{background:none}}.editCheckProducts__container{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;min-height:250px;overflow:auto}.editCheckProducts__productContainer{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto}.editCheckProducts__product,.editCheckProducts__titleName{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editCheckProducts__titleName{padding:0 10px 10px 10px;font-weight:700;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:1px solid #dee2e6}.editCheckProducts__product{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:7px 0 7px 10px;font-size:.75rem;border-bottom:1px solid #dee2e6}.editCheckProducts__product:nth-child(2n){background:#f2f2f2}.editCheckProducts__titleName [class^=editCheckProducts__column]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}[class^=editCheckProducts__column]{word-break:break-all}[class^=editCheckProducts__column]:not(:last-child){padding-right:10px}.editCheckProducts__column-first{-webkit-box-flex:0;-ms-flex:0 1 40%;flex:0 1 40%}.editCheckProducts__column-second{text-align:start;-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%}.editCheckProducts__column-third{-webkit-box-flex:0;-ms-flex:0 1 15%;flex:0 1 15%}.editCheckProducts__column-fourth{-webkit-box-flex:0;-ms-flex:0 1 20%;flex:0 1 20%}.editCheckProducts__column-fourth,.editCheckProducts__column-third{text-align:start;word-break:break-word}.editCheckProducts__column-fifth{padding:0 10px 0 5px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.editCheckProducts__column-fifth.disable{opacity:0;pointer-events:none}.editCheckProducts__secondColumnWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.editCheckProducts__productInput{height:30px;padding:0 2px;-webkit-box-shadow:none;box-shadow:none;border-radius:5px;max-width:60px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border:2px solid transparent}.editCheckProducts__productOldInfo{padding-left:5px}.editCheckProducts__priceChanges{color:#b0b0b0;font-size:.675rem;word-break:break-word}.editCheckProducts__deleteIcon{width:16px;height:16px;cursor:pointer;fill:#d9534f}@media (max-width:1200px) and (min-width:801px){.editCheckProducts__titleName [class^=editCheckProducts__column]{font-size:.85rem}.editCheckProducts__product{font-size:.7rem}.editCheckProducts__priceChanges{font-size:.65rem}}@media (max-width:1050px) and (min-width:801px){.editCheckProducts__productInput{height:25px}.editCheckProducts__titleName [class^=editCheckProducts__column]{font-size:.8rem}}@media (max-width:998px){.editCheckProducts__column-first,.editCheckProducts__column-second{-webkit-box-flex:0;-ms-flex:0 1 30%;flex:0 1 30%}.editCheckProducts__column-second{text-align:start}.editCheckProducts__column-fourth,.editCheckProducts__column-third{text-align:center;word-break:break-word;-webkit-box-flex:0;-ms-flex:0 1 20%;flex:0 1 20%}.editCheckProducts__column-fifth{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}}@media (max-width:900px){.editCheckProducts__column-first{-webkit-box-flex:0;-ms-flex:0 1 35%;flex:0 1 35%}.editCheckProducts__column-second{text-align:start;-webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%}.editCheckProducts__column-fourth,.editCheckProducts__column-third{text-align:center;word-break:break-word;-webkit-box-flex:0;-ms-flex:0 1 20%;flex:0 1 20%}.editCheckProducts__column-fifth{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}}.editCheckPayment__container{padding:5px}.editCheckPayment__body{border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);padding:10px}.editCheckPayment__title-block{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.5rem}.editCheckPayment__title{position:relative;font-size:1rem;font-weight:700;margin-bottom:0!important}.editCheckPayment__labelIcon{position:absolute;top:0;right:-25px;display:inline-block;font-size:16px;color:#afafaf}.editCheckPayment__paymentContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.editCheckPayment__payment{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:50%}.editCheckPayment__payment.disabled{opacity:.5;pointer-events:none}.editCheckPayment__inputWrap{position:relative}.editCheckPayment__paymentLabel{display:inline-block;font-size:.9rem;font-weight:700}.main-input.editCheckPayment__input{height:35px;line-height:35px;padding-right:30px;border-radius:5px}.editCheckPayment__currency{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:10px}.editCheckPayment__difference{margin-top:5px}.editCheckPayment__differenceText{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;color:red}.editCheckPayment__differenceText span:first-child{font-weight:700}.editCheckTitle__container{padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.editCheckTitle__value{min-width:200px;-webkit-box-flex:1;-ms-flex:1 1 45%;flex:1 1 45%;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);padding:10px}.editCheckTitle__title{font-weight:700;font-size:1rem}.editCheckTitle__subtitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;font-size:.9rem}.editCheckTitle__text{font-weight:700}@media (max-width:1200px) and (min-width:801px){.editCheckTitle__title{font-size:.95rem}.editCheckTitle__subtitle{font-size:.85rem}}@media (max-width:1050px) and (min-width:801px){.editCheckTitle__title{font-size:.9rem}.editCheckTitle__subtitle{font-size:.8rem}}.editCheckWrap.dialogSide.leftSide{overflow:auto;padding:0}.editCheckWrap{font-size:.9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.editCheckKeyboard.disable .keyboard-button__save{opacity:.7;pointer-events:none}@media (max-width:768px){.editCheckWrap.dialogSide.leftSide{padding-bottom:10px}}.editPaymentInput{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.editPaymentInput__typeWrap{width:100%;margin-top:10px}.editPaymentInput__typeWrap.placeForButton{width:calc(50% - 40px)}.editPaymentInput__labelWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.editPaymentInput__returnBonuses{margin-bottom:.5rem}.editPaymentInput__button{background:none}.editPaymentInput__changeArrows{position:absolute;top:55px;right:0;left:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:40px;border-radius:5px}.editPaymentInput__changeArrows.disabled{opacity:.5;pointer-events:none}.changeArrows__icon{width:20px;height:20px;fill:#fff}.editPaymentInput__button:active{-webkit-transform:scale(.95);transform:scale(.95)}.editPaymentInput__itemWrap{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%}.editPaymentInput__item,.editPaymentInput__itemWrap{display:-webkit-box;display:-ms-flexbox;display:flex}.editPaymentInput__item{width:100%;height:54px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.editPaymentInput__icon{width:30px;height:30px}.editPaymentInput__inputWrap{width:100%;position:relative}.editPaymentInput .editPaymentInput__input{padding-right:40px;border:2px solid transparent}.editPaymentInput .editPaymentInput__input.currency{padding-right:30px}.editPaymentInput__unit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:0;bottom:0;right:10px;margin:auto}.editPaymentInput .disabled{opacity:.5;pointer-events:none}.editPaymentInput .biggerPadding{padding-right:60px}.editPaymentInput__checkbox{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.main-input__errorText.editPaymentInput__errorText{white-space:wrap;bottom:auto;top:50px}.editPaymentWallet__select.disabled{opacity:.5;pointer-events:none}.editPaymentWallet__labelWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editPaymentWallet__checkbox{margin-top:10px}.editPaymentWallet__checkbox.disabled{opacity:.5;pointer-events:none}.editPaymentTitle{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.editPaymentTitle,.editPaymentTitle__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.editPaymentTitle__wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.editPaymentTitle__title{font-size:1.1em;font-weight:700}.editPaymentTitle__subTitle{font-weight:700}.editPaymentTitle__containerNewValue,.editPaymentTitle__containerOldValue{min-width:250px;-webkit-box-flex:1;-ms-flex:1 1 45%;flex:1 1 45%;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:10px}.editPaymentWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;font-size:.9rem}.modal__container.editPaymentTitle__error .modal__title{background:#f55;color:#fff;border-radius:5px 5px 0 0}.salesHistoryCheck{height:calc(100% + 9px);padding:10px 0;border:1px solid #ebebeb;border-radius:0 5px 5px 0;font-size:14px;position:relative}.salesHistoryCheckOutter{height:100%;position:relative}.salesHistoryCheckOutter.noCheck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #ebebeb}.salesHistoryCheck__noCheckText{color:#bdbdbd;text-align:center;font-size:1.2rem;-ms-flex-item-align:center;align-self:center}.salesHistoryCheck__bottomInfo{width:100%;position:absolute;padding:10px;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #ededed}.salesHistoryCheck__top{padding-bottom:5px;border-bottom:1px solid #ededed;padding:0 10px}.salesHistoryCheck__itemValue{overflow:auto;margin-left:3px}.salesHistoryCheck__itemTitle{font-weight:600}.salesHistoryCheck__bottomInfoInner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.salesHistoryCheck__infoItemWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.salesHistoryCheck__infoItemWrap.qrCode{width:calc(100% - 85px)!important}.salesHistoryCheck__infoItemWrap.qrCodeEdit{width:calc(100% - 115px)!important}.salesHistoryCheck__infoItemWrap.infoItem2.changePaymentType,.salesHistoryCheck__infoItemWrap.infoItem4.changePaymentType{padding-right:30px}.salesHistoryCheck__infoItemWrap.qrCode.infoItem2,.salesHistoryCheck__infoItemWrap.qrCodeEdit.infoItem2{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.salesHistoryCheck__infoItemWrap.qrCode.infoItem4,.salesHistoryCheck__infoItemWrap.qrCodeEdit.infoItem4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.salesHistoryCheck__infoItemWrap.qrCode.infoItem5,.salesHistoryCheck__infoItemWrap.qrCodeEdit.infoItem5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.salesHistoryCheck__infoItemWrap.qrCode.infoItem6,.salesHistoryCheck__infoItemWrap.qrCodeEdit.infoItem6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.salesHistoryCheck__bottomInfoInner .salesHistoryCheck__infoItemWrap{width:calc(50% - 5px)}.salesHistoryCheck__qrcodeWrap{position:absolute;top:0;right:0;bottom:0}.salesHistoryCheck__itemCurrency,.salesHistoryCheck__productUnit{margin-left:2px}.salesHistoryCheck__products{overflow:auto;margin-top:10px}.salesHistoryCheck__product{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:5px;margin:2.5px auto;border-radius:3px}.salesHistoryCheck__container{-webkit-box-flex:0;-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%;margin:0 2.5px}.salesHistoryCheck__column{gap:5px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.salesHistoryCheck__column,.salesHistoryCheck__row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.salesHistoryCheck__row.first{overflow:auto;margin:0;width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.salesHistoryCheck__row.second{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.salesHistoryCheck__row.third{width:30%;display:block}.salesHistoryCheck__productCount,.salesHistoryCheck__productPrice{overflow:auto}.salesHistoryCheck__productPrice{max-width:calc(100% - 12px)}.salesHistoryCheck__productCount{max-width:calc(100% - 20px)}.salesHistoryCheck__qrcodeImg{width:55%}.salesHistoryCheck__qrcodeUrl{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.salesHistoryCheck__productInput{max-width:calc(100% - 22px);height:21px;border-radius:3px;padding:0 5px;border:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border:2px solid transparent;margin-right:2px;text-align:center;cursor:pointer;color:#000}.salesHistoryCheck__itemIconWrap{-webkit-box-flex:1;-ms-flex:1 1 10%;flex:1 1 10%;min-width:10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.salesHistoryCheck__infoItemWrap .salesHistoryCheck__productInput{margin:2.5px 0 2.5px 5px;overflow:auto}.salesHistoryCheck__itemIcon{width:16px;height:16px;cursor:pointer;fill:#d9534f}.salesHistoryCheck__productTitle{overflow:auto;white-space:nowrap}.salesHistoryCheck__productComment{overflow:auto;white-space:nowrap;font-size:.75rem;color:#a7a7a7}.salesHistoryCheck__infoChangePaymentType{position:absolute;right:0;width:25px;border-radius:3px;height:100%;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:.2s;transition:.2s}.salesHistoryCheck__infoChangePaymentType.qrCode{right:85px;bottom:3px;height:40px}.salesHistory__changePaymentIcon{width:15px;height:15px;fill:#fff;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.salesHistoryCheck__row.activeInput{cursor:pointer;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.salesHistoryCheck__rowInnerWrap{width:100%}.salesHistoryCheck__itemSumValueWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.salesHistoryCheck__priceChanges{color:#b0b0b0;font-size:11px;white-space:nowrap;overflow:auto;text-align:right}@media screen and (max-width:768px) and (min-width:639px){.salesHistoryCheck__qrcodeImg{width:70px;height:70px}.salesHistoryCheck__infoItemWrap.qrCode{width:calc(100% - 75px)!important}.salesHistoryCheck__infoItemWrap.qrCodeEdit{width:calc(100% - 105px)!important}}@media screen and (max-width:768px){.salesHistoryCheck{font-size:12px}.salesHistoryCheck__infoChangePaymentType.qrCode{right:75px;height:35px}}@media screen and (max-width:639px){.salesHistoryCheck{border:1px solid #ededed;border-radius:5px}.salesHistoryCheck__bottomInfo{bottom:5px;left:0;padding:15px 10px 5px}.salesHistoryCheckOutter.noCheck{border-left:none}.salesHistoryCheck__qrcodeWrap{top:-5px}.salesHistoryCheck__infoChangePaymentType.qrCode{right:85px;bottom:-3px}}@media screen and (max-width:375px){.salesHistoryCheck__qrcodeImg{width:50%}.salesHistoryCheck__qrcodeWrap{top:-15px;bottom:0}.salesHistoryCheck__infoChangePaymentType.qrCode{right:65px;bottom:0;width:20px}.salesHistoryCheck__row{font-size:.75rem}.salesHistoryCheck__row.first{width:40%}.salesHistoryCheck__row.second{width:30%}.salesHistoryCheck__infoItemWrap.qrCodeEdit{width:calc(100% - 90px)!important}.salesHistoryCheck__infoItemWrap.qrCode{width:calc(100% - 65px)!important}.salesHistoryCheck__bottomInfoInner .salesHistoryCheck__infoItemWrap{width:100%}.salesHistoryCheck__infoItemWrap.changePaymentType{padding-right:30px}.salesHistoryCheck__infoChangePaymentType{height:40px;bottom:0}.salesHistoryCheck__infoItemWrap.infoItem2{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.salesHistoryCheck__infoItemWrap.infoItem4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.salesHistoryCheck__infoItemWrap.infoItem5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.salesHistoryCheck__infoItemWrap.infoItem6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}.salesHistoryList.onlineMode .salesHistoryListScroller{height:calc(100% - 55px)}.salesHistoryList.onlineMode .salesHistoryList__footer{left:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:1px}.salesHistoryList.onlineMode .salesHistoryList__footer,.salesHistoryList.onlineMode .salesHistoryList__footerLeft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.salesHistoryList.onlineMode .salesHistoryList__footerLeft{font-size:.75rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-weight:600}.salesHistoryList.onlineMode .salesHistoryList__footerRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#007bff;cursor:pointer;font-weight:400}.salesHistoryList.onlineMode .salesHistoryList__footerRightPage{margin:0 2.5px;padding:0 5px;border-radius:5px;border:1px solid transparent;-webkit-transition:.3s;transition:.3s;font-size:1rem}.salesHistoryList.onlineMode .salesHistoryList__footerRightPage:hover{background:#007bff;color:#fff}.salesHistoryList.onlineMode .salesHistoryList__footerRightPage.currentPage{border:1px solid #007bff}@media screen and (max-width:709px){.salesHistoryList.onlineMode .salesHistoryListScroller{height:calc(100% - 50px)}}@media screen and (max-width:499px){.salesHistoryList.onlineMode .salesHistoryList__table{height:calc(100vh - 200px)}}.datefilter{list-style:none;padding-left:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.footerCon{margin:unset!important;padding:20px;border-top:1px solid #cdcdce;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.datepicker .dateRangeInput{background:#fff!important;color:#000;margin-bottom:2px!important;border-radius:.25rem!important;text-align:left;padding-left:.75rem;border:1px solid #ced4da;-webkit-appearance:none}.datepicker .vfc-main-container{max-width:400px}.datepicker .vfc-main-container.vfc-modal{top:75px}.datepicker .main-input{position:relative}.datepicker__icon{position:absolute;right:10px;top:0;bottom:0;margin:auto}@media screen and (min-width:1520px){.datepicker .vfc-main-container.vfc-modal{max-width:550px!important}}.overlay[data-v-1f79e0c6]{display:-webkit-box;display:-ms-flexbox;display:flex;height:38px;border:1px solid #ced4da;border-radius:5px;padding:0 10px;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;cursor:pointer}.calendarLabel[data-v-1f79e0c6]{line-height:1;position:relative;font-weight:500;font-size:12pt;border:none;padding:unset;background-color:unset;white-space:nowrap;color:inherit}.overlay .icon[data-v-1f79e0c6]{display:-webkit-box;display:-ms-flexbox;display:flex;width:22px}.hf-check .calendarLabel[data-v-1f79e0c6]{color:#b4b4b4}.datepicker-range-footer[data-v-1f79e0c6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.datepicker-range-footer-button[data-v-1f79e0c6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:15px;padding-bottom:0;margin:0 0 0 10px;text-transform:uppercase;font-weight:500;cursor:pointer}.footer-button-clear[data-v-1f79e0c6]{color:#dc3545}.datebutton[data-v-1f79e0c6]{font-size:13px;text-transform:uppercase;font-weight:500;color:#106090;cursor:pointer}.footer-button-clear-disabled[data-v-1f79e0c6]{color:#ddd;cursor:default}.footer-button-save[data-v-1f79e0c6]{color:#28a745}@media only screen and (max-width:660px){.datepicker-range-footer-button[data-v-1f79e0c6]{font-size:10pt;padding-right:unset}}@media screen and (max-width:640px){.salesHistoryFilters .datepicker__icon[data-v-1f79e0c6]{width:16px;height:16px}}.salesHistoryList .main-input{height:38px;line-height:34px;border-radius:5px;padding-right:35px;position:relative}.salesHistoryList__searchWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.salesHistoryList__iconWrap{position:absolute;right:10px;top:0;bottom:0;margin:auto;cursor:pointer;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.salesHistoryList__icon{width:22px;height:22px;fill:#ced4da}.salesHistoryList__table{width:100%;height:calc(100vh - 236px);margin-top:5px;position:relative}.salesHistoryList__tableRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.salesHistoryList__tableRow.headerItem{font-weight:600}.salesHistoryList__tableItem{padding:.75rem;border-bottom:1px solid #dee2e6;font-size:10pt;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;cursor:pointer}.salesHistoryList__tableItem.headerItem{white-space:nowrap;overflow:auto}.salesHistoryListScroller{height:calc(100% - 45px);overflow:auto}.salesHistoryList .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform;width:100%}.salesHistoryList .vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.salesHistoryList__footer{width:100%;background:#fff;position:absolute;bottom:-23px;font-size:.75rem;font-weight:600;padding-top:5px}.salesHistoryList__noData{text-align:center;margin-top:20px;font-size:1.25rem;color:grey}.salesHistoryList__tableItem.itemCheckbox{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;padding:8px 0 0 40px!important;font-size:1rem!important}@media screen and (max-width:709px){.salesHistoryList__table{height:calc(100vh - 216px)}.salesHistoryListScroller{height:calc(100% - 40px)}}@media screen and (max-width:499px){.salesHistoryList__table{height:calc(100vh - 195px)}.salesHistoryList__tableItem.itemCheckbox{padding-left:30px}}.salesHistoryFilters__selectsWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 5px 0 0}.salesHistoryFilters__selectItem{width:calc(50% - 7.5px);margin-bottom:10px}.salesHistoryFilters__selectItem .main-input,.salesHistoryFilters__selectItem .main-input__select{height:38px;line-height:34px;border-radius:5px;padding-right:40px;font-size:.875rem}.salesHistoryFilters__selectLabel{font-size:1rem;margin-bottom:5px}.salesHistoryFilters .datepicker .main-input{width:100%;height:38px;line-height:34px;margin-bottom:0}.salesHistoryFilters .calendarLabel{width:100%;font-size:.875rem;overflow:auto;text-align:left}.salesHistoryFilters .datepicker-range{margin-bottom:0}@media (max-width:375px),screen and (max-width:768px) and (min-width:640px){.salesHistoryFilters__selectItem{width:100%;margin-bottom:5px}}@media screen and (max-width:640px){.salesHistoryFilters .datepicker .main-input,.salesHistoryFilters__selectItem .main-input,.salesHistoryFilters__selectItem .main-input__select{height:30px;line-height:26px}.salesHistoryFilters__selectItem{margin-bottom:2.5px;width:calc(50% - 5px)}.salesHistoryFilters__selectsWrap{padding:0 5px 0 0}}.salesHistory__printChecks{min-height:150px;width:100%;font-size:1.2rem;background:inherit;border-radius:10px;-webkit-box-shadow:0 0 5px #b3b3b3;box-shadow:0 0 5px #b3b3b3;-webkit-transition:all .3s;transition:all .3s}.salesHistory__printChecks:hover{background:#efefef}.salesHistory__printChecks-svg{fill:#6e6e6e;width:50px;height:50px}.salesHistory__block-printChecks{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}@media (max-width:800px){.salesHistory__block-printChecks{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.salesHistory{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.salesHistory__pane.left{width:60%;height:100%}.salesHistory__pane.left.disabled{opacity:.3;pointer-events:none}.salesHistory__pane.right{width:40%;height:100%}.salesHistory .listContainer{width:100%;height:auto;margin:0;padding:0;overflow:unset!important}.salesHistory__switch label{margin-bottom:0}.salesHistory__switch .custom-control-label,.salesHistory__switch label{cursor:pointer}.salesHistory .filters-opened{height:auto!important}.salesHistory__table{width:100%}.salesHistory__tableRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;min-height:45px}.salesHistory__tableRow.headerItem{font-weight:600}.headerItem .salesHistory__tableItem{white-space:nowrap;overflow:auto}.salesHistory__tableItem{padding:.75rem .75rem;border-bottom:1px solid #dee2e6;font-size:10pt;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto}.salesHistory .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform;width:100%}.salesHistory__noData{text-align:center;margin-top:20px;font-size:1.25rem;color:grey}.salesHistory__scrollerWrap{min-height:100px;position:relative}.salesHistory__footer{width:100%;background:#fff;position:absolute;bottom:-32px;left:0;padding-top:5px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:1px;min-height:32px}.salesHistory__footer,.salesHistory__footerLeft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.salesHistory__footerLeft{font-size:.75rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.salesHistory__footerRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#007bff;cursor:pointer}.salesHistory__footerRightPage{margin:0 2.5px;padding:0 5px;border-radius:5px;border:1px solid transparent;-webkit-transition:.3s;transition:.3s;font-size:.875rem}.salesHistory__footerRightPage:hover{background:#007bff;color:#fff}.salesHistory__footerRightPage.currentPage{border:1px solid #007bff}.salesHistoryScroller{height:100%;overflow:auto}.salesHistory__tableItem.fiscalization{-webkit-box-flex:0;-ms-flex:none;flex:none;width:60px}.salesHistory__tableItem.paymentType{-webkit-box-flex:0;-ms-flex:none;flex:none;width:70px}.salesHistory__tableItemIcon{width:14px;height:14px;margin:0 auto}.salesHistory__tableItem.repeateOrder{padding-top:.25rem!important;padding-bottom:.25rem!important;-webkit-box-flex:0;-ms-flex:none;flex:none;width:50px}.salesHistory__tableItem .repeateOrderInner{padding:2.5px 5px;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;position:relative;z-index:10000}.salesHistory__tableItemInner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.salesHistory__tableItem.paymentType .salesHistory__tableItemIcon{width:20px;height:20px}@media screen and (max-width:800px){.salesHistory__footer{min-height:20px}}@media screen and (max-width:791px){.salesHistory__pane.left,.salesHistory__pane.right{width:50%}.salesHistory__tableItem.repeateOrder{width:35px;padding:0 5px}.salesHistory__tableItem.paymentType .salesHistory__tableItemIcon{width:16px;height:16px}}@media screen and (max-width:768px){.salesHistory__pane.left .table{font-size:12px}.salesHistory__pane.left{width:45%}.salesHistory__pane.right{width:55%}.salesHistory__tableItem{font-size:8pt}.salesHistory__tableItem.fiscalization{width:55px}}@media screen and (max-width:768px) and (min-width:640px){.salesHistory__switchText{font-size:1rem}.salesHistory__footer{bottom:-37.5px}.salesHistory__footerLeft{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.salesHistory__footerLeft,.salesHistory__tableItem.paymentType,.salesHistory__tableItemInner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.salesHistory__tableItem.paymentType,.salesHistory__tableItemInner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.salesHistory__tableItem.paymentType{width:50px}.salesHistory__tableItem{padding:.25rem .25rem}}@media screen and (max-width:640px){.salesHistory__tableItem{padding:.25rem .75rem}.salesHistory__tableRow{min-height:35px}}@media screen and (max-width:639px){.salesHistory{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.salesHistory__pane.left{height:40%}.salesHistory__pane{width:100%!important}.salesHistory__pane.right{height:calc(45% - 20px);min-height:220px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-bottom:20px}.salesHistory__btnInnerWrap{width:calc(50% - 5px)}.salesHistory__btnInnerWrap .salesHistory__btn{height:50px;width:100%!important;font-size:1rem;border-radius:7px}.salesHistory__tableItem.paymentType{width:60px}}@media screen and (max-width:575px){.salesHistory__pane.left .filterContainer .datepicker .dateRangeInput{width:calc(100% - 10px)}}@media screen and (max-width:499px){.salesHistory__switchText{font-size:1rem}.salesHistory__switch .custom-control-label:before{top:6px!important}.salesHistory__switch .custom-control-label:after{top:8px!important}.salesHistory__tableItem{padding:.15rem .25rem}.salesHistory__tableItem.fiscalization{width:40px}.salesHistory__footer{padding-bottom:12px;bottom:-38px}}@media screen and (max-width:425px){.salesHistory__footerRightPage{font-size:.875rem}}@media screen and (max-width:399px){.salesHistory__footerLeft{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.salesHistory__footer{padding-bottom:10px;bottom:-46px}}@media screen and (max-width:350px){.salesHistory__btnInnerWrap .salesHistory__btn{font-size:12px}.salesHistory__tableItem.paymentType,.salesHistory__tableItemInner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.salesHistory__tableItem.paymentType{width:50px}.salesHistory__tableItem{padding:.25rem .25rem}}.motionDetails__headline{text-align:center;font-size:30px;font-weight:600}.motionDetails__innerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.motionDetails__pane{width:50%;margin-top:30px}.motionDetails__pane.leftPane{padding-right:20px}.motionDetails__pane.rightPane{padding-left:20px}.motionDetails__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px;border-bottom:1px solid #e4e4e4;line-height:2rem}.motionDetails__itemTitle{font-weight:600}.motionDetails__bottomInfo{margin-top:20px}.motionDetails__sumWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-weight:900;font-size:1.3rem;margin-top:20px}.motionDetails__sumValue{font-weight:700;font-size:2rem;margin-left:10px}@media screen and (max-width:767px){.motionDetails__pane{width:100%}.motionDetails__pane.leftPane{padding-right:0}.motionDetails__pane.rightPane{padding-left:0}}.reportBonuses__table[data-v-6db20d8c]{width:100%;height:100%}.reportBonuses__tableRow[data-v-6db20d8c]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:45px}.reportBonuses__tableRow.headerItem[data-v-6db20d8c]{font-weight:600}.reportBonuses__scrollerWrap[data-v-6db20d8c]{position:relative}.reportBonusesScroller[data-v-6db20d8c]{height:100%;overflow:auto}.reportBonuses__noData[data-v-6db20d8c]{text-align:center;margin-top:20px;font-size:1.25rem;color:grey}.reportBonuses__tableItem[data-v-6db20d8c]{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:.75rem .75rem;border-bottom:1px solid #dee2e6;font-size:.875rem;-ms-flex:1 1 0%;flex:1 1 0%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:auto;text-align:center}.reportBonuses__tableItem_id[data-v-6db20d8c]{-webkit-box-flex:0;-ms-flex:0 1 10%;flex:0 1 10%}.reportBonuses .vue-recycle-scroller.ready .vue-recycle-scroller__item-view[data-v-6db20d8c]{position:absolute;top:0;left:0;will-change:transform;width:100%}.reportBonuses__footer[data-v-6db20d8c]{width:100%;background:#fff;position:absolute;height:1.75rem;bottom:-1.75rem;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.reportBonuses__footerLeft[data-v-6db20d8c]{font-size:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reportBonuses__footerRight[data-v-6db20d8c]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.85rem;gap:10px;color:#000}.reportBonuses__footer_accrual[data-v-6db20d8c]{color:#28a745}.reportBonuses__footer_writeoff[data-v-6db20d8c]{color:#b81016}.reportBonuses__icon[data-v-6db20d8c]{width:14px;height:14px}@media screen and (max-width:425px){.reportBonuses__footer[data-v-6db20d8c]{height:2.75rem;bottom:-3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reportBonuses__footerRight[data-v-6db20d8c]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}}.reportMotions__table{width:100%;height:100%}.reportMotions__tableRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;min-height:45px}.reportMotions__tableRow.headerItem{font-weight:600}.reportMotions__scrollerWrap{position:relative}.reportMotionsScroller{height:100%;overflow:auto}.reportMotions__noData{text-align:center;margin-top:20px;font-size:1.25rem;color:grey}.reportMotions__tableItem{padding:.75rem .75rem;border-bottom:1px solid #dee2e6;font-size:.875rem;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:auto}.reportMotions .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform;width:100%}.reportMotions__footer{width:100%;background:#fff;position:absolute;height:1.75rem;bottom:-1.75rem;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.reportMotions__footerLeft{font-size:.75rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.reportMotions__footerLeft,.reportMotions__footerRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reportMotions__footerRight{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#007bff;cursor:pointer}.reportMotions__footerRightPage{margin:0 2.5px;padding:0 5px;border-radius:5px;border:1px solid transparent;-webkit-transition:.3s;transition:.3s;font-size:.875rem}.reportMotions__footerRightPage:hover{background:#007bff;color:#fff}.reportMotions__footerRightPage.currentPage{border:1px solid #007bff}.reportMotions__icon{width:14px;height:14px}@media screen and (max-width:425px){.reportMotions__footerRightPage{font-size:.875rem}}.shiftStatistics__headline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.shiftStatistics__title{font-size:1.25rem;white-space:nowrap;overflow:auto}.shiftStatistics__select.main-input__select{width:auto;max-width:50%;min-width:100px;border-radius:5px;padding-right:35px;line-height:30px;height:30px}.shift-report__shiftStats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.shift-report__shiftStatsPane{width:calc(50% - 5px);border-radius:7px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:10px;position:relative;padding-bottom:40px;overflow:hidden;max-height:150px;-webkit-transition:.2s;transition:.2s}.shift-report__shiftStatsPane.opened{max-height:300px}.shift-report__shiftStatsHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#fff;margin-bottom:5px}.shift-report__shiftStatsHeaderLeft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shift-report__shiftStatsHeaderButtonUnderline{width:100%;background:#fff;height:2px;border-radius:10px}.shift-report__shiftStatsItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:.875rem;margin-top:10px}.shift-report__shiftStatsItemRight{font-weight:600}.shift-report__shiftStatsShowMore{width:100%;color:#fff;font-size:.875rem;font-weight:600;position:absolute;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin:0 0 0 -10px;padding:10px}.shift-report__shiftStatsShowMoreIcon{width:12px;height:12px;-webkit-transform:rotate(180deg);transform:rotate(180deg);fill:#fff;margin:2px 0 0 5px;-webkit-transition:.3s;transition:.3s}.shift-report__shiftStatsShowMoreIcon.opened{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.shift-report__shiftStatsItemLeft{cursor:pointer}.shift-report__shiftStatsInnerWrap{overflow:auto}.shift-report__shiftStatsTab{font-size:1rem;font-weight:500;padding:2px 0;height:30px;cursor:pointer;position:relative;z-index:1}.shift-report__shiftStatsTabTitle{margin-right:20px}.shift-report__shiftStatsTab:first-child:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:left;transform-origin:left;margin-left:calc(100% - 20px);margin-top:3px}.shift-report__shiftStatsTab:after{content:"";display:block;width:0;height:1px;background:#fff;-webkit-transition-duration:.2s;transition-duration:.2s;margin-top:3px}.underlineActive:after{content:"";display:block;width:calc(100% - 20px);height:1px;background:#fff}@media screen and (max-width:800px){.shift-report__shiftStatsPane{max-height:140px}.shift-report__shiftStatsShowMoreIcon{margin:0 0 0 5px}}@media screen and (max-width:709px){.shift-report__shiftStatsTab{margin-right:5px}}@media screen and (max-width:639px) and (min-width:499px){.shift-report__shiftStatsTab{margin-right:0}}@media screen and (max-width:499px){.shift-report__shiftStatsPane{width:100%}.shift-report__shiftStatsPane:first-child{margin-bottom:10px}.shift-report__shiftStatsPane:last-child{max-height:140px}}.shiftStatusData__item{padding:5px 10px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);width:calc(33.3% - 6.5px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.shiftStatusDataIcon{width:36px;height:36px;fill:#878787}.shiftStatusData__headline{color:#878787;font-size:.75rem}.shiftStatusDataIconWrap{width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shiftStatusData__description{font-size:.875rem;font-weight:600}.shiftStatusData__innerItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.shift-report__shiftDateTimeHeadline{font-weight:600}.shiftStatusData__item p{font-size:14px}.shift-report__shiftInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:5px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.shift-report__shiftDateTimeDesc{font-size:12px!important;color:grey}.shift-report__shiftDateTimeItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shift-report__shiftDateTimeItem.sm{margin-left:20px}.shift-report__shiftDateTimeItem.md{margin-left:30px}.shift-report__shiftDateTimeItem.lg{margin-left:40px}.shiftStatusData__right{margin-left:10px}@media screen and (max-width:1280px){.shift-report__shiftDateTimeHeadline{font-size:14px}.shift-report__shiftDateTimeItem.sm{margin-left:10px}.shift-report__shiftDateTimeItem.md{margin-left:20px}.shift-report__shiftDateTimeItem.lg{margin-left:30px}}@media screen and (max-width:709px){.shiftStatusData__item{width:calc(50% - 5px)}}@media screen and (max-width:639px){.shiftStatusData__item{width:100%}}@media screen and (max-width:499px){.shiftStatusDataIconWrap{width:50px;height:50px}}@media screen and (max-width:375px){.shift-report__shiftDateTimeHeadline{font-size:12px}}.shift-report__shiftData{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.shift-report__shiftData,.shift-report__shiftDataItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shift-report__shiftDataItem{padding:5px 10px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);width:calc(25% - 5px);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.shift-report__shiftDataIconWrap{width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%}.shift-report__shiftDataIcon{width:36px;height:36px;fill:#878787}.shift-report__shiftDataRight{margin-left:10px}.shift-report__shiftDataTitle{color:#878787;font-size:.75rem}.shift-report__shiftDataValue{font-size:1.15rem;font-weight:600}@media screen and (max-width:900px){.shift-report__shiftData,.shift-report__shiftInfo{-ms-flex-wrap:wrap;flex-wrap:wrap}.shift-report__shiftDataItem,.shift-report__shiftDateTime{width:calc(50% - 5px)}}@media screen and (max-width:499px){.shift-report__shiftDataIconWrap{width:50px;height:50px}.shift-report__shiftDataIcon{width:30px;height:30px}.shift-report__shiftDataRight{margin-left:0}}@media screen and (max-width:375px){.shift-report__shiftDataItem{width:100%}}.shift-report__productsTableInnerWrap{border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden}.shift-report__noData{text-align:center;color:#bbb;font-size:20px}.shift-report__productsTable{width:100%;font-size:10pt;border:1px solid #f6f6fa;border-collapse:collapse}.shift-report__productsTable td,.shift-report__productsTable th{border-bottom:1px solid #dee2e6}.shift-report__productsTableHead{position:sticky;top:0;z-index:10}.shift-report__productsTable td{padding:.75rem}.shift-report__productsTable-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shift-report__productsTableWrap.shift-report{height:calc(100vh - 350px)}.shift-report__productsTableWrap .shift-report__productsTableHead{background:#f6f6fa}.shift-report__productsTable-title span{color:#666b85;font-weight:400!important;font-size:14px}.shift-report__productsTableIcon{width:10px;height:10px;margin-left:3px;fill:#a1a4b5}@media screen and (max-width:499px){.shift-report__productsTable-title{padding:.2rem .5rem!important}.shift-report__productsTable td{padding:.5rem}}.fiscalOrder-digital,.noFiscalOrder-digital{font-family:Arial,sans-serif;text-align:left;width:100%;margin:0 auto;min-height:500px;max-height:700px;font-size:16px}.receipt-err{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fiscalOrder__components>#downimg{width:100%!important;font-size:1em!important;background:transparent!important}.fiscalOrder__components>#downimg>.printString{font-size:1em!important}.fiscalOrder__components>#downimg>.printString.printString__line{text-align:center!important;line-height:.8em;letter-spacing:.1em}.fiscalOrder__components>#downimg>.printString.printString__defaultString{font-size:1.3em!important}@media screen and (max-width:499px){.fiscalOrder__components>#downimg>.printString{font-size:.9em!important}}.shift-report__XreportDigital .modal__body{overflow:auto}.report-button{min-height:150px;width:100%;font-size:1.2rem;background:inherit;border-radius:10px;-webkit-box-shadow:0 0 5px #b3b3b3;box-shadow:0 0 5px #b3b3b3;-webkit-transition:all .3s;transition:all .3s}.report-button:hover{background:#efefef}.shift-report__printPickType{height:50px;width:40px;position:absolute;top:0;right:70px;bottom:0;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-radius:0 7px 7px 0;-webkit-transition:.3s;transition:.3s}.shift-report__printPickTypeDropdown{padding:10px 0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:-20%;-webkit-transform:translateY(-100%);transform:translateY(-100%);white-space:nowrap;right:0;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);background:#fff;text-align:left}.shift-report__printPickTypeItem_title{-webkit-transition:.3s;transition:.3s;padding:8px 20px}.shift-report__printPickTypeItem_title:hover{background:#ededed}.shift-report__printPickType_icon{width:15px;height:15px;-webkit-transition:.2s;transition:.2s}.shift-report__modalPane .main-input{border:2px solid transparent}.shift-report__modalPane{width:50%;margin-bottom:10px}.shift-report__modalPane:first-child{padding-right:7.5px}.shift-report__modalPane:last-child{padding-left:7.5px}.shift-report__modalPane.fullWidth{width:100%;padding-left:0;padding-right:0}.shift-report__modalPaneTitle{font-size:16px;margin:0 0 5px 0!important}.shift-report__modalReportInputs .modal__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shift-report__checkbox{margin-bottom:5px;cursor:pointer}.shift-report__checkbox .custom-control-label{cursor:pointer}.shift-report__productsTableLabel{font-size:1rem;margin:10px 0;font-weight:600}@media screen and (max-width:499px){.shift-report__printPickType{width:30px}}@media screen and (max-width:375px){.shift-report__printPickType{width:24px}.shift-report__printPickType_icon{width:12px;height:12px}}.dialog__buttonsWrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.startBalance .main-input__label{margin-top:15px}.startBalance__balance{font-size:1.25rem}.startBalance__input{padding-right:25px}.startBalance__unit{position:absolute;font-size:18px;right:10px;top:0;bottom:0;margin:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.startBalance__balanceType{font-size:.875rem;color:grey}.incasation .main-input__label{margin-top:15px}.incasation__input{padding-right:25px}.incasation__unit{position:absolute;font-size:18px;right:10px;top:0;bottom:0;margin:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.incasation__amount{font-size:1.25rem}.incasation__amountType{font-size:.875rem;color:grey}.delete-cell[data-v-47bc45af]{margin-left:-15px}.table-row[data-v-47bc45af]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:.05s ease;transition:.05s ease;border-bottom:1px solid #dee2e6;cursor:pointer}.table-cell[data-v-47bc45af],.table-row[data-v-47bc45af]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.table-cell[data-v-47bc45af]{padding:10px 8px 10px 10px;font-weight:400;font-size:12px}.table-row[data-v-47bc45af]:hover{background-color:#def9ff!important}.disabled[data-v-47bc45af],.disabled[data-v-47bc45af]:hover{background-color:#f2f2f2!important}.item-string.gray[data-v-47bc45af]{background:#f2f2f2}.hover .item-string[data-v-47bc45af]{background:#def9ff}.item[data-v-47bc45af]{padding-left:10px}.hidden[data-v-47bc45af]{visibility:hidden}.unique-color[data-v-47bc45af]{background:rgba(33,130,214,.2)}.icon[data-v-47bc45af]{color:#ca171c}.scroll-wrapper .vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:scroll}.filtersCurtain__innerWrap_middleIcon[data-v-42f3e47b]{position:absolute;font-size:14px;right:10px;top:4px;color:#dee2e6;cursor:pointer}.form-control[data-v-42f3e47b]:focus{border-color:#106090}input[type=time]{margin-bottom:0!important}input[type=time]::-webkit-calendar-picker-indicator{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnpNMTIgMjBjLTQuNDIgMC04LTMuNTgtOC04czMuNTgtOCA4LTggOCAzLjU4IDggOC0zLjU4IDgtOCA4eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMTIuNSA3SDExdjZsNS4yNSAzLjE1Ljc1LTEuMjMtNC41LTIuNjd6Ii8+PC9zdmc+) no-repeat 50%;background-size:contain}.filtersCurtain{width:320px;height:calc(100vh - 70px);position:fixed;background:#fff;z-index:3;-webkit-transition:.2s;transition:.2s;top:70px;border-right:1px solid #dee2e6;left:320px;cursor:default}.dialogbox .filtersCurtain,.dialogbox .filtersCurtainBlur,.dialogbox .filtersCurtainWrap{display:none}.filtersCurtainBlur{width:calc(100% - 320px);background:#b9b9b9;backdrop-filter:blur(15px);opacity:0;position:fixed;top:0;right:0;z-index:-1}.filtersCurtain__innerWrap_headline{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;background:#ecf1f5;font-weight:600}.filtersCurtain__innerWrap_headline,.filtersCurtain__innerWrap_headlineIcon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#979797}.filtersCurtain__innerWrap_headlineIcon{font-size:10px;cursor:pointer;margin-right:2px;width:35px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:6px}.filtersCurtain__select{margin-top:5px}.filtersCurtain__innerWrap_bottom{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;width:calc(100% - 30px);bottom:15px;left:15px}.filtersCurtain__innerWrap_top{height:calc(100% - 125px);overflow:auto;padding-right:15px;padding-top:10px}.filtersCurtain__innerWrap_dateTime{display:-webkit-box;display:-ms-flexbox;display:flex;height:45px;margin:10px 0 0 15px}.filtersCurtain__innerWrap_datePicker{width:140px;margin-right:10px}.filtersCurtain__innerWrap_timePicker{width:140px}.filtersCurtain__btn{width:100%}.filtersCurtain__innerWrap_item.top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px;margin-left:15px;font-size:16px}.filtersCurtain__innerWrap_itemList{max-height:200px;overflow:auto;padding-left:15px}.filtersCurtain__innerWrap_checkbox{font-size:14px;margin-top:5px;display:block}.filtersCurtain__innerWrap_checkbox label{cursor:pointer}.filtersCurtain__innerWrap_checkbox.pickAll label{color:#106090;font-weight:500;margin:5px 0 0 15px}.filtersCurtain .filtersCurtain__innerWrap_checkbox label:after,.filtersCurtain .filtersCurtain__innerWrap_checkbox label:before{width:16px!important;height:16px!important;top:3px!important;cursor:pointer}.filtersCurtain__innerWrap_switch.custom-control.custom-switch{margin-right:-5px}.filtersCurtain__divider{width:calc(100% - 15px);height:1px;background:#dee2e6;margin:10px 0 10px 15px}.filtersCurtain__innerWrap_itemCount{font-size:12px;color:grey;margin-left:5px}.filtersCurtain__innerWrap_middle{padding-left:15px;position:relative}.filtersCurtain__innerWrap_middleInput{height:26px;margin-bottom:5px!important;padding:0;font-size:12px;border:none;border-bottom:2px solid #dee2e6;border-radius:0}.filtersCurtain__innerWrap_empty{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;font-size:12px;color:grey;font-weight:500}.filtersCurtain__innerWrap.shiftText{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.filtersCurtain__innerWrap_itemList .filtersCurtain__innerWrap_shiftItem:not(:first-child){margin-top:5px}.filtersCurtain__innerWrap_checkbox.chooseShifts{cursor:pointer;font-weight:500;color:#106090}.show-filters-enter-active{-webkit-animation:show_curtain-in .3s;animation:show_curtain-in .3s}.show-filters-leave-active{animation:show_curtain-in .3s reverse}@-webkit-keyframes show_curtain-in{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes show_curtain-in{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@media screen and (max-width:1366px){.filtersCurtain{left:260px}.filtersCurtainBlur{width:calc(100% - 260px)}}@media screen and (max-width:799px){.filtersCurtain{width:300px;left:20px}.filtersCurtainBlur{width:calc(100% - 24px)}}@media screen and (max-width:499px){.filtersCurtain{width:calc(100% - 20px)}.filtersCurtainBlur{width:calc(100% - 24px)}.filtersCurtain__innerWrap_dateTime{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;margin-bottom:15px}.filtersCurtain__innerWrap_datePicker{width:100%;margin-right:10px}.filtersCurtain__innerWrap_timePicker{width:100%;margin:0}}.filtersComponent .custom-checkbox>.custom-control-label:after,.filtersComponent .custom-checkbox>.custom-control-label:before,.filtersComponent .custom-radio>.custom-control-label:after,.filtersComponent .custom-radio>.custom-control-label:before{width:20px!important;height:20px!important}.blockFilters[data-v-195ee8db]{pointer-events:none;color:#b4b4b4!important}.filtersComponent[data-v-195ee8db]{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.datePickerOverlay[data-v-195ee8db]:not(:has(*)){display:none}.filtersCurtain__innerWrap_middle[data-v-195ee8db]{padding-left:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:15px!important;border-bottom:2px solid #d3d3d3}.searchInput[data-v-195ee8db],.searchInput[data-v-195ee8db]:focus,.searchInput[data-v-195ee8db]:hover{margin:0!important;outline:none;border:none;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;font-size:12px;padding:1px 2px}.filtersCurtain__innerWrap_middle[data-v-195ee8db]:has(.searchInput:focus){-webkit-transition:all .2s!important;transition:all .2s!important;border-bottom:2px solid #106090}.filtersCurtain__innerWrap_middleIcon[data-v-195ee8db]{position:absolute;font-size:14px;right:5px;top:0;color:#dee2e6;cursor:pointer}.headerFiltersIcon[data-v-195ee8db]{width:12px;height:12px;margin:0 5px 0 10px;-webkit-transition:.2s;transition:.2s}.flex-container-HF[data-v-195ee8db]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;width:100%;margin:5px 0}.header-filter-block[data-v-195ee8db]{position:relative;display:-webkit-box;display:-ms-flexbox;white-space:nowrap;line-height:38px;cursor:pointer;padding:0 10px;height:38px;font-size:16px;border:1px solid #ced4da;border-radius:5px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-filter-block span[data-v-195ee8db]{font-weight:400}#hf-allFilters[data-v-195ee8db]{border:1px solid #ced4da;border-radius:5px;color:#fff!important;padding:0;height:38px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dialogbox #hf-allFilters[data-v-195ee8db]{display:none}#hf-allFilters span[data-v-195ee8db]{color:#000!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center}.header-filter-block__filtersIcon[data-v-195ee8db]{width:40px;padding:0 10px}.sol-caret[data-v-195ee8db]{position:relative;left:5px;width:20px;height:8px;vertical-align:middle;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;margin-right:5px;top:17px;background:url(/img/arrow_black.svg) no-repeat 100%;background-size:19px 12px}.flex-container-HF .icon-filter[data-v-195ee8db]{margin-left:5px;color:#106090}.hf-check[data-v-195ee8db],.hf-disabled[data-v-195ee8db]{color:#b4b4b4}#hf-allFilters .hf-disabled[data-v-195ee8db]{color:#b4b4b4!important}.hf-check>.sol-caret[data-v-195ee8db]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.hf-disabled>.sol-caret[data-v-195ee8db]{border-top-color:#b4b4b4}.filters-outer .selectHeaderFilter[data-v-195ee8db],.listContainer .selectHeaderFilter[data-v-195ee8db],.top-sales-HF .selectHeaderFilter[data-v-195ee8db]{width:280px;margin-top:0!important}.selectHeaderFilter[data-v-195ee8db]{min-width:280px}.filter-end-gradient[data-v-195ee8db]:after{content:"";position:absolute;right:10px;top:0;width:50px;height:100%;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.06666666666666667)),to(hsla(0,0%,100%,.8)));background:linear-gradient(90deg,hsla(0,0%,100%,.06666666666666667),hsla(0,0%,100%,.8))}.dialogHF .custom-checkbox .custom-control-label[data-v-195ee8db]{margin-bottom:1rem;font-size:10pt}.dialog-buttons[data-v-195ee8db]{white-space:nowrap;padding-bottom:10px;font-weight:500;font-size:1rem;color:#106090;width:100%;z-index:999}.selectHeaderFilter label[data-v-195ee8db]{margin-bottom:5px!important}.selectHeaderFilter[data-v-195ee8db]{position:absolute;z-index:2;left:10px;padding:10px 15px;border-radius:5px;background:#fff;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.3);box-shadow:0 5px 8px rgba(0,0,0,.3)}.fade-select-enter-active[data-v-195ee8db]{-webkit-animation:fade-select-in-195ee8db .2s;animation:fade-select-in-195ee8db .2s}.fade-select-leave-active[data-v-195ee8db]{animation:fade-select-in-195ee8db .2s reverse}@-webkit-keyframes fade-select-in-195ee8db{0%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes fade-select-in-195ee8db{0%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}#hf-allFilters.hideAllFilters[data-v-195ee8db]{display:none}.header-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:43px;margin-right:8px;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.header-row .checkbox{padding-left:8px;padding-right:2px;width:34px}.header-item{font-size:10pt;font-weight:500;color:#106090;padding:10px 8px 10px 10px}.header-item:first-child{margin-left:20px}.search-input[data-v-27ff40d1]{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.clear-search[data-v-27ff40d1],.search-input[data-v-27ff40d1]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clear-search[data-v-27ff40d1]{width:24px;fill:#ced4da;border:0 solid #ced4da;color:#ced4da;position:absolute;right:0;padding:0;font-size:17pt;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vertical-center[data-v-27ff40d1]{top:0}.search[data-v-27ff40d1]{width:0;padding-right:23px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-color:transparent!important;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2)!important;box-shadow:0 0 5px rgba(0,0,0,.2)!important}.search[data-v-27ff40d1],.search[data-v-27ff40d1]:focus{background-color:transparent}.search[data-v-27ff40d1]::-webkit-input-placeholder{color:#818181!important}.search[data-v-27ff40d1]::-moz-placeholder{color:#818181!important}.search[data-v-27ff40d1]:-ms-input-placeholder{color:#818181!important}.search[data-v-27ff40d1]::-ms-input-placeholder{color:#818181!important}.search[data-v-27ff40d1]::placeholder{color:#818181!important}.hide .clear-search[data-v-27ff40d1]{opacity:0}.show .clear-search[data-v-27ff40d1],.show .icon-search[data-v-27ff40d1]{opacity:1;z-index:1}.search[data-v-27ff40d1]{width:100%!important;height:38px!important;padding-right:45px}.search:focus+.icon-search[data-v-27ff40d1]{color:#80bdff!important}.icon-search[data-v-27ff40d1]{width:22px;height:22px;font-size:18px;position:absolute;left:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width:1149px){.clear-search[data-v-27ff40d1]{left:auto}.show .search[data-v-27ff40d1]{width:100%!important;padding-left:45px;padding-right:45px}}@media screen and (max-width:499px){.search[data-v-27ff40d1]{height:33.5px!important}}.listContainer[data-v-e9b67ce0]{width:100%;height:0}.listContainer .selectColumn[data-v-e9b67ce0]{position:absolute;z-index:1;right:5px;padding:10px 15px;margin-top:10px;border-radius:5px;background:#fff;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.3);box-shadow:0 5px 8px rgba(0,0,0,.3)}.table[data-v-e9b67ce0]{margin-top:20px}.dialog-container[data-v-e9b67ce0]{width:100%;height:calc(100% - 101px)}.flex-container-HF[data-v-e9b67ce0],.flex-container[data-v-e9b67ce0]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%}th.sel-col[data-v-e9b67ce0]{display:-webkit-box;display:-ms-flexbox;display:flex}th.sel-col[data-v-e9b67ce0]:first-child{-webkit-box-flex:0;-ms-flex:0;flex:0}th.sel-col[data-v-e9b67ce0]:nth-child(2){-webkit-box-flex:0;-ms-flex:0;flex:0;min-width:40px}th.sel-col[data-v-e9b67ce0]:nth-child(3){-webkit-box-flex:6;-ms-flex:6;flex:6}th.sel-col[data-v-e9b67ce0]:nth-child(4){-ms-flex-negative:1;flex-shrink:1;min-width:180px}th.sel-col[data-v-e9b67ce0]:last-child{-ms-flex-negative:1;flex-shrink:1;min-width:60px;margin-right:8px}.table-content[data-v-e9b67ce0]{font-size:12px;margin-bottom:0!important;width:100%}.page-wrapper[data-v-e9b67ce0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search-wrapper[data-v-e9b67ce0]{position:relative}.scroll-content[data-v-e9b67ce0],.scroll-wrapper[data-v-e9b67ce0]{position:relative;width:100%;height:100%;overflow:hidden}.scroller[data-v-e9b67ce0]{position:absolute;width:100%;height:100%;overflow:auto}.table-container[data-v-e9b67ce0]{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.filter-left[data-v-e9b67ce0]{height:calc(100% + 10px);position:relative;top:-10px}.table-right[data-v-e9b67ce0]{width:100%;height:100%}.page-table[data-v-e9b67ce0]{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.page-table .item[data-v-e9b67ce0]{overflow-x:hidden;word-wrap:break-word}.page-table .content-table[data-v-e9b67ce0]{-webkit-box-flex:100%;-ms-flex:100% 1 1;flex:100% 1 1;position:relative}.page-table .wrapper-table[data-v-e9b67ce0]{overflow:auto;position:absolute;top:0;bottom:0;left:0;right:0}.footer-table[data-v-e9b67ce0]{font-weight:700;cursor:default;position:absolute;-webkit-box-flex:1;-ms-flex:auto 0 0px;flex:auto 0 0;line-height:30px;bottom:65px;left:15px;right:15px;margin-top:-1px;border-top:1px solid #dee2e6}.page-table .selectColumn[data-v-e9b67ce0]{position:absolute;z-index:2;left:10px;top:50px;padding:10px 15px;border-radius:5px;background:#fff;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.3);box-shadow:0 5px 8px rgba(0,0,0,.3)}.table-main[data-v-e9b67ce0]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-main-outer[data-v-e9b67ce0]{font-size:12px;max-width:100%;overflow-x:auto;height:calc(100% - 33px)}.hidden-item[data-v-e9b67ce0]{visibility:hidden}.page-table .clear-search[data-v-e9b67ce0]:hover{color:#212529}.all-products-table .above-table[data-v-e9b67ce0]{display:-webkit-box;display:-ms-flexbox;display:flex}.all-products-table .choose-view-table-buttons[data-v-e9b67ce0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.all-products-table .choose-view-table-buttons .btn-select-columns[data-v-e9b67ce0],.all-products-table .choose-view-table-buttons .btn-switch-view[data-v-e9b67ce0]{color:#106090;height:30px;background:#fff;border:none;font-size:14pt;text-align:center;padding:0 5px}.all-products-table .choose-view-table-buttons .btn-select-columns.selected[data-v-e9b67ce0],.all-products-table .choose-view-table-buttons .btn-select-columns[data-v-e9b67ce0]:hover,.all-products-table .choose-view-table-buttons .btn-switch-view[data-v-e9b67ce0]:hover{color:#000;background:#def9ff;border-radius:5px}.all-products-table .choose-view-table-buttons .custom-control-label[data-v-e9b67ce0]{width:100%}.all-products-table .choose-view-table-buttons .btn-select-columns[data-v-e9b67ce0]:before,.all-products-table .choose-view-table-buttons .btn-switch-view[data-v-e9b67ce0]:before{display:-webkit-box;display:-ms-flexbox;display:flex}.all-products-table .choose-view-table-buttons .dis .custom-control-input:checked~.custom-control-label[data-v-e9b67ce0]:before{border-color:#adb5bd!important;background-color:#adb5bd!important}.all-products-table .choose-view-table-buttons .custom-control-input[disabled]~.custom-control-label[data-v-e9b67ce0],.custom-control-input:disabled~.custom-control-label[data-v-e9b67ce0]{color:#6c757d}.all-products-table .choose-view-table-buttons .dis .custom-control-label[data-v-e9b67ce0]:before{border-color:#adb5bd!important;background-color:#adb5bd!important}.all-products-table .header-filter-block.massaction-hf[data-v-e9b67ce0]:last-child{margin-right:10px}.all-products-table .btn-barcode[data-v-e9b67ce0],.all-products-table .btn-search[data-v-e9b67ce0]{border:1px solid #adb5bd;height:38px;background:#eff3f8;border-radius:.25rem;margin-left:5px;font-size:14pt}.all-products-table .btn-barcode.active[data-v-e9b67ce0]{color:#fff;background-color:#6c757d;border-color:#6c757d}@media (max-width:1000px){.filter-left[data-v-e9b67ce0]{display:none}}@media (max-width:499px){.table-main-outer[data-v-e9b67ce0]{height:calc(100% - 43px)}}.uklistitem{z-index:100000000}.linck_li{color:#3693cf;cursor:pointer;list-style:none;padding:15px 0}.fade_uk-enter-active{-webkit-animation:fade_uk-in .5s;animation:fade_uk-in .5s}.fade_uk-leave-active{animation:fade_uk-in .5s reverse}@-webkit-keyframes fade_uk-in{0%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;-webkit-transform-origin:top;transform-origin:top}to{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;transform-origin:top}}@keyframes fade_uk-in{0%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;-webkit-transform-origin:top;transform-origin:top}to{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;transform-origin:top}}.greenHover:hover{background:rgba(160,247,160,.5)}.inputsTable th[data-v-6867c501]{text-align:center}.inputsTable[data-v-6867c501]{font-size:9pt}.table-input-name input[data-v-573495e9]{height:38px;margin:0!important}.input-name-btn[data-v-573495e9]{height:38px}.row-name[data-v-573495e9]{padding:10px!important}.input-name[data-v-573495e9]:-moz-read-only{height:38px;background-color:#fff!important;margin:0 0 16px;cursor:text!important}.input-name[data-v-573495e9]:read-only{height:38px;background-color:#fff!important;margin:0 0 16px;cursor:text!important}.input-name[data-v-573495e9]:disabled{background-color:#e9ecef!important;cursor:not-allowed!important;position:absolute;border-radius:4px;width:100%}.select-mode[data-v-573495e9]{position:absolute;width:100%;top:0;background:#fff;z-index:10;border-radius:3px;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.3);box-shadow:0 5px 8px rgba(0,0,0,.3);font-size:16px;cursor:default}.select-mode .select-mode-search[data-v-573495e9]{padding:7px 24px 5px 12px;margin:0!important;-webkit-transition:all .2s;transition:all .2s;width:calc(100% - 42px);border:none;border-bottom:2px solid #d3d3d3}.select-mode .select-mode-search[data-v-573495e9]:hover{-webkit-transition:all .2s!important;transition:all .2s!important;border-bottom:2px solid #b4b4b4!important}.select-mode .select-mode-search[data-v-573495e9]:focus{-webkit-transition:all .2s!important;transition:all .2s!important;outline:none!important;border-bottom:2px solid #106090!important}.select-mode .select-mode-clear[data-v-573495e9]{position:absolute;right:50px;top:-2px;font-size:24px;padding:0;cursor:pointer;color:#b4b4b4}.select-mode .select-mode-clear[data-v-573495e9]:hover{color:#a0a0a0}.select-mode-btn[data-v-573495e9]{z-index:11!important;border-bottom-right-radius:0;background:#f3f3f3;color:#000;border-color:#f3f3f3}.under-input-text[data-v-573495e9]{color:#28a745!important;height:16px;margin-top:38px!important;font-size:11px}.select-mode-container[data-v-573495e9]{width:100%;overflow-y:auto;padding:10px 0;height:100%;max-height:150px}.select-mode .select-mode-container .row[data-v-573495e9]{padding:5px 0;margin:0;cursor:pointer}.select-mode .select-mode-container .row[data-v-573495e9]:hover{background:#def9ff}.select-mode .add-product[data-v-573495e9]{color:#106090;padding:10px;padding-top:0;margin:0;cursor:pointer}.createDocument .addContainerOutterWrap.containers .row{margin:0!important}.addContainer__inputWrap .main-input{position:relative;border-radius:10px!important;padding:0 40px 0 10px}.addContainer__inputWrap{margin-bottom:10px}.addContainer__inputUnit{bottom:0;top:0;margin:auto;right:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute}.addContainer .main-input__label{margin-left:10px!important}thead td[data-v-e165ae0c]{color:#000!important}.table[data-v-e165ae0c]{font-size:9pt}.table td[data-v-e165ae0c]{vertical-align:middle!important}.table-input-name[data-v-5bd69ef6]{width:30%}.inputsTable input[data-v-5bd69ef6]{padding:6px 2px}.inputsTable[data-v-5bd69ef6]{border-spacing:2px!important}.inputsTable td[data-v-5bd69ef6]{cursor:default}.inputsTable table[data-v-5bd69ef6]{font-size:9pt!important}.table-select-quantity[data-v-5bd69ef6]{display:block;padding:0}.drop-down-text-capacity[data-v-5bd69ef6]{font-size:.8em;color:grey}.delete-container-button[data-v-5bd69ef6]{position:absolute;right:5px;height:25px;width:25px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.delete-container-button[data-v-5bd69ef6]:hover{color:red}.row-coming-desktop .table-select-quantity.form-control .dropdown-toggle{width:100%;text-align:left;z-index:2}.row-coming-desktop .dropdown-item:active,.row-coming-desktop .dropdown-item:active:hover{color:#fff!important}.select-labels-count-for-all{position:absolute;z-index:1;right:5px;top:30px;width:75px;margin-right:10px;background:#fff;border:1px solid #9fa8da}.select-labels-count-for-all-item{background:#fff}.select-labels-count-for-all-item:hover{background:#1e90ff;color:#fff}.google_image{width:calc(20% - 10px);background-size:cover;padding:5px;margin:5px;background-position:50%;height:133px;border-radius:5px;cursor:pointer}@media screen and (max-width:1280px){.google_image{width:calc(33% - 10px);height:200px}}@-webkit-keyframes vicp_progress{0%{background-position-y:0}to{background-position-y:40px}}@keyframes vicp_progress{0%{background-position-y:0}to{background-position-y:40px}}@-webkit-keyframes vicp{0%{opacity:0;-webkit-transform:scale(0) translatey(-60px);transform:scale(0) translatey(-60px)}to{opacity:1;-webkit-transform:scale(1) translatey(0);transform:scale(1) translatey(0)}}@keyframes vicp{0%{opacity:0;-webkit-transform:scale(0) translatey(-60px);transform:scale(0) translatey(-60px)}to{opacity:1;-webkit-transform:scale(1) translatey(0);transform:scale(1) translatey(0)}}.cropImage.modal__container{width:300px}.cropImage .modal__button{height:36px}.vicp-icon4{position:relative;display:block;width:50px;height:50px;cursor:pointer;-webkit-transition:-webkit-transform .18s;transition:-webkit-transform .18s;transition:transform .18s;transition:transform .18s,-webkit-transform .18s;-webkit-transform:rotate(0);transform:rotate(0)}.vicp-icon4:after,.vicp-icon4:before{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.23);box-shadow:0 1px 3px 0 rgba(0,0,0,.23);content:"";position:absolute;top:23px;left:10px;width:30px;height:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#fff}.vicp-icon4:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vicp-icon4:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.vicp-step1 .vicp-drop-area{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:35px;height:193px;border-radius:7px;background-color:rgba(0,0,0,.03);text-align:center;border:1px dashed rgba(0,0,0,.08);overflow:hidden}.vicp-step1 .vicp-drop-area .vicp-icon1{display:block;margin:0 auto 6px;width:42px;height:42px;overflow:hidden}.vicp-step1 .vicp-drop-area .vicp-icon1 .vicp-icon1-arrow{display:block;margin:0 auto;width:0;height:0;border-bottom:14.7px solid rgba(0,0,0,.3);border-left:14.7px solid transparent;border-right:14.7px solid transparent}.vicp-step1 .vicp-drop-area .vicp-icon1 .vicp-icon1-body{display:block;width:12.6px;height:14.7px;margin:0 auto;background-color:rgba(0,0,0,.3)}.vicp-step1 .vicp-drop-area .vicp-icon1 .vicp-icon1-bottom{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:12.6px;border:6px solid rgba(0,0,0,.3);border-top:none}.vicp-step1 .vicp-drop-area .vicp-hint{display:block;padding:15px;font-size:14px;color:#666;line-height:24px}.vicp-step1 .vicp-drop-area .vicp-no-supported-hint{display:block;position:absolute;top:0;left:0;padding:30px;width:100%;height:60px;line-height:30px;background-color:#eee;text-align:center;color:#666;font-size:14px}.vicp-step1 .vicp-drop-area:hover{cursor:pointer;border-color:rgba(0,0,0,.1);background-color:rgba(0,0,0,.05)}.vicp-step2 .vicp-crop{overflow:hidden}.vicp-step2 .vicp-crop .vicp-crop-left{float:left}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container{position:relative;display:block;width:265px;height:193px;background-color:#e5e5e0;overflow:hidden}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img{position:absolute;display:block;cursor:move;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img-shade{-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.18);box-shadow:0 2px 6px 0 rgba(0,0,0,.18);position:absolute;background-color:rgba(241,242,243,.8)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img-shade.vicp-img-shade-1{top:0;left:0}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img-shade.vicp-img-shade-2{bottom:0;right:0}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate{position:relative;width:270px;height:18px}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate .icon-redo{display:block;width:28px;height:28px;border-radius:100%;line-height:28px;text-align:center;font-size:20px;font-weight:700;background-color:rgba(0,0,0,.08);color:#fff;overflow:hidden}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate .icon-redo:hover{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 3px 0 rgba(0,0,0,.12);cursor:pointer;background-color:rgba(0,0,0,.14)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate .icon-redo:first-child{float:left}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate .icon-redo:last-child{float:right}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range{position:relative;margin:15px 0 10px 0;width:270px;height:18px}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5,.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6{position:absolute;top:0;width:28px;height:28px;border-radius:100%;background-color:rgba(0,0,0,.08)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5:hover,.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6:hover{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 3px 0 rgba(0,0,0,.12);cursor:pointer;background-color:rgba(0,0,0,.14)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5{left:0}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5:before{position:absolute;content:"";display:block;left:8px;top:13px;width:12px;height:2px;background-color:#fff}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6{right:0}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6:before{position:absolute;content:"";display:block;left:8px;top:13px;width:12px;height:2px;background-color:#fff}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6:after{position:absolute;content:"";display:block;top:8px;left:13px;width:2px;height:12px;background-color:#fff}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]{display:block;padding-top:14px;margin:0 auto;width:180px;height:8px;vertical-align:top;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus{outline:none}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-webkit-slider-thumb{-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.18);box-shadow:0 2px 6px 0 rgba(0,0,0,.18);-webkit-appearance:none;appearance:none;margin-top:-3px;width:12px;height:12px;background-color:#61c091;border-radius:100%;border:none;-webkit-transition:.2s;transition:.2s}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-moz-range-thumb{box-shadow:0 2px 6px 0 rgba(0,0,0,.18);-moz-appearance:none;appearance:none;width:12px;height:12px;background-color:#61c091;border-radius:100%;border:none;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-thumb{box-shadow:0 2px 6px 0 rgba(0,0,0,.18);appearance:none;width:12px;height:12px;background-color:#61c091;border:none;border-radius:100%;-webkit-transition:.2s;-ms-transition:.2s;transition:.2s}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 3px 0 rgba(0,0,0,.23);width:14px;height:14px}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:active::-ms-thumb{box-shadow:0 1px 3px 0 rgba(0,0,0,.23);width:14px;height:14px}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.23);box-shadow:0 1px 3px 0 rgba(0,0,0,.23);margin-top:-4px;width:14px;height:14px}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-webkit-slider-runnable-track{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.12);box-shadow:0 1px 3px 0 rgba(0,0,0,.12);width:100%;height:6px;cursor:pointer;border-radius:2px;border:none;background-color:rgba(68,170,119,.3)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-moz-range-track{box-shadow:0 1px 3px 0 rgba(0,0,0,.12);width:100%;height:6px;cursor:pointer;border-radius:2px;border:none;background-color:rgba(68,170,119,.3)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-track{box-shadow:0 1px 3px 0 rgba(0,0,0,.12);width:100%;cursor:pointer;background:transparent;border-color:transparent;color:transparent;height:6px;border-radius:2px;border:none}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-fill-lower{background-color:rgba(68,170,119,.3)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-fill-upper{background-color:rgba(68,170,119,.15)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-webkit-slider-runnable-track{background-color:rgba(68,170,119,.5)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-moz-range-track{background-color:rgba(68,170,119,.5)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-ms-fill-lower{background-color:rgba(68,170,119,.45)}.vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-ms-fill-upper{background-color:rgba(68,170,119,.25)}.vicp-step2 .vicp-crop .vicp-crop-right{float:right}.vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview{height:150px;overflow:hidden}.vicp-step3 .vicp-upload{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:35px;height:170px;background-color:rgba(0,0,0,.03);text-align:center;border:1px dashed #ddd}.vicp-step3 .vicp-upload .vicp-loading{display:block;padding:15px;font-size:16px;color:#999;line-height:30px}.vicp-step3 .vicp-upload .vicp-progress-wrap{margin-top:12px;background-color:rgba(0,0,0,.08);border-radius:3px}.vicp-step3 .vicp-upload .vicp-progress-wrap .vicp-progress{position:relative;display:block;height:5px;border-radius:3px;background-color:#4a7;-webkit-box-shadow:0 2px 6px 0 rgba(68,170,119,.3);box-shadow:0 2px 6px 0 rgba(68,170,119,.3);-webkit-transition:width .15s linear;transition:width .15s linear;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:40px 40px;-webkit-animation:vicp_progress .5s linear infinite;animation:vicp_progress .5s linear infinite}.vicp-step3 .vicp-upload .vicp-progress-wrap .vicp-progress:after{content:"";position:absolute;display:block;top:-3px;right:-3px;width:9px;height:9px;border:1px solid rgba(245,246,247,.7);-webkit-box-shadow:0 1px 4px 0 rgba(68,170,119,.7);box-shadow:0 1px 4px 0 rgba(68,170,119,.7);border-radius:100%;background-color:#4a7}.vicp-step3 .vicp-upload .vicp-error,.vicp-step3 .vicp-upload .vicp-success{height:100px;line-height:100px}.vicp-operate{position:absolute;right:20px;bottom:20px}.vicp-operate a{position:relative;float:left;display:block;margin-left:10px;width:100px;height:36px;line-height:36px;text-align:center;cursor:pointer;font-size:14px;color:#4a7;border-radius:2px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vicp-operate a:hover{background-color:rgba(0,0,0,.03)}.vicp-error,.vicp-success{display:block;font-size:14px;color:#d10;text-align:center;vertical-align:top}.vicp-success{color:#4a7}.vicp-icon3{position:relative;display:inline-block;width:20px;height:20px;top:4px}.vicp-icon3:after{position:absolute;top:3px;left:6px;width:6px;height:10px;border-width:0 2px 2px 0;border-color:#4a7;border-style:solid;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:""}.vicp-icon2{position:relative;display:inline-block;width:20px;height:20px;top:4px}.vicp-icon2:after,.vicp-icon2:before{content:"";position:absolute;top:9px;left:4px;width:13px;height:2px;background-color:#d10;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.vicp-icon2:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.e-ripple{position:absolute;border-radius:100%;background-color:rgba(0,0,0,.15);background-clip:padding-box;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transform:scale(0);transform:scale(0);opacity:1}.e-ripple.z-active{opacity:0;-webkit-transform:scale(2);transform:scale(2);-webkit-transition:opacity 1.2s ease-out,-webkit-transform .6s ease-out;transition:opacity 1.2s ease-out,-webkit-transform .6s ease-out;transition:opacity 1.2s ease-out,transform .6s ease-out;transition:opacity 1.2s ease-out,transform .6s ease-out,-webkit-transform .6s ease-out}@media screen and (max-width:450px){.modal-body{padding:0 15px!important}}.inputsTable th[data-v-4455aba0]{cursor:default}.uktzed-wrapper[data-v-4455aba0]{display:-webkit-box;display:-ms-flexbox;display:flex}.newMarkupInput[data-v-4455aba0]{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem}.vac_wrapper[data-v-4455aba0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}.vac_wrapper>button[data-v-4455aba0]{width:calc(25% - 5px)}.drop-down-text-capacity[data-v-0eda344f]{font-size:.8em;color:grey}.delete-container-button[data-v-0eda344f]{position:absolute;right:5px;height:25px;width:25px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.delete-container-button[data-v-0eda344f]:hover{color:red}.count-group[data-v-0eda344f]{position:relative}.count-group-input[data-v-0eda344f]{padding-right:75px}.count-group-btn[data-v-0eda344f]{position:absolute;right:0;top:0;border:none;border-left:1px solid #dae3f0;background-color:transparent}.comings-mobile-edit-card .mobile-select-unit.form-control .dropdown-toggle{width:100%;text-align:left}.comings-mobile-edit-card .mobile-select-unit.form-control{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;margin-left:1rem;width:auto}.comings-mobile-edit-card .dropdown-item:active,.comings-mobile-edit-card .dropdown-item:active:hover{color:#fff!important}.mobile-card[data-v-4241776a]{position:relative;background-color:hsla(0,0%,94.9%,.47);border:1px solid #dae3f0;padding:10px;border-radius:5px;margin-bottom:16px;width:100%}.vac_wrapper[data-v-2648d965]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}.vac_wrapper>button[data-v-2648d965]{width:63px}@media screen and (max-width:709px){.transaction .dialog-filters{height:calc(100vh - 150px)!important}}.new-comming .row{margin:0 -5px 0!important}.new-coming__inputWrap{padding:0 5px}.comming-oldTransaction{margin-top:10px;margin-bottom:0!important}.comming-oldTransaction label:after,.comming-oldTransaction label:before{width:20px;height:20px;top:5px;cursor:pointer;margin-left:-5px}.new-coming__inputWrap.noLabel{margin-top:15px}.new-comming .main-input__label{margin-top:10px;margin-left:5px}.new-comming .main-input,.new-comming .main-input__select{height:38px;line-height:34px;border-radius:5px}.main-input__label.first-label,.new-comming .tradepointSelect,.new-comming .warehouseSelect{margin-top:0!important}.new-coming__inputWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.new-coming__radioBtn_wrap:first-of-type{margin-right:20px}.new-comming .main-textarea{min-height:100px}.comming-products .modal__body{display:block!important}.comming-products .dropdown{padding:0}.commings-table .listContainer{margin:0 -5px;padding:0 5px}.no-valid-outline{outline:2px solid red!important}.new-comming .main-input__label.comments{margin-top:0}.new-comming .checkbox__label{margin-bottom:10px!important;padding-left:25px!important}.new-comming .pickWallet{margin-bottom:20px}.newDocument__disabled{opacity:.5!important;cursor:auto!important}@media (max-width:800px){.comming-products .listContainer .clear-search{top:9px}.comming-oldTransaction label:after,.comming-oldTransaction label:before{top:3px}}@media screen and (max-width:709px){.addContainer .main-input__label{margin-left:10px!important}.new-comming{padding-bottom:10px}}@media screen and (max-width:575px){.new-comming .warehouseSelect{margin-top:10px!important}}@media screen and (max-width:375px){.listContainer .selectColumn{max-height:300px}.listContainer .selectColumn div{max-height:160px!important;min-height:auto!important}}@media (max-width:575px){.new-coming__time{margin-top:15px}.comings-mobile-edit-card .listContainer .clear-search{top:0}}@media screen{.printcontent[data-v-2475bccc]{display:none}}@media print{.printcontent[data-v-2475bccc]{display:show!important}}.filters__shift{padding:0 5px 0 0}.btn-custom_drop{outline:none!important;text-align:left!important;color:#495057!important;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da!important;cursor:default!important}.btn-custom_drop:after{display:none!important}.custom-dropdown-item{cursor:default!important;line-height:1;max-width:100%!important}.custom-dropdown-item,.custom-dropdown-item button.dropdown-item{width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}.custom-dropdown-item button.dropdown-item{max-width:100%}.custom-dropdown-item button.dropdown-item:focus,.custom-dropdown-item button.dropdown-item:hover{color:#fff!important;background-color:#198ad0!important}.w-100[role=menu]{top:-35px!important;left:-8px!important;background-color:#eee!important;-webkit-box-shadow:3px 3px 8px 0 rgba(0,0,0,.4);box-shadow:3px 3px 8px 0 rgba(0,0,0,.4);max-height:300px;overflow-y:auto}.shift-dropdown{width:100%;height:36px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px}.shift-dropdown .btn{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.filters__shift .main-input__select{height:38px;line-height:34px;border-radius:5px;padding-right:35px}@media screen and (max-width:991px){.filters__shift{padding:0 10px 0 0;margin-bottom:5px!important}}.filters__user{padding:0 5px}.filters__user .main-input__select{height:38px;line-height:34px;border-radius:5px;padding-right:35px}@media screen and (max-width:991px){.filters__user{padding:0 10px 0 0;margin-bottom:5px!important}}.filters__client{padding:0 10px 0 5px}.filters__client .main-input__select{height:38px;line-height:34px;border-radius:5px;padding-right:35px}@media screen and (max-width:991px){.filters__client{padding:0 10px 0 0;margin-bottom:10px!important}}@media (min-width:1200px){.col-5th{max-width:20%}}.filterContainer .datepicker .dateRangeInput{font-size:11pt;color:#495057;width:100%}.datepickerclass input{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.filterContainer{width:calc(100% - 5px);padding:5px 0 0 5px}@media only screen and (max-width:1199px){.hide1199{display:none}}.datebutton{text-transform:uppercase;float:left;padding-right:15px;padding-bottom:0;margin:0;font-weight:500;color:#106090;cursor:pointer;font-size:.875rem}.datebutton:active{color:#0051a8}.fade-filters-enter-active{-webkit-animation:filter-fade .5s;animation:filter-fade .5s}.fade-filters-leave-active{animation:filter-fade .5s reverse}.filtersCheck{height:80px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.filtersCheck>.btn-search,.filtersCheck>.custom-select,.filtersCheck>.number-div-div{height:38px;-webkit-transform:translateY(50%);transform:translateY(50%)}button:focus,input:focus,select:focus,textarea:focus{outline:none!important;outline-offset:none!important}.search-filters{-webkit-transform:translateY(82%);transform:translateY(82%)}.switch-btn-1{max-width:calc(100% - 50px)}.switch-btn-2{max-width:calc(50% - 50px)}.switch-btn-3{max-width:calc(33% - 50px)}.switch-btn-4{max-width:calc(25% - 50px)}.switch-btn-5{max-width:calc(20% - 50px)}@media (max-width:1520px){.hideThisOnMob{display:none}}@media (min-width:768px) and (max-width:1199px){.col-5th{max-width:33%}.col-5th~.col-5th~.col-5th~.col-5th{max-width:50%}.switch-btn-3{max-width:calc(100% - 50px)}.switch-btn-4{max-width:calc(50% - 50px)}.switch-btn-5{max-width:calc(50% - 50px)!important}}@media (max-width:767px){.switch-btn{max-width:calc(100% - 50px)}.filtersCheck{height:114px}.filtersCheck>.btn-search,.filtersCheck>.custom-select,.filtersCheck>.number-div-div{height:38px;-webkit-transform:translateY(75%);transform:translateY(75%)}}@-webkit-keyframes filter-fade{0%{height:auto;-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;-webkit-transform-origin:top;transform-origin:top}to{opacity:1;height:auto;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;transform-origin:top}}@keyframes filter-fade{0%{height:auto;-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;-webkit-transform-origin:top;transform-origin:top}to{opacity:1;height:auto;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;transform-origin:top}}@media only screen and (max-width:1199px){.datebutton{font-size:.875rem}}@media screen and (max-width:575px){.filterContainer{width:100%}}.datebutton-clear[data-v-68656ba8]{color:#dc3545}.datebutton-clear.datebutton-clear-disabled[data-v-68656ba8]{color:#ddd;cursor:default}.toolsHeader[data-v-a32df5e2]{left:0;top:0;position:relative}.toolItem[data-v-a32df5e2]{padding-left:.5rem}.h5-h5[data-v-b82ed21e]{text-align:center;position:relative;display:block;margin-bottom:3rem;font-size:2rem}.greyColor[data-v-b82ed21e]{color:#464141!important}.document-title-id[data-v-b82ed21e]{color:#28a745}@media (max-width:720px){.h5-h5[data-v-b82ed21e]{margin-top:2rem}}@media (max-width:360px){.h5-h5[data-v-b82ed21e]{margin-top:1rem;margin-bottom:1rem}}.prodMotionHeader__item.left[data-v-fd24a8f6]{padding-right:20px!important}.prodMotionHeader__item.right[data-v-fd24a8f6]{padding-left:20px!important;padding-right:5px!important}@media screen and (max-width:767px){.prodMotionHeader__item.left[data-v-fd24a8f6]{padding-right:0!important}.prodMotionHeader__item.right[data-v-fd24a8f6]{padding-left:0!important}}.toolsHeader{left:1rem;top:1rem;position:relative}.movementHistoryTable{font-size:12px}.movementHistorySum{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.movementHistoryCancelOperation .modal__body{text-align:center}.view-coming .deleted-warehouse{color:red;font-size:.8rem}@media (max-width:1023px){.moreInfoUl:first-child{border-top:1px solid #dee2e6}.span-naimenovanie{width:50%}.span-expenses{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.none-border-left{text-align:center}.moreInfoUl{margin-bottom:0}.span-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:50%}.dop-li-li{display:block;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;border-bottom:1px solid #e4e4e4}.dop-li-first-span{display:block;width:unset}.dop-li-second-span,.dop-li-zatrati-span{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-decoration:unset}.dop-ul-i,.td-tabel,.thNone{display:none}}@media (max-width:720px){.just-none-mob{display:none}.p-p-p{display:block;left:unset}.delBtn{float:unset;right:unset;left:3px;display:block;margin-bottom:3px}.spanIconExcel{top:3px;left:3px}.exelBtn{margin-bottom:2rem}.head-ul{padding:0}.head-ul>li{right:unset}.h5-h5{margin-top:2rem}.h6-h6{left:unset}.tr-tr:hover{background:unset;color:unset}}.table-input-name[data-v-615a760a]{width:40%}.inputsTable input[data-v-615a760a]{padding:6px 2px}.inputsTable td[data-v-615a760a]{cursor:default}.mobile-card[data-v-615a760a]{position:relative;background-color:hsla(0,0%,94.9%,.47);border:1px solid #dae3f0;padding:10px;border-radius:5px;margin-bottom:16px;width:100%}.inputsTable th[data-v-97d4bebc]{cursor:default}.table-input-name[data-v-0673442a]{width:70%}.inputsTable input[data-v-0673442a]{padding:6px 2px}.inputsTable td[data-v-0673442a]{cursor:default}.mobile-card[data-v-0673442a]{position:relative;background-color:hsla(0,0%,94.9%,.47);border:1px solid #dae3f0;padding:10px;border-radius:5px;margin-bottom:16px;width:100%}.inputsTable th[data-v-5bd67927]{cursor:default}.manufacture .row{margin:0 -5px!important}.manufacture__inputWrap{padding:0 5px}.manufacture__inputWrap .main-input{border-radius:10px;height:50px}.manufacture__inputWrap{display:-webkit-box;display:-ms-flexbox;display:flex}.manufacture .workshopSelect{margin-top:0!important}.manufacture .main-input__label{margin-top:10px;margin-left:5px}.manufacture .table-select-quantity{height:36px;border-radius:5px}.manufacture .main-input,.manufacture .main-input__select{height:38px!important;line-height:34px;border-radius:5px}.prodMotionHeader__item.left{padding-right:20px!important}.prodMotionHeader__item.right{padding-left:20px!important;padding-right:5px!important}.movementHistoryContainer .new-manufacture{padding:0 5px 0 5px}.dop-li-second-span,.dop-li-zatrati-span{text-decoration:unset}@media (max-width:767px){.prodMotionHeader__item.left,.prodMotionHeader__item.right{padding:0!important}}@media (max-width:360px){.h5-h5{margin-top:1rem;margin-bottom:1rem}}.table-input-name[data-v-4a0202c8]{width:40%}.inputsTable input[data-v-4a0202c8]{padding:6px 2px}.inputsTable td[data-v-4a0202c8]{cursor:default}.mobile-card[data-v-4a0202c8]{position:relative;background-color:hsla(0,0%,94.9%,.47);border:1px solid #dae3f0;padding:10px;border-radius:5px;margin-bottom:16px;width:100%}.table-select-unit[data-v-4a0202c8]{display:block;padding:0}.drop-down-text-capacity[data-v-4a0202c8]{font-size:.8em;color:grey}.delete-container-button[data-v-4a0202c8]{position:absolute;right:5px;height:25px;width:25px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.delete-container-button[data-v-4a0202c8]:hover{color:red}.move-mobile-edit-card .mobile-select-unit.form-control .dropdown-toggle,.row-move-desktop .table-select-unit.form-control .dropdown-toggle{width:100%;text-align:left}.move-mobile-edit-card .mobile-select-unit.form-control{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;margin-left:1rem;width:auto}.move-mobile-edit-card .dropdown-item:active,.move-mobile-edit-card .dropdown-item:active:hover,.row-move-desktop .dropdown-item:active,.row-move-desktop .dropdown-item:active:hover{color:#fff!important}.inputsTable th[data-v-62b71a6a]{cursor:default}.movings .row{margin:0 -5px!important}.movings__inputWrap{margin:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex}.movings .main-input__label{margin-top:10px;margin-left:5px}.movings .main-input,.movings .main-input__select{height:38px!important;line-height:34px!important;border-radius:5px}.movings .table-select-quantity{height:36px;border-radius:5px}.movings .movings__warehouseChangeOutter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.movings .movings__warehouseChangeWrap{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.2s;transition:.2s;padding:0!important;width:auto!important}.movings .movings__warehouseChangeWrap:hover{background:#fafafa}.movings .movings__warehouseChangeIcon{width:22px;height:22px}@media screen and (max-width:575px){.movings .movings__warehouseChangeOutter{margin-top:20px;max-width:100%!important;-webkit-box-flex:1!important;-ms-flex:1!important;flex:1!important;display:-webkit-box;display:-ms-flexbox;display:flex}.movings .movings__warehouseChangeWrap{width:200px!important;-ms-flex-item-align:center;align-self:center}}@media screen and (max-width:375px){.movementTableHead th[data-v-255482a5]{font-size:12px!important}}.th-bg[data-v-2f05b1b0]{background:#f3f3f3}.th-bg[data-v-2f05b1b0]:hover{background:#f3f3f3!important}.active-document[data-v-2f05b1b0]{color:#00f}.deleted-warehouse[data-v-6b9ac19d]{color:red;font-size:.8rem}.moreInfoDiv[data-v-6b9ac19d]{border-top:1px solid rgba(183,181,181,.8156862745098039)}.th-bg[data-v-6b9ac19d]{background:#f3f3f3}.th-bg[data-v-6b9ac19d]:hover{background:#f3f3f3!important}.dop-li-second-span[data-v-6b9ac19d]{text-decoration:none}.container[data-v-6b9ac19d]{margin:0 10px}.warehouse-title[data-v-6b9ac19d]{text-align:center;padding-bottom:5px}.warehouse-title h6[data-v-6b9ac19d]{margin-right:10px}.warehouse-receiver-title[data-v-6b9ac19d]{margin-top:50px}.movementHistoryContainer .head-ul span[data-v-6b9ac19d]{color:#28a745;float:right}@media screen and (max-width:499px){.movementHistoryContainerInner[data-v-6b9ac19d]{padding:0!important}.movementHistoryContainer.move .warehouse-receiver-title[data-v-6b9ac19d]{margin-top:20px}}.table-input-name[data-v-8f6ebdf2]{width:40%}.inputsTable input[data-v-8f6ebdf2]{padding:6px 2px}.inputsTable td[data-v-8f6ebdf2]{cursor:default}.mobile-card[data-v-8f6ebdf2]{position:relative;background-color:hsla(0,0%,94.9%,.47);border:1px solid #dae3f0;padding:10px;border-radius:5px;margin-bottom:16px;width:100%}.table-select-unit[data-v-8f6ebdf2]{display:block;padding:0}.drop-down-text-capacity[data-v-8f6ebdf2]{font-size:.8em;color:grey}.delete-container-button[data-v-8f6ebdf2]{position:absolute;right:5px;height:25px;width:25px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.delete-container-button[data-v-8f6ebdf2]:hover{color:red}.row-writeoff-desktop .table-select-unit.form-control .dropdown-toggle,.writeoff-mobile-edit-card .mobile-select-unit.form-control .dropdown-toggle{width:100%;text-align:left}.writeoff-mobile-edit-card .mobile-select-unit.form-control{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;margin-left:1rem;width:auto}.row-writeoff-desktop .dropdown-item:active,.row-writeoff-desktop .dropdown-item:active:hover,.writeoff-mobile-edit-card .dropdown-item:active,.writeoff-mobile-edit-card .dropdown-item:active:hover{color:#fff!important}.inputsTable th[data-v-205b94eb]{cursor:default}.writeoffs .row{margin:0 -5px!important}.writeoffs__inputWrap{padding:0 5px}.writeoffs__inputWrap .main-input{border-radius:10px;height:50px}.writeoffs__inputWrap{display:-webkit-box;display:-ms-flexbox;display:flex}.writeoffs .main-input__label{margin-top:10px;margin-left:5px}.writeoffs .table-select-quantity{height:36px;border-radius:5px}.writeoffs .main-input,.writeoffs .main-input__select{height:38px!important;line-height:34px;border-radius:5px}.writeoffs .warehouseSelect{margin-top:0!important}@media screen and (max-width:575px){.writeoffs .warehouseSelect{margin-top:10px!important}}.toolsHeader[data-v-6543c1da]{left:1rem;top:1rem;position:relative}.toolItem[data-v-6543c1da]{padding-left:.5rem}.head-ul>li{border-bottom:1px solid #e4e4e4;list-style-type:none;position:relative;line-height:2rem}.head-ul>li>span{float:right;position:relative;right:5px;color:#28a745}.dop-li-li-open:hover{background:#def9ff}.writeoff-view .deleted-warehouse{color:red;font-size:.9em}.spanIconExcel{left:1rem;top:1rem;position:relative}.writeoff-view .moreInfoDiv{border-top:1px solid rgba(183,181,181,.8156862745098039)}@media (max-width:1023px){.moreInfoUl:first-child{border-top:1px solid #dee2e6}.span-naimenovanie{width:50%}.span-expenses{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.none-border-left{text-align:center}.moreInfoUl{margin-bottom:0}.span-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:50%}.dop-li-li{display:block;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;border-bottom:1px solid #e4e4e4}.dop-li-first-span{display:block;width:unset}.dop-li-second-span,.dop-li-zatrati-span{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-decoration:unset}.dop-ul-i,.td-tabel,.thNone{display:none}.movementHistoryContainer .h6-h6,.movementHistoryContainer .head-ul>li>span{font-size:16px}}@media (max-width:800px){.movementHistoryTable{font-size:12px!important}}@media (max-width:720px){.just-none-mob{display:none}.p-p-p{display:block;left:unset}.delBtn{float:unset;right:unset;left:3px;display:block;margin-bottom:3px}.spanIconExcel{top:3px;left:3px}.exelBtn{margin-bottom:2rem}.head-ul{padding:0}.head-ul>li{right:unset}.botommInfo{padding:3px}.h5-h5{margin-top:2rem}.tr-tr:hover{background:unset;color:unset}}@media (max-width:360px){.h5-h5{font-size:1.5rem!important}}.movementHistoryContainer .btn-outline-info{border-color:#17a2b8!important;background-color:unset!important;-webkit-box-shadow:unset!important;box-shadow:unset!important}.movementHistoryContainer .btn-outline-info:hover{border-color:#17a2b8!important;background-color:#17a2b8!important;-webkit-box-shadow:unset!important;box-shadow:unset!important}.movementHistoryContainer .toolItem{padding:0 10px}.dop_check_history_container{padding:10px 15px}.dop_check_history{width:100%;background:#f9f9f9;padding:10px 15px}.dop_history_sheck_span{color:#007bff;text-decoration:underline;cursor:pointer;display:block;width:100%}.dop_check_history table{margin-top:1rem}.just-div-margin{margin-bottom:50px}.div-mob-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.span-naimenovanie{display:inline-block;width:75%}.td-tabel{display:table-cell;vertical-align:middle!important}.none-border-right{border-right:none!important}.none-border-left{border-left:none!important;text-align:left}.div-ul{padding:0;margin:0}.moreInfoUl{padding-left:0}.moreInfoUl>li{list-style-type:none;font-weight:350}.h5-h5{text-align:center;position:relative;display:block;margin-bottom:3rem;font-size:2rem}tr{cursor:pointer}.dop-li-li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#575757}.dop-li-first-span{margin-right:10px;width:60%}.dop-li-second-span,.dop-li-zatrati-span{width:25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-decoration:underline}.tr-tr{-webkit-transition:.3s;transition:.3s}.tr-tr:hover{background:#def9ff}th>img{position:relative;width:2vw;float:right}.tdwEIGHT{font-weight:600}.botommInfo{display:inline-block;margin-top:1rem}.p-p-p{position:relative;left:1rem}.greyColor{color:#464141!important}.fadeSh-enter-active{-webkit-animation:fadeSh-in .5s ease;animation:fadeSh-in .5s ease}.fadeSh-leave-active{animation:fadeSh-in .5s ease-out reverse}@-webkit-keyframes fadeSh-in{0%{margin-top:-10%;opacity:0}75%{opacity:0;margin-top:0;-webkit-transform:scale(1.5);transform:scale(1.5)}90%{opacity:.5}to{opacity:1}}@keyframes fadeSh-in{0%{margin-top:-10%;opacity:0}75%{opacity:0;margin-top:0;-webkit-transform:scale(1.5);transform:scale(1.5)}90%{opacity:.5}to{opacity:1}}.th-bg{background:#f3f3f3}.th-bg:hover{background:#f3f3f3!important}.delBtn{float:right;right:1rem;top:1.5rem}.delBtn,.h6-h6{position:relative}.h6-h6{left:5px;display:inline}.toolHat{position:relative}.toolItem{padding-left:.5rem}.dopInfoBtn{width:100%}.modifikator,.spanComment{font-size:.7rem;font-weight:500;color:#575757}.just-none{display:none}.thNone{width:3rem;text-align:center}.tdDiv{display:block;position:relative}.btnArrowActive{background:#a9c2de}.none-tr{display:none}.active-document{color:#00f}@media (max-width:1023px){.moreInfoUl:first-child{border-top:1px solid #dee2e6}.span-naimenovanie{width:50%}.span-expenses{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.none-border-left{text-align:center}.moreInfoUl{margin-bottom:0}.span-cenain{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:50%}.dop-li-li{display:block;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;border-bottom:1px solid #e4e4e4}.dop-li-first-span{display:block;width:unset}.dop-li-second-span,.dop-li-zatrati-span{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-decoration:unset}.dop-ul-i,.td-tabel,.thNone{display:none}}@media (max-width:720px){.just-none-mob{display:none}.p-p-p{display:block;left:unset}.delBtn{float:unset;right:unset;left:3px;display:block;margin-bottom:3px}.spanIconExcel{top:3px;left:3px}.exelBtn{margin-bottom:2rem}.head-ul{padding:0}.botommInfo,.dop_check_history_container{padding:3px}.h5-h5{margin-top:2rem}.h6-h6{left:unset}.tr-tr:hover{background:unset;color:unset}}@media (max-width:360px){.h6-h6,.smol345{font-size:12px}}.movement-history{height:calc(100vh - 170px);overflow:auto}.movement-history__print{height:38px;background:#17a2b8;border-radius:0 5px 5px 0}.movement-history .checkbox__label{margin-bottom:10px!important}.movement-history__checkbox{font-size:16px;margin-bottom:10px}.movement-history__checkbox .custom-control-label{padding-left:5px;cursor:pointer}.movement-history__checkbox .custom-control-label:after,.movement-history__checkbox .custom-control-label:before{width:20px;height:20px;top:1px}.btnExcel{width:55px;height:38px;border-radius:inherit;border-radius:0!important}@media screen and (max-width:1280px){.movement-history .checkbox__label{font-size:1rem}}@media (max-width:709px){.movement-history{height:calc(100vh - 150px)}}@media (max-width:650px){.movement-history__print{padding:0 15px}}@media (max-width:499px){.movement-history__checkbox{font-size:14px}}.table-header__name[data-v-0ad02603]{white-space:nowrap;overflow:hidden}.item-default.table-header__tradepoint[data-v-0ad02603]{display:block}.table-header__tradepoint[data-v-0ad02603]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.table-header__name>span[data-v-0ad02603]{text-overflow:ellipsis;overflow:hidden}.item-default[data-v-0ad02603]{padding:.375rem 1.2rem .375rem .5rem}.item-default[data-v-0ad02603],.productAppereanceBlock[data-v-0ad02603]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.productAppereanceBlock[data-v-0ad02603]{width:54px;height:38px;border:1px solid #ced4da;border-radius:5px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px 0;overflow:hidden;background-size:cover;background-position:50%}.productAppereanceBlock__productName[data-v-0ad02603]{text-transform:uppercase;font-size:20px;color:#fff}.productAppereanceBlock__productName_onlyText[data-v-0ad02603]{font-size:10px;max-height:100%;line-height:10px;text-align:center;width:calc(100% - 5px);word-wrap:normal;overflow:hidden}.item-default.productFoto[data-v-0ad02603]{padding:5px 5px 5px .5rem;min-width:67px}.negativeQuantity[data-v-0ad02603]{background-color:#ef4c4e!important;color:#fff}.minQuantity[data-v-0ad02603]{background-color:rgba(255,232,22,.6)!important;color:#212529}.movement-history[data-v-0ad02603]{width:20px;margin-left:5px;border-radius:100%;padding:1px}.movementHistoryWhite[data-v-0ad02603]{-webkit-filter:invert(99%) sepia(95%) saturate(0) hue-rotate(281deg) brightness(109%) contrast(101%);filter:invert(99%) sepia(95%) saturate(0) hue-rotate(281deg) brightness(109%) contrast(101%)}.table-custom-select[data-v-1fd68483]{border:1px solid transparent;background:url(/img/arrow_black.svg) no-repeat 100%;background-size:19px 10px;padding:.375rem 1.2rem .375rem .5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;font-size:12px;cursor:pointer}.table-custom-select[data-v-1fd68483]:focus{border:1px solid #ced4da;-webkit-box-shadow:none;box-shadow:none}.input.custom-input[data-v-bb041568]{margin:0!important;padding:.375rem 1.2rem .375rem .5rem;-ms-flex-item-align:center;align-self:center}.item-inner[data-v-bb041568]{padding:.375rem 1.2rem .375rem .5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-string[data-v-74b8c9a8]{width:100%;line-height:30px;min-height:40px;border-top:1px solid #dee2e6;display:-webkit-box;display:-ms-flexbox;display:flex}.item-string.gray[data-v-74b8c9a8]{background:#f2f2f2}.item-string.deleted[data-v-74b8c9a8]{background:#f8d5d6}.hover .item-string[data-v-74b8c9a8]{background:#def9ff}.item[data-v-74b8c9a8]{padding-left:10px}.hidden[data-v-74b8c9a8]{visibility:hidden}.unique-color[data-v-74b8c9a8]{background:rgba(33,130,214,.2)}.custom-dropdown__delete[data-v-74b8c9a8]{font-size:20px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.custom-dropdown__delete[data-v-74b8c9a8]:hover{color:#8c8c8c;-webkit-transform:scale(1.2);transform:scale(1.2)}.scroller[data-v-d87b3704]{height:100%;overflow:auto}.drafts-table .header-table{z-index:1;font-weight:500;line-height:35px;position:relative;top:0;margin-bottom:-1px;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6;height:40px}.drafts-table .header-table,.drafts-table .header-table-outer{cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex}.drafts-table .header-table-outer{font-weight:400;min-height:40px}.drafts-table .header-table .resizer{top:3px;right:0;bottom:3px;width:5px;position:absolute}.drafts-table .header-table .ht{overflow:hidden;text-overflow:ellipsis;padding:.375rem 1.2rem .375rem .5rem;padding-left:10px;-ms-flex-item-align:center;align-self:center}.drafts-table .header-table .sort{cursor:pointer;color:#106090}.drafts-table .header-table-outer .btn-select-columns,.drafts-table .header-table-outer .btn-switch-view{position:fixed;right:5px;color:#106090;margin-top:-40px;height:30px;background:#fff;border:none;font-size:14pt;text-align:center;padding:0 5px;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}@media only screen and (min-width:1001px){.drafts-table .header-table-outer .btn-switch-view{right:40px}}.drafts-table .header-table-outer .btn-select-columns.modal-open,.drafts-table .header-table-outer .btn-select-columns.selected,.drafts-table .header-table-outer .btn-select-columns:hover,.drafts-table .header-table-outer .btn-switch-view:hover{color:#000;background:#def9ff;border-radius:5px}.drafts-table .header-table-outer .selectColumns .custom-control-label{width:100%}.drafts-table .header-table-outer .selectColumns{position:absolute;top:0;right:0;padding:10px 15px;border-radius:5px;background:#fff;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.3);box-shadow:0 5px 8px rgba(0,0,0,.3);line-height:1.5}.drafts-table .header-table-outer .btn-select-columns:before,.drafts-table .header-table-outer .btn-switch-view:before,.drafts-table .header-table-outer .selectColumns:before{display:-webkit-box;display:-ms-flexbox;display:flex}.drafts-table .header-table-outer .selectColumns .dialog-buttons{font-size:1rem}.drafts-table .header-table-outer .dis .custom-control-input:checked~.custom-control-label:before{border-color:#adb5bd!important;background-color:#adb5bd!important}.custom-control-input:disabled~.custom-control-label,.drafts-table .header-table-outer .custom-control-input[disabled]~.custom-control-label{color:#6c757d}.drafts-table .header-table-outer .dis .custom-control-label:before{border-color:#adb5bd!important;background-color:#adb5bd!important}.fade-select-enter-active{-webkit-animation:fade-select-in .2s;animation:fade-select-in .2s}.fade-select-leave-active{animation:fade-select-in .2s reverse}@-webkit-keyframes fade-select-in{0%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes fade-select-in{0%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.table-right .select-div-div.select-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 10px 0}.table-right .number-div-div{border:1px solid #adb5bd;max-width:55px;min-width:55px;background:#dee2e6;border-radius:.25rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:0}.table-container,.table-right .number-div-div{display:-webkit-box;display:-ms-flexbox;display:flex}.table-container{height:100%}.filter-left{height:calc(100% + 10px);position:relative;top:-10px}@media (max-width:1000px){.filter-left{display:none}}.table-right{width:100%;height:100%}.page-table{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.page-table .item{overflow-x:hidden;word-wrap:break-word}.page-table .content-table{-webkit-box-flex:100%;-ms-flex:100% 1 1;flex:100% 1 1;position:relative}.page-table .wrapper-table{overflow:auto;position:absolute;top:0;bottom:0;left:0;right:0}.page-table .footer-table{font-weight:700;cursor:default;-webkit-box-flex:1;-ms-flex:auto 0 0px;flex:auto 0 0;line-height:30px;bottom:0;margin-top:-1px;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.page-table .selectColumn{position:absolute;z-index:2;left:10px;top:50px;padding:10px 15px;border-radius:5px;background:#fff;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.3);box-shadow:0 5px 8px rgba(0,0,0,.3)}.table-main{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-main-outer{font-size:12px;max-width:100%;overflow-x:auto;height:100%}.hidden-item{visibility:hidden}.page-table .clear-search:hover{color:#212529}.table-container .vue-recycle-scroller{position:relative}.table-container .vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.table-container .vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.table-container .vue-recycle-scroller.direction-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.vue-recycle-scroller__slot{-webkit-box-flex:1;-ms-flex:auto 0 0;flex:auto 0 0}.vue-recycle-scroller__item-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;position:relative}.table-container .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.table-container .vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.table-container .vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.table-container .vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.table-container .vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.drafts-table .above-table,.drafts-table .choose-view-table-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.drafts-table .choose-view-table-buttons{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.drafts-table .btn-select-columns:before,.drafts-table .btn-switch-view:before,.drafts-table .selectColumns:before{display:-webkit-box;display:-ms-flexbox;display:flex}.drafts-table .choose-view-table-buttons .btn-select-columns,.drafts-table .choose-view-table-buttons .btn-switch-view{color:#106090;height:30px;background:#fff;border:none;font-size:14pt;text-align:center;padding:0 5px}.drafts-table .choose-view-table-buttons .btn-select-columns.selected,.drafts-table .choose-view-table-buttons .btn-select-columns:hover,.drafts-table .choose-view-table-buttons .btn-switch-view:hover{color:#000;border-radius:5px}.drafts-table .choose-view-table-buttons .selectColumns .custom-control-label{width:100%}.drafts-table .choose-view-table-buttons .selectColumns{position:absolute;top:0;right:0;padding:10px 15px;border-radius:5px;background:#fff;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.3);box-shadow:0 5px 8px rgba(0,0,0,.3);line-height:1.5}.drafts-table .choose-view-table-buttons .btn-select-columns:before,.drafts-table .choose-view-table-buttons .btn-switch-view:before,.drafts-table .choose-view-table-buttons .selectColumns:before{display:-webkit-box;display:-ms-flexbox;display:flex}.drafts-table .choose-view-table-buttons .selectColumns .dialog-buttons{font-size:1rem}.drafts-table .choose-view-table-buttons .dis .custom-control-input:checked~.custom-control-label:before{border-color:#adb5bd!important;background-color:#adb5bd!important}.custom-control-input:disabled~.custom-control-label,.drafts-table .choose-view-table-buttons .custom-control-input[disabled]~.custom-control-label{color:#6c757d}.drafts-table .choose-view-table-buttons .dis .custom-control-label:before{border-color:#adb5bd!important;background-color:#adb5bd!important}.dropdownBtn_header li .dropdown-item{font-size:1rem!important}.dropdownBtn_header .dropdown-header{display:block!important;padding:.5rem 1.5rem!important;margin-bottom:0!important;font-size:.875rem!important;color:#6c757d!important;white-space:nowrap!important}.custom-dropdown__menu{border-radius:5px;-webkit-box-shadow:0 3px 10px 0 hsla(0,0%,68%,.5),0 20px 60px 0 rgba(0,0,0,.15);box-shadow:0 3px 10px 0 hsla(0,0%,68%,.5),0 20px 60px 0 rgba(0,0,0,.15)}.custom-dropdown__wrapper{width:100%;position:relative;top:-20px}.custom-dropdown__wrapper.topmenu{top:38px;width:260px;position:absolute}.custom-dropdown__btn{z-index:4;position:absolute;top:0;right:0}.dropdown-menu.custom-dropdown__menu{left:1.5rem}.custom-dropdown__btn .create-new{color:#007aff!important}.custom-dropdown__btn .create-new:active{color:#fff!important}.custom-dropdown__element{display:-webkit-box;display:-ms-flexbox;display:flex}.custom-dropdown__delete{font-size:20px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.custom-dropdown__delete:hover{color:#8c8c8c;-webkit-transform:scale(1.2);transform:scale(1.2)}.dropdown-item.create-new{font-size:1rem}@media (max-width:768px){.dropdown-menu.custom-dropdown__menu{left:1.2rem}}@media screen and (max-width:710px){.custom_dropdown-item{max-width:100%}}@media (max-width:500px){.dropdown-menu.custom-dropdown__menu{left:18px}}.table-row[data-v-479022be]{width:100%;-webkit-transition:.05s ease;transition:.05s ease}.table-cells[data-v-479022be],.table-row[data-v-479022be]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.table-cells[data-v-479022be]{overflow:hidden;padding:8px 8px 8px 10px;font-weight:400;font-size:12px;border-bottom:1px solid #dee2e6;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-row[data-v-479022be]:hover{background-color:#def9ff!important}.disabled[data-v-479022be],.disabled[data-v-479022be]:hover{background-color:#f2f2f2!important}.scroll-wrapper .vue-recycle-scroller{position:relative}.scroll-wrapper .vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.scroll-wrapper .vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.scroll-wrapper .vue-recycle-scroller.direction-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.scroll-wrapper .vue-recycle-scroller__slot{-webkit-box-flex:1;-ms-flex:auto 0 0px;flex:auto 0 0}.scroll-wrapper .vue-recycle-scroller__item-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;position:relative}.scroll-wrapper .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.scroll-wrapper .vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.scroll-wrapper .vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.scroll-wrapper .vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.scroll-wrapper .vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{border:none;background-color:transparent;opacity:0}.resize-observer[data-v-b329ee4c],.resize-observer[data-v-b329ee4c] object{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;pointer-events:none;display:block;overflow:hidden}#searchbox[data-v-5829aa25]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.search-input[data-v-5829aa25]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#searchbox.show[data-v-5829aa25]{width:100%}#searchbox.hide[data-v-5829aa25]{width:55px}#searchbox input[data-v-5829aa25]{width:100%}#searchbox.hide input[data-v-5829aa25]{width:0}.clear-search[data-v-5829aa25]{width:50px;border:0 solid #ced4da;color:#ced4da;position:absolute;height:38px;right:0;font-size:17pt;top:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:-1}.clear-search[data-v-5829aa25]:before{display:block;line-height:99%}.vertical-center[data-v-5829aa25]{top:0}.search[data-v-5829aa25]{width:0;padding-left:30px;padding-right:23px;border:1px solid #ced4da;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.search[data-v-5829aa25],.search[data-v-5829aa25]:focus{background-color:transparent}.search[data-v-5829aa25]::-webkit-input-placeholder{color:#818181!important}.search[data-v-5829aa25]::-moz-placeholder{color:#818181!important}.search[data-v-5829aa25]:-ms-input-placeholder{color:#818181!important}.search[data-v-5829aa25]::-ms-input-placeholder{color:#818181!important}.search[data-v-5829aa25]::placeholder{color:#818181!important}.hide .clear-search[data-v-5829aa25]{opacity:0}.show .clear-search[data-v-5829aa25],.show .icon-search[data-v-5829aa25]{opacity:1;z-index:1}.show .search[data-v-5829aa25]{width:100%!important;padding-left:45px;padding-right:45px}.show .search:focus+.icon-search[data-v-5829aa25]{color:#80bdff!important}.hide .search[data-v-5829aa25]{cursor:pointer;z-index:1}.icon-search[data-v-5829aa25]{width:22px;height:22px;font-size:18px;position:absolute;left:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width:1149px){.clear-search[data-v-5829aa25]{left:auto}.show .search[data-v-5829aa25]{width:100%!important;padding-left:45px;padding-right:45px}}.b-form-tags-list>.b-form-tag{padding:.25em 1em}.b-form-tags-button{display:none}.b-form-tags.hide>.b-form-tags-list{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;width:100%!important;overflow:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b-form-tags.hide>.b-form-tags-list>li:last-child>div>.b-form-tags-input{padding:0 50px 0 0!important}.b-form-tags.hide>.b-form-tags-list>li:last-child>div>.b-form-tags-input::-webkit-input-placeholder{color:transparent!important}.b-form-tags.hide>.b-form-tags-list>li:last-child>div>.b-form-tags-input::-moz-placeholder{color:transparent!important}.b-form-tags.hide>.b-form-tags-list>li:last-child>div>.b-form-tags-input:-ms-input-placeholder{color:transparent!important}.b-form-tags.hide>.b-form-tags-list>li:last-child>div>.b-form-tags-input::-ms-input-placeholder{color:transparent!important}.b-form-tags.hide>.b-form-tags-list>li:last-child>div>.b-form-tags-input::placeholder{color:transparent!important}#searchbox[data-v-14ab42e8]{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:0;padding-top:0}#searchbox[data-v-14ab42e8],.flex-container[data-v-14ab42e8]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.flex-container[data-v-14ab42e8]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search[data-v-14ab42e8]{width:100%!important}.search-input[data-v-14ab42e8]{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clear-search[data-v-14ab42e8]{float:right;border:0 solid #ced4da;color:#ced4da;position:absolute;height:38px;width:50px;right:0;font-size:17pt}.vertical-center[data-v-14ab42e8]{top:0}.clear-search[data-v-14ab42e8]:before{display:block;line-height:99%}@media screen and (max-width:540px){.search[data-v-14ab42e8]{width:320px!important}.clear-search[data-v-14ab42e8]{left:270px}}.sklad-table .btn-barcode[data-v-3109f9b1],.sklad-table .btn-search[data-v-3109f9b1]{border:1px solid #adb5bd;height:38px;background:#eff3f8;border-radius:.25rem;margin-left:5px;font-size:14pt}.btn-barcode[data-v-3109f9b1]{height:46px;margin-right:10px}.input-flex[data-v-694fcec8]{display:-webkit-box;display:-ms-flexbox;display:flex}.input-flex .unit[data-v-694fcec8]{margin:auto;padding-bottom:16px}.edit-card>.search-wrapper>#searchbox>.dropdown>.dropdown-toggle{border-radius:0 5px 5px 0;letter-spacing:5px}.edit-card.page-wrapper>.filters{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin:0 10px 10px 10px}.page-wrapper.edit-card>.filters>.categories-filters,.page-wrapper.edit-card>.filters>.workshop-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.page-wrapper.edit-card>.filters>.categories-filters>.categories-filters__item,.page-wrapper.edit-card>.filters>.workshop-filters>.workshop-filters__item{height:38px;border:1px solid #ced4da;border-radius:5px;color:#b4b4b4;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;font-weight:500;font-size:12pt}.clear-search[data-v-383b7c41]{width:50px;border:0 solid #ced4da;color:#ced4da;position:absolute;height:38px;right:0;font-size:17pt;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.clear-search[data-v-383b7c41]:before{display:block;line-height:99%}.clear-search[data-v-383b7c41]:hover{color:#212529}.page-wrapper[data-v-383b7c41]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.search-wrapper[data-v-383b7c41]{position:relative}.scroll-content[data-v-383b7c41],.scroll-wrapper[data-v-383b7c41]{position:relative;width:100%;height:100%;overflow:hidden}.scroller[data-v-383b7c41]{position:absolute;width:100%;height:calc(100% - 43px);overflow:auto}.row-item[data-v-383b7c41],.table-rows[data-v-383b7c41]{display:-webkit-box;display:-ms-flexbox;display:flex}.table-rows[data-v-383b7c41]{width:100%;height:43px}.table-cells[data-v-383b7c41]{padding:8px 8px 8px 10px;font-weight:400;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-cells.sort[data-v-383b7c41]{font-weight:500;cursor:pointer;color:#106090}.si-styles[data-v-383b7c41]{width:calc(100% - 55px);float:left;position:relative}.si-styles>.search[data-v-383b7c41]{border-radius:.25rem 0 0 .25rem}#searchbox .printBtn button[data-v-383b7c41]{border-radius:0 .25rem .25rem 0!important}.showThisDrop[data-v-383b7c41]{display:block!important;right:0!important;left:unset}.btn-barcode[data-v-383b7c41]{border:1px solid #ced4da;margin-left:5px}.btn-barcode[data-v-383b7c41]:hover{background-color:#f2f2f2}.active[data-v-383b7c41]{background-color:#bdbdbd;border:1px solid #bdbdbd}.active[data-v-383b7c41]:hover{background-color:#adadad;border:1px solid #adadad}@media (max-width:767px){.printSpan[data-v-383b7c41]{display:none}}.datepicker .vfc-top-date{margin-top:20px}.datepicker .datePickerInput{background:#fff!important;color:#000;margin-bottom:2px!important;border-radius:.25rem!important;text-align:left;padding-left:.75rem;border:1px solid #ced4da;-webkit-appearance:none}.datepicker .datePickerInput:disabled{background-color:#e9ecef!important;color:#6c757d!important}.datepicker-disabled .vfc-main-container.vfc-modal{display:none!important}.datepicker .datePickerInput:focus{border-color:#80bdff}.datepicker .vfc-main-container{font-family:inherit}.datepicker.add-margin .vfc-main-container.vfc-modal{margin:0 10px}.datepicker .vfc-main-container.vfc-modal{left:0;right:0;max-width:400px}.datepicker-simple[data-v-5a474736]{margin-bottom:10px}.datepicker-simple-footer[data-v-5a474736]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.datepicker-simple-footer-button[data-v-5a474736]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:15px;padding-bottom:0;margin:0 0 0 10px;text-transform:uppercase;font-weight:500;cursor:pointer}.footer-button-clear[data-v-5a474736]{color:#dc3545}.footer-button-clear-disabled[data-v-5a474736]{color:#ddd;cursor:default}.footer-button-save[data-v-5a474736]{color:#28a745}@media only screen and (max-width:660px){.datepicker-simple-footer-button[data-v-5a474736]{font-size:10pt;padding-right:unset}}.transaction-backdating[data-v-f7736f98]{margin-bottom:10px}.checkboxbutton[data-v-f43e6672],.formradio .radiobutton[data-v-f43e6672]{padding-bottom:10px;display:block}.checkboxbuttoncategory[data-v-f43e6672]{margin-bottom:10px;display:inline-block}.warehouse-select[data-v-f43e6672]{margin-bottom:10px}.tablehead[data-v-40c402e0]{color:#000!important;font-weight:500;cursor:default}.invreportfoot[data-v-40c402e0]{font-weight:500}.lolShto-enter-active[data-v-40c402e0]{-webkit-animation:lolShto-in-40c402e0 .5s;animation:lolShto-in-40c402e0 .5s}.lolShto-leave-active[data-v-40c402e0]{animation:lolShto-in-40c402e0 .5s reverse}@-webkit-keyframes lolShto-in-40c402e0{0%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;-webkit-transform-origin:top;transform-origin:top}to{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;transform-origin:top}}@keyframes lolShto-in-40c402e0{0%{-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0;-webkit-transform-origin:top;transform-origin:top}to{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top;transform-origin:top}}.custom-dropdown__wrapper[data-v-10ce2dce]{position:relative}.dialog_newdocument[data-v-10ce2dce]{width:100%;text-align:center;padding:30px 0 30px 0;margin-bottom:15px;cursor:pointer}.dialog_newdocument[data-v-10ce2dce]:hover{opacity:.9}.dialog_newdocument[data-v-10ce2dce]:active{opacity:.5}.left[data-v-10ce2dce]{float:left}.right[data-v-10ce2dce]{float:right}.dialog_newdocument[data-v-641ec0e5]{width:100%;text-align:center;padding:30px 0 30px 0;margin-bottom:15px;cursor:pointer}.dialog_newdocument[data-v-641ec0e5]:hover{opacity:.9}.dialog_newdocument[data-v-641ec0e5]:active{opacity:.5}.left[data-v-641ec0e5]{float:left}.right[data-v-641ec0e5]{float:right}.dialog_newdocument[data-v-79b9a884]{width:100%;text-align:center;padding:30px 0 30px 0;margin-bottom:15px;cursor:pointer}.dialog_newdocument[data-v-79b9a884]:hover{opacity:.9}.dialog_newdocument[data-v-79b9a884]:active{opacity:.5}.left[data-v-79b9a884]{float:left}.right[data-v-79b9a884]{float:right}.dialog_newdocument[data-v-5ce6dde6]{width:100%;text-align:center;padding:30px 0 30px 0;margin-bottom:15px;cursor:pointer}.dialog_newdocument[data-v-5ce6dde6]:hover{opacity:.9}.dialog_newdocument[data-v-5ce6dde6]:active{opacity:.5}.left[data-v-5ce6dde6]{float:left}.right[data-v-5ce6dde6]{float:right}.table-row[data-v-18033600]{width:100%;-webkit-transition:.05s ease;transition:.05s ease}.table-cell[data-v-18033600],.table-row[data-v-18033600]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.table-cell[data-v-18033600]{padding:8px 8px 8px 10px;font-weight:400;font-size:12px;border-bottom:1px solid #dee2e6;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-row[data-v-18033600]:hover{background-color:#def9ff!important}.disabled[data-v-18033600],.disabled[data-v-18033600]:hover{background-color:#f2f2f2!important}.scroll-wrapper .vue-recycle-scroller[data-v-938b6c6a]{position:relative}.scroll-wrapper .vue-recycle-scroller.direction-vertical[data-v-938b6c6a]:not(.page-mode){overflow-y:auto}.scroll-wrapper .vue-recycle-scroller.direction-horizontal[data-v-938b6c6a]:not(.page-mode){overflow-x:auto}.scroll-wrapper .vue-recycle-scroller.direction-horizontal[data-v-938b6c6a]{display:-webkit-box;display:-ms-flexbox;display:flex}.scroll-wrapper .vue-recycle-scroller__slot[data-v-938b6c6a]{-webkit-box-flex:1;-ms-flex:auto 0 0px;flex:auto 0 0}.scroll-wrapper .vue-recycle-scroller__item-wrapper[data-v-938b6c6a]{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;position:relative}.scroll-wrapper .vue-recycle-scroller.ready .vue-recycle-scroller__item-view[data-v-938b6c6a]{position:absolute;top:0;left:0;will-change:transform}.scroll-wrapper .vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper[data-v-938b6c6a]{width:100%}.scroll-wrapper .vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper[data-v-938b6c6a]{height:100%}.scroll-wrapper .vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view[data-v-938b6c6a]{width:100%}.scroll-wrapper .vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view[data-v-938b6c6a]{height:100%}.resize-observer[data-v-b329ee4c][data-v-938b6c6a]{border:none;background-color:transparent;opacity:0}.resize-observer[data-v-b329ee4c][data-v-938b6c6a],.resize-observer[data-v-b329ee4c] object[data-v-938b6c6a]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;pointer-events:none;display:block;overflow:hidden}.tech-card>.search-wrapper>#searchbox>.dropdown>.dropdown-toggle{border-radius:0 5px 5px 0;letter-spacing:5px}.tech-card.page-wrapper>.search-wrapper>.filters{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin:0 10px 10px 10px}.tech-card.page-wrapper>.search-wrapper>.filters>.categories-filters,.tech-card.page-wrapper>.search-wrapper>.filters>.workshop-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.tech-card.page-wrapper>.search-wrapper>.filters>.categories-filters>.categories-filters__item,.tech-card.page-wrapper>.search-wrapper>.filters>.workshop-filters>.workshop-filters__item{height:38px;border:1px solid #ced4da;border-radius:5px;color:#b4b4b4;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;font-weight:500;font-size:12pt}.page-wrapper[data-v-15824839]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.clear-search[data-v-15824839]{width:50px;border:0 solid #ced4da;color:#ced4da;position:absolute;height:38px;right:0;font-size:17pt;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.clear-search[data-v-15824839]:before{display:block;line-height:99%}.clear-search[data-v-15824839]:hover{color:#212529}.search-wrapper[data-v-15824839]{position:relative}.scroll-content[data-v-15824839],.scroll-wrapper[data-v-15824839]{position:relative;width:100%;height:100%;overflow:hidden}.scroller[data-v-15824839]{position:absolute;width:100%;height:calc(100% - 43px);overflow:auto}.row-item[data-v-15824839],.table-row[data-v-15824839]{display:-webkit-box;display:-ms-flexbox;display:flex}.table-row[data-v-15824839]{width:100%;height:43px}.table-cell[data-v-15824839]{padding:8px 8px 8px 10px;border-top:1px solid #dee2e6;font-weight:400;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-cell.sort[data-v-15824839]{font-weight:500;cursor:pointer;color:#106090}.si-styles[data-v-15824839]{width:calc(100% - 55px);float:left;position:relative}.si-styles>.search[data-v-15824839]{border-radius:.25rem 0 0 .25rem}#searchbox .printBtn button[data-v-15824839]{border-radius:0 .25rem .25rem 0!important}.showThisDrop[data-v-15824839]{display:block!important;right:0!important;left:unset}.btn-barcode[data-v-15824839]{border:1px solid #ced4da;margin-left:5px}.btn-barcode[data-v-15824839]:hover{background-color:#f2f2f2}.active[data-v-15824839]{background-color:#bdbdbd;border:1px solid #bdbdbd}.active[data-v-15824839]:hover{background-color:#adadad;border:1px solid #adadad}@media (max-width:767px){.printSpan[data-v-15824839]{display:none}}.prepack-card>.search-wrapper>#searchbox>.dropdown>.dropdown-toggle{border-radius:0 5px 5px 0;letter-spacing:5px}.clear-search[data-v-010cca65]{width:50px;border:0 solid #ced4da;color:#ced4da;position:absolute;height:38px;right:0;font-size:17pt;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.clear-search[data-v-010cca65]:before{display:block;line-height:99%}.clear-search[data-v-010cca65]:hover{color:#212529}.page-wrapper[data-v-010cca65]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.search-wrapper[data-v-010cca65]{position:relative}.scroll-content[data-v-010cca65],.scroll-wrapper[data-v-010cca65]{position:relative;width:100%;height:100%;overflow:hidden}.scroller[data-v-010cca65]{position:absolute;width:100%;height:calc(100% - 43px);overflow:auto}.row-item[data-v-010cca65],.table-row[data-v-010cca65]{display:-webkit-box;display:-ms-flexbox;display:flex}.table-row[data-v-010cca65]{width:100%;height:43px}.table-cell[data-v-010cca65]{padding:8px 8px 8px 10px;border-top:1px solid #dee2e6;font-weight:400;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.si-styles[data-v-010cca65]{width:calc(100% - 55px);float:left;position:relative}.si-styles>.search[data-v-010cca65]{border-radius:.25rem 0 0 .25rem}#searchbox .printBtn button[data-v-010cca65]{border-radius:0 .25rem .25rem 0!important}.showThisDrop[data-v-010cca65]{display:block!important;right:0!important;left:unset}.btn-barcode[data-v-010cca65]{border:1px solid #ced4da;margin-left:5px}.btn-barcode[data-v-010cca65]:hover{background-color:#f2f2f2}.active[data-v-010cca65]{background-color:#bdbdbd;border:1px solid #bdbdbd}.active[data-v-010cca65]:hover{background-color:#adadad;border:1px solid #adadad}@media (max-width:767px){.printSpan[data-v-010cca65]{display:none}}.inventory-a4>div{margin:10px 0}.inventory-card>.search-wrapper>#searchbox>.dropdown>.dropdown-toggle{border-radius:0 5px 5px 0;letter-spacing:5px}.inventory-card.page-wrapper>.filters{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin:0 10px 10px 10px}.page-wrapper.inventory-card>.filters>.categories-filters,.page-wrapper.inventory-card>.filters>.workshop-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.page-wrapper.inventory-card>.filters>.categories-filters>.categories-filters__item,.page-wrapper.inventory-card>.filters>.workshop-filters>.workshop-filters__item{height:38px;border:1px solid #ced4da;border-radius:5px;color:#b4b4b4;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;font-weight:500;font-size:12pt}.page-wrapper[data-v-c962d048]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.search-wrapper[data-v-c962d048]{position:relative}.clear-search[data-v-c962d048]{width:50px;border:0 solid #ced4da;color:#ced4da;position:absolute;height:38px;right:0;font-size:17pt;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.clear-search[data-v-c962d048]:before{display:block;line-height:99%}.clear-search[data-v-c962d048]:hover{color:#212529}.scroll-content[data-v-c962d048],.scroll-wrapper[data-v-c962d048]{position:relative;width:100%;height:100%;overflow:hidden}.scroller[data-v-c962d048]{position:absolute;width:100%;height:calc(100% - 43px);overflow:auto}.row-item[data-v-c962d048],.table-rows[data-v-c962d048]{display:-webkit-box;display:-ms-flexbox;display:flex}.table-rows[data-v-c962d048]{width:100%;height:43px}.table-cells[data-v-c962d048]{padding:8px 8px 8px 10px;font-weight:400;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-cells.sort[data-v-c962d048]{font-weight:500;cursor:pointer;color:#106090}.si-styles[data-v-c962d048]{position:relative}.si-styles>.search[data-v-c962d048]{border-radius:.25rem 0 0 .25rem}#searchbox .printBtn button[data-v-c962d048]{border-radius:0 .25rem .25rem 0!important}.showThisDrop[data-v-c962d048]{display:block!important;right:0!important;left:unset}.btn-barcode[data-v-c962d048]{margin-left:5px}.btn-barcode[data-v-c962d048]:hover{background-color:#f2f2f2}.active[data-v-c962d048]{background-color:#bdbdbd;border:1px solid #bdbdbd}.active[data-v-c962d048]:hover{background-color:#adadad;border:1px solid #adadad}@media (max-width:767px){.printSpan[data-v-c962d048]{display:none}}.dialog_newdocument[data-v-2800655e]{width:100%;text-align:center;padding:30px 0 30px 0;margin-bottom:15px;cursor:pointer}.dialog_newdocument[data-v-2800655e]:hover{opacity:.9}.dialog_newdocument[data-v-2800655e]:active{opacity:.5}.left[data-v-2800655e]{float:left}.right[data-v-2800655e]{float:right}.app-card[data-v-65ec103c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;padding:1.25rem;border-radius:12px;-webkit-box-shadow:0 1px 12px rgba(0,0,0,.1);box-shadow:0 1px 12px rgba(0,0,0,.1);cursor:pointer;-webkit-transition:-webkit-box-shadow .2s ease,-webkit-transform .2s ease;transition:-webkit-box-shadow .2s ease,-webkit-transform .2s ease;transition:box-shadow .2s ease,transform .2s ease;transition:box-shadow .2s ease,transform .2s ease,-webkit-box-shadow .2s ease,-webkit-transform .2s ease;position:relative;border:1px solid #efefef;height:100%;-webkit-box-pack:baseline;-ms-flex-pack:baseline;justify-content:baseline}.app-card[data-v-65ec103c]:hover{-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-box-shadow:0 1px 16px rgba(0,0,0,.245);box-shadow:0 1px 16px rgba(0,0,0,.245)}.app-card-header[data-v-65ec103c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.app-title[data-v-65ec103c]{font-weight:400;margin-bottom:.4rem}.app-icon[data-v-65ec103c]{width:64px;height:64px;border-radius:12px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.1);box-shadow:0 6px 12px rgba(0,0,0,.1)}.app-description[data-v-65ec103c]{font-size:1rem;color:#666;margin-bottom:0;margin-top:1rem}@media (max-width:1450px){.header-section[data-v-65ec103c]{height:320px;min-height:320px}.all-apps-g[data-v-65ec103c]{height:calc(100% - 320px)}.header-title[data-v-65ec103c]{font-size:46px}}@media (max-width:1200px){.header-section[data-v-65ec103c]{height:300px;min-height:300px}.all-apps-g[data-v-65ec103c]{height:calc(100% - 300px)}.header-title[data-v-65ec103c]{font-size:32px}.header-description[data-v-65ec103c]{font-size:20px}.integration-section[data-v-65ec103c]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:920px){.header-section[data-v-65ec103c]{padding-left:40px}.all-apps-control[data-v-65ec103c]{min-width:200px;padding-left:30px}.header-title[data-v-65ec103c]{font-size:26px}.header-description[data-v-65ec103c]{font-size:18px}}@media (max-width:768px){.app-card[data-v-65ec103c]{padding:1.2rem}.app-title[data-v-65ec103c]{font-size:1.2rem}}@media (max-width:600px){.link-hidden[data-v-65ec103c]{-webkit-transform:translateY(-112px);transform:translateY(-112px)}.all-apps-global[data-v-65ec103c]{overflow-y:auto;height:100%;height:100vh;background:#fff}.all-apps-g[data-v-65ec103c]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}.header-section-c[data-v-65ec103c]{width:100%;padding:0 2rem}.all-apps-control[data-v-65ec103c]{width:100%;padding:0 2rem;height:112px}.all-apps-view[data-v-65ec103c]{overflow:hidden}.header-title[data-v-65ec103c]{font-size:24px}.header-description[data-v-65ec103c]{font-size:15px}.header-section[data-v-65ec103c]{padding:0}}@media (max-width:499px){.app-card[data-v-65ec103c]{padding:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-title[data-v-65ec103c]{font-size:17px}.app-icon[data-v-65ec103c]{width:48px;height:48px}}.dialog_newdocument[data-v-3303f91e]{width:100%;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);text-align:center;padding:30px 0 30px 0;margin-bottom:15px;cursor:pointer}.dialog_newdocument[data-v-3303f91e]:hover{opacity:.9}.dialog_newdocument[data-v-3303f91e]:active{opacity:.5}.addButtons__container[data-v-3303f91e]{margin-left:-10px!important;margin-right:-10px!important}.left[data-v-3303f91e]{float:left}.right[data-v-3303f91e]{float:right}.add[data-v-3303f91e]{position:absolute;top:-14px;right:-4px;width:28px;height:28px;color:#fff;background-color:#28a745;border-radius:1px solid #fff;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease}.add[data-v-3303f91e]:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media (max-width:799px){.col-md-12[data-v-3303f91e]{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin-bottom:10px}}@media (max-width:499px){.addButtons__container[data-v-3303f91e]{margin-right:0!important}.add[data-v-3303f91e]{top:-12px;right:-1px;width:24px;height:24px}}.left[data-v-c7aa7b64]{float:left}.right[data-v-c7aa7b64]{float:right}.createDocument .home-container[data-v-c8c41202]{padding-top:10px;position:relative}.app-grid[data-v-c8c41202]{display:grid;grid-template-columns:repeat(4,minmax(300px,1fr));gap:20px}.app-grid[data-v-c8c41202],.custom-row[data-v-c8c41202]{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.custom-row[data-v-c8c41202]{-ms-flex-wrap:wrap;flex-wrap:wrap}.custom-row>.col[data-v-c8c41202],.custom-row[data-v-c8c41202]{display:-webkit-box;display:-ms-flexbox;display:flex}.icon-return[data-v-c8c41202]{background-image:url(/img/return.svg)}.edit-btn[data-v-c8c41202]{width:35px;cursor:pointer}.edit-btn[data-v-c8c41202]:hover{-webkit-transform:scale(1.07);transform:scale(1.07);-webkit-filter:invert(49%) sepia(98%) saturate(388%) hue-rotate(140deg) brightness(89%) contrast(93%);filter:invert(49%) sepia(98%) saturate(388%) hue-rotate(140deg) brightness(89%) contrast(93%)}.ios-fix[data-v-c8c41202]{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ios-fix>button[data-v-c8c41202],.ios-fix>input[data-v-c8c41202]{height:100%}.dialog_newdocument[data-v-c8c41202]{width:100%;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);cursor:pointer;text-align:center;padding:30px 0;margin-bottom:15px}.dialog_newdocument[data-v-c8c41202]:hover{opacity:.9}.dialog_newdocument[data-v-c8c41202]:active{opacity:.5}.left[data-v-c8c41202]{float:left}.right[data-v-c8c41202]{float:right}.title-edit[data-v-c8c41202]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.titleNewDoc[data-v-c8c41202]{margin:5px 5px 5px 5px;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:unset}.edit-btns[data-v-c8c41202]{padding:0 5px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.remove[data-v-c8c41202]{position:absolute;top:-14px;right:-14px;width:28px;height:28px;color:#fff;background-color:#e54848;background-image:url(/img/cross.svg);background-position:50%;background-repeat:no-repeat;border-radius:50%;cursor:pointer;-webkit-transition:.3s;transition:.3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.remove[data-v-c8c41202]:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.ghost[data-v-c8c41202]{opacity:0}.pashalka[data-v-c8c41202]{width:50px;height:50px;position:absolute;right:0;bottom:0}@media (max-width:799px){.app-grid[data-v-c8c41202]{grid-template-columns:repeat(2,minmax(300px,1fr))}.col-md-12[data-v-c8c41202]{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin-bottom:10px}}@media (max-width:620px){.col-md-12[data-v-c8c41202]{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:10px}}@media (max-width:1625px){.app-grid[data-v-c8c41202]{grid-template-columns:repeat(3,minmax(300px,1fr))}}@media (max-width:1230px){.app-grid[data-v-c8c41202]{grid-template-columns:repeat(2,minmax(300px,1fr))}}@media (max-width:700px){.app-grid[data-v-c8c41202]{grid-template-columns:repeat(1,minmax(250px,1fr))}}@media (max-width:499px){.createDocument .home-container[data-v-c8c41202]{padding:10px 5px}.remove[data-v-c8c41202]{width:24px;height:24px;top:-12px;right:-12px}.title-edit[data-v-c8c41202]{margin-bottom:10px}}.confirmExitDialog__headline[data-v-8ea14bfc]{text-align:center}.delete-device{background:#d9534f!important}.delete-device:hover{border-color:#c54242!important;background:#c54242!important}.deviceContainer__dropdownIcon{width:15px;height:15px;-webkit-transition:.2s;transition:.2s}.deviceContainer__item{margin:0 5px 15px 5px;position:relative}.deviceContainer .main-input__label{font-size:1rem}.deviceContainer .row{margin:0 -5px!important}.deviceContainer .deviceContainer__item .btn-outline-success{margin-top:10px;border-radius:5px!important}.deviceUpdateButton{width:100px;border-radius:0 10px 10px 0!important;height:50px!important}.deviceItem{width:calc(100% - 100px)!important;border-radius:10px 0 0 10px!important}.deviceContainer__disableButton{padding:5px 10px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#fff;font-size:.875rem;cursor:pointer;margin-left:10px}.deviceContainer__disabledPane{width:100%;height:calc(100vh - 150px);background:hsla(0,0%,100%,.9);position:absolute;bottom:70px;left:0;right:0;z-index:10000000000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.deviceContainer__activateButton{margin-top:10px;border-radius:5px;padding:8px 24px;color:#fff;cursor:pointer;-webkit-transition:.2s;transition:.2s}.deviceContainer__headlineWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.deviceContainer__turnOffButton{padding:5px 10px;border-radius:5px;background:#d9534f;color:#fff;font-size:.875rem;cursor:pointer;margin-left:5px;-webkit-transition:.2s;transition:.2s}.deviceContainer__turnOffButton:hover{background:#c54242}.deviceCharsetSettingsOpen{color:#007bff;font-weight:500;cursor:pointer}.file_upload{position:relative;overflow:hidden;color:#fff;text-align:center;width:233px}.file_upload input[type=file]{position:absolute;top:0;right:0;font-size:7px;opacity:0;filter:alpha(opacity=0);cursor:pointer}.deviceContainer__btnWrap{width:calc(50% - 10px);position:relative;z-index:10000}.deviceContainer__btnDropdown{width:50px;position:absolute;right:0;top:0;bottom:0;border-radius:0 7px 7px 0;-webkit-transition:.2s;transition:.2s;background:#d9534f}.deviceContainer__btnDropdown.leftBtn:hover,.disable-device:hover{background:#c54242!important}.disable-device{width:100%;height:50px;position:absolute;right:0;top:calc(-100% - 5px);visibility:hidden;-webkit-transition:.2s;transition:.2s;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);border-radius:5px;text-transform:uppercase;z-index:10000;color:#fff}@media screen and (max-width:499px){.deviceUpdateButton{height:44px!important}.deviceContainer__btnWrap{width:calc(50% - 5px)}.deviceContainer__btnWrap .dialog__button{width:100%!important}.deviceContainer__btnDropdown{width:25px}.deviceContainer__dropdownIcon{width:12px;height:12px}.deviceContainer__disabledPane{height:calc(100vh - 130px)}}.devices__table{width:100%;height:calc(100% - 49px);margin-bottom:-10px;position:relative;z-index:1}.devices__table.devicesDevMode{height:calc(100% - 102px)}.devicesScroller{height:calc(100% - 45px);overflow:auto}.devices__footer{width:100%;background:#fff;position:absolute;bottom:-23px;font-size:.75rem;font-weight:600;padding-top:5px}.devices__tableRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;min-height:45px}.devices__tableRow.headerItem{font-weight:600;border-top:1px solid #dee2e6}.devices__tableItem{padding:.5rem .75rem;border-bottom:1px solid #dee2e6;font-size:10pt;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;cursor:pointer;overflow:auto}.devices__tableItem,.devices__tableItem.deviceAction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.devices__tableItem.deviceAction{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}.devices__tableItem.itemDeviceId{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}.devices__tableItemReconnectWrap{padding:2.5px 5px;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;position:relative;z-index:10000}.devices__tableItemIcon{width:16px;height:16px}.devices__tableItemIcon.reconnectingDevice{-webkit-animation:spin .3s linear;animation:spin .3s linear}.devices__noDataIcon{width:70px;height:70px;fill:grey;margin-bottom:10px}.devices_sortIcon{width:12px;height:12px;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-right:3px}@media screen and (max-width:799px){.devices__tableItem.deviceAction{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}.devices__tableItem.itemConnectionStatus{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}}@media screen and (max-width:639px){.devices__tableItem.itemConnectionStatus{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}.deviceConnectionStatus{border-radius:100%;padding:7px}}@media screen and (max-width:499px){.devices__table{height:calc(100% - 59px)}.devices__table.devicesDevMode{height:calc(100% - 110px)}}.ipApp_searchWrap{position:relative}.ipApp .ipApp_searchInput{height:36px;line-height:34px;border-radius:5px;padding-right:35px}.ipApp_searchIconWrap{position:absolute;right:10px;top:0;bottom:0;margin:auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ipApp_searchIcon{width:20px;height:20px;fill:#ced4da}.ipApp__table{width:100%;height:calc(100% - 49px);margin-bottom:-10px;position:relative;z-index:1}.ipApp__table.ipAppDevMode{height:calc(100% - 102px)}.ipAppScroller{height:calc(100% - 45px);overflow:auto}.ipApp .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform;width:100%}.ipApp .vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.ipApp__footer{width:100%;background:#fff;position:absolute;bottom:-23px;font-size:.75rem;font-weight:600;padding-top:5px}.ipApp__tableRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;min-height:45px}.ipApp__tableRow.headerItem{font-weight:600}.ipApp__tableItem{padding:.5rem .75rem;border-bottom:1px solid #dee2e6;font-size:10pt;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;cursor:pointer;overflow:auto}.ipApp__tableItem,.ipApp__tableItem.ipAppAction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ipApp__tableItem.ipAppAction{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}.ipApp__tableItemReconnectWrap{padding:2.5px 5px;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;position:relative;z-index:10000}.ipApp__tableItemIcon{width:16px;height:16px}.ipApp__tableItemIcon.reconnectingIpApp{-webkit-animation:spin .3s linear;animation:spin .3s linear}.ipAppConnectionStatus{padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:5px;color:#fff}.ipApp__noData{height:calc(100% - 110px);text-align:center;margin-top:20px;font-size:1.35rem;color:grey;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ipApp__noDataIcon{width:70px;height:70px;fill:grey;margin-bottom:10px}.ipApp_sortIcon{width:12px;height:12px;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-right:3px}@media screen and (max-width:799px){.ipApp__tableItem.ipAppAction{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}.ipApp__tableItem.itemConnectionStatus{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}}@media screen and (max-width:639px){.ipApp__tableItem.itemConnectionStatus{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}.ipAppConnectionStatus{border-radius:100%;padding:7px}}@media screen and (max-width:499px){.ipApp__table{height:calc(100% - 59px)}.ipApp__table.ipAppDevMode{height:calc(100% - 110px)}}.apps__table{width:100%;height:calc(100% - 49px);margin-bottom:-10px;position:relative;z-index:1}.apps__table.appsDevMode{height:calc(100% - 102px)}.appsScroller{height:calc(100% - 45px);overflow:auto}.apps__footer{width:100%;background:#fff;position:absolute;bottom:-23px;font-size:.75rem;font-weight:600;padding-top:5px}.apps__tableRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;min-height:45px}.apps__tableRow.headerItem{font-weight:600;border-top:1px solid #dee2e6}.apps__tableItem--disabled{opacity:.3}.apps__tableItem{padding:.5rem .75rem;border-bottom:1px solid #dee2e6;font-size:10pt;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;cursor:pointer;overflow:auto}.apps__tableItem,.apps__tableItem.appsAction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.apps__tableItem.appsAction{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}.apps__tableItemReconnectWrap{padding:2.5px 5px;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px;position:relative;z-index:10000}.apps__tableItemIcon{width:16px;height:16px}.apps__tableItemIcon.reconnectingDevice{-webkit-animation:spin .3s linear;animation:spin .3s linear}.apps__tableItemSeeMoreIcon{width:24px;height:24px;fill:#858585}.apps__arrayConnectionStatus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.apps__arrayConnectionStatus_title{font-size:.8rem;color:#6f6f6f;font-weight:700}.apps__arrayConnectionStatus_statuses{margin-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.apps__arrayConnectionStatus_status{width:15px;height:15px;border-radius:5px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.appsConnectionStatus{padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:5px;color:#fff}.apps_sortIcon{width:12px;height:12px;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-right:3px}@media screen and (max-width:799px){.apps__tableItem.appsAction{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}.apps__tableItem.itemConnectionStatus{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px}}@media screen and (max-width:639px){.apps__tableItem.itemConnectionStatus{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}.appsConnectionStatus{border-radius:100%;padding:7px}}@media screen and (max-width:499px){.apps__table{height:calc(100% - 59px)}.apps__table.appsDevMode{height:calc(100% - 110px)}}.devicesApps_searchWrap{position:relative}.devicesApps .devicesApps_searchInput{height:36px;line-height:34px;border-radius:5px;padding-right:35px}.devicesApps_searchIconWrap{position:absolute;right:10px;top:0;bottom:0;margin:auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.devicesApps_searchIcon{width:20px;height:20px;fill:#ced4da}.devicesApps .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform;width:100%}.devicesApps .vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.devicesApps__tabsWrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;z-index:2;margin-top:10px;padding:1px 1px 0 1px;top:1px}.devicesApps__tab,.devicesApps__tabsWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.devicesApps__tab{width:50%;font-size:.875rem;background:#f1f1f1;padding:10px 0;color:#4c4c4c;cursor:pointer;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top-left-radius:5px;border-top-right-radius:5px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3);border-bottom:none;border-bottom:1px solid #dee2e6}.devicesApps__tab:first-child{margin-right:5px}.devicesApps__tab:nth-child(2){margin-left:5px}.devicesApps__tabIcon{width:20px;height:20px}.devicesApps__tabTitle{margin-left:5px;white-space:nowrap;overflow:auto}.deviceConnectionStatus{padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:5px;color:#fff}.devicesApps__retry-button{padding:5px 20px;color:#fff!important;border-radius:5px;margin-top:15px;cursor:pointer;font-size:1rem}.devicesApps__noData,.devicesApps__retry-container{height:calc(100% - 110px);text-align:center;margin-top:20px;font-size:1.35rem;color:grey;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.devicesApps__noDataIcon{width:70px;height:70px;fill:grey;margin-bottom:10px}@media screen and (max-width:499px){.devicesApps__tabIcon{width:16px;height:16px}}.calendar-g-custom-first-elem .b-calendar-header{display:none}.calendar-g-custom-first-elem button{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer}.calendar-g-custom-first-elem .close{cursor:pointer}.calendar-g-custom-first-elem .titleHeader{font-size:20px}.calendar-g-custom-first-elem .back img{height:30px;cursor:pointer;width:30px;-webkit-transform:rotate(90deg);transform:rotate(90deg);padding:5px;border-radius:100%}.calendar-g-custom-first-elem footer{height:50px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.calendar-g-custom-first-elem svg{overflow:hidden;vertical-align:middle}.calendar-g-custom-first-elem img{pointer-events:none}.calendar-g-custom-first-elem .form-control.form-control-sm.text-center{padding:1vh 0}.calendar-g-custom-first-elem .b-calendar .btn-outline-secondary:first-child,.calendar-g-custom-first-elem .b-calendar .btn-outline-secondary:last-child,.calendar-g-custom-first-elem .b-calendar .small{display:none}.calendar-g-custom-first-elem .b-calendar .b-calendar-grid .row{-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:10vh;font-size:25px!important}.calendar-g-custom-first-elem .dialogWithoutKeyboard .dialog__innerContent{height:auto!important}.calendar-g-custom-first-elem .b-calendar-grid.form-control.h-auto.text-center{border:none!important}.calendar-g-custom-first-elem .dark .b-calendar-grid.form-control.h-auto.text-center{background:#181818!important;color:#fff!important}.calendar-g-custom-first-elem .dark .col.p-0.bg-light{background-color:#212020!important}.calendar-g-custom-first-elem .btn.border-0.rounded-circle.text-nowrap.btn-light.font-weight-bold{background:transparent}.calendar-g-custom-first-elem .dark .btn.border-0.rounded-circle.text-nowrap.btn-outline-light.text-dark.font-weight-bold{color:#e5e5e5!important}.calendar-g-custom-first-elem .dark .btn.border-0.rounded-circle.text-nowrap.btn-outline-light.text-dark.font-weight-bold:hover{background-color:#2b3977!important}.calendar-g-custom-first-elem .btn_cont{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.time-picker[data-v-1f919773]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:20px;background-color:#fff;border-radius:10px;overflow-y:scroll;max-height:400px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);position:absolute;bottom:0}.time[data-v-1f919773]{padding:10px 20px;background-color:#fff;border-radius:5px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.time[data-v-1f919773]:hover{background-color:#f0f0f0}.date_picker[data-v-4a39ce6c]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:20px;background-color:#fff;border-radius:10px;overflow-y:scroll;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);bottom:0}.date[data-v-4a39ce6c]{padding:25px 25px;background-color:#fff;border-radius:5px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.schedule-c[data-v-4a39ce6c]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}.shedule-column[data-v-4a39ce6c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:17vw;max-width:150px;border:1px solid #ededed}.shedule-elem[data-v-4a39ce6c]{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:80px;min-height:80px;max-height:80px;border-bottom:1px solid #ededed}.shedule-elem.main[data-v-4a39ce6c]{font-weight:700}.shedule-elem .empty[data-v-4a39ce6c]:hover{background-color:#f0f0f0}.shedule-elem[data-v-4a39ce6c]:last-child{border-bottom:none}.shedule-elem.disabled[data-v-4a39ce6c]{cursor:default;font-size:30px;color:grey;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shedule-elems-c[data-v-4a39ce6c]{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;overflow-x:scroll;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.noScroll[data-v-4a39ce6c]{background-color:#f6f6f6}.shedule_svg svg[data-v-4a39ce6c]{height:30px;width:30px}@media screen and (max-width:750px){.shedule-elem[data-v-4a39ce6c]{font-size:11px}}@media screen and (max-width:500px){.shedule-elem[data-v-4a39ce6c]{font-size:11px}.shedule-elem.main.spivrobitnuk[data-v-4a39ce6c]{font-size:9px}}@media screen and (max-width:360px){.shedule-elem[data-v-4a39ce6c]{font-size:10px}}.schedule-c[data-v-0273c22e]{width:100%;height:100%;overflow-x:auto}.shedule-row[data-v-0273c22e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:80px}.shedule-column[data-v-0273c22e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:150px}.shedule-column .main[data-v-0273c22e]{font-weight:700}.shedule-elem[data-v-0273c22e]{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:150px;min-height:80px;border-bottom:1px solid #ededed;border-right:1px solid #ededed;border-left:1px solid #ededed}.shedule-elem.main[data-v-0273c22e]{border-top:1px solid #ededed;font-weight:700}.shedule-elem.disabled[data-v-0273c22e]{cursor:default;font-size:30px;color:grey;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shedule-elems-c[data-v-0273c22e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;max-height:calc(100vh - 285px);overflow-y:scroll;overflow-x:hidden;justify-content:flex-start}.shedule-elems-c[data-v-0273c22e]::-webkit-scrollbar{width:0}.shedule-elem.empty[data-v-0273c22e]:hover{background-color:#f0f0f0}.shedule_svg svg[data-v-0273c22e]{height:30px;width:30px}.firstElem[data-v-0273c22e]{min-width:100px!important}.date_picker[data-v-59e534e8]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:20px;background-color:#fff;border-radius:10px;overflow-y:scroll;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);bottom:0}.date[data-v-59e534e8]{padding:25px 25px;background-color:#fff;border-radius:5px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.date[data-v-59e534e8]:hover{background-color:#f0f0f0}.date_picker[data-v-90b7a4ac]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:20px;background-color:#fff;border-radius:10px;overflow-y:scroll;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);bottom:0}.date[data-v-90b7a4ac]{padding:25px 25px;background-color:#fff;border-radius:5px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.listClients[data-v-20caee83]{display:grid;grid-template-columns:1fr .5fr 1fr;gap:10px;padding:5px;border-radius:5px}.listClients[data-v-20caee83]:hover{background:#e8e8e8;cursor:pointer}.client_Info[data-v-20caee83]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.client_Info.client_phone[data-v-20caee83]{font-weight:700}.client_phone[data-v-20caee83]{justify-self:end}.changesVariants[data-v-06a0c8e1]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:38px}.otherVariants[data-v-06a0c8e1]{cursor:pointer;color:#68a9ff;font-size:16px}.disabled-div[data-v-06a0c8e1]{pointer-events:none;opacity:.1}.addСlient__innerWrap[data-v-06a0c8e1]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.spivrobitnuk[data-v-06a0c8e1]{border-radius:10px}.addСlient__item[data-v-06a0c8e1]{width:calc(33.3% - 10px);margin-bottom:15px;position:relative}.addСlient__item.comment[data-v-06a0c8e1]{width:calc(66.66% - 5px)}.addСlient__item.comment .main-textarea[data-v-06a0c8e1]{min-height:50px;height:50px}.main-input[data-v-06a0c8e1]:disabled{background:#f1f1f1}.addСlient .main-input[data-v-06a0c8e1]{padding-right:10px}.addСlient .main-input__select[data-v-06a0c8e1]{padding-right:40px}.addСlient .checkbox__label[data-v-06a0c8e1]{margin-bottom:0!important}.addClient__sexWrap[data-v-06a0c8e1]{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.addClient__sexItem[data-v-06a0c8e1],.addClient__sexWrap[data-v-06a0c8e1]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.addClient__sexItem[data-v-06a0c8e1]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);height:50px;border-radius:10px;width:calc(50% - 5px);border:2px solid transparent;cursor:pointer}.addClient__sexItem .checkbox__label[data-v-06a0c8e1]{width:auto;padding-left:25px;font-size:1rem;margin-bottom:0!important}.addClient__sexItem .checkbox__label[data-v-06a0c8e1]:before{width:10px;height:10px;top:7px}.addClient__sexItem .checkbox__label[data-v-06a0c8e1]:after{width:18px;height:18px;top:3px}@media screen and (max-width:1120px){.changesVariants .main-input__label[data-v-06a0c8e1],.otherVariants[data-v-06a0c8e1]{font-size:15px}}@media screen and (max-width:991px){.addСlient__item[data-v-06a0c8e1]{width:calc(50% - 10px)}.addСlient__item.comment[data-v-06a0c8e1],.addСlient__item.sex[data-v-06a0c8e1]{width:100%}.addСlient__item.comment .main-textarea[data-v-06a0c8e1]{height:75px!important}}@media screen and (max-width:800px){.addClient__sexItem .checkbox__label[data-v-06a0c8e1]:before{top:6px}.changesVariants[data-v-06a0c8e1]{height:33px}.otherVariants[data-v-06a0c8e1]{font-size:14px}.addClient__sexItem .checkbox__label[data-v-06a0c8e1]:after{top:2px}}@media screen and (max-width:650px){.main-input__label.mini[data-v-06a0c8e1],.otherVariants[data-v-06a0c8e1]{font-size:12px}}@media screen and (max-width:549px){.otherVariants[data-v-06a0c8e1]{font-size:10px}}@media screen and (max-width:499px){.addСlient__item[data-v-06a0c8e1]{width:100%}.addClient__sexItem[data-v-06a0c8e1]{height:44px}.addСlient .main-input[data-v-06a0c8e1],.addСlient .main-input__select[data-v-06a0c8e1]{height:44px;line-height:40px}.main-input__label.mini[data-v-06a0c8e1]{font-size:14px}.otherVariants[data-v-06a0c8e1]{font-size:16px}}@media screen and (max-width:375px){.addClient__sexItem[data-v-06a0c8e1]{width:100%}.changesVariants[data-v-06a0c8e1]{height:auto;gap:10px}.addClient__sexItem[data-v-06a0c8e1]:first-child{margin-bottom:10px}}.centeredDiv[data-v-02d7f7e6]{text-align:center;margin:0 auto}.dialogWithoutKeyboard .dialog__innerContent[data-v-02d7f7e6]{padding:0!important}.status[data-v-02d7f7e6]{width:5px;height:5px;border-radius:50%;margin-right:5px}.record_statusType[data-v-02d7f7e6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:90px;height:25px;border-radius:5px}.choiceWorkStatus[data-v-02d7f7e6],.record_statusType[data-v-02d7f7e6]{-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:5px}.choiceWorkStatus[data-v-02d7f7e6]{position:absolute;left:0;top:-25px;background-color:#fff;z-index:10}.status_text[data-v-02d7f7e6]{width:100%;text-align:center}.svg-container[data-v-02d7f7e6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.record_status[data-v-02d7f7e6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:170px}.ring[data-v-02d7f7e6]{width:98px!important}.sectionRecord[data-v-02d7f7e6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.headerDetails[data-v-02d7f7e6]{font-size:.875rem;color:#4f4f4f;font-weight:600}.boxForReletive[data-v-02d7f7e6]{position:relative}.payment_status[data-v-02d7f7e6]{width:110px;text-align:center;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:0 5px;border-radius:5px;color:#6e6e6e}.payment_status.success[data-v-02d7f7e6]{color:#28a745}.payment_pay_now[data-v-02d7f7e6]{position:absolute;z-index:1000;background-color:#fff;top:14px}.sectionWorkName[data-v-02d7f7e6]{width:90px}.sectionPhone[data-v-02d7f7e6]{width:108px}.sectionDuring[data-v-02d7f7e6]{width:80px}.sectionPay[data-v-02d7f7e6]{width:110px}.sectionComent[data-v-02d7f7e6]{width:90px}.detailsRecord[data-v-02d7f7e6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.section_widthText[data-v-02d7f7e6]{width:100%}.orderList-order[data-v-02d7f7e6]{border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);margin:0 5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 5px 10px 15px;cursor:pointer;position:relative;-webkit-transition:.2s;transition:.2s}.orderList-order[data-v-02d7f7e6]:hover{background:#f6f6f6}.orderList-order__open[data-v-02d7f7e6]{overflow:hidden}.orderList-order__openBtn[data-v-02d7f7e6]{width:40px;height:40px;-webkit-transition:.2s;transition:.2s;cursor:pointer;padding:10px}.hiden_words[data-v-02d7f7e6]{white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis}.orderList-order__openBtn_active[data-v-02d7f7e6]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.orderList-orderDetailsNoBorder[data-v-02d7f7e6]{border-radius:5px 0 0 0!important}.orderList-order__total[data-v-02d7f7e6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(35% - 130px);position:relative;overflow:auto;width:170px!important}.orderList-order__totalNumber[data-v-02d7f7e6]{width:auto;white-space:nowrap;overflow:auto}.orderList-order__currency[data-v-02d7f7e6],.orderList-order__totalNumber[data-v-02d7f7e6]{font-size:1.5625rem;font-weight:600;margin-left:5px}.orderList-order__dateTime[data-v-02d7f7e6]{width:130px;position:relative}.orderList-order__info[data-v-02d7f7e6]{padding-right:5px;max-width:90px!important;min-width:90px!important}.orderList-order__infoProducts[data-v-02d7f7e6]{font-size:.875rem;color:#afadad;font-weight:300;width:100%}.orderList-order__infoHeadline[data-v-02d7f7e6]{display:block!important;font-size:1.125rem;width:100%}.orderList-order__time[data-v-02d7f7e6]{font-size:1.5625rem;font-weight:600}.orderList-order__date[data-v-02d7f7e6]{font-size:1rem;color:#afadad;font-weight:300;margin-left:10px}.orderList-orderDetails[data-v-02d7f7e6]{margin:-15px 5px 5px;background:#f3f3f3;padding:15px;border-radius:0 0 10px 10px;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.15);box-shadow:0 5px 8px rgba(0,0,0,.15);position:relative;z-index:1;cursor:pointer}.orderList-order__editDateTime[data-v-02d7f7e6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:26px;height:26px;position:absolute;border-radius:50%;top:-5px;left:100px;z-index:100}.orderList-order__pencil[data-v-02d7f7e6]{width:12px;height:12px;margin-left:2px}.orderList-order__number[data-v-02d7f7e6]{font-size:11px;margin-left:5px;color:#afadad;position:absolute;top:2px;right:14px}.orderList-order_statusSmall[data-v-02d7f7e6]{width:3px!important;height:100%;border-radius:10px 0 0 10px;position:absolute;left:0;top:0;bottom:0;margin:auto}@media screen and (max-width:1024px){.orderList-order__info[data-v-02d7f7e6]{width:40%}.orderList-order__total[data-v-02d7f7e6]{width:calc(40% - 130px)}}@media screen and (max-width:799px){.orderList-order__editDateTime[data-v-02d7f7e6]{left:90px}.orderList-order__dateTime[data-v-02d7f7e6]{width:115px}.orderList-order__total[data-v-02d7f7e6]{width:calc(40% - 115px)}}@media screen and (max-width:768px){.orderList-order__editDateTime[data-v-02d7f7e6]{width:20px;height:20px}.orderList-order__pencil[data-v-02d7f7e6]{width:10px;height:10px}.orderList-order__info[data-v-02d7f7e6]{width:35%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.orderList-order__total[data-v-02d7f7e6]{width:calc(45% - 115px)}}@media screen and (max-width:639px){.orderList-order[data-v-02d7f7e6]{gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}.media_info1[data-v-02d7f7e6]{width:50%}.media_info2[data-v-02d7f7e6]{width:40%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;min-width:auto;display:block!important}.media_info3[data-v-02d7f7e6]{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:135px;display:-webkit-box;display:-ms-flexbox;display:flex}.media_info4[data-v-02d7f7e6]{width:40%!important;min-width:120px}.media_down1[data-v-02d7f7e6]{width:35%;min-width:110px;text-align:center}.media_down2[data-v-02d7f7e6],.media_down3[data-v-02d7f7e6]{width:35%;min-width:110px}.media_down4[data-v-02d7f7e6]{position:absolute;right:5px;top:5px}.orderList-order__total[data-v-02d7f7e6]{width:auto!important}.orderList-order__totalNumber[data-v-02d7f7e6]{max-width:calc(100% - 60px)}.orderList-order__openBtn[data-v-02d7f7e6]{width:35px;height:35px}.orderList-orderDetailsRow.fifth[data-v-02d7f7e6],.orderList-orderDetailsRow.fourth[data-v-02d7f7e6]{text-align:right;padding:0 5px}}@media screen and (max-width:499px){.media_info1[data-v-02d7f7e6]{width:108px!important}.media_info2[data-v-02d7f7e6]{width:100%!important;min-width:100%!important;max-width:100%!important;text-align:center!important}.media_info3[data-v-02d7f7e6]{width:40%!important}}@media screen and (max-width:450px){.orderList-order__total[data-v-02d7f7e6]{max-width:calc(100% - 105px)}}@media screen and (max-width:399px){.orderList-orderDetails .orderList-order__statusTime[data-v-02d7f7e6]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:0;color:#000;font-weight:600}.orderList-order[data-v-02d7f7e6]{gap:15px 0}}.orderList.dialogWithoutKeyboard.dialog__innerContent[data-v-99b2c87c]{padding:0!important}.orderListTabs__tab.defaultSize[data-v-99b2c87c]{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.orderListTabs__tab_newOrderText[data-v-99b2c87c]{overflow:auto;max-width:calc(100% - 20px);margin-left:5px}.orderList__inner_noOrders[data-v-99b2c87c]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.orderList__inner_noOrders .orderList__inner_addOrderBtn[data-v-99b2c87c]{margin:20px 0 0 0;padding:10px 30px;font-size:18px}.orderList__inner_addOrderBtn[data-v-99b2c87c]{padding:10px;border:none;border-radius:5px;background-color:#28a745;color:#fff;margin-bottom:10px;margin-left:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.orderList__inner_noOrdersText[data-v-99b2c87c]{font-size:25px;color:#949494;font-weight:300;max-width:250px;text-align:center}.orderList__inner[data-v-99b2c87c]{padding-top:5px;margin-top:15px;z-index:9;height:calc(100vh - 240px)!important;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.orderListTabs[data-v-99b2c87c]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:1px 0 1px 5px;-webkit-box-shadow:none;box-shadow:none;z-index:1}.orderListTabs[data-v-99b2c87c],.orderListTabs__tab[data-v-99b2c87c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden}.orderListTabs__tab[data-v-99b2c87c]{height:40px;padding:0 25px;cursor:pointer;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:5px 5px 0 0;margin-right:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.875rem;z-index:10;color:#000;background:#f1f1f1;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;white-space:nowrap}.active[data-v-99b2c87c]{background:#fff!important;color:#000!important}.orderListTabs__tab.new-order[data-v-99b2c87c]{background:#28a745;color:#fff;border:3px solid transparent;padding:0;min-width:150px}.orderListTabs__tabWrap[data-v-99b2c87c]{max-width:100%;position:relative}.orderListTabs__tabStatus[data-v-99b2c87c]{width:5px;height:5px;border-radius:50%;margin-right:5px;position:absolute;left:-10px;top:0;bottom:0;margin:auto}.orderListTabs__text[data-v-99b2c87c]{overflow:hidden}.orderList__inner_noOrders[data-v-99b2c87c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:calc(100vh - 165px);margin-top:0}.orderListTabs__hideText[data-v-99b2c87c]{display:none}.orderListTabs__tabStatus.ready[data-v-99b2c87c]{background-color:#05c300}@media screen and (max-width:1440px){.orderListTabs__tab.prepare[data-v-99b2c87c],.orderListTabs__tab.ready[data-v-99b2c87c]{-webkit-box-flex:2;-ms-flex:2 1 0px;flex:2 1 0}}@media (max-width:800px){.orderList__inner[data-v-99b2c87c]{height:calc(100vh - 190px)}.orderListTabs__tab.new-order[data-v-99b2c87c]{min-width:100px;padding:0 10px}.orderListTabs__tab[data-v-99b2c87c]{margin-right:5px}}@media screen and (max-width:768px){.orderListTabs__tab[data-v-99b2c87c]{padding:0 8px;height:35px}.orderListTabs__tabStatus[data-v-99b2c87c]{display:none}.orderList__inner_noOrders .orderList__inner_addOrderBtn[data-v-99b2c87c]{font-size:14px;margin:10px 0 0}.orderList__inner_noOrdersText[data-v-99b2c87c]{font-size:20px}.orderList__inner[data-v-99b2c87c]{height:calc(100vh - 185px)}}@media screen and (max-width:535px){.orderListTabs__tab[data-v-99b2c87c]{padding:0 4px;height:30px}.orderListTabs__tabStatus[data-v-99b2c87c]{display:none}.orderList__inner[data-v-99b2c87c]{height:calc(100vh - 180px)}}@media screen and (max-width:499px){.orderListTabs__tab .orderListTabs__tab_newOrderText[data-v-99b2c87c]{display:none}.orderListTabs__tab svg[data-v-99b2c87c]{margin-right:0!important}.orderListTabs__tab[data-v-99b2c87c]{margin-right:5px}.orderListTabs[data-v-99b2c87c]{padding:10px 4px 0 15px}.orderList__inner[data-v-99b2c87c]{height:calc(100vh - 175px)}.orderListTabs__tab.new-order[data-v-99b2c87c]{width:40px;min-width:40px;padding:0;-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0}.orderListTabs__tab.prepare[data-v-99b2c87c],.orderListTabs__tab.ready[data-v-99b2c87c]{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.orderListTabs__hideText[data-v-99b2c87c]{display:block;overflow:auto}.orderListTabs__text.prepare[data-v-99b2c87c],.orderListTabs__text.ready[data-v-99b2c87c]{display:none}}@media screen and (max-width:375px){.orderListTabs[data-v-99b2c87c]{padding:10px 2px 0 5px}.orderListTabs__tab[data-v-99b2c87c]{margin-right:4px}}@media screen and (max-width:321px){.orderListTabs__tab[data-v-99b2c87c]{margin-right:3px}}#my-app-doc-2 button{font-size:2rem;background:#a91b1b;color:#66c279}.aboutUs__sendLogsWrap{width:100%}.clearCache__warningModalText{font-size:1.25rem;white-space:pre-wrap}.getReport_wrap{margin-left:-10px!important;margin-right:-10px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.getReport_main{height:22vw;width:25%;max-height:300px;margin-bottom:20px}@media screen and (max-width:991px){.getReport_main{height:19vw}}@media screen and (max-width:767px){.getReport_main{height:24vw;width:33.3%}}@media screen and (max-width:575px){.getReport_main{height:35vw;width:50%}}.settings__themesWrap{margin-left:-10px!important;margin-right:-10px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.settings__theme{height:22vw;width:25%;max-height:300px;margin-bottom:20px}.settings__themeInner{height:100%;margin:10px;border-radius:10px;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);position:relative;cursor:pointer;border:3px solid transparent;padding:10px 0}.settings__themeSelectedWrap{position:absolute;top:-13px;right:-13px;width:26px;height:26px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings__themeIcon{fill:#fff;width:12px;height:12px}.settings__themeColor{width:calc(100% - 20px);height:34%;left:0;right:0;margin:auto;position:absolute;border-radius:6px;background-position:top!important}.settings__themeColor.bgColor{bottom:10px}.settings__themeColor.headerColor{top:10px}.settings__themeColor.accentColor{top:32%}@media screen and (max-width:991px){.settings__theme{height:19vw}}@media screen and (max-width:767px){.settings__theme{height:24vw;width:33.3%}}@media screen and (max-width:575px){.settings__theme{height:35vw;width:50%}}.soundItem{position:relative;padding:5px 10px;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);margin-bottom:10px;font-size:.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;min-height:30px;border:2px solid transparent}.soundItem__icon{width:14px;height:14px}.soundItem__iconWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.soundItem__iconCheckmark{width:16px;height:16px;fill:#fff;position:absolute;top:-8px;right:-8px;border-radius:50%;padding:4px}.productsOnBoard{width:100%;margin:15px 0 20px 0;padding:15px 5px 10px 5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.productsOnBoard__value{width:40px;position:relative}.productsOnBoard__input{-webkit-appearance:none;width:100%;height:7px;background:#ddd;border-radius:5px;outline:none;border:none}.productsOnBoard__input::-webkit-slider-thumb{-webkit-appearance:none;width:25px;height:20px;background:var(--thumbColor);border-radius:5px}.productsOnBoard__rangeValue{font-size:10px;position:absolute;top:-10px;color:#9f9f9f;text-align:center;left:0;right:0;margin:auto}.payOffClientDebt__clientWrap[data-v-04ec0b68]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;position:relative}.payOffClientDebt__pane[data-v-04ec0b68]{border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);min-height:160px;max-height:200px;padding:15px}.payOffClientDebt__clientWrap .leftSide[data-v-04ec0b68]{width:calc(40% - 5px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px}.payOffClientDebt__clientWrap .rightSide[data-v-04ec0b68]{width:calc(60% - 5px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.payOffClientDebt__clientWrap .rightSide[data-v-04ec0b68],.payOffClientDebt__headlineWrap[data-v-04ec0b68]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.payOffClientDebt__headlineWrap[data-v-04ec0b68]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem}.payOffClientDebt__headlineWrap .main-input__label[data-v-04ec0b68]{margin-bottom:0!important}.payOffClientDebt__changeClient[data-v-04ec0b68]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 15px;color:#fff;border-radius:5px;font-size:.875rem;cursor:pointer}.payOffClientDebt__clientPhoto[data-v-04ec0b68]{width:100%;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.payOffClientDebt__clientName[data-v-04ec0b68]{text-align:center;margin-top:10px;max-height:90px;overflow:auto;max-width:100%}.payOffClientDebt__clientName.namePlaceHolder[data-v-04ec0b68]{width:100px;height:12px;border-radius:10px;background:#f4f4f4}.payOffClientDebt__noClientWrap[data-v-04ec0b68]{width:calc(100% + 10px);height:calc(100% + 10px);border-radius:10px;margin-bottom:10px;position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;margin:auto;background:hsla(0,0%,100%,.6)}.payOffClientDebt__noClientCircle[data-v-04ec0b68],.payOffClientDebt__noClientWrap[data-v-04ec0b68]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payOffClientDebt__noClientCircle[data-v-04ec0b68]{border-radius:5px;color:#fff;padding:5px 20px;cursor:pointer;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.payOffClientDebt__noClientCircleIcon[data-v-04ec0b68]{width:30px;height:30px;fill:#fff}.payOffClientDebt__listItem[data-v-04ec0b68]{min-height:15px}.payOffClientDebt__listItemInfo[data-v-04ec0b68]{margin-bottom:5px}.payOffClientDebt__listItemText[data-v-04ec0b68]{font-size:.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payOffClientDebt__listItemInfo.itemPlaceholder[data-v-04ec0b68]{width:100%;height:12px;border-radius:5px;background:#f4f4f4}.payOffClientDebt__listItemUnderline[data-v-04ec0b68]{width:100%;height:1px;background:#f4f4f4}.payOffClientDebt__listItemText_type[data-v-04ec0b68]{font-weight:700;white-space:nowrap}.payOffClientDebt__listItemText_value[data-v-04ec0b68]{margin-left:5px;white-space:nowrap;overflow:auto}.payOffClientDebt__photo[data-v-04ec0b68]{width:100px;height:100px;border-radius:50%;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #ccc}@media (max-width:375px),screen and (max-width:899px) and (min-width:767px){.payOffClientDebt__pane[data-v-04ec0b68]{width:100%!important}.payOffClientDebt__pane.leftSide[data-v-04ec0b68]{margin-bottom:10px;min-height:130px}}@media screen and (max-width:375px){.payOffClientDebt__pane.rightSide[data-v-04ec0b68]{min-height:130px;padding:10px}}.topUpDeposit__clientWrap[data-v-489517ad]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;position:relative}.topUpDeposit__pane[data-v-489517ad]{border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);min-height:160px;max-height:200px;padding:15px}.topUpDeposit__clientWrap .leftSide[data-v-489517ad]{width:calc(40% - 5px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px}.topUpDeposit__clientWrap .rightSide[data-v-489517ad]{width:calc(60% - 5px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.topUpDeposit__clientWrap .rightSide[data-v-489517ad],.topUpDeposit__headlineWrap[data-v-489517ad]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.topUpDeposit__headlineWrap[data-v-489517ad]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem}.topUpDeposit__headlineWrap .main-input__label[data-v-489517ad]{margin-bottom:0!important}.topUpDeposit__changeClient[data-v-489517ad]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 15px;color:#fff;border-radius:5px;font-size:.875rem;cursor:pointer}.topUpDeposit__clientPhoto[data-v-489517ad]{width:100%;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.topUpDeposit__clientName[data-v-489517ad]{text-align:center;margin-top:10px;max-height:90px;overflow:auto;max-width:100%}.topUpDeposit__clientName.namePlaceHolder[data-v-489517ad]{width:100px;height:12px;border-radius:10px;background:#f4f4f4}.topUpDeposit__noClientWrap[data-v-489517ad]{width:calc(100% + 10px);height:calc(100% + 10px);border-radius:10px;margin-bottom:10px;position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;margin:auto;background:hsla(0,0%,100%,.6)}.topUpDeposit__noClientCircle[data-v-489517ad],.topUpDeposit__noClientWrap[data-v-489517ad]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topUpDeposit__noClientCircle[data-v-489517ad]{border-radius:5px;color:#fff;padding:5px 20px;cursor:pointer;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2)}.topUpDeposit__noClientCircleIcon[data-v-489517ad]{width:30px;height:30px;fill:#fff}.topUpDeposit__listItem[data-v-489517ad]{min-height:15px}.topUpDeposit__listItemInfo[data-v-489517ad]{margin-bottom:5px}.topUpDeposit__listItemText[data-v-489517ad]{font-size:.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topUpDeposit__listItemInfo.itemPlaceholder[data-v-489517ad]{width:100%;height:12px;border-radius:5px;background:#f4f4f4}.topUpDeposit__listItemUnderline[data-v-489517ad]{width:100%;height:1px;background:#f4f4f4}.topUpDeposit__listItemText_type[data-v-489517ad]{font-weight:700;white-space:nowrap}.topUpDeposit__listItemText_value[data-v-489517ad]{margin-left:5px;white-space:nowrap;overflow:auto}.topUpDeposit__photo[data-v-489517ad]{width:100px;height:100px;border-radius:50%;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #ccc}@media (max-width:375px),screen and (max-width:899px) and (min-width:767px){.topUpDeposit__pane[data-v-489517ad]{width:100%!important}.topUpDeposit__pane.leftSide[data-v-489517ad]{margin-bottom:10px;min-height:130px}}@media screen and (max-width:375px){.topUpDeposit__pane.rightSide[data-v-489517ad]{min-height:130px;padding:10px}}.openBottles__header[data-v-58c7c4f5]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;margin-bottom:10px;border-radius:5px}.openBottles__tab[data-v-58c7c4f5]{width:50%;padding:5px;text-align:center;cursor:pointer}.openBottles__tab.activeTab[data-v-58c7c4f5]{color:#fff}.openBottles__inner[data-v-58c7c4f5]{height:calc(100% - 38px);overflow:auto}.openBottles__bottle[data-v-58c7c4f5]{padding:10px 15px;border-radius:10px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #e5e5e5}.openBottles__bottle[data-v-58c7c4f5]:not(:last-child){margin-bottom:15px}.openBottles__button[data-v-58c7c4f5]{color:#fff;padding:5px 10px;border-radius:5px;text-align:center;cursor:pointer;margin-top:10px;font-size:.875rem;color:#d9534f;border:1px solid!important;border-color:#d9534f;-webkit-transition:.2s;transition:.2s}.openBottles__button[data-v-58c7c4f5]:hover{background:#d9534f;color:#fff}.openBottles__button.openBottles__button_active[data-v-58c7c4f5]:hover{border-color:var(--thumbColor)!important;background:var(--thumbColor);color:#fff!important}.openBottles__divider[data-v-58c7c4f5]{width:100%;height:1px;background:#dfdfdf;margin:5px 0}.openBottles__name[data-v-58c7c4f5]{font-size:1.15rem;margin-bottom:5px}.openBottles__excise[data-v-58c7c4f5]{font-size:.875rem}.closedBottle.closedBottle[data-v-58c7c4f5]{color:#d9534f}.openBottles__openDateTime[data-v-58c7c4f5]{color:grey;font-size:.875rem}.openBottles__empty[data-v-58c7c4f5]{min-height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:silver;font-size:1.25rem}.tableTitleList__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f6f6fa;border-radius:10px 10px 0 0}.tableTitleList__wrap-checkbox{padding:10px 5px 10px 20px}.tableTitleList__wrap-itemContainer{-ms-flex:1 1 auto;flex:1 1 auto}.tableTitleList__wrap-item,.tableTitleList__wrap-itemContainer{height:100%;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}.tableTitleList__wrap-item{cursor:pointer;-ms-flex:1 1 50%;flex:1 1 50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;overflow:auto}.tableTitleList__wrap-item_title{font-size:14px;color:#666b85;overflow:auto}.tableTitleList__wrap-item_icon{width:12px;height:12px;fill:#666b85;margin-left:5px}.tableTitleList__wrap-filter{position:relative;cursor:pointer;padding:0 15px 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tableTitleList__wrap-filter_icon{width:32px;height:32px;fill:#5c5f6b;padding:5px;border-radius:5px;-webkit-transition:all .2s ease;transition:all .2s ease}.tableTitleList__option{position:absolute;right:15px;top:100%;min-width:300px;max-height:540px;padding:10px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;-webkit-box-shadow:0 12px 16px -4px rgba(16,24,40,.0784313725490196);box-shadow:0 12px 16px -4px rgba(16,24,40,.0784313725490196);z-index:5;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tableTitleList__option-checkboxBody{padding:0 5px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto}.tableTitleList__option-checkboxRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tableTitleList__option-checkboxRow:not(:last-child){border-bottom:1px solid #f1f3ff}.tableTitleList__option-checkboxTitle{font-size:.9rem;height:100%;width:100%;padding:10px;white-space:nowrap;overflow:auto}.tableTitleList__option-checkboxTitle.blocked{color:#939393}.tableTitleList__option-footer{border-top:1px solid #f1f3ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:5px}.tableTitleList__option-btnReset,.tableTitleList__option-btnSave{padding:8px;background:transparent;width:100%;color:#5d5d6e;-webkit-transition:all .3s ease;transition:all .3s ease}.tableTitleList__option-btnReset{border-right:1px solid #f1f3ff;border-radius:5px 0 0 5px}.tableTitleList__option-btnSave{border-radius:0 5px 5px 0}.tableTitleList__option-btnReset:hover,.tableTitleList__option-btnSave:hover{background:#f7f7f7}.tableTitleList__option-resetWrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.tableTitleList__option-resetLeft_icon{width:32px;height:32px}.tableTitleList__option-resetRight{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tableTitleList__option-resetTitle{color:#434343}.tableTitleList__option-resetSubtitle{margin-top:5px;font-size:.95rem;color:#757575}.tableTitleListFilters-enter-active{-webkit-animation:filters-in .3s;animation:filters-in .3s}.tableTitleListFilters-leave-active{animation:filters-in .3s reverse}@-webkit-keyframes filters-in{0%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes filters-in{0%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@media (max-width:560px){.tableTitleList__wrap-filter{padding:0 5px}.tableTitleList__option{right:5px}}.tableItemList__wrap{overflow:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tableItemList__table{overflow:auto}.tableItemList__emptyWrap,.tableItemList__table{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tableItemList__scroller{height:100%;overflow:auto}.tableItemList__scroller .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;width:100%}.tableItemList__row{font-size:.85rem;min-height:50px;width:100%;border-bottom:1px solid #ededed}.tableItemList__checkbox-wrap,.tableItemList__row{display:-webkit-box;display:-ms-flexbox;display:flex}.tableItemList__checkbox-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 5px 0 20px}.tableItemList__items-wrap{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto}.tableItemList__tableRow{-ms-flex-align:center}.tableItemList__tableRow,.tableItemList__tableRow-item{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;overflow:auto}.tableItemList__tableRow-item{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;padding:5px}.tableItemList__tableRow-itemValue{overflow:auto}.tableItemList__empty{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.25rem;color:grey}.tableItemList__found{padding-top:10px;font-weight:700;font-size:12px}@media (max-width:560px){.tableTitleList__wrap-filter{padding:0 5px}}.stop-list__body{margin-top:10px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}.stopList__column-first{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px}.stopList__column-fifth{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}.stopList__column-fifth .stopListStatus{padding:5px;border-radius:8px}@media (max-width:800px){.stopList__column-fifth{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}}@media (max-width:560px){.stopList__column-fifth{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.stopList__column-fifth .stopListStatus{padding:6px}}.tableSearchInput__search{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-radius:8px;border:1px solid #e6e8f0;background:#f7f7fb}.tableSearchInput__search-closeIcon,.tableSearchInput__search-searchIcon{position:absolute;top:0;bottom:0;margin:auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.tableSearchInput__search-searchIcon{z-index:1;left:0;padding:0 5px 0 10px}.tableSearchInput__search-searchIcon .tableSearchInput__search-icon{width:18px;height:18px;fill:#7c7c7c}.tableSearchInput__search-searchIcon .tableSearchInput__search-icon.animation{-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-animation:rotateSearchIcon .6s ease-in-out forwards;animation:rotateSearchIcon .6s ease-in-out forwards}.tableSearchInput__search-input{position:relative;z-index:2;padding:0 35px;width:100%;height:48px;line-height:48px;border:none;background:transparent}.tableSearchInput__search-closeIcon{z-index:3;right:0;padding:0 10px 0 5px}.tableSearchInput__search-closeIcon .tableSearchInput__search-icon{fill:#a5a5a5;width:22px;height:22px;-webkit-transition:all .3s ease;transition:all .3s ease}.tableSearchInput__search-closeIcon:hover .tableSearchInput__search-icon{fill:#7c7c7c}@-webkit-keyframes rotateSearchIcon{0%{-webkit-transform:rotate3d(1,1,0,0deg);transform:rotate3d(1,1,0,0deg)}to{-webkit-transform:rotate3d(1,1,0,1turn);transform:rotate3d(1,1,0,1turn)}}@keyframes rotateSearchIcon{0%{-webkit-transform:rotate3d(1,1,0,0deg);transform:rotate3d(1,1,0,0deg)}to{-webkit-transform:rotate3d(1,1,0,1turn);transform:rotate3d(1,1,0,1turn)}}@media (max-width:800px){.tableSearchInput__search-input{height:40px;line-height:40px;padding:0 35px 0 30px}.tableSearchInput__search-searchIcon .tableSearchInput__search-icon{width:16px;height:16px}.tableSearchInput__search-closeIcon .tableSearchInput__search-icon{width:20px;height:20px}}.tableRecursiveCheckbox__container:not(:last-child) .tableRecursiveCheckbox__row[data-v-7dc9c41d]{border-bottom:1px solid #f1f3ff}.tableRecursiveCheckbox__row[data-v-7dc9c41d]{cursor:pointer}.tableRecursiveCheckbox__row-checkboxDropDown[data-v-7dc9c41d],.tableRecursiveCheckbox__row[data-v-7dc9c41d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tableRecursiveCheckbox__row-checkboxDropDown[data-v-7dc9c41d]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px;height:40px}.tableRecursiveCheckbox__row-checkboxDropDown-icon[data-v-7dc9c41d]{width:14px;height:14px;fill:#8a8a8a;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.tableRecursiveCheckbox__row-checkboxTitle[data-v-7dc9c41d]{font-size:.9rem;height:100%;width:100%;padding:10px;white-space:nowrap;overflow:auto}[class^=filters-component__wrap][data-v-4d7a6467]{display:inline-block;width:100%;min-width:100px;position:relative}.filters-component__select[data-v-4d7a6467]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;position:relative;white-space:nowrap;line-height:50px;cursor:pointer;padding:0 20px;height:50px;font-size:1rem;border:1px solid #e6e8f0;background:#f7f7fb;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.filters-component__title[data-v-4d7a6467]{overflow-x:auto;-webkit-transition:color .3s ease;transition:color .3s ease}.filters-component__units[data-v-4d7a6467]{font-size:.75rem;margin-left:3px;color:grey}.filters-component__arrow[data-v-4d7a6467]{width:16px;height:16px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.filters-component__option[data-v-4d7a6467]{position:absolute;top:calc(100% + 10px);width:100%;min-width:300px;max-height:540px;padding:10px 15px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;-webkit-box-shadow:0 12px 16px -4px rgba(16,24,40,.0784313725490196);box-shadow:0 12px 16px -4px rgba(16,24,40,.0784313725490196);z-index:5;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.filters-component__option-header[data-v-4d7a6467]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:10px}.filters-component__option-btn[data-v-4d7a6467]{white-space:nowrap;font-weight:500;font-size:1rem;color:#106090;background:transparent}.filters-component__optionSearch[data-v-4d7a6467]{margin-bottom:10px;position:relative;background:#f9f9fc;border-radius:8px}.filters-component__optionSearch-input[data-v-4d7a6467]{cursor:pointer;width:100%;outline:none;border:none;font-size:16px;-webkit-transition:all .3s ease;transition:all .3s ease;padding:8px 30px;background:transparent;z-index:2}.filters-component__optionSearch-closeIcon[data-v-4d7a6467],.filters-component__optionSearch-searchIcon[data-v-4d7a6467]{position:absolute;top:0;bottom:0;margin:auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.filters-component__optionSearch-searchIcon[data-v-4d7a6467]{z-index:1;left:10px}.filters-component__optionSearch-closeIcon[data-v-4d7a6467]{height:100%;padding:10px;z-index:3;right:0}.filters-component__optionSearch-icon[data-v-4d7a6467]{width:16px;height:16px;-webkit-transition:fill .3s ease;transition:fill .3s ease}.filters-component__optionSearch-searchIcon .filters-component__optionSearch-icon[data-v-4d7a6467]{fill:#8a8a8a}.filters-component__optionSearch-closeIcon .filters-component__optionSearch-icon[data-v-4d7a6467]{fill:#b0b3b5}.filters-component__optionSearch-closeIcon:hover .filters-component__optionSearch-icon[data-v-4d7a6467]{fill:#8a8a8a}.filters-component__option-body[data-v-4d7a6467]{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.filters-component__option-checkboxAllWrap[data-v-4d7a6467]{background:#f7f7fb;border-radius:5px 5px 0 0;border-bottom:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}.filters-component__option-checkboxTitle[data-v-4d7a6467]{font-weight:700;font-size:.9rem;height:100%;width:100%;padding:10px;white-space:nowrap;overflow:auto}.filters-component__option-checkboxBody[data-v-4d7a6467]{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto}.filters-component__option_empty[data-v-4d7a6467]{margin-bottom:10px}.filters-component__option_emptyText[data-v-4d7a6467]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.1rem;color:grey;height:100%;width:100%}.filters-component__option-footer[data-v-4d7a6467],.filters-component__option_emptyText[data-v-4d7a6467]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filters-component__option-footer[data-v-4d7a6467]{border-top:1px solid #f1f3ff;padding-top:5px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filters-component__option-btnClear[data-v-4d7a6467],.filters-component__option-btnSave[data-v-4d7a6467]{padding:8px;background:transparent;width:100%;color:#5d5d6e;-webkit-transition:all .3s ease;transition:all .3s ease}.filters-component__option-btnClear[data-v-4d7a6467]:hover,.filters-component__option-btnSave[data-v-4d7a6467]:hover{background:#f7f7f7}.filters-component__option-btnClear[data-v-4d7a6467]{border-right:1px solid #f1f3ff;border-radius:5px 0 0 5px}.filters-component__option-btnSave[data-v-4d7a6467]{border-radius:0 5px 5px 0}.filters-enter-active[data-v-4d7a6467]{-webkit-animation:filters-in-4d7a6467 .3s;animation:filters-in-4d7a6467 .3s}.filters-leave-active[data-v-4d7a6467]{animation:filters-in-4d7a6467 .3s reverse}@-webkit-keyframes filters-in-4d7a6467{0%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes filters-in-4d7a6467{0%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@media (max-width:800px){.filters-component__select[data-v-4d7a6467]{height:42px;line-height:42px}.filters-component__option[data-v-4d7a6467]{max-height:400px}}@media (max-width:500px){.filters-component__option[data-v-4d7a6467]{min-width:220px}}.stopList__header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stopList__header.columnType{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.stopList__header_search{width:100%}.stopList__header.columnType .stopList__header_filters{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stopList__filters{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.stopList__filters .stopList__filters_filter{min-width:calc(50% - 5px)!important;max-width:calc(50% - 5px)!important}.stopList__switcher-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding-left:10px;max-width:100%}.stopList__switcher{min-height:50px;background:#f7f7fb;border-radius:8px;border:1px solid #e6e8f0;padding:4px;position:relative;width:100%}.stopList__switcher-activeElem{min-height:40px;max-width:500px;min-width:300px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stopList__switcher-item{overflow-wrap:break-word;word-break:break-word;word-break:normal;white-space:normal;width:33.333%;height:100%;padding:2px;text-align:center;cursor:pointer;position:relative;z-index:2;color:#666;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.stopList__switcher-item.active{color:#9692af}.stopList__switcher-activeElem:before{content:"";position:absolute;height:100%;width:33.333%;background:#fff;border-radius:8px;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;z-index:1;top:0;-webkit-box-shadow:0 .2px 12px 0 rgba(9,9,9,.08);box-shadow:0 .2px 12px 0 rgba(9,9,9,.08);-webkit-transform:translateX(calc(100%*var(--6d93583f)));transform:translateX(calc(100%*var(--6d93583f)))}@media (max-width:1000px){.stopList__filters.stopList__oneFilter .stopList__filters_filter{min-width:100%!important;max-width:100%!important}}@media (max-width:800px){.stopList__switcher{min-height:42px}.stopList__switcher-activeElem{max-width:400px;min-width:230px;min-height:32px}}@media (max-width:680px){.stopList__header,.stopList__header.columnType .stopList__header_filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.stopList__header.columnType .stopList__header_filters{width:100%}.stopList__header_filters{width:100%;margin-top:10px}.stopList__filters{width:100%;padding-right:0;margin-bottom:10px}.stopList__switcher-container{padding-left:0}.stopList__switcher-activeElem{min-width:100%!important;max-width:100%!important}}.stopList__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.stopList__container,.stopList__modalWrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.stopList__modalWrap{gap:10px}.stopList__modalWrapLeft_icon{width:32px;height:32px}.stopList__modalWrapRight{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.stopList__modalWrapRight-title{color:#434343}.stopList__modalWrapRight-subtitle{margin-top:5px;font-size:.95rem;color:#757575}.workersList .main-input{height:38px;line-height:34px;border-radius:5px;padding-right:35px;position:relative}.workersList__searchWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.workersList__iconWrap{position:absolute;right:10px;top:0;bottom:0;margin:auto;cursor:pointer;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.workersList__icon{width:22px;height:22px;fill:#ced4da}.workersList__table{width:100%;height:calc(100vh - 236px);margin-top:5px;position:relative}.workersList__tableRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.workersList__tableRow.headerItem{font-weight:600}.workersList__tableItem{padding:.75rem;border-bottom:1px solid #dee2e6;font-size:10pt;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;cursor:pointer;overflow:auto}.workersList__tableItem.headerItem{white-space:nowrap;overflow:auto}.workersListScroller{height:calc(100% - 45px);overflow:auto}.workersList .vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform;width:100%}.workersList .vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.workersList__footer{width:100%;background:#fff;position:absolute;bottom:-23px;font-size:.75rem;font-weight:600;padding-top:5px}.workersList__noData{text-align:center;margin-top:20px;font-size:1.25rem;color:grey}.workersList__tableItem.itemCheckbox{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;padding:8px 0 0 40px!important;font-size:1rem!important}@media screen and (max-width:709px){.workersList__table{height:calc(100vh - 216px)}.workersListScroller{height:calc(100% - 40px)}}@media screen and (max-width:499px){.workersList__table{height:calc(100vh - 195px)}.workersList__tableItem.itemCheckbox{padding-left:30px}.workersList__tableItem{font-size:.875rem}}.workerShiftsFilters .datepicker .vfc-main-container.vfc-modal{left:20px}.workerShiftsFilters__selectsWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.workerShiftsFilters__selectItem{width:calc(33.3% - 7.5px);margin-bottom:10px}.workerShiftsFilters__selectItem .main-input,.workerShiftsFilters__selectItem .main-input__select{height:38px;line-height:34px;border-radius:5px;padding-right:40px;font-size:.875rem}.workerShiftsFilters__selectLabel{font-size:1rem;margin-bottom:5px}.workerShiftsFilters .datepicker .main-input{width:100%;height:38px;line-height:34px;margin-bottom:0}.workerShiftsFilters .calendarLabel{width:100%;font-size:.875rem;overflow:auto;text-align:left}.workerShiftsFilters .datepicker-range{margin-bottom:0}@media screen and (max-width:640px){.workerShiftsFilters .datepicker .main-input,.workerShiftsFilters__selectItem .main-input,.workerShiftsFilters__selectItem .main-input__select{height:30px;line-height:26px}.workerShiftsFilters__selectItem{margin-bottom:2.5px;width:calc(50% - 5px)}}@media screen and (max-width:499px){.workerShiftsFilters__selectItem{width:100%}}.workerShifts__searchWrap{position:relative}.workerShifts__search{height:38px!important;border-radius:5px!important;padding-right:40px}.workerShifts__searchIcon{position:absolute;top:0;bottom:0;right:10px;margin:auto 0;width:22px;height:22px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.workerShifts__filtersWrap{margin-top:10px}.workerShifts__shiftWrap{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto;height:calc(100% - 165px);position:relative}.workerShifts__shiftWrap.toCenter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.workerShifts__scroller{height:calc(100% - 1.75rem);overflow:auto;scrollbar-gutter:stable}.workerShifts__scroller .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform;width:100%}.workerShifts__tableHeader{margin:20px 10px 0 0;padding-left:5px;display:-webkit-box;display:-ms-flexbox;border-bottom:1px solid #dee2e6;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.workerShifts__tableHeaderName{cursor:auto;font-size:10pt;font-weight:600;margin-bottom:5px}.workerShifts__tableProduct{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:45px;width:100%;border-bottom:1px solid #dee2e6;cursor:pointer;padding-left:5px;font-size:.75rem}.workerShifts__tableHeaderName,.workerShifts__tableRow{padding:0 5px;white-space:nowrap;overflow:auto}.shiftCloseTime,.shiftOpenTime{white-space:pre}.workerShifts__tableHeaderName,.workerShifts__tableRow{-webkit-box-flex:1;-ms-flex:1;flex:1}.workerShifts__tableStatus{background:#28a745;border-radius:5px;padding:2px 10px;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:.75rem}.workerShifts__container{height:100%}.workerShifts__container .filters-component__wrap_0{margin-right:10px}.workerShift__shiftInfoModal .modal__body{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.workerShifts__workerName{font-size:1.5rem;text-align:center;margin-top:10px}.workerShifts__shiftStatus{margin-top:10px;padding:5px 10px;border-radius:5px;font-size:1rem;color:#fff;background:#28a745;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.workerShifts__shiftLabel{color:#9c9c9c;text-transform:uppercase;font-size:.75rem;margin-bottom:10px}.workerShifts__workerPane{width:calc(50% - 5px)}.workerShifts__shiftTextContainer{background:#f4f4f4;padding:20px 10px 10px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;margin-bottom:10px;position:relative}.workerShifts__shiftTextTitle{position:absolute;top:5px;left:10px;font-size:.75rem;color:#9c9c9c}.workerPhotoWrap{width:227px;height:234px;margin-bottom:10px;background:#f4f4f4;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.workerPhotoIcon{width:100px;height:100px;fill:#9c9c9c}.workerPhotoIcon.image{width:140px;height:140px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #ccc;border-radius:50%}.workerShifts__notFoundWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.workerShifts__notFoundIcon{width:100px;height:100px;fill:#9c9c9c;margin-bottom:10px}.workerShifts__notFoundText{color:#9c9c9c;font-size:1.25rem}.workerShifts__footer{width:100%;background:#fff;position:absolute;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.workerShifts__footerLeft{font-size:.75rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.workerShifts__footerLeft,.workerShifts__footerRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.workerShifts__footerRight{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#007bff;cursor:pointer}.workerShifts__footerRightPage{margin:0 2.5px;padding:0 5px;border-radius:5px;border:1px solid transparent;-webkit-transition:.3s;transition:.3s;font-size:.875rem}.workerShifts__footerRightPage:hover{background:#007bff;color:#fff}.workerShifts__footerRightPage.currentPage{border:1px solid #007bff}.workerShifts__container pre{font-size:unset;color:#000;margin:auto;overflow:unset;font-family:unset}.workerShifts__shiftEdit{position:absolute;top:5px;right:5px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:20px;height:20px;cursor:pointer;background:#959595}.workerShifts__shiftEditIcon{width:10px;height:10px;fill:#fff;margin:0 0 0 2px}.workerShifts__clearIcon{width:100%;height:100%;fill:#ced4da;-webkit-transition:all .3s ease;transition:all .3s ease}.workerShifts__clearIcon:hover{fill:#a5a5a5}@media screen and (max-width:800px){.workerPhotoWrap{height:224px;width:231px}.workerShifts__shiftWrap{height:calc(100% - 158px)}}@media screen and (max-width:639px){.workerPhotoWrap{width:100%}.workerShifts__tableHeaderName,.workerShifts__tableProduct{font-size:.875rem}.workerShifts__shiftWrap{height:calc(100% - 200px)}}@media screen and (max-width:499px){.workerShifts__workerPane{width:100%}.workerPhotoIcon{width:70px;height:70px}.workerPhotoWrap{height:150px}.workerShifts__shiftTextContainer{padding:20px 10px 5px 10px}.workerShifts__shiftLabel{margin-bottom:5px}.workerPhotoIcon.image{width:120px;height:120px}.workerShifts__tableStatus{width:12px;height:12px;border-radius:50%;padding:0}.workerShifts__tableHeaderName,.workerShifts__tableProduct{font-size:.8rem}.shiftStatusRow,.workerShifts__tableHeaderName.headerName-4{width:30px;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}.workerShifts__shiftWrap{height:calc(100% - 265px)}}@media screen and (max-width:375px){.workerShifts__tableHeaderName,.workerShifts__tableProduct{font-size:.75rem}}.workerShiftActionsWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;gap:15px}.workerShiftActions__item{width:calc(33.33333% - 10px);border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:20px 15px 15px;position:relative;cursor:pointer;-webkit-transition:.2s;transition:.2s}.workerShiftActions__item:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.workerShiftActions__icon{width:70px;height:70px;margin:20px auto 20px;display:block}.workerShiftActions__text{text-align:center;font-size:.875rem}.workerShiftActions__status{position:absolute;top:5px;right:5px;border-radius:5px;background:#d9534f;color:#fff;font-size:.75rem;padding:0 5px}.workerShiftActions__icon.image{width:90px;height:90px;border-radius:50%;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #ccc;margin:10px auto 10px}.workerShiftsPinWrap{width:100%;position:relative}.workerShiftsPin__input{padding-right:40px;position:relative}.workerShiftsPin__icon{width:20px;height:20px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;fill:#cdcdcd}.workerShiftActions__notFoundWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;padding:40px 0}.workerShiftActions__notFoundIcon{width:70px;height:70px;fill:#9c9c9c;margin-bottom:10px}.workerShiftActions__notFoundText{color:#9c9c9c;font-size:1.15rem}.workerShiftsPin__wrongPin{animation:shake .6s linear;-webkit-animation:shake .6s linear}.workerShiftsPin__wrongPinEye{animation:shake .6s linear;-webkit-animation:shakeEye .6s linear}@-webkit-keyframes shakeEye{0%{right:15px}16%{right:5px}33%{right:13px}50%{right:7px}66%{right:11px}83%{right:9px}to{right:10px}}@keyframes shakeEye{0%{right:15px}16%{right:5px}33%{right:13px}50%{right:7px}66%{right:11px}83%{right:9px}to{right:10px}}@-webkit-keyframes shake{0%{left:-5px}16%{left:5px}33%{left:-3px}50%{left:3px}66%{left:-2px}83%{left:1px}to{left:0}}@keyframes shake{0%{left:-5px}16%{left:5px}33%{left:-3px}50%{left:3px}66%{left:-2px}83%{left:1px}to{left:0}}@media screen and (max-width:545px){.workerShiftActions__item{width:calc(50% - 7.5px)}}.additionalOptions__body{height:100%;position:relative}.additionalOptions__innerWrap{height:100%;overflow-y:auto;overflow-x:hidden;margin-right:-10px!important;margin-left:-10px!important}.additionalOptions__categoryTitle{width:100%;font-size:1.2rem;color:#333;white-space:nowrap;overflow:auto;margin:0 0 0 10px;font-weight:600}.additionalOptions__categoryInner{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.additionalOptions__categoryInner,.additionalOptions__optionWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.additionalOptions__optionWrap{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;margin:10px;padding:15px;border-radius:10px;cursor:pointer;width:calc(25% - 20px);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-shadow:0 0 5px 0 rgba(0,0,0,.2);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.additionalOptions__optionWrap:hover{-webkit-box-shadow:0 0 5px 3px rgba(0,0,0,.1);box-shadow:0 0 5px 3px rgba(0,0,0,.1)}.additionalOptions__optionMain{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease;transition:all .3s ease}.additionalOptions__optionName{text-align:right;margin-left:10px;max-width:calc(100% - 60px)}.additionalOptions__optionIconWrap{padding:10px;border-radius:10px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.1);box-shadow:0 6px 12px rgba(0,0,0,.1)}.additionalOptions__optionIcon{width:40px;height:40px;fill:#fff}.additionalOptions__optionCollapseWrap{width:100%}.additionalOptions__optionCollapseDesc{max-height:150px;overflow:auto;font-size:.9rem;margin-top:15px;overflow-wrap:break-word;word-break:normal;color:#666}.additionalOptions__empty{font-size:1.35rem;text-align:center;margin:40px 0;color:#d4d4d4;-ms-flex-item-align:center;align-self:center}.additionalOptions__showDescriptionBtn{z-index:999;padding:12px;position:absolute;bottom:20px;right:10px;width:60px;height:60px;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);background:#fff;-webkit-transition:all .1s ease;transition:all .1s ease}.additionalOptions__showDescriptionBtn:active{-webkit-transform:scale(.9);transform:scale(.9)}.additionalOptions__showDescriptionIcon{stroke:#7f7f7f;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.656}@media screen and (max-width:999px){.additionalOptions__optionWrap{width:calc(33% - 20px)}}@media screen and (max-width:768px){.additionalOptions__optionWrap{width:calc(50% - 20px)}}@media screen and (max-width:576px){.additionalOptions__optionWrap{width:calc(100% - 20px)}.additionalOptions__categoryInner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.additionalOptions__showDescriptionBtn{width:50px;height:50px;bottom:20px}}.bankingStatus .dialog__innerContent{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 80px)!important}.bankingStatus .dialog__closeIcon{display:none}.bankingStatus__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.bankingStatus__button{padding:10px 20px;border-radius:5px;background:grey;margin-top:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:#fff}.bankingStatus__text{font-size:1.25rem;margin-top:25px}.bankingStatus__spinner{margin:0 20px 0 -20px;background-color:#333;width:15px;height:15px;border-radius:50%;-webkit-animation:spinner 1.8s ease-in-out infinite;animation:spinner 1.8s ease-in-out infinite}.bankingStatus__icon{height:30vh;width:calc(50% - 100px)}.bankingStatus__spinnerWrap{width:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@-webkit-keyframes spinner{25%{transform:translateX(100px) rotate(-90deg) scale(.5);-webkit-transform:translateX(100px) rotate(-90deg) scale(.5)}50%{transform:translateX(100px) translateY(42px) rotate(-179deg);-webkit-transform:translateX(100px) translateY(42px) rotate(-179deg)}50.1%{transform:translateX(100px) translateY(42px) rotate(-180deg);-webkit-transform:translateX(100px) translateY(42px) rotate(-180deg)}75%{transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}to{transform:rotate(-1turn);-webkit-transform:rotate(-1turn)}}@keyframes spinner{25%{transform:translateX(100px) rotate(-90deg) scale(.5);-webkit-transform:translateX(100px) rotate(-90deg) scale(.5)}50%{transform:translateX(100px) translateY(42px) rotate(-179deg);-webkit-transform:translateX(100px) translateY(42px) rotate(-179deg)}50.1%{transform:translateX(100px) translateY(42px) rotate(-180deg);-webkit-transform:translateX(100px) translateY(42px) rotate(-180deg)}75%{transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}to{transform:rotate(-1turn);-webkit-transform:rotate(-1turn)}}@media screen and (max-width:767px){.bankingStatus__icons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bankingStatus__icon{width:100%;height:20vh}.bankingStatus__icon.terminalIcon{margin-bottom:80px}.bankingStatus__icon.bankTerminalIcon{margin-top:80px}}.bankTerminals__innerWrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px!important}.bankTerminals__innerWrap,.bankTerminals__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bankTerminals__item{width:calc(25% - 20px);height:100%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:10px;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;margin:10px}.bankTerminals__itemTitle{font-size:1.25rem;margin-top:15px;max-height:120px;overflow:auto;text-align:center}.bankTerminals__itemIcon{width:70px;height:70px}@media screen and (max-width:991px){.bankTerminals__item{width:calc(33.3% - 20px)}}@media screen and (max-width:639px){.bankTerminals__item{width:calc(50% - 20px)}.bankTerminals__itemTitle{font-size:1rem}.bankTerminals__itemIcon{width:60px;height:60px}}@media screen and (max-width:375px){.bankTerminals__item{width:100%}}.authorizedCompanies__item{width:calc(50% - 5px);border-radius:5px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1);border:1px solid #e5e5e5;padding:8px 10px;cursor:pointer}.authorizedCompanies__companyName{font-size:16px;font-weight:700}.authorizedCompanies__serverName{font-size:16px}.authorizedCompanies__creationDate{font-size:12px}.companyList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:200px;gap:10px;overflow:auto}.authLoginPassword__icon[data-v-61cd278b]{width:20px;height:20px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;fill:#bfbfbf}.authLoginPassword__input[data-v-61cd278b]{padding-right:35px;margin-bottom:5px}.devModal label{font-size:1rem}.auth__input-main{margin-bottom:5px}.content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.warningIcon{width:70px;height:70px}.expzLabel{margin-top:15px;font-weight:400}.expzLabelInfo{text-align:center}.reportPrintData__wrapper{font-family:Arial,sans-serif;text-align:left;width:100%;margin:0 auto;min-height:400px;max-height:700px;font-size:16px}.order__components>#downimg{width:100%!important;font-size:1em!important;background:transparent!important}.order__components>#downimg>.printString{font-size:1.1em!important}.order__components>#downimg>.printString.printString__line{text-align:center!important;line-height:.8em;letter-spacing:.1em}.order__components>#downimg>.printString.printString__defaultString{font-size:1.3em!important}@media screen and (max-width:499px){.order__components>#downimg>.printString{font-size:.9em!important}}.zReport__afterCloseShift .modal__body{overflow:auto}.zReport__afterCloseShift.zReport__Fiscal{width:auto}.button-blockReport{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.z-report-button{min-height:150px;width:100%;font-size:1.2rem;background:inherit;border-radius:10px;-webkit-box-shadow:0 0 5px #b3b3b3;box-shadow:0 0 5px #b3b3b3;-webkit-transition:all .3s;transition:all .3s}.z-report-button:hover{background:#efefef}.report-button__svg{fill:#6e6e6e;width:50px;height:50px}.reportPrintData__wrapper{text-align:center;max-width:100%;z-index:10000;overflow:auto}.reportPrintData__check{font-size:1rem;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:800px){.button-blockReport{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:700px){.modal__container.zReport__afterCloseShift{max-width:100%}}@media screen and (max-width:499px){.reportPrintData__check{font-size:.85rem}}@media screen and (max-width:400px){.reportPrintData__check{font-size:.75rem}}@media screen and (max-width:340px){.reportPrintData__check{font-size:.7rem}}.Vue-Toastification__toast--success{background:#e9f9ef!important;color:#047451!important}.Vue-Toastification__toast--error{background:#fdefee!important;color:#c5412c!important}.Vue-Toastification__toast--warning{background:#fef0d8!important;color:#81471d!important}.Vue-Toastification__toast--success .newNotification__button{border:1px solid #047451!important;color:#047451!important;-webkit-transition:.3s;transition:.3s}.Vue-Toastification__toast--success .newNotification__button:hover{background:#047451!important;color:#e9f9ef!important}.Vue-Toastification__toast--error .newNotification__button{border:1px solid #c5412c!important;color:#c5412c!important;-webkit-transition:.3s;transition:.3s}.Vue-Toastification__toast--error .newNotification__button:hover{background:#c5412c!important;color:#fdefee!important}.Vue-Toastification__toast--warning .newNotification__button{border:1px solid #81471d!important;color:#81471d!important;-webkit-transition:.3s;transition:.3s}.Vue-Toastification__toast--warning .newNotification__button:hover{background:#81471d!important;color:#fef0d8!important}.Vue-Toastification__toast{padding:10px 5px 0 15px!important;min-width:0!important}.newNotification__innerWrap{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.newNotification__iconWrap,.newNotification__innerWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.newNotification__iconWrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 10px;cursor:pointer}.newNotification__icon{width:20px;height:20px;margin:0 12px 0 0}.statusNotifications__text{max-width:calc(100% - 64px)}.newNotification__icon.closeIcon{margin:0;fill:#171717;width:12px;height:12px}.newNotification__button{width:100%;padding:2px 5px;border-radius:5px;text-align:center;margin:5px 0 10px 0;cursor:pointer;font-size:.875rem}.newNotification__outterWrap{position:fixed;z-index:10000000!important}@media only screen and (max-width:600px){.Vue-Toastification__container .Vue-Toastification__toast{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}.Vue-Toastification__container .bottom-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:50px}.Vue-Toastification__container.bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.Vue-Toastification__toast{border-radius:8px!important;right:1rem!important;max-width:calc(100% - 2rem)!important}}.vac_wrapper>button{width:calc(25% - 5px)}.retailPriceButton{height:38px!important;border:1px solid #17a2b8!important;border-radius:5px;-webkit-transition:.3s;transition:.3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.retailPriceButton.show,.retailPriceButton:hover{background:#17a2b8!important}.commings .btn,.movings .btn,.writeoffs .btn{height:38px!important}.inputsTable .dropdown-item{font-size:1rem;padding:.25rem 1.5rem!important}.table-main-outer{height:calc(100% - 60px)!important;max-height:100%!important}.drafts-table .table-main-outer{height:100%!important}.noFiltersHeight.multi-table-wrap{height:calc(100vh - 242px)}.comings-mobile-edit-card .btn.dropdown-toggle:after,.excel .btn.dropdown-toggle:after,.inputsTable .btn.dropdown-toggle:after,.inventory-card .btn.dropdown-toggle:after,.mobile-card .btn.dropdown-toggle:after,.retailPriceButton .btn.dropdown-toggle:after{display:inline-block!important;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.inputsTable .mobile-card.form-control,.inputsTable .mobile-select-quantity.form-control .dropdown-toggle,.inputsTable .mobile-select-unit.form-control .dropdown-toggle,.inputsTable .table-select-quantity.form-control .dropdown-toggle,.inputsTable .table-select-unit.form-control .dropdown-toggle,.mobile-select-unit.form-control{padding:0 7px!important}.inputsTable .dropdown,.mobile-card .dropdown{z-index:unset!important}.comings-mobile-edit-card .form-control,.inputsTable .btn-danger,.inputsTable .form-control,.inputsTable .icon-bubble-2,.mobile-card .form-control{height:38px}.inputsTable .icon-bubble-2{width:42px}.inputsTable .btn-danger{width:38px}.ukzdlist.dialogWithoutKeyboard .dialog__innerContent{height:calc(100% - 90px)!important}.ukzdlist .table thead th{font-weight:500;cursor:pointer;color:#106090;border-bottom:none!important}.ukzdlist .table{font-size:12px}.ukzdlist .greenHover{padding:4px 0}.dialogWithoutKeyboard.ukzdlist{z-index:1000000}.dialog-container{height:100%!important}.filters-row{position:relative}.dialog-buttons{white-space:nowrap;padding-bottom:10px;font-weight:500;font-size:1rem;color:#106090;width:100%;z-index:999}.multi-table-wrap{overflow-x:auto;height:calc(100vh - 280px);margin-top:15px}.multi-table{width:100%;height:100%;min-width:850px}.footer-table{bottom:65px!important;left:25px!important;right:25px!important;border-top:none!important;background:#fff!important}.comings-mobile-edit-card .form-control.is-valid,.inputsTable .form-control.is-invalid:not(.manufacture__quantity),.inputsTable .form-control.is-valid,.inputsTable .was-validated .form-control:valid,.mobile-card .form-control.is-valid,.was-validated .form-control:invalid{border-width:1px!important;border-radius:5px 0 0 5px!important}.comings-mobile-edit-card .form-control{margin-bottom:10px}.weightsIcon{margin:auto;position:absolute;top:0;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;padding-right:10px}.inventoryCreateModal .modal__body{font-size:20px}.inventoryCreateModal .transaction-backdating{margin:0 0 10px 0!important}.search-input.si-styles{width:100%}.createDocument .search-box{padding:0!important}.inventory-card .search,.tech-card .search{-webkit-box-shadow:0 0 5px rgba(0,0,0,.2)!important;box-shadow:0 0 5px rgba(0,0,0,.2)!important;border:none;border-radius:5px!important;outline:none;height:38px!important}.inventory-card .clear-search,.tech-card .clear-search{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;padding:0!important}.inventory-card .filters .btn-secondary{color:#fff!important;background-color:#6c757d!important;border-color:#6c757d!important;height:38px!important;padding:.375rem .75rem!important}.inventory-card .filters .dropdown{padding:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.inventory-card.page-wrapper>.filters{margin:0!important}.tech-card.page-wrapper>.search-wrapper>.filters{margin-top:10px;margin-left:0}.tooltip{z-index:10000!important}.manufactureProdCard .dialog-container{height:calc(100% - 63px)}.createDocument.col-sm-12.col-md-6.col-lg-4.col-xl-3{padding-right:7px!important;padding-left:7px!important}.dropdown.excel{padding:0;height:38px;width:51px;z-index:10000000}.dropdown.excel .btn-info{background-color:#17a2b8!important;border-color:#17a2b8!important}.title-edit{position:fixed;bottom:80px;right:15px;cursor:pointer;z-index:1000}.edit-btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);width:60px;height:60px;border-radius:50px;padding:0!important;-webkit-transition:.1s;transition:.1s;background:#fff}.edit-btn-wrap:active{-webkit-transform:scale(.9);transform:scale(.9)}.edit-btn-wrap.opened{position:absolute;bottom:140px}.edit-btns button:hover{background:#fff!important}.edit-btn.closeCross{width:24px!important;height:24px!important}.edit-btn{width:30px!important;height:30px!important;fill:#7f7f7f}.edit-btn.pencilIcon{margin-top:5px;margin-left:4px}.edit-btn.hideDescription,.edit-btn.showDescription{width:36px!important;height:36px!important}.edit-btn.hideDescription path,.edit-btn.showDescription path{stroke:#7f7f7f;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.656}.search-wrapper .icon-barcode{width:38px;height:38px;border:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;background-color:#fff}.search-wrapper .b-form-tags-list .b-form-tag,.search-wrapper .b-form-tags-list .b-form-tags-field{margin-top:.33rem}.search-wrapper .icon-barcode.active{border:none!important;background:#e3e3e3}.inventory-card .search,.tech-card .search{padding-right:40px}.edit-btn:hover{-webkit-filter:none!important;filter:none!important;-webkit-transform:none!important;transform:none!important}.custom-dropdown__delete{padding-bottom:3px}.drafts-table .header-table{font-size:10pt}.drafts-table .header-table .ht{padding-left:5px!important}.dialog-filters .table thead th{font-weight:500;cursor:pointer;color:#106090;border-bottom:none!important}.dialog-filters .table tbody tr:active,.dialog-filters .table tbody tr:hover{background:#def9ff!important}.dialog-filters,.dialog-filters>div{height:100%}.dialog-filters .tableContainer{height:calc(100% - 30px)}.dialog_newdocument{padding:17px 0!important}.dialog_newdocument>div:first-child{width:100%;margin:0!important;padding:0 20px}.dialog_newdocument div{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.dialog_newdocument div div:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.dialog_newdocument svg{width:50px;height:50px}.dialog_newdocument .left,.dialog_newdocument .right{float:none!important}.dialog_newdocument .left div{position:unset!important;top:auto!important;height:auto!important;width:auto!important}.b-form-tags-list{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.b-form-tags-list::-webkit-scrollbar{display:none}@media screen and (max-width:809px){.table-right{height:calc(100vh - 170px)!important}}@media screen and (max-width:800px){.header-row .checkbox{padding-left:5px}.multi-table-wrap{height:calc(100vh - 270px)}.search-wrapper .b-form-tags-list .b-form-tag,.search-wrapper .b-form-tags-list .b-form-tags-field{margin-top:.53rem}}@media screen and (max-width:709px){.table-main-outer{height:calc(100% - 43px)!important}.noFiltersHeight.multi-table-wrap{height:calc(100vh - 234px)}.table-right{height:calc(100vh - 150px)!important}}@media screen and (max-width:499px){.multi-table-wrap{height:calc(100vh - 250px)}.noFiltersHeight.multi-table-wrap{height:calc(100vh - 214px)}.table-right{height:calc(100vh - 130px)!important}.inventory-card .search,.tech-card .search{height:33.5px!important}.search-wrapper .b-form-tags-list .b-form-tag,.search-wrapper .b-form-tags-list .b-form-tags-field{margin-top:.4rem}.search-wrapper .icon-barcode{width:33.5px;height:33.5px;font-size:20px}.inventory-card .clear-search,.tech-card .clear-search{height:33.5px}.edit-btn-wrap{width:50px;height:50px}.edit-btn-wrap.opened{position:absolute;bottom:120px}.edit-btn.closeCross{width:20px!important;height:20px!important}.edit-btn{width:24px!important;height:24px!important}.edit-btn.pencilIcon{margin-top:2px;margin-left:4px}.edit-btn.hideDescription,.edit-btn.showDescription{width:30px!important;height:30px!important}}:root{--sat:env(safe-area-inset-top);--sar:env(safe-area-inset-right);--sab:env(safe-area-inset-bottom);--sal:env(safe-area-inset-left);--androidNotchHeight:"";--writeoffs-check-primary-color:rgba(220,53,69,0.7);--writeoffs-check-primary-color_hover:#d46671;--writeoffs-check-secondary-color:#efc7cb;--info-button-primary-color:#17a2b8;--start-page-coming-btn-primary-color:rgba(40,167,69,0.7);--start-page-writeoff-btn-primary-color:rgba(240,51,51,0.6900000000000001)}*{margin:0;padding:0;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;-webkit-box-sizing:border-box;box-sizing:border-box}body,html{font-size:16px;overflow:hidden;background:#484848;color:#000;-moz-user-select:-moz-none;-o-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;height:100vh;width:100%;margin:0}p{margin-bottom:0!important}button{height:100%;border:none}hr{margin-bottom:.5rem;margin-top:.5rem}a:not([href]):hover{color:transparent}.row{margin-left:auto!important;margin-right:auto!important}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{padding-left:0!important;padding-right:0!important}.col-5-custom,.col-lg-5-custom,.col-md-5-custom,.col-sm-5-custom,.col-xl-5-custom{position:relative;width:100%;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.col-3-custom,.col-lg-3-custom,.col-md-3-custom,.col-sm-3-custom,.col-xl-3-custom{position:relative;width:100%;min-height:1px;-webkit-box-flex:0;-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}#app{height:100vh;width:100%;overflow:hidden;background-size:cover;background-position:50%}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:0}.btn.focus,.btn:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.qrcodetempcontainer{width:90px;height:90px;display:none}.devMode:after{content:"dev";color:#f89b9b;border:1px solid #f89b9b;border-radius:3px;font-size:9px!important;text-transform:lowercase!important;padding:0 3px;margin-left:3px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar:horizontal{height:10px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:#e8e8e8;border-radius:18px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:#d3d3d3}.removeScrollbar{-ms-overflow-style:none;scrollbar-width:none}.removeScrollbar::-webkit-scrollbar{display:none}.main-input,.main-input__select{width:100%;height:50px;font-size:1rem;padding-left:10px;border-radius:10px;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);outline:none;border:0;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:1;line-height:46px;white-space:nowrap}.main-input{border:2px solid transparent;cursor:pointer}.main-input__select{background:transparent!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 451.847 451.847'%3E%3Cpath d='M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z' data-original='%23000000'/%3E%3C/svg%3E")!important;background-size:12px!important;background-repeat:no-repeat!important;background-position:center right 15px!important;cursor:pointer;line-height:50px}.main-input__wrap{position:relative}.main-input__label{font-size:1.25rem;color:#000}.main-input__errorOutline{border:2px solid #dc3545!important;-webkit-box-shadow:0 0 2px #c54242!important;box-shadow:0 0 2px #c54242!important}.main-input__errorText{color:#ed4337;font-size:.75rem;position:absolute;bottom:-20px;white-space:nowrap;overflow:auto;max-width:calc(100% - 10px);-ms-overflow-style:none;scrollbar-width:none}.main-input__errorText::-webkit-scrollbar{display:none}.main-input__required{color:#ed4337;margin-left:2px;font-weight:600}.main-input__warningOutline{border:2px solid #fb0!important}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{opacity:0}input[type=date],input[type=time]{padding-right:15px;color:#000}input[type=time]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M347.216 301.211l-71.387-53.54V138.609c0-10.966-8.864-19.83-19.83-19.83-10.966 0-19.83 8.864-19.83 19.83v118.978c0 6.246 2.935 12.136 7.932 15.864l79.318 59.489a19.713 19.713 0 0011.878 3.966c6.048 0 11.997-2.717 15.884-7.952 6.585-8.746 4.8-21.179-3.965-27.743z' data-original='%23000000'/%3E%3Cpath d='M256 0C114.833 0 0 114.833 0 256s114.833 256 256 256 256-114.833 256-256S397.167 0 256 0zm0 472.341c-119.275 0-216.341-97.066-216.341-216.341S136.725 39.659 256 39.659c119.295 0 216.341 97.066 216.341 216.341S375.275 472.341 256 472.341z' data-original='%23000000'/%3E%3C/svg%3E");background-size:21px}input[type=date],input[type=time]{background-repeat:no-repeat;background-position:bottom 50% right 15px}input[type=date]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M452 40h-24V0h-40v40H124V0H84v40H60C26.916 40 0 66.916 0 100v352c0 33.084 26.916 60 60 60h392c33.084 0 60-26.916 60-60V100c0-33.084-26.916-60-60-60zm20 412c0 11.028-8.972 20-20 20H60c-11.028 0-20-8.972-20-20V188h432v264zm0-304H40v-48c0-11.028 8.972-20 20-20h24v40h40V80h264v40h40V80h24c11.028 0 20 8.972 20 20v48z' data-original='%23000000'/%3E%3Cpath data-original='%23000000' d='M76 230h40v40H76zM156 230h40v40h-40zM236 230h40v40h-40zM316 230h40v40h-40zM396 230h40v40h-40zM76 310h40v40H76zM156 310h40v40h-40zM236 310h40v40h-40zM316 310h40v40h-40zM76 390h40v40H76zM156 390h40v40h-40zM236 390h40v40h-40zM316 390h40v40h-40zM396 310h40v40h-40z'/%3E%3C/svg%3E");background-size:23px}button,select{color:#000}.search.main-input{padding:0 45px 0 10px;border-radius:5px}.clear-search{right:10px!important;top:0!important}.main-textarea{width:100%;font-size:1rem;padding:10px;border-radius:10px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);outline:none;min-height:150px;-webkit-appearance:none;resize:none;overflow:hidden;min-height:75px;border:2px solid transparent}.main-textarea__labelWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-textarea__label{font-size:1.25rem}.swipeout .swipeout-action,.swipeout .swipeout-content{-webkit-transition:.2s!important;transition:.2s!important;will-change:auto!important}.swipeout-action{background-color:#d9534f;text-transform:uppercase;font-size:12px}.alertify-notifier{background:purple;z-index:10000000!important}.alertify-notifier.ajs-right{right:10px!important}.alertify-notifier.ajs-bottom{bottom:20px!important}.alertify-notifier .ajs-message.ajs-error{background:#ecc8c5!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cg fill='%23B32F2C'%3E%3Cpath d='M256 0C114.613 0 0 114.613 0 256s114.613 256 256 256 256-114.613 256-256S397.387 0 256 0zM93.539 356.87a188.142 188.142 0 01-7.248-12.742c-12.886-24.73-20.517-52.578-21.425-82.139-3.335-108.18 84.7-198.198 192.922-197.207 31.131.279 60.476 8.013 86.373 21.477a188.331 188.331 0 0112.731 7.269c1.879 1.167 2.189 3.779.63 5.338L98.887 357.5c-1.559 1.559-4.171 1.249-5.348-.63zM256 447.228c-31.792 0-61.767-7.765-88.128-21.487a193.35 193.35 0 01-12.752-7.259c-1.89-1.177-2.199-3.789-.64-5.349L413.133 154.48c1.559-1.559 4.172-1.249 5.349.64a193.804 193.804 0 017.259 12.752c13.723 26.392 21.487 56.336 21.487 88.128 0 105.609-85.588 191.228-191.228 191.228z' data-original='%23e94444'/%3E%3Cpath d='M402.426 45.99c56.243 46.95 92.021 117.587 92.021 196.587 0 141.387-114.613 256-256 256-54.446 0-104.938-17.006-146.426-45.99C136.431 489.687 193.613 512 256 512c141.387 0 256-114.613 256-256 0-86.93-43.326-163.742-109.574-210.01z' data-original='%23d83131'/%3E%3C/g%3E%3C/svg%3E")!important;background-size:30px 30px!important;background-repeat:no-repeat!important;background-position:10px!important;color:#bf3938!important;padding-left:50px!important}.alertify-notifier .ajs-message.ajs-error,.alertify-notifier .ajs-message.ajs-success{text-shadow:none!important;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border:none!important;border-radius:5px;font-weight:500;text-align:left!important;font-family:BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.alertify-notifier .ajs-message.ajs-success{background:#eefdd8!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512.008 512.008'%3E%3Cpath d='M502.795 60.572c-11.183-9.782-28.214-8.677-38.023 2.533L177.837 391.028 46.603 251.036c-10.186-10.833-27.217-11.372-38.077-1.213-10.86 10.159-11.426 27.244-1.24 38.104l151.579 161.684a27.033 27.033 0 0019.672 8.488h.458c7.626-.108 14.794-3.449 19.833-9.189L505.355 98.595c9.782-11.21 8.65-28.214-2.56-38.023z' fill='%23457736' data-original='%23000000'/%3E%3C/svg%3E")!important;background-size:25px 25px!important;background-repeat:no-repeat!important;background-position:10px!important;color:#457736!important;padding-left:45px!important}.alertify-notifier .ajs-message.ajs-warning{background:#f7e7c1!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 511.998 511.998'%3E%3Cpath d='M508.057 444.469L284.035 37.015c-5.693-10.342-16.179-16.527-28.036-16.527-11.857 0-22.343 6.185-28.036 16.527L3.941 444.469c-5.427 9.932-5.243 21.646.512 31.354 5.796 9.83 16.097 15.687 27.544 15.687H480c11.448 0 21.749-5.857 27.545-15.687 5.754-9.708 5.939-21.422.512-31.354zM250.941 184.752c1.72-.287 3.42-.43 5.099-.43 14.745 0 27.749 10.547 30.248 25.394.594 3.379.532 6.82 0 10.014l-20.193 119.947c-.84 4.956-5.181 8.478-10.076 8.478a9.564 9.564 0 01-1.7-.143c-4.444-.737-7.721-4.178-8.417-8.335L225.71 219.73c-2.805-16.567 8.52-32.234 25.231-34.978zm5.058 245.32c-16.936 0-30.719-13.782-30.719-30.719s13.782-30.719 30.719-30.719 30.719 13.783 30.719 30.719-13.783 30.719-30.719 30.719z' fill='%23836E33' data-original='%23000000'/%3E%3C/svg%3E")!important;background-size:30px 25px!important;background-repeat:no-repeat!important;background-position:10px!important;border-radius:5px;border:none!important;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#846e33!important;font-weight:500;text-align:left!important;padding-left:50px!important;text-shadow:none!important;font-family:BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.alertify-notifier{border-radius:10px;border:none}.b-form-tags-button{display:none!important}small{border:none!important;outline:none!important}.activeBtn{-webkit-transition:.1s;transition:.1s}.activeBtn:active{-webkit-transform:scale(.95);transform:scale(.95)}.terminal__needToPayWrap{width:100vw;height:100vh;position:fixed;background:rgba(0,0,0,.75);z-index:1000000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.terminal__needToPay{width:300px;max-width:90%;background:#fff;border-radius:5px;text-align:center;padding:2px 2px 20px 2px}.terminal__needToPayTop{padding:15px 10px;background:#d9534f;color:#fff;border-radius:4px 4px 0 0;text-transform:uppercase}.terminal__needToPayHeadline{font-weight:600;margin:15px auto 5px;font-size:1rem;max-width:calc(100% - 20px)}.terminal__needToPayDescription{font-size:.875rem;max-width:calc(100% - 20px);margin:0 auto}.terminal__needToPayButton{padding:10px 40px;margin-top:20px;border-radius:5px;background:#28a745;color:#fff;font-size:1rem}.applyOverflowStyles{position:relative}.scrollText{overflow-x:auto;width:100%}.scrollText:after,.scrollText:before{content:"";position:absolute;height:100%;width:20px;top:0}.scrollText:after{display:var(--after-display);right:0;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(hsla(0,0%,100%,.3)),color-stop(hsla(0,0%,100%,.6)),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3),hsla(0,0%,100%,.6),#fff)}.scrollText:before{display:var(--before-display);left:0;background:-webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(hsla(0,0%,100%,.3)),color-stop(hsla(0,0%,100%,.6)),to(#fff));background:linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3),hsla(0,0%,100%,.6),#fff)}.terminal__loadingError{position:fixed;top:0;bottom:0;right:0;left:0;margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.terminal__loadingErrorText{border-radius:5px;padding:10px 20px;color:#a5a5a5;font-size:1.25rem}.terminal__loadingErrorIcon{width:120px;height:120px;fill:#a5a5a5;margin:0 auto 10px;display:block}.terminal__loadingErrorButton{color:#fff!important;border-radius:5px;padding:10px 20px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:10px auto 0;cursor:pointer;text-decoration:none!important;display:block}.androidNotch #header{padding-top:var(--androidNotchHeight);height:calc(55px + var(--androidNotchHeight))}.androidNotch .mainButton{height:90px}.androidNotch .customConsole,.androidNotch .dialog__inner{padding-top:var(--androidNotchHeight)!important}.androidNotch .dialogWithKeyboard .dialogSide.leftSide{height:calc(60% - 50px - var(--androidNotchHeight))!important}.androidNotch .clients-modal .dialog__innerContent{height:100%!important}.androidNotch .clientInfo{height:calc(100vh - 130px - var(--androidNotchHeight));margin-top:calc(60px + var(--androidNotchHeight))}.androidNotch .clientsSidebar{padding-top:calc(60px + var(--androidNotchHeight))!important}.androidNotch .clientsSidebar-dialog__title{top:calc(15px + var(--androidNotchHeight))!important}.androidNotch .clientsSidebar__editIconWrap{top:calc(13px + var(--androidNotchHeight))!important}.androidNotch .clientsSidebar__closeMobileOpened{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:calc(20px + var(--androidNotchHeight))!important}.androidNotch #crisp-chatbox .cc-143a{margin-top:var(--androidNotchHeight)!important}.androidNotch #crisp-chatbox .cc-1cff.cc-qfnu{height:calc(var(--androidNotchHeight) + 150px)!important}.androidNotch #crisp-chatbox .cc-13se.cc-y80i{top:calc(10px + var(--androidNotchHeight))!important}.androidNotch .connectionAndNotifications .notifications{top:calc(60px + var(--androidNotchHeight))}@media (device-width:390px) and (device-height:844px) and (-webkit-device-pixel-ratio:3),(device-width:393px) and (device-height:852px) and (-webkit-device-pixel-ratio:3),(device-width:402px) and (device-height:874px) and (-webkit-device-pixel-ratio:3),(device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2),(device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3),(device-width:428px) and (device-height:926px) and (-webkit-device-pixel-ratio:3),(device-width:430px) and (device-height:932px) and (-webkit-device-pixel-ratio:3),(device-width:440px) and (device-height:956px) and (-webkit-device-pixel-ratio:3),only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){@media screen and (orientation:portrait){#header{height:calc(env(safe-area-inset-top) + 60px)!important}#header,.customConsole,.dialog__inner{padding-top:env(safe-area-inset-top)!important}.dialogWithoutKeyboard .dialog__innerContent{height:calc(100% - 95px - env(safe-area-inset-top))!important}.dialogWithKeyboard .dialogSide.leftSide{height:calc(60% - 40px - env(safe-area-inset-top))!important}.dialog__buttonsWrap{bottom:10px}.clients-modal .dialog__innerContent{height:100%!important}.sidebar{height:calc(100vh - 60px - env(safe-area-inset-top))!important}.mainButton{height:90px}.loyaltyProgram__plusMinus{left:4px}.loyaltyProgram__plusMinus.plus{top:-11px}.loyaltyProgram__plusMinus.minus{bottom:-12px}.connectionAndNotifications .notifications{top:calc(70px + env(safe-area-inset-top));max-height:calc(100vh - 90px - env(safe-area-inset-top))}.connectionAndNotifications .notificationsContentWrap{max-height:calc(100vh - 200px - env(safe-area-inset-top))}#crisp-chatbox .cc-143a{margin-top:env(safe-area-inset-top)!important}#crisp-chatbox .cc-1cff.cc-qfnu{height:calc(env(safe-area-inset-top) + 150px)!important}#crisp-chatbox .cc-13se.cc-y80i{top:calc(10px + env(safe-area-inset-top))!important}.clientInfo{height:calc(100vh - 150px - env(safe-area-inset-top));margin-top:calc(70px + env(safe-area-inset-top))}.clientsSidebar{padding-top:calc(60px + env(safe-area-inset-top))!important}.clientsSidebar-dialog__title{top:calc(15px + env(safe-area-inset-top))!important}.clientsSidebar__editIconWrap{top:calc(13px + env(safe-area-inset-top))!important}.clientsSidebar__closeMobileOpened{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:calc(20px + env(safe-area-inset-top))!important}.tableContainer{min-height:70vh}.dialogHF{max-height:35vh}.listContainer .selectHeaderFilter{max-height:70vh}.buttonitem{width:100%;margin:10px 0 0 0}}}@media screen and (max-width:991px){.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}}@media (max-width:800px){body,html{font-size:14px}input,select,textarea{font-size:1.2rem}}@media (max-width:350px){.dialog__buttonsWrap button{font-size:12px}}@media (max-width:709px){.dropdown-item:focus,.dropdown-item:hover{background-color:transparent!important;color:#000!important}}@media (max-width:499px){.dialog__button{width:calc(50% - 5px)!important}.main-input,.main-input__select{height:44px;line-height:40px}}