@import url(https://fonts.googleapis.com/css?family=Roboto:400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800&subset=cyrillic);
.form-fadeIn-enter{opacity:0.01}.form-fadeIn-enter.form-fadeIn-enter-active{opacity:1;transition:opacity 200ms ease-in}.form-fadeIn-leave{opacity:1}.form-fadeIn-leave.form-fadeIn-leave-active{opacity:0.01;transition:opacity 200ms ease-in}.form-scale-enter{transform:scale(0);opacity:0.01}.form-scale-enter.form-scale-enter-active{transform:unset;opacity:1;transition:all 200ms ease-in-out}.form-scale-leave{transform:unset;opacity:1}.form-scale-leave.form-scale-leave-active{transform:scale(0);opacity:0.01;transition:all 200ms ease-in-out}.form-fadeInUp-enter{transform:translateY(30px);opacity:0.01}.form-fadeInUp-enter.form-fadeInUp-enter-active{transform:unset;opacity:1;transition:all 200ms ease-in-out}.form-fadeInUp-leave{transform:unset;opacity:1}.form-fadeInUp-leave.form-fadeInUp-leave-active{transform:translateY(30px);opacity:0.01;transition:all 200ms ease-in-out}.sbxFormField{position:relative}.sbxFormField__label{display:inline-block;margin-bottom:.5rem}.sbxFormField__input,.PhoneInputInput{display:block;position:relative;width:100%;height:2.5rem;padding:.5rem .9rem;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:0.2rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sbxFormField__input:focus,.sbxFormField__input_focus,.PhoneInputInput:focus,.PhoneInputInput_focus{outline:none;color:#495057;background-color:#fff;border-color:#8dbdff;outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.2)}.sbxFormField__input_valid,.PhoneInputInput_valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url(/backoffice/success.svg);background-repeat:no-repeat;background-position:top .75rem right .9rem;background-size:1rem 1rem}.sbxFormField__input_valid:focus,.PhoneInputInput_valid:focus{border-color:#28a745;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.sbxFormField__input_invalid,.PhoneInputInput_invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url(/backoffice/error.svg);background-repeat:no-repeat;background-position:top .75rem right .9rem;background-size:.8rem .8rem}.sbxFormField__input_invalid:focus,.PhoneInputInput_invalid:focus{border-color:#dc3545;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.sbxFormField__input_invalid.sbxFormField__input_focus{border-color:#dc3545;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.sbxFormField__input_valid.sbxFormField__input_focus{border-color:#28a745;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.sbxFormField__invalidFeedback{width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.sbxFormField__inputFile{overflow:hidden;white-space:nowrap;display:flex;align-items:center}.sbxFormField__inputFile:after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:flex;align-items:center;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";border-left:inherit;border-radius:0 .25rem .25rem 0}.sbxFormField__checkbox,.sbxFormField__radio{margin-bottom:0}.sbxFormField__checkbox input,.sbxFormField__radio input{display:none}.sbxFormField__checkbox label,.sbxFormField__radio label{margin:0;padding-left:1.5rem;position:relative}.sbxFormField__checkbox label:before,.sbxFormField__radio label:before{position:absolute;top:50%;transform:translateY(-50%);left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px;border-radius:.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sbxFormField__checkbox label:after,.sbxFormField__radio label:after{position:absolute;top:50%;transform:translateY(-50%);left:0;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.sbxFormField__checkbox label:focus,.sbxFormField__checkbox label_focus,.sbxFormField__radio label:focus,.sbxFormField__radio label_focus{outline:none}.sbxFormField__checkbox label:focus:before,.sbxFormField__checkbox label_focus:before,.sbxFormField__radio label:focus:before,.sbxFormField__radio label_focus:before{box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.sbxFormField__checkbox input:checked+label:before,.sbxFormField__radio input:checked+label:before{border-color:#007bff;background-color:#007bff}.sbxFormField__checkbox input:checked+label:after,.sbxFormField__radio input:checked+label:after{background-image:url(/backoffice/checked.svg)}.sbxFormField__checkbox_invalid label,.sbxFormField__radio_invalid label{color:#dc3545}.sbxFormField__checkbox_invalid label:before,.sbxFormField__radio_invalid label:before{border-color:#dc3545}.sbxFormField__checkbox_invalid label:focus:before,.sbxFormField__radio_invalid label:focus:before{box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.sbxFormField__radio label:before{border-radius:50%;background-color:#fff}.sbxFormField__radio label:after{left:0.5rem;top:50%;transform:translate3d(-50%, -50%, 0);border-radius:50%;background:#fff;width:0.45rem;height:0.45rem}.sbxFormField__select{display:block;position:relative;width:100%;height:2.5rem;padding:.5rem .9rem;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:0.2rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:calc(1.5em + .75rem)}.sbxFormField__select_valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url(/backoffice/success.svg);background-repeat:no-repeat;background-position:top .75rem right .9rem;background-size:1rem 1rem}.sbxFormField__select_valid:focus{border-color:#28a745;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.sbxFormField__select_invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url(/backoffice/error.svg);background-repeat:no-repeat;background-position:top .75rem right .9rem;background-size:.8rem .8rem}.sbxFormField__select_invalid:focus{border-color:#dc3545;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.sbxFormField__select_multiple{height:unset;background-image:url(/backoffice/list.svg)}.sbxFormField__selectCustom{display:block;position:relative;width:100%;height:2.5rem;padding:.5rem .9rem;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:0.2rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:calc(1.5em + .75rem);cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sbxFormField__selectCustom_valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url(/backoffice/success.svg);background-repeat:no-repeat;background-position:top .75rem right .9rem;background-size:1rem 1rem}.sbxFormField__selectCustom_valid:focus{border-color:#28a745;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.sbxFormField__selectCustom_invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url(/backoffice/error.svg);background-repeat:no-repeat;background-position:top .75rem right .9rem;background-size:.8rem .8rem}.sbxFormField__selectCustom_invalid:focus{border-color:#dc3545;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.sbxFormField__selectCustom_multiple{background-image:url(/backoffice/list.svg)}.sbxFormField__selectCustom_focus{outline:none;color:#495057;background-color:#fff;border-color:#8dbdff;outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.2)}.sbxFormField__selectCustom_invalid+.sbxFormField__selectCustom_focus{border-color:#dc3545;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.sbxFormField__selectCustom_valid.sbxFormField__selectCustom_focus{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url(/backoffice/success.svg);background-repeat:no-repeat;background-position:top .75rem right .9rem;background-size:1rem 1rem;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.sbxFormField__selectCustom_invalid.sbxFormField__selectCustom_focus{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url(/backoffice/error.svg);background-repeat:no-repeat;background-position:top .75rem right .9rem;background-size:.8rem .8rem;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.sbxFormField__selectCustomOptions{background:#fff;border-radius:0.2rem;border:1px solid #ced4da;box-shadow:1px 2px 5px rgba(0,0,0,0.3);z-index:5;user-select:none}.sbxFormField__selectCustomOptionsSearch{margin:4px;width:calc(100% - 8px)}.sbxFormField__selectCustomOptionsSearch:focus{outline:none}.sbxFormField__selectCustomOptionsList{max-height:220px;overflow:auto;list-style:none;padding:0;margin:0}.sbxFormField__selectCustomOptionsListItem{padding:0.3rem 0.6rem;cursor:pointer}.sbxFormField__selectCustomOptionsListItem:hover{background:rgba(0,0,0,0.05)}.sbxFormField__selectCustomOptionsListItem_selected,.sbxFormField__selectCustomOptionsListItem_selected:hover{background:#007bff;color:#fff}.sbxFormField__selectCustomOptionsListItem:last-child{border-radius:0 0 0.2rem 0.2rem}.sbxFormField__selectCustomOptionsEmpty{padding:0.3rem 0.6rem;opacity:0.75}.sbxFormField__textarea{height:unset;min-height:2.5rem}.sbxFormField__datePicker{background:#fff;border-radius:0.2rem;border:1px solid #ced4da;box-shadow:1px 2px 5px rgba(0,0,0,0.3);display:inline-block;padding:10px}.sbxFormField__datePickerHeader{font-size:0.8rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:10px}.sbxFormField__datePickerControls{display:grid;grid-template-columns:repeat(3, auto);grid-gap:5px}.sbxFormField__datePickerControlButton{cursor:pointer;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border-radius:.2rem;background-color:rgba(0,0,0,0.1);border:none}.sbxFormField__datePickerControlButton:focus,.sbxFormField__datePickerControlButton:active{outline:none}.sbxFormField__datePickerControlButton svg{fill:#4d4d4d;height:8px}.sbxFormField__datePickerControlButton:hover{background-color:rgba(0,0,0,0.08)}.sbxFormField__datePickerButtonSelect{cursor:pointer;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border-radius:.2rem;background-color:rgba(0,0,0,0.1);border:none}.sbxFormField__datePickerButtonSelect:focus,.sbxFormField__datePickerButtonSelect:active{outline:none}.sbxFormField__datePickerButtonSelect svg{fill:#4d4d4d;height:8px;margin-left:4px}.sbxFormField__datePickerButtonSelect:hover{background-color:rgba(0,0,0,0.08)}.sbxFormField__datePickerBody{border-radius:.2rem;border:1px solid rgba(0,0,0,0.1);overflow:hidden;display:flex;flex-direction:row}.sbxFormField__datePickerWeekdays{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.1);padding:5px 3px;display:grid;grid-template-columns:repeat(7, 1fr);grid-gap:2px;font-size:0.8rem}.sbxFormField__datePickerWeekdaysDay{flex:1;text-align:center}.sbxFormField__datePickerCalendar{min-width:230px}.sbxFormField__datePickerYears{min-width:240px;height:140px;overflow:auto;font-size:0.8rem}.sbxFormField__datePickerYearsItem:focus{outline:none}.sbxFormField__datePickerYear{padding:4px 8px;background-color:rgba(0,0,0,0.05);border-bottom:1px solid rgba(0,0,0,0.1);cursor:pointer}.sbxFormField__datePickerMonths{display:grid;grid-template-columns:repeat(4, 1fr);text-align:center;grid-gap:5px;border-bottom:1px solid rgba(0,0,0,0.1);padding:5px 0}.sbxFormField__datePickerMonth{border-radius:.2rem;cursor:pointer;padding:5px 0}.sbxFormField__datePickerMonth:hover{background-color:rgba(0,0,0,0.05)}.sbxFormField__datePickerMonth_selected{color:#fff;background:#007bff}.sbxFormField__datePickerMonth_selected:hover{color:#fff;background:#007bff}.sbxFormField__datePickerDays{display:grid;grid-template-columns:repeat(7, 1fr);grid-gap:2px;padding:5px 3px}.sbxFormField__datePickerDay{padding:3px;font-size:0.8rem;background:#fff;text-align:center;border-radius:0.2rem;cursor:pointer}.sbxFormField__datePickerDay_currentDay{border:1px solid rgba(0,0,0,0.2)}.sbxFormField__datePickerDay_notSelectedMonth{opacity:0.4}.sbxFormField__datePickerDay:hover{background:rgba(0,0,0,0.05)}.sbxFormField__datePickerDay_selected{color:#fff;background:#007bff}.sbxFormField__datePickerDay_selected:hover{color:#fff;background:#007bff}.sbxFormField__datePickerTimesHeader{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.1);padding:5px 3px;display:grid;grid-template-columns:1fr;grid-gap:2px;font-size:0.8rem;min-width:unset}.sbxFormField__datePickerTimes{border-left:1px solid rgba(0,0,0,0.1);text-align:center;width:65px;display:flex;flex-direction:column}.sbxFormField__datePickerTimesListWrap{position:relative;height:100%;flex:1;min-height:1px}.sbxFormField__datePickerTimesList{overflow:auto;list-style:none;padding:5px 0;margin:0;font-size:0.8rem;position:absolute;left:0;right:0;top:0;bottom:0}.sbxFormField__datePickerTimesListItem{padding:3px 0;margin-bottom:2px;cursor:pointer}.sbxFormField__datePickerTimesListItem:last-child{margin-bottom:0}.sbxFormField__datePickerTimesListItem:hover{background-color:rgba(0,0,0,0.05)}.sbxFormField__datePickerTimesListItem_selected{color:#fff;background:#007bff}.sbxFormField__datePickerTimesListItem_selected:hover{color:#fff;background:#007bff}.PhoneInput{padding-right:0}.PhoneInputInput,.PhoneInputCountryIcon{margin-left:5px}.PhoneInputCountry{border-radius:0.2rem;border:1px solid #ced4da;padding:0 5px}.PhoneInputInput_valid input{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url(/backoffice/success.svg);background-repeat:no-repeat;background-position:top .75rem right .9rem;background-size:1rem 1rem}.PhoneInputInput_valid input:focus{border-color:#28a745;box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.PhoneInputInput_invalid input{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url(/backoffice/error.svg);background-repeat:no-repeat;background-position:top .75rem right .9rem;background-size:.8rem .8rem}.PhoneInputInput_invalid input:focus{border-color:#dc3545;box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.form-form__fieldset{padding:20px 0;margin:0;border:none}.form-form__fieldset_loading{filter:blur(2px);transition:filter 0.2s ease-in-out}.form-form{position:relative !important}.form-form__preloader,.form-form__success{position:absolute;left:0;right:0;height:100%;z-index:1;align-items:center;justify-content:center;display:flex;border-radius:3px}.form-form__preloader-icon{background-color:#000;border-radius:3px;padding:15px}.form-form__preloader-icon svg{height:50px;stroke:#fff}.input-search{width:100%;height:100%;border:none;font-size:1.2rem !important}.input-search:focus,.input-search:active{border:none;outline:none}.form-form__success-icon{border-radius:50%;background-color:#fff;display:block !important;box-shadow:0 0 2px #353535;animation:scaleIcon 0.25s ease-in-out}.form-form__success-icon svg{width:50px;height:50px}.form-form__success-icon svg .svg-success{stroke-width:2px;stroke:#3de665;fill:none}.form-form__success-icon svg .svg-success path{stroke-dasharray:17px, 17px;stroke-dashoffset:0px;animation:checkmark 0.25s ease-in-out 0.4s backwards}.form-form__success-icon svg .svg-success circle{stroke-dasharray:76px, 76px;stroke-dashoffset:0px;transform:rotate(-90deg);transform-origin:50% 50%;animation:checkmark-circle 0.3s ease-in-out forwards}@keyframes scaleIcon{0%{transform:scale(0)}100%{transform:unset}}@keyframes checkmark{0%{stroke-dashoffset:17px}100%{stroke-dashoffset:0}}@keyframes checkmark-circle{0%{stroke-dashoffset:76px}100%{stroke-dashoffset:0px}}.form-form__success{left:-3px;right:-3px;top:-3px;bottom:-3px;z-index:99}.sbxFormField__selectCustom-chevron{position:absolute;right:10px}

.appModalWrap{position:fixed;display:flex;align-items:center;top:0;left:0;right:0;bottom:0;overflow:auto;background-color:var(--color-transparent-hint)}.appModal{margin:auto;background-color:var(--bg-secondary)}.appModal_lg{width:90vw;min-width:320px}.appModal_md{max-width:640px;min-width:320px}.appModal_sm{max-width:480px;min-width:320px}.appModal_xs{max-width:360px;min-width:320px}.appModal__body{padding:20px 15px}.appModal__body_no-padding{padding:0}.appModal__content{background-clip:padding-box}.appModalTransition-enter .appModal{transform:scale(0.9)}.appModalTransition-enter.appModalTransition-enter-active{opacity:1;transition:opacity 300ms ease}.appModalTransition-enter.appModalTransition-enter-active .appModal{transform:scale(1);transition:transform 300ms ease}.appModalTransition-leave{opacity:1}.appModalTransition-leave .appModal{transform:scale(1)}.appModalTransition-leave.appModalTransition-leave-active{opacity:0.01;transition:opacity 300ms ease}.appModalTransition-leave.appModalTransition-leave-active .appModal{transform:scale(1.1);transition:transform 300ms ease}.appModal__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.appModal__close{background:none;border:none;font-size:1.2rem;cursor:pointer}

.loader{position:relative}.loader svg{width:100%;height:100%;object-fit:cover}

:root{--white: #fff;--green: #26b276;--red: #f73e4a;--blue: #3593ff;--black: #101216;--orange: #ff8f00;--grey: #37444b;--prime: #f73536;--purple: #8a50d2;--black-500: #36454d;--black-600: #2d3940;--black-700: #263137;--black-800: #1d242d;--black-900: #141d26;--grey-50: #dde2e5;--grey-75: #e5e9ec;--grey-100: #698390;--grey-200: #788388;--grey-250: #48575e;--grey-300: #434d51;--grey-400: #ffffff0f;--light-denim-blue: #2962ff;--saphire-blue: #18242f;--blakish-blue: #0d1d2d;--transparent: rgba(0, 0, 0, 0.2);--transparent-secondary: rgba(0, 0, 0, 0.1);--transparent-hint: rgba(0, 0, 0, 0.05);--success: var(--green);--error: var(--red);--attention: var(--orange);--info: var(--blue);--processing: var(--purple)}body.dark{--app-background: var(--black);--app-background-section: var(--black-900);--app-background-box: var(--black-800);--app-background-header: var(--black-700);--app-background-contrast: var(--black-500);--app-background-box-hover: var(--black-600);--app-color: var(--white);--app-color-disabled: var(--grey-200);--app-color-label: var(--grey-400);--app-border: var(--grey);--app-border-active: var(--grey-200);--app-icon: var(--grey-100);--app-selection: var(--blue);--app-scrollbar-thumb: var(--black-600);--aside-background: var(--blakish-blue);--header-account-bar-background: var(--black-800);--progress-bar-background: var(--black);--tab-background: var(--black-600);--tab-active-background: var(--app-background-section);--tab-active-color: var(--white);--tab-disabled-color: var(--app-color-disabled);--tab-active-border: var(--tab-active-color);--checkbox-background: var(--grey-300);--checkbox-active-background: var(--white);--checkbox-indicator-background: var(--black-900);--input-background: var(--black-700);--input-readonly-background: var(--black-900);--input-step-background: var(--black);--button-color: var(--white);--button-disabled-background: var(--black);--tooltip-background: var(--blakish-blue);--tooltip-color: var(--white);--modal-background: var(--black-800);--modal-header-background: var(--black-900);--notify-box-info-background: var(--info);--notify-box-error-background: var(--error);--notify-box-success-background: var(--success);--chat-message-background: var(--transparent-secondary);--chat-message-background-my: var(--grey-200)}body.light{--app-background: var(--grey-50);--app-background-section: var(--white);--app-background-box: var(--white);--app-background-box-hover: var(--grey-50);--app-background-header: var(--grey-75);--app-color: var(--grey-300);--app-color-disabled: var(--grey-100);--app-color-label: var(--grey-400);--app-border: var(--grey-75);--app-border-active: var(--grey-75);--app-icon: var(--grey-250);--app-selection: var(--blue);--app-scrollbar-thumb: var(--grey-50);--aside-background: var(--blakish-blue);--header-account-bar-background: var(--grey-50);--progress-bar-background: var(--grey-75);--tab-background: var(--grey-100);--tab-active-background: var(--app-background-section);--tab-active-color: var(--black-700);--tab-disabled-color: var(--app-color-disabled);--tab-active-border: var(--tab-active-color);--checkbox-background: var(--grey-300);--checkbox-active-background: var(--white);--checkbox-indicator-background: var(--black-900);--input-background: var(--grey-75);--input-readonly-background: var(--black-900);--input-step-background: var(--black);--button-color: var(--white);--button-disabled-background: var(--black);--tooltip-background: var(--light-denim-blue);--tooltip-color: var(--white);--modal-background: var(--white);--modal-header-background: var(--black-600);--notify-box-info-background: var(--info);--notify-box-error-background: var(--error);--notify-box-success-background: var(--success);--chat-message-background: var(--transparent-secondary);--chat-message-background-my: var(--grey-50)}*,*::before,*::after{box-sizing:border-box;outline:none;padding:0;margin:0;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}input{user-select:auto;-moz-user-select:auto;-ms-user-select:auto;-webkit-user-select:auto}html{font-size:12px;font-family:'Roboto', 'ubuntu', sans-serif}@media screen and (max-width: 1024px){html{font-size:10px}}@media screen and (min-width: 1025px) and (max-width: 1200px){html{font-size:11px}}body{overflow:hidden;background-color:var(--app-background);color:var(--app-color)}iframe{border:none}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-drag:none}a,a:hover,a:active,a:visited{text-decoration:none;color:unset}button{border:none;outline:none;color:var(--color)}input{background:var(--input-background);border:none;outline:none;color:var(--color)}input[readonly]{cursor:default}input.invalid{border:1px solid var(--error) !important}svg{fill:var(--app-icon)}ul{list-style-type:none}input[type='range']::-webkit-slider-thumb{border:1px solid #000000;border-radius:3px;background:#ffffff;cursor:pointer}.badge{display:inline-flex;justify-content:center;align-items:center;text-align:center;min-width:34px;border-radius:3px;padding:3px 5px}.badge-sell,.badge-danger{color:var(--red);background:#ffeded}.badge-buy,.badge-success{background:#e8fde8;color:var(--green)}.badge-warning{background:#fff5ed;color:var(--orange)}.badge-primary{background:#e2eafe;color:#2962ff}.badge-info{background:#e5e5e5;color:#7f858c}.badge-process{background:#e2d2f5;color:#8a50d2}.mt-xs{margin-top:.75rem}.mb-xs{margin-bottom:.75rem}.ml-xs{margin-left:.75rem}.mr-xs{margin-right:.75rem}.mt-sm{margin-top:.85rem}.mb-sm{margin-bottom:.85rem}.ml-sm{margin-left:.85rem}.mr-sm{margin-right:.85rem}.mt-md{margin-top:1rem}.mb-md{margin-bottom:1rem}.ml-md{margin-left:1rem}.mr-md{margin-right:1rem}.mt-lg{margin-top:2.2rem}.mb-lg{margin-bottom:2.2rem}.ml-lg{margin-left:2.2rem}.mr-lg{margin-right:2.2rem}.mt-xlg{margin-top:4.2rem}.mb-xlg{margin-bottom:4.2rem}.ml-xlg{margin-left:4.2rem}.mr-xlg{margin-right:4.2rem}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.pt-xs{padding-top:.5rem}.pb-xs{padding-bottom:.5rem}.pl-xs{padding-left:.5rem}.pr-xs{padding-right:.5rem}.pt-sm{padding-top:.85rem}.pb-sm{padding-bottom:.85rem}.pl-sm{padding-left:.85rem}.pr-sm{padding-right:.85rem}.pt-md{padding-top:1rem}.pb-md{padding-bottom:1rem}.pl-md{padding-left:1rem}.pr-md{padding-right:1rem}.pt-lg{padding-top:2.2rem}.pb-lg{padding-bottom:2.2rem}.pl-lg{padding-left:2.2rem}.pr-lg{padding-right:2.2rem}.pt-xlg{padding-top:4.2rem}.pb-xlg{padding-bottom:4.2rem}.pl-xlg{padding-left:4.2rem}.pr-xlg{padding-right:4.2rem}.pt-auto{padding-top:auto}.pb-auto{padding-bottom:auto}.pl-auto{padding-left:auto}.pr-auto{padding-right:auto}.icon-profit svg,.icon-green svg{fill:var(--success)}.icon-lose svg,.icon-red svg{fill:var(--error)}.icon-gray{fill:var(--grey-200)}.icon-gray svg{fill:var(--grey-200)}.icon-xs{width:.75rem;height:.75rem}.icon-xs>svg{width:.75rem;height:.75rem}.icon-sm{width:.85rem;height:.85rem}.icon-sm>svg{width:.85rem;height:.85rem}.icon-md{width:1rem;height:1rem}.icon-md>svg{width:1rem;height:1rem}.icon-lg{width:1.5rem;height:1.5rem}.icon-lg>svg{width:1.5rem;height:1.5rem}.icon-xlg{width:2rem;height:2rem}.icon-xlg>svg{width:2rem;height:2rem}.container{display:flex;flex:1;margin-right:auto;margin-left:auto}.container-fluid{flex:1;width:100%;padding-right:0.2rem;padding-left:0.2rem;margin-right:auto;margin-left:auto}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-0.5rem;margin-left:-0.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:0.5rem;padding-left:0.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width: 48em){.container{width:49rem}.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-offset-0,.col-sm-offset-1,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:0.5rem;padding-left:0.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width: 64em){.container{width:65rem}.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-offset-0,.col-md-offset-1,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:0.5rem;padding-left:0.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width: 75em){.container{width:76rem}.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-offset-0,.col-lg-offset-1,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:0.5rem;padding-left:0.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.btn,.btn{border-radius:4px;cursor:pointer;padding:8px 12px;display:inline-flex;align-items:center;position:relative;overflow:hidden;font-size:14px;text-decoration:none;background-color:var(--color-transparent-hint);color:var(--color);border:1px solid var(--btn-border-color)}.btn svg,.btn svg{width:14px;height:14px;fill:currentColor;margin-right:4px}.btn-icon svg,.btn-icon svg{margin-right:0}.btn-prime,.btn-prime{color:#fff;background-color:#2962ff;border-color:#2962ff}.btn-prime svg,.btn-prime svg{fill:#fff}.btn-prime:hover,.btn-prime:hover{background:#2452d9;border-color:#2962ff}.btn-prime:active,.btn-prime:active{background:#234dcc;border-color:#2962ff}.btn-danger,.btn-danger{color:#fff;background-color:var(--red)}.btn-danger svg,.btn-danger svg{fill:#fff}.btn-warning,.btn-warning{color:#fff;background-color:var(--orange)}.btn-warning svg,.btn-warning svg{fill:#fff}.btn-profit,.btn-green{color:var(--color);background-color:var(--success)}.btn-green{color:#fff}.btn-lose,.btn-red{color:#fff;background-color:var(--error)}.btn-gray,.btn-default,.btn-primary{cursor:pointer;font-weight:600;border-radius:2px;color:#ffffff;background-color:#2962ff}.btn-xs{font-size:.75rem;padding:.375rem .75rem}.btn-sm{font-size:.85rem;padding:.425rem .85rem}.btn-md{font-size:1rem;padding:.5rem 1rem}.btn-lg{font-size:1.1rem;padding:.55rem 1.1rem}.btn-xlg{font-size:1.6rem;padding:.8rem 1.6rem}.btn-block{width:100%}.btn-default svg{fill:#333333}.nav{display:flex;flex:1;border-bottom:1px solid #eeeeee;padding:0.5rem 0}.nav .nav-item{margin:0;font-weight:600}.nav .nav-item .nav-link{padding:0.6rem 1rem}.nav .nav-item .nav-link.active{color:var(--blue);border-bottom:2px solid var(--blue)}@keyframes pulse{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}100%{transform:scale3d(1, 1, 1)}}@keyframes simple-shining{0%{opacity:0.3}50%{opacity:1}100%{opacity:0.3}}@keyframes simple-appearance{0%{opacity:0}100%{opacity:1}}@keyframes sliding-appearance{0%{opacity:0;position:relative;top:0;left:-50%}100%{opacity:1;position:relative;top:0;left:0}}@keyframes rotate-180-deg{0%{transform:rotate(180deg)}100%{transform:rotate(0)}}@keyframes rotate-appearance{0%{transform:rotate(-20deg)}100%{transform:rotate(0deg)}}::-webkit-scrollbar{width:4px;height:4px;z-index:-1;direction:rtl;text-align:left}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);-webkit-border-radius:4px;border-radius:4px;direction:rtl;text-align:left}::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1)}::-webkit-scrollbar-thumb:window-inactive{background:#30373e}.nav-tabs{background-color:var(--bg-color);display:flex;border-bottom:1px solid rgba(0,0,0,0.1);position:sticky;top:0;z-index:20;overflow:auto}.nav-tabs__item{padding:10px 1rem;color:var(--tab-color);text-decoration:none;position:relative;border-right:1px solid rgba(0,0,0,0.1);display:flex;flex-direction:row;align-items:center;text-transform:uppercase;white-space:nowrap}.nav-tabs__item svg{height:14px;fill:var(--tab-color);display:inline-flex;margin-right:8px}.nav-tabs__item:last-child{border-right:none}.nav-tabs__item:after{content:'';display:block;position:absolute;bottom:0;min-height:0;left:50%;right:50%;background-color:transparent;z-index:2;transition:all 0.2s ease}.nav-tabs__item.active{color:#2962ff}.nav-tabs__item.active svg{fill:#2962ff}.nav-tabs__item.active:after{left:0;right:0;min-height:2px;background-color:#2962ff}.nav-tabs__item.active:hover{color:#2962ff}.nav-tabs__item:hover{color:var(--color)}.nav-tabs__item:hover:after{left:0;right:0;height:2px;background-color:#2962ff}.tagInput{position:relative;background-image:none}.tagInput__addIconWrapper{position:absolute;top:31px;right:5px;display:block;width:20px;height:20px;cursor:pointer;background:none}.tagInput__addIcon{width:100%;height:100%;object-fit:cover;fill:#c1c4cd}.tagInput__tagsWrapper{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:0.5rem;gap:4px}.tagInput__tag{display:inline-flex;align-items:center;justify-content:center;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px;font-weight:400;font-size:10px;color:var(--grey-300);min-height:22px;max-height:22px}.tagInput__tag svg{fill:black}.tagInput__tag_sell,.tagInput__tag_danger{color:var(--red);background:#ffeded}.tagInput__tag_sell svg,.tagInput__tag_danger svg{fill:var(--red)}.tagInput__tag_buy,.tagInput__tag_success{background:#e8fde8;color:var(--green)}.tagInput__tag_buy svg,.tagInput__tag_success svg{fill:var(--green)}.tagInput__tag_warning{background:#fff5ed;color:var(--orange)}.tagInput__tag_warning svg{fill:var(--orange)}.tagInput__tag_primary{background:#e2eafe;color:#2962ff}.tagInput__tag_primary svg{fill:#2962ff}.tagInput__tag_info{background:#e5e5e5;color:#7f858c}.tagInput__tag_info svg{fill:#7f858c}.tagInput__tag_process{background:#e2d2f5;color:#8a50d2}.tagInput__tag_process svg{fill:#8a50d2}.tagInput__closeIcon{flex-shrink:0;margin-right:4px;cursor:pointer}.panel{padding:10px;background-color:#fff}.contentWrapper{display:flex;flex:1;flex-direction:column;width:calc(100% - 200px);background-color:#fff}.tableWrapper{display:flex;flex-direction:column;background:#fff;width:100%;height:max-content;box-shadow:0 1px 3px 0 rgba(24,50,71,0.1),0 0 0 1px rgba(24,50,71,0.05)}.tableWrapper .nav-link{opacity:0.6;position:relative}.tableWrapper .nav-link:hover{color:#3593ff;border-bottom:0}.tableWrapper .active{opacity:1}.tableWrapper .sbxTable__pagination{padding:8px}.tableWrapper .sbxTable__grid .tableImage{display:flex;justify-content:flex-end}.tableWrapper .sbxTable__grid .tracing__deviceIcon{margin:0 0 0 auto}.tableWrapper .sbxTable__grid .logins__deviceIcon{margin:0 0 0 auto}.tableWrapper .sbxTable__grid .ticketList__icon{justify-content:flex-end}.tableWrapper .sbxTable__gridItem{padding:12px}.tableWrapper .sbxTable__gridItemTable{height:100%;margin:0}.tableWrapper .sbxTable__header{padding:12px 10px;display:flex;justify-content:space-between}.tableWrapper .sbxTable__header .sbxTable__headerBtnFiltersCount{right:100%}.tableWrapper .sbxTable__actionsWrap{margin:0}.tableWrapper .sbxTable__actionsWrap .sbxTable__headerBtn{margin-right:8px;border-radius:3px;border-right:1px solid #e5e5e5}.tableWrapper .sbxTable__headerBtn,.tableWrapper .sbxTableToggle__btn{display:flex;justify-content:center;min-height:30px;min-width:90px;border-radius:3px;text-transform:uppercase}.tableWrapper--nav--items{display:flex;align-items:center;gap:10px;padding:10px}.tableWrapper--nav--items a{padding:8px 10px;border-radius:5px;color:#0000009e;opacity:1;border:1px solid #ebebeb}.tableWrapper--nav--items--active{background:#ebebeb}.modalFeedbackWindow{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:150px}.modalFeedbackWindow__title{text-align:center}.modalFeedbackWindow__title span{font-size:16px}.modalFeedbackWindow__title p{font-size:16px;display:block}.modalFeedbackWindow__title_success p{color:#26b276}.modalFeedbackWindow__title_failed p{color:#f73e4a}.submitButtonsWrapper{width:100%;display:flex;justify-content:end;align-items:center;padding:0.5rem;gap:10px}.submitButtonsWrapper_center{justify-content:center}.submitButtonsWrapper_start{justify-content:start}.submitButtonsWrapper .sbxFormField{margin:0}.textProfit,.textGreen{color:var(--success)}.textLose,.textRed{color:var(--error)}.textGrey{color:var(--grey-100)}.textBold{font-weight:600}.textLink{text-decoration:underline;color:var(--blue)}.loaderWrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.sbxFormField{margin-bottom:0.5rem}.sbxFormField__datePicker{z-index:99}.sbxFormField__selectCustomOptions{z-index:999}.sbxFormField__selectCustomOptionsSearch{padding:0.3rem 0.6rem;border-radius:0.2rem}.sbxFormField__selectCustom_multiple{background-image:none}.form-form__fieldset{padding:0}.notify-box{border-radius:unset !important;color:var(--app-color) !important;background-color:var(--app-background-box)}.notify-box_error{border-left:5px solid var(--notify-box-error-background) !important}.notify-box_info{border-left:5px solid var(--notify-box-info-background) !important}.notify-box_success{border-left:5px solid var(--notify-box-success-background) !important}.sbxTable__table{border-collapse:collapse}.sbxTable__table .sbxTable__tableTd{text-align:left}.sbxTable__table .sbxTable__tableTd:last-child{text-align:right}.sbxTable__table .sbxTable__tableTh .sbxTable__tableThCol{align-items:flex-start}.sbxTable__table .sbxTable__tableTh:last-child .sbxTable__tableThCol{align-items:flex-end}.sbxTable__table button{margin-left:5px}.sbxTable__header{border-top:1px solid rgba(0,0,0,0.05)}.sbxTable__header .sbxTable__headerBtn{justify-content:center;padding:0 8px}.sbxTable__header .sbxTable__headerBtn svg{height:14px;width:14px;margin-right:4px;fill:currentColor}.sbxTable__header .sbxTable__headerBtnFilters span{color:#fff}.sbxTable__header .sbxTableToggle__btn{padding:0 8px;margin-right:8px}.sbxTable__header .sbxTableToggle__btn_active span{color:#fff}.sbxTable__header .sbxTableToggle{margin:0}#modals-root .appModalWrap{background-color:rgba(1,1,1,0.55);z-index:10000 !important}.appModal{position:relative;background-color:var(--modal-background) !important}.appModal_sm{min-height:120px !important}.appModal__header{padding:15px 5px !important;position:relative;border-bottom:1px solid #888888}.appModal__title,.modal-title{width:100%;font-size:14px}.appModal__body{padding:10px !important}.modal-title{display:flex;justify-content:center;align-items:center;letter-spacing:1px;font-weight:500;color:var(--modal-title-color)}.modal-title .symbol{font-size:1.8rem}.modal-title .group{position:relative;text-transform:uppercase;top:-5px;font-size:0.75rem;margin:0 10px;color:var(--color-hint)}.modal-title i{cursor:pointer}.modal-title svg{width:24px !important;height:24px !important}.appModal__close{color:var(--color);width:24px !important;height:24px !important;display:flex;align-items:center;justify-content:center;padding:0;position:absolute !important;right:2px !important;top:2px !important;font-size:2rem !important}.appModal__close span{font-size:2rem !important}.panel{color:var(--app-color);background-color:var(--app-background-box);border-radius:3px}.panel-body{padding:0.4rem}.panel-heading{padding:0.4rem;border-bottom:1px solid #cccccc}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.appDropdown,.appDropdown__content{border-radius:3px;z-index:9999 !important}.appDropdown__triangle{border-radius:2px}.appDropdown__content,.appDropdown__triangle{background-color:var(--app-background-box) !important}.appDropdown,.appDropdown__triangle{box-shadow:0 2px 4px rgba(0,0,0,0.4)}.__react_component_tooltip{z-index:100}.appTooltip{z-index:100;color:var(--tooltip-color)}.appTooltip__content{padding:0.5rem !important}.appTooltip__content,.appTooltip__triangle{background-color:var(--tooltip-background)}.appTooltip,.appTooltip__triangle{box-shadow:0 0 1px var(--dropdown-shadow-color)}.sbxAsyncSelectDropdown__header{padding:0 0 0 2px !important}html{font-size:13px !important}body{font-family:'Roboto', sans-serif;font-weight:400;line-height:1.42857143;background:#ffffff;background-size:100%;padding:0;margin:0;overflow:hidden}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-drag:none;max-width:100%}a{cursor:pointer;text-decoration:none}span{font-size:0.85rem;color:#7f858c}tspan{font-size:0.75rem;color:#7f858c}i{display:flex}aside{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;-moz-flex-direction:column;position:relative}main{display:flex;flex:1;background-color:#ebeff3;overflow:auto}main p{color:#111111}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid rgba(0,0,0,0.2) !important}section{padding:3.8rem 0 4.2rem 0}.document{background-color:#ebeff3;box-sizing:border-box;display:-webkit-flex;display:flex;flex-direction:row;height:100vh;width:100vw}.disabled,[disabled]{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:0.65}.linkIN{cursor:pointer;color:#1d82c5;text-decoration:underline;display:flex;align-items:center;gap:4px}.document--v{position:fixed;bottom:0;right:0;padding:0.1vw;font-size:0.6vw;font-weight:100;background:#0000004d;color:#ffffffd4;opacity:0;z-index:9999}.document--v:hover{opacity:1}

.aside{background-color:var(--aside-background);height:100vh;position:relative;color:#fff;z-index:10;overflow:hidden;display:flex;align-items:center;transition:0.2s all ease-in-out;flex-direction:column;min-width:160px;max-width:160px}.aside__logo{position:relative;display:flex;padding:0px;animation:fadeAside 0.6s}.aside__logo svg{height:37px;width:37px}.aside__list{padding:0;margin:0;width:100%;list-style:none;overflow-y:auto;overflow-x:hidden}.aside__list::-webkit-scrollbar{display:none}.aside__listItem{width:100%;position:relative;transition:all 0.2s ease-in-out}.aside__listItem span{font-size:10px}.aside__listItem:hover{background:rgba(255,255,255,0.03)}.aside__listItemProfile{display:flex;align-items:center;gap:10px;padding:10px 13px;width:100%;border-bottom:1px solid rgba(255,255,255,0.05);cursor:pointer;transition:all 0.2s ease-in-out;position:relative}.aside__listItemProfile:after{content:'';display:none;position:absolute;right:-1px;top:50%;transform:translateY(-50%) translateX(110%);border:8px solid transparent;border-right:8px solid #f0f0f0;transition:all 0.2s ease-in-out}.aside__listItemProfile_active:after{display:block;transform:translateY(-50%)}.aside__listItemProfile:hover{background:rgba(255,255,255,0.03)}.aside__listItemProfile__info{display:flex;flex-direction:column;max-width:100%}.aside__listItemProfile__info span{font-size:10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;opacity:0;animation:itemAppearance 0.3s ease 0.6s forwards}.aside__link{display:flex;align-items:center;font-weight:normal;gap:10px;color:#cbdbe5;font-size:0.8rem;cursor:pointer;width:100%;padding:10px 13px;transition:all 0.15s ease-in}.aside__link:hover{color:#fff}.aside__link:after{content:'';display:none;position:absolute;right:-1px;top:50%;border:8px solid transparent;border-right:8px solid var(--white);z-index:5}.aside__link:hover,.aside__link:focus{text-decoration:none}.aside__link_active{background-color:rgba(255,255,255,0.08);color:#fff}.aside__link_active:after{display:block;animation:fadeTriangle 0.2s forwards}.aside__link_active svg{fill:#fff}.aside__linkIcon svg{height:24px;width:24px}.aside__profileBadge{position:absolute;bottom:-3px;left:50%;font-size:8px;background:#00a46d;border-radius:3px;padding:0 1px;opacity:0;animation:itemAppearance 0.3s 0.6s forwards;color:#ffffff;transform:translateX(-50%)}.aside__calendarBadge{position:absolute;bottom:6.5px;left:15px;background-color:var(--green);height:14px;width:14px;border-radius:50%;border:1px solid var(--white);display:flex;align-items:center;justify-content:center;font-size:9px}.aside__logout{border-top:1px solid rgba(255,255,255,0.05)}@keyframes fadeAside{0%{transform:translateX(-100%)}100%{transform:unset}}@keyframes fadeTriangle{0%{transform:translateY(-50%) translateX(110%)}100%{transform:translateY(-50%)}}@keyframes arrowSpin{0%{transform:rotate(180deg)}100%{transform:rotate(0)}}@keyframes itemAppearance{0%{opacity:0}100%{opacity:1}}

.appTooltip{position:absolute;z-index:9999;max-width:400px;border-radius:2px}.appTooltip__content{padding:4px 5px;position:relative;z-index:2;font-size:.85rem;font-weight:normal;font-family:inherit;line-height:1rem;border-radius:2px}.appTooltip__triangle{position:absolute;z-index:1;width:8px;height:8px;border-radius:1px}.appTooltip__triangle_top{left:50%;bottom:1px;transform:translate3d(-50%, 50%, 0) rotate(45deg)}.appTooltip__triangle_bottom{left:50%;top:1px;transform:translate3d(-50%, -50%, 0) rotate(45deg)}.appTooltip__triangle_right{left:1px;top:50%;transform:translate3d(-50%, -50%, 0) rotate(45deg)}.appTooltip__triangle_left{right:1px;top:50%;transform:translate3d(50%, -50%, 0) rotate(45deg)}.tooltipTransition-top-enter-active{animation:animationTooltipTop 150ms ease-in-out forwards}.tooltipTransition-top-leave-active{animation:animationTooltipTop 150ms ease-in-out forwards reverse}.tooltipTransition-bottom-enter-active{animation:animationTooltipBottom 150ms ease-in-out forwards}.tooltipTransition-bottom-leave-active{animation:animationTooltipBottom 150ms ease-in-out forwards reverse}.tooltipTransition-right-enter-active{animation:animationTooltipRight 150ms ease-in-out forwards}.tooltipTransition-right-leave-active{animation:animationTooltipRight 150ms ease-in-out forwards reverse}.tooltipTransition-left-enter-active{animation:animationTooltipLeft 150ms ease-in-out forwards}.tooltipTransition-left-leave-active{animation:animationTooltipLeft 150ms ease-in-out forwards reverse}@keyframes animationTooltipBottom{0%{opacity:0.01;transform:translateY(10px)}100%{opacity:unset;transform:unset}}@keyframes animationTooltipTop{0%{opacity:0.01;transform:translateY(-10px)}100%{opacity:unset;transform:unset}}@keyframes animationTooltipLeft{0%{opacity:0.01;transform:translateX(-10px)}100%{opacity:unset;transform:unset}}@keyframes animationTooltipRight{0%{opacity:0.01;transform:translateX(10px)}100%{opacity:unset;transform:unset}}

._3al_EAzBSy-vFDTT_Pg20p{position:fixed;top:0.5vw;left:calc(50% + 9vw);z-index:10000}._2eWETYVEWVRSTBOTtBzVGf{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.05);backdrop-filter:blur(2px)}.-y7-fbNe2j0f5IUPLD-CD{position:absolute;animation:TWljzDNMXtMnyKKa-z_pr 0.2s ease-out forwards;top:0;right:0;width:18vw;height:6vh;margin-bottom:0.7vw;transition:transform 250ms ease;overflow:hidden;border-radius:11px;border:0;background:#ffffff;box-shadow:0px 4px 20px 0px #152f5524;color:#656565}._6pXGoCeB75bDw5sXLzxvn{border-left:10px solid #088630bf}._2NakCyeke7ssN7a05fjXim{border-left:10px solid #ff8787}.LCOKumSluFWc00tT_7EHx{border-left:10px solid #dcdcdc}.-y7-fbNe2j0f5IUPLD-CD:last-child{cursor:pointer}.hLPOlX8mdGsvXM4N2Od_C{height:unset}._2XE-c1Avkf48j2aO32tMAe{display:flex;align-items:center;padding:0.7vw;height:100%;font-size:0.7vw}._2XE-c1Avkf48j2aO32tMAe:hover ._1pTqFpagPfbQN8jQSE7BjD{background-color:var(--bg-color-secondary);border-color:var(--color-transparent-hint)}._1pTqFpagPfbQN8jQSE7BjD{display:inline-block;border-radius:3px;padding:2px 5px;margin:-2px -5px;border:1px solid transparent;user-select:none}._1pTqFpagPfbQN8jQSE7BjD:hover{background-color:var(--bg-color-hint) !important}@keyframes TWljzDNMXtMnyKKa-z_pr{from{transform:translate3d(0px, -100px, 0px) scale(1)}to{transform:translate3d(0px, 0px, 0px) scale(1)}}

.login{position:fixed;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#18242f;background-repeat:no-repeat;background-position:0 50%;background-size:cover}.login__form{background-color:#fff;min-width:340px;padding-top:10px;border-radius:3px;box-shadow:0 1px 2px #1b1b1b;animation:fadeLogin 0.3s}.login__form button{justify-content:center}.login__form .sbxFormField{margin-bottom:1rem}.login__form .recaptchaWrap{margin-top:1.5rem;margin-bottom:1rem;min-height:78px;display:flex;justify-content:center}.login__form .sbxFormField__label{text-transform:capitalize}.login__form_fetching{filter:blur(1px)}.login__formHeader{position:relative;display:flex;align-items:center;justify-content:center}.login__formHeader h3{padding:0;margin:0;font-size:1.5rem}.login__formHeader i{margin-right:5px}.login__errorMessage{color:#f73e4a;display:flex;align-items:center;justify-content:center}.login__errorMessage h3{padding:0;margin:0;font-size:1.5rem}.login__loader{position:absolute;top:4px;right:120px}.login__loader svg{width:18px;height:18px}@keyframes fadeLogin{0%{opacity:0;transform:scale(1.1)}100%{opacity:1;transform:scale(1)}}


.brandList__status{display:inline-flex;min-width:80px}.brandList__hostName{cursor:pointer;color:#1d82c5;text-decoration:underline;display:flex;align-items:center;gap:4px}.brandList__hostName:hover{color:#1494e7}.brandList__hostText{color:#2a2a2a;display:flex;align-items:center;gap:4px}.brandList__brandName{cursor:pointer;color:#1d82c5;text-decoration:underline}.brandList__brandName:hover{color:#1494e7}.brandList__registeredDate{color:#698390}.brandList__note{max-width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#698390}.brandList__linkIcon{fill:#1d82c5}.brandList__linkIcon:hover{fill:#1494e7}.brandList__connectionStatus svg{width:16px;height:16px}.brandList__connectionStatus_success svg{fill:var(--green)}.brandList__connectionStatus_danger svg{fill:var(--red)}.brandList__rowIcon{display:flex;align-items:center;z-index:2}.brandList__rowIcon svg{width:15px;height:15px;fill:#1d82c5}.brandList__rowIcon svg:hover{fill:#1494e7}

.copyToClipboard{cursor:url(/backoffice/jijijqqqq.svg) 3 3,auto}

._212Zrpz_kouvq7TXQJnijP{position:fixed;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);box-shadow:0 3px 8px 1px rgba(0,0,0,0.28);background:var(--app-background-box);border-radius:3px;box-sizing:border-box;min-width:280px;max-height:93vh;display:grid;grid-template-rows:auto 1fr;z-index:999;--color-transparent: rgba(0, 0, 0, 0.3);--color-transparent-secondary: rgba(0, 0, 0, 0.1);--color-transparent-hint: rgba(0, 0, 0, 0.05);opacity:0;animation:_1fp_OA3CBRzjy5mTrMqI08 0.3s ease forwards}._2CITTGfhxjSXh237D8Bqev{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.28);z-index:998}._2R9pkmJiewaSMpskXCJx0q{cursor:grab;user-select:none}._1rnN9McKxh8vewtK2d5YfK{display:grid;grid-template-columns:1fr auto;height:40px;border-bottom:1px solid var(--color-transparent-hint);background:var(--color-transparent-hint);padding:2px;align-items:center}._1_nxWSa_FkCeOqiC4b2JO2{padding:0 8px;font-size:14px;opacity:0.9;font-weight:bold}._13_cZidpAIFSuaCWU5TJFd{height:100%;padding:0 8px;border:none;cursor:pointer;background:none;border-radius:3px}._13_cZidpAIFSuaCWU5TJFd svg{display:flex;height:18px;fill:var(--color);opacity:0.5}._13_cZidpAIFSuaCWU5TJFd:focus,._13_cZidpAIFSuaCWU5TJFd:active{outline:none}._13_cZidpAIFSuaCWU5TJFd:hover{background:var(--color-transparent-hint)}._13_cZidpAIFSuaCWU5TJFd:hover svg{opacity:1}._2wU31gbGkjubgoF5E-Hn-w{padding:0 2px;overflow:auto;border-radius:0 0 3px 3px;display:flex;flex:1}._2wU31gbGkjubgoF5E-Hn-w::-webkit-scrollbar{display:none}._1j8oyV0ixvIlvzdyvInTc2{position:absolute;z-index:10}._1kZcbqjN7lxMZCN6ZVsxgC{top:0;width:5px;right:0;bottom:10px;background:red;cursor:ew-resize}.cig0pTT1_UZL3Vv8vmXpF{height:5px;bottom:0;left:0;right:10px;background:yellow;cursor:ns-resize}._2S-LnfdU2w-Pe6TwklqITQ{width:10px;height:10px;right:0;bottom:0;background:#2962ff;cursor:nwse-resize}@keyframes _1fp_OA3CBRzjy5mTrMqI08{0%{opacity:0}100%{opacity:1}}

.optionsList{list-style:none;margin:0;padding:4px;background-color:#fff}.optionsList li{padding:6px 12px;color:#7a7a7a;font-size:12px;cursor:pointer;user-select:none;display:flex;align-items:center;border-radius:6px}.optionsList li svg{display:flex;margin-right:4px;height:13px;fill:#7a7a7a}.optionsList li:hover{color:#2962ff;background-color:#eff3fd}.optionsList li:hover svg{fill:#2962ff}.optionsList li.success:hover{color:#0c9b06;background-color:#e8fde8}.optionsList li.success:hover svg{fill:#0c9b06}.optionsList li.warning:hover{color:#ff8000;background-color:#fdf8f0}.optionsList li.warning:hover svg{fill:#ff8000}.optionsList li.processing:hover{color:#8a50d2;background-color:#f6f3fd}.optionsList li.processing:hover svg{fill:#8a50d2}.optionsList li.danger:hover{color:#ff2e2e;background-color:#fff4f4}.optionsList li.danger:hover svg{fill:#ff2e2e}.optionsList__button{padding:4px;border:none;border-radius:6px;background:transparent;cursor:pointer;display:inline-flex}.optionsList__button svg{fill:#7d7d7d;height:18px}.optionsList__button:hover{background-color:#deeaff}.optionsList__button:hover svg{fill:#2962ff}

.defaultDropdown{border-radius:4px;position:absolute;left:0;top:0;z-index:999;font-size:1rem;background-color:#fff;box-shadow:0 0 3px #3c3c3c}.defaultDropdown__content{position:relative;z-index:2;padding:2px}.defaultDropdown__triangle{position:absolute;z-index:1;width:8px;height:8px}.defaultDropdownTransition-top-enter-active,.defaultDropdownTransition-top_left-enter-active,.defaultDropdownTransition-top_right-enter-active{animation:animationDefaultDropdownTop 150ms ease-in-out forwards}.defaultDropdownTransition-top-leave-active,.defaultDropdownTransition-top_left-leave-active,.defaultDropdownTransition-top_right-leave-active{animation:animationDefaultDropdownTop 150ms ease-in-out forwards reverse}.defaultDropdownTransition-bottom-enter-active,.defaultDropdownTransition-bottom_left-enter-active,.defaultDropdownTransition-bottom_right-enter-active{animation:animationDefaultDropdownBottom 150ms ease-in-out forwards}.defaultDropdownTransition-bottom-leave-active,.defaultDropdownTransition-bottom_left-leave-active,.defaultDropdownTransition-bottom_right-leave-active{animation:animationDefaultDropdownBottom 150ms ease-in-out forwards reverse}.defaultDropdownTransition-left-enter-active,.defaultDropdownTransition-left_bottom-enter-active,.defaultDropdownTransition-left_top-enter-active{animation:animationDefaultDropdownLeft 150ms ease-in-out forwards}.defaultDropdownTransition-left-leave-active,.defaultDropdownTransition-left_bottom-leave-active,.defaultDropdownTransition-left_top-leave-active{animation:animationDefaultDropdownLeft 150ms ease-in-out forwards reverse}.defaultDropdownTransition-right-enter-active,.defaultDropdownTransition-right_top-enter-active,.defaultDropdownTransition-right_bottom-enter-active{animation:animationDefaultDropdownRight 150ms ease-in-out forwards}.defaultDropdownTransition-right-leave-active,.defaultDropdownTransition-right_top-leave-active,.defaultDropdownTransition-right_bottom-leave-active{animation:animationDefaultDropdownRight 150ms ease-in-out forwards reverse}@keyframes animationDefaultDropdownBottom{0%{opacity:0.01;transform:translateY(10px)}100%{opacity:unset;transform:unset}}@keyframes animationDefaultDropdownTop{0%{opacity:0.01;transform:translateY(-10px)}100%{opacity:unset;transform:unset}}@keyframes animationDefaultDropdownLeft{0%{opacity:0.01;transform:translateX(-10px)}100%{opacity:unset;transform:unset}}@keyframes animationDefaultDropdownRight{0%{opacity:0.01;transform:translateX(10px)}100%{opacity:unset;transform:unset}}

.addBrandForm{width:100%;padding:0 10px 10px}.addBrandForm__body{max-width:280px;margin-top:10px}.addBrandForm__submitButtonWrapper{width:100%;display:flex;justify-content:center}.addBrandForm__closeIcon{flex-shrink:0;margin-right:8px;cursor:pointer}

.brandUpdateForm{padding-top:10px;width:100%}.brandUpdateForm__body{display:flex;flex-direction:column;min-width:70vw;max-width:70vw;min-height:600px;max-height:600px;overflow-y:auto}.brandUpdateForm__body p{padding:0 0.5rem;font-size:16px;font-weight:600;margin-bottom:0.5px}.brandUpdateForm__body .sbxFormField__input,.brandUpdateForm__body .sbxFormField__select{width:100%}.brandUpdateForm__body .sbxFormField__textarea{min-height:65px;max-height:65px;min-width:100%;max-width:100%;resize:none}.brandUpdateForm__bodyMain{width:100%;display:flex}.brandUpdateForm__bodyLists{width:100%;display:flex}.brandUpdateForm__countryTags{max-height:186px;overflow-y:auto;border-radius:4px;padding:4px;margin:0}.brandUpdateForm__tagsList{max-height:160px;border-radius:4px;padding:4px;margin:0;overflow-y:auto}

.brandCloneForm{padding-top:10px;width:100%}.brandCloneForm__body{display:flex;flex-direction:column;min-width:70vw;max-width:70vw;min-height:600px;max-height:600px;overflow-y:auto}.brandCloneForm__body p{padding:0 0.5rem;font-size:16px;font-weight:600;margin-bottom:0.5px}.brandCloneForm__body .sbxFormField__input,.brandCloneForm__body .sbxFormField__select{width:100%}.brandCloneForm__body .sbxFormField__textarea{min-height:65px;max-height:65px;min-width:100%;max-width:100%;resize:none}.brandCloneForm__bodyMain{width:100%;display:flex}.brandCloneForm__bodyLists{width:100%;display:flex}.brandCloneForm__countryTags{max-height:186px;overflow-y:auto;border-radius:4px;padding:4px;margin:0}.brandCloneForm__tagsList{max-height:160px;border-radius:4px;padding:4px;margin:0;overflow-y:auto}

.ssoTokenForm{width:100%;padding-top:10px}.ssoTokenForm .sbxFormField{position:static}.ssoTokenForm hr{margin:5px}.ssoTokenForm__body{width:400px;display:flex;flex-direction:column;gap:10px}.ssoTokenForm__row{width:100%;display:flex;justify-content:space-between}.ssoTokenForm__row .sbxFormField{width:190px}.ssoTokenForm__row_disabled{opacity:0.4}.ssoTokenForm__item{display:flex;align-items:center;gap:5px}.ssoTokenForm__item span{color:#f73e4a;font-size:13px}.ssoTokenForm__item .sbxFormField{margin:0}.ssoTokenForm__submitButtonWrapper{margin-top:10px}

.settingClearForm{width:100%;padding-top:10px}.settingClearForm__body{max-width:280px}.settingClearForm__submitButtonWrapper{width:100%;display:flex;justify-content:center}.settingClearForm__messageWindow{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:150px}.settingClearForm__messageWindowTitle{text-align:center}.settingClearForm__messageWindowTitle span{font-size:16px}.settingClearForm__messageWindowTitle p{font-size:16px;display:block}.settingClearForm__messageWindowTitle_success p{color:#26b276}.settingClearForm__messageWindowTitle_failed p{color:#f73e4a}

.checkAllBrandsForm{padding:10px;width:100%}.saveSettingsForm__label{margin-top:10px;font-size:14px}

.brandView__header{display:flex;flex-direction:column;min-height:58px;box-shadow:0 1px 3px 2px rgba(38,42,62,0.04)}.brandView__headerNav{padding:0 10px 10px 10px;display:flex;column-gap:25px}.brandView__navItem{cursor:pointer;position:relative;height:100%;display:flex;align-items:center;text-transform:uppercase;opacity:0.3;transition:all 0.3s ease}.brandView__navItem svg{margin-right:3px;height:20px;width:20px}.brandView__navItem:hover{opacity:1}.brandView__navItem_active{opacity:1}.brandView__headerAdditional{height:100%;display:flex;justify-content:space-between;text-transform:uppercase;padding:5px 10px 0 10px;gap:5px}.brandView__headerInfo{display:flex;align-items:center;gap:5px}.brandView__headerInfo h3{font-size:14px}.brandView__headerInfo p{color:#7f858c;margin-right:5px}.brandView__headerTitle{width:100%;display:flex;align-items:center;justify-content:space-between}.brandView__statusRow{width:100%;display:flex;align-items:center;justify-content:space-between}.brandView__statusRow p{font-size:14px}.brandView__statusRow svg{width:13px;height:13px}.brandView__statusRow_success svg{fill:var(--green)}.brandView__statusRow_danger svg{fill:var(--red)}.brandView__headerLabel{display:flex;align-items:center}.brandView__headerBtnGroup{display:flex;justify-content:center;align-items:center;column-gap:10px}.brandView__headerBtnGroup a{display:flex;align-items:center;font-size:1rem;padding:0.4rem 1rem;text-transform:capitalize;color:#fff;background:var(--sbx-table-primary);border-radius:2px;cursor:pointer}.brandView__headerBtnGroup svg{fill:currentColor;width:14px;height:14px;margin-right:4px}.brandView__headerBtn{color:#fff;border-radius:2px}.brandView__headerBtn_launch{background:#26b276}.brandView__headerBtn_terminate{border-radius:2px;background:#f73e4a}@keyframes simple-appearance{0%{opacity:0}100%{opacity:1}}

.jsoneditor,.jsoneditor-modal{-webkit-text-size-adjust:none;text-size-adjust:none}.jsoneditor input,.jsoneditor input:not([type]),.jsoneditor input[type=text],.jsoneditor input[type=search],.jsoneditor-modal input,.jsoneditor-modal input:not([type]),.jsoneditor-modal input[type=text],.jsoneditor-modal input[type=search]{height:auto;border:inherit;box-shadow:none;font-size:inherit;box-sizing:inherit;padding:inherit;font-family:inherit;transition:none;line-height:inherit}.jsoneditor input:focus,.jsoneditor input:not([type]):focus,.jsoneditor input[type=text]:focus,.jsoneditor input[type=search]:focus,.jsoneditor-modal input:focus,.jsoneditor-modal input:not([type]):focus,.jsoneditor-modal input[type=text]:focus,.jsoneditor-modal input[type=search]:focus{border:inherit;box-shadow:inherit}.jsoneditor textarea,.jsoneditor-modal textarea{height:inherit}.jsoneditor select,.jsoneditor-modal select{display:inherit;height:inherit}.jsoneditor label,.jsoneditor-modal label{font-size:inherit;font-weight:inherit;color:inherit}.jsoneditor table,.jsoneditor-modal table{border-collapse:collapse;width:auto}.jsoneditor td,.jsoneditor th,.jsoneditor-modal td,.jsoneditor-modal th{padding:0;display:table-cell;text-align:left;vertical-align:inherit;border-radius:inherit}.jsoneditor .autocomplete.dropdown{position:absolute;background:#ffffff;box-shadow:2px 2px 12px rgba(128,128,128,0.3);border:1px solid #d3d3d3;overflow-x:hidden;overflow-y:auto;cursor:default;margin:0;padding:5px;text-align:left;outline:0;font-family:consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;font-size:14px}.jsoneditor .autocomplete.dropdown .item{color:#1a1a1a}.jsoneditor .autocomplete.dropdown .item.hover{background-color:#ebebeb}.jsoneditor .autocomplete.hint{color:#a1a1a1;top:4px;left:4px}.jsoneditor-contextmenu-root{position:relative;width:0;height:0}.jsoneditor-contextmenu{position:absolute;box-sizing:content-box;z-index:2}.jsoneditor-contextmenu .jsoneditor-menu{position:relative;left:0;top:0;width:128px;height:auto;background:#ffffff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px rgba(128,128,128,0.3);list-style:none;margin:0;padding:0}.jsoneditor-contextmenu .jsoneditor-menu button{position:relative;padding:0 8px 0 0;margin:0;width:128px;height:auto;border:none;cursor:pointer;color:#4d4d4d;background:transparent;font-size:14px;font-family:arial, sans-serif;box-sizing:border-box;text-align:left}.jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner{padding:0;border:0}.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default{width:96px}.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand{float:right;width:32px;height:24px;border-left:1px solid #e5e5e5}.jsoneditor-contextmenu .jsoneditor-menu li{overflow:hidden}.jsoneditor-contextmenu .jsoneditor-menu li ul{display:none;position:relative;left:-10px;top:0;border:none;box-shadow:inset 0 0 10px rgba(128,128,128,0.5);padding:0 10px;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon{margin-left:24px}.jsoneditor-contextmenu .jsoneditor-menu li ul li button{padding-left:24px;animation:all ease-in-out 1s}.jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand{position:absolute;top:0;right:0;width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url(/backoffice/jsoneditor-icons.svg);background-position:0 -72px}.jsoneditor-contextmenu .jsoneditor-icon{position:absolute;top:0;left:0;width:24px;height:24px;border:none;padding:0;margin:0;background-image:url(/backoffice/jsoneditor-icons.svg)}.jsoneditor-contextmenu .jsoneditor-text{padding:4px 0 4px 24px;word-wrap:break-word}.jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin{padding-right:24px}.jsoneditor-contextmenu .jsoneditor-separator{height:0;border-top:1px solid #e5e5e5;padding-top:5px;margin-top:5px}.jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon{background-position:-24px 0}.jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon{background-position:0 0}.jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon{background-position:0 0}.jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon{background-position:-48px 0}.jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon{background-position:-168px 0}.jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon{background-position:-192px 0}.jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon{background-position:-216px 0}.jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon{background-position:0 -24px}.jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon{background-position:-144px 0}.jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon{background-position:-120px 0}.jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon{background-position:-72px 0}.jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon{background-position:-96px 0}.jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon{background-image:none;width:6px}.jsoneditor-contextmenu ul,.jsoneditor-contextmenu li{box-sizing:content-box;position:relative}.jsoneditor-contextmenu .jsoneditor-menu button:hover,.jsoneditor-contextmenu .jsoneditor-menu button:focus{color:#1a1a1a;background-color:#f5f5f5;outline:none}.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover,.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus{color:#ffffff;background-color:#ee422e}.jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover,.jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus{background-color:#f5f5f5}.jsoneditor-modal{max-width:95%;border-radius:2px !important;padding:45px 15px 15px 15px !important;box-shadow:2px 2px 12px rgba(128,128,128,0.3);color:#4d4d4d;line-height:1.3em}.jsoneditor-modal.jsoneditor-modal-transform{width:600px !important}.jsoneditor-modal .pico-modal-header{position:absolute;box-sizing:border-box;top:0;left:0;width:100%;padding:0 10px;height:30px;line-height:30px;font-family:arial, sans-serif;font-size:11pt;background:#3883fa;color:#ffffff}.jsoneditor-modal table{width:100%}.jsoneditor-modal table td{padding:3px 0}.jsoneditor-modal table td.jsoneditor-modal-input{text-align:right;padding-right:0;white-space:nowrap}.jsoneditor-modal table td.jsoneditor-modal-actions{padding-top:15px}.jsoneditor-modal table th{vertical-align:middle}.jsoneditor-modal p:first-child{margin-top:0}.jsoneditor-modal a{color:#3883fa}.jsoneditor-modal .jsoneditor-jmespath-block{margin-bottom:10px}.jsoneditor-modal .pico-close{background:none !important;font-size:24px !important;top:7px !important;right:7px !important;color:#ffffff}.jsoneditor-modal input{padding:4px}.jsoneditor-modal input[type=text]{cursor:inherit}.jsoneditor-modal input[disabled]{background:#d3d3d3;color:#808080}.jsoneditor-modal .jsoneditor-select-wrapper{position:relative;display:inline-block}.jsoneditor-modal .jsoneditor-select-wrapper:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;position:absolute;right:8px;top:14px;pointer-events:none}.jsoneditor-modal select{padding:3px 24px 3px 10px;min-width:180px;max-width:350px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:0;text-overflow:"";font-size:14px;line-height:1.5em}.jsoneditor-modal select::-ms-expand{display:none}.jsoneditor-modal .jsoneditor-button-group input{padding:4px 10px;margin:0;border-radius:0;border-left-style:none}.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left-style:solid}.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last{border-top-right-radius:3px;border-bottom-right-radius:3px}.jsoneditor-modal .jsoneditor-transform-preview{background:#f5f5f5;height:200px}.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error{color:#ee422e}.jsoneditor-modal .jsoneditor-jmespath-wizard{line-height:1.2em;width:100%;padding:0;border-radius:3px}.jsoneditor-modal .jsoneditor-jmespath-label{font-weight:bold;color:dodgerblue;margin-top:20px;margin-bottom:5px}.jsoneditor-modal .jsoneditor-jmespath-wizard-table{width:100%;border-collapse:collapse}.jsoneditor-modal .jsoneditor-jmespath-wizard-label{font-style:italic;margin:4px 0 2px 0}.jsoneditor-modal .jsoneditor-inline{position:relative;display:inline-block;width:100%;padding-top:2px;padding-bottom:2px}.jsoneditor-modal .jsoneditor-inline:not(:last-child){padding-right:2px}.jsoneditor-modal .jsoneditor-jmespath-filter{display:flex;flex-wrap:wrap}.jsoneditor-modal .jsoneditor-jmespath-filter-field{width:180px}.jsoneditor-modal .jsoneditor-jmespath-filter-relation{width:100px}.jsoneditor-modal .jsoneditor-jmespath-filter-value{min-width:180px;flex:1}.jsoneditor-modal .jsoneditor-jmespath-sort-field{width:170px}.jsoneditor-modal .jsoneditor-jmespath-sort-order{width:150px}.jsoneditor-modal .jsoneditor-jmespath-select-fields{width:100%}.jsoneditor-modal .selectr-selected{border-color:#d3d3d3;padding:4px 28px 4px 8px}.jsoneditor-modal .selectr-selected .selectr-tag{background-color:#3883fa;border-radius:5px}.jsoneditor-modal table th,.jsoneditor-modal table td{text-align:left;vertical-align:middle;font-weight:normal;color:#4d4d4d;border-spacing:0;border-collapse:collapse}.jsoneditor-modal select,.jsoneditor-modal textarea,.jsoneditor-modal input,.jsoneditor-modal input[type=text],.jsoneditor-modal input[type=text]:focus,.jsoneditor-modal #query{background:#ffffff;border:1px solid #d3d3d3;color:#4d4d4d;border-radius:3px;padding:4px}.jsoneditor-modal textarea,.jsoneditor-modal #query{border-radius:unset}.jsoneditor-modal,.jsoneditor-modal table td,.jsoneditor-modal table th,.jsoneditor-modal select,.jsoneditor-modal option,.jsoneditor-modal textarea,.jsoneditor-modal input,.jsoneditor-modal input[type=text],.jsoneditor-modal #query{font-size:10.5pt;font-family:arial, sans-serif}.jsoneditor-modal #query,.jsoneditor-modal .jsoneditor-transform-preview{font-family:consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;font-size:14px;width:100%;box-sizing:border-box}.jsoneditor-modal input[type=button],.jsoneditor-modal input[type=submit]{background:#f5f5f5;padding:4px 20px}.jsoneditor-modal select,.jsoneditor-modal input{cursor:pointer}.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc{background:#3883fa;border-color:#3883fa;color:#ffffff}.jsoneditor{color:#1a1a1a;border:thin solid #3883fa;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;position:relative;padding:0;line-height:100%}div.jsoneditor-field,div.jsoneditor-value,a.jsoneditor-value,div.jsoneditor-readonly,div.jsoneditor-default{border:1px solid transparent;min-height:16px;min-width:32px;line-height:16px;padding:2px;margin:1px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-string{color:#006000}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ed0}div.jsoneditor-value.jsoneditor-color-value{color:#1a1a1a}div.jsoneditor-value.jsoneditor-invalid{color:#1a1a1a}div.jsoneditor-readonly{min-width:16px;color:#808080}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor td{vertical-align:top}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:#808080}div.jsoneditor td.jsoneditor-tree{vertical-align:top}div.jsoneditor.busy pre.jsoneditor-preview{background:#f5f5f5;color:#808080}div.jsoneditor.busy div.jsoneditor-busy{display:inherit}div.jsoneditor code.jsoneditor-preview{background:none}div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview{width:100%;height:100%;box-sizing:border-box;overflow:auto;padding:2px;margin:0;white-space:pre-wrap;word-break:break-all}div.jsoneditor-default{color:#808080;padding-left:10px}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto;background:#ffffff}div.jsoneditor-tree button.jsoneditor-button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background-color:transparent;background-image:url(/backoffice/jsoneditor-icons.svg)}div.jsoneditor-tree button.jsoneditor-button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu-button{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:none}div.jsoneditor-tree button.jsoneditor-dragarea{background-image:url(/backoffice/jsoneditor-icons.svg);background-position:-72px -72px;cursor:move}div.jsoneditor-tree *:focus{outline:none}div.jsoneditor-tree div.jsoneditor-show-more{display:inline-block;padding:3px 4px;margin:2px 0;background-color:#e5e5e5;border-radius:3px;color:#808080;font-family:arial, sans-serif;font-size:14px}div.jsoneditor-tree div.jsoneditor-show-more a{display:inline-block;color:#808080}div.jsoneditor-tree div.jsoneditor-color{display:inline-block;width:12px;height:12px;margin:4px;border:1px solid #808080;cursor:pointer}div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly{cursor:inherit}div.jsoneditor-tree div.jsoneditor-date{background:#a1a1a1;color:#ffffff;font-family:arial, sans-serif;border-radius:3px;display:inline-block;padding:3px;margin:0 3px}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%}div.jsoneditor-tree .jsoneditor-button{display:block}div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background-image:url(/backoffice/jsoneditor-icons.svg);background-position:-168px -48px;background-color:transparent}div.jsoneditor-outer{position:static;width:100%;height:100%;margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}div.jsoneditor-outer.has-nav-bar{margin-top:-26px;padding-top:26px}div.jsoneditor-outer.has-nav-bar.has-main-menu-bar{margin-top:-61px;padding-top:61px}div.jsoneditor-outer.has-status-bar{margin-bottom:-26px;padding-bottom:26px}div.jsoneditor-outer.has-main-menu-bar{margin-top:-35px;padding-top:35px}div.jsoneditor-busy{position:absolute;top:15%;left:0;box-sizing:border-box;width:100%;text-align:center;display:none}div.jsoneditor-busy span{background-color:#ffffab;border:1px solid #ffee00;border-radius:3px;padding:5px 15px;box-shadow:0 0 5px rgba(0,0,0,0.4)}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-value.jsoneditor-url,a.jsoneditor-value.jsoneditor-url{color:#006000;text-decoration:underline}a.jsoneditor-value.jsoneditor-url{display:inline-block;padding:2px;margin:2px}a.jsoneditor-value.jsoneditor-url:hover,a.jsoneditor-value.jsoneditor-url:focus{color:#ee422e}div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover,div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-value.jsoneditor-highlight{background-color:#ffffab;border:1px solid #ffee00;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#ffee00;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-object,div.jsoneditor-value.jsoneditor-array{min-width:16px}div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button{background-position:-48px -48px}div.jsoneditor-tree div.jsoneditor-show-more a:hover,div.jsoneditor-tree div.jsoneditor-show-more a:focus{color:#ee422e}textarea.jsoneditor-text,.ace-jsoneditor{min-height:150px}textarea.jsoneditor-text.ace_editor,.ace-jsoneditor.ace_editor{font-family:consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace}textarea.jsoneditor-text{width:100%;height:100%;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;outline-width:0;border:none;background-color:#ffffff;resize:none}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#d3d3d3}tr.jsoneditor-selected button.jsoneditor-dragarea,tr.jsoneditor-selected button.jsoneditor-contextmenu-button{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea:hover,div.jsoneditor-tree button.jsoneditor-dragarea:focus,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor tr,div.jsoneditor th,div.jsoneditor td{padding:0;margin:0}div.jsoneditor-field,div.jsoneditor-value,div.jsoneditor td,div.jsoneditor th,div.jsoneditor textarea,pre.jsoneditor-preview,.jsoneditor-schema-error,.jsoneditor-popover{font-family:consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;font-size:14px;color:#1a1a1a}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}.jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.4);color:#ffffff;padding:7px 10px;position:absolute;cursor:auto;width:200px}.jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}.jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}.jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:"";top:19px;right:-14px;left:inherit;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;border-top:7px solid transparent;border-bottom:7px solid transparent;content:"";top:19px;left:-14px;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:"";display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-text-errors tr.jump-to-line:hover{text-decoration:underline;cursor:pointer}.jsoneditor-schema-error:hover .jsoneditor-popover,.jsoneditor-schema-error:focus .jsoneditor-popover{display:block;animation:fade-in 0.3s linear 1, move-up 0.3s linear 1}@keyframes fade-in{from{opacity:0}to{opacity:1}}.jsoneditor .jsoneditor-validation-errors-container{max-height:130px;overflow-y:auto}.jsoneditor .jsoneditor-validation-errors{width:100%;overflow:hidden}.jsoneditor .jsoneditor-additional-errors{position:absolute;margin:auto;bottom:31px;left:calc(50% - 92px);color:#808080;background-color:#ebebeb;padding:7px 15px;border-radius:8px}.jsoneditor .jsoneditor-additional-errors.visible{visibility:visible;opacity:1;transition:opacity 2s linear}.jsoneditor .jsoneditor-additional-errors.hidden{visibility:hidden;opacity:0;transition:visibility 0s 2s, opacity 2s linear}.jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;border-top:1px solid #ffc700}.jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}.jsoneditor .jsoneditor-text-errors td pre{margin:0;white-space:pre-wrap}.jsoneditor .jsoneditor-text-errors tr{background-color:#ffffab}.jsoneditor .jsoneditor-text-errors tr.parse-error{background-color:rgba(238,46,46,0.439216)}.jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;cursor:pointer}.jsoneditor-text-errors tr .jsoneditor-schema-error{background-image:url(/backoffice/jsoneditor-icons.svg);background-position:-168px -48px;background-color:transparent}.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error{background-image:url(/backoffice/jsoneditor-icons.svg);background-position:-25px 0px;background-color:transparent}.jsoneditor-anchor{cursor:pointer}.jsoneditor-anchor .picker_wrapper.popup.popup_bottom{top:28px;left:-10px}.fadein{-webkit-animation:fadein 0.3s;animation:fadein 0.3s;-moz-animation:fadein 0.3s;-o-animation:fadein 0.3s}@keyframes fadein{0%{opacity:0}100%{opacity:1}}.jsoneditor-modal input[type=search].selectr-input{border:1px solid #d3d3d3;width:calc(100% - 4px);margin:2px;padding:4px;box-sizing:border-box}.jsoneditor-modal button.selectr-input-clear{right:8px}.jsoneditor-menu{width:100%;height:35px;padding:2px;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#ffffff;background-color:#3883fa;border-bottom:1px solid #3883fa}.jsoneditor-menu>button,.jsoneditor-menu>.jsoneditor-modes>button{width:26px;height:26px;margin:2px;padding:0;border-radius:2px;border:1px solid transparent;background-color:transparent;background-image:url(/backoffice/jsoneditor-icons.svg);color:#ffffff;opacity:0.8;font-family:arial, sans-serif;font-size:14px;float:left}.jsoneditor-menu>button:hover,.jsoneditor-menu>.jsoneditor-modes>button:hover{background-color:rgba(255,255,255,0.2);border:1px solid rgba(255,255,255,0.4)}.jsoneditor-menu>button:focus,.jsoneditor-menu>button:active,.jsoneditor-menu>.jsoneditor-modes>button:focus,.jsoneditor-menu>.jsoneditor-modes>button:active{background-color:rgba(255,255,255,0.3)}.jsoneditor-menu>button:disabled,.jsoneditor-menu>.jsoneditor-modes>button:disabled{opacity:0.5;background-color:transparent;border:none}.jsoneditor-menu>button.jsoneditor-collapse-all{background-position:0 -96px}.jsoneditor-menu>button.jsoneditor-expand-all{background-position:0 -120px}.jsoneditor-menu>button.jsoneditor-sort{background-position:-120px -96px}.jsoneditor-menu>button.jsoneditor-transform{background-position:-144px -96px}.jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-sort,.jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-sort,.jsoneditor.jsoneditor-mode-view>.jsoneditor-menu>button.jsoneditor-transform,.jsoneditor.jsoneditor-mode-form>.jsoneditor-menu>button.jsoneditor-transform{display:none}.jsoneditor-menu>button.jsoneditor-undo{background-position:-24px -96px}.jsoneditor-menu>button.jsoneditor-undo:disabled{background-position:-24px -120px}.jsoneditor-menu>button.jsoneditor-redo{background-position:-48px -96px}.jsoneditor-menu>button.jsoneditor-redo:disabled{background-position:-48px -120px}.jsoneditor-menu>button.jsoneditor-compact{background-position:-72px -96px}.jsoneditor-menu>button.jsoneditor-format{background-position:-72px -120px}.jsoneditor-menu>button.jsoneditor-repair{background-position:-96px -96px}.jsoneditor-menu>.jsoneditor-modes{display:inline-block;float:left}.jsoneditor-menu>.jsoneditor-modes>button{background-image:none;width:auto;padding-left:6px;padding-right:6px}.jsoneditor-menu>button.jsoneditor-separator,.jsoneditor-menu>.jsoneditor-modes>button.jsoneditor-separator{margin-left:10px}.jsoneditor-menu a{font-family:arial, sans-serif;font-size:14px;color:#ffffff;opacity:0.8;vertical-align:middle}.jsoneditor-menu a:hover{opacity:1}.jsoneditor-menu a.jsoneditor-poweredBy{font-size:8pt;position:absolute;right:0;top:0;padding:10px}.jsoneditor-navigation-bar{width:100%;height:26px;line-height:26px;padding:0;margin:0;border-bottom:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#808080;background-color:#ebebeb;overflow:hidden;font-family:arial, sans-serif;font-size:14px}.jsoneditor-search{font-family:arial, sans-serif;position:absolute;right:4px;top:4px;border-collapse:collapse;border-spacing:0;display:flex}.jsoneditor-search input{color:#1a1a1a;width:120px;border:none;outline:none;margin:1px;line-height:20px;font-family:arial, sans-serif}.jsoneditor-search button{width:16px;height:24px;padding:0;margin:0;border:none;background:url(/backoffice/jsoneditor-icons.svg);vertical-align:top}.jsoneditor-search button:hover{background-color:transparent}.jsoneditor-search button.jsoneditor-refresh{width:18px;background-position:-99px -73px}.jsoneditor-search button.jsoneditor-next{cursor:pointer;background-position:-124px -73px}.jsoneditor-search button.jsoneditor-next:hover{background-position:-124px -49px}.jsoneditor-search button.jsoneditor-previous{cursor:pointer;background-position:-148px -73px;margin-right:2px}.jsoneditor-search button.jsoneditor-previous:hover{background-position:-148px -49px}.jsoneditor-results{font-family:arial, sans-serif;color:#ffffff;padding-right:5px;line-height:26px}.jsoneditor-frame{border:1px solid transparent;background-color:#ffffff;padding:0 2px;margin:0}.jsoneditor-statusbar{line-height:26px;height:26px;color:#808080;background-color:#ebebeb;border-top:1px solid #d3d3d3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px}.jsoneditor-statusbar>.jsoneditor-curserinfo-val{margin-right:12px}.jsoneditor-statusbar>.jsoneditor-curserinfo-count{margin-left:4px}.jsoneditor-statusbar>.jsoneditor-validation-error-icon{float:right;width:24px;height:24px;padding:0;margin-top:1px;background-image:url(/backoffice/jsoneditor-icons.svg);background-position:-168px -48px;cursor:pointer}.jsoneditor-statusbar>.jsoneditor-validation-error-count{float:right;margin:0 4px 0 0;cursor:pointer}.jsoneditor-statusbar>.jsoneditor-parse-error-icon{float:right;width:24px;height:24px;padding:0;margin:1px;background-image:url(/backoffice/jsoneditor-icons.svg);background-position:-25px 0px}.jsoneditor-statusbar .jsoneditor-array-info a{color:inherit}div.jsoneditor-statusbar>.jsoneditor-curserinfo-label,div.jsoneditor-statusbar>.jsoneditor-size-info{margin:0 4px}.jsoneditor-treepath{padding:0 5px;overflow:hidden;white-space:nowrap;outline:none}.jsoneditor-treepath.show-all{word-wrap:break-word;white-space:normal;position:absolute;background-color:#ebebeb;z-index:1;box-shadow:2px 2px 12px rgba(128,128,128,0.3)}.jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn{display:none}.jsoneditor-treepath div.jsoneditor-contextmenu-root{position:absolute;left:0}.jsoneditor-treepath .jsoneditor-treepath-show-all-btn{position:absolute;background-color:#ebebeb;left:0;height:20px;padding:0 3px;cursor:pointer}.jsoneditor-treepath .jsoneditor-treepath-element{margin:1px;font-family:arial, sans-serif;font-size:14px}.jsoneditor-treepath .jsoneditor-treepath-seperator{margin:2px;font-size:9pt;font-family:arial, sans-serif}.jsoneditor-treepath span.jsoneditor-treepath-element:hover,.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover{cursor:pointer;text-decoration:underline}/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */.selectr-container{position:relative}.selectr-container li{list-style:none}.selectr-hidden{position:absolute;overflow:hidden;clip:rect(0px, 0px, 0px, 0px);width:1px;height:1px;margin:-1px;padding:0;border:0 none}.selectr-visible{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:11}.selectr-desktop.multiple .selectr-visible{display:none}.selectr-desktop.multiple.native-open .selectr-visible{top:100%;min-height:200px !important;height:auto;opacity:1;display:block}.selectr-container.multiple.selectr-mobile .selectr-selected{z-index:0}.selectr-selected{position:relative;z-index:1;box-sizing:border-box;width:100%;padding:7px 28px 7px 14px;cursor:pointer;border:1px solid #999999;border-radius:3px;background-color:#ffffff}.selectr-selected::before{position:absolute;top:50%;right:10px;width:0;height:0;content:"";-o-transform:rotate(0deg) translate3d(0px, -50%, 0px);-ms-transform:rotate(0deg) translate3d(0px, -50%, 0px);-moz-transform:rotate(0deg) translate3d(0px, -50%, 0px);-webkit-transform:rotate(0deg) translate3d(0px, -50%, 0px);transform:rotate(0deg) translate3d(0px, -50%, 0px);border-width:4px 4px 0 4px;border-style:solid;border-color:#6c7a86 transparent transparent}.selectr-container.open .selectr-selected::before,.selectr-container.native-open .selectr-selected::before{border-width:0 4px 4px 4px;border-style:solid;border-color:transparent transparent #6c7a86}.selectr-label{display:none;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.selectr-placeholder{color:#6c7a86}.selectr-tags{margin:0;padding:0;white-space:normal}.has-selected .selectr-tags{margin:0 0 -2px}.selectr-tag{list-style:none;position:relative;float:left;padding:2px 25px 2px 8px;margin:0 2px 2px 0;cursor:default;color:#ffffff;border:medium none;border-radius:10px;background:#acb7bf none repeat scroll 0 0}.selectr-container.multiple.has-selected .selectr-selected{padding:5px 28px 5px 5px}.selectr-options-container{position:absolute;z-index:10000;top:calc(100% - 1px);left:0;display:none;box-sizing:border-box;width:100%;border-width:0 1px 1px;border-style:solid;border-color:transparent #999999 #999999;border-radius:0 0 3px 3px;background-color:#ffffff}.selectr-container.open .selectr-options-container{display:block}.selectr-input-container{position:relative;display:none}.selectr-clear,.selectr-input-clear,.selectr-tag-remove{position:absolute;top:50%;right:22px;width:20px;height:20px;padding:0;cursor:pointer;-o-transform:translate3d(0px, -50%, 0px);-ms-transform:translate3d(0px, -50%, 0px);-moz-transform:translate3d(0px, -50%, 0px);-webkit-transform:translate3d(0px, -50%, 0px);transform:translate3d(0px, -50%, 0px);border:medium none;background-color:transparent;z-index:11}.selectr-clear,.selectr-input-clear{display:none}.selectr-container.has-selected .selectr-clear,.selectr-input-container.active .selectr-input-clear{display:block}.selectr-selected .selectr-tag-remove{right:2px}.selectr-clear::before,.selectr-clear::after,.selectr-input-clear::before,.selectr-input-clear::after,.selectr-tag-remove::before,.selectr-tag-remove::after{position:absolute;top:5px;left:9px;width:2px;height:10px;content:" ";background-color:#6c7a86}.selectr-tag-remove::before,.selectr-tag-remove::after{top:4px;width:3px;height:12px;background-color:#ffffff}.selectr-clear:before,.selectr-input-clear::before,.selectr-tag-remove::before{-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.selectr-clear:after,.selectr-input-clear::after,.selectr-tag-remove::after{-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.selectr-input-container.active,.selectr-input-container.active .selectr-clear{display:block}.selectr-input{top:5px;left:5px;box-sizing:border-box;width:calc(100% - 30px);margin:10px 15px;padding:7px 30px 7px 9px;border:1px solid #999999;border-radius:3px}.selectr-notice{display:none;box-sizing:border-box;width:100%;padding:8px 16px;border-top:1px solid #999999;border-radius:0 0 3px 3px;background-color:#ffffff}.selectr-container.notice .selectr-notice{display:block}.selectr-container.notice .selectr-selected{border-radius:3px 3px 0 0}.selectr-options{position:relative;top:calc(100% + 2px);display:none;overflow-x:auto;overflow-y:scroll;max-height:200px;margin:0;padding:0}.selectr-container.open .selectr-options,.selectr-container.open .selectr-input-container,.selectr-container.notice .selectr-options-container{display:block}.selectr-option{position:relative;display:block;padding:5px 20px;list-style:outside none none;cursor:pointer;font-weight:normal}.selectr-options.optgroups>.selectr-option{padding-left:25px}.selectr-optgroup{font-weight:bold;padding:0}.selectr-optgroup--label{font-weight:bold;margin-top:10px;padding:5px 15px}.selectr-match{text-decoration:underline}.selectr-option.selected{background-color:#ddd}.selectr-option.active{color:#ffffff;background-color:#5897fb}.selectr-option.disabled{opacity:0.4}.selectr-option.excluded{display:none}.selectr-container.open .selectr-selected{border-color:#999999 #999999 transparent #999999;border-radius:3px 3px 0 0}.selectr-container.open .selectr-selected::after{-o-transform:rotate(180deg) translate3d(0px, 50%, 0px);-ms-transform:rotate(180deg) translate3d(0px, 50%, 0px);-moz-transform:rotate(180deg) translate3d(0px, 50%, 0px);-webkit-transform:rotate(180deg) translate3d(0px, 50%, 0px);transform:rotate(180deg) translate3d(0px, 50%, 0px)}.selectr-disabled{opacity:0.6}.selectr-empty,.has-selected .selectr-placeholder{display:none}.has-selected .selectr-label{display:block}.taggable .selectr-selected{padding:4px 28px 4px 4px}.taggable .selectr-selected::after{display:table;content:" ";clear:both}.taggable .selectr-label{width:auto}.taggable .selectr-tags{float:left;display:block}.taggable .selectr-placeholder{display:none}.input-tag{float:left;min-width:90px;width:auto}.selectr-tag-input{border:medium none;padding:3px 10px;width:100%;font-family:inherit;font-weight:inherit;font-size:inherit}.selectr-input-container.loading::after{position:absolute;top:50%;right:20px;width:20px;height:20px;content:"";-o-transform:translate3d(0px, -50%, 0px);-ms-transform:translate3d(0px, -50%, 0px);-moz-transform:translate3d(0px, -50%, 0px);-webkit-transform:translate3d(0px, -50%, 0px);transform:translate3d(0px, -50%, 0px);-o-transform-origin:50% 0 0;-ms-transform-origin:50% 0 0;-moz-transform-origin:50% 0 0;-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-moz-animation:500ms linear 0s normal forwards infinite running selectr-spin;-webkit-animation:500ms linear 0s normal forwards infinite running selectr-spin;animation:500ms linear 0s normal forwards infinite running selectr-spin;border-width:3px;border-style:solid;border-color:#aaa #ddd #ddd;border-radius:50%}@-webkit-keyframes selectr-spin{0%{-webkit-transform:rotate(0deg) translate3d(0px, -50%, 0px);transform:rotate(0deg) translate3d(0px, -50%, 0px)}100%{-webkit-transform:rotate(360deg) translate3d(0px, -50%, 0px);transform:rotate(360deg) translate3d(0px, -50%, 0px)}}@keyframes selectr-spin{0%{-webkit-transform:rotate(0deg) translate3d(0px, -50%, 0px);transform:rotate(0deg) translate3d(0px, -50%, 0px)}100%{-webkit-transform:rotate(360deg) translate3d(0px, -50%, 0px);transform:rotate(360deg) translate3d(0px, -50%, 0px)}}.selectr-container.open.inverted .selectr-selected{border-color:transparent #999999 #999999;border-radius:0 0 3px 3px}.selectr-container.inverted .selectr-options-container{border-width:1px 1px 0;border-color:#999999 #999999 transparent;border-radius:3px 3px 0 0;background-color:#ffffff}.selectr-container.inverted .selectr-options-container{top:auto;bottom:calc(100% - 1px)}.selectr-container ::-webkit-input-placeholder{color:#6c7a86;opacity:1}.selectr-container ::-moz-placeholder{color:#6c7a86;opacity:1}.selectr-container :-ms-input-placeholder{color:#6c7a86;opacity:1}.selectr-container ::placeholder{color:#6c7a86;opacity:1}

.brand__settings{padding-top:10px}.leftBlock{width:200px}.panel{border-bottom:none}

.saveSettingsForm{padding:0 10px 10px;width:100%}.saveSettingsForm__label{margin-top:10px;font-size:14px}

.jsonEditorDescriptor{width:300px;min-height:200px;position:fixed;bottom:5px;right:5px;box-shadow:0 3px 8px 1px #858585;border-radius:3px;background:#fff;animation:jsonEditorDescriptorAppearance 0.2s ease forwards}.jsonEditorDescriptor__header{height:40px;border-bottom:1px solid rgba(0,0,0,0.05);padding:2px;background:rgba(0,0,0,0.05);display:flex;align-items:center;justify-content:space-between}.jsonEditorDescriptor__headerTitle{font-size:14px;opacity:0.9;font-weight:bold;padding:0 8px;color:#434d51}.jsonEditorDescriptor__headerCloseButton{height:100%;padding:0 8px;border:none;cursor:pointer;background:none;border-radius:3px}.jsonEditorDescriptor__headerCloseButton svg{fill:#48575e;width:18px;height:18px;opacity:0.8}.jsonEditorDescriptor__headerCloseButton:hover{background:rgba(0,0,0,0.07)}.jsonEditorDescriptor__headerCloseButton:hover svg{opacity:1;fill:black}.jsonEditorDescriptor__body{padding:10px;overflow:auto;max-height:350px}.jsonEditorDescriptor__bodyFieldName{font-size:16px;opacity:0.9;font-weight:bold;color:#434d51}.jsonEditorDescriptor__bodyDescription{font-size:12px;opacity:0.9;color:#434d51}@keyframes jsonEditorDescriptorAppearance{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}

.design{display:flex;gap:10px;padding:10px}.design__item{border:1px solid var(--transparent-secondary);border-radius:2px;padding:4px}.design__image{width:100%;height:260px;margin-bottom:5px}.design__image img{width:100%;height:100%;object-fit:cover}.design__col{display:flex;flex-direction:column;-ms-flex-preferred-size:20%;flex-basis:20%;max-width:20%;gap:10px}.design__col .sbxFormField__inputFile{max-width:282px}

.tracing .sbxTable__header{border-top:none}.tracing__idCheckbox .sbxFormField{margin:0}.tracing__status{display:inline-flex;min-width:80px}.tracing__deviceIcon{max-width:20px;max-height:20px;fill:#7f858c}.tracing__deviceIcon svg{width:100%;height:100%}.tracing__data{display:flex;max-width:600px;max-height:18px;overflow:hidden;justify-content:flex-start;text-align:left;white-space:normal}.tracing__data-open{max-height:100%}.tracing__arrowIcon{width:20px}.tracing__arrowIcon-up{transform:rotate(180deg)}.tracing__registeredDate{color:#698390}.tracing__login{display:flex;align-items:center}.tracing__defaultAvatar{display:inline-block;margin-right:8px;width:22px;height:22px;border-radius:6px}.tracing__customActionIcon{fill:#7f858c;width:13px}

.flagDistributor__flag{display:flex;justify-content:center;align-items:center;width:100%;height:100%}

.traceExportForm{width:100%;padding:10px 10px 10px}.traceExportForm .sbxFormField{position:static}.traceExportForm__body{max-width:280px;display:flex;flex-wrap:wrap}.traceExportForm__body :nth-child(ODD){flex:0 0 50%}.traceExportForm__body :nth-child(EVEN){flex:0 0 50%}.traceExportForm__submitButtonWrapper{width:100%;display:flex;justify-content:center}.traceExportForm__messageWindow{display:flex;flex-direction:column;justify-content:center;align-items:center}.traceExportForm__messageWindowTitle{margin-bottom:10px;font-size:14px;text-align:center}.traceExportForm__messageWindowTitle-success p{display:block;color:#26b276}.traceExportForm__messageWindowTitle-failed p{display:block;color:#f73e4a}


.brandsInfo{width:100%;height:calc(100vh - 65px);background:#ebeff3;display:flex;flex-direction:column;padding:10px;gap:10px}.brandsInfo__body{display:grid;gap:10px}.brandsInfo__InfoRow{border-radius:3px;background-color:#fff;display:grid;grid-template-columns:270px 1fr 1fr 1fr 1fr;gap:10px;padding:10px}.brandsInfo__Infoitem{display:flex;flex-direction:column;padding:5px;border-radius:3px;border:1px solid var(--transparent-secondary)}.brandsInfo__connectionsRow{border-radius:3px;background-color:#fff;display:grid;grid-template-columns:270px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:10px;padding:10px}.brandsInfo__connectionsItem{display:flex;justify-content:space-between;align-items:center;padding:5px;border-radius:3px;border:1px solid var(--transparent-secondary);min-height:40px}.brandsInfo__label{font-size:14px}.brandsInfo__field{display:flex;flex-direction:column;text-overflow:ellipsis;overflow:hidden;word-break:break-all}.brandsInfo__icon svg{width:16px;height:16px}.brandsInfo__icon_success svg{fill:var(--green)}.brandsInfo__icon_danger svg{fill:var(--red)}.brandsInfo__userMap{width:100%;height:100%;border-radius:3px;overflow:hidden;background-color:#fff;display:grid;grid-template-columns:1fr 5fr;padding:10px;gap:10px}.brandsInfo__userMap svg{width:100%;height:100%;object-fit:contain}.brandsInfo__mapInfo{padding:5px;border-radius:3px;border:1px solid var(--transparent-secondary)}

.brandsApplications{width:100%;font-size:12px}.brandsApplication__toolBar{display:flex;margin-bottom:10px}.brandsApplications__status{height:100%}.brandsApplications__status span{display:inline-block;border:1px solid #e6eaef;color:black;padding:10px}.brandsApplications__status :nth-child(2){border-left:0}.brandsApplication__buildBtn{display:flex;align-items:center;margin-left:10px}.brandsApplication__buildBtn-disabled{cursor:default;background:#e6eaef}.brandsApplications__header{color:#787b86;display:flex;border-top:1px solid #e6eaef;border-bottom:1px solid #e6eaef}.brandsApplications__header :nth-child(1){width:10%;border-right:1px solid #e6eaef;text-align:center}.brandsApplications__header :nth-child(2){width:50%;border-right:1px solid #e6eaef;text-align:center}.brandsApplications__header :nth-child(3){width:10%;border-right:1px solid #e6eaef;text-align:center}.brandsApplications__header :nth-child(4){width:30%;text-align:end}.brandsApplications__headerItem{padding:15px 0}.brandsApplication__infoMessage{font-size:14px;margin-left:10px;display:flex;align-items:flex-end}.brandsApplication__infoMessage-error{color:#dc3545}.brandsApplications__body :nth-child(1){border-top:none}

.applicationBuildForm{width:100%;padding-top:10px}.applicationBuildForm .sbxFormField{position:static}.applicationBuildForm__body{max-width:280px}.applicationBuildForm__platformsLabel{margin:10px 0 5px 0}.applicationBuildForm__platformsErrorMessage{color:#dc3545;font-size:80%;font-weight:500}.applicationBuildForm__submitButtonWrapper{width:100%;display:flex;justify-content:center}

.applicationsBodyItem{width:100%;padding:12px 0;border-top:1px solid #e6eaef;display:flex;align-items:center}.applicationsBodyItem :nth-child(1){width:10%;text-align:center}.applicationsBodyItem :nth-child(2){width:50%;text-align:center}.applicationsBodyItem :nth-child(3){width:10%;text-align:center}.applicationsBodyItem :nth-child(4){width:30%;text-align:end;display:flex;justify-content:end}.applicationsBodyItem :nth-child(4) :nth-child(1){width:30%}.applicationsBodyItem__cell{display:flex;justify-content:center}.applicationsBodyItem__btn{padding:4px 0;margin-left:5px;color:white;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:2px}.applicationsBodyItem__btn:hover{color:white}.applicationsBodyItem__btn-download{background:#26b276}.applicationsBodyItem__btn-build{background:#2962ff}.applicationsBodyItem__btn-disabled{cursor:default;background:#e6eaef}

.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{box-sizing:border-box;height:100%;display:flex;flex-direction:column;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:bold;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;user-select:text}.rbc-row-content{position:relative;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:flex;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;box-sizing:border-box;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px 0px rgba(51,51,51,0.5)}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px 1px}.rbc-selected-cell{background-color:rgba(0,0,0,0.1)}.rbc-show-more{background-color:rgba(255,255,255,0.3);z-index:4;font-weight:bold;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:flex;flex-direction:column;flex:1 0 0;width:100%;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;position:relative;flex-direction:column;flex:1 0 0;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:bold}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex-direction:row;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.25);padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px -10px;padding:2px 10px}.rbc-agenda-view{display:flex;flex-direction:column;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:' \BB'}.rbc-agenda-time-cell .rbc-continues-prior:before{content:'\AB   '}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:flex;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:flex;max-height:100%;min-height:20px;flex-flow:column wrap;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:0.75}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:white;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;flex:1 0 0;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;flex:1 1 0;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:bold}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:rgba(0,0,0,0.5);color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:flex;flex-direction:column;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{flex:1;display:flex;min-width:0;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{display:flex;flex:1 0 0%;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:flex;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.events{width:100%;height:100%;padding:12px}.events__header{height:30px;display:flex;justify-content:space-between;margin-bottom:10px}.events__body{width:100%;height:calc(100%);position:relative}.events__body .rbc-toolbar-label{font-size:16px}.events__body .rbc-btn-group{display:flex;gap:10px}.events__body .rbc-btn-group button{cursor:pointer;display:flex;justify-content:center;align-items:center;min-height:30px;min-width:90px;border-radius:3px !important;border:1px solid rgba(0,0,0,0.1);text-transform:uppercase;font-size:12px}.events__body .rbc-btn-group button:hover{box-shadow:none;background:none}.events__body .rbc-btn-group .rbc-active{background:var(--sbx-table-primary) !important;color:#fff !important;box-shadow:none;border:none}.events__customBtnGroup{position:absolute;top:0;left:300px}.events__customBtnGroup button{cursor:pointer;display:flex;justify-content:center;align-items:center;min-height:30px;min-width:90px;border-radius:3px;text-transform:uppercase;font-size:12px;background-color:var(--sbx-table-primary);color:#fff}


.manifest{padding-top:10px}.leftBlock{width:200px}.panel{border-bottom:none}

.saveManifestForm{padding:0 10px 10px;width:100%}.saveManifestForm__label{margin-top:10px;font-size:14px}


.saveCredentialsForm{padding:0 10px 10px;width:100%}.saveCredentialsForm__label{margin-top:10px;font-size:14px}

.synchronizationForm{width:100%;padding-top:10px}.synchronizationForm__body{max-width:280px}

.noticeSendForm{width:100%;padding-top:10px}.noticeSendForm textarea{resize:none}

.sbx-editor{padding:0.5rem;border:1px solid #eeeeee;height:550px;display:block;overflow-y:auto}.sbx-editor ol{margin-left:12px}.sbx-editor ul{margin-left:12px}.sbx-editor table{margin-top:0.5rem;margin-bottom:0.5rem;width:100%;color:var(--app-color)}.sbx-editor table td,.sbx-editor table th{border:1px solid var(--app-border-active);padding:1rem}.tool-btn,.tool-select{background:transparent;color:#434d51;border:1px solid #eeeeee;height:32px;width:32px;display:flex;align-items:center;justify-content:center}.tool-btn svg,.tool-select svg{height:20px;width:20px;cursor:pointer}.sbx-editor-wrap{width:100%;display:flex;flex:1;flex-direction:column}.sbx-editor-wrap ul li{list-style-type:disc}.sbx-editor__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.sbx-editor__custom-link{cursor:pointer;color:#2962ff}.sbx-editor__dropdown{box-shadow:0 0 5px #7a7a7a}.sbx-editor__link-dropdown{padding:5px;background:#fff}.sbx-editor__font-tool{text-overflow:ellipsis;overflow:hidden}.sbx-editor__font-tool-option{font-size:16px}

.table-field-size-selector{margin:2px;display:flex;flex-direction:column}.table-field-size-selector__row{display:flex;margin-bottom:2px}.table-field-size-selector__col{cursor:pointer;margin:2px;width:15px;height:15px;border:1px solid #bebebe;background:#eeeeee}.table-field-size-selector__alotted-col{border:1px solid #2962ff;background:#8ff2ff}.table-field-size-selector__counter{display:flex;justify-content:center;align-items:center}.table-field-size-selector__counter span{font-size:14px}.table-field-size-selector__counter p{margin:0 10px 0 10px}

.image-inserter{padding:5px}.image-inserter .sbxFormField{width:200px}

.color-changer{padding:10px;display:flex;flex-direction:column}.color-changer__field{display:flex;flex-wrap:wrap;max-width:220px}.color-changer__field-item{cursor:pointer;margin-right:2px;margin-bottom:2px;width:20px;height:20px;border:1px solid #eeeeee;border-radius:50%}

.tableImage img{height:36px;width:36px}

.ideasList__status{display:inline-flex;min-width:80px}.ideasList__dropdown{display:block;padding:5px}.ideasList__dropdown .sbxFormField__datePicker{top:-127px !important;left:-329px !important}.ideasList__dropdown-submit-button{display:flex;align-items:center;justify-content:center;margin-bottom:5px}.actionAprooved{fill:#26b276}.ideasList__registeredDate{color:#698390}.ideasList__badgeList{display:flex;flex-direction:column;gap:4px;font-size:10px}.ideasList__category{font-size:10px}.ideasList__langWrap{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.ideasList__lang{position:relative;min-width:30px;min-height:30px;max-width:30px;max-height:30px;overflow:hidden;border-radius:4px;border:1px solid #e9e9e9;display:flex;justify-content:center;align-items:center}.ideasList__lang p{font-size:14px;font-weight:600;color:black;text-transform:uppercase}.ideasList__langBackground{position:absolute;top:0;left:0;opacity:0.2;min-width:30px;min-height:30px;max-width:30px;max-height:30px}.ideasList__langBackground img{min-width:30px;min-height:30px;max-width:30px;max-height:30px;object-fit:cover}

.ideassView{border:1px solid var(--transparent-secondary)}.ideasView__main{flex:1;width:100%;height:100vh;position:relative;display:flex}.ideasView__main>.btn{position:sticky;bottom:0;margin-top:10px;z-index:10}.ideasView__sidebar{overflow-y:auto;padding:0.5rem 0;min-width:25vw;max-width:25vw;border-right:1px solid var(--transparent-secondary)}.ideasView__sidebar textarea{resize:none;min-width:100%;min-height:200px}.ideasView__sidebar img{width:100%;height:200px}.ideasView__sidebar .form-form__fieldset{display:flex;flex-direction:column;justify-content:space-between}.ideasView__editor{padding:0.5rem;min-width:70vw;max-width:70vw;display:flex;flex-direction:column;justify-content:space-between}.ideasView__editor .sbx-editor{height:45vh}

.settings{padding-top:10px}

.saveSettingsForm{padding:0 10px 10px;width:100%}.saveSettingsForm__label{margin-top:10px;font-size:14px}.saveSettingsForm__submitButtonWrapper{margin-top:10px;width:100%;display:flex;justify-content:space-evenly}

.newsWrapper{display:flex;flex-direction:column;background:#fff;width:100%;box-shadow:0 1px 3px 0 rgba(24,50,71,0.1),0 0 0 1px rgba(24,50,71,0.05)}.newsWrapper .nav{border:0}.sbx-editor-wrap{max-height:250px}.sbx-editor-wrap .tool-select{cursor:pointer;color:#434d51;min-width:120px;font-size:16px;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 1460px){.sbx-editor-wrap .tool-select{min-width:100px}}@media screen and (max-width: 1400px){.sbx-editor-wrap .tool-select{min-width:0}}.news__header{min-height:57px;padding:10px;display:flex;column-gap:25px}.news__navItem{cursor:pointer;height:100%;display:flex;align-items:center;text-transform:uppercase;opacity:0.3;transition:all 0.3s ease}.news__navItem svg{margin-right:3px;height:20px;width:20px;fill:none}.news__navItem:hover{opacity:1}.news__navItem_active{opacity:1}

.newsList__status{display:inline-flex;min-width:80px}.newsList__dropdown{display:block}.newsList__dropdown .sbxFormField__datePicker{top:-127px !important;left:-329px !important}.newsList__dropdown-submit-button{margin-bottom:5px;display:flex;justify-content:center}.actionAprooved{fill:#26b276}.newsList__registeredDate{display:flex;align-items:center;color:#698390}.newsList__calendarIcon{margin-right:5px}.newsList__country{min-width:80px;max-width:80px;display:flex;flex-direction:column;align-items:center}.newsList__country span{text-align:center}.newsList__badgeList{display:flex;flex-direction:column;gap:4px;font-size:10px;max-height:100px;overflow-y:auto}.newsList__category{font-size:10px}.newsList__langWrap{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.newsList__lang{position:relative;min-width:30px;min-height:30px;max-width:30px;max-height:30px;overflow:hidden;border-radius:4px;border:1px solid #e9e9e9;display:flex;justify-content:center;align-items:center}.newsList__lang p{font-size:14px;font-weight:600;color:black;text-transform:uppercase}.newsList__langBackground{position:absolute;top:0;left:0;opacity:0.2;min-width:30px;min-height:30px;max-width:30px;max-height:30px}.newsList__langBackground img{min-width:30px;min-height:30px;max-width:30px;max-height:30px;object-fit:cover}

.newsView{border:1px solid var(--transparent-secondary)}.newsView__main{flex:1;height:calc(100vh - 59px);width:100%;position:relative;display:flex}.newsView__main>.btn{position:sticky;bottom:0;margin-top:10px;z-index:10}.newsView__sidebar{overflow-y:auto;padding:0.5rem 0;width:35vw;border-right:1px solid var(--transparent-secondary)}.newsView__sidebar textarea{resize:none;min-width:100%;min-height:120px;max-height:120px}.newsView__sidebar img{padding:0.5rem;width:100%;height:200px}.newsView__sidebar .form-form__fieldset{display:flex;flex-direction:column;justify-content:space-between}.newsView__mainTitle{padding-bottom:0.5rem;margin-bottom:0.5rem;border-bottom:1px solid var(--transparent-secondary)}.newsView__mainTitle a{color:var(--light-denim-blue)}.newsView__mainField{flex:0 1 100%;display:flex;flex-direction:column}.newsView__editor{overflow-y:auto;padding:0.5rem;display:flex;flex-direction:column;justify-content:space-between}.newsView__editor .sbx-editor{height:100%}.newsView__assetsWrapper{display:flex;flex-wrap:wrap;padding:0 0.5rem 0.5rem}.newsView__assetsAddButton{align-self:flex-end;margin:auto 0;width:24px;height:24px;cursor:pointer}.newsView__assetsNoData{display:flex;align-items:center;margin-left:5px;animation:assetsNoDataFlicker 2s linear infinite}.newsView__img{max-width:40%}.newsView__category{display:flex;gap:4px;margin-bottom:0.5rem}.newsView__category p{color:var(--app-color)}@keyframes assetsNoDataFlicker{0%{opacity:0.2}50%{opacity:1}100%{opacity:0.2}}

.newsView__assetsBarWrapper{flex:0 0 31.5%;margin-right:10px;margin-bottom:10px;position:relative;padding:10px;border:1px solid #eeeeee}.newsView__assetsBarCloseButton{position:absolute;width:30px;height:30px;top:5px;right:-10px;cursor:pointer}

.generateImage{position:relative}.generateImage__imageWrapper_loading{filter:blur(10px)}.generateImage__generateIcon{cursor:pointer;position:absolute;top:5px;right:5px;width:25px;height:25px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0.4;transition:all 0.3s ease}.generateImage__generateIcon svg{width:15px;height:15px}.generateImage__generateIcon:hover{opacity:1;transform:scale(1.2)}.generateImage__generateIcon:hover svg{fill:#e02985}.generateImage__loading{background-color:rgba(255,255,255,0.1);border-radius:50%;position:absolute;top:40%;left:45%;width:50px;height:50px;z-index:3}.generateImage__loading svg{width:100%;height:100%;color:#e02985}.generateImage__noImage{display:flex;align-items:center;justify-content:center}.generateImage__noImage img{object-fit:contain}

.categoryAddForm{width:100%;padding-top:10px}.categoryAddForm__body{max-width:280px}.categoryAddForm__overflow{overflow-y:auto;max-height:300px}

.categoryUpdateForm{width:100%;padding-top:10px}.categoryUpdateForm__body{max-width:350px}.categoryUpdateForm__overflow{overflow-y:auto;max-height:300px}

.categoryDeleteForm{padding:0 10px 10px;width:100%}.categoryDeleteForm__label{margin-top:10px;font-size:14px}

.exchangeAddForm{width:100%;padding-top:10px}.exchangeAddForm__body{max-width:280px}.exchangeAddForm__submitButtonWrapper{width:100%;display:flex;justify-content:center}.exchangeAddForm__symbolsInput{position:relative}.exchangeAddForm__addIconWrapper{position:absolute;bottom:3px;right:3px;display:block;width:25px;height:25px;cursor:pointer;background:none}.exchangeAddForm__addIcon{width:100%;height:100%;object-fit:cover;fill:#c1c4cd}.exchangeAddForm__symbolsWrapper{display:flex;align-items:center;flex-wrap:wrap}.exchangeAddForm__symbol{display:flex;align-items:center;justify-content:center;padding:0 10px;height:30px;background-color:rgba(0,0,0,0.1);border-radius:4px;margin-top:10px;margin-right:17px;font-weight:400;font-size:14px;color:black}.exchangeAddForm__closeIcon{flex-shrink:0;margin-right:8px;cursor:pointer}

.exchangeUpdateForm{width:100%;padding-top:10px}.exchangeUpdateForm__body{max-width:280px}

.exchangeDeleteForm{padding:0 10px 10px;width:100%}.exchangeDeleteForm__label{margin-top:10px;font-size:14px}.exchangeDeleteForm__submitButtonWrapper{margin-top:10px;width:100%;display:flex;justify-content:space-evenly}

.tokensWrapper .sbxTable__headerBtnFilters{display:none}.tokensWrapper .sbxTable__table thead tr th:nth-child(1){width:5% !important}.tokensWrapper .sbxTable__table thead tr th:nth-child(2){width:10% !important}.tokensWrapper .sbxTable__table thead tr th:nth-child(3){width:10% !important}.tokensWrapper .sbxTable__table thead tr th:nth-child(5){width:4% !important}.tableTokensWrap table td{vertical-align:top}.tokensAction__buttonWrapper{display:flex}.tokens__projectName{cursor:pointer;color:#1d82c5;text-decoration:underline}.tokens__projectName:hover{color:#1494e7;text-decoration:underline}.tokens__description{width:100%}.tokens__description--item{max-width:120px;overflow-x:hidden;overflow-y:auto;max-height:50px}.tokensAction__button{border:none;color:#fff;padding:4px 8px;border-radius:3px;opacity:0.3;transition:all 0.2s ease;cursor:pointer;margin-left:2px;display:flex;align-items:center}.tokensAction__button:focus,.tokensAction__button:active{outline:none}.tokensAction__button-add{background:#2962ff}.tokensAction__button-add:hover{opacity:1}.tokensAction__button-update{background:#26b276}.tokensAction__button-update:hover{opacity:1}.tokensAction__button-delete{background:#f73e4a}.tokensAction__button-delete:hover{opacity:1}

.tokensLanguagesList__ .tokensLanguagesList{cursor:default}.tokensLanguagesList__ .tokensLanguagesList :last-child{margin-bottom:0}.tokensLanguagesList__item{display:flex;flex-direction:row;align-items:center;margin-bottom:2px}.tokensLanguagesList__button{border:none;background:var(--grey-100);color:#fff;padding:4px 8px;border-radius:3px;opacity:0.3;transition:all 0.2s ease;cursor:pointer}.tokensLanguagesList__button:focus,.tokensLanguagesList__button:active{outline:none}.tokensLanguagesList__button:hover{opacity:1;background:var(--grey-100)}.tokensLanguagesList__languageName{display:flex;align-items:center;height:100%}.tokensLanguagesList__flagWrapper{margin-right:10px;display:flex;justify-content:flex-end;border-radius:2px;overflow:hidden;width:15px;height:15px}.tokensLanguagesList__flagWrapper img{width:100%;height:100%;border-radius:2px;object-fit:cover}.tokensLanguagesList .list-group{display:grid;grid-template-columns:repeat(4, 1fr);gap:0 20px}

.projectAddForm{width:100%;padding-top:10px}.projectAddForm__body{max-width:280px}

.projectEditForm{width:100%;padding-top:10px}.projectEditForm__body{max-width:280px}

.languageAddForm{width:100%;padding-top:10px}.languageAddForm__body{max-width:280px}

.projectDeleteForm{padding:0 10px 10px;width:100%}.projectDeleteForm__body{max-width:280px}.projectDeleteForm__label{margin-top:10px;font-size:14px}

.tokenView__header{padding:10px;height:56px}.appTokensViewTable{padding-bottom:20px}.appTokensViewTable tbody tr td{vertical-align:top}tr.tr__tokenView{border-top:1px solid #dee2e6}.addTokenForm input{text-transform:uppercase}.tokensViewTableBody{position:relative;top:10px}.tokensViewSearch{border-radius:3px;border:1px solid rgba(0,0,0,0.2);padding:5px 8px;width:120px;transition:0.2s ease;background:#fff}.tokensViewSearch:focus{outline:none;width:200px;border-color:#01adf6}.tokenTableBtn{margin-left:5px}.tokenTableBtnsWrapper{display:flex}

.appConfirm{padding:5px 10px;font-size:1rem;text-align:center}.appConfirm__footer{display:flex;flex-direction:row;align-items:center;margin-top:5px}.appConfirm__footerButton{display:flex;flex:1;padding:3px 0;align-items:center;justify-content:center;border-radius:3px;font-size:0.8rem;line-height:inherit}.appConfirm__footerButton:first-child{margin-right:3px}

.tokenAddForm{width:100%;padding-top:10px}.tokenAddForm__body{max-width:280px}

.tokenEditForm{width:100%;padding-top:10px}.tokenEditForm__body{max-width:280px}

.tokenImportForm{width:100%;padding-top:10px}.tokenImportForm__body{max-width:280px}.tokenImportForm__body fieldset{border:none}.tokenImportForm__language{display:flex;flex-direction:column}.tokenImportForm__label{margin-bottom:5px}.tokenImportForm__fileInputWrap{width:100%}.tokenImportForm__languageInput{width:100%;height:30px;border:1px solid #ced4da;border-radius:0.2rem;background:#fff;margin-bottom:10px}.tokenImportForm__fileInput{width:100%;margin-bottom:10px}.tokenImportForm__fileInput input{padding:5px;border:1px solid #ced4da;background:#fff}

.tokenValueAddForm{width:100%;padding-top:10px}.tokenValueAddForm__body{max-width:280px}

.tokenValueEditForm{width:100%;padding-top:10px}.tokenValueEditForm__body{max-width:280px}

.tokensViewLanguagesList{overflow:hidden;border-radius:0.25rem;position:relative;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.tokensViewLanguagesList ul{margin:0;padding:0;list-style:none}.tokensViewLanguagesList_warning{border-color:#f6ca30}.tokensViewLanguagesList_compact{max-height:100px}.tokensViewLanguagesList_all{max-height:unset;padding-bottom:20px}.tokensViewLanguagesList__buttonShowAll{width:100%;height:25px;z-index:9;font-size:11px;padding:0;border:none;border-top:1px solid #dfdfdf;background:#eee;position:absolute;bottom:0;left:0;cursor:pointer}.tokensViewLanguagesList__buttonShowAll:hover{background:#f3f3f3}.tokensViewLanguagesList__buttonShowAll:focus,.tokensViewLanguagesList__buttonShowAll:active{outline:none}.tokensViewLanguagesList__item{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;cursor:default;position:relative;padding:0.75rem 1.25rem;margin-bottom:-1px;border-top:1px solid rgba(0,0,0,0.125)}.tokensViewLanguagesList__item:first-child{border-top:none}.tokensViewLanguagesList__buttonsWrap{display:flex;flex-direction:row}.tokensViewLanguagesList__buttonsWrap button:first-child{border-radius:3px 0 0 3px}.tokensViewLanguagesList__buttonsWrap button:last-child{border-radius:0 3px 3px 0}.tokensViewLanguagesList__buttonsWrap button:first-child:last-child{border-radius:3px}.tokensViewLanguagesList__button{border-radius:3px;opacity:0.9;color:#fff;padding:2px 4px;font-size:12px;background:#01adf6;border:none;cursor:pointer;transition:all 0.2s ease}.tokensViewLanguagesList__button:focus,.tokensViewLanguagesList__button:active{outline:none}.tokensViewLanguagesList__button:active{transform:scale(0.96)}.tokensViewLanguagesList__button:hover{opacity:1}.tokensViewLanguagesList__button:disabled{opacity:0.5}.tokensViewLanguagesList__buttonTranslate{background-color:#60ce97;margin-right:5px}.tokensViewLanguagesList__itemContent{display:flex;flex-direction:row;flex:1}.tokensViewLanguagesList__itemContentValue{overflow:hidden;min-width:0;text-overflow:ellipsis;flex:1;padding:0 8px;margin:0;text-align:left}

.tokenExportForm{width:100%;padding-top:10px}.tokenExportForm__body{max-width:280px}.tokenExportForm__body fieldset{border:none}.tokenExportForm__language{display:flex;flex-direction:column}.tokenExportForm__label{margin-bottom:5px}.tokenExportForm__InputWrap{width:100%}.tokenExportForm__InputWrap select{width:100%}.tokenExportForm__languageInput{width:100%;height:30px;border:1px solid #ced4da;border-radius:0.2rem;background:#fff;margin-bottom:10px}.tokenExportForm__fileInput{width:100%;margin-bottom:10px}.tokenExportForm__fileInput input{padding:5px;border:1px solid #ced4da;background:#fff}.submitButtonsWrapper{margin:10px 0}

.personalProfile__body{padding:10px}

.profileCard{min-width:720px;border-radius:6px;color:#fff;background:#18242f;opacity:0;position:relative;left:0;top:100vh;animation:profileCardAppearance 0.3s ease forwards}.profileCard__header{padding:0 12px;background:#17232c;display:flex;align-items:center;min-height:48px;border-radius:6px 6px 0 0;border-bottom:1px solid rgba(255,255,255,0.05);font-weight:500;font-size:1rem}.profileCard__body{padding:12px}.profileCard__mainInfo{display:flex;margin-bottom:20px}.profileCard__avatar{flex:0 0 50%;display:flex;align-items:center}.profileCard__avatar img{height:100px;width:100px;object-fit:cover;border-radius:20px}.profileCard__contacts{display:flex;flex-direction:column}.profileCard__contactsItem{display:flex;align-items:center;margin-top:12px}.profileCard__contactsItem p{display:inline-block;color:#fff;font-size:14px}.profileCard__contactsItem span{display:inline-block;font-size:14px}.profileCard__icon{display:inline-block;margin-right:5px;width:20px;height:20px}.profileCard__additionalInfo{display:flex;justify-content:space-between}.additionalInfoNames{flex:0 0 50%;display:flex;flex-direction:column;justify-content:space-between}.profileCard__additionalInfoValues{flex:0 0 50%}.profileCard__flag{border-radius:6px}@keyframes profileCardAppearance{0%{opacity:0;top:-100vh}100%{opacity:1;top:0}}

.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{box-sizing:border-box;height:100%;display:flex;flex-direction:column;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:bold;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;user-select:text}.rbc-row-content{position:relative;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:flex;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;box-sizing:border-box;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px 0px rgba(51,51,51,0.5)}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px 1px}.rbc-selected-cell{background-color:rgba(0,0,0,0.1)}.rbc-show-more{background-color:rgba(255,255,255,0.3);z-index:4;font-weight:bold;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:flex;flex-direction:column;flex:1 0 0;width:100%;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;position:relative;flex-direction:column;flex:1 0 0;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:bold}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex-direction:row;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.25);padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px -10px;padding:2px 10px}.rbc-agenda-view{display:flex;flex-direction:column;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:' \BB'}.rbc-agenda-time-cell .rbc-continues-prior:before{content:'\AB   '}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:flex;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:flex;max-height:100%;min-height:20px;flex-flow:column wrap;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:0.75}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:white;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;flex:1 0 0;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;flex:1 1 0;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:bold}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:rgba(0,0,0,0.5);color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:flex;flex-direction:column;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{flex:1;display:flex;min-width:0;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{display:flex;flex:1 0 0%;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:flex;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.eventCalendar{width:100%;height:100%;padding:12px;display:flex;gap:12px;background-color:var(--white)}.eventCalendar .rbc-continues-after,.eventCalendar .rbc-continues-prior{color:white}.eventCalendar__list{width:400px;height:100%;display:flex;flex-direction:column;gap:14px}.eventCalendar__listHeader{height:30px;display:flex;justify-content:space-between}.eventCalendar__listHeader button{cursor:pointer;display:flex;justify-content:center;align-items:center;min-height:30px;border-radius:3px;text-transform:uppercase;font-size:12px;background-color:var(--sbx-table-primary);color:#fff;padding:0.375rem 1rem}.eventCalendar__listHeader button svg{width:14px;height:14px;fill:currentColor;margin-right:4px}.eventCalendar__listHeader .sbxFormField{margin:0}.eventCalendar__listHeaderCheckboxGroup{display:flex;align-items:center;gap:10px;height:30px}.eventCalendar__listHeaderCheckboxGroup label{cursor:pointer}.eventCalendar__listHeaderCheckboxGroup .sbxFormField{margin:0}.eventCalendar__listBody{width:100%;height:100%;border:1px solid #e5e5e5;display:flex;flex-direction:column;overflow-y:auto}.eventCalendar__listBody_empty{height:100%;display:flex;justify-content:center;align-items:center;animation:simple-shining 3s ease infinite}.eventCalendar__listBody_empty svg{width:15px;height:15px;fill:none;margin-right:3px;stroke:#8e9699;stroke-width:2px}.eventCalendar__listBodyItem{padding:5px;min-height:40px;max-height:40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #b7c0c4;cursor:pointer;transition:all 0.3s ease}.eventCalendar__listBodyItem p{display:block;min-width:40%;max-width:40%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#434d52}.eventCalendar__listBodyItem span{display:block;min-width:40%;max-width:40%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.eventCalendar__listBodyItem:hover{background-color:#e6e6e6}.eventCalendar__listBodyItem_issue{background-color:#418bff;color:var(--white)}.eventCalendar__listBodyItem_task{background-color:#ae319b;color:var(--white)}.eventCalendar__listBodyItem_note{background-color:#31ad3e;color:var(--white)}.eventCalendar__body{width:100%;height:calc(100%);position:relative}.eventCalendar__body .rbc-toolbar{margin-bottom:14px}.eventCalendar__body .rbc-toolbar-label{font-size:16px}.eventCalendar__body .rbc-btn-group{display:flex;gap:10px}.eventCalendar__body .rbc-btn-group button{cursor:pointer;display:flex;justify-content:center;align-items:center;min-height:30px;min-width:90px;border-radius:3px !important;border:1px solid rgba(0,0,0,0.1);text-transform:uppercase;font-size:12px}.eventCalendar__body .rbc-btn-group button:hover{box-shadow:none;background:none}.eventCalendar__body .rbc-btn-group .rbc-active{background:var(--sbx-table-primary) !important;color:#fff !important;box-shadow:none;border:none}

.eventUpdateForm{width:100%;padding-top:10px}.eventUpdateForm__body{width:100%;display:flex}.eventUpdateForm__tagInput{position:relative}.eventUpdateForm__addIconWrapper{position:absolute;bottom:3px;right:10px;display:block;width:25px;height:25px;cursor:pointer;background:none}.eventUpdateForm__addIcon{width:100%;height:100%;object-fit:cover;fill:#c1c4cd}.eventUpdateForm__tagsWrapper{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:10px;gap:5px}.eventUpdateForm__tag{display:inline-flex;align-items:center;justify-content:center;padding:0 10px;height:30px;background-color:rgba(0,0,0,0.1);border-radius:4px;margin-right:17px;font-weight:400;font-size:14px;color:black}.eventUpdateForm__closeIcon{flex-shrink:0;margin-right:8px;cursor:pointer}

.multipleFileLoader{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-0.5rem;margin-left:-0.5rem}.multipleFileLoader__col-xs-12{width:100%;flex-basis:100%;max-width:100%;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:0.5rem;padding-left:0.5rem}.multipleFileLoader__fileInputWrap .sbxFormField{margin-bottom:0}.multipleFileLoader__imagePreviewWrap{position:relative}.multipleFileLoader__imagePreview{overflow-x:auto;padding:1rem 0}.multipleFileLoader__imagePreviewList{padding:0;margin:0;display:flex;gap:10px;width:fit-content}.multipleFileLoader__imagePreviewItem{position:relative;border-radius:8px;opacity:0;top:0;animation:downSlideAppearance 0.3s ease forwards}.multipleFileLoader__imagePreviewItem img{border-radius:8px;width:100%;height:100%;object-fit:cover}.multipleFileLoader__previewCloseBtn{position:absolute;top:-5px;right:-5px;width:20px;height:20px;transition:all 0.3s ease}.multipleFileLoader__previewCloseBtn svg{width:100%;height:100%}.multipleFileLoader__previewCloseBtn:hover{cursor:pointer;transform:scale(1.1)}.multipleFileLoader__downloadBtn{position:absolute;bottom:-5px;right:-5px;width:20px;height:20px;transition:all 0.3s ease}.multipleFileLoader__downloadBtn svg{width:100%;height:100%}.multipleFileLoader__downloadBtn:hover{cursor:pointer;transform:scale(1.1)}.multipleFileLoader__previewDocumentItem{width:100%;height:100%}.multipleFileLoader__previewDocumentItem svg{width:100%;height:100%;object-fit:cover}.multipleFileLoader__imagePreviewCounter{margin-top:0.5rem}.multipleFileLoader__errorMessage{margin-top:0.5rem;color:#f73e4a}@keyframes downSlideAppearance{0%{opacity:0;top:30px}100%{opacity:1;top:0}}

.multiFileLoader__progressBarWrap{display:flex;margin-top:1rem;border-radius:8px;height:5px;opacity:0;top:0;animation:downSlideAppearance 0.3s ease 0.1s forwards}.multiFileLoader__progressBar{display:flex;border-radius:8px;background-color:#26b276;height:5px}

.eventAddForm{width:100%}.eventAddForm__body{width:100%;margin-top:10px;display:flex}.eventAddForm__tagInput{position:relative}.eventAddForm__addIconWrapper{position:absolute;bottom:3px;right:10px;display:block;width:25px;height:25px;cursor:pointer;background:none}.eventAddForm__addIcon{width:100%;height:100%;object-fit:cover;fill:#c1c4cd}.eventAddForm__tagsWrapper{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:10px;gap:5px}.eventAddForm__tag{display:inline-flex;align-items:center;justify-content:center;padding:0 10px;height:30px;background-color:rgba(0,0,0,0.1);border-radius:4px;margin-right:17px;font-weight:400;font-size:14px;color:black}.eventAddForm__closeIcon{flex-shrink:0;margin-right:8px;cursor:pointer}.eventAddForm__submitButtonWrapper{width:100%;display:flex;justify-content:center;margin-top:10px}

.eventDeleteForm{padding:0 10px 10px;width:100%}.eventDeleteForm__label{margin-top:10px;font-size:14px}

.ticketList .sbxTable__header{border-top:none}.ticketList__icon{display:flex;cursor:pointer}.ticketList__icon svg{width:20px;height:20px}

.ticketAddForm{max-width:65vw;padding-top:10px}.ticketAddForm .sbx-editor-wrap{max-width:63vw}.ticketAddForm__body{display:flex;flex-direction:column;width:100%;max-height:550px;overflow-y:auto}.ticketAddForm__body .sbxFormField__input,.ticketAddForm__body .sbxFormField__select{width:100%}.ticketAddForm__body .sbxFormField__textarea{height:100%}.ticketAddForm__row{display:flex;min-height:17vh}.ticketAddForm__editorLabel{margin-bottom:0.5rem}.ticketAddForm__closeIcon{flex-shrink:0;margin-right:8px;cursor:pointer}.ticketAddForm__tagInput{position:relative}.ticketAddForm__addIconWrapper{position:absolute;top:29px;right:3px;display:block;width:25px;height:25px;cursor:pointer;background:none}.ticketAddForm__addIcon{width:100%;height:100%;object-fit:cover;fill:#c1c4cd}.ticketAddForm__closeIcon{flex-shrink:0;margin-right:8px;cursor:pointer}

.ticketUpdateForm{max-width:65vw;padding:0 10px}.ticketUpdateForm .sbx-editor-wrap{max-width:63vw;height:300px}.ticketUpdateForm__body{margin-top:10px;display:flex;flex-direction:column;width:100%;overflow-y:auto}.ticketUpdateForm__body .sbxFormField__input,.ticketUpdateForm__body .sbxFormField__select{width:100%}.ticketUpdateForm__body .sbxFormField__textarea{height:100%}.ticketUpdateForm__row{display:flex;min-height:17vh}.ticketUpdateForm__editorLabel{margin-bottom:0.5rem}.ticketUpdateForm__editorWrap{margin-bottom:0.5rem}.ticketUpdateForm__closeIcon{flex-shrink:0;margin-right:8px;cursor:pointer}.ticketUpdateForm__tagInput{position:relative}.ticketUpdateForm__addIconWrapper{position:absolute;top:29px;right:3px;display:block;width:25px;height:25px;cursor:pointer;background:none}.ticketUpdateForm__addIcon{width:100%;height:100%;object-fit:cover;fill:#c1c4cd}.ticketUpdateForm__closeIcon{flex-shrink:0;margin-right:8px;cursor:pointer}

.textViewer{padding:5px}.textViewer__body{min-width:300px;min-height:300px;max-width:65vw;max-height:500px;overflow:auto}


.ticketDeleteForm{padding:0 10px 10px;width:100%}.ticketDeleteForm__body{max-width:280px;text-align:center}.ticketDeleteForm__label{margin-top:10px;font-size:14px}

.ticketView__main{flex:1;width:100%;position:relative;display:flex;justify-content:space-between;padding:5px}.ticketView__main>.btn{position:sticky;bottom:0;margin-top:10px;z-index:10}.ticketView__toolbar{width:30%;max-width:fit-content;margin-right:10px;display:flex;flex-direction:column;flex:1}.ticketView__editbar{width:69%;display:flex;flex-direction:column;justify-content:space-between}.ticketView__body{width:100%;max-width:28vw;margin-top:10px;display:flex;flex-direction:column}.ticketView__body .sbxFormField__input,.ticketView__body .sbxFormField__select{width:100%}.ticketView__body .sbxFormField__textarea{height:100%}.ticketView__editorWrap{margin-bottom:0.5rem}.ticketView__editorWrap .sbx-editor{min-height:100px;max-height:100px}.ticketView__editorLabel{margin-bottom:0.5rem}.ticketView__submitButtonWrapper{margin-top:10px;padding-bottom:10px;width:100%;display:flex;justify-content:center}

.assetsWrapper{display:flex;flex-direction:column;background:#fff;width:100%;box-shadow:0 1px 3px 0 rgba(24,50,71,0.1),0 0 0 1px rgba(24,50,71,0.05);border-radius:8px;position:relative}.assetsWrapper .nav{border:0}.assets__symbol{display:flex;align-items:center}.assets__symbol img{border-radius:4px;margin-right:5px;height:36px;width:36px}

.aliases{min-width:100%;max-width:100%;padding:10px}.aliases .sbxFormField{margin:0}.aliases__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.aliases__header span{font-size:13px}.aliases__header svg{cursor:pointer;fill:#7f858c;height:100%;width:22px;transition:0.3s all ease}.aliases__header svg:hover{transform:scale(1.1)}.aliases__body{overflow-y:auto;margin-top:10px;max-height:230px}.aliases__bodyItem{padding:0 10px;height:40px;display:flex;align-items:center;justify-content:space-between;transition:0.3s all ease}.aliases__bodyItem:hover{background-color:#f2f2f2}.aliases__bodyItem svg{cursor:pointer;fill:#7f858c;height:100%;width:22px;transition:0.3s all ease}.aliases__bodyItem_empty{color:#7f858c;display:flex;justify-content:center;animation:simple-shining 3s ease infinite}.aliases__errorMessage{color:var(--red)}

.addAssetForm{padding-top:10px;min-width:700px;max-width:700px}.addAssetForm textarea{resize:none;min-height:70px;max-height:70px}.addAssetForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:300px}.addAssetForm__columns{display:flex;gap:10px}.addAssetForm__column{width:100%}.addAssetForm__submitButton{margin:10px 0;display:flex;justify-content:center}

.editAssetForm{padding-top:10px;min-width:700px;max-width:700px}.editAssetForm textarea{resize:none;min-width:100%;max-width:100%;min-height:70px;max-height:70px}.editAssetForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:300px}.editAssetForm__columns{display:flex;gap:10px}.editAssetForm__column{width:100%}.editAssetForm__submitButton{margin:10px 0;display:flex;justify-content:center}

.providersListWrapper{display:flex;flex-direction:column;background:#fff;width:100%;box-shadow:0 1px 3px 0 rgba(24,50,71,0.1),0 0 0 1px rgba(24,50,71,0.05);border-radius:8px;position:relative}.providersListWrapper .nav{border:0}

.providersListWrapper{display:flex;flex-direction:column;background:#fff;width:100%;box-shadow:0 1px 3px 0 rgba(24,50,71,0.1),0 0 0 1px rgba(24,50,71,0.05);border-radius:8px;position:relative}.providersListWrapper .nav{border:0}

.createProviderForm{padding-top:10px;min-width:700px;max-width:700px}.createProviderForm textarea{resize:none;min-width:100%;max-width:100%;min-height:70px;max-height:70px}.createProviderForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:300px}.createProviderForm__columns{display:flex}.createProviderForm__column{width:100%}

.updateProviderForm{padding-top:10px;min-width:700px;max-width:700px}.updateProviderForm textarea{resize:none;min-width:100%;max-width:100%;min-height:70px;max-height:70px}.updateProviderForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:300px}.updateProviderForm__columns{display:flex;gap:10px}.updateProviderForm__column{width:100%}

.providersView__header{display:flex;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,0.05);min-height:58px}.providersView__headerNav{padding:10px;display:flex;column-gap:25px}.providersView__navItem{cursor:pointer;position:relative;height:100%;display:flex;align-items:center;text-transform:uppercase;opacity:0.3;transition:all 0.3s ease}.providersView__navItem svg{margin-right:3px;height:20px;width:20px;fill:none}.providersView__navItem:hover{opacity:1}.providersView__navItem_active{opacity:1}.providersView__headerAdditional{height:100%;display:flex;align-items:center;text-transform:uppercase;padding:5px 10px}.providersView__headerInfo{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;margin-right:10px}.providersView__headerInfo h3{font-size:14px}.providersView__headerInfo p{color:#7f858c;margin-right:5px}.providersView__headerTitle{display:flex;align-items:center}.providersView__headerLabel{display:flex;align-items:center}.providersView__headerBtnGroup{display:flex;justify-content:center;align-items:center;column-gap:10px}.providersView__headerBtnGroup a{display:flex;align-items:center;font-size:1rem;padding:0.4rem 1rem;text-transform:capitalize;color:#fff;background:var(--sbx-table-primary);border-radius:2px;cursor:pointer}.providersView__headerBtnGroup svg{fill:currentColor;width:14px;height:14px;margin-right:4px}.providersView__headerBtn{color:#fff}.providersView__headerBtn_launch{background:#26b276}.providersView__headerBtn_terminate{background:#f73e4a}@keyframes simple-appearance{0%{opacity:0}100%{opacity:1}}

.saveSettingsForm{padding:0 10px 10px;width:100%}.saveSettingsForm__label{margin-top:10px;font-size:14px}

.helpCenter{display:flex;width:100%;height:100%}.helpCenter .sbxFormField{margin:0}.helpCenter .sbxFormField select{background-image:url(/backoffice/check-mark-down.svg)}.helpCenter .sbxFormField .sbxFormField__select_valid{border-color:#b7c0c4;box-shadow:none}.helpCenter__categories{min-width:350px;max-width:350px;height:100%;background-color:var(--white);border-right:1px solid #e5e5e5}.helpCenter__categoriesGroups{width:100%;border-radius:3px;overflow:hidden}.helpCenter__categoriesHeader{margin-top:0.5px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;padding:12px 20px}.helpCenter__filterByType{cursor:pointer;position:relative;fill:var(--grey-default)}.helpCenter__filterByType svg{position:absolute;top:3.5px;right:3px;width:25px;height:25px;object-fit:cover;transform:rotate(-180deg);animation:languageArrowSpin 0.3s ease 0s forwards}.helpCenter__categoriesHeaderButtons{display:flex;gap:8px}.helpCenter__categoriesAddGroupBtn{height:32px;cursor:pointer;border-radius:3px;padding:0.375rem 1rem;color:var(--white);background-color:var(--light-denim-blue);transition:all 0.3s ease;display:flex;align-items:center;gap:5px}.helpCenter__categoriesAddGroupBtn:hover{transform:scale(1.05)}.helpCenter__categoriesAddGroupBtn svg{width:15px;height:15px;fill:var(--white)}.helpCenter__categoriesBody{min-height:400px;max-height:400px;overflow-y:auto}.helpCenter__categoriesBody_empty{height:190px;display:flex;justify-content:center;align-items:center;animation:simple-shining 3s ease infinite}.helpCenter__categoriesBody_empty svg{width:15px;height:15px;fill:none;margin-right:3px;stroke:#8e9699;stroke-width:2px}.helpCenter__categoriesBodyItem{padding:5px;min-height:48px;max-height:48px;display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;border-bottom:1px solid #b7c0c4;opacity:0.4;cursor:pointer}.helpCenter__categoriesBodyItem_active{opacity:1}.helpCenter__categoriesBodyItem:last-child{margin-bottom:0}.helpCenter__categoriesBodyItemSection{display:flex;align-items:center;gap:7px}.helpCenter__categoriesBodyItemSection img{border-radius:4px}.helpCenter__categoriesBodyItemIcon{width:15px;height:15px;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.helpCenter__categoriesBodyItemIcon svg{width:100%;height:100%;object-fit:cover}.helpCenter__categoriesBodyItemIcon:hover{transform:scale(1.1)}.helpCenter__table{width:100%;height:100%;background-color:var(--white);display:flex;align-items:center;justify-content:center}.helpCenter__table_empty{display:flex;align-items:center;justify-content:center;animation:simple-shining 3s ease infinite}.helpCenter__table_empty svg{width:15px;height:15px;fill:none;margin-right:3px;stroke:#8e9699;stroke-width:2px}.helpCenter__actions{display:flex;justify-content:end}.helpCenter__vote{display:flex;flex-direction:column;align-items:center}.helpCenter__vote_like span{color:var(--green)}.helpCenter__vote_dislike span{color:var(--red)}

.languageSwitcher{position:relative;cursor:pointer;height:32px;display:flex;align-items:center;border:1px solid #b7c0c4;border-radius:3px;padding:3px 5px;display:flex;align-items:center}.languageSwitcher__flag{width:20px;height:100%;margin-right:4px}.languageSwitcher__flag img{border-radius:3px;width:100%;height:100%;object-fit:cover}.languageSwitcher__checkMark{width:25px;height:100%;fill:var(--grey-default)}.languageSwitcher__checkMark svg{width:100%;height:100%;object-fit:cover;transform:rotate(-180deg);animation:languageArrowSpin 0.3s ease 0s forwards}.languageSwitcher__langList{position:absolute;top:34px;left:-2px;max-height:160px;width:100px;overflow:auto;border:1px solid #b7c0c4;border-radius:3px;background-color:var(--white);z-index:5;opacity:0;animation:simple-appearance 0.3s ease 0s forwards;gap:5px}.languageSwitcher__langList::-webkit-scrollbar-thumb{background-color:var(--app-background-header)}.languageSwitcher__langListItem{display:flex;align-items:center;width:100%;transition:all 0.3s ease;padding:5px 10px}.languageSwitcher__langListItem:hover{background-color:var(--grey-50)}.languageSwitcher__langListItemFlag{display:flex;align-items:center}.languageSwitcher__langListItemFlag img{border-radius:3px}@keyframes languageArrowSpin{0%{transform:rotate(-180deg)}100%{transform:rotate(0deg)}}

.createSolutionForm{padding-top:10px;min-width:950px;max-width:950px}.createSolutionForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:300px}.createSolutionForm__columns{display:flex}.createSolutionForm__column{width:100%}.createSolutionForm__column textarea{min-width:300px;max-width:300px;min-height:98px;max-height:98px}.createSolutionForm__astDescription{padding:0 0.5rem}.createSolutionForm__submitButton{margin:10px 0;display:flex;justify-content:center}

.updateSolutionForm{padding-top:10px;min-width:950px;max-width:950px}.updateSolutionForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:300px}.updateSolutionForm__columns{display:flex}.updateSolutionForm__column{width:100%}.updateSolutionForm__column textarea{min-width:300px;max-width:300px;min-height:98px;max-height:98px}.updateSolutionForm__astDescription{padding:0 0.5rem}.updateSolutionForm__submitButton{margin:10px 0;display:flex;justify-content:center}

.deleteSolutionForm{padding:0 10px 10px;width:100%}.deleteSolutionForm__body{max-width:280px;text-align:center}.deleteSolutionForm__label{margin-top:10px;font-size:14px}

.createSolutionGroupForm{min-width:350px;max-width:350px}.createSolutionGroupForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:400px}.createSolutionGroupForm__columns{display:flex;gap:10px}.createSolutionGroupForm__column{width:100%}.createSolutionGroupForm__column textarea{min-width:289px;max-width:289px;min-height:98px;max-height:98px}.createSolutionGroupForm__submitButton{margin:10px 0;display:flex;justify-content:center}

.updateSolutionGroupForm{padding-top:10px;min-width:350px;max-width:350px}.updateSolutionGroupForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:400px}.updateSolutionGroupForm__columns{display:flex;gap:10px}.updateSolutionGroupForm__column{width:100%}.updateSolutionGroupForm__column textarea{min-width:289px;max-width:289px;min-height:98px;max-height:98px}

.deleteSolutionGroupForm{padding:0 10px 10px;width:100%}.deleteSolutionGroupForm__body{max-width:280px;text-align:center}.deleteSolutionGroupForm__label{margin-top:10px;font-size:14px}

.gateways{display:flex;width:100%;height:100%}


.leadsList__grey{color:var(--grey-100)}.leadsList__contact{color:var(--blue)}

.dashboard{background-color:#ebeff3;display:grid;grid-template-rows:49% calc(51% - 10px);gap:10px;padding:10px;height:100vh;width:100%}.dashboard__top{display:grid;grid-template-columns:50% calc(50% - 10px);gap:10px}.dashboard__bottom{display:grid;grid-template-columns:calc(55% - 10px) calc(35% - 10px) 10%;gap:10px;height:100%}.dashboard__counters{display:grid;grid-template-rows:1;grid-template-columns:1fr;gap:10px}.dashboard__states{display:grid;height:100%;gap:10px}.dashboard__item{position:relative;background-color:#ffffff;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:3px;overflow:auto;box-shadow:0 1px 3px 2px rgba(38,42,62,0.1)}.dashboard__item thead{max-height:10px}.dashboard__item .sbxTable__tableWrap{padding:4px}.dashboard__item .sbxTable__header{width:100%;padding:4px;display:flex;gap:6px}.dashboard__item .sbxTable__header button{height:23px;padding:2px}.dashboard__item .sbxTableToggle{display:none}.dashboard__item .sbxTable__headerBtn_reload{display:block}.dashboard__item .sbxTable__pagination{padding-left:4px;padding-right:4px}

.brandIncidents__connectionStatus{display:flex;justify-content:center;align-items:center}.brandIncidents__connectionStatus svg{width:16px;height:16px}.brandIncidents__connectionStatus_success svg{fill:var(--green)}.brandIncidents__connectionStatus_danger svg{fill:var(--red)}.brandIncidents__date{color:#698390}.brandIncidents__itemTitle{position:absolute;display:flex;gap:6px;top:6px;right:8px;font-size:16px;font-weight:600}.brandIncidents__itemTitle svg{width:20px;height:20px;fill:#7f858c}.brandIncidents__host{display:flex;gap:4px}.brandIncidents__rowIcon{cursor:pointer;display:flex;align-items:center;z-index:4}.brandIncidents__rowIcon svg{width:15px;height:15px;fill:#1d82c5}.brandIncidents__rowIcon svg:hover{fill:#1494e7}

.incidentsChart__item{position:absolute;display:flex;gap:6px;top:6px;right:8px;font-size:16px;font-weight:600}

.datePicker{display:flex;flex-direction:row;align-items:center;position:relative}.datePicker svg{width:15px;height:15px}.datePicker__valueIcon{display:flex;justify-content:center;align-items:center;width:20px;height:20px;fill:#7f858c;cursor:pointer;z-index:10}.datePicker__valueIcon svg{width:100%;height:100%;fill:#7f858c}.datePicker__valueIcon_open svg{fill:#2962ff}.datePicker__value{display:grid;border:1px solid rgba(0,0,0,0.1);height:25px;border-radius:3px;align-items:center;grid-template-columns:1fr 1fr;grid-gap:12px;cursor:pointer;user-select:none}.datePicker__value>div{padding:0 6px;width:140px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:13px}.datePicker__value>div span{opacity:0.7;font-size:12px}.datePicker__value:hover{background-color:rgba(0,0,0,0.05)}.historyCalendar{user-select:none;padding:6px}.historyCalendar__header{display:grid;grid-template-columns:30px 1fr 30px;justify-items:center;align-items:center}.historyCalendar__headerTitle{text-transform:uppercase}.historyCalendar__headerTitle select{padding:2px;border-radius:4px;font-size:12px;background-color:transparent;border:1px solid rgba(0,0,0,0.1)}.historyCalendar__headerTitle select:first-child{margin-right:8px}.historyCalendar__headerButton{padding:3px;fill:#000;cursor:pointer;height:16px}.historyCalendar__daysLabels{display:grid;grid-template-columns:repeat(7, 1fr);justify-items:center;margin:16px 0 5px 0}.historyCalendar__daysLabel{color:rgba(0,0,0,0.54);font-size:10px}.historyCalendar__daysLabel:first-child,.historyCalendar__daysLabel:last-child{color:rgba(0,0,0,0.3)}.historyCalendar__days{grid-template-columns:repeat(7, 1fr);justify-items:center;display:grid;grid-gap:4px 0}.historyCalendar_day{width:35px;height:25px;font-size:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;border-radius:12px}.historyCalendar_day:hover{border:1px solid #00b0ff}.historyCalendar_day_inactive{color:rgba(0,0,0,0.5)}.historyCalendar_day_disabled{color:rgba(0,0,0,0.3);pointer-events:none}.historyCalendar_day_selected{background-color:#00b0ff;color:#fff;border-radius:0}.historyCalendar_day_selected:hover{background:#00b0ff}.historyCalendar_day_selectedFirst{border-top-left-radius:12px;border-bottom-left-radius:12px}.historyCalendar_day_selectedEnd{border-top-right-radius:12px;border-bottom-right-radius:12px}.historyCalendar_day_hovered{border-top:1px solid #37a6ef;border-bottom:1px solid #37a6ef;background-color:rgba(0,0,0,0.05);border-radius:0}.datePicker__datePicker{overflow:hidden;position:absolute;right:0;top:100%;display:flex;align-items:center;background-color:#fff;z-index:999;justify-content:center;box-shadow:0 1px 4px rgba(0,0,0,0.1);border-radius:3px}.datePicker__datePickerMain{overflow:hidden}.datePicker__datePickerHeader{text-transform:uppercase;padding:4px 12px;border-bottom:1px solid rgba(0,0,0,0.05);color:#8d8d8d;font-size:12px;text-align:center}.datePicker__datePickerFooter{padding:4px 12px;display:flex;flex-direction:row;justify-content:space-between;border-top:1px solid rgba(0,0,0,0.05)}.datePicker__datePickerFooter button{border:none;background:none;border-radius:3px;padding:4px 12px;font-size:12px}.datePicker__datePickerFooter button:last-child{color:#fff;background:#37a6ef}

.proxyServerStatus__connectionStatus{display:flex;justify-content:center;align-items:center}.proxyServerStatus__connectionStatus svg{width:16px;height:16px}.proxyServerStatus__connectionStatus_success svg{fill:var(--green)}.proxyServerStatus__connectionStatus_danger svg{fill:var(--red)}.proxyServerStatus__date{color:#698390}.proxyServerStatus__itemTitle{position:absolute;display:flex;gap:6px;top:6px;right:8px;font-size:16px;font-weight:600;z-index:2}.proxyServerStatus__itemTitle svg{width:20px;height:20px;fill:#7f858c}.proxyServerStatus__itemTitleIcon{cursor:pointer}

.createConstantForm{min-width:350px;max-width:350px;padding-top:10px}.createConstantForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:400px}.createConstantForm__columns{display:flex;gap:10px}.createConstantForm__column{width:100%}.createConstantForm__column textarea{min-width:289px;max-width:289px;min-height:98px;max-height:98px}.createConstantForm__submitButton{margin:10px 0;display:flex;justify-content:center}.createConstantForm__objectEditor{width:100%}.createConstantForm__objectEditorLabel{margin-bottom:0.5rem}.createConstantForm__objectEditorBody{overflow:auto;border-radius:0.2rem;border:1px solid #ced4da;max-height:200px}

.updateConstantForm{min-width:350px;max-width:350px;padding-top:10px}.updateConstantForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:400px}.updateConstantForm__columns{display:flex;gap:10px}.updateConstantForm__column{width:100%}.updateConstantForm__column textarea{min-width:289px;max-width:289px;min-height:98px;max-height:98px}.updateConstantForm__submitButton{margin:10px 0;display:flex;justify-content:center}.updateConstantForm__objectEditor{width:100%}.updateConstantForm__objectEditorLabel{margin-bottom:0.5rem}.updateConstantForm__objectEditorBody{overflow:auto;border-radius:0.2rem;border:1px solid #ced4da;max-height:200px}

.exchangeDeleteForm{padding:0 10px 10px;width:100%}.exchangeDeleteForm__label{margin-top:10px;font-size:14px}.exchangeDeleteForm__submitButtonWrapper{margin-top:10px;width:100%;display:flex;justify-content:space-evenly}

.dashboardCounter{width:100%;height:100%;padding:4px;display:flex;flex-direction:column}.dashboardCounter__titleWrap{display:flex;justify-content:flex-start;font-weight:600;font-size:15px;flex-direction:column;background-image:none;margin-bottom:0.3rem}.dashboardCounter__titleWrap svg{display:none}.dashboardCounter__titleWrap .sbxFormField{margin:0}.dashboardCounter__titleWrap .sbxFormField__selectCustom{max-height:25px;font-size:0.9rem;text-align:left}.dashboardCounter__titleWrap .sbxFormField__input_valid,.dashboardCounter__titleWrap .sbxFormField__select_valid,.dashboardCounter__titleWrap .sbxFormField__selectCustom_valid{background-image:none}.dashboardCounter__title{text-align:left}.dashboardCounter__titleWrapSelect{display:flex;align-items:center;justify-content:center;width:100%}.dashboardCounter__bodyList{padding:0 3px;display:flex;flex-direction:column;max-height:100%;overflow:auto}.dashboardCounter__bodyListRow{width:100%;display:flex;justify-content:space-between;align-items:center}.dashboardCounter__bodyListRow span,.dashboardCounter__bodyListRow p{font-size:13px}

.criticalIncidents{width:100%;height:100%;display:flex;flex-direction:column}.criticalIncidents__itemTitle{padding:4px;display:flex;gap:6px;font-size:16px;font-weight:600;justify-content:end}.criticalIncidents__itemTitle svg{width:20px;height:20px;fill:#7f858c}.criticalIncidents__itemBody{width:100%;height:calc(100% - 32px);padding-top:30px;padding:4px;gap:4px;display:flex}.criticalIncidents__col{width:100%;height:100%;display:flex;flex-direction:column}.criticalIncidents__itemLabel{display:flex;font-size:14px;font-weight:600}.criticalIncidents__subLabel{display:flex;align-items:center;gap:2px;white-space:nowrap}.criticalIncidents__subLabel span{border-radius:3px}.criticalIncidents__subLabel p{font-size:8px;text-transform:uppercase;font-weight:600}.criticalIncidents__subLabel b{font-size:10px;color:var(--red)}.criticalIncidents__errorLabel{border-radius:3px;display:flex;align-items:center;white-space:nowrap;transition:all 0.3s ease}.criticalIncidents__errorLabel span{border-radius:3px}.criticalIncidents__errorLabel p{font-size:8px;text-transform:uppercase;font-weight:600}.criticalIncidents__errorLabel small{font-size:12px}.criticalIncidents__errorLabel b{font-size:10px;color:var(--red)}.criticalIncidents__errorLabel svg{width:15px;height:15px;cursor:pointer;fill:var(--red)}.criticalIncidents__errorLabel:hover{background-color:var(--red)}.criticalIncidents__errorLabel:hover b{color:var(--white)}.criticalIncidents__errorLabel:hover svg{fill:var(--white)}.criticalIncidents__cardLabelIcon{display:flex;align-items:center;justify-content:center;padding:2px}.criticalIncidents__list{list-style-type:none;padding:2px;width:100%;height:100%;border-radius:4px;border:1px solid #e5e5e5;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.criticalIncidents__card{padding:3px;min-height:65px;border-radius:4px;border:1px solid #f99898;overflow-x:auto;width:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:baseline;transition:0.3s ease all}.criticalIncidents__card_clickable:hover{cursor:pointer;background-color:#f0f3fa}.criticalIncidents__cardLabel{font-size:12px;font-weight:600;white-space:nowrap;max-width:100%;display:flex;gap:2px}.criticalIncidents__emptyList{display:flex;width:100%;height:100%;justify-content:center;align-items:center;gap:4px;animation:simple-shining 3s ease infinite}.criticalIncidents__errorModal{padding:4px;max-width:400px;max-height:400px}.criticalIncidents__constantType{font-size:8px;padding-top:1px;padding-bottom:1px}

.specifications{display:flex;width:100%;height:100%}.specifications__categories{min-width:350px;max-width:350px;height:100%;background-color:var(--white);border-right:1px solid #e5e5e5}.specifications__categoriesGroups{width:100%;border-radius:3px;overflow:hidden}.specifications__categoriesHeader{margin-top:1px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;padding:12px 20px}.specifications__categoriesHeaderButtons{display:flex;gap:8px}.specifications__categoriesAddGroupBtn{height:32px;cursor:pointer;border-radius:3px;padding:0.375rem 1rem;color:var(--white);background-color:var(--light-denim-blue);transition:all 0.3s ease;display:flex;align-items:center;gap:5px}.specifications__categoriesAddGroupBtn:hover{transform:scale(1.05)}.specifications__categoriesAddGroupBtn svg{width:15px;height:15px;fill:var(--white)}.specifications__categoriesBody{min-height:400px;max-height:400px;overflow-y:auto}.specifications__categoriesBody_empty{height:190px;display:flex;justify-content:center;align-items:center;animation:simple-shining 3s ease infinite;gap:4px}.specifications__categoriesBody_empty svg{width:15px;height:15px;fill:none;margin-right:3px;stroke:#8e9699;stroke-width:2px}.specifications__categoriesBodyItem{padding:5px;min-height:48px;max-height:48px;display:flex;align-items:center;border-bottom:1px solid #b7c0c4;opacity:0.4;cursor:pointer;gap:5px}.specifications__categoriesBodyItem_active{opacity:1}.specifications__categoriesBodyItemInfo{display:flex;flex-direction:column;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.specifications__categoriesBodyItemInfo p{font-weight:600}.specifications__categoriesBodyItemInfo p,.specifications__categoriesBodyItemInfo span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.specifications__categoriesBodyItemActions{min-width:26px;max-width:26px;min-height:26px;max-height:26px}.specifications__table{width:100%;height:100%;background-color:var(--white);display:flex;align-items:center;justify-content:center}.specifications__table_empty{display:flex;align-items:center;justify-content:center;animation:simple-shining 3s ease infinite}.specifications__table_empty svg{width:15px;height:15px;fill:none;margin-right:3px;stroke:#8e9699;stroke-width:2px}.specifications__actions{display:flex;justify-content:end}.specifications__vote{display:flex;flex-direction:column;align-items:center}.specifications__vote_like span{color:var(--green)}.specifications__vote_dislike span{color:var(--red)}.specifications__projectTooltip{padding:4px;max-width:200px;border-radius:2px}.specifications__projectTooltip p{color:white;font-weight:600}.specifications__projectTooltip span{color:white}.specifications__host{display:flex;gap:4px}.specifications__host div{max-width:300px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.specifications__rowIcon{cursor:pointer;display:flex;align-items:center;z-index:4}.specifications__rowIcon svg{width:15px;height:15px;fill:#1d82c5}.specifications__rowIcon svg:hover{fill:#1494e7}.specifications__files{display:flex;align-items:center;gap:4px}.specifications__files svg{width:15px;height:15px}.specifications__files p{color:#48575e}

.createSpecificationProjectForm{padding-top:10px;min-width:300px;max-width:300px}.createSpecificationProjectForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:300px}

.updateSpecificationProjectForm{padding-top:10px;min-width:300px;max-width:300px}.updateSpecificationProjectForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:300px}

.deleteSpecificationProjectForm{padding:0 10px 10px;width:100%}.deleteSpecificationProjectForm__body{max-width:280px;text-align:center}.deleteSpecificationProjectForm__label{margin-top:10px;font-size:14px}

.createSpecificationDocumentForm{padding-top:10px;min-width:300px;max-width:300px}.createSpecificationDocumentForm__body{display:flex;flex-direction:column;width:100%;overflow:auto;max-height:300px}.createSpecificationDocumentForm__body .multipleFileLoader__fileInputWrap,.createSpecificationDocumentForm__body .multipleFileLoader__imagePreviewWrap{max-width:282px}

.updateSpecificationDocumentForm{padding-top:10px;min-width:300px;max-width:300px}.updateSpecificationDocumentForm__body{display:flex;flex-direction:column;width:100%;overflow-y:auto;max-height:300px}.updateSpecificationDocumentForm__body .multipleFileLoader__fileInputWrap,.updateSpecificationDocumentForm__body .multipleFileLoader__imagePreviewWrap{max-width:282px}

.deleteSpecificationDocumentForm{padding:0 10px 10px;width:100%}.deleteSpecificationDocumentForm__body{max-width:280px;text-align:center}.deleteSpecificationDocumentForm__label{margin-top:10px;font-size:14px}


.brandUpdateSiteForm{padding-top:10px;width:100%}.brandUpdateSiteForm__body{display:flex;flex-direction:column;min-width:30vw;max-width:30vw;min-height:600px;max-height:600px;overflow-y:auto}.brandUpdateSiteForm__body p{padding:0 0.5rem;font-size:16px;font-weight:600;margin-bottom:0.5px}.brandUpdateSiteForm__body .sbxFormField__input,.brandUpdateSiteForm__body .sbxFormField__select{width:100%}.brandUpdateSiteForm__body .sbxFormField__textarea{min-height:65px;max-height:65px;min-width:100%;max-width:100%;resize:none}.brandUpdateSiteForm__bodyMain{width:100%;display:flex}.brandUpdateSiteForm__bodyLists{width:100%;display:flex}.brandUpdateSiteForm__countryTags{max-height:186px;overflow-y:auto;border-radius:4px;padding:4px;margin:0}.brandUpdateSiteForm__tagsList{max-height:160px;border-radius:4px;padding:4px;margin:0;overflow-y:auto}

.brandUpdateSiteForm{padding-top:10px;width:100%}.brandUpdateSiteForm__body{display:flex;flex-direction:column;min-width:30vw;max-width:30vw;min-height:600px;max-height:600px;overflow-y:auto}.brandUpdateSiteForm__body p{padding:0 0.5rem;font-size:16px;font-weight:600;margin-bottom:0.5px}.brandUpdateSiteForm__body .sbxFormField__input,.brandUpdateSiteForm__body .sbxFormField__select{width:100%}.brandUpdateSiteForm__body .sbxFormField__textarea{min-height:65px;max-height:65px;min-width:100%;max-width:100%;resize:none}.brandUpdateSiteForm__bodyMain{width:100%;display:flex}.brandUpdateSiteForm__bodyLists{width:100%;display:flex}.brandUpdateSiteForm__countryTags{max-height:186px;overflow-y:auto;border-radius:4px;padding:4px;margin:0}.brandUpdateSiteForm__tagsList{max-height:160px;border-radius:4px;padding:4px;margin:0;overflow-y:auto}

.brandUpdateSiteForm{padding-top:10px;width:100%}.brandUpdateSiteForm__body{display:flex;flex-direction:column;min-width:30vw;max-width:30vw;min-height:600px;max-height:600px;overflow-y:auto}.brandUpdateSiteForm__body p{padding:0 0.5rem;font-size:16px;font-weight:600;margin-bottom:0.5px}.brandUpdateSiteForm__body .sbxFormField__input,.brandUpdateSiteForm__body .sbxFormField__select{width:100%}.brandUpdateSiteForm__body .sbxFormField__textarea{min-height:65px;max-height:65px;min-width:100%;max-width:100%;resize:none}.brandUpdateSiteForm__bodyMain{width:100%;display:flex}.brandUpdateSiteForm__bodyLists{width:100%;display:flex}.brandUpdateSiteForm__countryTags{max-height:186px;overflow-y:auto;border-radius:4px;padding:4px;margin:0}.brandUpdateSiteForm__tagsList{max-height:160px;border-radius:4px;padding:4px;margin:0;overflow-y:auto}

.exchangeDeleteForm{padding:0 10px 10px;width:100%}.exchangeDeleteForm__label{margin-top:10px;font-size:14px}.exchangeDeleteForm__submitButtonWrapper{margin-top:10px;width:100%;display:flex;justify-content:space-evenly}

.brandView__header{display:flex;flex-direction:column;min-height:58px;box-shadow:0 1px 3px 2px rgba(38,42,62,0.04)}.brandView__headerNav{padding:0 10px 10px 10px;display:flex;column-gap:25px}.brandView__navItem{cursor:pointer;position:relative;height:100%;display:flex;align-items:center;text-transform:uppercase;opacity:0.3;transition:all 0.3s ease}.brandView__navItem svg{margin-right:3px;height:20px;width:20px}.brandView__navItem:hover{opacity:1}.brandView__navItem_active{opacity:1}.brandView__headerAdditional{height:100%;display:flex;justify-content:space-between;text-transform:uppercase;padding:5px 10px 0 10px;gap:5px}.brandView__headerInfo{display:flex;align-items:center;gap:5px}.brandView__headerInfo h3{font-size:14px}.brandView__headerInfo p{color:#7f858c;margin-right:5px}.brandView__headerTitle{width:100%;display:flex;align-items:center;justify-content:space-between}.brandView__statusRow{width:100%;display:flex;align-items:center;justify-content:space-between}.brandView__statusRow p{font-size:14px}.brandView__statusRow svg{width:13px;height:13px}.brandView__statusRow_success svg{fill:var(--green)}.brandView__statusRow_danger svg{fill:var(--red)}.brandView__headerLabel{display:flex;align-items:center}.brandView__headerBtnGroup{display:flex;justify-content:center;align-items:center;column-gap:10px}.brandView__headerBtnGroup a{display:flex;align-items:center;font-size:1rem;padding:0.4rem 1rem;text-transform:capitalize;color:#fff;background:var(--sbx-table-primary);border-radius:2px;cursor:pointer}.brandView__headerBtnGroup svg{fill:currentColor;width:14px;height:14px;margin-right:4px}.brandView__headerBtn{color:#fff;border-radius:2px}.brandView__headerBtn_launch{background:#26b276}.brandView__headerBtn_terminate{border-radius:2px;background:#f73e4a}@keyframes simple-appearance{0%{opacity:0}100%{opacity:1}}.imgBox{display:flex;align-items:center;gap:20px}.imgBox>div{flex:1}.imgBox img{max-width:100px;max-height:100px;padding:4px;border:1px solid #ced4da;border-radius:4px}.sbxFormField__datePicker{position:relative !important}.SiteViewModalCBlog{width:100%}.SiteViewModalCBlog--editor{margin:0.5rem 1rem 0 1rem;padding:0}.SiteViewModalCBlog--editor--valid--no--text{display:none}.SiteViewModalCBlog--editor--valid--no{border:1px solid #dc3545}.SiteViewModalCBlog--editor--valid--no .SiteViewModalCBlog--editor--valid--no--text{display:block;margin-top:.25rem;font-size:80%;color:#dc3545}

.brandsInfo{width:100%;height:calc(100vh - 65px);background:#ebeff3;display:flex;flex-direction:column;padding:10px;gap:10px}.brandsInfo__body{display:grid;gap:10px}.brandsInfo__InfoRow{border-radius:3px;background-color:#fff;display:grid;grid-template-columns:270px 1fr 1fr 1fr 1fr;gap:10px;padding:10px}.brandsInfo__Infoitem{display:flex;flex-direction:column;padding:5px;border-radius:3px;border:1px solid var(--transparent-secondary)}.brandsInfo__connectionsRow{border-radius:3px;background-color:#fff;display:grid;grid-template-columns:270px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:10px;padding:10px}.brandsInfo__connectionsItem{display:flex;justify-content:space-between;align-items:center;padding:5px;border-radius:3px;border:1px solid var(--transparent-secondary);min-height:40px}.brandsInfo__label{font-size:14px}.brandsInfo__field{display:flex;flex-direction:column;text-overflow:ellipsis;overflow:hidden;word-break:break-all}.brandsInfo__icon svg{width:16px;height:16px}.brandsInfo__icon_success svg{fill:var(--green)}.brandsInfo__icon_danger svg{fill:var(--red)}.brandsInfo__userMap{width:100%;height:100%;border-radius:3px;overflow:hidden;background-color:#fff;display:grid;grid-template-columns:1fr 5fr;padding:10px;gap:10px}.brandsInfo__userMap svg{width:100%;height:100%;object-fit:contain}.brandsInfo__mapInfo{padding:5px;border-radius:3px;border:1px solid var(--transparent-secondary)}.maxScroll{max-height:50px;overflow-y:auto}

.newsList__status{display:inline-flex;min-width:80px}.newsList__dropdown{display:block}.newsList__dropdown .sbxFormField__datePicker{top:-127px !important;left:-329px !important}.newsList__dropdown-submit-button{margin-bottom:5px;display:flex;justify-content:center}.actionAprooved{fill:#26b276}.newsList__registeredDate{display:flex;align-items:center;color:#698390}.newsList__calendarIcon{margin-right:5px}.newsList__country{min-width:80px;max-width:80px;display:flex;flex-direction:column;align-items:center}.newsList__country span{text-align:center}.newsList__badgeList{display:flex;flex-direction:column;gap:4px;font-size:10px;max-height:100px;overflow-y:auto}.newsList__category{font-size:10px}.newsList__langWrap{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.newsList__lang{position:relative;min-width:30px;min-height:30px;max-width:30px;max-height:30px;overflow:hidden;border-radius:4px;border:1px solid #e9e9e9;display:flex;justify-content:center;align-items:center}.newsList__lang p{font-size:14px;font-weight:600;color:black;text-transform:uppercase}.newsList__langBackground{position:absolute;top:0;left:0;opacity:0.2;min-width:30px;min-height:30px;max-width:30px;max-height:30px}.newsList__langBackground img{min-width:30px;min-height:30px;max-width:30px;max-height:30px;object-fit:cover}

.newsList__status{display:inline-flex;min-width:80px}.newsList__dropdown{display:block}.newsList__dropdown .sbxFormField__datePicker{top:-127px !important;left:-329px !important}.newsList__dropdown-submit-button{margin-bottom:5px;display:flex;justify-content:center}.actionAprooved{fill:#26b276}.newsList__registeredDate{display:flex;align-items:center;color:#698390}.newsList__calendarIcon{margin-right:5px}.newsList__country{min-width:80px;max-width:80px;display:flex;flex-direction:column;align-items:center}.newsList__country span{text-align:center}.newsList__badgeList{display:flex;flex-direction:column;gap:4px;font-size:10px;max-height:100px;overflow-y:auto}.newsList__category{font-size:10px}.newsList__langWrap{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.newsList__lang{position:relative;min-width:30px;min-height:30px;max-width:30px;max-height:30px;overflow:hidden;border-radius:4px;border:1px solid #e9e9e9;display:flex;justify-content:center;align-items:center}.newsList__lang p{font-size:14px;font-weight:600;color:black;text-transform:uppercase}.newsList__langBackground{position:absolute;top:0;left:0;opacity:0.2;min-width:30px;min-height:30px;max-width:30px;max-height:30px}.newsList__langBackground img{min-width:30px;min-height:30px;max-width:30px;max-height:30px;object-fit:cover}

