:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);transition:opacity .15s ease-out;transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity .15s ease-in;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}.button_button__kxxii{background:#fff;border:1px solid blue;border-radius:4px;color:blue;cursor:pointer;font-size:14px;padding:5px 15px}.button_button__kxxii:disabled{border-color:#00000061;color:#00000061;cursor:default}.private-cabinet-header_header__2Qrp\+{align-items:center;display:flex;font-weight:600;height:40px;margin-bottom:20px;position:relative}.private-cabinet-header_header__2Qrp\+ .private-cabinet-header_button__tFCuj{align-items:center;border:none;color:#000;display:flex;height:40px;justify-content:center;padding:0;width:40px}.private-cabinet-header_header__2Qrp\+ .private-cabinet-header_title__mqcWE{font-size:20px}@media(max-width:940px){.private-cabinet-header_header__2Qrp\+ .private-cabinet-header_title__mqcWE{font-size:18px}}.input_label__KNrUq{margin-bottom:4px}.input_block__spSYg{border:1px solid gray;border-radius:4px;cursor:text;height:23px;padding:8px 14px;width:calc(100% - 28px)}.input_block__spSYg .input_input__aCu5A{border:none;font-size:16px;height:23px;line-height:23px;margin:0;outline:none;padding:0;width:100%}.tabs_label__5u2GN{font-size:14px;margin-bottom:4px}.tabs_block__\+kK40{background:#f6f7f8;border-radius:10px;display:flex;height:30px;justify-content:space-between;padding:4px;width:calc(100% - 8px)}.tabs_block__\+kK40 .tabs_tab__ODtsM{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-weight:500;height:100%;justify-content:center;-webkit-user-select:none;user-select:none}.tabs_block__\+kK40 .tabs_tab__active__Tb3z\+{background:blue;color:#fff}.modal_background__RDqCG{background:#0003;cursor:pointer;height:100%;position:fixed;width:100%;z-index:2}.modal_modal__aJo1w{background:#fff;border-radius:12px;bottom:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:20px;position:absolute;right:0;top:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:3}.modal_modal__hidden__jWG7b{display:none}.modal_modal__aJo1w .modal_title__wKA77{font-size:20px;margin-bottom:26px;text-align:center}.dropdown-select_block__odaxI{position:relative;width:100%}.dropdown-select_block__odaxI .dropdown-select_label__1T6sA{margin-bottom:4px}.dropdown-select_block__odaxI .dropdown-select_field__AFf02{align-items:center;border:1px solid gray;border-radius:4px;cursor:pointer;display:flex;font-size:16px;height:23px;justify-content:space-between;line-height:23px;padding:8px 14px;position:relative;width:calc(100% - 28px)}.dropdown-select_block__odaxI .dropdown-select_field__visiblePlaceholder__c8wDr{color:#858585;-webkit-user-select:none;user-select:none}.dropdown-select_block__odaxI .dropdown-select_field__isOpen__4DmEX{border-radius:4px 4px 0 0}.dropdown-select_block__odaxI .dropdown-select_field__isOpenTop__4MGOH{border-radius:0 0 4px 4px}.dropdown-select_block__odaxI .dropdown-select_field__AFf02 .dropdown-select_icon__open__CPopN{transform:rotate(180deg)}.dropdown-select_block__odaxI .dropdown-select_list__j1fCK{background:#fff;border:1px solid gray;border-radius:0 0 4px 4px;border-top:none;position:absolute;width:100%;z-index:1}.dropdown-select_block__odaxI .dropdown-select_list__top__QywyX{border-radius:4px 4px 0 0;border-top:1px solid gray;bottom:40px}.dropdown-select_block__odaxI .dropdown-select_list__j1fCK .dropdown-select_item__fHXLV{border-bottom:1px solid gray;cursor:pointer;padding:8px 14px;text-align:center}.dropdown-select_block__odaxI .dropdown-select_list__j1fCK .dropdown-select_item__fHXLV:last-child{border-bottom:none}.checkbox_block__Ie1pg .checkbox_input__F9l\+A,.checkbox_block__Ie1pg .checkbox_label__Yg5ox{cursor:pointer}.input-range_block__u9\+j7 .input-range_labelContainer__H5Rf0{display:flex}.notification_notification__yatPk{background:#e5e7eb;border-radius:6px;left:20px;padding:14px;position:absolute;top:20px;z-index:2}.notification_notification__yatPk .notification_block__YqojA{position:relative}.notification_notification__yatPk .notification_block__YqojA .notification_button__cEFkI{align-items:center;background:#fff;border:1px solid #000;border-radius:50%;cursor:pointer;display:flex;height:25px;justify-content:center;padding:0;position:absolute;right:-26px;top:-26px;width:25px}.radio-button_block__6loJo,.radio-button_block__6loJo .radio-button_input__D9sfx{cursor:pointer}.radio-button_block__6loJo .radio-button_label__o\+5Pg{cursor:pointer;font-size:18px;margin-left:4px}.textarea_block__m4I-y{width:100%}.textarea_block__m4I-y .textarea_label__Gm43k{margin-bottom:4px}.textarea_block__m4I-y .textarea_textarea__zaqLQ{border:1px solid gray;border-radius:4px;cursor:text;font-size:16px;height:92px;line-height:23px;outline:none;padding:8px 14px;resize:none;width:calc(100% - 28px)}.auth-header_header__myDXQ{align-items:center;display:flex;font-weight:600;height:40px;justify-content:center;margin:20px 0;padding:0 40px;position:relative;width:calc(100% - 80px)}.auth-header_header__myDXQ .auth-header_button__INfwx{align-items:center;border:none;color:#000;display:flex;height:40px;justify-content:center;left:0;padding:0;position:absolute;top:0;width:40px}.auth-header_header__myDXQ .auth-header_title__6cqzY{font-size:20px}@media(max-width:940px){.auth-header_header__myDXQ .auth-header_title__6cqzY{font-size:18px}}.auth_header__Qj5Xe{text-align:center}.auth_button__tqvwc{margin-bottom:20px;width:100%}.auth_button__tqvwc:last-child{margin-bottom:0}.login_header__kru4T{text-align:center}.login_input__xUa-f{margin-bottom:20px}.login_button__-BLlL{width:100%}.login_buttonPasswordReset__1rw2k{border:none;margin-top:20px;padding:0}.registration_header__5St9p{text-align:center}.registration_input__POtCa{margin-bottom:20px}.registration_button__crmGb{width:100%}.password-reset_header__rKOwR{text-align:center}.password-reset_input__SEY5T{margin-bottom:20px}.password-reset_button__1IMpo{width:100%}.meeting_container__Qo6Kf{height:100%}.meeting_container__Qo6Kf .meeting_button__aNKpI{height:38px;width:100px}.meeting_container__Qo6Kf .meeting_button__red__2rfHp{border-color:red;color:red}.meeting_circle__MO28o{background:red;background-image:linear-gradient(126deg,#0000 50%,#fff 0),linear-gradient(90deg,#fff 50%,#0000 0);border-radius:50%;height:100px;width:100px}.add-user-modal_content__CAHCA{width:300px}.add-user-modal_content__CAHCA .add-user-modal_item__UAoAU{margin-bottom:14px}.add-user-modal_content__CAHCA .add-user-modal_buttons__NdF7\+{display:flex;justify-content:space-between}.add-user-modal_content__CAHCA .add-user-modal_buttons__NdF7\+ .add-user-modal_button__NJGiP{margin-top:14px;width:calc(50% - 5px)}.add-user-modal_content__CAHCA .add-user-modal_buttons__NdF7\+ .add-user-modal_button__red__CqmhP{border-color:red;color:red}.new-user-information-modal_content__a60Ha{width:300px}.new-user-information-modal_content__a60Ha .new-user-information-modal_item__5IHUQ{margin-bottom:10px}.new-user-information-modal_content__a60Ha .new-user-information-modal_button__ZIPqB{border-color:red;color:red;width:100%}.change-user-modal_content__mUCFk{width:300px}.change-user-modal_content__mUCFk .change-user-modal_item__O\+9Tk{margin-bottom:14px}.change-user-modal_content__mUCFk .change-user-modal_headset__df\+HB{margin-bottom:24px}.change-user-modal_content__mUCFk .change-user-modal_userHeadset__iKzI4{color:#2563eb;text-align:center}.change-user-modal_content__mUCFk .change-user-modal_headsetButton__ZhlZ9{border-color:#2563eb;color:#2563eb;width:100%}.change-user-modal_content__mUCFk .change-user-modal_buttons__ne4jQ{display:flex;justify-content:space-between;margin-top:30px}.change-user-modal_content__mUCFk .change-user-modal_buttons__ne4jQ .change-user-modal_button__ooLpT{width:calc(50% - 5px)}.change-user-modal_content__mUCFk .change-user-modal_buttons__ne4jQ .change-user-modal_button__red__2BpjD{border-color:red;color:red}.update-user-password-modal_content__n3QFk{width:300px}.update-user-password-modal_content__n3QFk .update-user-password-modal_item__kOKHY{margin-bottom:10px}.update-user-password-modal_content__n3QFk .update-user-password-modal_button__KBWUv{border-color:red;color:red;width:100%}.add-headset-modal_content__GDki2{width:300px}.add-headset-modal_content__GDki2 .add-headset-modal_item__0sR8I{margin-bottom:14px}.add-headset-modal_content__GDki2 .add-headset-modal_buttons__\+zFwp{display:flex;justify-content:space-between}.add-headset-modal_content__GDki2 .add-headset-modal_buttons__\+zFwp .add-headset-modal_button__0rSI\+{width:calc(50% - 5px)}.add-headset-modal_content__GDki2 .add-headset-modal_buttons__\+zFwp .add-headset-modal_button__red__P5oVu{border-color:red;color:red}.change-headset-modal_content__pMP\+8{width:300px}.change-headset-modal_content__pMP\+8 .change-headset-modal_item__Mfy21{margin-bottom:14px}.change-headset-modal_content__pMP\+8 .change-headset-modal_buttons__PsleT{display:flex;justify-content:space-between}.change-headset-modal_content__pMP\+8 .change-headset-modal_button__9jGrR{width:calc(50% - 5px)}.change-headset-modal_content__pMP\+8 .change-headset-modal_button__red__zDZ7G{border-color:red;color:red}.change-headset-modal_content__pMP\+8 .change-headset-modal_button__delete__nOV5U{border:none;color:red;margin-top:26px;padding:0;text-align:left}.delete-headset-modal_content__tl5qq{width:300px}.delete-headset-modal_content__tl5qq .delete-headset-modal_item__UyG9r{margin-bottom:10px;text-align:center}.delete-headset-modal_content__tl5qq .delete-headset-modal_buttons__G8rIr{display:flex;justify-content:space-between}.delete-headset-modal_content__tl5qq .delete-headset-modal_buttons__G8rIr .delete-headset-modal_button__c9uzR{width:calc(50% - 5px)}.delete-headset-modal_content__tl5qq .delete-headset-modal_buttons__G8rIr .delete-headset-modal_button__red__8leuw{border-color:red;color:red}.confirm-user-registration_content__rkBkf{width:300px}.confirm-user-registration_content__rkBkf .confirm-user-registration_item__iPd-9{margin-bottom:14px}.confirm-user-registration_content__rkBkf .confirm-user-registration_buttons__87eyn{display:flex;justify-content:space-between}.confirm-user-registration_content__rkBkf .confirm-user-registration_buttons__87eyn .confirm-user-registration_button__bnit3{width:calc(50% - 5px)}.confirm-user-registration_content__rkBkf .confirm-user-registration_buttons__87eyn .confirm-user-registration_button__red__KL48a{border-color:red;color:red}.photo-modal_modal__WH0bd{height:calc(100% - 90px);width:calc(100% - 60px)}.photo-modal_modal__WH0bd .photo-modal_content__qNX\+U{height:100%;width:100%}.photo-modal_modal__WH0bd .photo-modal_content__qNX\+U .photo-modal_img__wClhX{height:calc(100% - 52px);object-fit:contain;object-position:center;width:100%}.photo-modal_modal__WH0bd .photo-modal_content__qNX\+U .photo-modal_button__SzPla{border-color:red;color:red;width:100%}.exit-video-room_content__RuEjo{display:flex;flex-direction:column;width:300px}.exit-video-room_content__RuEjo .exit-video-room_button__Wtdci{margin-bottom:10px}.exit-video-room_content__RuEjo .exit-video-room_button__Wtdci:last-child{margin-bottom:0}.exit-video-room_content__RuEjo .exit-video-room_button__red__WVVUM{border-color:red;color:red}.confirm-update-user-password-modal_content__NHsNc{width:300px}.confirm-update-user-password-modal_content__NHsNc .confirm-update-user-password-modal_description__iBXFm{font-size:18px;margin-bottom:14px;text-align:center}.confirm-update-user-password-modal_content__NHsNc .confirm-update-user-password-modal_buttons__2UELb{display:flex;justify-content:space-between}.confirm-update-user-password-modal_content__NHsNc .confirm-update-user-password-modal_buttons__2UELb .confirm-update-user-password-modal_button__RiUbs{width:calc(50% - 5px)}.confirm-update-user-password-modal_content__NHsNc .confirm-update-user-password-modal_buttons__2UELb .confirm-update-user-password-modal_button__red__m9bbQ{border-color:red;color:red}.edit-snapshot-modal_modal__vPIMz{max-height:calc(100% - 60px);max-width:calc(100% - 60px)}.edit-snapshot-modal_modal__vPIMz .edit-snapshot-modal_content__Qfolz{max-height:calc(100% - 88px);max-width:100%}.edit-snapshot-modal_modal__vPIMz .edit-snapshot-modal_content__Qfolz .edit-snapshot-modal_photo__GX1ew{max-height:calc(100% - 60px);max-width:100%}.edit-snapshot-modal_modal__vPIMz .edit-snapshot-modal_content__Qfolz .edit-snapshot-modal_photo__GX1ew .edit-snapshot-modal_image__esj-f{max-height:100%;max-width:100%}.edit-snapshot-modal_modal__vPIMz .edit-snapshot-modal_buttons__TJ3NO{display:flex;justify-content:space-between;margin-top:10px}.edit-snapshot-modal_modal__vPIMz .edit-snapshot-modal_buttons__TJ3NO .edit-snapshot-modal_button__-QD92{width:calc(50% - 5px)}.edit-snapshot-modal_modal__vPIMz .edit-snapshot-modal_buttons__TJ3NO .edit-snapshot-modal_button__red__QZe80{border-color:red;color:red}.tools_block__Bh5NO{align-items:center;display:flex;height:50px;justify-content:space-between;margin-top:10px;width:100%}.tools_block__Bh5NO .tools_previewBlock__EnLz0{align-items:center;display:flex;height:50px;justify-content:center;width:50px}.tools_block__Bh5NO .tools_previewBlock__EnLz0 .tools_preview__VpEto{border-radius:50%}.tools_block__Bh5NO .tools_color__0o4Xn{border:2px solid;border-radius:50%;cursor:pointer;height:26px;width:26px}.check-list-modal_modal__LqMZY{max-height:calc(100% - 60px);width:calc(100% - 60px)}.check-list-modal_modal__LqMZY .check-list-modal_content__mxxYy{height:calc(100% - 88px);width:100%}.check-list-modal_modal__LqMZY .check-list-modal_content__mxxYy .check-list-modal_list__LJz\+Z{max-height:500px;overflow:auto}.check-list-modal_modal__LqMZY .check-list-modal_content__mxxYy .check-list-modal_list__LJz\+Z .check-list-modal_item__jSR54{display:flex;margin-bottom:10px}.check-list-modal_modal__LqMZY .check-list-modal_content__mxxYy .check-list-modal_list__LJz\+Z .check-list-modal_item__jSR54 .check-list-modal_inputBlock__fake__9scXC{height:19px;padding:6px 14px;width:47px}.check-list-modal_modal__LqMZY .check-list-modal_content__mxxYy .check-list-modal_list__LJz\+Z .check-list-modal_item__jSR54 .check-list-modal_inputBlock__7MH7a{height:17px;padding:6px 14px;width:45px}.check-list-modal_modal__LqMZY .check-list-modal_content__mxxYy .check-list-modal_list__LJz\+Z .check-list-modal_item__jSR54 .check-list-modal_inputBlock__7MH7a .check-list-modal_input__KYyXa{height:17px}.check-list-modal_modal__LqMZY .check-list-modal_content__mxxYy .check-list-modal_list__LJz\+Z .check-list-modal_item__jSR54 .check-list-modal_text__-uFHy{white-space:pre-line;width:calc(100% - 95px)}.check-list-modal_modal__LqMZY .check-list-modal_buttons__sq5lX{display:flex;justify-content:center;margin-top:10px}.check-list-modal_modal__LqMZY .check-list-modal_buttons__sq5lX .check-list-modal_button__KdPFk{width:calc(50% - 5px)}.check-list-modal_modal__LqMZY .check-list-modal_buttons__sq5lX .check-list-modal_button__red__bhgtG{border-color:red;color:red}.video-modal_modal__P3S4t{height:calc(100% - 90px);width:calc(100% - 60px)}.video-modal_modal__P3S4t .video-modal_content__rG1H8{height:100%;width:100%}.video-modal_modal__P3S4t .video-modal_content__rG1H8 .video-modal_img__hjORj{height:calc(100% - 52px);object-fit:contain;object-position:center;width:100%}.video-modal_modal__P3S4t .video-modal_content__rG1H8 .video-modal_button__0EDDn{border-color:red;color:red;width:100%}.text-loader_loader__COOOk{color:#16a34a;cursor:default;font-size:18px;padding:6px 12px}.select-members-modal_content__J6Q1J{max-height:700px;padding-bottom:48px;position:relative;width:350px}.select-members-modal_content__J6Q1J .select-members-modal_members__7ESGz{border-bottom:1px solid gray;font-size:16px;margin:10px 0;max-height:300px;overflow:auto;padding-bottom:6px}.select-members-modal_content__J6Q1J .select-members-modal_members__7ESGz .select-members-modal_item__uuy4o{border-radius:8px;cursor:pointer;padding:8px}.select-members-modal_content__J6Q1J .select-members-modal_members__7ESGz .select-members-modal_item__uuy4o:hover{background:#f3f4f6}.select-members-modal_content__J6Q1J .select-members-modal_selectMembers__8Cphy{display:flex;flex-wrap:wrap;font-size:16px;margin-top:10px;max-height:250px;overflow:auto}.select-members-modal_content__J6Q1J .select-members-modal_selectMembers__8Cphy>div{align-items:center;border-radius:8px;color:blue;cursor:pointer;display:flex;gap:4px;justify-content:space-between;padding:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-members-modal_content__J6Q1J .select-members-modal_selectMembers__8Cphy>div .select-members-modal_icon__mUH9B{opacity:0}.select-members-modal_content__J6Q1J .select-members-modal_selectMembers__8Cphy>div:hover{background:#f0f9ff}.select-members-modal_content__J6Q1J .select-members-modal_selectMembers__8Cphy>div:hover .select-members-modal_icon__mUH9B{opacity:1}.select-members-modal_content__J6Q1J .select-members-modal_buttons__Jh-gz{bottom:0;display:flex;justify-content:space-between;padding:0 20px;position:absolute;width:calc(100% - 40px)}.select-date-and-time_item__TORS0{margin-bottom:24px}.select-date-and-time_item__TORS0 .select-date-and-time_star__v87PC{color:red}.select-date-and-time_item__TORS0 .select-date-and-time_date__DLrcK{display:flex;margin-top:8px}.select-date-and-time_item__TORS0 .select-date-and-time_date__DLrcK .select-date-and-time_line__phEfe{align-items:center;display:flex;font-size:40px;margin:0 18px}.select-date-modal_buttons__9U\+4L{display:flex;justify-content:space-between;padding:0 20px;width:calc(100% - 40px)}.snapshot-notification_block__zbJus{display:flex;flex-direction:column}.snapshot-notification_block__zbJus .snapshot-notification_content__vvLbd{cursor:pointer}.snapshot-notification_block__zbJus .snapshot-notification_content__vvLbd .snapshot-notification_img__rxjdW{width:150px}.snapshot-notification_block__zbJus .snapshot-notification_button__EzAxP{background:none;border:none;margin-top:5px;padding:0}.video-room_container__HpUId{height:calc(100% - 60px)}.video-room_container__pause__vJhRm{height:calc(100% - 150px);padding-top:150px}.controls_button__s3saa{align-items:center;background:none;border:1px solid #000;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;position:relative;width:36px}.controls_button__s3saa:disabled{border-color:#1010104d}.controls_button__off__8s2X3{background:#ced3d4;border-color:#898989;opacity:.5}.controls_button__phoneDown__9zmGP{background:#dc2626;border-color:#dc2626;border-radius:16px;color:#fff;font-size:16px;width:72px}.controls_button__record__MFgqB{border-color:#dc2626}.controls_button__snapshot__dhezZ{border-color:green;border-radius:16px;color:green;font-weight:600;text-transform:uppercase;width:120px}.controls_button__arrow__ZZcmz{height:20px;padding:0;position:absolute;width:20px}.controls_button__translation__TrXzZ{background:#5eead4}.controls_button__s3saa .controls_warning__OJ4F0{background:#fff;border-radius:50%;position:absolute;right:-5px;top:-5px}.controls_videoResolution__uA35f{width:80px}.controls_selectBitrate__f4iIw{width:100px}.controls_optionsContainer__sCOx1{font-size:12px;position:relative}.controls_optionsContainer__sCOx1 .controls_optionsModal__U7JAf{background:#fff;border-radius:6px;bottom:50px;box-shadow:2px 2px 6px rgba(0,0,0,.059),-2px -2px 6px rgba(0,0,0,.059);padding:10px;position:absolute;right:0;width:200px}.controls_optionsContainer__sCOx1 .controls_optionsModal__U7JAf .controls_item__s44sU{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:10px}.controls_arrowsBlock__e5KnP{height:40px;position:relative;width:60px}.controls_videoResolutionTabs__Worrs{width:170px}.controls-panel_block__vj8\+W{align-items:center;background:#fff;border-radius:6px;bottom:20px;box-shadow:2px 2px 6px rgba(0,0,0,.059),-2px -2px 6px rgba(0,0,0,.059);display:flex;height:52px;padding:0 10px;position:absolute;width:calc(100% - 60px)}.controls-panel_block__fullscreen__O-Uqs{opacity:.7;z-index:2}@media(max-width:940px){.controls-panel_block__vj8\+W{bottom:0;overflow-x:auto;overflow-y:visible;position:relative;width:calc(100% - 20px)}}.controls-panel_block__vj8\+W .controls-panel_container__coPPj{align-items:center;display:flex;justify-content:space-between;width:100%}@media(max-width:940px){.controls-panel_block__vj8\+W .controls-panel_container__coPPj{min-width:900px}}.styles_messagesBlock__ukR\+8{display:flex;flex-direction:column-reverse;height:100%;overflow:auto;width:100%}.styles_messagesBlock__ukR\+8 .styles_scrollBlock__WgEfW{display:flex;flex-direction:column-reverse;padding:20px;width:calc(100% - 40px)}.styles_messageContainer__CpFnr{display:flex;margin-bottom:15px;padding-right:20px;width:calc(100% - 20px)}.styles_messageContainer__CpFnr:first-child{margin-bottom:0}.styles_messageContainer__myMessage__G-dO9{justify-content:flex-end;padding-left:20px;padding-right:0}.styles_messageContainer__CpFnr .styles_message__bVdea{background:#e0f2fe;border-radius:8px;max-width:calc(100% - 48px);overflow-wrap:break-word;padding:8px 40px 8px 8px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_messageContainer__CpFnr .styles_message__notMy__JyT1w{padding-top:4px}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_userName__C7Ilx{color:#4b5563;font-size:14px;margin-bottom:4px}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_content__OG8XW{white-space:pre-line}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_time__Yxi40{align-items:center;bottom:0;color:#9ca3af;display:flex;font-size:11px;height:22px;justify-content:center;position:absolute;right:0;width:40px}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_photosBlock__OjU7M{margin-bottom:10px}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_photosBlock__notContentBottom__967eN{margin-bottom:0}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_photosBlock__OjU7M .styles_photosItem__niEo6{margin-bottom:12px;position:relative;width:100%}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_photosBlock__OjU7M .styles_photosItem__niEo6:last-child{margin-bottom:0}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_photosBlock__OjU7M .styles_photosItem__niEo6 .styles_img__BOg8C{cursor:pointer;width:100%}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_documentsBlock__mgHCF{margin-bottom:6px}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_documentsBlock__notText__JRfsq{margin-bottom:0}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_documentsBlock__mgHCF .styles_ducumentsItem__KcAmQ{align-items:center;display:flex;margin-bottom:10px;width:100%}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_documentsBlock__mgHCF .styles_ducumentsItem__KcAmQ:last-child{margin-bottom:0}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_documentsBlock__mgHCF .styles_ducumentsItem__KcAmQ .styles_image__GpRjZ{align-items:center;background:#3b82f6;border-radius:4px;display:flex;height:24px;justify-content:center;width:24px}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_documentsBlock__mgHCF .styles_ducumentsItem__KcAmQ .styles_name__0tC8Z{overflow:hidden;padding:0 10px;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 68px)}.styles_messageContainer__CpFnr .styles_message__bVdea .styles_documentsBlock__mgHCF .styles_ducumentsItem__KcAmQ .styles_downloadFile__zsWL2{cursor:pointer;height:24px;outline:none;width:24px}.styles_bottomBlock__AikXd{background:#f5f5f5;border-top:1px solid #e5e5e5;padding-bottom:12px}.styles_bottomBlock__AikXd .styles_attachmentsBlockContainer__vyAqc{display:flex;position:relative}.styles_bottomBlock__AikXd .styles_row__yJwEI{align-items:flex-end;display:flex;margin-top:12px}.styles_bottomBlock__AikXd .styles_row__yJwEI .styles_textareaConteiner__opM6N{background:#fff;border:1px solid #e5e5e5;border-radius:8px;cursor:text;min-height:21px;padding:10px 12px;width:calc(100% - 132px)}.styles_bottomBlock__AikXd .styles_row__yJwEI .styles_textareaConteiner__opM6N .styles_textarea__a\+wKx{border:none;font-size:14px;margin:0;max-height:132px;outline:none;resize:none;width:100%}.styles_bottomBlock__AikXd .styles_row__yJwEI .styles_button__TMxjc{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:44px;justify-content:center;margin:0;outline:none;padding:0;position:relative;width:54px}.styles_bottomBlock__AikXd .styles_row__yJwEI .styles_button__TMxjc:disabled{cursor:default}.styles_toolsPupop__rr6o4{background:#fff;border:1px solid #e5e5e5;border-radius:6px;bottom:50px;cursor:default;left:0;padding:6px;position:absolute;width:120px}.styles_toolsPupop__rr6o4 .styles_item__yhUc5{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:30px;padding:0 4px;width:calc(100% - 8px)}@media(hover:hover){.styles_toolsPupop__rr6o4 .styles_item__yhUc5:hover{background:#f5f5f5}}.styles_toolsPupop__rr6o4 .styles_item__yhUc5 .styles_imageBlock__9rUAe{height:18px;margin-right:6px;width:18px}.styles_toolsPupop__rr6o4 .styles_item__yhUc5 .styles_inputFile__F9RGl{display:none}.styles_toggleOpenAttachmentsBlock__BnvBI{align-items:center;background:#f5f5f5;border:none;border-radius:6px 6px 0 0;cursor:pointer;display:flex;height:24px;justify-content:center;margin:0;outline:none;padding:0;position:absolute;top:-25px;width:32px}.styles_fakeAttachmentsBlock__Cqhg-{height:10px}.styles_attachmentsBlock__wJzlS,.styles_fakeAttachmentsBlock__Cqhg-{border-bottom:1px solid #e5e5e5;width:100%}.styles_attachmentsBlock__wJzlS .styles_photosBlock__OjU7M{display:flex;overflow-y:auto}.styles_attachmentsBlock__wJzlS .styles_photosBlock__OjU7M .styles_photosScrollBlock__-rQMl{display:flex;padding:18px 18px 0}.styles_attachmentsBlock__wJzlS .styles_photosBlock__OjU7M .styles_photosScrollBlock__-rQMl .styles_photosItem__niEo6{height:70px;margin-right:12px;position:relative}.styles_attachmentsBlock__wJzlS .styles_photosBlock__OjU7M .styles_photosScrollBlock__-rQMl .styles_photosItem__niEo6:last-child{margin-right:0}.styles_attachmentsBlock__wJzlS .styles_photosBlock__OjU7M .styles_photosScrollBlock__-rQMl .styles_photosItem__niEo6 .styles_img__BOg8C{cursor:pointer;height:100%;width:auto}.styles_attachmentsBlock__wJzlS .styles_photosBlock__OjU7M .styles_photosScrollBlock__-rQMl .styles_photosItem__niEo6 .styles_deleteButton__yxNM0{align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:50%;cursor:pointer;display:flex;height:20px;justify-content:center;margin:0;padding:0;position:absolute;right:-8px;top:-8px;width:20px}.styles_attachmentsBlock__wJzlS .styles_ducumentsBlock__Kip3y{padding:12px;width:calc(100% - 24px)}.styles_attachmentsBlock__wJzlS .styles_ducumentsBlock__Kip3y .styles_ducumentsItem__KcAmQ{align-items:center;display:flex;margin-bottom:10px;width:100%}.styles_attachmentsBlock__wJzlS .styles_ducumentsBlock__Kip3y .styles_ducumentsItem__KcAmQ:last-child{margin-bottom:0}.styles_attachmentsBlock__wJzlS .styles_ducumentsBlock__Kip3y .styles_ducumentsItem__KcAmQ .styles_image__GpRjZ{align-items:center;background:#3b82f6;border-radius:4px;display:flex;height:24px;justify-content:center;width:24px}.styles_attachmentsBlock__wJzlS .styles_ducumentsBlock__Kip3y .styles_ducumentsItem__KcAmQ .styles_name__0tC8Z{overflow:hidden;padding:0 10px;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 68px)}.styles_attachmentsBlock__wJzlS .styles_ducumentsBlock__Kip3y .styles_ducumentsItem__KcAmQ .styles_buttonDelete__gwkuG{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;margin:0;outline:none;padding:0;width:24px}.messenger_container__Spg7I{background:#fff;flex-direction:column;justify-content:center}.content_block__49Ei-,.messenger_container__Spg7I{display:flex;height:100%;width:100%}@media(max-width:940px){.content_block__49Ei-{height:calc(100% - 58px)}}.content_block__49Ei- .content_mainStreamContainer__2Oc36{border-radius:6px;box-shadow:2px 2px 6px rgba(0,0,0,.059),-2px -2px 6px rgba(0,0,0,.059);height:calc(100% - 82px);margin-right:10px;padding:10px;width:calc(100% - 390px)}@media(max-width:940px){.content_block__49Ei- .content_mainStreamContainer__otherBlock__U0EKE{display:none}}.content_block__49Ei- .content_mainStreamContainer__notOtherBlock__NhMps{margin-right:0;width:calc(100% - 20px)}.content_block__49Ei- .content_mainStreamContainer__fullscreen__OOCP2{background:#fff;height:calc(100% - 20px);left:0;position:absolute;top:0;width:calc(100% - 20px);z-index:1}.content_block__49Ei- .content_mainStreamContainer__translation__lrpJZ{box-shadow:2px 2px 6px #5eead4,-2px -2px 6px #5eead4}.content_block__49Ei- .content_otherBlock__8ZD46{border-radius:6px;box-shadow:2px 2px 6px rgba(0,0,0,.059),-2px -2px 6px rgba(0,0,0,.059);height:calc(100% - 82px);padding:10px;width:340px}@media(max-width:940px){.content_block__49Ei- .content_otherBlock__8ZD46{width:100%}}.content_block__49Ei- .content_otherBlock__hidden__3sats{display:none}.video-stream_container__dL9sC{height:100%;width:500px}.video-stream_container__dL9sC .video-stream_title__\+Yc1K{height:24px}.video-stream_container__dL9sC .video-stream_videoContainter__Hy0MH{height:calc(100% - 24px);position:relative}.video-stream_container__dL9sC .video-stream_videoContainter__Hy0MH .video-stream_video__OO1kT{max-height:100%;width:100%}.video-stream_container__dL9sC .video-stream_videoContainter__Hy0MH .video-stream_video__notStream__UrsQr{background:#000;height:100%}.video-stream_bitrate__ektF4{right:0}.video-stream_bitrate__ektF4,.video-stream_videoResolution__oEZhZ{background:#1d4ed8;bottom:4px;color:#fff;font-size:10px;padding:2px;position:absolute}.video-stream_videoResolution__oEZhZ{left:0}.video-stream_elements__B240R{cursor:pointer;position:absolute;top:0}.video-stream_elements__B240R .video-stream_elementsContainer__zcx5S{height:100%;position:relative;width:100%}.video-stream_elements__B240R .video-stream_elementsContainer__zcx5S .video-stream_horizontalLine__MNwL1{background:red;bottom:0;height:2px;margin:auto 0;opacity:.7;position:absolute;top:0;width:100%}.video-stream_elements__B240R .video-stream_elementsContainer__zcx5S .video-stream_verticalLine__wmD9Z{background:red;height:100%;left:0;margin:0 auto;opacity:.7;position:absolute;right:0;width:2px}.video-stream_elements__B240R .video-stream_elementsContainer__zcx5S .video-stream_circle__m7P3d{border:2px solid red;border-radius:50%;bottom:0;height:100px;left:0;margin:auto;opacity:.7;position:absolute;right:0;top:0;width:100px}.video-stream_elements__B240R .video-stream_elementsContainer__zcx5S .video-stream_activeBlock__3nUZh{height:100%;left:0;position:absolute;top:0;width:100%}.video-stream_positionControlContainer__wHyAa{bottom:20px;left:20px;position:absolute;-webkit-user-select:none;user-select:none}.video-stream_positionControlContainer__fullscreen__QvZm0{bottom:80px}.video-stream_positionControlContainer__wHyAa .video-stream_positionControl__cJZSB{height:100px;position:relative;transform:rotate(-45deg);width:100px}.video-stream_positionControlContainer__wHyAa .video-stream_positionControl__cJZSB .video-stream_horizontalLine__MNwL1{background:#fff;height:4px;opacity:.5;position:absolute;top:48px;width:100%}.video-stream_positionControlContainer__wHyAa .video-stream_positionControl__cJZSB .video-stream_verticalLine__wmD9Z{background:#fff;height:100%;left:48px;opacity:.5;position:absolute;top:0;width:4px}.video-stream_positionControlContainer__wHyAa .video-stream_positionControl__cJZSB .video-stream_item__KY2gR{height:50px;opacity:.5;position:absolute;width:50px}.video-stream_positionControlContainer__wHyAa .video-stream_positionControl__cJZSB .video-stream_item__active__ygGKL{opacity:.7}.video-stream_positionControlContainer__wHyAa .video-stream_positionControl__cJZSB .video-stream_item__KY2gR .video-stream_itemContent__J\+3AY{position:relative}.video-stream_positionControlContainer__wHyAa .video-stream_positionControl__cJZSB .video-stream_item__KY2gR .video-stream_itemContent__J\+3AY .video-stream_quarterCircle__a-qlm{background:#000;border-radius:0 100% 0 0;height:50px;width:50px}.video-stream_positionControlContainer__wHyAa .video-stream_positionControl__cJZSB .video-stream_item__KY2gR .video-stream_itemContent__J\+3AY .video-stream_arrow__e2\+fU{bottom:0;height:40px;left:0;margin:auto;position:absolute;right:0;top:0;transform:rotate(45deg);width:40px}.streams_mainStreamBlock__bGMOC{align-items:center;display:flex;height:100%;margin-right:10px;width:100%}.streams_mainStreamBlock__fullscreen__2a-aB{background:#fff;left:0;position:absolute;top:0;z-index:1}.streams_mainStreamBlock__bGMOC .streams_videoContainer__OrNo3{height:100%;width:100%}.streams_allStreamsBlock__I-z0O{height:100%;overflow:auto;width:100%}.streams_allStreamsBlock__hidden__cpIFW{display:none}.streams_allStreamsBlock__I-z0O .streams_item__aKChn{margin-bottom:10px;width:100%}.streams_allStreamsBlock__I-z0O .streams_item__aKChn:last-child{margin-bottom:0}.streams_allStreamsBlock__I-z0O .streams_item__aKChn .streams_videoContainer__OrNo3{width:100%}.streams_allStreamsBlock__I-z0O .streams_item__aKChn .streams_videoContainer__OrNo3 .streams_video__DS7kp{border:1px solid #fff;cursor:pointer;width:calc(100% - 2px)}.streams_allStreamsBlock__I-z0O .streams_item__aKChn .streams_videoContainer__OrNo3 .streams_video__active__hXLqq{border-color:blue}.preparation_container__lt7-P{height:calc(100% - 60px)}.my-stream_block__3bQfS{height:calc(100% - 264px);margin-bottom:20px;width:100%}@media(max-width:940px){.my-stream_block__3bQfS{height:auto}}.my-stream_block__3bQfS .my-stream_video__RPlQ6{width:auto}.role-selection-block_block__3Jrbn{display:flex;height:180px;justify-content:space-between;margin:0 auto;max-width:1350px}@media(max-width:940px){.role-selection-block_block__3Jrbn{display:block}}.role-selection-block_block__3Jrbn .role-selection-block_item__AGkvS{text-align:center;width:300px}@media(max-width:940px){.role-selection-block_block__3Jrbn .role-selection-block_item__AGkvS{width:100%}}.role-selection-block_block__3Jrbn .role-selection-block_item__myHeadset__6fy5W{margin:0 auto}.role-selection-block_block__3Jrbn .role-selection-block_item__AGkvS .role-selection-block_title__jd\+iN{font-weight:600;margin-bottom:10px}@media(max-width:940px){.role-selection-block_block__3Jrbn .role-selection-block_item__AGkvS .role-selection-block_title__jd\+iN{display:none}}.role-selection-block_block__3Jrbn .role-selection-block_item__AGkvS .role-selection-block_button__CLshB{margin-bottom:10px;width:calc(100% - 20px)}@media(max-width:940px){.role-selection-block_block__3Jrbn .role-selection-block_item__AGkvS .role-selection-block_button__CLshB{width:100%}.role-selection-block_block__3Jrbn .role-selection-block_item__AGkvS .role-selection-block_description__oQUAi{display:none}}.stream-options_block__ioEu7{bottom:10px;display:flex;justify-content:space-between;left:0;margin:0 auto;position:absolute;right:0;width:100px}.stream-options_block__ioEu7 .stream-options_button__CLdkq{align-items:center;background:none;background:#fff;border:1px solid #000;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;position:relative;width:36px}.stream-options_block__ioEu7 .stream-options_button__CLdkq:disabled{border-color:#1010104d}.stream-options_block__ioEu7 .stream-options_button__off__ryBaW{background:#ced3d4;border-color:#898989;opacity:.5}.stream-options_block__ioEu7 .stream-options_button__CLdkq .stream-options_warning__\+3BJ-{background:#fff;border-radius:50%;position:absolute;right:-5px;top:-5px}.select-devices_block__1z6Nt{display:flex;justify-content:center;margin:10px auto}@media(max-width:940px){.select-devices_block__1z6Nt{display:block}}.select-devices_dropdown__ntrCD{margin:0 5px;width:400px}@media(max-width:940px){.select-devices_dropdown__ntrCD{margin:0 0 10px;width:100%}.select-devices_dropdown__ntrCD:last-child{margin-bottom:0}}.failed-banner_banner__EUL1A{align-items:center;display:flex;height:calc(100% - 264px);justify-content:center;margin-bottom:20px;width:100%}.failed-banner_banner__EUL1A .failed-banner_content__NNm70{font-size:24px;font-weight:600;text-align:center;white-space:pre-line}.headset-selector_block__NirJW{margin-left:10px}.timer_block__wTEhZ{background:#bbf7d0;border-radius:5px;display:flex;justify-content:center;margin-left:20px;padding:5px 0;width:85px}.column_column__Z\+bj7{border:1px solid #e5e5e5;border-radius:12px;height:calc(100% - 26px);margin-right:20px;padding:12px 10px;width:calc(50% - 22px)}.column_column__Z\+bj7:last-child{margin-right:0}.column_column__Z\+bj7 .column_header__0SGVD{height:62px;width:100%}.column_column__Z\+bj7 .column_header__0SGVD .column_button__ii2IG{border:none;margin-bottom:10px;padding:0}.column_column__Z\+bj7 .column_header__0SGVD .column_headerTitle__M1cxf{font-size:20px}.column_column__Z\+bj7 .column_content__vaplw{height:calc(100% - 63px);overflow:auto}.headset-details_container__7E163{display:flex;flex-direction:column;gap:24px;height:calc(100vh - 164px);overflow:hidden;width:100%}@media(max-width:940px){.headset-details_container__7E163{overflow:auto}}.headset-details_container__7E163 .headset-details_content__P8EAn{display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}@media(max-width:940px){.headset-details_container__7E163 .headset-details_content__P8EAn{width:200%}}.headset-details_columnItem__gRG7e{align-items:center;border-radius:10px;display:flex;height:32px;padding:5px 10px;position:relative}@media(hover:hover){.headset-details_columnItem__gRG7e:hover{background:#f3f4f6}}.headset-details_columnItem__gRG7e:last-child{margin-bottom:0}.headset-details_columnItem__gRG7e .headset-details_point__-1GeG{background:#000;border-radius:50%;height:6px;margin-right:8px;width:6px}.headset-details_columnItem__gRG7e .headset-details_number__9He73{font-size:22px;line-height:26px;margin-right:4px}.headset-details_columnItem__gRG7e .headset-details_name__pOld1{font-size:16px;line-height:20px}.headset-details_columnItem__gRG7e .headset-details_status__1YFFm{color:orange;font-size:14px;line-height:16px}.headset-details_columnItem__gRG7e .headset-details_status__active__jPW66{color:green}.headset-details_columnItem__gRG7e .headset-details_buttons__r8ZJd{align-items:center;display:flex;position:absolute;right:10px}.headset-details_columnItem__gRG7e .headset-details_buttons__r8ZJd .headset-details_button__bN2E\+{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:25px;justify-content:center;margin:0 5px 0 0;padding:0;width:25px}.headset-details_columnItem__gRG7e .headset-details_buttons__r8ZJd .headset-details_button__bN2E\+:last-child{margin-right:0}.headset-details_player__InIMP{max-width:calc(100vw - 140px)}.headset-details_player__InIMP .headset-details_video__6sfKl{display:flex;justify-content:center;margin-bottom:20px;max-height:calc(100vh - 250px)}.headset-details_player__InIMP .headset-details_playerFooter__OTKCV{display:flex;justify-content:space-between}.videos_videosFeed__sj786{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));overflow:auto;padding-bottom:100px}.videos_videosFeed__sj786 .videos_player__qgX-r{grid-column:1/-1;margin-bottom:20px;max-height:calc(100vh - 250px)}.videos_videosFeed__sj786 .videos_player__qgX-r .videos_video__-tCIg{display:flex;height:calc(100% - 70px);justify-content:center;width:100%}.videos_videosFeed__sj786 .videos_player__qgX-r .videos_playerFooter__qP81r{display:flex;justify-content:space-between}.videos_videosFeed__sj786 .videos_player__qgX-r .videos_playerFooter__qP81r .videos_title__nuiOq{font-size:22px;font-weight:500;line-height:26px;margin-top:8px}.videos_videosFeed__sj786 .videos_item__1Qx8L{background-color:#fff;border-radius:10px;cursor:pointer;max-width:470px;min-width:310px;padding:10px}.videos_videosFeed__sj786 .videos_item__1Qx8L:hover{background-color:#f1f5f9}.videos_videosFeed__sj786 .videos_item__1Qx8L .videos_title__nuiOq{font-size:18px;font-weight:500;line-height:20px;margin-top:8px}.finish-meeting_container__21HYO{height:calc(100% - 60px);width:100%}.block_block__QGYnT{padding:0 16px;width:300px}.block_block__QGYnT .block_conteiner__EHcmF{display:flex;flex-direction:column;height:226px;justify-content:space-between;margin-bottom:14px;width:100%}.block_block__QGYnT .block_conteiner__EHcmF .block_title__LK1xS{font-size:18px;font-weight:600;margin-bottom:12px}.block_block__QGYnT .block_conteiner__EHcmF .block_description__vU\+Jn{margin-bottom:8px}.block_block__QGYnT .block_conteiner__EHcmF .block_radioButtonsContainer__drw-G .block_item__0Z\+xj{margin-bottom:4px}.survey_container__Vm2jT{height:calc(100% - 100px);padding-top:100px;position:relative;width:100%}.survey_container__Vm2jT .survey_blocks__LDveo{display:flex;height:auto;justify-content:space-between;margin:0 auto;max-width:1520px;overflow:auto}.survey_container__Vm2jT .survey_blocks__LDveo .survey_scrollBlocks__zlml7{display:flex;justify-content:space-between;min-width:1000px}.survey_container__Vm2jT .survey_button__OXCeR{bottom:20px;height:40px;left:0;margin:0 auto;position:absolute;right:0;width:320px}.stars-block_starts__ojT-b{display:flex;justify-content:center;margin-right:10px}.stars-block_starts__ojT-b .stars-block_starContainer__bmeTC{position:relative}.stars-block_starts__ojT-b .stars-block_starContainer__bmeTC .stars-block_darkening__gM44u{background:#fff;height:100%;opacity:.6;position:absolute;right:0}.final_container__1oK6m{height:100%;position:relative;width:100%}.final_container__1oK6m .final_rating__zmz6i{font-size:32px;margin-bottom:12px;text-align:center}.final_container__1oK6m .final_discription__webJl{font-size:24px;margin-top:46px;text-align:center}.final_container__1oK6m .final_button__zz46t{bottom:20px;height:40px;left:0;margin:0 auto;position:absolute;right:0;width:320px}.confirm-registration_container__sqbao{height:calc(100vh - 190px);padding:40px 0 150px;position:relative}.confirm-registration_container__sqbao .confirm-registration_title__q2NoN{font-size:28px;font-weight:600;margin-bottom:128px;text-align:center}.confirm-registration_container__sqbao .confirm-registration_content__vSpMv{align-items:center;display:flex;justify-content:center}.confirm-registration_container__sqbao .confirm-registration_content__vSpMv .confirm-registration_text__2N-TG{color:green;font-size:28px;font-weight:600;margin-left:10px}.confirm-registration_container__sqbao .confirm-registration_button__mWSH6{bottom:40px;height:40px;left:0;margin:0 auto;position:absolute;right:0;width:220px}.confirm-password-reset_container__HasJA{height:calc(100vh - 190px);margin:0 auto;padding:40px 0 150px;position:relative;width:500px}.confirm-password-reset_container__HasJA .confirm-password-reset_title__gBa9f{font-size:28px;font-weight:600;margin-bottom:128px;text-align:center}.confirm-password-reset_container__HasJA .confirm-password-reset_button__3K6ZK{height:40px;margin-top:40px;width:100%}.confirm-password-reset_container__HasJA .confirm-password-reset_content__9h17f{align-items:center;display:flex;justify-content:center}.confirm-password-reset_container__HasJA .confirm-password-reset_content__9h17f .confirm-password-reset_text__WuOHb{color:green;font-size:28px;font-weight:600;margin-left:10px}.conference-users-block_title__wM5BN{margin-bottom:8px}.conference-users-block_title__wM5BN .conference-users-block_star__pKx7R{color:red}.create-сonference_page__87\+Nk{max-height:100%;overflow:auto;padding-top:8px}.create-сonference_page__87\+Nk .create-сonference_content__9imAd{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:850px;padding-bottom:40px}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_item__fC9qF .create-сonference_filesBlock__Rj94c{margin-top:12px}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_item__fC9qF .create-сonference_filesBlock__Rj94c .create-сonference_fileItem__sZ-EN{align-items:center;display:flex;padding:4px 0}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_item__fC9qF .create-сonference_filesBlock__Rj94c .create-сonference_fileItem__sZ-EN .create-сonference_name__M818Z{margin-left:4px}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_label__VRpW5{margin-bottom:8px}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_label__VRpW5 .create-сonference_star__dYYU2{color:red}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_button__XIjcb{width:200px}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_dropzone__wN-5G{align-items:center;border:1px dashed #1976d2;border-radius:10px;color:#1976d2;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;height:100px;justify-content:center;line-height:1.75;text-transform:uppercase;width:100%}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_dropzone__active__vFxTG{border-style:solid}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_item_fullWidth__0\+xZD{width:100%}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_date__cWk8p{display:flex;margin-top:8px}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_date__cWk8p .create-сonference_line__uzTxM{align-items:center;display:flex;font-size:40px;margin:0 18px}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_addFile__YTr3l{border:none;color:green;margin-top:12px}.create-сonference_page__87\+Nk .create-сonference_content__9imAd .create-сonference_addUser__j5IVr{border-color:green;color:green;margin-top:12px}.providers-modal_content__kzexT{width:300px}.providers-modal_content__kzexT .providers-modal_item__M1grt{border-radius:8px;cursor:pointer;padding:8px}.providers-modal_content__kzexT .providers-modal_item__M1grt:hover{background:#f3f4f6}.providers-modal_buttons__GZk1F{display:flex;gap:8px;margin-top:8px}.conference-status_container__SdBwf{width:140px}.conference-status_container__SdBwf .conference-status_status__NmI\+Q{border-radius:8px;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.conference-status_container__SdBwf .conference-status_status__draft__Nb9MM{background:#6b7280;color:#fff}.conference-status_container__SdBwf .conference-status_status__pending__WS928{background:#f97316;color:#fff}.conference-status_container__SdBwf .conference-status_status__scheduled__WzesA{background:#22c55e;color:#fff}.conference-status_container__SdBwf .conference-status_status__inProgress__PJvwz{background:#2563eb;color:#fff}.conference-status_container__SdBwf .conference-status_status__completed__kMljd{background:#8b5cf6;color:#fff}.conference-status_container__SdBwf .conference-status_status__cancelled__rSgM0{background:#6b7280;color:#fff}.conference-time-type_container__cNRum{width:160px}.conference-time-type_container__cNRum .conference-time-type_type__5OjjD{border-radius:8px;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.conference-time-type_container__cNRum .conference-time-type_type__now__oo3uE{background:#fecaca}.conference-time-type_container__cNRum .conference-time-type_type__today__H0RMY{background:#fed7aa}.conference-time-type_container__cNRum .conference-time-type_type__threeDays__KE7qN{background:#fef08a}.conference-time-type_container__cNRum .conference-time-type_type__custom__fO2a5{background:#bae6fd}.page_container__zKESi{display:flex;flex-direction:column;gap:24px;height:calc(100vh - 164px);overflow:hidden;width:100%}@media(max-width:940px){.page_container__zKESi{overflow:auto}}.page_container__zKESi .page_content__\+4FA2{display:flex;flex-grow:1;height:100%;overflow:hidden}@media(max-width:940px){.page_container__zKESi .page_content__\+4FA2{width:200%}}.page_columnItem__88GaG{align-items:center;border-radius:10px;display:flex;height:32px;padding:5px 10px;position:relative}@media(hover:hover){.page_columnItem__88GaG:hover{background:#f3f4f6}}.page_columnItem__88GaG:last-child{margin-bottom:0}.page_columnItem__88GaG .page_point__PWDwg{background:#000;border-radius:50%;height:6px;margin-right:8px;width:6px}.page_columnItem__88GaG .page_number__QNVE-{font-size:22px;line-height:26px;margin-right:4px}.page_columnItem__88GaG .page_name__IotPj{font-size:16px;line-height:20px;max-width:calc(100% - 98px)}.page_columnItem__88GaG .page_name__IotPj .page_userHeadset__od-ei{color:#16a34a}.page_columnItem__88GaG .page_name__IotPj .page_myHeadset__gxDkF{color:#1d4ed8}.page_columnItem__88GaG .page_status__lph0Z{color:orange;font-size:14px;line-height:16px}.page_columnItem__88GaG .page_status__active__tgjPY{color:green}.page_columnItem__88GaG .page_buttons__0cTCi{align-items:center;display:flex;position:absolute;right:10px}.page_columnItem__88GaG .page_buttons__0cTCi .page_button__geQlm{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:25px;justify-content:center;margin:0 5px 0 0;padding:0;width:25px}.page_columnItem__88GaG .page_buttons__0cTCi .page_button__geQlm:last-child{margin-right:0}.page_addUserButton__WDmKm{padding:6px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page_table__f3uOX{margin:1px;width:calc(100% - 4px)}.page_table__f3uOX .page_notActive__GJchj{background:#d1d5db}.page_tokenBlock__OFLTX{display:flex;flex-direction:column;gap:8px;max-width:500px}.page_tokenBlock__OFLTX .page_tokenButton__QjuH\+{padding:6px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page_tokenBlock__OFLTX .page_tokenInput__Lnu0g{cursor:pointer}.page_cteateConnectModal__NVFl2{display:flex;flex-direction:column;gap:8px;width:300px}.page_cteateConnectModal__NVFl2 .page_buttonBlock__bxqei{display:flex;gap:8px}.home-dispatcher_page__L0QUp{display:flex;flex-direction:column;gap:24px;height:calc(100vh - 174px);overflow:hidden;width:100%}@media(max-width:940px){.home-dispatcher_page__L0QUp{overflow:auto}}.home-dispatcher_page__L0QUp .home-dispatcher_tabs__Tzy56{max-width:700px}.home-dispatcher_page__L0QUp .home-dispatcher_table__sj5wT{margin-top:24px}.page_container__XWQmZ{display:flex;flex-direction:column;gap:24px;height:calc(100vh - 164px);overflow:hidden;width:100%}@media(max-width:940px){.page_container__XWQmZ{overflow:auto}}.page_container__XWQmZ .page_content__cDlnA{display:flex;flex-grow:1;height:100%;overflow:hidden}@media(max-width:940px){.page_container__XWQmZ .page_content__cDlnA{width:200%}}.page_columnItem__aEdFp{align-items:center;border-radius:10px;display:flex;height:32px;padding:5px 10px;position:relative}@media(hover:hover){.page_columnItem__aEdFp:hover{background:#f3f4f6}}.page_columnItem__aEdFp:last-child{margin-bottom:0}.page_columnItem__aEdFp .page_point__6or0Y{background:#000;border-radius:50%;height:6px;margin-right:8px;width:6px}.page_columnItem__aEdFp .page_number__u7TLQ{font-size:22px;line-height:26px;margin-right:4px}.page_columnItem__aEdFp .page_name__z8zWC{font-size:16px;line-height:20px;max-width:calc(100% - 98px)}.page_columnItem__aEdFp .page_name__z8zWC .page_userHeadset__r8bSF{color:#16a34a}.page_columnItem__aEdFp .page_name__z8zWC .page_myHeadset__BdweY{color:#1d4ed8}.page_columnItem__aEdFp .page_status__gVkB1{color:orange;font-size:14px;line-height:16px}.page_columnItem__aEdFp .page_status__active__J4T57{color:green}.page_columnItem__aEdFp .page_buttons__iorjh{align-items:center;display:flex;position:absolute;right:10px}.page_columnItem__aEdFp .page_buttons__iorjh .page_button__fZlgR{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:25px;justify-content:center;margin:0 5px 0 0;padding:0;width:25px}.page_columnItem__aEdFp .page_buttons__iorjh .page_button__fZlgR:last-child{margin-right:0}.page_addUserButton__SO\+kc{padding:6px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page_table__dwSz1{margin:1px;width:calc(100% - 4px)}.page_table__dwSz1 .page_notActive__F5AKd{background:#d1d5db}.page_tokenBlock__Qmeup{display:flex;flex-direction:column;gap:8px;max-width:500px}.page_tokenBlock__Qmeup .page_tokenButton__q-lcq{padding:6px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page_tokenBlock__Qmeup .page_tokenInput__uanZe{cursor:pointer}.page_cteateConnectModal__jXRqm{display:flex;flex-direction:column;gap:8px;width:300px}.page_cteateConnectModal__jXRqm .page_buttonBlock__lL1fi{display:flex;gap:8px}.dispatcher-edit-conference_page__n2tZL{max-height:100%;overflow:auto;padding-top:8px}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_content__QMby9{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:850px;padding-bottom:40px}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_content__QMby9 .dispatcher-edit-conference_filesBlock__yPsEf{margin-top:12px}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_content__QMby9 .dispatcher-edit-conference_filesBlock__yPsEf .dispatcher-edit-conference_fileItem__Z8lJ9{align-items:center;display:flex;padding:4px 0}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_content__QMby9 .dispatcher-edit-conference_filesBlock__yPsEf .dispatcher-edit-conference_fileItem__Z8lJ9 .dispatcher-edit-conference_name__ezlOb{margin-left:4px}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_label__dvCRY{margin-bottom:8px}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_label__dvCRY .dispatcher-edit-conference_star__u-M9g{color:red}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_item_fullWidth__VPn1k{width:100%}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_date__o3mNC{display:flex;margin-top:8px}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_date__o3mNC .dispatcher-edit-conference_line__HAwV9{align-items:center;display:flex;font-size:40px;margin:0 18px}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_addFile__uvJkG{border:none;color:green;margin-top:12px}.dispatcher-edit-conference_page__n2tZL .dispatcher-edit-conference_addUser__fUuHk{border-color:green;color:green;margin-top:12px}.conference-information_page__g-2Ep{max-height:100%;overflow:auto;padding-top:8px}.conference-information_page__g-2Ep .conference-information_content__W0Rml{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:850px;padding-bottom:40px}.conference-information_page__g-2Ep .conference-information_content__W0Rml .conference-information_filesBlock__Wp4jF{margin-top:12px}.conference-information_page__g-2Ep .conference-information_content__W0Rml .conference-information_filesBlock__Wp4jF .conference-information_fileItem__G2dTZ{align-items:center;display:flex;padding:4px 0}.conference-information_page__g-2Ep .conference-information_content__W0Rml .conference-information_filesBlock__Wp4jF .conference-information_fileItem__G2dTZ .conference-information_name__EiCtv{margin-left:4px}.conference-information_page__g-2Ep .conference-information_label__Qg7h-{margin-bottom:8px}.conference-information_page__g-2Ep .conference-information_item_fullWidth__0fQk5{width:100%}.conference-information_page__g-2Ep .conference-information_date__SDRvK{display:flex;margin-top:8px}.conference-information_page__g-2Ep .conference-information_date__SDRvK .conference-information_line__N1Lvo{align-items:center;display:flex;font-size:40px;margin:0 18px}.conference-information_page__g-2Ep .conference-information_addFile__E2DD1{border:none;color:green;margin-top:12px}.conference-information_page__g-2Ep .conference-information_addUser__oJzX1{border-color:green;color:green;margin-top:12px}.conference_container__P9CBp{height:100%}.conference_container__P9CBp .conference_button__NbxSp{height:38px;width:100px}.conference_container__P9CBp .conference_button__red__Lvbd-{border-color:red;color:red}.conference_circle__dET8G{background:red;background-image:linear-gradient(126deg,#0000 50%,#fff 0),linear-gradient(90deg,#fff 50%,#0000 0);border-radius:50%;height:100px;width:100px}.video-room_container__7svGS{height:calc(100% - 60px)}.video-room_container__pause__ytYnq{height:calc(100% - 150px);padding-top:150px}.photos_feed__rm881{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));padding-bottom:100px}.photos_feed__rm881 .photos_item__RKXzG{background-color:#fff;border-radius:10px;cursor:pointer;max-width:470px;min-width:310px;padding:10px}.photos_feed__rm881 .photos_item__RKXzG:hover{background-color:#f1f5f9}.photos_feed__rm881 .photos_item__RKXzG .photos_title__xbRUY{font-size:18px;font-weight:500;line-height:20px;margin-top:8px}.language-selector_block__qbeKV{left:20px;position:absolute;top:10px;width:72px}.auth-layout_page__x00L9{display:flex;flex-direction:column;height:100vh;justify-content:space-between;overflow:hidden;width:100%}.auth-layout_page__x00L9 .auth-layout_content__O8T1X{margin:0 auto;padding:10px 0;width:320px}@media(max-width:940px){.auth-layout_page__x00L9 .auth-layout_content__O8T1X{padding-top:30px}}.auth-layout_page__x00L9 .auth-layout_video__roXlz{display:block;margin:10px auto 0;max-height:calc(100% - 500px);width:100%}.private-cabinet-layout_page__SrN\+u{min-height:100vh}.private-cabinet-layout_page__SrN\+u .private-cabinet-layout_content__X29EI{height:calc(100vh - 30px);padding:10px 20px 20px}.private-cabinet-layout_page__SrN\+u .private-cabinet-layout_content__hasHeade__X54AY{height:calc(100vh - 100px)}.header_header__kpdei{align-items:center;border-bottom:1px solid #000;display:flex;height:70px;justify-content:flex-end;padding:0 20px;position:relative}.header_header__kpdei .header_logo__UZvpr{align-items:center;color:#000;display:flex;font-size:34px;height:70px;justify-content:center;left:40px;position:absolute;text-decoration:none}.header_header__kpdei .header_userName__lHX20{align-items:center;cursor:pointer;display:flex;height:100%;padding:0 20px;position:relative}@media(hover:hover){.header_header__kpdei .header_userName__lHX20:hover{background:#f3f4f6}}@media(max-width:940px){.header_header__kpdei .header_userName__lHX20 .header_role__OTDMp{display:none}}.header_header__kpdei .header_userName__lHX20 .header_arrow__6KFBx{margin-left:10px;transition:transform .2s ease-out}.header_header__kpdei .header_userName__lHX20 .header_arrow__close__jNuBu{transform:rotate(180deg)}.header_header__kpdei .header_confirmButton__1uqNJ{margin-right:10px}.information-block_informationBlock__AhBGk{background:#fff;border:1px solid #e5e5e5;border-radius:6px;cursor:default;opacity:0;padding:14px;position:absolute;right:20px;top:68px;transform:translateY(100px);transition:transform .2s ease-out,opacity .2s ease-out,visibility .2s;visibility:hidden;width:220px;z-index:1}.information-block_informationBlock__visible__mJApj{opacity:1;transform:translate(0);visibility:visible}.information-block_informationBlock__AhBGk .information-block_balance__O8E3X{background:#facc15;border-radius:6px;margin:10px 0;padding:5px 10px;width:calc(100% - 20px)}.information-block_informationBlock__AhBGk .information-block_logoutButton__Sci1w{border-color:red;color:red;width:100%}.information-block_informationBlock__AhBGk .information-block_languageSelector__2gVs5{margin-top:10px;position:static}.check-list-control_button__\+UFzg{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:50%;bottom:100px;cursor:pointer;display:flex;height:58px;justify-content:center;left:1px;outline:none;position:fixed;width:58px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.react-calendar{background-color:#fff;border-radius:8px;box-shadow:0 12px 24px #0003;color:#222;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:400px}.react-calendar__navigation button{background:none;color:#6f48eb;font-size:16px;margin-top:8px;min-width:44px}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#f8f8fa}.react-calendar__navigation button[disabled]{background-color:#f0f0f0}abbr[title]{text-decoration:none}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background:#f8f8fa;border-radius:6px;color:#6f48eb}.react-calendar__tile--now,.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#6f48eb33;border-radius:6px;color:#6f48eb;font-weight:700}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#f8f8fa}.react-calendar__tile--active{background:#6f48eb;border-radius:6px;color:#fff;font-weight:700}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#6f48eb;color:#fff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#f8f8fa}.react-calendar__tile--range{background:#f8f8fa;border-radius:0;color:#6f48eb}.react-calendar__tile--rangeStart{background:#6f48eb;border-bottom-left-radius:6px;border-bottom-right-radius:0;border-top-left-radius:6px;border-top-right-radius:0;color:#fff}.react-calendar__tile--rangeEnd{background:#6f48eb;border-bottom-left-radius:0;border-bottom-right-radius:6px;border-top-left-radius:0;border-top-right-radius:6px;color:#fff}
/*# sourceMappingURL=main.f26f9eb3.css.map*/