/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */: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-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-bd-radius:6px;--toastify-font-family:sans-serif;--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-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.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{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;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{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.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:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:100%;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;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%{transform:translate3d(0,var(--y),0)perspective(400px)rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.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-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:#0000}@font-face{font-family:UniGlyphs;src:url(/_next/static/media/icomoon.8b1660fe.eot);src:url(/_next/static/media/icomoon.8b1660fe.eot#iefix)format("embedded-opentype"),url(/_next/static/media/icomoon.f4fa549a.ttf)format("truetype"),url(/_next/static/media/icomoon.7f6e8cd7.woff)format("woff"),url(/_next/static/media/icomoon.4f4da4b8.svg#UniGlyphs)format("svg");font-weight:400;font-style:normal;font-display:block}[class*=\ icon-],[class^=icon-]{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:UniGlyphs,sans-serif!important}.icon-coffee-meet-white .path1:before{content:"";color:#ff006b}.icon-coffee-meet-white .path2:before{content:"";color:#ff006b;margin-left:-4.61133em}.icon-coffee-meet-white .path3:before{content:"";color:#fff;margin-left:-4.61133em}.icon-coffee-meet-white .path4:before{content:"";color:#fff;margin-left:-4.61133em}.icon-coffee-meet-white .path5:before{content:"";color:#fff;margin-left:-4.61133em}.icon-coffee-meet-white .path6:before{content:"";color:#fff;margin-left:-4.61133em}.icon-coffee-meet-white .path7:before{content:"";color:#fff;margin-left:-4.61133em}.icon-outline-selected-circle:before{content:""}.icon-outline-add-note-dual .path1:before{content:""}.icon-outline-add-note-dual .path2:before{content:"";margin-left:-1em}.icon-outline-add-note-dual .path3:before{content:"";margin-left:-1em}.icon-outline-add-note-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-add-project-dual .path1:before{content:""}.icon-outline-add-project-dual .path2:before{content:"";margin-left:-1em}.icon-outline-add-project-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar-canceled:before{content:""}.icon-outline-close-side-pain-left:before{content:""}.icon-outline-close-side-pain-right:before{content:""}.icon-past-meeting:before{content:""}.icon-outline-ai-dual .path1:before{content:""}.icon-outline-ai-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-menu-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-menu-dual .path2:before{content:"";margin-left:-1em}.icon-outline-menu-dual .path3:before{content:"";margin-left:-1em}.icon-outline-agenda-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-agenda-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-agenda-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-agenda-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-agenda-dual .path5:before{content:"";margin-left:-1em}.icon-outline-agenda-dual .path6:before{content:"";margin-left:-1em}.icon-outline-awards:before{content:""}.icon-outline-calendar:before{content:""}.icon-calendar-2:before{content:""}.icon-calendar-recurrence:before{content:""}.icon-calendar-tick:before{content:""}.icon-calendar-tick-dual .path1:before{content:"";color:var(--color-primary)}.icon-calendar-tick-dual .path2:before{content:"";margin-left:-1em}.icon-calendar-tick-dual .path3:before{content:"";margin-left:-1em}.icon-Ends-at:before{content:""}.icon-location:before{content:""}.icon-outline-add-instant-session-dual .path1:before{content:""}.icon-outline-add-instant-session-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-add-instant-session-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-agenda:before{content:""}.icon-outline-agenda-template:before{content:""}.icon-outline-calendar2-dual .path1:before{content:""}.icon-outline-calendar2-dual .path2:before{content:"";margin-left:-1em}.icon-outline-calendar2-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar2-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar-canceled-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-calendar-canceled-dual .path2:before{content:"";margin-left:-1em}.icon-outline-calendar-canceled-dual .path3:before{content:"";margin-left:-1em}.icon-outline-calendar-delayed-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-calendar-delayed-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar-delayed-dual .path3:before{content:"";margin-left:-1em}.icon-outline-calendar-delayed-dual .path4:before{content:"";margin-left:-1em}.icon-outline-calendar-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-calendar-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar-dual .path5:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar-dual .path6:before{content:"";margin-left:-1em}.icon-outline-calendar-dual .path7:before{content:"";margin-left:-1em}.icon-outline-calendar-expired-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-calendar-expired-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar-expired-dual .path3:before{content:"";margin-left:-1em}.icon-outline-calendar-expired-dual .path4:before{content:"";margin-left:-1em}.icon-outline-calendar-missed .path1:before{content:"⸲";color:var(--color-primary)}.icon-outline-calendar-missed .path2:before{content:"⸳";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar-missed .path3:before{content:"⸴";margin-left:-1em}.icon-outline-calendar-missed .path4:before{content:"⸵";margin-left:-1em}.icon-outline-calendar-waiting-confirm-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-calendar-waiting-confirm-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-calendar-waiting-confirm-dual .path3:before{content:"";margin-left:-1em}.icon-outline-calendar-waiting-confirm-dual .path4:before{content:"";margin-left:-1em}.icon-outline-comopany:before{content:""}.icon-outline-meeting-polls:before{content:""}.icon-outline-puzzle:before{content:""}.icon-outline-recording:before{content:""}.icon-outline-recording-dual .path1:before{content:""}.icon-outline-recording-dual .path2:before{content:"";margin-left:-1em}.icon-outline-recording-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-room-open-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-room-open-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-room-open-dual .path3:before{content:"";margin-left:-1em}.icon-outline-scheduled-session:before{content:""}.icon-outline-scheduled-session-dual .path1:before{content:""}.icon-outline-scheduled-session-dual .path2:before{content:"";margin-left:-1em}.icon-outline-scheduled-session-dual .path3:before{content:"";margin-left:-1em}.icon-outline-scheduled-session-dual .path4:before{content:"";margin-left:-1em}.icon-outline-scheduled-session-dual .path5:before{content:"";margin-left:-1em}.icon-outline-scheduled-session-dual .path6:before{content:"";margin-left:-1em}.icon-outline-scheduled-session-dual .path7:before{content:"";margin-left:-1em}.icon-outline-scheduled-session-dual .path8:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-session-ended-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-session-ended-dual .path2:before{content:"";margin-left:-1em}.icon-outline-session-ended-dual .path3:before{content:"";margin-left:-1em}.icon-outline-session-polls-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-session-polls-dual .path2:before{content:"";margin-left:-1em}.icon-outline-session-polls-dual .path3:before{content:"";margin-left:-1em}.icon-Starts-at:before{content:""}.icon-video-chat:before{content:""}.icon-video-chat-dual .path1:before{content:"";color:var(--color-primary)}.icon-video-chat-dual .path2:before{content:"";margin-left:-1em}.icon-video-zap-dual .path1:before{content:""}.icon-video-zap-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-add-photo-vertical:before{content:""}.icon-outline-board-view:before{content:""}.icon-outline-link:before{content:""}.icon-outline-ring-mute .path1:before{content:""}.icon-outline-ring-mute .path2:before{content:"";margin-left:-1em}.icon-outline-ring-mute .path3:before{content:"";margin-left:-1em}.icon-outline-ring-mute .path4:before{content:"";margin-left:-1em}.icon-outline-ring-mute .path5:before{content:"";margin-left:-1em}.icon-outline-ring-mute .path6:before{content:"";margin-left:-1em}.icon-outline-ring-mute .path7:before{content:"";color:#fff;margin-left:-1em}.icon-outline-ring-mute .path8:before{content:"";margin-left:-1em}.icon-outline-ring-unmute:before{content:""}.icon-outline-outdent:before{content:""}.icon-outline-line-height:before{content:""}.icon-outline-indent:before{content:""}.icon-outline-description:before{content:""}.icon-outline-text-alignment:before{content:""}.icon-outline-unlink:before{content:""}.icon-outline-user-circle-disabled:before{content:""}.icon-outline-add-Breifcase .path1:before{content:"";color:var(--color-primary)}.icon-outline-add-Breifcase .path2:before{content:"";margin-left:-1em}.icon-outline-add-Breifcase .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-add-Breifcase .path4:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-add-circle:before{content:""}.icon-outline-add-task-dual .path1:before{content:""}.icon-outline-add-task-dual .path2:before{content:"";margin-left:-1em}.icon-outline-add-task-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-add-task-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-background-color:before{content:""}.icon-outline-checked:before{content:""}.icon-outline-column:before{content:""}.icon-outline-developers:before{content:""}.icon-outline-education:before{content:""}.icon-outline-email:before{content:""}.icon-outline-Font-color:before{content:""}.icon-outline-italic:before{content:""}.icon-outline-paragraph:before{content:""}.icon-outline-strickethroght:before{content:""}.icon-outline-table:before{content:""}.icon-add-logo:before{content:""}.icon-move-left:before{content:""}.icon-move-right:before{content:""}.icon-outline-cursor-add-colorful:before{content:"";color:var(--color-primary)}.icon-outline-logout-left-dual .path1:before{content:""}.icon-outline-logout-left-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-settings-tick:before{content:""}.icon-setting-dual .path1:before{content:"";color:var(--color-primary)}.icon-setting-dual .path2:before{content:"";margin-left:-1em}.icon-users-dual .path1:before{content:""}.icon-users-dual .path2:before{content:"";margin-left:-1em}.icon-users-dual .path3:before{content:"";margin-left:-1em}.icon-users-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-users-dual .path5:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-users-dual .path6:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-users-dual .path7:before{content:"";margin-left:-1em}.icon-users-dual .path8:before{content:"";margin-left:-1em}.icon-users-dual .path9:before{content:"";margin-left:-1em}.icon-users-dual .path10:before{content:"";margin-left:-1em}.icon-layout-horizontal:before{content:"";color:#d8d8d9}.icon-layout-horizontal-dual .path1:before{content:"";color:var(--color-primary)}.icon-layout-horizontal-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1.2002em}.icon-layout-horizontal-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1.2002em}.icon-layout-horizontal-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1.2002em}.icon-layout-horizontal-dual .path5:before{content:"";color:#d8d8d9;margin-left:-1.2002em}.icon-layout-vertical:before{content:"";color:#d8d8d9}.icon-layout-vertical-dual .path1:before{content:"";color:#d8d8d9}.icon-layout-vertical-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1.2002em}.icon-layout-vertical-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1.2002em}.icon-layout-vertical-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1.2002em}.icon-layout-vertical-dual .path5:before{content:"";color:var(--color-primary);margin-left:-1.2002em}.icon-layout-spotlight-dual:before{content:"";color:var(--color-primary)}.icon-layout-spotlight:before{content:"";color:#d8d8d9}.icon-layout-focus-dual .path1:before{content:"";color:var(--color-primary)}.icon-layout-focus-dual .path2:before{content:"";color:#d8d8d9;margin-left:-1.66699em}.icon-layout-focus-dual .path3:before{content:"";color:#d8d8d9;margin-left:-1.66699em}.icon-layout-focus-dual .path4:before{content:"";color:#d8d8d9;margin-left:-1.66699em}.icon-layout-focus:before{content:"";color:#d8d8d9}.icon-layout-grid-dual .path1:before{content:"";color:var(--color-primary)}.icon-layout-grid-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1.66699em}.icon-layout-grid-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1.66699em}.icon-layout-grid-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1.66699em}.icon-layout-grid-dual .path5:before{content:"";color:#d8d8d9;margin-left:-1.66699em}.icon-layout-grid2:before{content:"";color:#d8d8d9}.icon-bold-settings-tick:before{content:""}.icon-bold-vertical-collapse:before{content:""}.icon-bold-vertical-expand:before{content:""}.icon-outline-call-in:before{content:""}.icon-outline-call-out:before{content:""}.icon-outline-checked-dual .path1:before{content:""}.icon-outline-checked-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-dislike:before{content:""}.icon-outline-like:before{content:""}.icon-outline-sound-low .path1:before{content:""}.icon-outline-sound-low .path2:before{content:"";color:#e7e7e8;margin-left:-1em}.icon-outline-sound-low .path3:before{content:"";margin-left:-1em}.icon-outline-sound-very-low .path1:before{content:""}.icon-outline-sound-very-low .path2:before{content:"";color:#e7e7e8;margin-left:-1em}.icon-outline-sound-very-low .path3:before{content:"";color:#e7e7e8;margin-left:-1em}.icon-outline-dashboard:before{content:""}.icon-outline-dashboard-dual .path1:before{content:""}.icon-outline-dashboard-dual .path2:before{content:"";margin-left:-1em}.icon-outline-dashboard-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-dashboard-dual .path4:before{content:"";margin-left:-1em}.icon-notification:before{content:""}.icon-collapse-2:before{content:""}.icon-expand-3:before{content:""}.icon-outline-attributes:before{content:""}.icon-outline-scissors:before{content:""}.icon-outline-type-record:before{content:""}.icon-outline-task-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-task-dual .path2:before{content:"";margin-left:-1em}.icon-outline-task:before{content:""}.icon-user-deleted-colorful:before{content:"";color:#f65355}.icon-user-verify-colorful:before{content:"";color:#00bfdf}.icon-user-waiting-colorful:before{content:"";color:#e98713}.icon-attachment:before{content:""}.icon-bold-card-view:before{content:""}.icon-bold-cursor-mouse:before{content:""}.icon-bold-flag:before{content:""}.icon-bold-list-view:before{content:""}.icon-dashboard-dual .path1:before{content:""}.icon-dashboard-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-dashboard-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-dashboard-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-dashboard-dual .path5:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-dashboard-dual .path6:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-drop-down:before{content:""}.icon-drop-left:before{content:""}.icon-drop-right:before{content:""}.icon-drop-up:before{content:""}.icon-notification-dual .path1:before{content:"";color:var(--color-primary)}.icon-notification-dual .path2:before{content:"";margin-left:-1em}.icon-outline-add-tag:before{content:""}.icon-outline-collapse-horizontal:before{content:""}.icon-outline-crop:before{content:""}.icon-outline-expand-horizontal:before{content:""}.icon-outline-full-screen-dual .path1:before{content:""}.icon-outline-full-screen-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-full-screen-dual .path3:before{content:"";margin-left:-1em}.icon-outline-full-screen-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-maximize:before{content:""}.icon-outline-minimize:before{content:""}.icon-outline-pane:before{content:""}.icon-outline-redo:before{content:""}.icon-outline-search-dual .path1:before{content:""}.icon-outline-search-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-tools-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-tools-dual .path2:before{content:"";margin-left:-1em}.icon-outline-tools-dual .path3:before{content:"";margin-left:-1em}.icon-outline-undo:before{content:""}.icon-piccolo-pale-colorful:before{content:"";color:#ff99c4}.icon-max-tile-view:before{content:""}.icon-min-tile-view:before{content:""}.icon-outline-room-disabled-dual .path1:before{content:""}.icon-outline-room-disabled-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-room-close-dual .path1:before{content:""}.icon-outline-room-close-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-sidebar:before{content:""}.icon-outline-live-session-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-live-session-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-live-session-dual .path3:before{content:"";margin-left:-1em}.icon-outline-live-session-dual .path4:before{content:"";margin-left:-1em}.icon-outline-live-session-dual .path5:before{content:"";margin-left:-1em}.icon-outline-live-session-dual .path6:before{content:"";margin-left:-1em}.icon-outline-live-session-dual .path7:before{content:"";margin-left:-1em}.icon-outline-live-session-dual .path8:before{content:"";margin-left:-1em}.icon-link-2:before{content:""}.icon-link-2-dual .path1:before{content:""}.icon-link-2-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-add-room-dual .path1:before{content:""}.icon-outline-add-room-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-collapse:before{content:""}.icon-outline-expand:before{content:""}.icon-outline-fit-screen:before{content:""}.icon-outline-network-timezone:before{content:""}.icon-outline-upcoming-sessions-dual .path1:before{content:"";color:var(--color-primary)}.icon-outline-upcoming-sessions-dual .path2:before{content:"";margin-left:-1em}.icon-outline-upcoming-sessions-dual .path3:before{content:"";margin-left:-1em}.icon-past-meeting-dual .path1:before{content:"";color:var(--color-primary)}.icon-past-meeting-dual .path2:before{content:"";margin-left:-1em}.icon-past-meeting-dual .path3:before{content:"";margin-left:-1em}.icon-shuffle:before{content:""}.icon-time:before{content:""}.icon-timer:before{content:""}.icon-timer-dual .path1:before{content:""}.icon-timer-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-timer-dual .path3:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-two-message-bubble:before{content:""}.icon-two-message-bubble-dual .path1:before{content:"";color:var(--color-primary)}.icon-two-message-bubble-dual .path2:before{content:"";margin-left:-1em}.icon-user-circle:before{content:""}.icon-user-circle-add-up:before{content:""}.icon-hand:before{content:""}.icon-playlist:before{content:""}.icon-playlist-dual .path1:before{content:""}.icon-playlist-dual .path2:before{content:"";margin-left:-1em}.icon-playlist-dual .path3:before{content:"";margin-left:-1em}.icon-playlist-dual .path4:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-share-screen:before{content:""}.icon-camera-on:before{content:""}.icon-camera-off:before{content:""}.icon-mic-off:before{content:""}.icon-mic-on:before{content:""}.icon-Record:before{content:""}.icon-record-dual .path1:before{content:""}.icon-record-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-Edit:before{content:""}.icon-outline-add-photo-horizential:before{content:""}.icon-outline-add-note:before{content:""}.icon-outline-settings-arrow-down:before{content:""}.icon-outline-transcription-loading:before{content:""}.icon-outline-language:before{content:""}.icon-bold-next-video:before{content:""}.icon-bold-previous-video:before{content:""}.icon-outline-add-description:before{content:""}.icon-next:before{content:""}.icon-previous:before{content:""}.icon-record-session:before{content:""}.icon-outline-transcription:before{content:""}.icon-outline-transcription-colorful .path1:before{content:"";color:#5e5e66}.icon-outline-transcription-colorful .path2:before{content:"";color:#5e5e66;margin-left:-1em}.icon-outline-transcription-colorful .path3:before{content:"";color:#5e5e66;margin-left:-1em}.icon-outline-transcription-colorful .path4:before{content:"";color:#5e5e66;margin-left:-1em}.icon-outline-transcription-colorful .path5:before{content:"";color:#08a85b;margin-left:-1em}.icon-outline-transcription-colorful .path6:before{content:"";color:#08a85b;margin-left:-1em}.icon-outline-transcription-colorful .path7:before{content:"";color:#08a85b;margin-left:-1em}.icon-outline-transcription-dual .path1:before{content:""}.icon-outline-transcription-dual .path2:before{content:"";margin-left:-1em}.icon-outline-transcription-dual .path3:before{content:"";margin-left:-1em}.icon-outline-transcription-dual .path4:before{content:"";margin-left:-1em}.icon-outline-transcription-dual .path5:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-transcription-dual .path6:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-transcription-dual .path7:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-shield-tick:before{content:""}.icon-shield-tick-dual .path1:before{content:"";color:var(--color-primary)}.icon-shield-tick-dual .path2:before{content:"";margin-left:-1em}.icon-bold-magic-link-colorful:before{content:"";color:#9b9ba0}.icon-outline-time-refresh:before{content:""}.icon-outline-chat-list:before{content:""}.icon-outline-add-prompt:before{content:""}.icon-bold-close .path1:before{content:""}.icon-bold-close .path2:before{content:"";color:#fff;margin-left:-1em}.icon-outline-seen:before{content:""}.icon-outline-seen-colorful:before{content:"";color:#078bde}.icon-outline-layout-grid-dual .path1:before{content:""}.icon-outline-layout-grid-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-outline-layout-grid-dual .path3:before{content:"";margin-left:-1em}.icon-outline-layout-grid-dual .path4:before{content:"";margin-left:-1em}.icon-layout-grid:before{content:""}.icon-play-pause-left:before{content:""}.icon-play-pause-right:before{content:""}.icon-reload-play:before{content:""}.icon-sound-loud:before{content:""}.icon-device:before{content:""}.icon-api-key:before{content:""}.icon-audio-file:before{content:""}.icon-network-lost:before{content:""}.icon-flip-camera-dual .path1:before{content:"";color:var(--color-primary)}.icon-flip-camera-dual .path2:before{content:"艹";color:var(--color-primary);margin-left:-1em}.icon-flip-camera-dual .path3:before{content:"艹";margin-left:-1em}.icon-camera-block:before{content:""}.icon-camera:before{content:""}.icon-camera-for-everyone:before{content:""}.icon-mute-for-everyone:before{content:""}.icon-camera-lock:before{content:""}.icon-mute-lock:before{content:""}.icon-logs:before{content:""}.icon-mute-all:before{content:""}.icon-pause-circle:before{content:""}.icon-play-fill:before{content:""}.icon-stop:before{content:""}.icon-integration:before{content:""}.icon-integration-2:before{content:""}.icon-mic-block:before{content:""}.icon-sound-low:before{content:""}.icon-sound-mute:before{content:""}.icon-pause-fill:before{content:""}.icon-stripe:before{content:""}.icon-facebook:before{content:""}.icon-google-colorful .path1:before{content:"";color:#fbbc05}.icon-google-colorful .path2:before{content:"慎";color:#eb4335;margin-left:-1em}.icon-google-colorful .path3:before{content:"愈";color:#34a853;margin-left:-1em}.icon-google-colorful .path4:before{content:"憎";color:#4285f4;margin-left:-1em}.icon-google:before{content:""}.icon-apple-colorful:before{content:"";color:#858585}.icon-youtube:before{content:""}.icon-youtube-colorful:before{content:"";color:#ce1312}.icon-twitter:before{content:""}.icon-linkedin:before{content:""}.icon-instagram:before{content:""}.icon-google-meet-colorful .path1:before{content:"";color:#00ac47}.icon-google-meet-colorful .path2:before{content:"戴";color:#ea4335;margin-left:-1em}.icon-google-meet-colorful .path3:before{content:"揄";color:#2684fc;margin-left:-1em}.icon-google-meet-colorful .path4:before{content:"搜";color:#0066da;margin-left:-1em}.icon-google-meet-colorful .path5:before{content:"摒";color:#ffba00;margin-left:-1em}.icon-google-meet-colorful .path6:before{content:"敖";color:#00ac47;margin-left:-1em}.icon-google-meet-colorful .path7:before{content:"晴";color:#00832d;margin-left:-1em}.icon-microsoft-logo-colorful .path1:before{content:"";color:#f1511b}.icon-microsoft-logo-colorful .path2:before{content:"";color:#80cc28;margin-left:-1.04199em}.icon-microsoft-logo-colorful .path3:before{content:"";color:#00adef;margin-left:-1.04199em}.icon-microsoft-logo-colorful .path4:before{content:"";color:#fbbc09;margin-left:-1.04199em}.icon-google-drive-colorful .path1:before{content:"";color:#3777e3}.icon-google-drive-colorful .path2:before{content:"慠";color:#ffcf63;margin-left:-1em}.icon-google-drive-colorful .path3:before{content:"懲";color:#11a861;margin-left:-1em}.icon-google-calendar-colorful .path1:before{content:"";color:#fff}.icon-google-calendar-colorful .path2:before{content:"婢";color:#f72a25;margin-left:-1em}.icon-google-calendar-colorful .path3:before{content:"嬨";color:#fbbc04;margin-left:-1em}.icon-google-calendar-colorful .path4:before{content:"廒";color:#34a853;margin-left:-1em}.icon-google-calendar-colorful .path5:before{content:"廙";color:#188038;margin-left:-1em}.icon-google-calendar-colorful .path6:before{content:"彩";color:#1967d2;margin-left:-1em}.icon-google-calendar-colorful .path7:before{content:"徭";color:#4285f4;margin-left:-1em}.icon-google-calendar-colorful .path8:before{content:"惘";color:#1a73e8;margin-left:-1em}.icon-figma-colorful .path1:before{content:"";color:#1abcfe}.icon-figma-colorful .path2:before{content:"贈";color:#0acf83;margin-left:-.700195em}.icon-figma-colorful .path3:before{content:"辶";color:#ff7262;margin-left:-.700195em}.icon-figma-colorful .path4:before{content:"逸";color:#f24e1e;margin-left:-.700195em}.icon-figma-colorful .path5:before{content:"難";color:#a259ff;margin-left:-.700195em}.icon-outlook-colorful .path1:before{content:"";color:#123b6d}.icon-outlook-colorful .path2:before{content:"謹";color:#28a8ea;margin-left:-1em}.icon-outlook-colorful .path3:before{content:"變";color:#0364b8;margin-left:-1em}.icon-outlook-colorful .path4:before{content:"贈";color:#14447d;margin-left:-1em}.icon-outlook-colorful .path5:before{content:"輸";color:#0078d4;margin-left:-1em}.icon-outlook-colorful .path6:before{content:"遲";color:#50d9ff;margin-left:-1em}.icon-outlook-colorful .path7:before{content:"醙";color:#0078d4;margin-left:-1em}.icon-outlook-colorful .path8:before{content:"鉶";color:#0078d4;margin-left:-1em}.icon-outlook-colorful .path9:before{content:"陼";color:#0358a7;margin-left:-1em}.icon-outlook-colorful .path10:before{content:"難";color:#0a2767;opacity:.1;margin-left:-1em}.icon-outlook-colorful .path11:before{content:"靖";color:#0a2767;opacity:.1;margin-left:-1em}.icon-outlook-colorful .path12:before{content:"韛";color:#0a2767;opacity:.1;margin-left:-1em}.icon-outlook-colorful .path13:before{content:"響";color:#0a2767;opacity:.1;margin-left:-1em}.icon-outlook-colorful .path14:before{content:"頋";color:#1490df;margin-left:-1em}.icon-outlook-colorful .path15:before{content:"頻";color:#000;opacity:.05;margin-left:-1em}.icon-outlook-colorful .path16:before{content:"鬒";color:#000;opacity:.05;margin-left:-1em}.icon-outlook-colorful .path17:before{content:"龜";color:#000;opacity:.05;margin-left:-1em}.icon-outlook-colorful .path18:before{content:"𢡊";color:#000;opacity:.05;margin-left:-1em}.icon-outlook-colorful .path19:before{content:"𢡄";color:#28a8ea;margin-left:-1em}.icon-outlook-colorful .path20:before{content:"𣏕";color:#000;opacity:.05;margin-left:-1em}.icon-outlook-colorful .path21:before{content:"㮝";color:#000;opacity:.075;margin-left:-1em}.icon-outlook-colorful .path22:before{content:"䀘";color:#000;opacity:.1;margin-left:-1em}.icon-outlook-colorful .path23:before{content:"䀹";color:#000;opacity:.125;margin-left:-1em}.icon-outlook-colorful .path24:before{content:"𥉉";color:#000;opacity:.2;margin-left:-1em}.icon-outlook-colorful .path25:before{content:"𥳐";color:#000;margin-left:-1em}.icon-outlook-colorful .path26:before{content:"𧻓";color:#fff;margin-left:-1em}.icon-office-365-colorful:before{content:"";color:#eb3c00}.icon-miro .path1:before{content:"";color:#ffd02f}.icon-miro .path2:before{content:"請";color:#050038;margin-left:-1em}.icon-piccolo:before{content:"";color:#ff006b}.icon-folder-colorful .path1:before{content:"";color:#f6c358;opacity:.988}.icon-folder-colorful .path2:before{content:"吝";color:#fbd462;opacity:.999;margin-left:-1em}.icon-folder-colorful .path3:before{content:"燐";color:#fff;margin-left:-1em}.icon-folder-colorful .path4:before{content:"璘";color:#f2e1ab;margin-left:-1em}.icon-avi-colorful .path1:before{content:"";color:#e1e4e6;opacity:.999}.icon-avi-colorful .path2:before{content:"利";color:#b0b7bd;margin-left:-1em}.icon-avi-colorful .path3:before{content:"吏";color:#c9d0d7;margin-left:-1em}.icon-avi-colorful .path4:before{content:"履";color:#fc8e10;margin-left:-1em}.icon-avi-colorful .path5:before{content:"易";color:#fefdfc;margin-left:-1em}.icon-avi-colorful .path6:before{content:"李";color:#fffcfb;margin-left:-1em}.icon-avi-colorful .path7:before{content:"梨";color:#fefcfb;margin-left:-1em}.icon-avi-colorful .path8:before{content:"泥";color:#fc8e10;margin-left:-1em}.icon-avi-colorful .path9:before{content:"理";color:#f8a89d;margin-left:-1em}.icon-avi-colorful .path10:before{content:"痢";color:#cad0d7;margin-left:-1em}.icon-documents-colorful .path1:before{content:"";color:#e2e5e7}.icon-documents-colorful .path2:before{content:"罹";color:#b0b7bd;margin-left:-1em}.icon-documents-colorful .path3:before{content:"裏";color:#cad1d8;margin-left:-1em}.icon-documents-colorful .path4:before{content:"裡";color:#50bee8;margin-left:-1em}.icon-documents-colorful .path5:before{content:"里";color:#fff;margin-left:-1em}.icon-documents-colorful .path6:before{content:"離";color:#fff;margin-left:-1em}.icon-documents-colorful .path7:before{content:"匿";color:#fff;margin-left:-1em}.icon-documents-colorful .path8:before{content:"溺";color:#cad1d8;margin-left:-1em}.icon-jpg-colorful .path1:before{content:"";color:#e1e4e6;opacity:.999}.icon-jpg-colorful .path2:before{content:"藺";color:#b0b7bd;margin-left:-1em}.icon-jpg-colorful .path3:before{content:"隣";color:#c9d0d7;margin-left:-1em}.icon-jpg-colorful .path4:before{content:"鱗";color:#5d97c8;margin-left:-1em}.icon-jpg-colorful .path5:before{content:"麟";color:#fcfdfe;margin-left:-1em}.icon-jpg-colorful .path6:before{content:"林";color:#fbfdfe;margin-left:-1em}.icon-jpg-colorful .path7:before{content:"淋";color:#fcfefe;margin-left:-1em}.icon-jpg-colorful .path8:before{content:"臨";color:#88d2ef;margin-left:-1em}.icon-jpg-colorful .path9:before{content:"立";color:#5d97c8;margin-left:-1em}.icon-jpg-colorful .path10:before{content:"笠";color:#7eceee;margin-left:-1em}.icon-jpg-colorful .path11:before{content:"粒";color:#c9d1d8;margin-left:-1em}.icon-webm-colorful .path1:before{content:"";color:#b0b7bd}.icon-webm-colorful .path2:before{content:"";color:#c9d0d7;margin-left:-1em}.icon-webm-colorful .path3:before{content:"";color:#e1e4e6;opacity:.999;margin-left:-1em}.icon-webm-colorful .path4:before{content:"";color:#0e79cc;margin-left:-1em}.icon-webm-colorful .path5:before{content:"";color:#edebe9;margin-left:-1em}.icon-webm-colorful .path6:before{content:"";color:#edecec;margin-left:-1em}.icon-webm-colorful .path7:before{content:"";color:#edeceb;margin-left:-1em}.icon-webm-colorful .path8:before{content:"";color:#edeceb;margin-left:-1em}.icon-webm-colorful .path9:before{content:"";color:#0e79cc;margin-left:-1em}.icon-webm-colorful .path10:before{content:"";color:#0e79cc;margin-left:-1em}.icon-webm-colorful .path11:before{content:"";color:#cad0d8;margin-left:-1em}.icon-mp3-colorful .path1:before{content:"";color:#e1e4e6;opacity:.999}.icon-mp3-colorful .path2:before{content:"狀";color:#b0b7bd;margin-left:-1em}.icon-mp3-colorful .path3:before{content:"炙";color:#c9d0d7;margin-left:-1em}.icon-mp3-colorful .path4:before{content:"識";color:#ef4db6;margin-left:-1em}.icon-mp3-colorful .path5:before{content:"什";color:#fcfcfd;margin-left:-1em}.icon-mp3-colorful .path6:before{content:"茶";color:#fbfbfc;margin-left:-1em}.icon-mp3-colorful .path7:before{content:"刺";color:#f9f9fa;margin-left:-1em}.icon-mp3-colorful .path8:before{content:"切";color:#ef4db6;margin-left:-1em}.icon-mp3-colorful .path9:before{content:"度";color:#cad0d7;margin-left:-1em}.icon-mp4-colorful .path1:before{content:"";color:#e1e4e6;opacity:.999}.icon-mp4-colorful .path2:before{content:"拓";color:#b0b7bd;margin-left:-1em}.icon-mp4-colorful .path3:before{content:"糖";color:#c9d0d7;margin-left:-1em}.icon-mp4-colorful .path4:before{content:"宅";color:#87cba2;margin-left:-1em}.icon-mp4-colorful .path5:before{content:"洞";color:#f7f4f5;margin-left:-1em}.icon-mp4-colorful .path6:before{content:"暴";color:#f7f3f3;margin-left:-1em}.icon-mp4-colorful .path7:before{content:"輻";color:#f7f4f4;margin-left:-1em}.icon-mp4-colorful .path8:before{content:"行";color:#87cba2;margin-left:-1em}.icon-mp4-colorful .path9:before{content:"降";color:#fec36a;margin-left:-1em}.icon-mp4-colorful .path10:before{content:"見";color:#cad0d7;margin-left:-1em}.icon-png-colorful .path1:before{content:"";color:#e1e4e6;opacity:.999}.icon-png-colorful .path2:before{content:"晴";color:#b0b7bd;margin-left:-1em}.icon-png-colorful .path3:before{content:"﨓";color:#c9d0d7;margin-left:-1em}.icon-png-colorful .path4:before{content:"﨔";color:#84bd5a;margin-left:-1em}.icon-png-colorful .path5:before{content:"凞";color:#fcfbfd;margin-left:-1em}.icon-png-colorful .path6:before{content:"猪";color:#fdfcfd;margin-left:-1em}.icon-png-colorful .path7:before{content:"益";color:#fefdfe;margin-left:-1em}.icon-png-colorful .path8:before{content:"礼";color:#dbc5df;margin-left:-1em}.icon-png-colorful .path9:before{content:"神";color:#84bd5a;margin-left:-1em}.icon-png-colorful .path10:before{content:"祥";color:#e3d2e5;margin-left:-1em}.icon-png-colorful .path11:before{content:"福";color:#cad0d8;margin-left:-1em}.icon-pdf-colorful .path1:before{content:"";color:#e2e5e7}.icon-pdf-colorful .path2:before{content:"廓";color:#b0b7bd;margin-left:-1em}.icon-pdf-colorful .path3:before{content:"兀";color:#cad1d8;margin-left:-1em}.icon-pdf-colorful .path4:before{content:"嗀";color:#f15642;margin-left:-1em}.icon-pdf-colorful .path5:before{content:"﨎";color:#fff;margin-left:-1em}.icon-pdf-colorful .path6:before{content:"﨏";color:#fff;margin-left:-1em}.icon-pdf-colorful .path7:before{content:"塚";color:#fff;margin-left:-1em}.icon-pdf-colorful .path8:before{content:"﨑";color:#cad1d8;margin-left:-1em}.icon-svg-colorful .path1:before{content:"";color:#e1e4e6;opacity:.999}.icon-svg-colorful .path2:before{content:"靖";color:#b0b7bd;margin-left:-1em}.icon-svg-colorful .path3:before{content:"精";color:#c9d0d7;margin-left:-1em}.icon-svg-colorful .path4:before{content:"羽";color:#f7b84e;margin-left:-1em}.icon-svg-colorful .path5:before{content:"﨟";color:#fffdfb;margin-left:-1em}.icon-svg-colorful .path6:before{content:"蘒";color:#fffdfb;margin-left:-1em}.icon-svg-colorful .path7:before{content:"﨡";color:#fefdfc;margin-left:-1em}.icon-svg-colorful .path8:before{content:"諸";color:#dbc5df;margin-left:-1em}.icon-svg-colorful .path9:before{content:"﨣";color:#e3d2e5;margin-left:-1em}.icon-svg-colorful .path10:before{content:"﨤";color:#cad0d8;margin-left:-1em}.icon-mov-colorful .path1:before{content:"";color:#e1e4e6;opacity:.999}.icon-mov-colorful .path2:before{content:"";color:#b0b7bd;margin-left:-1em}.icon-mov-colorful .path3:before{content:"";color:#c9d0d7;margin-left:-1em}.icon-mov-colorful .path4:before{content:"";color:#87cbcb;margin-left:-1em}.icon-mov-colorful .path5:before{content:"";color:#fcfcfd;margin-left:-1em}.icon-mov-colorful .path6:before{content:"";color:#fff;margin-left:-1em}.icon-mov-colorful .path7:before{content:"";color:#fefdfc;margin-left:-1em}.icon-mov-colorful .path8:before{content:"";color:#cad0d7;margin-left:-1em}.icon-zip-colorful .path1:before{content:"";color:#e2e5e7}.icon-zip-colorful .path2:before{content:"逸";color:#b0b7bd;margin-left:-1em}.icon-zip-colorful .path3:before{content:"都";color:#cad1d8;margin-left:-1em}.icon-zip-colorful .path4:before{content:"﨧";color:#8f5dd1;margin-left:-1em}.icon-zip-colorful .path5:before{content:"﨨";color:#fff;margin-left:-1em}.icon-zip-colorful .path6:before{content:"﨩";color:#fff;margin-left:-1em}.icon-zip-colorful .path7:before{content:"飯";color:#fff;margin-left:-1em}.icon-zip-colorful .path8:before{content:"飼";color:#cad1d8;margin-left:-1em}.icon-error-403-vector .path1:before{content:"";color:#3b5266}.icon-error-403-vector .path2:before{content:"";color:var(--color-primary);margin-left:-2.30566em}.icon-error-403-vector .path3:before{content:"";color:#3b5266;margin-left:-2.30566em}.icon-error-404-vector .path1:before{content:"";color:#3b5266}.icon-error-404-vector .path2:before{content:"";color:var(--color-primary);margin-left:-2.41992em}.icon-error-404-vector .path3:before{content:"";color:#3b5266;margin-left:-2.41992em}.icon-error-500-vector .path1:before{content:"";color:#3b5266}.icon-error-500-vector .path2:before{content:"";color:var(--color-primary);margin-left:-2.39844em}.icon-error-500-vector .path3:before{content:"";color:#3b5266;margin-left:-2.39844em}.icon-loading-bor .path1:before{content:"";color:var(--color-primary-300)}.icon-loading-bor .path2:before{content:"";color:var(--color-primary);margin-left:-3.22754em}.icon-loading-bor .path3:before{content:"";color:var(--color-primary);margin-left:-3.22754em}.icon-cloud-disable:before{content:""}.icon-reload-2:before{content:""}.icon-user-tick:before{content:""}.icon-notification-off:before{content:""}.icon-mouse .path1:before{content:"";color:#fff}.icon-mouse .path2:before{content:"";color:#000;margin-left:-1em}.icon-mouse .path3:before{content:"";color:#000;margin-left:-1em}.icon-mouse .path4:before{content:"";color:#000;margin-left:-1em}.icon-mouse .path5:before{content:"";color:#000;margin-left:-1em}.icon-poll-meeting-dual .path1:before{content:""}.icon-poll-meeting-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-transcription-2:before{content:""}.icon-resize:before{content:""}.icon-floating-button:before{content:""}.icon-text-link:before{content:""}.icon-tab:before{content:""}.icon-color-dual .path1:before{content:""}.icon-color-dual .path2:before{content:"";color:var(--color-primary);margin-left:-1em}.icon-open:before{content:""}.icon-key:before{content:""}.icon-pending-booking-colorful .path1:before{content:"";color:#1c3754;opacity:.1}.icon-pending-booking-colorful .path2:before{content:"";color:#fff;margin-left:-1em}.icon-pending-booking-colorful .path3:before{content:"";color:#ffe1b3;margin-left:-1em}.icon-pending-booking-colorful .path4:before{content:"";color:#fff3e1;margin-left:-1em}.icon-pending-booking-colorful .path5:before{content:"";color:#e6eef9;margin-left:-1em}.icon-pending-booking-colorful .path6:before{content:"";color:#fff3e1;margin-left:-1em}.icon-pending-booking-colorful .path7:before{content:"";color:#c9d2de;margin-left:-1em}.icon-pending-booking-colorful .path8:before{content:"";color:#e6eef9;margin-left:-1em}.icon-pending-booking-colorful .path9:before{content:"";color:#fff3e1;margin-left:-1em}.icon-pending-booking-colorful .path10:before{content:"";color:#e6eef9;margin-left:-1em}.icon-pending-booking-colorful .path11:before{content:"";color:#b3ebf7;margin-left:-1em}.icon-pending-booking-colorful .path12:before{content:"";color:#879db2;margin-left:-1em}.icon-pending-booking-colorful .path13:before{content:"";color:#879db2;margin-left:-1em}.icon-pending-booking-colorful .path14:before{content:"";color:#fc8e10;margin-left:-1em}.icon-pending-booking-colorful .path15:before{content:"";color:#fff;margin-left:-1em}.icon-pending-booking-colorful .path16:before{content:"";color:#fff;margin-left:-1em}.icon-success-booking-colorful .path1:before{content:"";color:#1c3754;opacity:.1}.icon-success-booking-colorful .path2:before{content:"";color:#fff;margin-left:-1em}.icon-success-booking-colorful .path3:before{content:"";color:#bdedca;margin-left:-1em}.icon-success-booking-colorful .path4:before{content:"";color:#bdedca;margin-left:-1em}.icon-success-booking-colorful .path5:before{content:"";color:#e6eef9;margin-left:-1em}.icon-success-booking-colorful .path6:before{content:"";color:#bdedca;margin-left:-1em}.icon-success-booking-colorful .path7:before{content:"";color:#c9d2de;margin-left:-1em}.icon-success-booking-colorful .path8:before{content:"";color:#e6eef9;margin-left:-1em}.icon-success-booking-colorful .path9:before{content:"";color:#bdedca;margin-left:-1em}.icon-success-booking-colorful .path10:before{content:"";color:#e6eef9;margin-left:-1em}.icon-success-booking-colorful .path11:before{content:"";color:#b3ebf7;margin-left:-1em}.icon-success-booking-colorful .path12:before{content:"";color:#879db2;margin-left:-1em}.icon-success-booking-colorful .path13:before{content:"";color:#879db2;margin-left:-1em}.icon-success-booking-colorful .path14:before{content:"";color:#0ad071;margin-left:-1em}.icon-success-booking-colorful .path15:before{content:"";color:#fff;margin-left:-1em}.icon-decline-req-colorful .path1:before{content:"";color:#f1f3f4}.icon-decline-req-colorful .path2:before{content:"";color:#57748d;margin-left:-1em}.icon-decline-req-colorful .path3:before{content:"";color:#57748d;margin-left:-1em}.icon-decline-req-colorful .path4:before{content:"";color:#57748d;margin-left:-1em}.icon-decline-req-colorful .path5:before{content:"";color:#57748d;margin-left:-1em}.icon-decline-req-colorful .path6:before{content:"";color:#fff;margin-left:-1em}.icon-decline-req-colorful .path7:before{content:"";color:#57748d;margin-left:-1em}.icon-decline-req-colorful .path8:before{content:"";color:#57748d;margin-left:-1em}.icon-decline-req-colorful .path9:before{content:"";color:#57748d;margin-left:-1em}.icon-decline-req-colorful .path10:before{content:"";color:#eb6667;margin-left:-1em}.icon-decline-req-colorful .path11:before{content:"";color:#fff;margin-left:-1em}.icon-hourglass-vector .path1:before{content:"";color:#f7f7fa}.icon-hourglass-vector .path2:before{content:"";color:#1a1c20;margin-left:-1.00586em}.icon-hourglass-vector .path3:before{content:"";color:#fff;margin-left:-1.00586em}.icon-hourglass-vector .path4:before{content:"";color:#1a1c20;margin-left:-1.00586em}.icon-hourglass-vector .path5:before{content:"";color:#24c7e5;margin-left:-1.00586em}.icon-hourglass-vector .path6:before{content:"";color:#1a1c20;margin-left:-1.00586em}.icon-hourglass-vector .path7:before{content:"";color:#1a1c20;margin-left:-1.00586em}.icon-hourglass-vector .path8:before{content:"";color:#24c7e5;margin-left:-1.00586em}.icon-hourglass-vector .path9:before{content:"";color:#1a1c20;margin-left:-1.00586em}.icon-hourglass-vector .path10:before{content:"";color:#f7f7fa;margin-left:-1.00586em}.icon-hourglass-vector .path11:before{content:"";color:#1a1c20;margin-left:-1.00586em}.icon-hourglass-vector .path12:before{content:"";color:#f7f7fa;margin-left:-1.00586em}.icon-hourglass-vector .path13:before{content:"";color:#1a1c20;margin-left:-1.00586em}.icon-like-thumb-vector .path1:before{content:"";color:var(--color-primary-50)}.icon-like-thumb-vector .path2:before{content:"";color:var(--color-primary);margin-left:-1.0791em}.icon-like-thumb-vector .path3:before{content:"";color:var(--color-primary);margin-left:-1.0791em}.icon-like-thumb-vector .path4:before{content:"";color:var(--color-primary);margin-left:-1.0791em}.icon-like-thumb-vector .path5:before{content:"";color:var(--color-primary);margin-left:-1.0791em}.icon-like-thumb-vector .path6:before{content:"";color:#fff;margin-left:-1.0791em}.icon-like-thumb-vector .path7:before{content:"";color:var(--color-primary);margin-left:-1.0791em}.icon-like-thumb-vector .path8:before{content:"";color:var(--color-primary-50);margin-left:-1.0791em}.icon-like-thumb-vector .path9:before{content:"";color:var(--color-primary);margin-left:-1.0791em}.icon-request-dual .path1:before{content:"";color:#444}.icon-request-dual .path2:before{content:"嘆";color:var(--color-primary);margin-left:-1em}.icon-request-dual .path3:before{content:"器";color:var(--color-primary);margin-left:-1em}.icon-empty-box-colorful .path1:before{content:"";color:#dce0e2}.icon-empty-box-colorful .path2:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path3:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path4:before{content:"";color:#e9eaee;margin-left:-1.00977em}.icon-empty-box-colorful .path5:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path6:before{content:"";color:#e9eaee;margin-left:-1.00977em}.icon-empty-box-colorful .path7:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path8:before{content:"";color:#fff;margin-left:-1.00977em}.icon-empty-box-colorful .path9:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path10:before{content:"";color:#fff;margin-left:-1.00977em}.icon-empty-box-colorful .path11:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path12:before{content:"";color:#e9eaee;margin-left:-1.00977em}.icon-empty-box-colorful .path13:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path14:before{content:"";color:#e9eaee;margin-left:-1.00977em}.icon-empty-box-colorful .path15:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path16:before{content:"";color:#e9eaee;margin-left:-1.00977em}.icon-empty-box-colorful .path17:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path18:before{content:"";color:#e9eaee;margin-left:-1.00977em}.icon-empty-box-colorful .path19:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path20:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path21:before{content:"";color:#e9eaee;margin-left:-1.00977em}.icon-empty-box-colorful .path22:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path23:before{content:"";color:#e9eaee;margin-left:-1.00977em}.icon-empty-box-colorful .path24:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path25:before{content:"";color:#e9eaee;margin-left:-1.00977em}.icon-empty-box-colorful .path26:before{content:"";color:#dce0e2;margin-left:-1.00977em}.icon-empty-box-colorful .path27:before{content:"";color:#879db2;margin-left:-1.00977em}.icon-empty-box-colorful .path28:before{content:"";color:#879db2;margin-left:-1.00977em}.icon-empty-box-colorful .path29:before{content:"";color:#879db2;margin-left:-1.00977em}.icon-crown:before{content:"";color:var(--color-primary)}.icon-service-unlocked:before{content:""}.icon-planet-book:before{content:""}.icon-light-bulb:before{content:""}.icon-magic-wand:before{content:""}.icon-room-2:before{content:""}.icon-service:before{content:""}.icon-expand:before{content:""}.icon-meeting-past:before{content:""}.icon-meeting-poll:before{content:""}.icon-swap:before{content:""}.icon-pie-chart-dual .path1:before{content:"";color:var(--color-primary)}.icon-pie-chart-dual .path2:before{content:"慨";margin-left:-1em}.icon-pie-chart-dual .path3:before{content:"憎";margin-left:-1em}.icon-leave1:before{content:""}.icon-phone-end:before{content:""}.icon-blur-2:before{content:""}.icon-blur:before{content:""}.icon-zap:before{content:""}.icon-Hand-help-2-dual:before{content:""}.icon-hand-location:before{content:""}.icon-folder-dual .path1:before{content:"";color:var(--color-primary)}.icon-folder-dual .path2:before{content:"碑";margin-left:-1em}.icon-calendar-today:before{content:""}.icon-scales-2:before{content:""}.icon-alert-triangle:before{content:""}.icon-logout:before{content:""}.icon-pin-fill:before{content:""}.icon-Hammer:before{content:""}.icon-days-view:before{content:""}.icon-event-list-view:before{content:""}.icon-year-view:before{content:""}.icon-switches:before{content:""}.icon-document-file:before{content:""}.icon-menu:before{content:""}.icon-language:before{content:""}.icon-pencil-2:before{content:""}.icon-bold:before{content:""}.icon-paragraph-summarize:before{content:""}.icon-command-line-a:before{content:""}.icon-bulleted-list:before{content:""}.icon-description-add:before{content:""}.icon-h1:before{content:""}.icon-h2:before{content:""}.icon-h3:before{content:""}.icon-numbered-list:before{content:""}.icon-p:before{content:""}.icon-room-refresh:before{content:""}.icon-hourglass:before{content:""}.icon-credit-card-dollar:before{content:""}.icon-blank-link:before{content:""}.icon-breakout-room-dual .path1:before{content:""}.icon-breakout-room-dual .path2:before{content:"者";margin-left:-1em}.icon-breakout-room-dual .path3:before{content:"臭";color:var(--color-primary);margin-left:-1em}.icon-info-mark-circle-dual .path1:before{content:""}.icon-info-mark-circle-dual .path2:before{content:"著";color:var(--color-primary);margin-left:-1em}.icon-info-mark-circle-dual .path3:before{content:"褐";color:var(--color-primary);margin-left:-1em}.icon-delete-forever:before{content:""}.icon-restore:before{content:""}.icon-calendar-settings:before{content:""}.icon-moon:before{content:""}.icon-cloud-upload:before{content:""}.icon-education:before{content:""}.icon-settings-2:before{content:""}.icon-set-as-default:before{content:""}.icon-background-filter:before{content:""}.icon-share-2:before{content:""}.icon-chevron-selector-horizontal-2:before{content:""}.icon-eye-2:before{content:""}.icon-location-globe-1:before{content:""}.icon-account:before{content:""}.icon-action:before{content:""}.icon-add-cover:before{content:""}.icon-add-project:before{content:""}.icon-add-reaction:before{content:""}.icon-block:before{content:""}.icon-breakout-room:before{content:""}.icon-calendar-add:before{content:""}.icon-calendar-info:before{content:""}.icon-dashboard:before{content:""}.icon-call-2:before{content:""}.icon-call-end:before{content:""}.icon-call:before{content:""}.icon-channel:before{content:""}.icon-chat:before{content:""}.icon-check:before{content:""}.icon-minus:before{content:""}.icon-close:before{content:""}.icon-color:before{content:""}.icon-contact-list:before{content:""}.icon-copy:before{content:""}.icon-dark-mode-dual .path1:before{content:"";color:var(--color-primary)}.icon-dark-mode-dual .path2:before{content:"充";color:var(--color-primary);margin-left:-1em}.icon-dark-mode-dual .path3:before{content:"冀";margin-left:-1em}.icon-description:before{content:""}.icon-developer:before{content:""}.icon-developer-dual .path1:before{content:"";color:var(--color-primary)}.icon-developer-dual .path2:before{content:"嗢";margin-left:-1em}.icon-developer-dual .path3:before{content:"塚";margin-left:-1em}.icon-download:before{content:""}.icon-download-box:before{content:""}.icon-drag:before{content:""}.icon-drag-dot:before{content:""}.icon-eye:before{content:""}.icon-eye-off:before{content:""}.icon-filter:before{content:""}.icon-folder:before{content:""}.icon-full-screen:before{content:""}.icon-hint:before{content:""}.icon-dots-horizontal:before{content:""}.icon-image-vertical:before{content:""}.icon-info-mark-circle:before{content:""}.icon-info-mark-rhombus:before{content:""}.icon-Help-dual .path1:before{content:""}.icon-Help-dual .path2:before{content:"爵";color:var(--color-primary);margin-left:-1em}.icon-Help-dual .path3:before{content:"犯";color:var(--color-primary);margin-left:-1em}.icon-italic:before{content:""}.icon-label:before{content:""}.icon-coffee-colorful:before{content:"";color:#ff006b}.icon-coffee-meet-colorful .path1:before{content:"";color:#ff006b}.icon-coffee-meet-colorful .path2:before{content:"甆";color:#ff006b;margin-left:-4.5625em}.icon-coffee-meet-colorful .path3:before{content:"画";color:#2d3f50;margin-left:-4.5625em}.icon-coffee-meet-colorful .path4:before{content:"瘝";color:#2d3f50;margin-left:-4.5625em}.icon-coffee-meet-colorful .path5:before{content:"瘟";color:#2d3f50;margin-left:-4.5625em}.icon-coffee-meet-colorful .path6:before{content:"益";color:#2d3f50;margin-left:-4.5625em}.icon-coffee-meet-colorful .path7:before{content:"盛";color:#2d3f50;margin-left:-4.5625em}.icon-light-mode-dual .path1:before{content:"";color:var(--color-primary)}.icon-light-mode-dual .path2:before{content:"直";margin-left:-1em}.icon-light-mode-dual .path3:before{content:"睊";margin-left:-1em}.icon-light-mode-dual .path4:before{content:"着";margin-left:-1em}.icon-light-mode-dual .path5:before{content:"磌";margin-left:-1em}.icon-light-mode-dual .path6:before{content:"窱";margin-left:-1em}.icon-light-mode-dual .path7:before{content:"節";margin-left:-1em}.icon-light-mode-dual .path8:before{content:"类";margin-left:-1em}.icon-light-mode-dual .path9:before{content:"絛";margin-left:-1em}.icon-link:before{content:""}.icon-lock:before{content:""}.icon-logo:before{content:""}.icon-mail-setting:before{content:""}.icon-tools:before{content:""}.icon-mention:before{content:""}.icon-message-bubble:before{content:""}.icon-mobile:before{content:""}.icon-money:before{content:""}.icon-my-location:before{content:""}.icon-network:before{content:""}.icon-note-dual .path1:before{content:""}.icon-note-dual .path2:before{content:"謁";color:var(--color-primary);margin-left:-1em}.icon-note-dual .path3:before{content:"諾";color:var(--color-primary);margin-left:-1em}.icon-note-empty:before{content:""}.icon-note-fill:before{content:""}.icon-notification-setting:before{content:""}.icon-overview-api:before{content:""}.icon-pc:before{content:""}.icon-pencil:before{content:""}.icon-phone:before{content:""}.icon-pin:before{content:""}.icon-plus:before{content:""}.icon-price:before{content:""}.icon-shield-user:before{content:""}.icon-project-dual .path1:before{content:""}.icon-project-dual .path2:before{content:"﫜";color:var(--color-primary);margin-left:-1em}.icon-project-dual .path3:before{content:"﫝";color:var(--color-primary);margin-left:-1em}.icon-project:before{content:""}.icon-question-mark:before{content:""}.icon-request:before{content:""}.icon-room:before{content:""}.icon-room-dual .path1:before{content:""}.icon-room-dual .path2:before{content:"﫠";color:var(--color-primary);margin-left:-1em}.icon-room-unlocked:before{content:""}.icon-search:before{content:""}.icon-service-dual .path1:before{content:""}.icon-service-dual .path2:before{content:"﫡";color:var(--color-primary);margin-left:-1em}.icon-service-dual .path3:before{content:"﫢";color:var(--color-primary);margin-left:-1em}.icon-setting:before{content:""}.icon-share:before{content:""}.icon-template:before{content:""}.icon-time-dollar:before{content:""}.icon-time-earth:before{content:""}.icon-time-history:before{content:""}.icon-time-reload:before{content:""}.icon-trash:before{content:""}.icon-unlock:before{content:""}.icon-unpin:before{content:""}.icon-calendar-2-dual .path1:before{content:""}.icon-calendar-2-dual .path2:before{content:"﫨";margin-left:-1em}.icon-calendar-2-dual .path3:before{content:"﫩";color:var(--color-primary);margin-left:-1em}.icon-calendar-2-dual .path4:before{content:"﫪";color:var(--color-primary);margin-left:-1em}.icon-calendar-2-dual .path5:before{content:"﫫";color:var(--color-primary);margin-left:-1em}.icon-calendar-2-dual .path6:before{content:"﫬";margin-left:-1em}.icon-calendar-2-dual .path7:before{content:"﫭";margin-left:-1em}.icon-upload:before{content:""}.icon-layout-grid1:before{content:""}.icon-dots-vertical:before{content:""}.icon-select:before{content:""}.icon-save:before{content:""}.icon-rename:before{content:""}.icon-tag:before{content:""}.icon-strike-through:before{content:""}.icon-star-fill:before{content:""}.icon-sort:before{content:""}.icon-star-outline:before{content:""}.icon-sorting:before{content:""}.icon-underline:before{content:""}.icon-arrow-top:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-down:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-up:before{content:""}.icon-picture-in-picture:before{content:""}.icon-move-out:before{content:""}.icon-move-in:before{content:""}.icon-chevron-selector-vertical:before{content:""}.icon-re:before{content:""}.icon-refresh:before{content:""}.icon-reload:before{content:""}.icon-checked-circle-fill:before{content:""}.icon-day-view:before{content:"";color:#879db2}.icon-checked-circle-1:before{content:""}.icon-clio-colorful:before{content:"";color:#0b78b9}.icon-checked:before{content:""}.icon-command-line-task-dual .path1:before{content:""}.icon-command-line-task-dual .path2:before{content:"况";color:var(--color-primary);margin-left:-1em}.icon-checked-circle:before{content:""}.icon-clio:before{content:""}.icon-circle:before{content:""}.icon-circle-minus:before{content:""}.icon-circle-close:before{content:""}.icon-square:before{content:""}.icon-square-remove:before{content:""}.icon-outline:before{content:"";color:#57748d}.icon-user-add-dual .path1:before{content:""}.icon-user-add-dual .path2:before{content:"謹";margin-left:-1em}.icon-user-add-dual .path3:before{content:"賓";color:var(--color-primary);margin-left:-1em}.icon-user-edit:before{content:"";color:#879db2}.icon-users-3:before{content:""}.icon-users-add-dual .path1:before{content:""}.icon-users-add-dual .path2:before{content:"穀";margin-left:-.941406em}.icon-users-add-dual .path3:before{content:"突";margin-left:-.941406em}.icon-users-add-dual .path4:before{content:"節";margin-left:-.941406em}.icon-users-add-dual .path5:before{content:"練";color:var(--color-primary);margin-left:-.941406em}.icon-users-2:before{content:""}.icon-contact-dual .path1:before{content:"";color:var(--color-primary)}.icon-contact-dual .path2:before{content:"全";color:var(--color-primary);margin-left:-1em}.icon-contact-dual .path3:before{content:"侀";margin-left:-1em}.icon-contact:before{content:""}.icon-user:before{content:""}.icon-organizer-add:before{content:""}.icon-organizer-remove:before{content:""}.icon-users:before{content:""}.icon-team-setting:before{content:""}.icon-users-settings:before{content:""}.icon-team:before{content:""}.icon-user-add:before{content:""}.icon-user-block-1:before{content:""}.icon-decline:before{content:""}.icon-user-dual .path1:before{content:"";color:var(--color-primary)}.icon-user-dual .path2:before{content:"﫮";margin-left:-1em}.icon-user-information:before{content:""}.icon-user-list:before{content:""}.icon-user-list-dual .path1:before{content:""}.icon-user-list-dual .path2:before{content:"﫴";color:var(--color-primary);margin-left:-1em}.icon-user-profile-2:before{content:""}.icon-user-rectangle:before{content:""}.mbsc-grid,.mbsc-grid-fixed,.mbsc-grid-unresp{box-sizing:border-box;width:100%;margin-left:auto;margin-right:auto;padding-left:1em;padding-right:1em}.mbsc-grid *,.mbsc-grid-fixed *,.mbsc-grid-unresp *{box-sizing:border-box}.mbsc-form-grid{margin-top:.75em;margin-bottom:.75em}.mbsc-form-grid .mbsc-col,.mbsc-form-grid [class*=mbsc-col-],.mbsc-no-padding .mbsc-col,.mbsc-no-padding [class*=mbsc-col-]{padding-left:0;padding-right:0}.mbsc-row{flex-wrap:wrap;margin-left:-1em;margin-right:-1em;display:flex}.mbsc-col{flex-grow:1;flex-basis:0;max-width:100%}.mbsc-col,.mbsc-col-1,.mbsc-col-10,.mbsc-col-11,.mbsc-col-12,.mbsc-col-2,.mbsc-col-3,.mbsc-col-4,.mbsc-col-5,.mbsc-col-6,.mbsc-col-7,.mbsc-col-8,.mbsc-col-9,.mbsc-col-auto,.mbsc-col-lg,.mbsc-col-lg-1,.mbsc-col-lg-10,.mbsc-col-lg-11,.mbsc-col-lg-12,.mbsc-col-lg-2,.mbsc-col-lg-3,.mbsc-col-lg-4,.mbsc-col-lg-5,.mbsc-col-lg-6,.mbsc-col-lg-7,.mbsc-col-lg-8,.mbsc-col-lg-9,.mbsc-col-lg-auto,.mbsc-col-md,.mbsc-col-md-1,.mbsc-col-md-10,.mbsc-col-md-11,.mbsc-col-md-12,.mbsc-col-md-2,.mbsc-col-md-3,.mbsc-col-md-4,.mbsc-col-md-5,.mbsc-col-md-6,.mbsc-col-md-7,.mbsc-col-md-8,.mbsc-col-md-9,.mbsc-col-md-auto,.mbsc-col-sm,.mbsc-col-sm-1,.mbsc-col-sm-10,.mbsc-col-sm-11,.mbsc-col-sm-12,.mbsc-col-sm-2,.mbsc-col-sm-3,.mbsc-col-sm-4,.mbsc-col-sm-5,.mbsc-col-sm-6,.mbsc-col-sm-7,.mbsc-col-sm-8,.mbsc-col-sm-9,.mbsc-col-sm-auto,.mbsc-col-xl,.mbsc-col-xl-1,.mbsc-col-xl-10,.mbsc-col-xl-11,.mbsc-col-xl-12,.mbsc-col-xl-2,.mbsc-col-xl-3,.mbsc-col-xl-4,.mbsc-col-xl-5,.mbsc-col-xl-6,.mbsc-col-xl-7,.mbsc-col-xl-8,.mbsc-col-xl-9,.mbsc-col-xl-auto{width:100%;min-height:1px;padding-left:1em;padding-right:1em;position:relative}.mbsc-col-1{flex:0 0 8.33333%;max-width:8.33333%}.mbsc-col-2{flex:0 0 16.6667%;max-width:16.6667%}.mbsc-col-3{flex:0 0 25%;max-width:25%}.mbsc-col-4{flex:0 0 33.3333%;max-width:33.3333%}.mbsc-col-5{flex:0 0 41.6667%;max-width:41.6667%}.mbsc-col-6{flex:0 0 50%;max-width:50%}.mbsc-col-7{flex:0 0 58.3333%;max-width:58.3333%}.mbsc-col-8{flex:0 0 66.6667%;max-width:66.6667%}.mbsc-col-9{flex:0 0 75%;max-width:75%}.mbsc-col-10{flex:0 0 83.3333%;max-width:83.3333%}.mbsc-col-11{flex:0 0 91.6667%;max-width:91.6667%}.mbsc-col-12{flex:0 0 100%;max-width:100%}.mbsc-col-auto{flex:none;width:auto;max-width:none}.mbsc-offset-1{margin-left:8.33333%}.mbsc-offset-2{margin-left:16.6667%}.mbsc-offset-3{margin-left:25%}.mbsc-offset-4{margin-left:33.3333%}.mbsc-offset-5{margin-left:41.6667%}.mbsc-offset-6{margin-left:50%}.mbsc-offset-7{margin-left:58.3333%}.mbsc-offset-8{margin-left:66.6667%}.mbsc-offset-9{margin-left:75%}.mbsc-offset-10{margin-left:83.3333%}.mbsc-offset-11{margin-left:91.6667%}@media (min-width:576px){.mbsc-grid.mbsc-grid-fixed{max-width:540px}.mbsc-grid .mbsc-col-sm{flex-grow:1;flex-basis:0;max-width:100%}.mbsc-grid .mbsc-col-sm-auto{flex:none;width:auto;max-width:none}.mbsc-grid .mbsc-col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.mbsc-grid .mbsc-col-sm-2{flex:0 0 16.6667%;max-width:16.6667%}.mbsc-grid .mbsc-col-sm-3{flex:0 0 25%;max-width:25%}.mbsc-grid .mbsc-col-sm-4{flex:0 0 33.3333%;max-width:33.3333%}.mbsc-grid .mbsc-col-sm-5{flex:0 0 41.6667%;max-width:41.6667%}.mbsc-grid .mbsc-col-sm-6{flex:0 0 50%;max-width:50%}.mbsc-grid .mbsc-col-sm-7{flex:0 0 58.3333%;max-width:58.3333%}.mbsc-grid .mbsc-col-sm-8{flex:0 0 66.6667%;max-width:66.6667%}.mbsc-grid .mbsc-col-sm-9{flex:0 0 75%;max-width:75%}.mbsc-grid .mbsc-col-sm-10{flex:0 0 83.3333%;max-width:83.3333%}.mbsc-grid .mbsc-col-sm-11{flex:0 0 91.6667%;max-width:91.6667%}.mbsc-grid .mbsc-col-sm-12{flex:0 0 100%;max-width:100%}.mbsc-grid .mbsc-offset-sm-0{margin-left:0}.mbsc-grid .mbsc-offset-sm-1{margin-left:8.33333%}.mbsc-grid .mbsc-offset-sm-2{margin-left:16.6667%}.mbsc-grid .mbsc-offset-sm-3{margin-left:25%}.mbsc-grid .mbsc-offset-sm-4{margin-left:33.3333%}.mbsc-grid .mbsc-offset-sm-5{margin-left:41.6667%}.mbsc-grid .mbsc-offset-sm-6{margin-left:50%}.mbsc-grid .mbsc-offset-sm-7{margin-left:58.3333%}.mbsc-grid .mbsc-offset-sm-8{margin-left:66.6667%}.mbsc-grid .mbsc-offset-sm-9{margin-left:75%}.mbsc-grid .mbsc-offset-sm-10{margin-left:83.3333%}.mbsc-grid .mbsc-offset-sm-11{margin-left:91.6667%}.mbsc-grid .mbsc-push-sm-0{left:auto}.mbsc-grid .mbsc-push-sm-1{left:8.33333%}.mbsc-grid .mbsc-push-sm-2{left:16.6667%}.mbsc-grid .mbsc-push-sm-3{left:25%}.mbsc-grid .mbsc-push-sm-4{left:33.3333%}.mbsc-grid .mbsc-push-sm-5{left:41.6667%}.mbsc-grid .mbsc-push-sm-6{left:50%}.mbsc-grid .mbsc-push-sm-7{left:58.3333%}.mbsc-grid .mbsc-push-sm-8{left:66.6667%}.mbsc-grid .mbsc-push-sm-9{left:75%}.mbsc-grid .mbsc-push-sm-10{left:83.3333%}.mbsc-grid .mbsc-push-sm-11{left:91.6667%}.mbsc-grid .mbsc-push-sm-12{left:100%}.mbsc-grid .mbsc-pull-sm-0{right:auto}.mbsc-grid .mbsc-pull-sm-1{right:8.33333%}.mbsc-grid .mbsc-pull-sm-2{right:16.6667%}.mbsc-grid .mbsc-pull-sm-3{right:25%}.mbsc-grid .mbsc-pull-sm-4{right:33.3333%}.mbsc-grid .mbsc-pull-sm-5{right:41.6667%}.mbsc-grid .mbsc-pull-sm-6{right:50%}.mbsc-grid .mbsc-pull-sm-7{right:58.3333%}.mbsc-grid .mbsc-pull-sm-8{right:66.6667%}.mbsc-grid .mbsc-pull-sm-9{right:75%}.mbsc-grid .mbsc-pull-sm-10{right:83.3333%}.mbsc-grid .mbsc-pull-sm-11{right:91.6667%}.mbsc-grid .mbsc-pull-sm-12{right:100%}}@media (min-width:768px){.mbsc-grid.mbsc-grid-fixed{max-width:720px}.mbsc-grid .mbsc-col-md{flex-grow:1;flex-basis:0;max-width:100%}.mbsc-grid .mbsc-col-md-auto{flex:none;width:auto;max-width:none}.mbsc-grid .mbsc-col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.mbsc-grid .mbsc-col-md-2{flex:0 0 16.6667%;max-width:16.6667%}.mbsc-grid .mbsc-col-md-3{flex:0 0 25%;max-width:25%}.mbsc-grid .mbsc-col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.mbsc-grid .mbsc-col-md-5{flex:0 0 41.6667%;max-width:41.6667%}.mbsc-grid .mbsc-col-md-6{flex:0 0 50%;max-width:50%}.mbsc-grid .mbsc-col-md-7{flex:0 0 58.3333%;max-width:58.3333%}.mbsc-grid .mbsc-col-md-8{flex:0 0 66.6667%;max-width:66.6667%}.mbsc-grid .mbsc-col-md-9{flex:0 0 75%;max-width:75%}.mbsc-grid .mbsc-col-md-10{flex:0 0 83.3333%;max-width:83.3333%}.mbsc-grid .mbsc-col-md-11{flex:0 0 91.6667%;max-width:91.6667%}.mbsc-grid .mbsc-col-md-12{flex:0 0 100%;max-width:100%}.mbsc-grid .mbsc-offset-md-0{margin-left:0}.mbsc-grid .mbsc-offset-md-1{margin-left:8.33333%}.mbsc-grid .mbsc-offset-md-2{margin-left:16.6667%}.mbsc-grid .mbsc-offset-md-3{margin-left:25%}.mbsc-grid .mbsc-offset-md-4{margin-left:33.3333%}.mbsc-grid .mbsc-offset-md-5{margin-left:41.6667%}.mbsc-grid .mbsc-offset-md-6{margin-left:50%}.mbsc-grid .mbsc-offset-md-7{margin-left:58.3333%}.mbsc-grid .mbsc-offset-md-8{margin-left:66.6667%}.mbsc-grid .mbsc-offset-md-9{margin-left:75%}.mbsc-grid .mbsc-offset-md-10{margin-left:83.3333%}.mbsc-grid .mbsc-offset-md-11{margin-left:91.6667%}.mbsc-grid .mbsc-push-md-0{left:auto}.mbsc-grid .mbsc-push-md-1{left:8.33333%}.mbsc-grid .mbsc-push-md-2{left:16.6667%}.mbsc-grid .mbsc-push-md-3{left:25%}.mbsc-grid .mbsc-push-md-4{left:33.3333%}.mbsc-grid .mbsc-push-md-5{left:41.6667%}.mbsc-grid .mbsc-push-md-6{left:50%}.mbsc-grid .mbsc-push-md-7{left:58.3333%}.mbsc-grid .mbsc-push-md-8{left:66.6667%}.mbsc-grid .mbsc-push-md-9{left:75%}.mbsc-grid .mbsc-push-md-10{left:83.3333%}.mbsc-grid .mbsc-push-md-11{left:91.6667%}.mbsc-grid .mbsc-push-md-12{left:100%}.mbsc-grid .mbsc-pull-md-0{right:auto}.mbsc-grid .mbsc-pull-md-1{right:8.33333%}.mbsc-grid .mbsc-pull-md-2{right:16.6667%}.mbsc-grid .mbsc-pull-md-3{right:25%}.mbsc-grid .mbsc-pull-md-4{right:33.3333%}.mbsc-grid .mbsc-pull-md-5{right:41.6667%}.mbsc-grid .mbsc-pull-md-6{right:50%}.mbsc-grid .mbsc-pull-md-7{right:58.3333%}.mbsc-grid .mbsc-pull-md-8{right:66.6667%}.mbsc-grid .mbsc-pull-md-9{right:75%}.mbsc-grid .mbsc-pull-md-10{right:83.3333%}.mbsc-grid .mbsc-pull-md-11{right:91.6667%}.mbsc-grid .mbsc-pull-md-12{right:100%}}@media (min-width:992px){.mbsc-grid.mbsc-grid-fixed{max-width:960px}.mbsc-grid .mbsc-col-lg{flex-grow:1;flex-basis:0;max-width:100%}.mbsc-grid .mbsc-col-lg-auto{flex:none;width:auto;max-width:none}.mbsc-grid .mbsc-col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.mbsc-grid .mbsc-col-lg-2{flex:0 0 16.6667%;max-width:16.6667%}.mbsc-grid .mbsc-col-lg-3{flex:0 0 25%;max-width:25%}.mbsc-grid .mbsc-col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}.mbsc-grid .mbsc-col-lg-5{flex:0 0 41.6667%;max-width:41.6667%}.mbsc-grid .mbsc-col-lg-6{flex:0 0 50%;max-width:50%}.mbsc-grid .mbsc-col-lg-7{flex:0 0 58.3333%;max-width:58.3333%}.mbsc-grid .mbsc-col-lg-8{flex:0 0 66.6667%;max-width:66.6667%}.mbsc-grid .mbsc-col-lg-9{flex:0 0 75%;max-width:75%}.mbsc-grid .mbsc-col-lg-10{flex:0 0 83.3333%;max-width:83.3333%}.mbsc-grid .mbsc-col-lg-11{flex:0 0 91.6667%;max-width:91.6667%}.mbsc-grid .mbsc-col-lg-12{flex:0 0 100%;max-width:100%}.mbsc-grid .mbsc-offset-lg-0{margin-left:0}.mbsc-grid .mbsc-offset-lg-1{margin-left:8.33333%}.mbsc-grid .mbsc-offset-lg-2{margin-left:16.6667%}.mbsc-grid .mbsc-offset-lg-3{margin-left:25%}.mbsc-grid .mbsc-offset-lg-4{margin-left:33.3333%}.mbsc-grid .mbsc-offset-lg-5{margin-left:41.6667%}.mbsc-grid .mbsc-offset-lg-6{margin-left:50%}.mbsc-grid .mbsc-offset-lg-7{margin-left:58.3333%}.mbsc-grid .mbsc-offset-lg-8{margin-left:66.6667%}.mbsc-grid .mbsc-offset-lg-9{margin-left:75%}.mbsc-grid .mbsc-offset-lg-10{margin-left:83.3333%}.mbsc-grid .mbsc-offset-lg-11{margin-left:91.6667%}.mbsc-grid .mbsc-push-lg-0{left:auto}.mbsc-grid .mbsc-push-lg-1{left:8.33333%}.mbsc-grid .mbsc-push-lg-2{left:16.6667%}.mbsc-grid .mbsc-push-lg-3{left:25%}.mbsc-grid .mbsc-push-lg-4{left:33.3333%}.mbsc-grid .mbsc-push-lg-5{left:41.6667%}.mbsc-grid .mbsc-push-lg-6{left:50%}.mbsc-grid .mbsc-push-lg-7{left:58.3333%}.mbsc-grid .mbsc-push-lg-8{left:66.6667%}.mbsc-grid .mbsc-push-lg-9{left:75%}.mbsc-grid .mbsc-push-lg-10{left:83.3333%}.mbsc-grid .mbsc-push-lg-11{left:91.6667%}.mbsc-grid .mbsc-push-lg-12{left:100%}.mbsc-grid .mbsc-pull-lg-0{right:auto}.mbsc-grid .mbsc-pull-lg-1{right:8.33333%}.mbsc-grid .mbsc-pull-lg-2{right:16.6667%}.mbsc-grid .mbsc-pull-lg-3{right:25%}.mbsc-grid .mbsc-pull-lg-4{right:33.3333%}.mbsc-grid .mbsc-pull-lg-5{right:41.6667%}.mbsc-grid .mbsc-pull-lg-6{right:50%}.mbsc-grid .mbsc-pull-lg-7{right:58.3333%}.mbsc-grid .mbsc-pull-lg-8{right:66.6667%}.mbsc-grid .mbsc-pull-lg-9{right:75%}.mbsc-grid .mbsc-pull-lg-10{right:83.3333%}.mbsc-grid .mbsc-pull-lg-11{right:91.6667%}.mbsc-grid .mbsc-pull-lg-12{right:100%}}@media (min-width:1200px){.mbsc-grid.mbsc-grid-fixed{max-width:1140px}.mbsc-grid .mbsc-col-xl{flex-grow:1;flex-basis:0;max-width:100%}.mbsc-grid .mbsc-col-xl-auto{flex:none;width:auto;max-width:none}.mbsc-grid .mbsc-col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.mbsc-grid .mbsc-col-xl-2{flex:0 0 16.6667%;max-width:16.6667%}.mbsc-grid .mbsc-col-xl-3{flex:0 0 25%;max-width:25%}.mbsc-grid .mbsc-col-xl-4{flex:0 0 33.3333%;max-width:33.3333%}.mbsc-grid .mbsc-col-xl-5{flex:0 0 41.6667%;max-width:41.6667%}.mbsc-grid .mbsc-col-xl-6{flex:0 0 50%;max-width:50%}.mbsc-grid .mbsc-col-xl-7{flex:0 0 58.3333%;max-width:58.3333%}.mbsc-grid .mbsc-col-xl-8{flex:0 0 66.6667%;max-width:66.6667%}.mbsc-grid .mbsc-col-xl-9{flex:0 0 75%;max-width:75%}.mbsc-grid .mbsc-col-xl-10{flex:0 0 83.3333%;max-width:83.3333%}.mbsc-grid .mbsc-col-xl-11{flex:0 0 91.6667%;max-width:91.6667%}.mbsc-grid .mbsc-col-xl-12{flex:0 0 100%;max-width:100%}.mbsc-grid .mbsc-offset-xl-0{margin-left:0}.mbsc-grid .mbsc-offset-xl-1{margin-left:8.33333%}.mbsc-grid .mbsc-offset-xl-2{margin-left:16.6667%}.mbsc-grid .mbsc-offset-xl-3{margin-left:25%}.mbsc-grid .mbsc-offset-xl-4{margin-left:33.3333%}.mbsc-grid .mbsc-offset-xl-5{margin-left:41.6667%}.mbsc-grid .mbsc-offset-xl-6{margin-left:50%}.mbsc-grid .mbsc-offset-xl-7{margin-left:58.3333%}.mbsc-grid .mbsc-offset-xl-8{margin-left:66.6667%}.mbsc-grid .mbsc-offset-xl-9{margin-left:75%}.mbsc-grid .mbsc-offset-xl-10{margin-left:83.3333%}.mbsc-grid .mbsc-offset-xl-11{margin-left:91.6667%}.mbsc-grid .mbsc-push-xl-0{left:auto}.mbsc-grid .mbsc-push-xl-1{left:8.33333%}.mbsc-grid .mbsc-push-xl-2{left:16.6667%}.mbsc-grid .mbsc-push-xl-3{left:25%}.mbsc-grid .mbsc-push-xl-4{left:33.3333%}.mbsc-grid .mbsc-push-xl-5{left:41.6667%}.mbsc-grid .mbsc-push-xl-6{left:50%}.mbsc-grid .mbsc-push-xl-7{left:58.3333%}.mbsc-grid .mbsc-push-xl-8{left:66.6667%}.mbsc-grid .mbsc-push-xl-9{left:75%}.mbsc-grid .mbsc-push-xl-10{left:83.3333%}.mbsc-grid .mbsc-push-xl-11{left:91.6667%}.mbsc-grid .mbsc-push-xl-12{left:100%}.mbsc-grid .mbsc-pull-xl-0{right:auto}.mbsc-grid .mbsc-pull-xl-1{right:8.33333%}.mbsc-grid .mbsc-pull-xl-2{right:16.6667%}.mbsc-grid .mbsc-pull-xl-3{right:25%}.mbsc-grid .mbsc-pull-xl-4{right:33.3333%}.mbsc-grid .mbsc-pull-xl-5{right:41.6667%}.mbsc-grid .mbsc-pull-xl-6{right:50%}.mbsc-grid .mbsc-pull-xl-7{right:58.3333%}.mbsc-grid .mbsc-pull-xl-8{right:66.6667%}.mbsc-grid .mbsc-pull-xl-9{right:75%}.mbsc-grid .mbsc-pull-xl-10{right:83.3333%}.mbsc-grid .mbsc-pull-xl-11{right:91.6667%}.mbsc-grid .mbsc-pull-xl-12{right:100%}}.mbsc-align-items-start{align-items:flex-start!important}.mbsc-align-items-center{align-items:center!important}.mbsc-align-items-end{align-items:flex-end!important}.mbsc-justify-content-start{justify-content:flex-start!important}.mbsc-justify-content-center{justify-content:center!important}.mbsc-justify-content-end{justify-content:flex-end!important}.mbsc-justify-content-around{justify-content:space-around!important}.mbsc-justify-content-between{justify-content:space-between!important}.mbsc-ios .mbsc-toast-message{border-radius:1.78572em;line-height:1.85714em}.mbsc-ios .mbsc-alert-title{text-align:center;margin:.277778em 0;font-size:1.125em}.mbsc-ios .mbsc-alert-message{text-align:center;margin:.357143em 0;font-size:.875em}.mbsc-ios.mbsc-prompt-input.mbsc-font{border-style:solid;border-width:1px;border-radius:.5em;margin-top:1em}.mbsc-ios.mbsc-prompt-input:after,.mbsc-ios.mbsc-prompt-input:before{display:none}.mbsc-ios.mbsc-prompt-input .mbsc-textfield{height:1.75em;padding:0 .25em;line-height:1.75em}.mbsc-ios.mbsc-prompt-input .mbsc-label{height:1.75em;padding-left:.25em;line-height:1.75em}.mbsc-ios.mbsc-primary .mbsc-toast-background{color:#fff;background:#3f97f6}.mbsc-ios.mbsc-secondary .mbsc-toast-background{color:#fff;background:#90979e}.mbsc-ios.mbsc-success .mbsc-toast-background{color:#fff;background:#43be5f}.mbsc-ios.mbsc-danger .mbsc-toast-background{color:#fff;background:#f5504e}.mbsc-ios.mbsc-warning .mbsc-toast-background{color:#fff;background:#f8b042}.mbsc-ios.mbsc-info .mbsc-toast-background{color:#fff;background:#5bb7c5}.mbsc-ios .mbsc-toast-background{color:#fff;background:#000c}.mbsc-ios.mbsc-prompt-input{border-color:#ccc}.mbsc-ios.mbsc-color-none .mbsc-snackbar-button.mbsc-button{color:#007aff}.mbsc-ios-dark .mbsc-toast-background{color:#000;background:#fffc}.mbsc-ios-dark.mbsc-prompt-input{border-color:#333}.mbsc-ios-dark.mbsc-color-none .mbsc-snackbar-button.mbsc-button{color:#ff9f0a}.mbsc-material .mbsc-toast-message{border-radius:1.57143em}.mbsc-material .mbsc-toast-background{color:#fff;background:#444}.mbsc-material.mbsc-prompt-input.mbsc-font{margin:1.5em 0 0}.mbsc-material.mbsc-primary .mbsc-toast-background{color:#fff;background:#3f97f6}.mbsc-material.mbsc-secondary .mbsc-toast-background{color:#fff;background:#90979e}.mbsc-material.mbsc-success .mbsc-toast-background{color:#fff;background:#43be5f}.mbsc-material.mbsc-danger .mbsc-toast-background{color:#fff;background:#f5504e}.mbsc-material.mbsc-warning .mbsc-toast-background{color:#fff;background:#f8b042}.mbsc-material.mbsc-info .mbsc-toast-background{color:#fff;background:#5bb7c5}.mbsc-material.mbsc-color-none .mbsc-snackbar-button.mbsc-button{color:#488fed}.mbsc-material-dark.mbsc-color-none .mbsc-snackbar-button.mbsc-button{color:#b5cff8}.mbsc-windows.mbsc-prompt-input.mbsc-font{margin:1em 0 0}.mbsc-windows.mbsc-primary .mbsc-toast-background{color:#fff;background:#3f97f6}.mbsc-windows.mbsc-secondary .mbsc-toast-background{color:#fff;background:#90979e}.mbsc-windows.mbsc-success .mbsc-toast-background{color:#fff;background:#43be5f}.mbsc-windows.mbsc-danger .mbsc-toast-background{color:#fff;background:#f5504e}.mbsc-windows.mbsc-warning .mbsc-toast-background{color:#fff;background:#f8b042}.mbsc-windows.mbsc-info .mbsc-toast-background{color:#fff;background:#5bb7c5}.mbsc-windows .mbsc-toast-background{color:#fff;background:#333}.mbsc-windows.mbsc-color-none .mbsc-snackbar-button.mbsc-button{color:#0b93ff}.mbsc-windows-dark .mbsc-toast-background{color:#000;background:#fff}.mbsc-windows-dark.mbsc-color-none .mbsc-snackbar-button.mbsc-button{color:#0b93ff}.mbsc-snackbar.mbsc-font .mbsc-popup,.mbsc-snackbar.mbsc-font .mbsc-popup-body,.mbsc-toast.mbsc-font .mbsc-popup,.mbsc-toast.mbsc-font .mbsc-popup-body{box-shadow:none;pointer-events:none;background:0 0;border:0;border-radius:0;margin:0}.mbsc-toast.mbsc-font .mbsc-popup-content{text-align:center;padding-bottom:4em}.mbsc-toast-message{min-width:10em;max-width:50em;padding:.857143em 2em;font-size:.875em;line-height:1.42857;display:inline-block}.mbsc-snackbar-cont{pointer-events:auto;align-items:center;min-width:18em;max-width:36em;margin:0 auto;padding:.5em;display:flex}.mbsc-snackbar-message{flex:1;padding:.5em 1em;font-size:.875em;line-height:1.57143em}.mbsc-snackbar-button.mbsc-button.mbsc-font{color:#fff;margin:0}.mbsc-alert-content{max-width:20em}.mbsc-alert-title{margin:0 0 1em;padding:0;font-size:1.42857em;font-weight:700}.mbsc-alert-message{margin:1em 0;padding:0;font-size:1em}@font-face{font-family:Mobiscroll;src:url(data:application/x-font-woff;base64,d09GRgABAAAAAGtAAAsAAAAA38gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAACtAAABxC2FjaFU9TLzIAAAvYAAAARAAAAGBP7UgWY21hcAAADBwAAAYEAAARTIYdBHdnbHlmAAASIAAATUwAAJhs2bAd/2hlYWQAAF9sAAAAKwAAADZhFUB8aGhlYQAAX5gAAAAhAAAAJAO5AttobXR4AABfvAAAAGsAAASA+Pz/tGxvY2EAAGAoAAACFQAAAkLBrZxAbWF4cAAAYkAAAAAfAAAAIAI7AbJuYW1lAABiYAAAASMAAAIKN+tXw3Bvc3QAAGOEAAAHvAAAD2QB/EpteJyVWQ+8VPkU//7u3H9z586dP2/ezPRe7+2zElaSZCUrSdZKyAoJ2bJ22+QhCVm7JCsrayVJ/q2VJCQhrKysRVhZIcla/7JWkmStkHLO+f3uzL1v7rw+2/s087vnnHt+55zf+fc7AwUgwCRMhzXr4jnzEC1btGIYfbCh/zE+uVbLrrpyEfz4iXC2fPtQ/XegholqZu6UfZG91N7vHvea3pz65fWVzWnNFc0bm/vHlPuG+jb3L+lfiZD2mIJn4Qpcg43YgdtxCMdwRoXEKVQW/eVVoAr0DVVSZRUpH/kumJBkKCQwSr4desPJhIdwU3BbuaooO3iZ8JCkDeg7wllVpR09gjv0FCCfoK6oHHEodMBCWPBJVovWNnFwlIscXFlbxIsshxzhFaoYj8vIGvtwSo1X89Q1aqvar+63+qyp1jxr2FpjbbK2kc3GEneHuIO+a2qMrBySlHf2iGskGKbIkwQR6QHZdRb6NFykUCIl7Ut0NVWn/xHp5dFTIPTaWjXMRrNjP7aCS5+9sp9F3wV5N0c86ngKGl33ydNbILgt1qnRWxaejvrIHYRrbEWtWSAwhTmd1MTTlrXbofMzUBuVui31JegZVYoeOf1ePLuTjk9WtEnyu7RFl9a6KHxcxdg88bsYFUOXlKsqHlMVH1R4JqKOPV2xPciPnoqiwfaIHK6KhHekyngOxYzGOUTdxzEjHuJiLvl0zDNH55kXez0NeQNt838uPANjHXswExpXIhqfYi/AWEzANDyY/FxHGOlBeIWH0Jtsv5zoEWEc+LzPEg1/nw8+pRrZIEdRX6fnewjPFsyTpC7+CIe1pycff5I186lTlJYxSDtOJY+eiwW4m+L5rPEmH78RHo5Y0MZv6b1Yt9/TmqOurho4QmtLfCTC70gOgeMPvGJOaGIyneCrsQ7bcBsO46Ty1aCaomarhWq5uk5tVjvUXnVAHVH3WbBCq46XoqR9jv2BuOVYx0TMvxhRC88ZpCQ0sWwvoDOMsVXxFNZBsQdicQJXk9PVnEok5+V0vjEuEnxZPCfC81FoYXpIpx7xDpcyTCElJ5+HR5xeiKAFp+gW34/wkgTUExuD5FuUgLZ1uDIBDSRmbdJgPvItaFH8UuFFCVjsZQsTMEe818XLErCa5F+LKkYbFmeQBZJhNayXPut4eQLC75VwlXhntZ0f8TzyTpBVLNG1jlfAkUjtJS9aJuu85PQl0NmkF0thawrK6S5VsLtIFpezZPvE8Svw6XIOYr62+PYQeevDyO51cxqGi8T2eDja1hStD6VKQDQYxt1qSC1WN6m7rKZ1qbXOus06lZuQW5Bbm9udO2KXqcIusTfYt9r3OmVnqnOZs9bZ6Rxyzrjj3NnusLve3e0edk97g94Mb7G3xtvq7fOO+qE/0Z/rL/fX+7v8A/7JfDU/OT83P5xfl9+e35e/J7CD84MZwcLg6mBzsDs4EBwvBIXxhZmFhYVVhY2FXYX9haOhGw6F08J54XC4Nrw53BMeDE8Ug+K44vTi/OLy4rri1uLe4qHiiciPhqKp0dxoSXRNtCHaHu2NDkZHo1Mlu1TGa8kekoM4Ak1WbFeUgmTG/pGZXNtNYqkX78vgoP2QM19BvHSgFS+2cObo0DWX8ha2UAYZyaFPniLxcIHIJ3cZjpEqEv4e9SwDHW8n629B6cwWiS9XKHJ6hJbP++0Z74rP8g66xo2oPK1OB2+jTPvA3jU9D9Y84DdN94PXkJ+PfLMn0X3x2dSk9nmSrcH64rqMt0bfj3olvAVjzmHXinQUruQWXeFfRZVjxDujdA83dFKbbANVNCcf9081fCiDmuqVVEz2OD7RPqHmmvGxTOpkZ8X9oDL191r0nkPXnGRGrlDrM2hbeXdEBd+YQcu2iAw06U8fyaA1ebajk7qauvvR5eUI4Yz/5nNSQvawKc/1jHp2cc+1spMutiPrI1mBo/qNGXSuxLVjYlHXlXUZdJ5IqKtfXmw0gHdn0pkqmOC3IYMuZ3qNhEbUT1Q7Y0nraGoIdYZ4QwaVq8aqislHA1JnNmdQtX2T/aKfrLwWlQ4q29irons4fDKDhr3a1RlEOqNtGTQDUiG92FNwB3Tv6UoOjiSjW2JXz8AtrKLerVO3funsxP54VwaFp3OMkfc9GRQ50zNFch4fzKDgzqhCfliULuimDIpI24yoWI6tGRQB+TifJ8dFHp/KoGjbhKIG21FOWOQ8oimLjzliG46C3SkKO5FVdYfn4yvnoGjgq+egaOJr56AI8SaUMmKW+jJzbu/NwOeEn/T2eH8G3pKOnTvJCB/IwNdMl0m1H19GaTQJqQdP4msSeQGfJXGguoLliDr4t3oKrMjEmtsWXp+Bbd9+3pqBZZmkS8E7MrAsE9d7GzdmYHMwdxVsysCSl4pNXHw8AxtJ98zxuB9Rwh6BtrKJOB8/HgXbwJ2jYJv4ySjYEK9DMcOScsfDOzNwpg/C9Rk4PUep4MMZuLjb/2g2Tva7OQMXSYfg4tN0Z2prMShdYE16kxq+kMJpP6hQV1Eny+3qimvgi11xTXxpBI5zAJ80Z60fpnA1kdASu7j4UQqXsjZWI8zwvBplns/SrS9LEh+f64JpYEcXTBOf74IJsbMLpo5vpjCW6VTYgnu7YBr4VhdME7enMHF0M7fvdME08N0umCa+1wUT4mcpTDzn4n1+3gXTwMEumCZ+0QUT4hMoZHhmHz6DQpY9cUsKHt94atiTgntKz2Z83JqCtyyJb6fgLc3x0xS8JSm+jqCTP76Rgjqmr/x+Cqq92McPMqANHEhBzX7YJ7flFC1+CX7qkUrj4hB0vucoPQynNW94JeR+LfPmX8OVKg7plXroXj2fOqaNFIF34hhx6VOT1Cw1Xy1Vq9T1apPaonaqW/AEmUlWzEylPSH14v1UauaGaVRvMulNVZgo2bmgSmKzkvQerTkgJhtsuu+Ob1QXSN4qSE6ypV+rSVxT54lJBmf2aVVRnns9Qryqc4L4aARmN7YuW55nbY8x0EjsH5k6/nDkBaqkV5f7MB5pYAldMAG+gdlyPi4eBU8gtuSoIh4PL3WzmionaevbGabIvM6VnPRYOVXWvokLZZZik36PM1O3kkxIBslm/yKvKZvbck3FE/X7yWtGQPFP8YeSTGGqeCKclpQXCX+2Ms8l+8g7pmCGzHl01eA5z5N4Qgg9c/ExnSXVT3iyzHeoLpmp5gUk77/h64lma2LzH+gT0TPOU/S+Y6aU/6V1zdTREoaI93y646ym+8EWqix7qUM+hCM4gdOKp0dRK5+2f5uIufZTbmljK4n9Bs3c1lF6qqFnWXWxUmomT7HhIz1JHICXqkw1mZx6cmJn8SCYGYV0pg20tEbTrLlijTFrzlvnyZQsJxl0qLVu0K3SNhYdKxblSaVLMXEhLiGLXEH3oBKyZwhV0U3PzrgHqJL1KxIn+lbm0D3Ea08ziW8ZbmK6WTQ712g328RHkaSYIjsvoZvkatxAd6etdB57qIb8AxwhltJ20Pd1hzLOSehZUk78O5Ie9Rjt7BlPZo3vE0ly9JcXXf/Cc/EYj6M8eTa93F/hmF+PevE3s+Y+7URr3cDfea30xPHPogXHznHSQndC94rPK8mB8xDLwLEzjvzsf/IbgC1xEk+Y41nMGfkNIImrSDbwcRqFFKasT4T2qEn+4d9u2PP4fNhz+NewkkRjVaKxV/X9Hya/ec14nGNgYTzIOIGBlYGBcSFjGgMDgzuU/sogydDCwMDEwMrMgBUEpLmmMBxgMHr1j/HA/wMMeozvGNyAwowoihQAkIkNj3icrdUFkJVVGMbx/7u7bMAG28vuAnYnIXZhd4KN0grSIdiK3YXdXYiC3VjY3d167G7wPPeZ0XEcZxzHb+e3/3u/jXvPt995F+gAFGfLZCX54VwiP6JoTj4bhfPFdCycLymanp/X0TmfKaI3fejLBgxgT6amefPn56/1+OPcHoxIUTj31yPyz7f88bFE/l6iPJqjJSqjS3SL7tGJ+VEfdRFRGlVRE52DaIySKIsOURHF0R5F0RDVURut0THaoim65t9alN9TSV5LKWWUU5HfcScqqaKamvx+a/Or1tNAI00059ftQitttNOVbnRnARZkIRZmERZlMRbP72pJlmLpvPJlWY7lWYEV88p60iuveaW8wpVZhVVZjdVZgzVZi7VZh3Xzutdj/byeDdmIjdmETdmMzdmCLdmKrdmGbdmO7elHf3ZgR3ZiZ3ZhV3bL12r3fLUGMojBDGEowxier+hejGAkezOK0YxhLOMYzwQmMonJ7MMUprIv+7E/B3AgB3Ewh3Ao0ziMwzmCIzmKozmGYzmO4zmBEzmJkzmFUzmN6ZzOGZzJWZzNOZzLeZzPBVzIRVzMJVzKZVzOFVzJVVzNNVzLDK5jJtdzA7OYzY3cxM3cwq3cxu3cwZ3cxd3cw73M4T7u5wEe5CHm8jCP8CiP8ThP8CRP8TTP8CzP8Twv8CIv8TKv8Cqv8Tpv8CZv8Tbv8C7v8T4f8CEf8TGJT/iUz/icL/iSr/iab/iW7/ieH/iRn/iZX/iV35iX75/Sv91l/+Iob26pzPfBn0c38q3wD0e+J+vrorSqpjM0lpR1qChuL2qorm3t2NbU9b+8+P9/VOpT1TQ/CS2kh0V5bk+L5txeFi25vS30030sdE36WuRroh1a2KX6nQMs71HyPWva4wMt6nMHWdTlDrbQHBlihb/WUIuq3GEWNbnDLfJlznugoDCMRlg05o60yLMq74+CKMsdZaF5NtqiIneMhWbcWIv23HEWRbnjLRpyJ1hU5060qM2dZNGaO9kiz8W8GwuiLXeKRVPuVMvTiRSmxaQiQy02zd9UYprBqYNpNqdSQy0z1HJDrTDUjqaZnToZaqXpTklVhlptqDWG2tlQaw21zlDrDbXBUBsNtclQmw21xVC7mPZjajXUNkNtN9SuhtrNtH9Td9NGTgsY6oKGupChLmyoixjqooa6mKEubqhLGOqShrqUoS5tqMuY/s+mZQ11OUNd3lBXMNQVDbWHaW+nnqa9nXqZ9nbqbdrbaSVD7WPa52llQ13FUFc11NUMdXVDXcNQ1zTUtQx1bUNdx1DXNdS+plmT1jPU9Q11A9MMShsa6kaGurGhbmKomxrqZoa6uaFuYahbGupWhrq1oW5jqNsa6naGur2h9jPU/oa6g6HuaKg7GerOhrqLoe5qqLsZ6gDTjE67G+oepnmdBprmdRpkmtdpsGlepyGmeZ2GmuZ1Gmaa12m4aV6nPU3zOu1lqCNMszuNNM3utLdpdqdRptmdRptmdxpjmt1prGl2p3Gm2Z3Gm2Z3mmCa3WmiaXanSabZnSabZnfaxzS70xTT7E5TTbM77Wuo+xnq/oZ6gKEeaKgHGerBhnqIoR5qqNMM9TBDPdxQjzDUIw31KEM92lCPMdRjDfU4Qz3eUE8w1BMN9SRDPdlQTzHUUw31NEOdbqinG+oZhnqmoZ5lqGcb6jmGeq6hnmeo5xvqBYZ6oaFeZKgXG+olhnqpoV5mqJcb6hWGeqWhXmWoVxvqNYZ6raHOMNTrDHWmoV5vqDcY6ixDnW2oNxrqTYZ6s6HeYqi3Gupthnq7od5hqHca6l2Gereh3mOo9xrqHEO9z1DvN9QHDPVBQ33IUOca6sOG+oihPmqojxnq44b6hKE+aahPGerThvqMoT5rqM8Z6vOG+oKhvmioLxnqy4b6iqG+aqivGerrhvqGob5pqG8Z6tuG+o6hvmuo7xnq+4b6gaF+aKgfGerHhpoM9RND/dRQPzPUzw31C0P90lC/MtSvDfUbQ/3WUL8z1O8N9QdD/dFQfzLUnw31F0P91VB/M9R5xrzfATyW/U54nN29eZwkR3kgmpFXZGadWVlZWffR1VXZXdXTXV1X9lzdJc1oNJc0LY2mZ4Su0iAh0EiihSQksDAFMof9BB6DpbXN4Qab3WeNDRI2hsUGlwAvhrfC8vIbGRvbtP3Y/fkhL6uHsVlYver3fZFZ1dVzSAOC/cPdVZFRkZFxfvHdEckJGxsbfZ6QNS7BZbhpjiPFVrNcJRNyhhQnZFOPxhqFerulN8ulhlm0imaxVWw1Wg2zQfpdI9ALGN1kuZwkPQgH/63X63c7XfiQTidgGIFOObnBsfsQdjrreKvLwR/ZeBHq5ciXuCjHlWzHluxZIsdyRLAcy2wskRbp3fDNzuC7xyOzSSVy/J7Ox27o5Lu9Gz7Wued4REnORo4Pvtv55g29br6D5ckct9Enf0+e5vzQk0lujmtwDlQzESTRLKkvkuYsESZmSXOR1LMkGiRGG/oJPaRZAjVjV6PWIrGgjw58Cbf7jl277ngzBrvnj9ZqR09i8NHAwpQ1FZg/+k8BuC4EUkevyOfz3S7peXkhGNzlZYaA7I0lpxaiurZwuR5dmErGphfuXcvnsf/Q3nXSJx/hLI5zrFh9ibSb5YkQgYHGYbchjB5Y05LammoktdcZSeN1WtL4xTVVhURDvZM0cHwHz9wJt93yIPhb0ubCHGfgwzmyWejlUkiTvioH5a9KWkj6PJmXfEHpKxJ8gj7p09zo+b8nPWyPQd3H2805ApMP41RwsKCvXLB28uB5zXT793+TN5IPYXtKsag8MUfKTWhPPRYNEXLvlgbwW5u32Z51tz0lB1vidqoAIYAktDBWJ86oQYNnsEGkgQ1SX649Dj6MYzMs9JdHzYGGnNec4VytsbbYOKBuAbA4cGlYOFLk0+fV+oMLtu6cuSq5w7xZKPn81uqPXGiuNj5Lvg1rZxv8sKn73CKZ5eUQCZIs316C1CD8bg8HXJ4oNx1yU+Gj0ant0S/GwuGZnTtjz+RMc/Hao9n3FB6N7dxZDYfNZ8ztU9EvUiNASbrwUfYD7syEw7FnskevXTTN3KP5R2OhEHsaijK/QAMGxTZJOEawnnucwFHOx4U4GPRWwSw43orCr9HQizw34DqdTnf4yXf63fX1Xo90Bn0oh2frGEYbnofRJnoBWt5uFODqISOdQKmkP3gymk5HSW3Qd9HPYI3kBwAvg256Kk165eQAMBJkW8tzGpT5J4DjEDdEuBw3wy1wV3DXcDdxr+MeOAdH0BaMl0zrsQwBmC3vJs224V7cJAtvA3rERknD2E5Sj0nWEMjbdYARCGEFQUoJh96dBiqNTwZX3DkxsXMfBsXC3FwBICQJQOJevo7wkmdrbM2LQEAWLTWSUi2AosEzoyhpqABjlpqKqIPfG0VJxyscgmfX5i6fWx4rp7MZ72F1SSPv1vvz7FkLSvmrUUzFJcVq++EoBvh7SDcQoF2UWpywZSrTVtsB3ApItQXIlnD7Hrjiigf2RaPlRnl7WjfITOOKB8jawi1vuGVBKId9fDBgWglKs9fVtt+ywPGsXI68m4tz2wGsojHLlIsTZRuCIfY2o1TGqwX4O8hHrQvW++1QgFLLDkWM4TjHxQ1u12sXSaGc3zGXCNBIpDA70UiEdGJv2/06NQSNIJGQlGsuNnO5Zm4yq5F31I7Oh2LTzq6UMBHUiN8fMWMyTRyq1o/VoXHQ1r/zaOcstxNgagXWMwBRsVGksvsftWLw3ygCdNEJuwyA4UAz65gaxfulpgNARE2rUbfKlm1lCa5k25lgWaG7LGOQ8FwkGyEV3UqWyrUapcevq8QrBNKWJaopkYiiUR9VMaLSwZ9JpUIhnS4UStKOzjSvybtkUfgsLwuUCrJI8UL/n/rRuj8YNEIRrXS8FJmJReavu1PxmXPvrpk+Sn1m7d1zpk/5gD0p1WbmpOIe/0dkiY/zfumjVIm0Igr1LhysquGa3Vz7FpeClVbkbJcOG2NYQBqL22Nx5C8Ishf41Qu6AIt+bYgmButjOGMziXQ7GK7nB12yRhCxdDo9Fq513D/SBQqdHwBiGeRJlxNhzlw85efKbtuc0eIHRFAqwsDDqoa5OYf92cI9OMAD/Vq6tlBLs4DsX1Wo3+yZfqqsMlTfh/C/25eVy5ddjcF/7HROp73M6dqv5v3RqD8Pi3udZYbFN/iClxOCvwMGgfFlMKZPcwqnI19mIQZClFQaRpxWASizWY+ZVhDWBDS0BciyNd8BBIg40Lt2B91SKmDEfYFSCtAjMGzhKKano+7l2/1UCZryNTUZYhGXvrzAxgiwOqE2tQh58oXV5T7pkJ57hZnm2Pp/GvIgTgW6CDyhJVyU3yIHXtc5/iBDBo8yjNA80WyeeC0GB+58z30r5IB3A4JBx7sDAeMV/7+Nz/EC+SLOVqk2bzu1eVhEgGspEDy7Ng9TBlgV1tS8RWvzsKoA9cIym3es2jysH8C+dpn8rw98QCCicoBqggBRQaMHFJEIF0wtvVyGsVSPnsNYXMZlcf2X7VkeGcshV4lYCgcFAYnnymlSaOfS87qaDqemiKoktyXhQ/ZPNh7MzdF8Kxc3/cGplCTxyW3NbcmGSxO/B+W/jStwU1DdhYvfSSynUUeultouf/75C9ZUv/vuXZON8l93cXH4z6vv7rsbk7m5/9oFNp1n/eIAv+VgrXAll2OGiqH2zVpNqMytFtetY5HP83MFn6bWOw01EmHIt9jprRbmyp/tLK+ubihqYU7IluysxLBytztXyGx7c7e7uorViQyuOMAlNlfjVrk3cRwyM+U5gigVQBFm3ISZppYDwkIDZtlybGBzWnaZIinGpVFqzRHHprb3hUcBSqhFvS8UkCPwvOV9oZglGDvbGX5HBf2haWUUVc7LqpKxTFEoFgUxGjs36aBLOskjE3wmUKBRK63RjOGHPH4jQ7W0FaWFQIafeOnb781MT++Ynj4+qugCdY+Sllyi/cKPV8U5t2tY347p4ZgTT3YqcJWXkpsEuwjD12jZw0HyKLy7qIGEM8q+cIt6Or98Ot/zxqY/trhrXg4ICLecP72c77jdGc7/X5EBYBg/cABT3DzAHdBAF+hsoIyMJLo/S7DgvRuMpgpDzEi43EKsFCxV4BtbeHzy5tfcPDmZOXTtoQzJdOYnq6sPr1Yn5zt73nf5x0LAzcZC98XNyWA4HJw04+lJ254sZXK5zGdT9cnq3Fx1sp5Kpwd/7guFzFBo2MY/AXngaaBySWjjDErNJvC2ZlFvtDyysZM4SDRaDWFMoDYLNhAO8mQ+3OuH81RV6Yv3qw+CCAuScsDoEA4WJenlN7gehEDIu1S9n+yi6gBEzI7LsQHHPOS33XWiAMU1uBiXhla0ilRvmAW9ZBYFJqRT0wG2u4BxAtI3YO5BtxHornW7jX/e4LprpNPrDtahtqONDQ6k827v91kE5WmG094G1DzB6HgVZGqOFLYSRamAbHGh1WzDHWCTCyYsvzGaTp4ddBmfvgbh4DBZg750VPIfsGekrw5el8932If00tHBOsuaj6ah78DkqIO+Sk+fpmqXUXKP5mCfRUYVoTXAJhRQsChgt1sNCxj+Ds9tACPQH/TyJA8krz+AJ3obQM7W1lKufMF4NhnoFkiWjN+wEDMAqjClUotwvW6n+/3JR77+9UcmHyWA3dd6vd7hydqRI7XJZg+GyEWL7vh02ejD/FPTHZXdEC3a0HmLdPtrLifQA55k5R0ffQek4IIIAIeytjaUdeAfoKiClG03KSOLaA+ZR2pmeViCjm0GBWByF4GztWPQR74+6aRNI27l4zk9ypPm8TtONIE4G5NzCVVtLfFZ/hHCX3nNjh0ZXbcSxeLM9Pw2rXG8Xj/e4ElitmiQ/F2dUHBh1uO3ce2HucehH7jG+YlZvrnI12NG25FnCWJWW7aBe6VAY516OwbEFqJRaCnedf+hmW3G68YabWRxnTK72EFiySwbjcrI/EK8acE6ZpmBcJSBlkC+RpY4SFxi2G8btTIQiQE7XG+TT8GS3A9reL97CdSCsipqUshQZE0K6LIqiBpNyJovoUXEXDQhUYmGimFLE5VYyAhrkQAN+OVoQFKJygPc8aFwWAn4qEl9wYgRkgTik315WaKioklqQNQVmo4GFC1BZhsHdxl+asSMmBz2i7rsb+SufdW15IHJzebAZfCLc5crJCcKRALWQOJFwIqapBuVmG1O+hXLvxiMKQQQcWgyLfgkMeQTFVmVREnmZUkRZZFP+AUqpURZ8SuixvOSoAmEhCSRJ5Ic8xNZSauSjwRiMyCMhSNCqSpFpGBqXyM/McHhuvBgMQh0GlfpBBu8WB2nwS7DSMOgovQBhBJYBobXAZQo4krEmYS7dt/eycm9+37bvczMZjKzO969Ay+ywsi08pDHVXZnZvbvn5lxw2OZ2dlMqYQhECeX1ltm2mUsRzqBp2GtJoGHrXO7oG2sMQDNDsw+ax/FuIkquSKyFazpFNgXyUX0zTZ1m23RMvntnQVo37WzM3YiuRfal555mx7+kDix83OpeyrbsBf5nTekyJ8OXoik+HbESr8De5DMVMhM5XJocMiWobUzmX8vfiisQ3vJTfcEoSuXVV4FD73dirT5VDn9atabajGTdnnhPyFxWKPLsEKjsCRdod9bqijYW/MMkpnwWbbnWTogRKflKgYyBFfFfAxVM3hrgsmE82ypEGthVhJtQa4UDVUUM7wqBMO5rBU2zGCpGMmEjIVtsmCL0mQ2pEpCnFdEGk63J2JBe1JPB/W7q0tKXZQksS5bfk2WbUHwq7ovYEVCSiiohaOJgr1LabIckq6qklQReYGqofhUSA0F1ZAR55isAR19P9EA1+cQfpxRJ90uWC/z+56w3/GFwz7HH34fC9lvjLJUX/i7jk/Xh7/Oiw11Wt8mBsCKCT9MBIMMadChurnZbtRJZFtcU67zHTh+4MDOeoV87rBPi7aPfeMbxxZbO7EMgZXxafJBzk8eIh8DqdNlWVz2BYSkIlOTOY22VW7POwhVrRpt0iJwl81yCzBTiKAgUSXtcrFethuQPktAmIjK0ViQB5RUlDGJN8soe9TLFLA9qtiKMWeRBxiINe06PGDVqIwaPdqGFeeptdn0xwCc7RiMXKMo2+W2BXgO1ZDAhpaRu42ZLu7PCk6MtnOAi6ldlmONCRPY3piDxWR5iJmAHaFRTnMOKjVlzFisYxJmIEtMZ+BMAO60AH/H2i1sTB3EpeYckct2iEzYqPtkukJA9ICSQW5o2THAyE6r3Io5rKi6AwBqQkl2q4x9hGx1xy7Pt4EMNWIYtmJNuFFrw5PQzUa90YYBASRuM8lsXrZwXFGZDQgeh9WE3resGKvXisrWN3fdvnPn7Q9i8EsEMB38KyqvSYSKIiGUFwGTEonwAo9/hAiiDBf4UEEIQX5B4anAizJgXEIAT/IqoFh4CnLCY5pIRFGC+/CsqAiQlRC4pwiyAqtIFAXA1KJbHhQAmRWIEDkQ5ImiCAQwM9YNGeVKAgrEZhA/NFMU8BkBaxQFlRckKAUaSygUI8sC3PYj/hZkATqkwXqFIhTeJ2HrWA2A+Ak0mrVGhhRWnB8ikibJUI2MvfXzOCAUSnX7TrADMlRPeTYIgoBPYv9V6CLeUSQoDWRSX3vnNBE0QiUJioNGigJ0FTpCIUIkdwB5CYbsAztve+i2nSz4VewMDyMiE3gGuq5iD2VIwK6yucFR4nEQsGs4N7IEEWiQyGOhInZXhU5BLTxrKE4EhfZC5ZrMAynDAYcGCYT1CDLBbSgOapREBUaD5xXCxhmzWVPu3AtQKFSMN4OUCAFCApCKNFLBWmGoiaxp+KAE467IkiyL2BcCz8l8gEfQgHFUJQ2mHvKL2FBomQ+Gh7C5E/wU2AkZwQYKhnuUPUOwp0QjYkAjqojNZF2EIcRxYFAIvYU+4BAJG9oMdB3+CGs2j2MNMwD3caZNASFKIwLlXdvXBuCpjwOeKgKubTDa52k3G3WgcvZIY1BnnFTxm88KrVuWduJK2bmyuCtkJDKTS6XS0uRUNhHyC2/5lqEvnmyzmdy+Paj4y0uHl8qRYNyIMh7z20CDK1we5ZTSCB2yms6pp9WIgbgwsvCRJfvKVx2amTk0szQ7k7RTcyn4ZGMRn8rf+Bv807Nz8PfI7P7pmUMnDs1UK4n03MJcOuCLBIMLwSDchQ/yl0yH8EEuyh1l2hFG4dFkgQgY29F2UBPK1Mes6y7vi78AfbSYvhRpK6Oq7g/8ZyiJ6VHJPT5l//Z6S9JCshLS7UNNxfc+OTBdfrhTseVQgsLkUp+sqQEqUl7wUeDkqEKEuenLw6nwZDNWDiuarKV9iiT+gPqyqR1y0AccpD6Z1TqpdGduZjHIK34q+oH/k0W/IEk+4ChVWAEkKgRDlzW2xSSGRuSg4hOlWCRjufQM+v1xkJxg1BHnTZRbHo8A4qA5bhHL4GxAT3huEtYV4Ac+adXsvR1fSHq/BJ+Qr3Ni+9WpUG/uWqoBEQ8a4ctKhaDvAPCr75ND8PUpB6LpPWVupLNZ4LLcbsaxFAswkiCVeGYIZpWA+hsYc5g1ghktdoLw6MZAirFYk2LkmCRscICkGlQTj0lhaQUY7cavi0KFPyMeg4o3f8Oy9jIGgNsQ6Ae1oPgaWX6NGNReIzT5u6h4hyzf4f2SJYmHHJt0H2l23YVO1PUzgoPMf8NVQKC6C34Ficd0LCKlQ9DJEvLpnbfvmj+Rg7VpAzo2d01M7ZmCT6oZtWG1q3IPp94nlnJHpoHe9GEFTZcBd9jwQDpj71neY0cNW/QBACg9SYNHQPbfebtno/tz8iBXgyuyfR5QIqeHVJxddpNYA1aTg7YIxqPEkOTSNvlzI5UtLCxdc1VH83fq2TlVU/z+fMWwDCtQfPUC3y5Hi4FcSssmyaG04e/sXCxNV/gpUkwDQWsUiM8/XYtVG4LPV26HA3K4EBE8nTDjpxXgkiYBd6AtFO2ztlnP8maDwRbEEZbwF4pde9NTUwtTU93a8b2Tr57ddtXVN67eepOz/eSU/d4bbzkwtd22t0995eTk3hO1G6++atvsx09ud266dfW1t9z4XnvK46lcPbQBPDyzN87iNGzRAgDDXmzFLIMBWxlSkCu0TMBs5Ev7fdPhF3TL0slqOK5P8MK1gvAqSRichmUkvCCKbyXkxv0+3dIHy+F4PExq4WmfAJn4wQ2YgzwJ1P2toojToXqw3TvPzgBCUIIUdIJ4y/uibsAY+y2ZDs8Nup5RIL/BMWUL/jH9xwC/rs1ggFqSvnuv3x3aJJmMbAEW5QhiS51BA2piqQ7znuVL9ZipF6HrZC2RicTjkUwiXZ+sp2eazRmMDP44YHQMcqdfCQ/+Mqz6Q/FQkVSKcFkxAoM8WQ8Ynl5hZEeF/uoFoUCsgtOweC4/6JAnw4NO/skwyUMje/lOnq0f1/aCdn+ZSegti7ZkBIX2I3lemJ5/bb/f3b0QiUyR/g6nU6ryb+33H+bt4tLOX+LYwJL/RK6H53PcPLfk6ngyJJrjYRHCYitbZcRegC0aTh1+U+Tl5hij7EKAXWIGbHzGglVBPjM4LSn8Fwj/NNBjwt8JBPBOpKfvJUJFUUs8RGBe7wKMOfgh4V+PPAX8Xa9IKZ7cQ8i9PIlLyjKBBS6Q+wCrPsUf5UlCEmOEfwRIrcg/Bjc6QGT/Azzo8f3QahgQgIk401QXJ6AxAIPQXHtcBnDG1ZpFcv0nJemT0s1ltLscxqC8aZRoflOakeDzBu8WBI0xqwT1/E3+CGBvFuTaDreX288dhnYw6sQIGdKxMnMuoTKKe0WTKalaqMMEPhhNTG2YpMY8LlgTDU9DgMUrkmPy9qAvKQuKT09FyqEpS5/0Z0LJsCHGQubdeYCAX/bFLaqq4fR80vwjEvCFg8kQ30oE7uz11tb6vV5+bY3kNX8ir2dB2gpP7b+y5PfrkR2xoL+3vt7ran5Zs8NpYzHiDwSTTT6U9A96z4ZhTUCAw6p78PURZjuPcxmuBFigzi0AdbmCu4q7ljvB3cK9hrubux/gb3x4jbbTkGkJO+kUoPO7eSbyWqirBS6jDT1uOzA+jZiFmsKyZbqaJIvZchuyDV/qsPs2jA08WkLcWmxTSIGMEuBZqOGFy+657LJ73o7BlTK/xAcGn2EXYlO+6/NFw37l/wxHfb6rlX1dnl4fgHtyvHuc3nzevWleXgjw+VrQyifCg68m8law5ve7P0nb/UnWvLogGPRzhUJuDYNcoZO/WaTBdMSaTgepeLPldLxbnU5u6fxbXXymO5MPJ8Lwyc8Y/zwWH9LFdYDvj8CIcyCA0nnq6nBQJG0x/i1muSSQ55KxtbASiAWU8FosCcQvv2CaC3mIkABE18LAIcvhNTcpGcMsIzyD5SOF86gshsyYaM1brgIJebQQb7vkLUccJHJmlOfGq9lS/w0fFT6Wmp8oJebmEqWJeRIYVTq1pTHZj/K/jRlSzSZmR9y38YLXpjRi9KFXQau+yDdnebacGtRugKgNLCqwp3nmo7W7eNl8KjV/2b7L4rZ20+rqtcpS99/1OmSNeWPV2B3IkCi3e732iXq/s9Ydw7NPcRIX5LhtRGqVJOpZnx1UISOFIFyn1+v1f/3LX77my18+COupf9rT/2/6uoRRY4HUB+3VdGiCsAqG5bg4u98bGmJ7XWhXD03VQG66y66a7G8It1bzaAzHbDBJWEnjNmlUNTGumGna3+s5KEBAXjuzu/Mbnd0zGjx5dc5LzTUHf1q1EgmrqvlvvNE/1A9yzGpLuQAsakBDtNAqlMyC2WiRtfxgjXShv9084fr9tV43v9b3aP86eRvMxyys98uRvuT4mDkfDfEyGlUBxwKEzKNzFs+YS9efCpLh6jSR0wQi0TJHsUdD4qtQdnqVmBX3KcBTvlkUjoJUdp0AMY0q+8S3KHlByCtKgYeQ1ILiCmB8kChX4Ik9VP6wKIsPgDB1DXBJ4jUQeaMgix+myh7Up2YFVchR+gZKcxDLqvKQnn4L8PQajGvtHLuWEfPYXzrkxe0hj+y4jHKIjDsCzgmCCeL54UMg+Jo8f/gw/AYB9/BhCGLwm/zmmBfgWRD2TEE4dEiAe9R7SBAOHmSFCIeGNgTyFzAvIa4JoxtzXfYWSRnYKDkmIcADnfDaR+Xykqt0xHF3TQ3N8h751ZcpceUJnyApg7crQFhPi1O7UteCKHoypcaV9EmIXZvcVRHVsELuo0GBVIV2URRvlDVJ0jQ+Pa3fJMA06KKoH4W8N4WnM7ykPUODQfo1Udj0xeuSLvMHsKnl2AAqa2v5t5IOXnrn5jEcNKesnZPFy/MaEgL+lXOwT47lWOuSIi1E5t4SeaMowvXnI6Oy8kDPXf8DtNQ6tkOuu+46//BD8mM/GKz+I/kG+TVmwyyhlZwE+Sy/yJeZJ9wixGV7vKz3T506tZxOL7OwWTp58kAyeYCFx8drOTo1zAPh9yaHeSD8wnj9vMeDoN0yBBxIi9mamQHaJAWL9B/Zyx+p1Y7wex8hDw1Of6bzvduu4veVSvv4q277HuEeHdoV/wfAw6/A+Lh+aoAHGH8/IVst5B7g27q4i8U/+nQg7r6pWjjcyW9aYrc3jzebx1+LAYmCGBL2+/+gpzykKGRq0xI7uNfLAsHmXPWgPz7kp8a8fnsP6Q8+qD/0aQweYjr+DZirHvQ6BdzxNJMRRjZQTz5oQgzwBsgNLbsenWgaQ+OxU9QbZP9pLRjUMDgpxkX4+EUFjaNBVT0A/EsvqA2exBxkWQtOMi2LogyexNtBtUaGvrTrsMbRGUMCOWAd0C5H1vob3Dj89tDXmLQ8WZcyg2wD3RcckvdHJhbmY9Ft244uKIQrB/2dmFmpdvr9jufbCHhwDWb5Tu4+7mHuHQC/tXmHueoCrQRpGRUYsEJhSTrzqKzAG7Cc0WUQWUCn2HSGySjYInH19LXmdsiDHDZDp20mw2Exrp4Dixv5IzjDiDWMnH7BSBoqRe1UWRNFPgg/Q0QQ/BF0uRH9kRTcRW0b1bJiDDVtokh8gUwlE4TV79OSGY3yQnDdHe3rt1y+fSPaKtUQ6rLiupbjiag8KvCajskRFRjwP5VlEgyng35eC3t5iShb4WRUCKq8oiqKLBAaCxAzk5kOSiL1xScMXY8mIgWZaEvuDPbgqwXUjnsZ4uw/YXbeFEq5hHEkFhpYYeIa+I+2Iwb/o4Eg3erBqvBFZiDvVJJp+FU9KLkUlvThVyj4xW7AgLsVrXpw5WB1zSXKWB8d2ZV5WHlBgJIkl0W9DcASBTG25RTPCwVasIVN+9kGPLoa7oTXx77dMM+Fn3VdG0h/LZ/v97d80UpNuq6DBMNf32J2aR1owTJyP9ArlxmDWlqe8ILQg6qIEJmX2XjU0RNqNBwC4FRXf8aIg+cL6TlgcShPVw7OSLJUu2Zu3wNX7Gqqsl8kMEl8fjIRSsRdV82YJYZV6g+FfKqyre6RNLIMj6VmElhGtpFbBgFp/miKhE1/lAqCrMjJSERkotFgTSB+RQtoSVNQw2JsX5nNBQw5jrVvNLc2d4Q7yh3nbgD54dXcHdwp7vWwttz9B8xZ4tzrOe5448oGE1fObtI49wqsqsSwpvtFOaPlfa2xODl7BUBf1/teEUkkIuQJCKksDVYkWZa23JbkwWlXO7C65UJOM4+O/HiYiAzeyYp7cyQxuAGLIm+W5PPzydLttTz812o9+F9lIfNb7oOY/DTQsymuDRzYVTBadwOx+B3uzxAr284iQaOVy7Uzh0VAOiNHBIZxqsSxXUMq8vfFRWIxj5ki86OxJ7wICFhuYsPNixa+IvPosJlCMGaWasX5MjrVMc+7JqpeXUUtZp1Al7xW2UEnALs1dhNtZwCTte1k+Oz5t23yjapwlSzKfvlAbKVZOTivVHVLWbB0UtOtBcU6rCofrF1tBPUrq42rfbrv+rerU7UpVdfmd9V8J8yQoWQnsko0aJZ3arrvipnyUjgUcH5eEgbPClLH1SEBhysJvELRBiEpPIC8IvO8iIoKSA/ygiSqXqqb46gs8pSely6s+mzB7xeFydmF8mXTlu5Xl/yo3vIvqXAVH25UlPLc0rxzoBdLJmPpyXxSC4d0PRTubCtW2pUJmi3147iK4vsx/FwwrEXCil8T4JcbD2hYq0ACYW1CCaiCKEoBXYuEVIhDpn0Xe4ITNn608Q1eJh/iDICXXYwHQpEuyG9yli7DO0sWMQ3mC7iiEsM08wA88wzVzMOMk6+nD1+VzR4+vMM0M08Fp4JPZaPR1lNiUHzK0vVtu3ZbsZi1e9c2XR88jd0wc4AeptLkrrQZSaUi5vYjV2c+EQx+InP1kd/6hCR9wtq9uE0PmtGoGdS3Le5+B+TOxvDB9BTHfHLRP78P2H4PYIRbNnE+ChOI5ZbQTrDbDcawnU1dxIBBCDAFCCPlTR/dMnqsUPQcQIMoMyLQsg3Y0nLJhe8LqhGo+VSrFED/93ImM3OgWj0wM5Frq/C7FFStbX9kRTw/+h2psqwU/ETwro1iUk1OJlRGXTKZL2haLWCoFlAgI1Au+RjGG6xH2mqgDGmqNftZK3eF54r+wXJKEvwFgZfEUWwqMQkFFpOM32D+HPcCTxUBnqo49LwaZ/wli0oeCnS3D1m2w+QEb72S/qCXKqHLL4SDK1ZXSd8IoPfvW/YF8oF9b1ldfUaJKc8YAQJpZLWcfBZzP5ssA48dRWJ+c1PTmgevu+6dsvwb+JvjZDZPKKM2uSXuILfC3c49hHMFmIPp5lEhyLZJMM4PlW/IySyhjRxYnobr8OFyOLTpNNytFOjQvJPI6MZftgDZ2w2mfQSWad7bW+HAzTJQeruBvHCVjCja6bgNvPCO/K9i09l2s4ChyWgeFbMtg2Tniql4AP7iqfuEbXh/mzBYNwKr4fBqwFjrqLuEIB8V8YY4Y1NqQ3naNJY1rdmzk7HYJOlnU9Ozs3tnjcBpzBZW/VS8F+RRNCLOlrYXcs36/fVmrrAejwMzEY9H08YOI/1Pp/WQoqyGdP4LkJq3j5bzpxfrUEx9cejTLG780NMpN7nd3D4YTY5A1yQAex1tYMhNMgMIw6ktvVEyL5TcJDKsZRhduTSMGFKrRP5F9cuDF3yhZDEKA6sGfWotx2IKMF7nJw5+LtMMZXY0whkSSTfD2e3wjQ9eIGHyGaUm6P7BfzcozRi5TCKD13CEcHNfODdpOTRoa3qlGoVveRgh1wBN49w9As8yfYsO8Fxh1OwIULM7gOa/lftl7v0oWTK5d4zIj9H4RoGxO3YRaZJlD3fdQAY6Hh/G0FDEtuoU3f1D0kXipbG403BXluurGY0x/8UfdLWAt9VojfkloueiSkknHe3UgOnt/iNiseWtwQlJ6OMVgj/Dq2vsIKsvH1dWsXQMrOVlcmVXTUcHPXejU2DwRVZzj6qdaDoMwN4NAxpFbs69TAkYSse2JHqX0+4F2s+a30WfSg/v8syugbIbSs3lCYr+KnysMY84hbmQGW1SIrZVm1dh5Mu2QX4oauIgr/DqW3ZKqioVPiBQUeaXyWCe3Df4nhgmc4PBF98tyv+FfE4QBn3JEOt3KAqALC9Ssu4b/PEPBt8SguSKwd0+hxCyz4MPlwe3uAJX5a7n7uV+DuSs3+f+L+4s9y0C6MfwGEFY8sgEMw5vEblcd28WtNxwt2whNoyivnQePmh3Raes+bJnbkUuZJ4xPfP4QTVP6WdWMn3Zkq2fsGRUKiJf4V6OAGOqhJW8e8miv4csh8IhWRZF5vIBrI40lkC6P+7jWxKefIWV1xCka/5CueB/AaMvYHQXQuYEzw/ejpF/4PnLQGyVZHhWkkRZogL1w3drwr6fWklv3nzcv1noi14Bn/dKvISChnuRnwJYDrFd1TbncFee7zstDFnsQqugw7flUW7qoi/kwxCZmcI5v0lvg2MoAUNRpRscVdneR/gCfoBfq5JQQ2wCQVgSwhiFgPQBmYy8sQc1JniEScd1RFcwF0NEq8MYsiFDmt8HXP073B9yX+T+M6xH3AVrO20ET2S8mFEC0SY6BtssCQ2GI60GwCuwcnhpAJgzrQcyCAjYFktaJHOEWRoQ/9KgAFlYOTTIA1tnzwpYJJN2+DnSchaFMuoOkZ9Y5IE1tLIClmJR3PwKApC9ZUfnuIrMHlrMRzoV8t/mBSlFeTULIqsy7dM0PuKb8UV4TfNNoxibVQQKPNq8DwRillVQLppV5YdZL1cCskKkdK6iAM1VdR/RZjTiA75AVSq5tARSd0CZn7+kXOvZZjbb3IVBNoV7eNoYpIBRaQOv4uo4/gXboFnQNHm8sTI039LOaepmNn/wwtmOQhvCOsUmCOKwoRTbSSF92MqXzvFOr8kQ/BevyRB8FNvcKq8OtS/8xoDJuE8B9dkBcDVL5ngUUEM8k1qojMwOEiLk+edQYkGpke3BRjkU7VOoSSMDIay9c4cYiUXEHe/UwrKo3BrjlYhfVe+/X1X9EYWPnaTiuwOCdb8SVe63hMDJd0SVHTuU6Dt+oAVI9CHN59MeipJA1KAn36UBR7i0BJyh9q6T1Hh1IPKuJVFcelckcDLKRx56KCIwG50AbV+Htn8EOJpp3K3qcjCetZyB50gWZ7wvAHzZZsjdsvWCTm2ngQ7uuFfg+8uqb7DuU5cVWcxLIUlSqbsxkKoS/MyLcp/mK3n6Ym2wXssv76GVhQrds0yu71DakaNqNyTx4peQR/2SyEuhrhrdFoxEgmvM0SHf7ZiplNnxdMwbwHf2QEYscbNsRx2aqMdwExpyYCFvcl7MFHKBlfOvy2paHzC5AST1tLqslZbVyOBZtqexFlGXpVVvp6Gr5PqHXjCM50GkSuFgLzxZ7IUgHxcwQj0lst0FiOXhTiAcW5c3meZ2cgdAKELTh7ulgBlBPDcxZlKWmf8Y22EHIq5NXRF3tNFWlpi/mOvSGrPI9/Rkw4lFgpQS4vPHqu+txvw+QigNRoDpS+oqlQGC+z5dpp+WMnsz0kSW0uzEXewy+GwwUatPWTVrqj6XCEk+f9yftvP5VHFqspJptzOVyaliKp+30/54QJOj0UAgGj1GCwVaOdXaUZ6ZKe9onfpVzWf5lFBIgYvGbOx/Tv5fZvtD3WOeK3MzzMa+yO0FyWAZJK0budu4u86zsaPepu1kiYAX08CRaLHxKNsmJjFxF/3pmb0dky1XAG5hJhSE0WPXZtZ2TC5hShHWWAMjs0TC3I0g+Z973rBnzxveicFjXV7PpxPpb00lckV9NlEspfbUkpnYNaViYnYlk6ztKQfKU13+5nLR5K/YtS2eMg8Xc4mp5VR8265CoFiGW1PlMD/4QTqv810+ne3ysUwqUyD3pDIxSCiQvlcVBC+05gKx1L7BjyYaKt8lT9o7/fyq4JuL+pvTq7x/p32TPzrnK+8P8Mv1y7u8r7n9Gc3Wtepkl1cbE0c03dYKSz6+u/3AMh/YVn9XLDDXKu97eFfbb6QP3WH427sqhwAH/a+NP+Il8qewjq90PZwY6WJ0yxnyYJ5BMEYBB5VhJGnMM2t6tsOyQ4MubWOUrGyTv+WtpUXrHisctniZTikSbxh3G22Dj0bnA+QqSP/MhZOtzQfJB3i83B1fXIzzkjQFfDZkvTsaxUs9VzwcX1x65wXSr7IWlyz3USgr7u01WgM6buIuVU+/wqwQQwdLVKiM9vRVD1YT0WIim4BPMZqAn1MLC8sLC0zb4eyBcZsuFKYru9p7HEjY4PDe8sLQX+xpgOUEN8F2NRVbrhXbU9RsajA2zRpF1AkCY7OWZ9oRttGN4Pkxv+cijkav3Cyvd939JV0jwHZNQ9B3sUWfnUAzrPsysgbSjM12DrK6qxeuveiU3WqjlDXA5a2mlORMsgNfhVmcwhC+oRNEs0pwtscUDOtduAufblB7AfNAsL5PZUYRXf2NrqsqGbPnh0Ge4YjnxOgpWBstJAJO0XSyzAEWiAL5VPHm5jWPpHeZJ3fb+1L7+xscuxwaJZMHilM3HrQWrsgm9/cHHQwPeSmerZ7t1XV94zjd0SnRbb2kU31tjbCtfqTbGTAPhF6L9HyDXoOM2WXPkFNoly0VHGbhLZAzgxcfzJ45k32QiGcfzJ05k3vw3LyEWgWzALkJl31w8CIRIT85lXuwAtm5TV/Ut3FBdkoEkkZrk/11raNoAqbk7KBvBu67L2CSTiSRuDZ7+Krs4cPZqw5nD5Oe8Xu/ZyQipBJJDL6fu+qq3OHDLHTH+Gvke+STwGezU2LsVtGmRRNtNpbTsHVPTXRm377brrzyNjc8w6DoTaPf+/ZVCcfAzutbnxxADRyOArH710P3uewd7mVks+9DnwS27w/IeOkcvp48NniOVAbPMb0/tDpBjmFCNRHZTPPqepysMBv3mGGaPJZ98MHhhzhjP1h/z5LnyRkY+wT0t8HU+2aD4s5Ts8EUJGjObJFTlYR+5sxzlZWVhA5h74yeqDxHVlYqz+kJCDnXpvkd6MfjHrzgDk8OALKx+XUPYjDPtbuApNKvVo9VKivVasWsPlE1Rx2NYD/PVvCvjwEknNUTCZ1UYe6eeH60b5I8B/ATYjt9zhk74PJbAE5nBk+w51YwPAN/5FQissGxiiBcufPO6qlTnt8fwqIH805DLwqNVrEEo3B2ZaW3skK4FZOsDJ4403n+ec/X8WkYP8E7nQIt2y/ZU4CmBjn13HMX6uidjz/+fBWGorplZgdnvtOruOvxO9DPx5mvLs7WyFd3i/2eLhHCacAjBALajpPbt5+8HwPfJ675xF9iWjTweS8JgsGL13ziGo+Hc+FA5AIgXwJ+KQEANUpF3T0F4jxJE+RLcmxnZefzgzVoLMDjGUACo6nBaSLV/3q4fujs4EwkUSVntk4cqQ59LH8OxjrIxdg5B7iFEMBPdzf/25421yq2WIxcFTbmJ9/57wqzifd0kBPtHDp0CHDjX/vy4cn64OzcRNy+PZIyeh0IxvwNTuE8Gibu/IKJdGAeawd3noEvOdU504EPx7l7kwF2Ma8+OmeEc0aWPvYgXGmDsh/wMQstlLPxH6DWrHQ6EJhmudyx7c6dpIoj4H6PaTEttvLESqw3E43NRO+swFKusDVDRmsmx/wImLpyk6Zg1UPNN6zBXkDZ4NRAQCWcEjDPBpSq6gdYNVW/Xz2G6eax5zHeP7O5Lh4HhByB8eVKdZSFi6arHCrink2KXcBDg1ozizOtiZ1vIJVj8AvwcrUK2BkoY6Va9ebpaW/fdv4CWociM/IUEbbZ1mdAV2OQcAwo7QqpdqDHx0hvHLDdc9zO3tnprLgwOKonBfAwcYG94cxfxN1PIhWIALUhahwtosHXqvkqfEgeV1Pl1NbqunirepZUNjg8MG0IHzrzL0KaYX/45MlsD1LYZZOOHSD7MA+eKQcY/AC7e9utW/OskD2YZ4kA+aGfZlluPXlrDrIM64m59wEhU7eeB91qiIe/VtBrkIx0xcxERR4KxL6D7f9OLHAT2RMB3KsnIo8wO66LC9CH1gLoKXFVrsb4+33n+KQhR58ldswqtmm56TTkqIXMOHqQLBJHNmChAb+Ed2JRi/HmaFCBH5Rwm/jjVUs+Izv3C6ngtcFfkuX9guCwhLml8FzWOIjJ1m2CcJvAGz5IUgRhvyyTxzYxTa8yodk77NnZj8cqsbhtVfD3n6ZsbWLwl5B6Il6Ox8vvLU6n7LsSZQvyjNZkdYtvPueuQ9cH3yrgeWCwAiHoVNnfsc2Fd6bSq8I/hGeq1U2f7s4It3urlz3t+evDtwOgegoeEEdjHACcwDCuC4/OGDYf/rv0BSoHuN+FAvLwSx5L6IPeMaQyOgB81YT/YVvOcM+zUweSY/suGsNIcRjpwfxPJhLfdS/vcy/PY7D1M+5j1UOfTGIOC2HYg4taxXr9yjoswr/3w7VefO7Y0DfmO0DzHocRh5ZY0LliNOYgBh6pmjMMV/xLJHEs8cFdc4BfZ3dVAfEkdD3Re2D+kC+I+DjoOzT/QNU0Oc/eCGu5B5gnx87c2DGCSmZyY8wx4nvUpp3ri9Q4zymJcMyNvhkwwpFgKTOfaZ74HagyBYy8e7kJCEEqEqm7F9JjRjHg8ZJGej4zd/Wsx9cfw7spww2PbZ4RwnvjtsJgg1H9ht7Qe8eOnTlWRc6LVDz89DzkwTnLo1dayfWki8aKw4i16VWLKoXGBMV9T+4PciyFiqry6SRcSqVUulC20qSatkoTv6z6Kr20VS6cLbdYHhZWVDUcsVotKxJWVT5b9WKcywuchfaegVURZ+d0nOMfJ2xxhzt0JpbLxTC4yx2ga/t9ciYfGzwey+dj5M5YftBxh+UYYT41Qa+vb2Pj4QeJI8r0zgXAMxVulqtz2wHTcKWh50vRrLeFoQuM2UBM7Z6+paPFC5rWGB7N5R5q0ZKQSSd9d82GU89VcY1WU4MrqlWygoze4Gw4BauXcYW4eDa4lt3a6y7nFLm9WoGb4dQxCAfPVUkvFcaCek9EEmef2Dt7xQ2jtYD8MMyuoTtnvoNc82MevPcZH6Wzc8QcG72Wgc+gFqzl4mPPHTu2wVWegwvhKkC5jh3r9Hos5EZ06gkY+zA7IwXplG0GeQBtq4WHCzimhbK8RU0Qw2QHcGpRJodvreydmtpbmd29e/bzUianS6+bK+Xi7VxGqkrk4K2XS7UDKwdqUlW58uYrlaOx2VI2nnl/FXPOZUuzmSGM/iHzOSwwX522Jwe7+y0tE0jLlvOxDulyodQ51CmVOuWGLd+Z/05yWyKxrYnC5mOy3SjjHbhdkPU783cmZ5reXZcv+Sc2RhPIZ1IbKILj+Y2yYxMYXnEs2XRxFOnFI7/G848bjTJQe/faMH6Nn2xOTr5Ov14JKiciCNMpSk/okEM/ociwCholjtvCczPNFZMWLQL/LZDuQLKl/3BP7vX3zoCsRnwzr8/umXnjzIuvz93znpnBv+SIf+aNX2FJ4+u4AzGZUWO2jD/1qbNVmMINBhObeQTMgydIOpYOoHboU6SzwQH950Y0+XHcMVWybGeOYFMI9wvF+399165fv7+4vPz47YH3vCdw++PjMgjmB4RScrM7lh0ijr1E8HAoctZ98Bd+oXjrsnnlzZOTN19p/i+3CCgsV7thUVlZURZvGMfj7IQaA3jtHqMmnY3R2n+crX2DScH2OWsfVt2QEzv1HDJibvBcrFPpHAPIBaaox5iiXiQ+eBupPHHnnStDnI17nlSgHgZb75zqqqzILAiUpsMUHg5jR2mx4bTI2uCjAiWKj9wshD/+uR/9ORAIlKaOfWz358jPDz7qU3BP882+sPS53T9KRCrHBj0MP7ebG807yk7ujjv007uo1IT4hDx2AZFpgzsFbN4FRKbKqTG+3t1XEWI14Q5pdHqGr872RhVNwXTddiWIOw03EeDl7JkzlZVjQAC4s8eqcAVcBAihMjiD2IdwGELSMbhuwgDiTPec0cJwVrzjzAxPauq7g3/qiVOROJsKpNcoi+oJ6ISO4wfcy7A8EKugFxrTPLFjhZBnP4YTeYasnDl7dqWyyds8zfrJakeZrXSOf08JHq0CvwzjNXgM5QRySgkEBg+Rxzpn/WoPUyA41ekMz+94EdYkDxgO94U2bBAIi/BxPQNdOu5YDfxIcAOPJ3rffJxUEvmJfDIc32cD1Z29em7+WpMv5/OlmcF6aG9oem917yevrr4L/jLF2SM3HpltVtW3v70Psn2/P4IJF8exs6MvguVGxG3Mi/x8bOfqFwPAccHnfITnKhhX8Gb1vLovjmG9upGYXbTOm0+dulh9p8xRXfeRFNCQBFJSA6sBEsLjzqQy9byAoxbbEYr7k3nU8jls8HmY1CzPlHzyX0ihcNAny75gOAQXUwppWkh7t6rKPk2WNZ+sGoquZUL+uOH3G/FAKK2FNRKW4IlAOIhZguFAQdKCmhZ8DS8ofrWh+hVBoilVoSEzeHnQDCqakqKbbU6yNhcv2maH8ee4hv5CdlvlC+rBzcb93puLBw+SkOTW7XNbMuE2Qcs/tT8/vbkv+YPAOXa4W/EkK1enDNXM8uxCg3j+yviBA8zwxax6yLu2HTnLO2hysMttY8I1kuG5r7jrzFrEQ00sPJak7SoXfp+oYlQTgmqqbfvhqqWjcV0tLBiKwmylWdMw2ztaMcOEePWToshH7UYqWjB3FDT/2xJmpLGjETETeOxuOBheKFIjYpUCYjAMKZ8lshhNa0FB80+1UmpI1KLxPXlxIkmYLZMa0ahBodjSjk+JQqphGyShJPN80hk8GYolErHQ3OVzcrZMiEyzUSrDrxG+4Qm5FXDnTuSutx6juGVAGJt93hDg3nK396cVJbb38N7YZmdjrWFn4XNO9/RdB3fprGckT3ITE7mt/YBof7Pd+XI5z5osjM5MnuWOcnfjDkEQdl3XYY+r2Gw6HsdIHdsZTajdxiPD0DF5swdw19V+t90TakzACO5xkhCw8yhGfcT9hc0SjdQX6hFaavL8Zk+TJSuf7+al7RXW3Xh8NWFmZ+Pp+qi/vOqPzCVLu3SqBfQJvz5XyE7igJUbFTlj+Hy+mWbV7/PFC2R7qRmLx2PNkqzyJNvYDYNiaSE8YU8jJZzicjb58dCkIpC4OzpC2G9Ey3mBJ+FQLFWYO2PCgGb1mGilUpZYiJvc6Pxidy280pXwygD9J4bkIU/jwevLQuvLQOTF4A6rULzz5/rsvMdJGLXdgEHu4U7j6U2MELpk0XLck+yRk5U8P1Bka0suJ+X+HJ2lLkctaQL3XvOunYvx++e2Gt3i2S5ttAOdi3MA1XjgOlx2z7q7Yh6xJC0gxSQ1OPgz13cfAnLcvWIw+L4Y0CADBOSooiRsAC3orD87nzlvZP4uOyPpwYnFmDb391uWreZXZC3SyARzwUnDXby9zSoqrHQL6rnX3UMTdtt2CzRNZO37XTKhZxtYYcLis/Wt494rZ4R0ImIU5gabS1/k/X4zQRVjcrT+cV6OA12/iruDndxy0fU/DsFs6W/FXT+dlQ/j1jY3F/0WHHfJa/7ZLUt+6yrIwWIfIUIhFIiYY0v9iZi31GPpdMxd6hy9COz+7CHXA1oc0/LPAi4/zkCygND5U4S7jgt0AH2uzPp9GLtHGd/oHYE0gpvhCUXMRNtwwcNB6CD/GD+f4CkKz48BzVdypVxjWG9jdyPHC6o82SI48aQ1WfRoG+edd5s5RwO7ZUsliIN0ywG3mwdE/Gqv09tyru3YodXdTq/j7T1mNHSSu+yCWPQcwukSfqCbl07589Ui0kNf294k/9nZWOaC9L83jofTSjHf7eYL4sSQCwBKdy4b4O2Txz7svGgfnAu3tsi6MrY5jXX1An3Q44mSdX5zCwkzZAUKca9j38V+5rf2IaQl/OktLQ5FAlOa6fZosI4d7G45q5zxMg62ZOmlOJotfboA/nL7Zo1jvYtitD5r+PpF0JqQCWsXR2MJ08zLkeQQ781eBK11sKOd/3g+P8MbPv8FWZdQIuCPaIbicjnCeYwMGYPdS4PcSwHOl4ZAT5cy4jt/XJ7z0pnGS2L9PN3hR9geaMvdhWN4r8NBBC55r6JhTnEXia8ShjsHuMGW2OxCx5LOj5O8i1m9S2fLZYs+zGT2a/aWF+QwYxT5RrzY7BUwDjKcMrk5cfnl87qeiKbVoKD67XYS+cHfjwQC5XZTR6aPl16X0PX5yy9PIKOpJYHRVIHhTP9SpD5f9kdivAEc5dg5AHeTbewdOrPEYV53rHq5/D+toC8eMUOh6vYdMV3NLX3GWsqpemzH9mooZEbivqA3ns+QIrPRJNCK7BTnCBNA8UjxotVwilaRNpyG1bDRr/c3SWE6XyTZmXxxLnlZsje5WPLv9pVvh3rN32nuevL12y5/8o++pD45OXlZfNsVnp6K4as1Jmfte2WSFmXv92ni2Qs/sdD1F0bSCMMf6V6y8LWGPkS+dCKRdv003PXg9uca7safWp+czWjpp9DTZ72evtW7bnDDrvcuuevro66bo1hrbDhG9Ajnt/LyIyFccr++9jLzNBifFe8MeG9eKlwLZb0foy0/0cg/8+OO76D70qPp4pL3kS7nMFmV2Q3cHcUjayL68zO3RjREB9nxsqONLOi9j46Oo2P331rg+YKPBpK+QjCMjQsWfMkA9Z2TrAdY8hOuRe+DhhpWDZoEzGX45DI2ryz7DJnGkvTit6revvnNecA+dLmHX0E/hspC45UoZ/ZFCInIIg3SCFV9QZ8K1yAV5QsnH6Y++OH7xZ9wyYk+SZU0MRgQRR8VTCiMmgL1iWIgKGpwyyeE/KKoyYKpaJpiCrImiv6QrDHVHnnTpauDRmcIueP88z+bUUZK8hKspHu6vMdt/FTGWdd5UfJpF+Q9eRhTSeR1nWW97RWNdGJspGWQ7Km2lWkVRIFqcMNlg5QtMP1G7q3cH3J/wq1zL/4URt2x4XlXIGW7dnCrQoh4z+OGa/YuOebGjPstcHcFujsP1cUlinsumH801speniebw0rd/Rrevh4m0LZbrLGbz7Nzxl5iedGLrqzixE8251/3C6ogq4IqyQJR8N09Ih4wAxPv3VAkWSRU9W5QQZoS8OVW8uDzfjwtWFQUIsgSFCBDfr8oCVT04wm/RASeTZQlxbsDwKJMiIosK5T8NhNLL7qmP3yR9VxIvKIVvY21U6ECMLWQi6fQRUngpfEejN3B8wwUGYZAltUd0C+/RAHo/YRXBaoMx0vCk5nHb20OpZR1n+1Djy6ASooXQCNjemUXX//ssfXPAiP/TPAuO4fmQuv+3/6q/7ezsv8NrV/mt/gCeZb8CucHaXMC5N+d3JXcdbBq73LPfdiyy3JoaR3XfRruxU0avowWgW34slNMsYcaUVSHlorDWLO8RSk6fKUtrATCjW2IBKx5OSBOVxFJ3csDni5UC3x/FItvqjHJ8khBOvjcplI0tBmtbe5d7GPxIJiMKVLH4v860oh+eRS71W2E5crsKyPd6D+MYpx75tQ620fgnldX5xZhZG/Gc58uNn7DF72eN2bO5jjlQAgZV5IMOVbm6YSb0Eloy0g9cqHxiY4G4uu4ydsF8lHsHtzvB7/IZRceksq5A3H3qN9+SWJj6l0+L83smJFC0zPT7GznEawluDIbj0Pcce7V3OvPgbT/3QB2QchSg68csvI/ZZDy/Gd+jb2TKg4whfaIAxznvkW0wbCvMz54zuZLh9vNIV7HAbDGxoiOxT/JJiwvL163KN/jNuk3JHcQoBWDUXOf7mNfMLB7GMNgLT05mZ52nOkxe4Igsew4NJHRcL77XJWXd75fh52NxpW8F2QH3UO/gBiSPB56xxzVjpNyKBoNDf5ayerora4znaJbyF+wM4yHdppj3K3c3fh2QfJKbDU50hhtIms4Q/8TE6DpEnSDuFN/6xp8ectNKc8DMuLzxEXVhMwNesNTQVR6kTi59ccx4TyqKMiJAs3RJHfpS+rEBbWRojeub/f0o/vRS/vl9aN2rdiaZcdkM0t3iDTOM5B3xvpA3nWRbv2IRAKBiGfy5iW+QqUthvK8Gn/bhZSpayRSnzfQ4j1l4Bs//EFmIrfbKRWu0fz1ZY6dSeWdNV8FbmwPdwT65prcxlX7w0nfwtzgGWyXMv8T/Bbm353ULbwFIeS7AzZzhGmILxLv44x5TPZo3oYEPStp5CLKZDqmw7qMO8gd5W7kbkf75cvrF0dn0o7M5QzLeOdDR2Vp6A9vDSMjn3l6ns/8y2kcQ4FIaPLmyVAkEELIlCXDH2kttiJ+Q5IhYfAJVxf0/i2Xq9zLM94LKC+mgpRoIJcLUAlWFRHCiVQqERYI/PBeSZnfcvHelT30RJfHxs/1mt/DToB/OYHkpzg2g0/+5H1n+sOX66Or+Afsy4W5PL6jgzBLzBgYu3iSpbJWSxNDYjvyN/5ENC0MnmHwiuePDB7ts3MBhPfj8qaE/BC9Gb8msLM6uXRUUQA88eAsdnYA+4UHLypK1D0zQvR0UbdyDRjxg+zNbEV2QLhHq0aR2JCSuccsuBjci5RGp4mhaa/YZgeM4ZudcYsN+R/XivbSgaXoa7HV18ukjtc6L60oPp9ye3Tp4FK0hNGYxF+L1P4PbscMV4emY5VF+W/4u2LToQ+Gpo98lfJ/w//95I6JYgZ6ENIh0EMQZIqbCXkWcab1X9FDIb0DrBXH3i3O+ngZcEMNbonxQpxrC0MM43J39ZHbEJqNJy6oNpHG6Lc9RtKcsTj5SKTWnItMOcnZlKrmD+VVJTWbcrb5/akr075A2rbTkhSYnp0OilJ6amrwjRFVf1cHYxjYoxhJRkwzwu+YSm1LEdMkcJna8TExHhfthSlimKZBphZs40Ko2fWpcM+A3+z3SeZ/dol9b7C+1y+579am/n0seukjIokvPyKf9hT1vaHC/k24CvntU1AmiUYJXKa2f0y0LBEGBgcPBspQA5oWUPPwhVjHvXxrpLw/NGaNEMdgxeX6XmK0XgE8DL7848/7Zy48zexcoeE8u23ej++HemXt/rHm8mV6c0lz9plLniTizRGHp4O3zE0/b+SVxmn6C8MD2lT3vczkI0BfcO9Amu3mPPdkbXz57UjLgw7rq+wluhh8qdfruBTgPra3bcvxT/HwYL+L47uA210e2z1/LcNxRkkff09Yi5rjP9dIdygbJaz1zSjpdgenY3hs4sxkTPnY7hdGcW74vuLhO6Yn3LcJS6NXHMB0b3lZIx2dez6MYE8v8qrpK71jIDwCBt3e9Mohz26ecb7qjkbAo455zpXDPT5v/H1CRdzfWxjtasCdAFLBLFhjZwkzj/L+oGMEyJNRfLcDvj8IXxzUhwb0ut3+GvzqoNUQBjw8AAraybt/+OpfJu+6433uu4xsjjOhvvG6hLG4u08Lfej1Im4zcd9Z1Ol5ZxBz6+udbme9w3NegntZzw+gXSQ/Or/A3WPB9tPgt7O2to5HrbvbKj09rds+lQvim5LxdIwoHsLVJtQhNh7wT54szIXzq3lz8H/kT5Op1ex6ep305wopExLDg9On85B4DyQO4Yud0Y478YZveEMn1+FL3eDHBB5sHbWyghVrsJNCcR9eF/hzWQ2YqXDHH1WksOUPGaHd2UTEjBjGzsVurZ5LpCOJZibf81thSYn6O+GUGVBlLegP5TPNRCSdyNVr3cWdhgHPJLK7Q8amPzbOO9vJC3VH2XGHTallkedX/3XVNDEY9NfIajh83Weuw+CP8YVQrh8EjBbbqxYgXZx20mN7Iojn/9tnMDT26u/hPuHNLeLu+icvPMmW+5O47DejhDsnwYtyrmwyOuvDcs9INwA6pcKojkLLK13AFwkNjyl3tyV1B4gVAl3CoXn4Pf3+u9yDBshaJ28EAF57PXaBjq+6BxOM/HKG75ki+IYp9jZoyz1mieT7/dfOTwt8vjkViSzsJnsf7vffyldLHWfH9l/cuVS0h74Z7ruqBOYBwlkFo1DCjTKmU7BaVdJq4GvOAQa53hq+3QhfwgVYpdPpovuOB0N/zc5U4RzTdswYOw2KvStaXt/ahF3nt+B8HOS8JA4a2rWdYYSOvX3+knDR2rR5YOWAOR1q7GpcElL6q/hkpTIZT2Qyno/BsL14ak/l3L3ibqua7eIwYjDy6bZyvIFJt/Tf9zAfNifkNm3cg3EL6z/4ETQiwZrDeXDtngN4iXsMn5yI/yUhfxnfg9pT97oHUlCb2o2fon56Ks4Ut7IbgSSZqXIvSCt+zHnKsbct2kzsuqR5yv+48/Sel5qn6svP07B1joUH819sou6uem3Cybr4TK1DS+LZbBzaNHo30Zr3rh88o6YUwAVrS5ZUwo28GA5fcIRHqzzUwHjjmWe8K8kDAXtuZWVlX7LXS95BWejtYdn4z1D2H1x83yTPPXXkyFO97Ic/nO2txm54y8LCW26I/TC5tpZ8+MmjR59s73j4ROTeeyMnHj63vPB4eXReP7ewc8ohGa8QMlbGWAljj24+tenD5tI/tlezs0n0+NHZVSl8Hw++a2KIvhtmkB+9OH2WGAh7fHORd6gcw1crZwXc9g7MAODUTutEg4FM48SMtaOzYzYe3+bkfEQNq8SXc7bF4+SWAjvjKl8Qt9/YZkC5vX3j9sGXrHh8Fp7YFicf0lRV+xCJb4OfQ3+jDbJB3g20eBK45evxFII5UmavwsRz3Ake2Se5iplZ4p1XFkS7jI3I38qSRd7G7CamyvZEuVVeRIdBK+a+ooQGBXwp3VFJ2CcQWRV213mV8vwOQSK/KQuNXfCLCHtFTdjFE/rP5SvSaEnKX3dsKSdBdiDnV85a/0mUVf/UYql5e1GgqpB71WzBmfQpRJQeFa4RVJkI+65Ge5Z4vZSSrrpSlFThWlE6IarivemUoFIhb0WdqysSJbJYO7Hokx4VxdKhy2dUf36KPV7M+BR7x54C5PDOWR2tO9TB4Jka53hzD3GCNO+irCgV5gFbAQKrUwtNp+Wm5TDMNTG+EP+9u/+PzF2vadfr+ptKVtMqTb/qRfbzl7xf40tyg3M3E85696ZJaUte98mxc8GM4UkAqG4ens+/5Vw08uzpaC24Hgz+bsiGSzR93fB9JtHgt0J26HeDkFqLno6mN19m4sLwC1A+vjGCK9VjMmAd5LaiI47L1tnh4exsRHynWh0gooR7/4dvdDfJs7oYC8lEUzRfNJKspfUZPVXd/fpCMeAPyVT1Fbp6SAwPfiHPeInOWq0WL2gBK+CXRRNmk3CRvVNVm2pGfKKykLYzyxtcOB3tR9Nhr40uL8Ha6EyU2w34Ou1GE9WH7utxdIRSk70SGF9NPAGgK+nscCF8pw7wCrVLaaJOfs5r4nqtlsj7/KMmbrhNVFQjXpxmTSRjTRzxGozfkdipkxQ5jjY7UJK8ZeuLNTvnvVeTH/G7KN1ybBvueWfQVYl37hw7dQKAdexMOtLDU+j+bHQKnaaw0+cg8a+98+jI2tZT6Ji3XxdPpxt0RwfSDfFsn9EEGTl53DNt04ZlIg8Psp1UaoHMgDLL+7/+9ff38a13a0ABFuadI0ec+f2Q7uFGtFf2OQV3hBmj99wVKZ4AYBe3HqWx5i6f9cirS7Va6dWRbCgg8qTHi4EQ6boL5cRXP1urffarAV88OLG2NhGM+wIenvsmrOl3clGADrQ3cxKsB4cdmu0hsqjM8BcmvmQaJAntGIjL8hy+GZb8lhag+EpGGjBoaWqqRK+HhKxpZjEhncul6avUgIwkXoZP2jDS8hE8qOkNhw6FIUd2+cSRHDUCtNS9s1uiVciTvfaaHDwgZw5eezAjVyBTpFGHIEhTBw+mKFlQpcDgzQFJfcMfePzv35LPkN+CtW9zDeSjLqkTxS29eK0WpHnLytNglGYLhSy9BRIMAAkKn2w0mqXaATUYVN+0vJyHLPnjx/M0GqS5IyvQ+m0hg0bb7Sg8QDNXX52l5LAqBQcng5L6pv4QVv4W4Pa3QC5KwTyP1SyZeLpey7FbeLqeSb/i1UJOV9rt4Yf8+mZ5j4+lQ9H/P/+Zr8Z4nGNgZGBgAOJp9z+sjee3+crAzcSADv5/+L+LiY3xKJDJwQCWBgARkwlBAHicY2BkYGA88P8AAwMTw/8P/38xsTEARZABowIApC4GlgAAAHicY2BgYGBi+P8fiP8wgdmkYrBeKEbmw+X/km8uhM2oAsST/v8H09tAGNkuqBqQ+G1UMSLt+UCe+0iy4xda+PxEdz9U/B8Eg/kw+jft3TcYMbZ4RA8vbPRgcCM6JsU8XOqp77/BAAAcOVFbAHicY2AAAhuGFIY9DE8YWRh1GH0YSxgnMe5ivMWkwuTBVMQsw+zBPI9FiaWC5QwrF6sMaxDrItZLbHxsHuxM7B7ss9jvcPBwhHFUcMzh2MfJwPmIS49rAjcTtwt3Gu8u3g98Bnxr+F7wO/D38F8TEBAIE5gkcELggSCDYJLgHCEBoTNCf4TdhGuEZwkfEf4kwidSILJPVEhURdRM1Es0RXSJ6DExHjEFsSSxIrFJ4l7iTeJHJCwkzkk+k3KSOiUtJr1HxkTmn6yL3Cp5AQUHhXkKPxR9FA8pNSl9UdZQTlNeo/xEhUlFQkVPJU6lTWWGyh6Vayp/VC1U41TLVNeo3lITUXNRi1KbpnZE7YW6jHqIepp6hXqH+gz1TRoqGj4aKRqTNPZp3NBk0ozSzNHcpPlIy0UrQKtAa43WI20JbTvtAO0k7SrtRdobtO/oiOi46dToLNHZpfNIV043RneS7hs9Jb0t+jz6Kwx4DBwMeQznGdkYVRmtMxYwLjLhMfEw6TO5YSpmamaaYXrBLMJsjtk/8wQLEYtTVhZWx2z4bPbYutg+swuyK7KXs++x/+cwz1HAMcrxjJOH0yNnG+ctzudcWFxMXBpc9rj8cOVxNXGtcZ3lusL1lpuIm5lbmFuZ2zl3EXcv90XuLzzEPOw8EjwqPNo8rnjGee7wfOFl5dXjtcbrk7eIt4f3Nh8OHzPKIQA3YKu4AAAAeJxjYGRgYFRgXMYgyAACTEDMBYQMDP/BfAYAHZ0B8AB4nF2QQW6CQBiFH4qaSmKaNO2qaWbVLpqAuvQAundh0iXggBpgyDBq7Al6gp6gp+gBmh6rT/JvykyY+d773z/AALjFDzxch4dRu15HjzwS7pMmwj75XniAAI/CQ/ovwmO8IhQOcIc3nuD5N3QmKIR75HfhPvlD2Cd/Cg/wgC/hIf1v4TE2+BUO8Ow9nXWSmcqtdX4sYitKto22zd5UahZOxVnpStvY6a1KLqo55XPnMpVZU6olq7oojKqtOejUhTvn6kUUZeKHqSlxhkaCDAYVHNZUOY78rxi2U/uvNlQWDfatVpjxjqadzIqqanMxlcaWuQQXrg1OfM+crmNa8bHsKUlL6dX8hoKsULe1A52Ufohd21VjgYgz6+RDpnjSH162Wu4AeJx1VwWYG7kV3n/WsLteyIaTS3K5MrkwXjdlujZlZq48lm3VmtGcpFnHKfeuzMzMzMzMzMzMzPCksT3jbbPft/L/P2mkp0eSFoKF/K+68H//cBwBFlFBFTXUsYRlrKCBVaxhHRvYhU3sxh7sxT7sxwEcxCEcxlk4gqM4hrPp63NwIVwYF8FFcTFcHJfAJXEpXBqXQROXxeVweVwBIVrYQhtXxAlcCVfGVXBVXA1XxzVwTVwL18Z1cC6ui+vhJK6PG+CGuBFujJvgprgZbo5b4Ja4FW6N2+C2uB1ujzvgjrgT7oy74K64G+6Oe4ChgwhdcPTQxwAC98QQEjESKKQ4DxoGFhm2McIpjHEa98K9cR/cF/fD/fEAPBDn4wI8CA/GQ/BQPAwPxyPwSDwKj8Zj8Fg8Do/HE/BEPAlPxlPwVDwNT8cz8Ew8C8/Gc/BcPA/PxwvwQrwIL8ZL8FK8DC/HK/BKvAqvxmvwWrwOr8cb8Ea8CW/GW/BWvA1vxzvwTrwL78Z78F68D+/HB/BBfAgfxkfwUXwMH8cn8El8Cp/GZ/BZfA6fxxfwRXwJX8ZX8FV8DV/HN/BNfAvfxnfwXXwP38cP8EP8CD/GT/BT/Aw/xy/wS/wKv8Zv8Fv8Dr/HH/BH/Al/xl/wV/wNf8c/8E/8C//Gf4KFAEEQLAaVoBrUgnqwFCwHK0EjWA3WgvVgI9gVbAa7gz3B3mBfsD84EBwMDgWHg7OCI8HR4FhwdnA8OGdhkYnuEhM6lSzhNSaZjsMG01qNml01Ssq4PcGS92xYwu3VHGvRH9iwTNrLOcnScIbaK8xaFg1inthKh2lT6Sg13NPxHyTcmGakEquZsbVO1ulIXs9/zFInk3KgdLIUMcmTLtO1iMVcs0rEtF2OBjwaxkwPq5FUkW8Nd23WXfet34NUrLua0yx1pBKpvqlHKk6ZMSu0dMIjK1RSjVQ6Dn3bqkWad4WtdIUZLk1nqXU1G3Fd72qVSm6rnJQYLPIxb9B/s+N04N3lHqNlJVl1jRCXUqRGmOagQazHIu62vkS4L1WHu8F9pfqSr89QM5WZqROVnPXcHDETsql5KscrxDS3I86tG6+VZZZ7h7geOxLWcl3tcd4Nqz0h+VaF2rjSk6xf6ynZJd17So+Y7m70VEb2dNv28x8oc5Fk5BKhI8krfdGzVa9rdeD2W/NtWB8IY5UeVwYq5jURsz4PD7iPWULWEd2mUZFgspkZrg/PycfG8rg5EglZ1ay5ro7MuFXKDjYd806crN5ddhLuFNzjkFDmRDOPqg6Lhvt3yCZ7OzgTzwKE5kjteG/R4Rfxwv07hCqzUiR8fSb2yx+ZUZHQMnFuqcnYQjfnunzaFS9LByrhqw4mbFv0yVt+7MQ403CoO1lmOpUhH4d1KTqa6XHDzdzME2HN42kOLHvWU6q74pH3yJKHNEHe63RezxHvM69GPjjOjIjyMYmyfMOjlKU8LweNCdcsNvkH/ttcAcOtFUnf5J8by/SqR7ZpBmKqgmX9vN+5Pp9ipLTsVggOlyhHvOkqPmFdE1Kr0nAxZukeMivXzjIlH++QTXy8eyZ2g0xKljxciIrCElMWZ/H6rMtHxPF52uyoU1NXUjCyZFga72JiraCU+YWWXZd9miV9Xnzgo6XQjp+XMSlOc118xbepDHrj7ypkp6gyab4xE1DeEtpbcB9zpKns/o9QWCaP7hRKys9mksUdToVs387elInEHtoppQrAtQ/+WY9IyDirBTXqyIxQsHUU+aJZnBdn7HQ16uiZOr27Dp+pN0sLdSTrcLlZokk/o9JTOMhtu2B04GS7SswYGlx4IiaTN+l4EadLMpcf3jtF5BETPZEHrinmSykfqeCulwQU84UPU+6OicL2PpMmNeF4WWpV01CMUH5JOoloV7qsJeXlODdFMTWdBpzZYurJSeANWYwyVBiiQaGfGTBdCjozyHo9yYtgNUORNhN+yu6fF6WabwuVmcKwLvf3zbFpApXHqLQ0UV73s9QlTaGDpdUyXbKhVV02LiaxGdWkgm0fm+Ftri35hOqCFH06RJS1Ki5CY1twCkk2LpYadZoss6oQnFYqpgDfnBfQPtZibrlqnsulERk53LOTbKB5MuDCNnKBv1KslnBYJq0y2SqTdpmM18oknGOtObY1Zfm9ZSNn0lc6Ksq7dvBwp6C1U7C1U9BuTAVUOldyHCuVNAoYTsSJcm7xUFMpGa+WcFgmrTLZmihtEjWiO8lwOoXj0yk8DsukVSZbZdJenpAsWZmhsIBTAxLUwvDNnNkB17FyWE/6R5RLJFyfY+E8bc3TrXnanizqrjWNAk435XFYJq0y2SqTdtXfv2qx6tANrurrUT3hGd2P5XLCR8Yf1jXVo4rEa77khLWUJ5GQVV9aKq5gVF3Tqrj7SDXVVOyrdAyosKZ5rLZ51d8mFw3dhek/rPrCUDMxLTiu5z8kpCv7sOJy20HtBbpVdWkdLrt2xGw0aBirOYspv5OobrI0VdouujuAHdDhYyjhV2YorNIJo8KlLMmvyrX8Pl51N4WtxraSWUz1mMJxbYLz03t1yjLLQ3o/Cno9anopSnoxcno3hvRuHNHbsk0vSuvflBm9MDv0ihzS69G9ZU/QW/IUvSxP08v15MLCfwH7xUHo)format("woff");font-weight:400;font-style:normal}.mbsc-font-icon:before{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Mobiscroll;font-style:normal;font-weight:400}.mbsc-icon-aid:before{content:""}.mbsc-icon-airplane:before{content:""}.mbsc-icon-alarm2:before{content:""}.mbsc-icon-arrow-down2:before{content:""}.mbsc-icon-arrow-down5:before{content:""}.mbsc-icon-arrow-left2:before{content:""}.mbsc-icon-arrow-left5:before{content:""}.mbsc-icon-arrow-right2:before{content:""}.mbsc-icon-arrow-right5:before{content:""}.mbsc-icon-arrow-up2:before{content:""}.mbsc-icon-arrow-up5:before{content:""}.mbsc-icon-attachment:before{content:""}.mbsc-icon-bars:before{content:""}.mbsc-icon-book:before{content:""}.mbsc-icon-brightness-contrast:before{content:""}.mbsc-icon-bubble:before{content:""}.mbsc-icon-bubbles:before{content:""}.mbsc-icon-bullhorn:before{content:""}.mbsc-icon-calendar:before{content:""}.mbsc-icon-camera:before{content:""}.mbsc-icon-cart:before{content:""}.mbsc-icon-checkmark:before{content:""}.mbsc-icon-clock:before{content:""}.mbsc-icon-close:before{content:""}.mbsc-icon-cloud:before{content:""}.mbsc-icon-cloud-download:before{content:""}.mbsc-icon-cloud-upload:before{content:""}.mbsc-icon-cogs:before{content:""}.mbsc-icon-compass:before{content:""}.mbsc-icon-connection:before{content:""}.mbsc-icon-copy2:before{content:""}.mbsc-icon-copy3:before{content:""}.mbsc-icon-credit:before{content:""}.mbsc-icon-disk:before{content:""}.mbsc-icon-download:before{content:""}.mbsc-icon-drawer:before{content:""}.mbsc-icon-droplet:before{content:""}.mbsc-icon-earth:before{content:""}.mbsc-icon-eye:before{content:""}.mbsc-icon-eye-blocked:before{content:""}.mbsc-icon-fa-dollar:before{content:""}.mbsc-icon-fa-ellipsis-h:before{content:""}.mbsc-icon-fa-facebook:before{content:""}.mbsc-icon-fa-globe:before{content:""}.mbsc-icon-fa-google:before{content:""}.mbsc-icon-fa-google-plus:before{content:""}.mbsc-icon-fa-leaf:before{content:""}.mbsc-icon-fa-mail-reply:before{content:""}.mbsc-icon-fa-retweet:before{content:""}.mbsc-icon-fa-rotate-left:before{content:""}.mbsc-icon-fa-twitter:before{content:""}.mbsc-icon-feed2:before{content:""}.mbsc-icon-file4:before{content:""}.mbsc-icon-film:before{content:""}.mbsc-icon-flag:before{content:""}.mbsc-icon-folder:before{content:""}.mbsc-icon-forward:before{content:""}.mbsc-icon-foundation-mail:before{content:""}.mbsc-icon-foundation-minus-circle:before{content:""}.mbsc-icon-gift:before{content:""}.mbsc-icon-globe:before{content:""}.mbsc-icon-heart:before{content:""}.mbsc-icon-heart2:before{content:""}.mbsc-icon-history:before{content:""}.mbsc-icon-home:before{content:""}.mbsc-icon-image2:before{content:""}.mbsc-icon-ion-android-social-user:before{content:""}.mbsc-icon-ion-android-system-windows:before{content:""}.mbsc-icon-ion-bluetooth:before{content:""}.mbsc-icon-ion-close-circled:before{content:""}.mbsc-icon-ion-email:before{content:""}.mbsc-icon-ion-ios7-arrow-back:before{content:""}.mbsc-icon-ion-ios7-arrow-forward:before{content:""}.mbsc-icon-ion-ios7-checkmark-empty:before{content:""}.mbsc-icon-ion-ios7-close-empty:before{content:""}.mbsc-icon-ion-ios7-close-outline:before{content:""}.mbsc-icon-ion-ios7-email:before{content:""}.mbsc-icon-ion-ios7-information-outline:before{content:""}.mbsc-icon-ion-ios7-plus-empty:before{content:""}.mbsc-icon-ion-iphone:before{content:""}.mbsc-icon-ion-navigate:before{content:""}.mbsc-icon-ion-social-facebook:before{content:""}.mbsc-icon-ion-usb:before{content:""}.mbsc-icon-key2:before{content:""}.mbsc-icon-library:before{content:""}.mbsc-icon-line-bubble:before{content:""}.mbsc-icon-line-calendar:before{content:""}.mbsc-icon-line-food:before{content:""}.mbsc-icon-line-heart:before{content:""}.mbsc-icon-line-key:before{content:""}.mbsc-icon-line-mail:before{content:""}.mbsc-icon-line-megaphone:before{content:""}.mbsc-icon-line-music:before{content:""}.mbsc-icon-line-note:before{content:""}.mbsc-icon-line-paperplane:before{content:""}.mbsc-icon-line-params:before{content:""}.mbsc-icon-line-phone:before{content:""}.mbsc-icon-line-settings:before{content:""}.mbsc-icon-line-star:before{content:""}.mbsc-icon-line-t-shirt:before{content:""}.mbsc-icon-line-tag:before{content:""}.mbsc-icon-line-user:before{content:""}.mbsc-icon-line-world:before{content:""}.mbsc-icon-link:before{content:""}.mbsc-icon-location:before{content:""}.mbsc-icon-lock:before{content:""}.mbsc-icon-lock2:before{content:""}.mbsc-icon-loop2:before{content:""}.mbsc-icon-map:before{content:""}.mbsc-icon-material-arrow-back:before{content:""}.mbsc-icon-material-arrow-forward:before{content:""}.mbsc-icon-material-backspace:before{content:""}.mbsc-icon-material-brightness-medium:before{content:""}.mbsc-icon-material-check:before{content:""}.mbsc-icon-material-check-box-outline-blank:before{content:""}.mbsc-icon-material-close:before{content:""}.mbsc-icon-material-crop:before{content:""}.mbsc-icon-material-date-range:before{content:""}.mbsc-icon-material-email:before{content:""}.mbsc-icon-material-equalizer:before{content:""}.mbsc-icon-material-event-note:before{content:""}.mbsc-icon-material-explore:before{content:""}.mbsc-icon-material-filter:before{content:""}.mbsc-icon-material-format-bold:before{content:""}.mbsc-icon-material-format-ital:before{content:""}.mbsc-icon-material-format-list-numbered:before{content:""}.mbsc-icon-material-format-paint:before{content:""}.mbsc-icon-material-format-underline:before{content:""}.mbsc-icon-material-inbox:before{content:""}.mbsc-icon-material-iso:before{content:""}.mbsc-icon-material-keyboard-arrow-down:before{content:""}.mbsc-icon-material-keyboard-arrow-left:before{content:""}.mbsc-icon-material-keyboard-arrow-right:before{content:""}.mbsc-icon-material-keyboard-arrow-up:before{content:""}.mbsc-icon-material-label:before{content:""}.mbsc-icon-material-language:before{content:""}.mbsc-icon-material-list:before{content:""}.mbsc-icon-material-menu:before{content:""}.mbsc-icon-material-message:before{content:""}.mbsc-icon-material-more-horiz:before{content:""}.mbsc-icon-material-music-note:before{content:""}.mbsc-icon-material-notifications:before{content:""}.mbsc-icon-material-palette:before{content:""}.mbsc-icon-material-pause:before{content:""}.mbsc-icon-material-people:before{content:""}.mbsc-icon-material-phone-iphone:before{content:""}.mbsc-icon-material-photo-size-select-large:before{content:""}.mbsc-icon-material-play-arrow:before{content:""}.mbsc-icon-material-repeat:before{content:""}.mbsc-icon-material-rotate-right:before{content:""}.mbsc-icon-material-search:before{content:""}.mbsc-icon-material-share:before{content:""}.mbsc-icon-material-shuffle:before{content:""}.mbsc-icon-material-skip-next:before{content:""}.mbsc-icon-material-skip-previous:before{content:""}.mbsc-icon-material-star:before{content:""}.mbsc-icon-material-star-outline:before{content:""}.mbsc-icon-material-stop:before{content:""}.mbsc-icon-material-system-update:before{content:""}.mbsc-icon-material-texture:before{content:""}.mbsc-icon-material-today:before{content:""}.mbsc-icon-material-tune:before{content:""}.mbsc-icon-material-tv:before{content:""}.mbsc-icon-material-vertical-align-bottom:before{content:""}.mbsc-icon-material-view-day:before{content:""}.mbsc-icon-material-wb-auto:before{content:""}.mbsc-icon-material-zoom-in:before{content:""}.mbsc-icon-material-zoom-out:before{content:""}.mbsc-icon-meteo-Celsius:before{content:""}.mbsc-icon-meteo-Fahrenheit:before{content:""}.mbsc-icon-meteo-cloud:before{content:""}.mbsc-icon-meteo-cloud2:before{content:""}.mbsc-icon-meteo-cloud3:before{content:""}.mbsc-icon-meteo-cloud4:before{content:""}.mbsc-icon-meteo-cloud5:before{content:""}.mbsc-icon-meteo-cloudy:before{content:""}.mbsc-icon-meteo-cloudy2:before{content:""}.mbsc-icon-meteo-cloudy3:before{content:""}.mbsc-icon-meteo-cloudy4:before{content:""}.mbsc-icon-meteo-compass:before{content:""}.mbsc-icon-meteo-lightning:before{content:""}.mbsc-icon-meteo-lightning2:before{content:""}.mbsc-icon-meteo-lightning3:before{content:""}.mbsc-icon-meteo-lightning4:before{content:""}.mbsc-icon-meteo-lightning5:before{content:""}.mbsc-icon-meteo-lines:before{content:""}.mbsc-icon-meteo-moon:before{content:""}.mbsc-icon-meteo-moon2:before{content:""}.mbsc-icon-meteo-none:before{content:""}.mbsc-icon-meteo-rainy:before{content:""}.mbsc-icon-meteo-rainy2:before{content:""}.mbsc-icon-meteo-rainy3:before{content:""}.mbsc-icon-meteo-rainy4:before{content:""}.mbsc-icon-meteo-snowflake:before{content:""}.mbsc-icon-meteo-snowy:before{content:""}.mbsc-icon-meteo-snowy2:before{content:""}.mbsc-icon-meteo-snowy3:before{content:""}.mbsc-icon-meteo-snowy4:before{content:""}.mbsc-icon-meteo-snowy5:before{content:""}.mbsc-icon-meteo-sun:before{content:""}.mbsc-icon-meteo-sun2:before{content:""}.mbsc-icon-meteo-sun3:before{content:""}.mbsc-icon-meteo-sunrise:before{content:""}.mbsc-icon-meteo-thermometer:before{content:""}.mbsc-icon-meteo-weather:before{content:""}.mbsc-icon-meteo-weather2:before{content:""}.mbsc-icon-meteo-weather3:before{content:""}.mbsc-icon-meteo-weather4:before{content:""}.mbsc-icon-meteo-weather5:before{content:""}.mbsc-icon-meteo-wind:before{content:""}.mbsc-icon-meteo-windy:before{content:""}.mbsc-icon-meteo-windy2:before{content:""}.mbsc-icon-meteo-windy3:before{content:""}.mbsc-icon-meteo-windy4:before{content:""}.mbsc-icon-meteo-windy5:before{content:""}.mbsc-icon-minus:before{content:""}.mbsc-icon-mobile:before{content:""}.mbsc-icon-music:before{content:""}.mbsc-icon-neutral:before{content:""}.mbsc-icon-newspaper:before{content:""}.mbsc-icon-office:before{content:""}.mbsc-icon-pause2:before{content:""}.mbsc-icon-pencil:before{content:""}.mbsc-icon-phone:before{content:""}.mbsc-icon-play:before{content:""}.mbsc-icon-play3:before{content:""}.mbsc-icon-plus:before{content:""}.mbsc-icon-print:before{content:""}.mbsc-icon-redo2:before{content:""}.mbsc-icon-remove:before{content:""}.mbsc-icon-reply:before{content:""}.mbsc-icon-sad:before{content:""}.mbsc-icon-sad2:before{content:""}.mbsc-icon-share:before{content:""}.mbsc-icon-smiley:before{content:""}.mbsc-icon-smiley2:before{content:""}.mbsc-icon-stack:before{content:""}.mbsc-icon-star:before{content:""}.mbsc-icon-star2:before{content:""}.mbsc-icon-star3:before{content:""}.mbsc-icon-stop2:before{content:""}.mbsc-icon-stopwatch:before{content:""}.mbsc-icon-stream-sync:before{content:""}.mbsc-icon-support:before{content:""}.mbsc-icon-tag:before{content:""}.mbsc-icon-thumbs-up:before{content:""}.mbsc-icon-thumbs-up2:before{content:""}.mbsc-icon-undo2:before{content:""}.mbsc-icon-unlocked:before{content:""}.mbsc-icon-upload:before{content:""}.mbsc-icon-user4:before{content:""}.mbsc-icon-volume-high:before{content:""}.mbsc-icon-volume-medium:before{content:""}.mbsc-icon-volume-mute2:before{content:""}.mbsc-icon{vertical-align:middle;text-align:center;flex:none;width:1.5em;height:1.5em;line-height:1.5em;display:inline-block}.mbsc-icon>svg{fill:currentColor;width:100%;height:100%;margin:0 auto;display:block}:root{--mbsc-safe-top:0;--mbsc-safe-right:0;--mbsc-safe-bottom:0;--mbsc-safe-left:0}@supports (top:constant(safe-area-inset-top)){:root{--mbsc-safe-top:constant(safe-area-inset-top);--mbsc-safe-right:constant(safe-area-inset-right);--mbsc-safe-bottom:constant(safe-area-inset-bottom);--mbsc-safe-left:constant(safe-area-inset-left)}}@supports (top:env(safe-area-inset-top)){:root{--mbsc-safe-top:env(safe-area-inset-top);--mbsc-safe-right:env(safe-area-inset-right);--mbsc-safe-bottom:env(safe-area-inset-bottom);--mbsc-safe-left:env(safe-area-inset-left)}}.mbsc-font{font-family:-apple-system,Segoe UI,Roboto,sans-serif}.mbsc-reset{appearance:none;background:0 0;border:0;margin:0;padding:0}.mbsc-resize{z-index:-1;position:absolute;inset:0;overflow:hidden}.mbsc-resize-i{position:absolute;top:0;left:0}.mbsc-resize-y{width:200%;height:200%}.mbsc-hidden{visibility:hidden}.mbsc-hidden-content{-webkit-user-select:none;user-select:none;clip:rect(1px,1px,1px,1px);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.mbsc-ltr{direction:ltr}.mbsc-rtl{direction:rtl}.mbsc-ripple{opacity:0;pointer-events:none;background:currentColor;border-radius:1000em;position:absolute;top:0;left:0;transform:scale(0)}.mbsc-flex,.mbsc-flex-col{display:flex}.mbsc-flex-col{flex-direction:column}.mbsc-flex-1-1{flex:auto}.mbsc-flex-1-0{flex:1 0 auto}.mbsc-flex-1-0-0{flex:1 0 0}@media (-ms-high-contrast:none){.mbsc-flex-1-0-0{flex:1 0 auto}}.mbsc-flex-none{flex:none}@media (-webkit-min-device-pixel-ratio:2){.mbsc-hb,.mbsc-hb:after,.mbsc-hb:before{border-width:.5px!important}}.mbsc-ios.mbsc-button{border-radius:.25em;margin:.5em .25em;padding:0 .5em;line-height:2.25em;transition:opacity .1s ease-out,background-color .1s ease-out}.mbsc-ios.mbsc-icon-button{border-radius:4em;padding:.5em;line-height:normal}.mbsc-ios.mbsc-button.mbsc-hover{opacity:.7}.mbsc-ios.mbsc-button.mbsc-active{opacity:.5}.mbsc-ios.mbsc-button.mbsc-disabled,.mbsc-ios.mbsc-button:disabled{opacity:.2}.mbsc-ios.mbsc-button-outline.mbsc-active{opacity:1}.mbsc-ios.mbsc-ltr.mbsc-button-icon-start{padding-right:.375em}.mbsc-ios.mbsc-ltr.mbsc-button-icon-end,.mbsc-ios.mbsc-rtl.mbsc-button-icon-start{padding-left:.375em}.mbsc-ios.mbsc-rtl.mbsc-button-icon-end{padding-right:.375em}.mbsc-ios .mbsc-button-group,.mbsc-ios .mbsc-button-group-block,.mbsc-ios .mbsc-button-group-justified{margin:.5em .75em}.mbsc-ios .mbsc-button-group-block{margin:.5em 1em}.mbsc-ios.mbsc-button-standard{color:#007aff;background:#fff}.mbsc-ios.mbsc-button-flat{color:#007aff}.mbsc-ios.mbsc-button-outline{color:#1273de;border:1px solid #1273de}.mbsc-ios.mbsc-button-outline.mbsc-active{color:#f7f7f7;background:#1273de}.mbsc-ios.mbsc-button.mbsc-focus{background:#0000000d}.mbsc-ios.mbsc-button-primary.mbsc-button-standard{color:#fff;background:#3f97f6}.mbsc-ios.mbsc-button-secondary.mbsc-button-standard{color:#fff;background:#90979e}.mbsc-ios.mbsc-button-success.mbsc-button-standard{color:#fff;background:#43be5f}.mbsc-ios.mbsc-button-danger.mbsc-button-standard{color:#fff;background:#f5504e}.mbsc-ios.mbsc-button-warning.mbsc-button-standard{color:#fff;background:#f8b042}.mbsc-ios.mbsc-button-info.mbsc-button-standard{color:#fff;background:#5bb7c5}.mbsc-ios.mbsc-button-dark.mbsc-button-standard{color:#fff;background:#47494a}.mbsc-ios.mbsc-button-light.mbsc-button-standard{color:#000;background:#fff}.mbsc-ios.mbsc-button-primary.mbsc-button-flat{color:#3f97f6}.mbsc-ios.mbsc-button-secondary.mbsc-button-flat{color:#90979e}.mbsc-ios.mbsc-button-success.mbsc-button-flat{color:#43be5f}.mbsc-ios.mbsc-button-danger.mbsc-button-flat{color:#f5504e}.mbsc-ios.mbsc-button-warning.mbsc-button-flat{color:#f8b042}.mbsc-ios.mbsc-button-info.mbsc-button-flat{color:#5bb7c5}.mbsc-ios.mbsc-button-dark.mbsc-button-flat{color:#47494a}.mbsc-ios.mbsc-button-light.mbsc-button-flat{color:#ccc}.mbsc-ios.mbsc-button-primary.mbsc-button-outline{color:#3f97f6;border-color:#3f97f6}.mbsc-ios.mbsc-button-primary.mbsc-button-outline.mbsc-active{color:#fff;background:#3f97f6}.mbsc-ios.mbsc-button-secondary.mbsc-button-outline{color:#90979e;border-color:#90979e}.mbsc-ios.mbsc-button-secondary.mbsc-button-outline.mbsc-active{color:#fff;background:#90979e}.mbsc-ios.mbsc-button-success.mbsc-button-outline{color:#43be5f;border-color:#43be5f}.mbsc-ios.mbsc-button-success.mbsc-button-outline.mbsc-active{color:#fff;background:#43be5f}.mbsc-ios.mbsc-button-danger.mbsc-button-outline{color:#f5504e;border-color:#f5504e}.mbsc-ios.mbsc-button-danger.mbsc-button-outline.mbsc-active{color:#fff;background:#f5504e}.mbsc-ios.mbsc-button-warning.mbsc-button-outline{color:#f8b042;border-color:#f8b042}.mbsc-ios.mbsc-button-warning.mbsc-button-outline.mbsc-active{color:#fff;background:#f8b042}.mbsc-ios.mbsc-button-info.mbsc-button-outline{color:#5bb7c5;border-color:#5bb7c5}.mbsc-ios.mbsc-button-info.mbsc-button-outline.mbsc-active{color:#fff;background:#5bb7c5}.mbsc-ios.mbsc-button-dark.mbsc-button-outline{color:#47494a;border-color:#47494a}.mbsc-ios.mbsc-button-dark.mbsc-button-outline.mbsc-active{color:#fff;background:#47494a}.mbsc-ios.mbsc-button-light.mbsc-button-outline{color:#bfbfbf;border-color:#bfbfbf}.mbsc-ios.mbsc-button-light.mbsc-button-outline.mbsc-active{color:#fff;background:#bfbfbf}.mbsc-ios-dark.mbsc-button-standard{color:#ff9f0a;background:#3b3b3b}.mbsc-ios-dark.mbsc-button-flat{color:#ff9f0a}.mbsc-ios-dark.mbsc-button-outline{color:#ffa519;border:1px solid #ffa519}.mbsc-ios-dark.mbsc-button-outline.mbsc-active{color:#000;background:#ffa519}.mbsc-ios-dark.mbsc-button.mbsc-focus{background:#ffffff0d}.mbsc-ios-dark.mbsc-button-primary.mbsc-button-standard{color:#fff;background:#3f97f6}.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-standard{color:#fff;background:#90979e}.mbsc-ios-dark.mbsc-button-success.mbsc-button-standard{color:#fff;background:#43be5f}.mbsc-ios-dark.mbsc-button-danger.mbsc-button-standard{color:#fff;background:#f5504e}.mbsc-ios-dark.mbsc-button-warning.mbsc-button-standard{color:#fff;background:#f8b042}.mbsc-ios-dark.mbsc-button-info.mbsc-button-standard{color:#fff;background:#5bb7c5}.mbsc-ios-dark.mbsc-button-dark.mbsc-button-standard{color:#fff;background:#47494a}.mbsc-ios-dark.mbsc-button-light.mbsc-button-standard{color:#000;background:#fff}.mbsc-ios-dark.mbsc-button-primary.mbsc-button-flat{color:#3f97f6}.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-flat{color:#90979e}.mbsc-ios-dark.mbsc-button-success.mbsc-button-flat{color:#43be5f}.mbsc-ios-dark.mbsc-button-danger.mbsc-button-flat{color:#f5504e}.mbsc-ios-dark.mbsc-button-warning.mbsc-button-flat{color:#f8b042}.mbsc-ios-dark.mbsc-button-info.mbsc-button-flat{color:#5bb7c5}.mbsc-ios-dark.mbsc-button-dark.mbsc-button-flat{color:#47494a}.mbsc-ios-dark.mbsc-button-light.mbsc-button-flat{color:#ccc}.mbsc-ios-dark.mbsc-button-primary.mbsc-button-outline{color:#3f97f6;border-color:#3f97f6}.mbsc-ios-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active{color:#fff;background:#3f97f6}.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-outline{color:#90979e;border-color:#90979e}.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active{color:#fff;background:#90979e}.mbsc-ios-dark.mbsc-button-success.mbsc-button-outline{color:#43be5f;border-color:#43be5f}.mbsc-ios-dark.mbsc-button-success.mbsc-button-outline.mbsc-active{color:#fff;background:#43be5f}.mbsc-ios-dark.mbsc-button-danger.mbsc-button-outline{color:#f5504e;border-color:#f5504e}.mbsc-ios-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active{color:#fff;background:#f5504e}.mbsc-ios-dark.mbsc-button-warning.mbsc-button-outline{color:#f8b042;border-color:#f8b042}.mbsc-ios-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active{color:#fff;background:#f8b042}.mbsc-ios-dark.mbsc-button-info.mbsc-button-outline{color:#5bb7c5;border-color:#5bb7c5}.mbsc-ios-dark.mbsc-button-info.mbsc-button-outline.mbsc-active{color:#fff;background:#5bb7c5}.mbsc-ios-dark.mbsc-button-dark.mbsc-button-outline{color:#47494a;border-color:#47494a}.mbsc-ios-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active{color:#fff;background:#47494a}.mbsc-ios-dark.mbsc-button-light.mbsc-button-outline{color:#bfbfbf;border-color:#bfbfbf}.mbsc-ios-dark.mbsc-button-light.mbsc-button-outline.mbsc-active{color:#fff;background:#bfbfbf}.mbsc-material.mbsc-button{text-transform:uppercase;border-radius:.285715em;min-width:4.57143em;margin:.5em;padding:.428572em 1.14286em;font-size:.875em;font-weight:600;line-height:1.71429em;transition:box-shadow .2s ease-out,background-color .2s ease-out}.mbsc-material.mbsc-button-outline{border:1px solid}.mbsc-material.mbsc-button .mbsc-icon{font-size:1.14286em}.mbsc-material.mbsc-icon-button{border-radius:2em;min-width:0;padding:.5em;font-size:1em;line-height:normal}.mbsc-material.mbsc-icon-button .mbsc-icon{width:1.5em;height:1.5em;font-size:1em}.mbsc-material.mbsc-button.mbsc-disabled,.mbsc-material.mbsc-button:disabled{opacity:.3}.mbsc-material.mbsc-ltr.mbsc-button-icon-start{margin-left:-.25em;padding-right:.5em}.mbsc-material.mbsc-ltr.mbsc-button-icon-end,.mbsc-material.mbsc-rtl.mbsc-button-icon-start{margin-right:-.25em;padding-left:.5em}.mbsc-material.mbsc-rtl.mbsc-button-icon-end{margin-left:-.25em;padding-right:.5em}.mbsc-material .mbsc-button-group,.mbsc-material .mbsc-button-group-justified{margin:.5em}.mbsc-material .mbsc-button-group-block{margin:.5em 1em}.mbsc-material.mbsc-button-standard{color:#000;background:#cfcfcf;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mbsc-material.mbsc-button-standard.mbsc-hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mbsc-material.mbsc-button-standard.mbsc-active,.mbsc-material.mbsc-button-standard.mbsc-focus{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mbsc-material.mbsc-button-flat,.mbsc-material.mbsc-button-outline{color:#000}.mbsc-material.mbsc-button-flat.mbsc-active,.mbsc-material.mbsc-button-flat.mbsc-hover,.mbsc-material.mbsc-button-outline.mbsc-active,.mbsc-material.mbsc-button-outline.mbsc-hover{background:#0003}.mbsc-material.mbsc-button-flat.mbsc-focus,.mbsc-material.mbsc-button-outline.mbsc-focus{background:#0000004d}.mbsc-material.mbsc-button-outline{border-color:#000}.mbsc-material.mbsc-button-primary.mbsc-button-standard{color:#fff;background:#3f97f6}.mbsc-material.mbsc-button-secondary.mbsc-button-standard{color:#fff;background:#90979e}.mbsc-material.mbsc-button-success.mbsc-button-standard{color:#fff;background:#43be5f}.mbsc-material.mbsc-button-danger.mbsc-button-standard{color:#fff;background:#f5504e}.mbsc-material.mbsc-button-warning.mbsc-button-standard{color:#fff;background:#f8b042}.mbsc-material.mbsc-button-info.mbsc-button-standard{color:#fff;background:#5bb7c5}.mbsc-material.mbsc-button-dark.mbsc-button-standard{color:#fff;background:#47494a}.mbsc-material.mbsc-button-light.mbsc-button-standard{color:#303030;background:#fff}.mbsc-material.mbsc-button-primary.mbsc-button-flat{color:#3f97f6}.mbsc-material.mbsc-button-primary.mbsc-button-flat.mbsc-active,.mbsc-material.mbsc-button-primary.mbsc-button-flat.mbsc-hover{background:#3f97f633}.mbsc-material.mbsc-button-primary.mbsc-button-flat.mbsc-focus{background:#3f97f64d}.mbsc-material.mbsc-button-secondary.mbsc-button-flat{color:#90979e}.mbsc-material.mbsc-button-secondary.mbsc-button-flat.mbsc-active,.mbsc-material.mbsc-button-secondary.mbsc-button-flat.mbsc-hover{background:#90979e33}.mbsc-material.mbsc-button-secondary.mbsc-button-flat.mbsc-focus{background:#90979e4d}.mbsc-material.mbsc-button-success.mbsc-button-flat{color:#43be5f}.mbsc-material.mbsc-button-success.mbsc-button-flat.mbsc-active,.mbsc-material.mbsc-button-success.mbsc-button-flat.mbsc-hover{background:#43be5f33}.mbsc-material.mbsc-button-success.mbsc-button-flat.mbsc-focus{background:#43be5f4d}.mbsc-material.mbsc-button-danger.mbsc-button-flat{color:#f5504e}.mbsc-material.mbsc-button-danger.mbsc-button-flat.mbsc-active,.mbsc-material.mbsc-button-danger.mbsc-button-flat.mbsc-hover{background:#f5504e33}.mbsc-material.mbsc-button-danger.mbsc-button-flat.mbsc-focus{background:#f5504e4d}.mbsc-material.mbsc-button-warning.mbsc-button-flat{color:#f8b042}.mbsc-material.mbsc-button-warning.mbsc-button-flat.mbsc-active,.mbsc-material.mbsc-button-warning.mbsc-button-flat.mbsc-hover{background:#f8b04233}.mbsc-material.mbsc-button-warning.mbsc-button-flat.mbsc-focus{background:#f8b0424d}.mbsc-material.mbsc-button-info.mbsc-button-flat{color:#5bb7c5}.mbsc-material.mbsc-button-info.mbsc-button-flat.mbsc-active,.mbsc-material.mbsc-button-info.mbsc-button-flat.mbsc-hover{background:#5bb7c533}.mbsc-material.mbsc-button-info.mbsc-button-flat.mbsc-focus{background:#5bb7c54d}.mbsc-material.mbsc-button-dark.mbsc-button-flat{color:#47494a}.mbsc-material.mbsc-button-dark.mbsc-button-flat.mbsc-active,.mbsc-material.mbsc-button-dark.mbsc-button-flat.mbsc-hover{background:#47494a33}.mbsc-material.mbsc-button-dark.mbsc-button-flat.mbsc-focus{background:#47494a4d}.mbsc-material.mbsc-button-light.mbsc-button-flat{color:#ccc}.mbsc-material.mbsc-button-light.mbsc-button-flat.mbsc-active,.mbsc-material.mbsc-button-light.mbsc-button-flat.mbsc-hover{background:#fff3}.mbsc-material.mbsc-button-light.mbsc-button-flat.mbsc-focus{background:#ffffff4d}.mbsc-material.mbsc-button-primary.mbsc-button-outline{color:#3f97f6;border-color:#3f97f6}.mbsc-material.mbsc-button-primary.mbsc-button-outline.mbsc-active,.mbsc-material.mbsc-button-primary.mbsc-button-outline.mbsc-hover{background:#3f97f633}.mbsc-material.mbsc-button-primary.mbsc-button-outline.mbsc-focus{background:#3f97f64d}.mbsc-material.mbsc-button-secondary.mbsc-button-outline{color:#90979e;border-color:#90979e}.mbsc-material.mbsc-button-secondary.mbsc-button-outline.mbsc-active,.mbsc-material.mbsc-button-secondary.mbsc-button-outline.mbsc-hover{background:#90979e33}.mbsc-material.mbsc-button-secondary.mbsc-button-outline.mbsc-focus{background:#90979e4d}.mbsc-material.mbsc-button-success.mbsc-button-outline{color:#43be5f;border-color:#43be5f}.mbsc-material.mbsc-button-success.mbsc-button-outline.mbsc-active,.mbsc-material.mbsc-button-success.mbsc-button-outline.mbsc-hover{background:#43be5f33}.mbsc-material.mbsc-button-success.mbsc-button-outline.mbsc-focus{background:#43be5f4d}.mbsc-material.mbsc-button-danger.mbsc-button-outline{color:#f5504e;border-color:#f5504e}.mbsc-material.mbsc-button-danger.mbsc-button-outline.mbsc-active,.mbsc-material.mbsc-button-danger.mbsc-button-outline.mbsc-hover{background:#f5504e33}.mbsc-material.mbsc-button-danger.mbsc-button-outline.mbsc-focus{background:#f5504e4d}.mbsc-material.mbsc-button-warning.mbsc-button-outline{color:#f8b042;border-color:#f8b042}.mbsc-material.mbsc-button-warning.mbsc-button-outline.mbsc-active,.mbsc-material.mbsc-button-warning.mbsc-button-outline.mbsc-hover{background:#f8b04233}.mbsc-material.mbsc-button-warning.mbsc-button-outline.mbsc-focus{background:#f8b0424d}.mbsc-material.mbsc-button-info.mbsc-button-outline{color:#5bb7c5;border-color:#5bb7c5}.mbsc-material.mbsc-button-info.mbsc-button-outline.mbsc-active,.mbsc-material.mbsc-button-info.mbsc-button-outline.mbsc-hover{background:#5bb7c533}.mbsc-material.mbsc-button-info.mbsc-button-outline.mbsc-focus{background:#5bb7c54d}.mbsc-material.mbsc-button-dark.mbsc-button-outline{color:#47494a;border-color:#47494a}.mbsc-material.mbsc-button-dark.mbsc-button-outline.mbsc-active,.mbsc-material.mbsc-button-dark.mbsc-button-outline.mbsc-hover{background:#47494a33}.mbsc-material.mbsc-button-dark.mbsc-button-outline.mbsc-focus{background:#47494a4d}.mbsc-material.mbsc-button-light.mbsc-button-outline{color:#ccc;border-color:#ccc}.mbsc-material.mbsc-button-light.mbsc-button-outline.mbsc-active,.mbsc-material.mbsc-button-light.mbsc-button-outline.mbsc-hover{background:#fff3}.mbsc-material.mbsc-button-light.mbsc-button-outline.mbsc-focus{background:#ffffff4d}.mbsc-material-dark.mbsc-button-standard{color:#fff;background:#2b2b2b;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mbsc-material-dark.mbsc-button-standard.mbsc-hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mbsc-material-dark.mbsc-button-standard.mbsc-active,.mbsc-material-dark.mbsc-button-standard.mbsc-focus{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mbsc-material-dark.mbsc-button-flat,.mbsc-material-dark.mbsc-button-outline{color:#fff}.mbsc-material-dark.mbsc-button-flat.mbsc-active,.mbsc-material-dark.mbsc-button-flat.mbsc-hover,.mbsc-material-dark.mbsc-button-outline.mbsc-active,.mbsc-material-dark.mbsc-button-outline.mbsc-hover{background:#fff3}.mbsc-material-dark.mbsc-button-flat.mbsc-focus,.mbsc-material-dark.mbsc-button-outline.mbsc-focus{background:#ffffff4d}.mbsc-material-dark.mbsc-button-outline{border-color:#fff}.mbsc-material-dark.mbsc-button-primary.mbsc-button-standard{color:#000;background:#3f97f6}.mbsc-material-dark.mbsc-button-secondary.mbsc-button-standard{color:#000;background:#90979e}.mbsc-material-dark.mbsc-button-success.mbsc-button-standard{color:#000;background:#43be5f}.mbsc-material-dark.mbsc-button-danger.mbsc-button-standard{color:#000;background:#f5504e}.mbsc-material-dark.mbsc-button-warning.mbsc-button-standard{color:#000;background:#f8b042}.mbsc-material-dark.mbsc-button-info.mbsc-button-standard{color:#000;background:#5bb7c5}.mbsc-material-dark.mbsc-button-dark.mbsc-button-standard{color:#000;background:#47494a}.mbsc-material-dark.mbsc-button-light.mbsc-button-standard{color:#fff;background:#fff}.mbsc-material-dark.mbsc-button-primary.mbsc-button-flat{color:#3f97f6}.mbsc-material-dark.mbsc-button-primary.mbsc-button-flat.mbsc-active,.mbsc-material-dark.mbsc-button-primary.mbsc-button-flat.mbsc-hover{background:#3f97f633}.mbsc-material-dark.mbsc-button-primary.mbsc-button-flat.mbsc-focus{background:#3f97f64d}.mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat{color:#90979e}.mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-active,.mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-hover{background:#90979e33}.mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-focus{background:#90979e4d}.mbsc-material-dark.mbsc-button-success.mbsc-button-flat{color:#43be5f}.mbsc-material-dark.mbsc-button-success.mbsc-button-flat.mbsc-active,.mbsc-material-dark.mbsc-button-success.mbsc-button-flat.mbsc-hover{background:#43be5f33}.mbsc-material-dark.mbsc-button-success.mbsc-button-flat.mbsc-focus{background:#43be5f4d}.mbsc-material-dark.mbsc-button-danger.mbsc-button-flat{color:#f5504e}.mbsc-material-dark.mbsc-button-danger.mbsc-button-flat.mbsc-active,.mbsc-material-dark.mbsc-button-danger.mbsc-button-flat.mbsc-hover{background:#f5504e33}.mbsc-material-dark.mbsc-button-danger.mbsc-button-flat.mbsc-focus{background:#f5504e4d}.mbsc-material-dark.mbsc-button-warning.mbsc-button-flat{color:#f8b042}.mbsc-material-dark.mbsc-button-warning.mbsc-button-flat.mbsc-active,.mbsc-material-dark.mbsc-button-warning.mbsc-button-flat.mbsc-hover{background:#f8b04233}.mbsc-material-dark.mbsc-button-warning.mbsc-button-flat.mbsc-focus{background:#f8b0424d}.mbsc-material-dark.mbsc-button-info.mbsc-button-flat{color:#5bb7c5}.mbsc-material-dark.mbsc-button-info.mbsc-button-flat.mbsc-active,.mbsc-material-dark.mbsc-button-info.mbsc-button-flat.mbsc-hover{background:#5bb7c533}.mbsc-material-dark.mbsc-button-info.mbsc-button-flat.mbsc-focus{background:#5bb7c54d}.mbsc-material-dark.mbsc-button-dark.mbsc-button-flat{color:#47494a}.mbsc-material-dark.mbsc-button-dark.mbsc-button-flat.mbsc-active,.mbsc-material-dark.mbsc-button-dark.mbsc-button-flat.mbsc-hover{background:#47494a33}.mbsc-material-dark.mbsc-button-dark.mbsc-button-flat.mbsc-focus{background:#47494a4d}.mbsc-material-dark.mbsc-button-light.mbsc-button-flat{color:#ccc}.mbsc-material-dark.mbsc-button-light.mbsc-button-flat.mbsc-active,.mbsc-material-dark.mbsc-button-light.mbsc-button-flat.mbsc-hover{background:#fff3}.mbsc-material-dark.mbsc-button-light.mbsc-button-flat.mbsc-focus{background:#ffffff4d}.mbsc-material-dark.mbsc-button-primary.mbsc-button-outline{color:#3f97f6;border-color:#3f97f6}.mbsc-material-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active,.mbsc-material-dark.mbsc-button-primary.mbsc-button-outline.mbsc-hover{background:#3f97f633}.mbsc-material-dark.mbsc-button-primary.mbsc-button-outline.mbsc-focus{background:#3f97f64d}.mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline{color:#90979e;border-color:#90979e}.mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active,.mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-hover{background:#90979e33}.mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-focus{background:#90979e4d}.mbsc-material-dark.mbsc-button-success.mbsc-button-outline{color:#43be5f;border-color:#43be5f}.mbsc-material-dark.mbsc-button-success.mbsc-button-outline.mbsc-active,.mbsc-material-dark.mbsc-button-success.mbsc-button-outline.mbsc-hover{background:#43be5f33}.mbsc-material-dark.mbsc-button-success.mbsc-button-outline.mbsc-focus{background:#43be5f4d}.mbsc-material-dark.mbsc-button-danger.mbsc-button-outline{color:#f5504e;border-color:#f5504e}.mbsc-material-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active,.mbsc-material-dark.mbsc-button-danger.mbsc-button-outline.mbsc-hover{background:#f5504e33}.mbsc-material-dark.mbsc-button-danger.mbsc-button-outline.mbsc-focus{background:#f5504e4d}.mbsc-material-dark.mbsc-button-warning.mbsc-button-outline{color:#f8b042;border-color:#f8b042}.mbsc-material-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active,.mbsc-material-dark.mbsc-button-warning.mbsc-button-outline.mbsc-hover{background:#f8b04233}.mbsc-material-dark.mbsc-button-warning.mbsc-button-outline.mbsc-focus{background:#f8b0424d}.mbsc-material-dark.mbsc-button-info.mbsc-button-outline{color:#5bb7c5;border-color:#5bb7c5}.mbsc-material-dark.mbsc-button-info.mbsc-button-outline.mbsc-active,.mbsc-material-dark.mbsc-button-info.mbsc-button-outline.mbsc-hover{background:#5bb7c533}.mbsc-material-dark.mbsc-button-info.mbsc-button-outline.mbsc-focus{background:#5bb7c54d}.mbsc-material-dark.mbsc-button-dark.mbsc-button-outline{color:#47494a;border-color:#47494a}.mbsc-material-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active,.mbsc-material-dark.mbsc-button-dark.mbsc-button-outline.mbsc-hover{background:#47494a33}.mbsc-material-dark.mbsc-button-dark.mbsc-button-outline.mbsc-focus{background:#47494a4d}.mbsc-material-dark.mbsc-button-light.mbsc-button-outline{color:#ccc;border-color:#ccc}.mbsc-material-dark.mbsc-button-light.mbsc-button-outline.mbsc-active,.mbsc-material-dark.mbsc-button-light.mbsc-button-outline.mbsc-hover{background:#fff3}.mbsc-material-dark.mbsc-button-light.mbsc-button-outline.mbsc-focus{background:#ffffff4d}.mbsc-windows.mbsc-button{border:.125em solid #0000;margin:.5em .25em;padding:0 .5em;line-height:1.75em;transition:border-color .1s ease-out,background-color .1s ease-out}.mbsc-windows.mbsc-icon-button{width:2.75em;height:2em}.mbsc-windows.mbsc-button-flat{transition:background-color .1s ease-out}.mbsc-windows.mbsc-button-flat.mbsc-hover{opacity:.7}.mbsc-windows.mbsc-button-flat.mbsc-active{opacity:1}.mbsc-windows.mbsc-button.mbsc-disabled,.mbsc-windows.mbsc-button:disabled{opacity:.3}.mbsc-windows.mbsc-ltr.mbsc-button-icon-start{padding-right:.5em}.mbsc-windows.mbsc-ltr.mbsc-button-icon-end,.mbsc-windows.mbsc-rtl.mbsc-button-icon-start{padding-left:.5em}.mbsc-windows.mbsc-rtl.mbsc-button-icon-end{padding-right:.5em}.mbsc-windows .mbsc-button-group,.mbsc-windows .mbsc-button-group-justified{margin:.5em .75em}.mbsc-windows .mbsc-button-group-block{margin:.5em 1em}.mbsc-windows.mbsc-button-standard{color:#333;background:#ccc;border-color:#ccc}.mbsc-windows.mbsc-button-standard.mbsc-hover{border-color:#7a7a7a}.mbsc-windows.mbsc-button-standard.mbsc-active{background:#7a7a7a;border-color:#7a7a7a}.mbsc-windows.mbsc-button-flat{color:#333}.mbsc-windows.mbsc-button-flat.mbsc-active{color:#333;background:#f2f2f2;border-color:#f2f2f2}.mbsc-windows.mbsc-button-outline{color:#999;border:.125em solid #999}.mbsc-windows.mbsc-button-outline.mbsc-hover{border-color:gray}.mbsc-windows.mbsc-button-outline.mbsc-active{color:#fff;background:gray;border-color:gray}.mbsc-windows.mbsc-button.mbsc-focus{box-shadow:0 0 0 1px #333}.mbsc-windows.mbsc-button-primary.mbsc-button-standard{color:#fff;background:#3f97f6;border-color:#3f97f6}.mbsc-windows.mbsc-button-secondary.mbsc-button-standard{color:#fff;background:#90979e;border-color:#90979e}.mbsc-windows.mbsc-button-success.mbsc-button-standard{color:#fff;background:#43be5f;border-color:#43be5f}.mbsc-windows.mbsc-button-danger.mbsc-button-standard{color:#fff;background:#f5504e;border-color:#f5504e}.mbsc-windows.mbsc-button-warning.mbsc-button-standard{color:#fff;background:#f8b042;border-color:#f8b042}.mbsc-windows.mbsc-button-info.mbsc-button-standard{color:#fff;background:#5bb7c5;border-color:#5bb7c5}.mbsc-windows.mbsc-button-dark.mbsc-button-standard{color:#fff;background:#47494a;border-color:#47494a}.mbsc-windows.mbsc-button-light.mbsc-button-standard{color:#000;background:#fff;border-color:#fff}.mbsc-windows.mbsc-button-primary.mbsc-button-flat{color:#3f97f6}.mbsc-windows.mbsc-button-primary.mbsc-button-flat.mbsc-active{background:#88bff9;border-color:#88bff9}.mbsc-windows.mbsc-button-secondary.mbsc-button-flat{color:#90979e}.mbsc-windows.mbsc-button-secondary.mbsc-button-flat.mbsc-active{background:#b9bdc2;border-color:#b9bdc2}.mbsc-windows.mbsc-button-success.mbsc-button-flat{color:#43be5f}.mbsc-windows.mbsc-button-success.mbsc-button-flat.mbsc-active{background:#7cd28f;border-color:#7cd28f}.mbsc-windows.mbsc-button-danger.mbsc-button-flat{color:#f5504e}.mbsc-windows.mbsc-button-danger.mbsc-button-flat.mbsc-active{background:#f99896;border-color:#f99896}.mbsc-windows.mbsc-button-warning.mbsc-button-flat{color:#f8b042}.mbsc-windows.mbsc-button-warning.mbsc-button-flat.mbsc-active{background:#fbcf8c;border-color:#fbcf8c}.mbsc-windows.mbsc-button-info.mbsc-button-flat{color:#5bb7c5}.mbsc-windows.mbsc-button-info.mbsc-button-flat.mbsc-active{background:#94d0d9;border-color:#94d0d9}.mbsc-windows.mbsc-button-dark.mbsc-button-flat{color:#47494a}.mbsc-windows.mbsc-button-dark.mbsc-button-flat.mbsc-active{background:#6c7071;border-color:#6c7071}.mbsc-windows.mbsc-button-light.mbsc-button-flat{color:#ccc}.mbsc-windows.mbsc-button-light.mbsc-button-flat.mbsc-active{background:#fff;border-color:#fff}.mbsc-windows.mbsc-button-primary.mbsc-button-outline{color:#3f97f6;border-color:#3f97f6}.mbsc-windows.mbsc-button-secondary.mbsc-button-outline{color:#90979e;border-color:#90979e}.mbsc-windows.mbsc-button-success.mbsc-button-outline{color:#43be5f;border-color:#43be5f}.mbsc-windows.mbsc-button-danger.mbsc-button-outline{color:#f5504e;border-color:#f5504e}.mbsc-windows.mbsc-button-warning.mbsc-button-outline{color:#f8b042;border-color:#f8b042}.mbsc-windows.mbsc-button-info.mbsc-button-outline{color:#5bb7c5;border-color:#5bb7c5}.mbsc-windows.mbsc-button-dark.mbsc-button-outline{color:#47494a;border-color:#47494a}.mbsc-windows.mbsc-button-light.mbsc-button-outline{color:#ccc;border-color:#ccc}.mbsc-windows.mbsc-button-primary.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-primary.mbsc-button-standard.mbsc-hover{border-color:#0964c6}.mbsc-windows.mbsc-button-primary.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-primary.mbsc-button-standard.mbsc-active{color:#fff;background:#0964c6}.mbsc-windows.mbsc-button-secondary.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-secondary.mbsc-button-standard.mbsc-hover{border-color:#5d646b}.mbsc-windows.mbsc-button-secondary.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-secondary.mbsc-button-standard.mbsc-active{color:#fff;background:#5d646b}.mbsc-windows.mbsc-button-success.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-success.mbsc-button-standard.mbsc-hover{border-color:#287339}.mbsc-windows.mbsc-button-success.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-success.mbsc-button-standard.mbsc-active{color:#fff;background:#287339}.mbsc-windows.mbsc-button-danger.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-danger.mbsc-button-standard.mbsc-hover{border-color:#d10e0c}.mbsc-windows.mbsc-button-danger.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-danger.mbsc-button-standard.mbsc-active{color:#fff;background:#d10e0c}.mbsc-windows.mbsc-button-warning.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-warning.mbsc-button-standard.mbsc-hover{border-color:#cc7f08}.mbsc-windows.mbsc-button-warning.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-warning.mbsc-button-standard.mbsc-active{color:#fff;background:#cc7f08}.mbsc-windows.mbsc-button-info.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-info.mbsc-button-standard.mbsc-hover{border-color:#317e89}.mbsc-windows.mbsc-button-info.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-info.mbsc-button-standard.mbsc-active{color:#fff;background:#317e89}.mbsc-windows.mbsc-button-dark.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-dark.mbsc-button-standard.mbsc-hover{border-color:#000}.mbsc-windows.mbsc-button-dark.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-dark.mbsc-button-standard.mbsc-active{color:#fff;background:#000}.mbsc-windows.mbsc-button-light.mbsc-button-outline.mbsc-hover,.mbsc-windows.mbsc-button-light.mbsc-button-standard.mbsc-hover{border-color:#999}.mbsc-windows.mbsc-button-light.mbsc-button-outline.mbsc-active,.mbsc-windows.mbsc-button-light.mbsc-button-standard.mbsc-active{color:#47494a;background:#999}.mbsc-windows-dark.mbsc-button-standard{color:#fff;background:#404040;border-color:#404040}.mbsc-windows-dark.mbsc-button-standard.mbsc-hover{border-color:#ababab}.mbsc-windows-dark.mbsc-button-standard.mbsc-active{background:#ababab;border-color:#ababab}.mbsc-windows-dark.mbsc-button-flat{color:#fff}.mbsc-windows-dark.mbsc-button-flat.mbsc-active{color:#fff;background:#676767;border-color:#676767}.mbsc-windows-dark.mbsc-button-outline{color:#737373;border:.125em solid #737373}.mbsc-windows-dark.mbsc-button-outline.mbsc-hover{border-color:#8d8d8d}.mbsc-windows-dark.mbsc-button-outline.mbsc-active{color:#fff;background:#8d8d8d;border-color:#8d8d8d}.mbsc-windows-dark.mbsc-button.mbsc-focus{box-shadow:0 0 0 1px #fff}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard{color:#fff;background:#3f97f6;border-color:#3f97f6}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard{color:#fff;background:#90979e;border-color:#90979e}.mbsc-windows-dark.mbsc-button-success.mbsc-button-standard{color:#fff;background:#43be5f;border-color:#43be5f}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard{color:#fff;background:#f5504e;border-color:#f5504e}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard{color:#fff;background:#f8b042;border-color:#f8b042}.mbsc-windows-dark.mbsc-button-info.mbsc-button-standard{color:#fff;background:#5bb7c5;border-color:#5bb7c5}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard{color:#fff;background:#47494a;border-color:#47494a}.mbsc-windows-dark.mbsc-button-light.mbsc-button-standard{color:#000;background:#fff;border-color:#fff}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-flat{color:#3f97f6}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-flat.mbsc-active{background:#88bff9;border-color:#88bff9}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-flat{color:#90979e}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-active{background:#b9bdc2;border-color:#b9bdc2}.mbsc-windows-dark.mbsc-button-success.mbsc-button-flat{color:#43be5f}.mbsc-windows-dark.mbsc-button-success.mbsc-button-flat.mbsc-active{background:#7cd28f;border-color:#7cd28f}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-flat{color:#f5504e}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-flat.mbsc-active{background:#f99896;border-color:#f99896}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-flat{color:#f8b042}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-flat.mbsc-active{background:#fbcf8c;border-color:#fbcf8c}.mbsc-windows-dark.mbsc-button-info.mbsc-button-flat{color:#5bb7c5}.mbsc-windows-dark.mbsc-button-info.mbsc-button-flat.mbsc-active{background:#94d0d9;border-color:#94d0d9}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-flat{color:#47494a}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-flat.mbsc-active{background:#6c7071;border-color:#6c7071}.mbsc-windows-dark.mbsc-button-light.mbsc-button-flat{color:#ccc}.mbsc-windows-dark.mbsc-button-light.mbsc-button-flat.mbsc-active{background:#fff;border-color:#fff}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline{color:#3f97f6;border-color:#3f97f6}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline{color:#90979e;border-color:#90979e}.mbsc-windows-dark.mbsc-button-success.mbsc-button-outline{color:#43be5f;border-color:#43be5f}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline{color:#f5504e;border-color:#f5504e}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline{color:#f8b042;border-color:#f8b042}.mbsc-windows-dark.mbsc-button-info.mbsc-button-outline{color:#5bb7c5;border-color:#5bb7c5}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline{color:#47494a;border-color:#47494a}.mbsc-windows-dark.mbsc-button-light.mbsc-button-outline{color:#ccc;border-color:#ccc}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard.mbsc-hover{border-color:#0964c6}.mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard.mbsc-active{color:#fff;background:#0964c6}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard.mbsc-hover{border-color:#5d646b}.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard.mbsc-active{color:#fff;background:#5d646b}.mbsc-windows-dark.mbsc-button-success.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-success.mbsc-button-standard.mbsc-hover{border-color:#287339}.mbsc-windows-dark.mbsc-button-success.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-success.mbsc-button-standard.mbsc-active{color:#fff;background:#287339}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard.mbsc-hover{border-color:#d10e0c}.mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard.mbsc-active{color:#fff;background:#d10e0c}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard.mbsc-hover{border-color:#cc7f08}.mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard.mbsc-active{color:#fff;background:#cc7f08}.mbsc-windows-dark.mbsc-button-info.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-info.mbsc-button-standard.mbsc-hover{border-color:#317e89}.mbsc-windows-dark.mbsc-button-info.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-info.mbsc-button-standard.mbsc-active{color:#fff;background:#317e89}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard.mbsc-hover{border-color:#000}.mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard.mbsc-active{color:#fff;background:#000}.mbsc-windows-dark.mbsc-button-light.mbsc-button-outline.mbsc-hover,.mbsc-windows-dark.mbsc-button-light.mbsc-button-standard.mbsc-hover{border-color:#999}.mbsc-windows-dark.mbsc-button-light.mbsc-button-outline.mbsc-active,.mbsc-windows-dark.mbsc-button-light.mbsc-button-standard.mbsc-active{color:#47494a;background:#999}.mbsc-button{z-index:1;vertical-align:middle;text-align:center;text-overflow:ellipsis;box-sizing:border-box;touch-action:manipulation;-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;font-size:1em;display:inline-flex;position:relative;overflow:hidden}.mbsc-button.mbsc-disabled,.mbsc-button:disabled{cursor:not-allowed}.mbsc-button:focus{outline:0}.mbsc-button::-moz-focus-inner{border:0}.mbsc-icon-button{flex:none;width:2.5em;height:2.5em;padding:.5em}.mbsc-button-icon>*,.mbsc-button-icon>*>*{height:100%}.mbsc-button-icon-end{order:1}.mbsc-button-group,.mbsc-button-group-block,.mbsc-button-group-justified{border:1px solid #0000}.mbsc-button-block,.mbsc-button-group-block .mbsc-button{width:100%;display:block;margin-left:0!important;margin-right:0!important}.mbsc-button-group-justified,.mbsc-button-group-justified mbsc-button{flex-wrap:wrap;display:flex}.mbsc-button-group-justified .mbsc-button,.mbsc-button-group-justified mbsc-button{flex:auto}.mbsc-ios.mbsc-popup-wrapper-bottom-full{padding-top:1em}.mbsc-ios.mbsc-popup-wrapper-top-full{padding-bottom:1em}.mbsc-ios.mbsc-popup-top{border-bottom:1px solid}.mbsc-ios.mbsc-popup-bottom{border-top:1px solid}.mbsc-ios.mbsc-popup-body-center{border-radius:.9375em}.mbsc-ios.mbsc-popup-body-bottom-full{border-radius:.75em .75em 0 0}.mbsc-ios.mbsc-popup-body-top-full{border-radius:0 0 .75em .75em}.mbsc-ios.mbsc-popup-body-anchored{border-radius:.9375em}.mbsc-ios.mbsc-popup-arrow{border-radius:0 .375em}.mbsc-ios.mbsc-popup-header{z-index:1;text-align:center;padding:.75em 4.375em;font-weight:700;line-height:1.25em;position:absolute;top:0;left:0;right:0}.mbsc-ios.mbsc-popup-header-center,.mbsc-ios.mbsc-popup-header-no-buttons{border-bottom:1px solid;position:relative}.mbsc-ios.mbsc-popup-header-center{padding:.75em .5em}.mbsc-ios.mbsc-popup-bottom-full .mbsc-popup-header,.mbsc-ios.mbsc-popup-top-full .mbsc-popup-header{padding:1.125em 4.375em}.mbsc-ios.mbsc-popup-buttons{border-bottom:1px solid;order:-1}.mbsc-ios.mbsc-popup-buttons.mbsc-ltr{text-align:right}.mbsc-ios.mbsc-popup-buttons.mbsc-rtl{text-align:left}.mbsc-ios.mbsc-popup-button.mbsc-font{z-index:2;margin-top:.25em;margin-bottom:.25em}.mbsc-ios.mbsc-popup-button-primary{font-weight:700}.mbsc-ios.mbsc-popup-button-close.mbsc-ltr{float:left}.mbsc-ios.mbsc-popup-button-close.mbsc-rtl{float:right}.mbsc-ios.mbsc-popup-buttons-anchored,.mbsc-ios.mbsc-popup-buttons-bottom,.mbsc-ios.mbsc-popup-buttons-top{padding:0 .25em}.mbsc-ios.mbsc-popup-buttons-bottom-full,.mbsc-ios.mbsc-popup-buttons-top-full{padding:.375em .25em}.mbsc-ios.mbsc-popup-buttons-flex{border:0;order:0;padding:0;display:flex}.mbsc-ios.mbsc-popup-buttons-flex.mbsc-popup-buttons{background:0 0}.mbsc-ios.mbsc-popup-button-flex.mbsc-font{flex:100%;display:block}.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-button{opacity:1;margin-top:.5em;margin-bottom:.5em}.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-button-flat{background:0 0;border-top:1px solid;border-radius:0;margin:0;line-height:2.75em}.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-ltr{border-right-style:solid;border-right-width:1px}.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-rtl{border-left-style:solid;border-left-width:1px}.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat:last-child{border-left:0;border-right:0}.mbsc-ios.mbsc-popup-body-round{border-radius:.9375em}.mbsc-ios.mbsc-popup-pointer .mbsc-popup-body-round{border-radius:.5em}.mbsc-ios.mbsc-popup-round .mbsc-popup{border:0}.mbsc-ios.mbsc-popup-round .mbsc-popup-body-bottom-full{border-radius:.75em .75em 0 0}.mbsc-ios.mbsc-popup-round .mbsc-popup-body-top-full{border-radius:0 0 .75em .75em}.mbsc-ios.mbsc-popup-arrow{background:#f2f2f7;box-shadow:0 0 1em #0003}.mbsc-ios.mbsc-popup-bottom,.mbsc-ios.mbsc-popup-top{border-color:#ccc}.mbsc-ios.mbsc-popup-body{color:#000;background:#f2f2f7}.mbsc-ios.mbsc-popup-body-anchored,.mbsc-ios.mbsc-popup-body-center,.mbsc-ios.mbsc-popup-body-round{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mbsc-ios.mbsc-popup-buttons,.mbsc-ios.mbsc-popup-header-center,.mbsc-ios.mbsc-popup-header-no-buttons{border-color:#ccc}.mbsc-ios.mbsc-popup-buttons-bottom,.mbsc-ios.mbsc-popup-buttons-top{background:#f7f7f7}.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font{border-color:#ccc}.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-focus,.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-hover{background:#eaeaea}.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-active{background:#ccc}.mbsc-ios.mbsc-popup-button-flex.mbsc-button.mbsc-disabled{color:#007aff33}.mbsc-ios-dark.mbsc-popup-arrow{background:#1c1c1c;box-shadow:0 0 1em #0003}.mbsc-ios-dark.mbsc-popup-bottom,.mbsc-ios-dark.mbsc-popup-top{border-color:#333}.mbsc-ios-dark.mbsc-popup-body{color:#fff;background:#1c1c1c}.mbsc-ios-dark.mbsc-popup-body-anchored,.mbsc-ios-dark.mbsc-popup-body-center,.mbsc-ios-dark.mbsc-popup-body-round{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mbsc-ios-dark.mbsc-popup-buttons,.mbsc-ios-dark.mbsc-popup-header-center,.mbsc-ios-dark.mbsc-popup-header-no-buttons{border-color:#333}.mbsc-ios-dark.mbsc-popup-buttons-anchored,.mbsc-ios-dark.mbsc-popup-buttons-bottom,.mbsc-ios-dark.mbsc-popup-buttons-top{background:#292929}.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font{border-color:#333}.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-focus,.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-hover{background:#242424}.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-active{background:#333}.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-button.mbsc-disabled{color:#ff9f0a33}.mbsc-material.mbsc-popup-body-anchored,.mbsc-material.mbsc-popup-body-center,.mbsc-material.mbsc-popup-body-round{border-radius:.25em}.mbsc-material.mbsc-popup-header{padding:.8em .8em 0;font-size:1.25em;font-weight:500;line-height:1.4em}.mbsc-material.mbsc-popup-buttons{padding:.5em}.mbsc-material.mbsc-popup-buttons.mbsc-ltr,.mbsc-material.mbsc-popup-buttons.mbsc-rtl{text-align:right}.mbsc-material.mbsc-popup-button.mbsc-button-flat{margin-left:0;margin-right:0}.mbsc-material.mbsc-popup-button.mbsc-font{margin-top:0;margin-bottom:0;font-size:.9375em;font-weight:500}.mbsc-material.mbsc-popup-round .mbsc-popup-body-bottom-full{border-radius:.25em .25em 0 0}.mbsc-material.mbsc-popup-round .mbsc-popup-body-top-full{border-radius:0 0 .25em .25em}.mbsc-material.mbsc-popup-body{color:#303030;background:#fff;box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mbsc-material.mbsc-popup-arrow{background:#fff;box-shadow:0 0 1em #0003}.mbsc-material-dark.mbsc-popup-body{color:#fff;background:#303030;box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mbsc-material-dark.mbsc-popup-arrow{background:#303030;box-shadow:0 0 1em #0003}.mbsc-material-dark.mbsc-popup-button.mbsc-font{color:#87b0f3}.mbsc-windows.mbsc-popup{border:1px solid}.mbsc-windows.mbsc-popup-anchored-top{margin-top:-.75em}.mbsc-windows.mbsc-popup-anchored-bottom{margin-top:.75em}.mbsc-windows.mbsc-popup-arrow{border:1px solid;width:1em;height:1em}.mbsc-windows.mbsc-popup-arrow-bottom,.mbsc-windows.mbsc-popup-arrow-top{margin-left:-.5em}.mbsc-windows.mbsc-popup-arrow-left,.mbsc-windows.mbsc-popup-arrow-right{margin-top:-.5em}.mbsc-windows.mbsc-popup-arrow-bottom{top:1.5em}.mbsc-windows.mbsc-popup-arrow-top{bottom:1.5em}.mbsc-windows.mbsc-popup-arrow-left{right:1.5em}.mbsc-windows.mbsc-popup-arrow-right{left:1.5em}.mbsc-windows.mbsc-popup-header{text-align:center;border-bottom:1px solid;padding:.5em;font-weight:700}.mbsc-windows.mbsc-popup-buttons{border-top:1px solid;flex-direction:row-reverse;display:flex}.mbsc-windows.mbsc-popup-button.mbsc-font{flex:1;padding-top:.25em;padding-bottom:.25em}.mbsc-windows.mbsc-popup-button.mbsc-button-flat{margin:0}.mbsc-windows.mbsc-popup{color:#333;box-shadow:0 6px 14px #0002,0 1px 4px #0000001c}.mbsc-windows.mbsc-popup,.mbsc-windows.mbsc-popup-arrow{background:#fff;border-color:#e6e6e6}.mbsc-windows.mbsc-popup-buttons,.mbsc-windows.mbsc-popup-header{border-color:#e6e6e6}.mbsc-windows-dark.mbsc-popup{color:#fff;box-shadow:0 6px 14px #0002,0 1px 4px #0000001c}.mbsc-windows-dark.mbsc-popup,.mbsc-windows-dark.mbsc-popup-arrow{background:#1a1a1a;border-color:#343434}.mbsc-windows-dark.mbsc-popup-buttons,.mbsc-windows-dark.mbsc-popup-header{border-color:#343434}@keyframes mbsc-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mbsc-fade-out{0%{opacity:1}to{opacity:0}}@keyframes mbsc-pop-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes mbsc-pop-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes mbsc-slide-up-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes mbsc-slide-up-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes mbsc-slide-down-in{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes mbsc-slide-down-out{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.mbsc-popup-open-ios{height:auto;position:absolute;inset:0;overflow:hidden}.mbsc-popup-ctx{--mbsc-safe-top:0;--mbsc-safe-right:0;--mbsc-safe-bottom:0;--mbsc-safe-left:0;position:relative}.mbsc-popup-limits{z-index:-1;position:absolute;inset:0}.mbsc-popup-limits-anchored,.mbsc-popup-limits-center{margin:1em}.mbsc-popup-wrapper{z-index:99998;-webkit-user-select:none;user-select:none}.mbsc-popup,.mbsc-popup-wrapper{box-sizing:border-box}.mbsc-popup-wrapper{pointer-events:none;border:0 solid #0000;justify-content:center;display:flex;position:fixed;inset:0}.mbsc-popup-wrapper-ctx{width:100%;height:100%;position:absolute;bottom:auto;right:auto;overflow:hidden}.mbsc-popup-wrapper-center{border-width:var(--mbsc-safe-top)var(--mbsc-safe-right)var(--mbsc-safe-bottom)var(--mbsc-safe-left);align-items:center;padding:1em}.mbsc-popup-wrapper-top{border-bottom:var(--mbsc-safe-bottom)solid #0000;align-items:flex-start}.mbsc-popup-wrapper-bottom{border-top-width:var(--mbsc-safe-top);align-items:flex-end}.mbsc-popup-wrapper-anchored{border-width:0 var(--mbsc-safe-right)var(--mbsc-safe-bottom)var(--mbsc-safe-left)}.mbsc-popup-hidden{opacity:0}.mbsc-popup-overlay{z-index:1;pointer-events:auto;background:#00000080;margin:-10em;position:absolute;inset:0;transform:translateZ(0)}.mbsc-popup-overlay-in{opacity:1;animation:mbsc-fade-in .15s cubic-bezier(0,0,.2,1)}.mbsc-popup-overlay-out{opacity:0;animation:mbsc-fade-out 75ms cubic-bezier(.4,0,1,1)}.mbsc-popup{z-index:2;pointer-events:auto;min-width:12em;max-height:100%;text-shadow:none;-webkit-user-select:none;user-select:none;flex-direction:column;display:flex;position:relative}.mbsc-popup-center{min-width:16em}.mbsc-popup-bottom{width:100%;bottom:0}.mbsc-popup-top{width:100%;top:0}.mbsc-popup-anchored{position:absolute}.mbsc-popup-anchored-left{margin-left:-1em}.mbsc-popup-anchored-right{margin-left:1em}.mbsc-popup-arrow-wrapper{z-index:1;pointer-events:none;position:absolute;overflow:hidden}.mbsc-popup-arrow-wrapper-bottom,.mbsc-popup-arrow-wrapper-top{height:2em;left:0;right:0}.mbsc-popup-arrow-wrapper-left,.mbsc-popup-arrow-wrapper-right{width:2em;top:0;bottom:0}.mbsc-popup-arrow-wrapper-top{top:100%}.mbsc-popup-arrow-wrapper-bottom{bottom:100%}.mbsc-popup-arrow-wrapper-left{left:100%}.mbsc-popup-arrow-wrapper-right{right:100%}.mbsc-popup-arrow{box-sizing:border-box;pointer-events:auto;width:1.5em;height:1.5em;position:absolute}.mbsc-popup-arrow-top{bottom:1.25em}.mbsc-popup-arrow-bottom{top:1.25em}.mbsc-popup-arrow-bottom,.mbsc-popup-arrow-top{margin-left:-.75em;left:50%;transform:rotate(-45deg)}.mbsc-popup-arrow-left{right:1.25em}.mbsc-popup-arrow-right{left:1.25em}.mbsc-popup-arrow-left,.mbsc-popup-arrow-right{margin-top:-.75em;top:50%;transform:rotate(45deg)}.mbsc-popup-focus{outline:0}.mbsc-popup-body{flex-direction:column;flex:auto;display:flex;overflow:hidden;transform:translateZ(0)}.mbsc-popup-body-top{padding-top:var(--mbsc-safe-top)}.mbsc-popup-body-bottom{padding-bottom:var(--mbsc-safe-bottom)}.mbsc-popup-body-bottom,.mbsc-popup-body-top{padding-left:var(--mbsc-safe-left);padding-right:var(--mbsc-safe-right)}.mbsc-popup-body-round{padding:0}.mbsc-popup-header{text-overflow:ellipsis;white-space:nowrap;flex:none;overflow:hidden}.mbsc-popup-content{-webkit-overflow-scrolling:touch;flex:auto;overflow:auto}.mbsc-popup-padding{padding:1em}.mbsc-popup-buttons{flex:none}.mbsc-popup-pop-in{opacity:1;animation:mbsc-pop-in .15s cubic-bezier(0,0,.2,1)}.mbsc-popup-pop-out{opacity:0;animation:mbsc-pop-out 75ms cubic-bezier(.4,0,1,1)}.mbsc-popup-slide-up-in{animation:mbsc-slide-up-in .25s cubic-bezier(0,0,.2,1)}.mbsc-popup-slide-up-out{animation:mbsc-slide-up-out .2s cubic-bezier(.4,0,1,1)}.mbsc-popup-slide-down-in{animation:mbsc-slide-down-in .25s cubic-bezier(0,0,.2,1)}.mbsc-popup-slide-down-out{animation:mbsc-slide-down-out .2s cubic-bezier(.4,0,1,1)}.mbsc-popup-pointer .mbsc-popup-overlay-anchored,.mbsc-popup-pointer.mbsc-picker .mbsc-popup-overlay{background:0 0}.mbsc-popup-round .mbsc-popup-slide-up-in{animation-name:mbsc-slide-up-in,mbsc-fade-in}.mbsc-popup-round .mbsc-popup-slide-up-out{animation-name:mbsc-slide-up-out,mbsc-fade-out}.mbsc-popup-round .mbsc-popup-slide-down-in{animation-name:mbsc-slide-down-in,mbsc-fade-in}.mbsc-popup-round .mbsc-popup-slide-down-out{animation-name:mbsc-slide-down-out,mbsc-fade-out}.mbsc-popup-round .mbsc-popup-bottom,.mbsc-popup-round .mbsc-popup-top{width:auto;margin-top:3em;margin-bottom:3em}.mbsc-ios.mbsc-calendar-controls{padding:2px}.mbsc-ios.mbsc-calendar-cell{border-top-style:solid;border-top-width:1px}.mbsc-ios.mbsc-calendar-cell-text{border-radius:2em;height:2em;padding:0 .5em;line-height:2em}.mbsc-ios.mbsc-calendar-week-day{height:1.7em;font-size:.625em;line-height:1.7em}.mbsc-ios.mbsc-calendar-week-nr{width:2.36364em;height:auto;font-size:.75em;font-weight:700;line-height:3em}.mbsc-ios.mbsc-calendar-day-text{border:2px solid #0000;border-radius:2em;width:1.625em;height:1.625em;margin:.1875em;padding:0;line-height:1.625em}.mbsc-ios.mbsc-range-day .mbsc-calendar-cell-inner{z-index:1}.mbsc-ios.mbsc-range-day:after,.mbsc-ios.mbsc-range-hover:before{content:"";z-index:0;box-sizing:border-box;height:1.875em;position:absolute;top:.25em;left:-1px;right:-1px}.mbsc-ios.mbsc-range-hover:before{border-top:2px dashed;border-bottom:2px dashed}.mbsc-ios.mbsc-range-day-end.mbsc-rtl:after,.mbsc-ios.mbsc-range-day-start.mbsc-ltr:after,.mbsc-ios.mbsc-range-hover-end.mbsc-rtl:before,.mbsc-ios.mbsc-range-hover-start.mbsc-ltr:before{border-radius:2em 0 0 2em;margin-left:-.9375em;left:50%}.mbsc-ios.mbsc-range-day-end.mbsc-ltr:after,.mbsc-ios.mbsc-range-day-start.mbsc-rtl:after,.mbsc-ios.mbsc-range-hover-end.mbsc-ltr:before,.mbsc-ios.mbsc-range-hover-start.mbsc-rtl:before{border-radius:0 2em 2em 0;margin-right:-.9375em;right:50%}.mbsc-ios.mbsc-range-day-start.mbsc-range-day-end:after,.mbsc-ios.mbsc-range-hover-start.mbsc-range-hover-end:before{display:none}.mbsc-ios.mbsc-calendar-day-marked{padding-bottom:.4375em}.mbsc-ios.mbsc-calendar-marks{margin-top:-.0625em}.mbsc-ios.mbsc-calendar-mark{border-radius:.375em;width:.375em;height:.375em;margin:0 .0625em}.mbsc-ios.mbsc-calendar-day-colors .mbsc-calendar-day-text{background-clip:padding-box}.mbsc-ios.mbsc-calendar-day-colors.mbsc-hover .mbsc-calendar-cell-text{background-clip:border-box}.mbsc-ios.mbsc-calendar-text:before{border-radius:.4em}.mbsc-ios.mbsc-calendar-label{font-weight:600}.mbsc-ios.mbsc-calendar-label-background{opacity:.3;background:currentColor;margin:0 -.1em;transition:opacity .15s ease-in-out}.mbsc-ios.mbsc-calendar-label-end.mbsc-rtl .mbsc-calendar-label-background,.mbsc-ios.mbsc-calendar-label-start.mbsc-ltr .mbsc-calendar-label-background{border-top-left-radius:.4em;border-bottom-left-radius:.4em;margin-left:0}.mbsc-ios.mbsc-calendar-label-end.mbsc-ltr .mbsc-calendar-label-background,.mbsc-ios.mbsc-calendar-label-start.mbsc-rtl .mbsc-calendar-label-background{border-top-right-radius:.4em;border-bottom-right-radius:.4em;margin-right:0}.mbsc-ios.mbsc-calendar-label-hover .mbsc-calendar-label-background{opacity:.6}.mbsc-ios.mbsc-calendar-label.mbsc-calendar-label-hover:before{background:0 0}.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-background,.mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-background{opacity:.9}.mbsc-ios.mbsc-calendar-height-md .mbsc-calendar-day:after{z-index:1;content:"";border-left-style:solid;border-left-width:1px;margin-right:-1px;position:absolute;top:0;bottom:0;right:100%}.mbsc-ios.mbsc-calendar-height-md .mbsc-calendar-week-nr{font-size:.75em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-title{padding:0 .166667em;font-size:1.5em;line-height:1.66667em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-week-day{border-left:1px solid #0000;height:2.5em;padding:0 .5em;font-size:1em;line-height:2.5em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-week-nr{padding:0;font-size:.75em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-inner{min-height:2.5em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner{min-height:4.75em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-marks{padding:0 .75em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-text{width:1.375em;height:1.375em;line-height:1.375em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-text{height:1.8em;margin:0 .5em .2em .6em;line-height:1.8em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label{padding:0 .4em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label-text{font-size:1.2em}.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label-background{margin:0 -.4em}.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr,.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr{text-align:right}.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl,.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl,.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl{text-align:left}.mbsc-ios.mbsc-calendar-grid-view .mbsc-calendar-title{padding:0 .166667em;font-size:1.5em;line-height:1.66667em}.mbsc-ios.mbsc-calendar-grid{border-top:1px solid}.mbsc-ios.mbsc-calendar-grid .mbsc-calendar-grid-item .mbsc-calendar-week-days{background:0 0}.mbsc-ios.mbsc-calendar-grid .mbsc-calendar-cell{border:0}.mbsc-ios.mbsc-calendar{color:#000;background:#fff}.mbsc-ios.mbsc-calendar-header,.mbsc-ios.mbsc-calendar-wrapper{border-color:#ccc}.mbsc-ios.mbsc-calendar-button.mbsc-button{color:#007aff}.mbsc-ios.mbsc-calendar-cell{color:#000;background:#fff;border-color:#ccc}.mbsc-ios.mbsc-calendar-day:after{border-color:#ccc}.mbsc-ios.mbsc-calendar-today,.mbsc-ios.mbsc-calendar-week-nr{color:#007aff}.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text{background-color:#007aff4d}.mbsc-ios.mbsc-range-day:after{background-color:#cbe2fb}.mbsc-ios.mbsc-range-day .mbsc-calendar-cell-text{color:#000}.mbsc-ios.mbsc-range-hover:before{border-color:#dedede}.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text{color:#fff;background:#007aff;border-color:#007aff}.mbsc-ios.mbsc-focus .mbsc-calendar-cell-text{box-shadow:0 0 0 2px #00000080}.mbsc-ios.mbsc-focus .mbsc-calendar-day-text{box-shadow:none;border-color:#00000080}.mbsc-ios.mbsc-calendar-mark{background:#ccc}.mbsc-ios.mbsc-calendar-label{color:#5ac8fa}.mbsc-ios.mbsc-calendar-label-text{color:#000}.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-inner,.mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-inner{color:#fff}.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-text,.mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-text{color:inherit}.mbsc-ios.mbsc-calendar-text-more .mbsc-calendar-label-text{color:#000}.mbsc-ios.mbsc-calendar-popup .mbsc-calendar-cell,.mbsc-ios.mbsc-calendar-popup .mbsc-popup-arrow,.mbsc-ios.mbsc-calendar-popup .mbsc-popup-body{background:#fff}.mbsc-ios.mbsc-calendar-grid{border-color:#ccc}.mbsc-ios.mbsc-calendar-month-title{color:#007aff}.mbsc-ios-dark.mbsc-calendar{color:#fff;background:#000}.mbsc-ios-dark.mbsc-calendar-header,.mbsc-ios-dark.mbsc-calendar-wrapper{border-color:#333}.mbsc-ios-dark.mbsc-calendar-button.mbsc-button{color:#ff9f0a}.mbsc-ios-dark.mbsc-calendar-cell{color:#fff;background:#000;border-color:#333}.mbsc-ios-dark.mbsc-calendar-day:after{border-color:#333}.mbsc-ios-dark.mbsc-calendar-today,.mbsc-ios-dark.mbsc-calendar-week-nr{color:#ff9f0a}.mbsc-ios-dark.mbsc-hover .mbsc-calendar-cell-text{background-color:#ff9f0a4d}.mbsc-ios-dark.mbsc-range-day:after{background-color:#3d2705}.mbsc-ios-dark.mbsc-range-day .mbsc-calendar-cell-text{color:#fff}.mbsc-ios-dark.mbsc-range-hover:before{border-color:#2b2b2b}.mbsc-ios-dark.mbsc-selected .mbsc-calendar-cell-text{color:#fff;background:#ff9f0a;border-color:#ff9f0a}.mbsc-ios-dark.mbsc-focus .mbsc-calendar-cell-text{box-shadow:0 0 0 2px #ffffff80}.mbsc-ios-dark.mbsc-focus .mbsc-calendar-day-text{box-shadow:none;border-color:#ffffff80}.mbsc-ios-dark.mbsc-calendar-mark{background:#333}.mbsc-ios-dark.mbsc-calendar-label{color:#5ac8fa}.mbsc-ios-dark.mbsc-calendar-label-active .mbsc-calendar-label-inner,.mbsc-ios-dark.mbsc-calendar-label-dragging .mbsc-calendar-label-inner,.mbsc-ios-dark.mbsc-calendar-label-text{color:#fff}.mbsc-ios-dark.mbsc-calendar-label-active .mbsc-calendar-label-text,.mbsc-ios-dark.mbsc-calendar-label-dragging .mbsc-calendar-label-text{color:inherit}.mbsc-ios-dark.mbsc-calendar-text-more .mbsc-calendar-label-text{color:#fff}.mbsc-ios-dark.mbsc-calendar-popup .mbsc-popup-arrow,.mbsc-ios-dark.mbsc-calendar-popup .mbsc-popup-body{background:#292929}.mbsc-ios-dark.mbsc-calendar-popup .mbsc-calendar-cell{background:#1c1c1c}.mbsc-ios-dark.mbsc-calendar-grid{border-color:#333}.mbsc-ios-dark.mbsc-calendar-month-title{color:#ff9f0a}.mbsc-material.mbsc-calendar-wrapper-fixed:after{content:"";z-index:7;pointer-events:none;height:.5em;position:absolute;bottom:-.5em;left:0;right:0}.mbsc-material.mbsc-calendar-week-day{height:2.5em;font-size:.75em;font-weight:700;line-height:2.5em}.mbsc-material.mbsc-calendar-week-nr{width:2.36364em;height:auto;font-size:.6875em;font-weight:700;line-height:3em}.mbsc-material.mbsc-calendar-button.mbsc-button{padding:.428572em}.mbsc-material.mbsc-calendar-title{text-transform:none;font-size:1.42857em;font-weight:400;line-height:1.4em}.mbsc-material.mbsc-calendar-cell-text{border-radius:2em;height:2em;padding:0 .5em;line-height:2em}.mbsc-material.mbsc-calendar-month-name{font-size:.8125em}.mbsc-material.mbsc-calendar-month-name.mbsc-ltr{padding-left:.461539em}.mbsc-material.mbsc-calendar-month-name.mbsc-rtl{padding-right:.461539em}.mbsc-material.mbsc-calendar-day-text{border:2px solid #0000;width:1.84615em;height:1.84615em;margin:.230769em auto;padding:0;font-size:.8125em;line-height:1.84615em}.mbsc-material.mbsc-range-day:after,.mbsc-material.mbsc-range-hover:before{content:"";z-index:-1;height:1.75em;position:absolute;top:.25em;left:0;right:0}.mbsc-material.mbsc-range-hover:before{box-sizing:content-box;border-top:2px dashed;border-bottom:2px dashed;height:1.5em}.mbsc-material.mbsc-range-day-end.mbsc-rtl:after,.mbsc-material.mbsc-range-day-start.mbsc-ltr:after{border-radius:2em 0 0 2em;margin-left:-.875em;left:50%;right:0}.mbsc-material.mbsc-range-day-end.mbsc-ltr:after,.mbsc-material.mbsc-range-day-start.mbsc-rtl:after{border-radius:0 2em 2em 0;margin-right:-.875em;left:0;right:50%}.mbsc-material.mbsc-range-hover-end.mbsc-rtl:before,.mbsc-material.mbsc-range-hover-start.mbsc-ltr:before{left:50%;right:0}.mbsc-material.mbsc-range-hover-end.mbsc-ltr:before,.mbsc-material.mbsc-range-hover-start.mbsc-rtl:before{left:0;right:50%}.mbsc-material.mbsc-range-day-start.mbsc-range-day-end:after,.mbsc-material.mbsc-range-hover-start.mbsc-range-hover-end:before{display:none}.mbsc-material.mbsc-calendar-marks{margin-top:-.375em;transition:transform .1s ease-out}.mbsc-material.mbsc-calendar-day-colors .mbsc-calendar-marks,.mbsc-material.mbsc-focus .mbsc-calendar-marks,.mbsc-material.mbsc-highlighted .mbsc-calendar-marks,.mbsc-material.mbsc-hover .mbsc-calendar-marks,.mbsc-material.mbsc-hover-highlighted .mbsc-calendar-marks,.mbsc-material.mbsc-selected .mbsc-calendar-marks{transform:translateY(.25em)}.mbsc-material.mbsc-calendar-label{border-radius:.4em;font-weight:600}.mbsc-material.mbsc-calendar-label-background{background:currentColor;margin:0 -.1em}.mbsc-material.mbsc-calendar-text:before{border-radius:.4em}.mbsc-material.mbsc-calendar-label:before{border-radius:0;margin:0 -.1em}.mbsc-material.mbsc-calendar-label-end.mbsc-rtl .mbsc-calendar-label-background,.mbsc-material.mbsc-calendar-label-end.mbsc-rtl.mbsc-calendar-text:before,.mbsc-material.mbsc-calendar-label-start.mbsc-ltr .mbsc-calendar-label-background,.mbsc-material.mbsc-calendar-label-start.mbsc-ltr.mbsc-calendar-text:before{border-top-left-radius:.4em;border-bottom-left-radius:.4em;margin-left:0}.mbsc-material.mbsc-calendar-label-end.mbsc-ltr .mbsc-calendar-label-background,.mbsc-material.mbsc-calendar-label-end.mbsc-ltr.mbsc-calendar-text:before,.mbsc-material.mbsc-calendar-label-start.mbsc-rtl .mbsc-calendar-label-background,.mbsc-material.mbsc-calendar-label-start.mbsc-rtl.mbsc-calendar-text:before{border-top-right-radius:.4em;border-bottom-right-radius:.4em;margin-right:0}.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-slide{padding:0}.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day{border-bottom:1px solid}.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day:after{z-index:1;content:"";border-left-style:solid;border-left-width:1px;margin-right:-1px;position:absolute;top:0;bottom:0;right:100%}.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-week-nr{font-size:.6875em;line-height:3.63636em}.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-week-day{padding:0 1em}.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-week-nr{padding:0}.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-inner{min-height:4em}.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner{min-height:5.5em}.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-text{margin:.461539em}.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-marks{margin-left:-1px;margin-right:-1px;padding:0 1.125em}.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-text{height:1.8em;margin:0 .5em .2em .6em;line-height:1.8em}.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label{padding:0 .4em}.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label-text{font-size:1.2em}.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label-background,.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label:before{margin:0 -.4em}.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr,.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr{text-align:left}.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl,.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl,.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl{text-align:right}.mbsc-material.mbsc-calendar-picker-slide,.mbsc-material.mbsc-calendar-slide{background:#fff}.mbsc-material.mbsc-calendar-week-day{color:#303030b3}.mbsc-material.mbsc-calendar-today,.mbsc-material.mbsc-calendar-week-nr{color:#1a73e8}.mbsc-material.mbsc-focus .mbsc-calendar-cell-text{box-shadow:0 0 0 2px #303030b3}.mbsc-material.mbsc-hover .mbsc-calendar-cell-text{background:#0000001a}.mbsc-material.mbsc-range-hover:before{border-color:#e6e6e6}.mbsc-material.mbsc-range-day:after{background-color:#1a73e840}.mbsc-material.mbsc-selected .mbsc-calendar-cell-text{background:#1a73e8;border-color:#1a73e8}.mbsc-material.mbsc-calendar-mark{background:#1a73e8}.mbsc-material.mbsc-calendar-label{color:#1a73e8}.mbsc-material.mbsc-calendar-label-inner{color:#fff}.mbsc-material.mbsc-calendar-label.mbsc-calendar-label-active,.mbsc-material.mbsc-calendar-label.mbsc-calendar-label-dragging{box-shadow:0 4px 8px #00000024,0 1px 8px #0000001f,0 1px 3px -1px #0003}.mbsc-material .mbsc-calendar-label.mbsc-calendar-label-active .mbsc-calendar-label-background{box-shadow:inset 0 0 0 1px #ffffff80}.mbsc-material.mbsc-calendar-text-more{box-shadow:none}.mbsc-material.mbsc-calendar-text-more .mbsc-calendar-label-text{color:#303030}.mbsc-material.mbsc-calendar-popup .mbsc-popup-arrow,.mbsc-material.mbsc-calendar-popup .mbsc-popup-body{background:#fff}.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day,.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day:after,.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-week-day{border-color:#cfcfcf}.mbsc-material.mbsc-calendar-month-title{color:#1a73e8}.mbsc-material-dark.mbsc-calendar-wrapper:after{box-shadow:inset 0 .5em .25em -.5em #ffffff80}.mbsc-material-dark.mbsc-calendar-button.mbsc-button{color:#fff}.mbsc-material-dark.mbsc-calendar-slide{background:#000}.mbsc-material-dark.mbsc-calendar-picker-slide{background:#303030}.mbsc-material-dark.mbsc-calendar-week-day{color:#ffffffb3}.mbsc-material-dark.mbsc-calendar-cell-text{color:#fff}.mbsc-material-dark.mbsc-calendar-today,.mbsc-material-dark.mbsc-calendar-week-nr{color:#87b0f3}.mbsc-material-dark.mbsc-focus .mbsc-calendar-cell-text{box-shadow:0 0 0 2px #ffffffb3}.mbsc-material-dark.mbsc-hover .mbsc-calendar-cell-text{background:#ffffff1a}.mbsc-material-dark.mbsc-range-hover:before{border-color:#1a1a1a}.mbsc-material-dark.mbsc-range-day:after{background-color:#87b0f340}.mbsc-material-dark.mbsc-selected .mbsc-calendar-cell-text{color:#000;background:#87b0f3;border-color:#87b0f3}.mbsc-material-dark.mbsc-calendar-mark{background:#87b0f3}.mbsc-material-dark.mbsc-calendar-label{color:#87b0f3}.mbsc-material-dark.mbsc-calendar-label-inner{color:#000}.mbsc-material-dark.mbsc-calendar-label.mbsc-calendar-label-active,.mbsc-material-dark.mbsc-calendar-label.mbsc-calendar-label-dragging{box-shadow:0 4px 8px #00000024,0 1px 8px #0000001f,0 1px 3px -1px #0003}.mbsc-material-dark .mbsc-calendar-label.mbsc-calendar-label-active .mbsc-calendar-label-background{box-shadow:inset 0 0 0 1px #ffffff80}.mbsc-material-dark.mbsc-calendar-text-more{box-shadow:none}.mbsc-material-dark.mbsc-calendar-text-more .mbsc-calendar-label-text{color:#fff}.mbsc-material-dark.mbsc-calendar-popup .mbsc-popup-arrow,.mbsc-material-dark.mbsc-calendar-popup .mbsc-popup-body{background:#303030}.mbsc-material-dark.mbsc-calendar-height-md .mbsc-calendar-day,.mbsc-material-dark.mbsc-calendar-height-md .mbsc-calendar-day:after,.mbsc-material-dark.mbsc-calendar-height-md .mbsc-calendar-week-day{border-color:#2b2b2b}.mbsc-material-dark.mbsc-calendar-month-title{color:#87b0f3}.mbsc-windows.mbsc-calendar-header{margin-bottom:-1px}.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-font{margin:1px}.mbsc-windows.mbsc-calendar-title-wrapper .mbsc-calendar-button{padding:0}.mbsc-windows.mbsc-calendar-controls{min-height:2.125em;padding:.5em}.mbsc-windows.mbsc-calendar-week-day{height:2.5em;font-size:.75em;line-height:2.5em}.mbsc-windows.mbsc-calendar-body .mbsc-calendar-week-day{border:0}.mbsc-windows.mbsc-calendar-week-nr{width:2.16667em;font-size:.75em;font-weight:700;line-height:3em}.mbsc-windows.mbsc-calendar-picker-slide{padding:.25em}.mbsc-windows.mbsc-calendar-cell{background-clip:padding-box;border:solid #0000;border-width:1px 0 0;padding:0}.mbsc-windows.mbsc-calendar-cell:after{content:"";pointer-events:none;position:absolute;inset:0}.mbsc-windows.mbsc-calendar-cell-inner{box-sizing:border-box;border:2px solid #0000;border-width:2px 1px;width:100%;height:100%;display:table;position:relative}.mbsc-windows.mbsc-calendar-cell-text{vertical-align:middle;min-width:0;display:table-cell}.mbsc-windows.mbsc-calendar-month-name{vertical-align:middle;font-size:.875em}.mbsc-windows.mbsc-calendar-month-name.mbsc-ltr{margin-left:.5em}.mbsc-windows.mbsc-calendar-month-name.mbsc-rtl{margin-right:.5em}.mbsc-windows.mbsc-calendar-day-inner{display:block}.mbsc-windows.mbsc-calendar-day-empty:after{display:none}.mbsc-windows.mbsc-calendar-day-text{border-radius:2em;margin:0 .5em;font-size:.875em;line-height:2.28572em;display:inline-block}.mbsc-windows.mbsc-calendar-marks{bottom:.25em}.mbsc-windows.mbsc-calendar-label-background{background:currentColor}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-title{padding:0 .307693em;font-size:1.625em;font-weight:300;line-height:1.46154em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day{height:2.14286em;padding:0 .5em;font-size:.875em;line-height:2.14286em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-nr{padding:0;font-size:.75em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day:after{border-left-style:solid;border-left-width:1px}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-inner{min-height:4em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-text{text-align:center}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner{min-height:4.75em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks{padding:0 .625em;bottom:.5em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-text{height:1.8em;padding:0 .6em;line-height:1.8em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-label-text{font-size:1.2em}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr,.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr{text-align:left}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl,.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl,.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl{text-align:right}.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-calendar-day-labels{text-align:center}.mbsc-windows.mbsc-calendar-grid-view .mbsc-calendar-title{padding:0 .307693em;font-size:1.625em;font-weight:300;line-height:1.46154em}.mbsc-windows.mbsc-calendar,.mbsc-windows.mbsc-calendar-button.mbsc-button{color:#333}.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-active{background:#f2f2f2;border-color:#f2f2f2}.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-focus{box-shadow:0 0 0 1px #333}.mbsc-windows.mbsc-calendar-wrapper-fixed{border-bottom:1px solid #e6e6e6}.mbsc-windows.mbsc-calendar-slide{color:#333;background:#fff}.mbsc-windows.mbsc-calendar-week-day{color:#666}.mbsc-windows.mbsc-calendar-today,.mbsc-windows.mbsc-calendar-week-nr{color:#0078d7}.mbsc-windows.mbsc-range-day{border-left-color:#0078d740}.mbsc-windows.mbsc-range-day-end.mbsc-rtl,.mbsc-windows.mbsc-range-day-start.mbsc-ltr{border-left-color:#0000}.mbsc-windows.mbsc-range-hover .mbsc-calendar-cell-inner{border-style:dashed;border-top-color:#3333331a;border-bottom-color:#3333331a}.mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner,.mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner{background:#0078d740}.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner{background-color:#0078d7}.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-text{color:#fff}.mbsc-windows.mbsc-calendar-day-colors.mbsc-selected:after{border:2px solid #0078d7}.mbsc-windows.mbsc-calendar-cell.mbsc-focus:after{border:1px solid #333}.mbsc-windows.mbsc-calendar-cell.mbsc-hover:after{background:#3333331a}.mbsc-windows.mbsc-calendar-mark{background:#33333380}.mbsc-windows.mbsc-calendar-label{color:#0078d7}.mbsc-windows.mbsc-calendar-label-inner{color:#fff}.mbsc-windows.mbsc-calendar-label.mbsc-calendar-label-active{outline:1px solid #333}.mbsc-windows.mbsc-calendar-text-more .mbsc-calendar-label-text{color:#333}.mbsc-windows.mbsc-calendar-height-md .mbsc-calendar-week-day,.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day,.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day:after{border-color:#e6e6e6}.mbsc-windows.mbsc-calendar-popup .mbsc-popup,.mbsc-windows.mbsc-calendar-popup .mbsc-popup-arrow{background:#fff;border-color:#e6e6e6}.mbsc-windows.mbsc-calendar-month-title{color:#0078d7}.mbsc-windows-dark.mbsc-calendar,.mbsc-windows-dark.mbsc-calendar-button.mbsc-button{color:#fff}.mbsc-windows-dark.mbsc-calendar-button.mbsc-button.mbsc-active{background:#676767;border-color:#676767}.mbsc-windows-dark.mbsc-calendar-button.mbsc-button.mbsc-focus{box-shadow:0 0 0 1px #fff}.mbsc-windows-dark.mbsc-calendar-wrapper-fixed{border-bottom:1px solid #343434}.mbsc-windows-dark.mbsc-calendar-slide{color:#fff;background:#1a1a1a}.mbsc-windows-dark.mbsc-calendar-week-day{color:#ccc}.mbsc-windows-dark.mbsc-calendar-today,.mbsc-windows-dark.mbsc-calendar-week-nr{color:#0078d7}.mbsc-windows-dark.mbsc-range-day{border-left-color:#0078d740}.mbsc-windows-dark.mbsc-range-day-end.mbsc-rtl,.mbsc-windows-dark.mbsc-range-day-start.mbsc-ltr{border-left-color:#0000}.mbsc-windows-dark.mbsc-range-hover .mbsc-calendar-cell-inner{border-style:dashed;border-top-color:#ffffff38;border-bottom-color:#ffffff38}.mbsc-windows-dark.mbsc-range-day .mbsc-calendar-cell-inner,.mbsc-windows-dark.mbsc-selected .mbsc-calendar-cell-inner{background:#0078d740}.mbsc-windows-dark.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner{background-color:#0078d7}.mbsc-windows-dark.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-text{color:#fff}.mbsc-windows-dark.mbsc-calendar-day-colors.mbsc-selected:after{border:2px solid #0078d7}.mbsc-windows-dark.mbsc-calendar-cell.mbsc-focus:after{border:1px solid #fff}.mbsc-windows-dark.mbsc-calendar-cell.mbsc-hover:after{background:#ffffff38}.mbsc-windows-dark.mbsc-calendar-mark{background:#ffffff80}.mbsc-windows-dark.mbsc-calendar-label{color:#0078d7}.mbsc-windows-dark.mbsc-calendar-label-inner{color:#fff}.mbsc-windows-dark.mbsc-calendar-label.mbsc-calendar-label-active{outline:1px solid #fff}.mbsc-windows-dark.mbsc-calendar-text-more .mbsc-calendar-label-text{color:#fff}.mbsc-windows-dark.mbsc-calendar-height-md .mbsc-calendar-week-day,.mbsc-windows-dark.mbsc-calendar-width-md .mbsc-calendar-day,.mbsc-windows-dark.mbsc-calendar-width-md .mbsc-calendar-day:after{border-color:#343434}.mbsc-windows-dark.mbsc-calendar-popup .mbsc-popup,.mbsc-windows-dark.mbsc-calendar-popup .mbsc-popup-arrow{background:#1a1a1a;border-color:#343434}.mbsc-windows-dark.mbsc-calendar-month-title{color:#0078d7}@keyframes mbsc-zoom-in-up{0%{opacity:0;transform:scale(2)}to{opacity:1;transform:scale(1)}}@keyframes mbsc-zoom-in-down{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes mbsc-zoom-out-up{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}@keyframes mbsc-zoom-out-down{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.mbsc-calendar{-webkit-user-select:none;user-select:none;touch-action:manipulation;flex-direction:column;position:relative}.mbsc-calendar-wrapper{position:relative;overflow:hidden}.mbsc-calendar-header{z-index:1;will-change:opacity;position:relative}.mbsc-calendar-header .mbsc-calendar-week-days{margin-left:-1px}.mbsc-calendar,.mbsc-calendar-controls,.mbsc-calendar-title-wrapper{display:flex}.mbsc-calendar-controls{box-sizing:content-box;align-items:center;min-height:2.5em}.mbsc-calendar-button.mbsc-button.mbsc-reset{margin:0}.mbsc-calendar-button-prev-multi{order:-1}.mbsc-calendar-button-next-multi{order:1}.mbsc-calendar-body{box-sizing:border-box;overflow:hidden}.mbsc-calendar-body-inner{margin-left:-1px;position:relative;overflow:hidden}.mbsc-calendar-wrapper-fixed{flex:none;overflow:visible}.mbsc-calendar-title-wrapper{flex:1;align-items:center;overflow:hidden}.mbsc-calendar-title-wrapper-multi .mbsc-calendar-button{flex:1}.mbsc-calendar-title{text-overflow:ellipsis;vertical-align:middle;padding:0 .25em;font-size:1.125em;display:inline-block;overflow:hidden}.mbsc-calendar-scroll-wrapper{height:100%;display:block;position:relative;overflow:hidden}.mbsc-calendar-picker-wrapper{width:15em;height:15em;position:relative;overflow:hidden}.mbsc-calendar-picker{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.mbsc-calendar-picker-main{z-index:0;position:relative}.mbsc-calendar-picker-in-up{opacity:0;animation:mbsc-zoom-in-up .2s cubic-bezier(0,0,.2,1) forwards}.mbsc-calendar-picker-in-down{opacity:0;animation:mbsc-zoom-in-down .2s cubic-bezier(0,0,.2,1) forwards}.mbsc-calendar-picker-out-up{opacity:0;animation:mbsc-zoom-out-up .2s cubic-bezier(.4,0,1,1) forwards}.mbsc-calendar-picker-out-down{opacity:0;animation:mbsc-zoom-out-down .2s cubic-bezier(0,0,.2,1) forwards}.mbsc-calendar-scroll-wrapper>div{height:100%}.mbsc-calendar-scroll-wrapper>div>div{height:100%;transform:translate(0)}.mbsc-calendar-slide{z-index:0;box-sizing:border-box;width:100%;height:100%;position:absolute;top:0}.mbsc-calendar-slide.mbsc-ltr{left:0}.mbsc-calendar-slide.mbsc-rtl{right:0}.mbsc-calendar-slide:first-child{position:relative}.mbsc-calendar-table{height:100%;transform:translateZ(0)}.mbsc-calendar-cell{text-align:center;white-space:nowrap;cursor:pointer;position:relative}.mbsc-calendar-cell:focus{outline:0}.mbsc-calendar-cell-inner{vertical-align:middle;padding:0 .25em;display:inline-block}.mbsc-calendar-cell.mbsc-disabled{cursor:not-allowed}.mbsc-calendar-week-day{text-align:center;border-bottom:1px solid #0000;height:2em;font-size:.6875em;line-height:2em}.mbsc-calendar-month,.mbsc-calendar-year{vertical-align:middle}.mbsc-calendar-month-text,.mbsc-calendar-year-text{text-overflow:ellipsis;box-sizing:border-box;min-width:4.5em;margin:.875em 0;overflow:hidden}.mbsc-calendar-day{text-align:center;vertical-align:top;max-width:14.2857%}.mbsc-calendar-day-empty{cursor:default}.mbsc-calendar-day-text{text-align:center;box-sizing:content-box;display:inline-block}.mbsc-calendar-day-inner{box-sizing:border-box;border:1px solid #0000;width:100%;height:100%;padding:0;position:relative}.mbsc-calendar-day-hidden{visibility:hidden}.mbsc-calendar-month-name{display:none}.mbsc-calendar-width-md .mbsc-calendar-month-name{font-weight:700;display:inline-block}.mbsc-calendar-day-outer .mbsc-calendar-day-text,.mbsc-calendar-day-outer .mbsc-calendar-month-name{opacity:.5}.mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-day-text,.mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-month-name{opacity:1}.mbsc-disabled .mbsc-calendar-cell-text,.mbsc-disabled .mbsc-calendar-month-name{opacity:.2}.mbsc-calendar-day-highlight:before{content:" ";background:#0000001a;width:100%;height:100%;position:absolute;top:0;left:0}.mbsc-calendar-day-marked{padding-bottom:.25em}.mbsc-calendar-marks{white-space:nowrap;text-align:center;height:.375em;margin-top:-.125em;position:absolute;left:0;right:0;overflow:hidden}.mbsc-calendar-mark{vertical-align:top;border-radius:.25em;width:.25em;height:.25em;margin:.0625em;display:inline-block}.mbsc-calendar-labels{position:absolute;left:-1px;right:-1px}.mbsc-calendar-label-wrapper{z-index:2;pointer-events:none;position:absolute}.mbsc-calendar-label{padding:0 .3em}.mbsc-calendar-text:focus{outline:0}.mbsc-calendar-label-text{text-overflow:ellipsis;z-index:2;position:relative;overflow:hidden}.mbsc-calendar-label-background,.mbsc-calendar-text:before{content:"";z-index:0;transition:background-color .2s;position:absolute;inset:0}.mbsc-calendar-label.mbsc-calendar-label-hover:before{z-index:1;background-color:#0003}.mbsc-calendar-text-more{padding:0 .3em}.mbsc-calendar-text-more.mbsc-calendar-label-active:before,.mbsc-calendar-text-more.mbsc-calendar-label-hover:before{background-color:#0000001a}.mbsc-calendar-text{white-space:nowrap;height:1.6em;margin:0 .1em .2em .2em;font-size:.625em;line-height:1.6em;display:block;position:relative}.mbsc-calendar-text-placeholder{z-index:-1}.mbsc-calendar-text.mbsc-ltr{text-align:left}.mbsc-calendar-text.mbsc-rtl{text-align:right}.mbsc-calendar-label-resize{z-index:2;cursor:ew-resize;width:.5em;height:100%;position:absolute;top:0}.mbsc-calendar-label-resize:after{content:"";box-sizing:border-box;background:#fff;border:1px solid;border-radius:.8em;width:.8em;height:.8em;margin-top:-.4em;display:none;position:absolute;top:50%}.mbsc-calendar-label-resize-end.mbsc-rtl,.mbsc-calendar-label-resize-start.mbsc-ltr{left:0}.mbsc-calendar-label-resize-end.mbsc-ltr,.mbsc-calendar-label-resize-start.mbsc-rtl{right:0}.mbsc-calendar-label-resize-end.mbsc-rtl:after,.mbsc-calendar-label-resize-start.mbsc-ltr:after{left:-.4em}.mbsc-calendar-label-resize-end.mbsc-ltr:after,.mbsc-calendar-label-resize-start.mbsc-rtl:after{right:-.4em}.mbsc-calendar-label-resize-end-touch:before,.mbsc-calendar-label-resize-start-touch:before{content:"";width:2em;height:2em;margin-top:-1em;position:absolute;top:50%}.mbsc-calendar-label-resize-start-touch:before{left:-1em}.mbsc-calendar-label-resize-end-touch:before{right:-1em}.mbsc-calendar-label-dragging .mbsc-calendar-label-resize:after,.mbsc-calendar-label-hover .mbsc-calendar-label-resize:after{display:block}.mbsc-calendar-label-inactive{opacity:.4}.mbsc-calendar-label-hidden{visibility:hidden}.mbsc-calendar-labels-dragging{z-index:3}.mbsc-calendar-grid{padding:0 2%;overflow:auto}.mbsc-calendar-grid .mbsc-calendar-table{width:90%;margin:0 5%}.mbsc-calendar-grid-item{margin:1em 0;padding-top:2.5em}.mbsc-calendar-month-title{margin:-2em 10% 0;padding-bottom:.8em;font-size:1.25em;font-weight:700;line-height:1.2em}.mbsc-calendar-body-inner-variable{overflow-y:auto}.mbsc-calendar-body-inner-variable .mbsc-calendar-table{min-height:20em}.mbsc-ios.mbsc-form-control-wrapper{margin-top:-1px}.mbsc-ios.mbsc-form-control-wrapper.mbsc-error{z-index:2}.mbsc-ios.mbsc-form-control-wrapper:after,.mbsc-ios.mbsc-form-control-wrapper:before{content:"";border-top:1px solid #0000;position:absolute}.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:after,.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before{left:1em;right:0}.mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:after,.mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before{left:0;right:1em}.mbsc-ios.mbsc-form-control-wrapper:before{top:0}.mbsc-ios.mbsc-form-control-wrapper:after{bottom:0}.mbsc-block-title+.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before,.mbsc-form-group-title+.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before,.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:first-child:before,.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:last-child:after{left:0}.mbsc-block-title+.mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before,.mbsc-form-group-title+.mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before,.mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:first-child:before,.mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:last-child:after{right:0}.mbsc-ios.mbsc-description.mbsc-disabled,.mbsc-ios.mbsc-form-control-label.mbsc-disabled{opacity:.3}.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:first-child,.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title+.mbsc-form-control-wrapper{border-top-left-radius:.5em;border-top-right-radius:.5em}.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:last-child{border-bottom-right-radius:.5em;border-bottom-left-radius:.5em}.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:first-child:before,.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:last-child:after,.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title,.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title+.mbsc-form-control-wrapper:before{border-width:0}.mbsc-ios.mbsc-form-control-wrapper{background:#fff}.mbsc-ios.mbsc-form-control-wrapper:after,.mbsc-ios.mbsc-form-control-wrapper:before{border-color:#ccc}.mbsc-ios.mbsc-form-control-wrapper.mbsc-error+.mbsc-form-control-wrapper:before,.mbsc-ios.mbsc-form-control-wrapper.mbsc-error:after{border-color:#d8332a}.mbsc-ios-dark.mbsc-form-control-wrapper{background:#1c1c1c}.mbsc-ios-dark.mbsc-form-control-wrapper:after,.mbsc-ios-dark.mbsc-form-control-wrapper:before{border-color:#333}.mbsc-ios-dark.mbsc-form-control-wrapper.mbsc-error+.mbsc-form-control-wrapper:before,.mbsc-ios-dark.mbsc-form-control-wrapper.mbsc-error:after{border-color:#d8332a}.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-form-control-wrapper{background:#2b2b2b}.mbsc-material.mbsc-description.mbsc-disabled,.mbsc-material.mbsc-form-control-label.mbsc-disabled,.mbsc-windows.mbsc-description.mbsc-disabled,.mbsc-windows.mbsc-form-control-label.mbsc-disabled{opacity:.3}.mbsc-form-control-label{display:block}.mbsc-form-control-input{opacity:0;z-index:3;border:0;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}.mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr,.mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl{z-index:1}.mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr:after,.mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr:before{left:3.375em}.mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl:after,.mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl:before{right:3.375em}.mbsc-ios.mbsc-textfield-inner{z-index:-1;flex:auto;position:static}.mbsc-ios.mbsc-textfield-inner.mbsc-disabled{opacity:.5}.mbsc-ios.mbsc-textfield{background:0 0;height:2.75em;padding:0 1em;display:flex}.mbsc-ios.mbsc-textfield-has-icon-left{padding-left:3.375em}.mbsc-ios.mbsc-textfield-has-icon-right{padding-right:3.375em}.mbsc-ios.mbsc-textfield-floating,.mbsc-ios.mbsc-textfield-stacked{height:3.5em;padding-top:1.25em}.mbsc-ios.mbsc-textfield-icon{z-index:1;top:.625em}.mbsc-ios.mbsc-textfield-icon-left{left:.9375em}.mbsc-ios.mbsc-textfield-icon-right{right:.9375em}.mbsc-ios.mbsc-textfield-icon-floating,.mbsc-ios.mbsc-textfield-icon-stacked{top:1em}.mbsc-ios.mbsc-label-inline{line-height:2.75em}.mbsc-ios.mbsc-label-inline.mbsc-ltr{padding-left:1em}.mbsc-ios.mbsc-label-inline.mbsc-rtl{padding-right:1em}.mbsc-ios.mbsc-label-stacked{font-size:.75em;line-height:1em;top:.666667em}.mbsc-ios.mbsc-label-stacked.mbsc-ltr{left:1.33333em}.mbsc-ios.mbsc-label-stacked.mbsc-rtl{right:1.33333em}.mbsc-ios.mbsc-label-floating{line-height:2em;top:.875em}.mbsc-ios.mbsc-label-floating.mbsc-ltr{left:1em}.mbsc-ios.mbsc-label-floating.mbsc-rtl{right:1em}.mbsc-ios.mbsc-label-floating-active.mbsc-label{transform:translateY(-.75em)scale(.75)}.mbsc-ios.mbsc-label.mbsc-disabled{opacity:.5}.mbsc-ios.mbsc-error-message{padding:0 1.33333em;line-height:1.66667em;display:block}.mbsc-ios.mbsc-error-message-underline{position:static}.mbsc-ios.mbsc-error-message-has-icon-left.mbsc-ltr{padding-left:4.5em}.mbsc-ios.mbsc-error-message-has-icon-right.mbsc-rtl{padding-right:4.5em}.mbsc-ios .mbsc-textfield-wrapper-underline{overflow:hidden}.mbsc-ios.mbsc-textfield-underline-inline-has-icon-left.mbsc-ltr{padding-left:1em}.mbsc-ios.mbsc-textfield-underline-inline-has-icon-right.mbsc-rtl{padding-right:1em}.mbsc-ios.mbsc-label-underline{margin:0}.mbsc-ios.mbsc-label-underline-stacked-has-icon-left.mbsc-ltr{left:4.5em}.mbsc-ios.mbsc-label-underline-stacked-has-icon-right.mbsc-rtl{right:4.5em}.mbsc-ios.mbsc-label-underline-inline-has-icon-left.mbsc-ltr{padding-left:3.375em}.mbsc-ios.mbsc-label-underline-inline-has-icon-right.mbsc-rtl{padding-right:3.375em}.mbsc-ios.mbsc-label-underline-floating-has-icon-left.mbsc-ltr{left:3.375em}.mbsc-ios.mbsc-label-underline-floating-has-icon-right.mbsc-rtl{right:3.375em}.mbsc-ios.mbsc-error-message-underline.mbsc-error-message-inline.mbsc-ltr{padding-left:1.33333em}.mbsc-ios.mbsc-error-message-underline.mbsc-error-message-inline.mbsc-rtl{padding-right:1.33333em}.mbsc-ios.mbsc-textfield-wrapper-box,.mbsc-ios.mbsc-textfield-wrapper-outline{margin:1.5em 1em}.mbsc-ios.mbsc-textfield-wrapper-box.mbsc-font:after,.mbsc-ios.mbsc-textfield-wrapper-box.mbsc-font:before,.mbsc-ios.mbsc-textfield-wrapper-outline.mbsc-font:after,.mbsc-ios.mbsc-textfield-wrapper-outline.mbsc-font:before{border:none}.mbsc-ios.mbsc-textfield-box,.mbsc-ios.mbsc-textfield-outline{border:1px solid #0000;border-radius:.5em}.mbsc-ios.mbsc-textfield-inner-box,.mbsc-ios.mbsc-textfield-inner-outline{position:relative}.mbsc-ios.mbsc-label-box-stacked-has-icon-left.mbsc-ltr,.mbsc-ios.mbsc-label-outline-stacked-has-icon-left.mbsc-ltr{left:4.5em}.mbsc-ios.mbsc-label-box-stacked-has-icon-right.mbsc-rtl,.mbsc-ios.mbsc-label-outline-stacked-has-icon-right.mbsc-rtl{right:4.5em}.mbsc-ios.mbsc-label-box-floating,.mbsc-ios.mbsc-label-box-stacked,.mbsc-ios.mbsc-label-outline-floating,.mbsc-ios.mbsc-label-outline-stacked{margin:0 1px}.mbsc-ios.mbsc-label-box-floating-has-icon-left.mbsc-ltr,.mbsc-ios.mbsc-label-outline-floating-has-icon-left.mbsc-ltr{left:3.375em}.mbsc-ios.mbsc-label-box-floating-has-icon-right.mbsc-rtl,.mbsc-ios.mbsc-label-outline-floating-has-icon-right.mbsc-rtl{right:3.375em}.mbsc-ios.mbsc-error-message-box,.mbsc-ios.mbsc-error-message-outline{margin:0 1px}.mbsc-ios.mbsc-select.mbsc-ltr{padding-right:3.375em}.mbsc-ios.mbsc-select.mbsc-rtl{padding-left:3.375em}.mbsc-ios.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr{padding-right:4.875em}.mbsc-ios.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl{padding-left:4.875em}.mbsc-ios.mbsc-select-icon{top:.625em}.mbsc-ios.mbsc-select-icon-floating,.mbsc-ios.mbsc-select-icon-stacked{top:1em}.mbsc-ios.mbsc-select-icon.mbsc-ltr{right:.9375em}.mbsc-ios.mbsc-select-icon.mbsc-rtl{left:.9375em}.mbsc-ios.mbsc-select-icon-right.mbsc-ltr{right:3.375em}.mbsc-ios.mbsc-select-icon-left.mbsc-rtl{left:3.375em}.mbsc-ios.mbsc-textarea{border:0;height:3em}.mbsc-ios.mbsc-textarea.mbsc-textfield-floating,.mbsc-ios.mbsc-textarea.mbsc-textfield-stacked{padding-top:0}.mbsc-ios.mbsc-textarea-inner{padding-top:.625em;padding-bottom:.625em}.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box,.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline{border:1px solid #0000;border-radius:.5em}.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-floating,.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-stacked{padding-top:1.375em}.mbsc-ios.mbsc-textfield-tags-inner{padding-top:0;padding-bottom:0}.mbsc-ios.mbsc-textfield.mbsc-textfield-tags{min-height:2.75em;padding-top:.3125em;padding-bottom:.3125em}.mbsc-ios.mbsc-textfield-tags.mbsc-textfield-floating,.mbsc-ios.mbsc-textfield-tags.mbsc-textfield-stacked{min-height:2.125em;padding-top:0;padding-bottom:0}.mbsc-ios.mbsc-textfield-tag{border-radius:1em}.mbsc-ios.mbsc-textfield-wrapper{background:0 0}.mbsc-ios.mbsc-textfield-wrapper-underline{background:#fff}.mbsc-ios.mbsc-label,.mbsc-ios.mbsc-textfield{color:#000}.mbsc-ios.mbsc-textfield-box,.mbsc-ios.mbsc-textfield-outline{background:#fff}.mbsc-ios.mbsc-textfield-outline{border-color:#ccc}.mbsc-ios.mbsc-select-icon,.mbsc-ios.mbsc-textfield-icon{color:#8c8c8c}.mbsc-ios.mbsc-textfield-box.mbsc-error,.mbsc-ios.mbsc-textfield-outline.mbsc-error{border-color:#d8332a}.mbsc-ios.mbsc-error-message{color:#d8332a}.mbsc-ios.mbsc-select,.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box,.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline{background:#fff}.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline{border-color:#ccc}.mbsc-ios.mbsc-textarea-inner.mbsc-error{border-color:#d8332a}.mbsc-ios.mbsc-textfield-tag{background:#dedede}.mbsc-ios.mbsc-textfield-tag-clear{color:#8c8c8c}.mbsc-ios-dark.mbsc-textfield-wrapper{background:0 0}.mbsc-ios-dark.mbsc-textfield-wrapper-underline{background:#1c1c1c}.mbsc-ios-dark.mbsc-label,.mbsc-ios-dark.mbsc-textfield{color:#fff}.mbsc-ios-dark.mbsc-textfield-box,.mbsc-ios-dark.mbsc-textfield-outline{background:#1c1c1c}.mbsc-ios-dark.mbsc-textfield-outline{border-color:#333}.mbsc-ios-dark.mbsc-select-icon,.mbsc-ios-dark.mbsc-textfield-icon{color:#fff}.mbsc-ios-dark.mbsc-textfield-box.mbsc-error,.mbsc-ios-dark.mbsc-textfield-outline.mbsc-error{border-color:#d8332a}.mbsc-ios-dark.mbsc-error-message{color:#d8332a}.mbsc-ios-dark.mbsc-select,.mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-box,.mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline{background:#1c1c1c}.mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline{border-color:#333}.mbsc-ios-dark.mbsc-textarea-inner.mbsc-error{border-color:#d8332a}.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-wrapper{background:0 0}.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-select,.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-box,.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline,.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-box,.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-outline,.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-wrapper-underline{background:#2b2b2b}.mbsc-ios-dark.mbsc-textfield-tag{background:#3b3b3b}.mbsc-ios-dark.mbsc-textfield-tag-clear{color:#fff}.mbsc-material.mbsc-textfield-wrapper{box-sizing:border-box;margin:1.5em 1em}.mbsc-material.mbsc-textfield-inner.mbsc-disabled{opacity:.5}.mbsc-material.mbsc-textfield{background-color:#0000;border-bottom:1px solid;width:100%;height:2.25em;font-size:1em;transition:border-color .2s;display:block}.mbsc-material.mbsc-textfield-has-icon-left{padding-left:2em}.mbsc-material.mbsc-textfield-has-icon-right{padding-right:2em}.mbsc-material.mbsc-textfield-icon{top:.375em}.mbsc-material.mbsc-textfield-icon-floating,.mbsc-material.mbsc-textfield-icon-outline,.mbsc-material.mbsc-textfield-icon-stacked{top:1em}.mbsc-material .mbsc-textfield-ripple{z-index:2;width:100%;height:2px;transition:transform .18s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.mbsc-material .mbsc-textfield-ripple-active{transform:scaleX(1)}.mbsc-material.mbsc-label{font-size:.75em}.mbsc-material.mbsc-label-inline{font-size:1em;line-height:2em}.mbsc-material.mbsc-label-inline.mbsc-ltr{padding-right:.5em}.mbsc-material.mbsc-label-inline.mbsc-rtl{padding-left:.5em}.mbsc-material.mbsc-label-floating{font-size:1em;line-height:1.5em;top:1.125em}.mbsc-material.mbsc-label-floating-active{transform:translateY(-1.125em)scale(.75)}.mbsc-material.mbsc-label.mbsc-disabled{opacity:.5}.mbsc-material.mbsc-error-message.mbsc-ltr{left:0}.mbsc-material.mbsc-error-message.mbsc-rtl{right:0}.mbsc-material.mbsc-error-message-has-icon-left.mbsc-ltr{left:2.66667em}.mbsc-material.mbsc-error-message-has-icon-right.mbsc-rtl{right:2.66667em}.mbsc-material.mbsc-textfield-underline-floating,.mbsc-material.mbsc-textfield-underline-stacked{height:3em;padding-top:.875em}.mbsc-material.mbsc-textfield-icon-underline{top:.25em}.mbsc-material.mbsc-textfield-icon-underline.mbsc-textfield-icon-floating,.mbsc-material.mbsc-textfield-icon-underline.mbsc-textfield-icon-stacked{top:1.125em}.mbsc-material.mbsc-label-underline-inline{padding-top:1px}.mbsc-material.mbsc-label-underline-stacked-has-icon-left.mbsc-ltr{left:2.66667em}.mbsc-material.mbsc-label-underline-stacked-has-icon-right.mbsc-rtl{right:2.66667em}.mbsc-material.mbsc-label-underline-floating-has-icon-left.mbsc-ltr{left:2em}.mbsc-material.mbsc-label-underline-floating-has-icon-right.mbsc-rtl{right:2em}.mbsc-material.mbsc-textfield-box,.mbsc-material.mbsc-textfield-inner-box{border-radius:.25em .25em 0 0}.mbsc-material.mbsc-textfield-box{padding:0 1em}.mbsc-material.mbsc-textfield-box-floating,.mbsc-material.mbsc-textfield-box-stacked{height:3.5em;padding-top:1.25em}.mbsc-material.mbsc-textfield-underline.mbsc-disabled{border-style:dotted}.mbsc-material.mbsc-label-box-inline{padding-top:1px}.mbsc-material.mbsc-label-box-stacked{top:.666667em}.mbsc-material.mbsc-label-box-floating{top:1em}.mbsc-material.mbsc-label-box-floating.mbsc-label-floating-active{transform:translateY(-.625em)scale(.75)}.mbsc-material.mbsc-textfield-inner-outline{padding:0 2px}.mbsc-material.mbsc-textfield-outline{border:0;border-radius:4px;height:3.5em;padding:2px 1em}.mbsc-material.mbsc-textfield-fieldset{border:1px solid;border-radius:4px;transition:border-color .2s;top:-.5em}.mbsc-material.mbsc-textfield-fieldset-has-icon-left{padding-left:3em}.mbsc-material.mbsc-textfield-fieldset-has-icon-right{padding-right:3em}.mbsc-material.mbsc-textfield-fieldset.mbsc-focus{border-width:2px}.mbsc-material.mbsc-textfield-legend{color:#0000;white-space:nowrap;width:.01px;margin:0;padding:0;font-size:.75em}.mbsc-material.mbsc-textfield-legend-active{width:auto;margin:0 -.333334em;padding:0 .333334em}.mbsc-material.mbsc-label-outline-inline{line-height:3.375em}.mbsc-material.mbsc-label-outline-stacked{margin:0 2px;top:-.5em}.mbsc-material.mbsc-label-outline-floating{margin:0 2px;top:1em}.mbsc-material.mbsc-label-outline-floating.mbsc-label-floating-active{margin-top:-1px;transform:translateY(-1.5em)scale(.75)}.mbsc-material.mbsc-error-message-outline{margin:0 2px}.mbsc-material.mbsc-textfield-box-has-icon-left,.mbsc-material.mbsc-textfield-outline-has-icon-left{padding-left:3em}.mbsc-material.mbsc-textfield-box-has-icon-right,.mbsc-material.mbsc-textfield-outline-has-icon-right{padding-right:3em}.mbsc-material.mbsc-textfield-icon-box-left,.mbsc-material.mbsc-textfield-icon-outline-left{left:.75em}.mbsc-material.mbsc-textfield-icon-box-right,.mbsc-material.mbsc-textfield-icon-outline-right{right:.75em}.mbsc-material.mbsc-label-box-stacked.mbsc-ltr,.mbsc-material.mbsc-label-outline-stacked.mbsc-ltr{left:1.33333em}.mbsc-material.mbsc-label-box-stacked.mbsc-rtl,.mbsc-material.mbsc-label-outline-stacked.mbsc-rtl{right:1.33333em}.mbsc-material.mbsc-label-box-stacked-has-icon-left.mbsc-ltr,.mbsc-material.mbsc-label-outline-stacked-has-icon-left.mbsc-ltr{left:4em}.mbsc-material.mbsc-label-box-stacked-has-icon-right.mbsc-rtl,.mbsc-material.mbsc-label-outline-stacked-has-icon-right.mbsc-rtl{right:4em}.mbsc-material.mbsc-label-box-floating.mbsc-ltr,.mbsc-material.mbsc-label-outline-floating.mbsc-ltr{left:1em}.mbsc-material.mbsc-label-box-floating.mbsc-rtl,.mbsc-material.mbsc-label-outline-floating.mbsc-rtl{right:1em}.mbsc-material.mbsc-label-box-floating-has-icon-left.mbsc-ltr,.mbsc-material.mbsc-label-outline-floating-has-icon-left.mbsc-ltr{left:3em}.mbsc-material.mbsc-label-box-floating-has-icon-left.mbsc-rtl,.mbsc-material.mbsc-label-outline-floating-has-icon-left.mbsc-rtl{right:1em}.mbsc-material.mbsc-label-box-floating-has-icon-right.mbsc-rtl,.mbsc-material.mbsc-label-outline-floating-has-icon-right.mbsc-rtl{right:3em}.mbsc-material.mbsc-error-message-box.mbsc-ltr,.mbsc-material.mbsc-error-message-outline.mbsc-ltr{left:1.33333em}.mbsc-material.mbsc-error-message-box.mbsc-rtl,.mbsc-material.mbsc-error-message-outline.mbsc-rtl{right:1.33333em}.mbsc-material.mbsc-error-message-box.mbsc-error-message-has-icon-left.mbsc-ltr,.mbsc-material.mbsc-error-message-outline.mbsc-error-message-has-icon-left.mbsc-ltr{left:4em}.mbsc-material.mbsc-error-message-box.mbsc-error-message-has-icon-right.mbsc-rtl,.mbsc-material.mbsc-error-message-outline.mbsc-error-message-has-icon-right.mbsc-rtl{right:4em}.mbsc-material.mbsc-select.mbsc-ltr{padding-right:3em}.mbsc-material.mbsc-select.mbsc-rtl{padding-left:3em}.mbsc-material.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr{padding-right:4.5em}.mbsc-material.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl{padding-left:4.5em}.mbsc-material.mbsc-select.mbsc-textfield-underline-has-icon-right.mbsc-ltr{padding-right:3.75em}.mbsc-material.mbsc-select.mbsc-textfield-underline-has-icon-left.mbsc-rtl{padding-left:3.75em}.mbsc-material.mbsc-select-icon{top:.375em}.mbsc-material.mbsc-select-icon.mbsc-ltr{right:.75em}.mbsc-material.mbsc-select-icon.mbsc-rtl{left:.75em}.mbsc-material.mbsc-select-icon-right.mbsc-ltr{right:3em}.mbsc-material.mbsc-select-icon-left.mbsc-rtl{left:3em}.mbsc-material.mbsc-select-icon-floating,.mbsc-material.mbsc-select-icon-outline,.mbsc-material.mbsc-select-icon-stacked{top:1em}.mbsc-material.mbsc-select-icon-underline{top:.25em}.mbsc-material.mbsc-select-icon-underline.mbsc-ltr{right:0}.mbsc-material.mbsc-select-icon-underline.mbsc-rtl{left:0}.mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-right.mbsc-ltr{right:2.25em}.mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-left.mbsc-rtl{left:2.25em}.mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-floating,.mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-stacked{top:1.125em}.mbsc-material.mbsc-textarea{height:1.875em;padding-bottom:.375em}.mbsc-material.mbsc-textarea.mbsc-textfield-floating,.mbsc-material.mbsc-textarea.mbsc-textfield-stacked{padding-top:0}.mbsc-material.mbsc-textarea.mbsc-textfield-outline{height:1.5em;padding-top:0;padding-bottom:0}.mbsc-material.mbsc-textarea.mbsc-textfield-underline{padding-bottom:.3125em}.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-box{padding-top:.375em}.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-floating,.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-stacked{padding-top:1.625em}.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-outline{padding-top:1em;padding-bottom:1em}.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-underline{padding-top:.25em}.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-underline.mbsc-textfield-inner-floating,.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-underline.mbsc-textfield-inner-stacked{padding-top:1.125em}.mbsc-material.mbsc-textfield-tags-inner.mbsc-textfield-inner-inline,.mbsc-material.mbsc-textfield-tags-inner.mbsc-textfield-inner-underline{padding-top:0}.mbsc-material.mbsc-textfield-tags-inner.mbsc-textfield-inner-outline{padding-top:.625em;padding-bottom:.625em}.mbsc-material.mbsc-textfield-tags.mbsc-textfield{min-height:2.25em;padding-bottom:0}.mbsc-material.mbsc-textfield-tags.mbsc-textfield-outline{padding-top:1px;padding-bottom:1px}.mbsc-material.mbsc-textfield-tag{border-radius:1em}.mbsc-material.mbsc-textfield{color:#000000de;border-bottom-color:#0000006b}.mbsc-material.mbsc-textfield.mbsc-hover{border-color:#000000de}.mbsc-material.mbsc-textfield.mbsc-error{border-color:#de3226}.mbsc-material.mbsc-select-icon,.mbsc-material.mbsc-textfield-icon{color:#0000008a}.mbsc-material.mbsc-textfield-ripple{background-color:#1a73e8}.mbsc-material.mbsc-textfield-ripple.mbsc-error{background-color:#de3226}.mbsc-material.mbsc-label{color:#0009}.mbsc-material.mbsc-label-floating.mbsc-focus,.mbsc-material.mbsc-label-stacked.mbsc-focus{color:#1a73e8}.mbsc-material.mbsc-error-message,.mbsc-material.mbsc-label.mbsc-error{color:#de3226}.mbsc-material.mbsc-select{background:#fff}.mbsc-material.mbsc-textfield-box.mbsc-select,.mbsc-material.mbsc-textfield-inner-box{background:#f5f5f5}.mbsc-material.mbsc-textfield-box.mbsc-select.mbsc-hover,.mbsc-material.mbsc-textfield-inner-box.mbsc-hover{background:#ededed}.mbsc-material.mbsc-textfield-box.mbsc-select.mbsc-focus,.mbsc-material.mbsc-textfield-inner-box.mbsc-focus{background:#e3e3e3}.mbsc-material.mbsc-textfield-fieldset{border-color:#0000006b}.mbsc-material.mbsc-textfield-fieldset.mbsc-hover{border-color:#000000de}.mbsc-material.mbsc-textfield-fieldset.mbsc-focus{border-color:#1a73e8}.mbsc-material.mbsc-textfield-fieldset.mbsc-error{border-color:#de3226}.mbsc-material.mbsc-textfield-fieldset.disabled{border-color:#000000de}.mbsc-material.mbsc-textfield-tag{background:#d4d4d4}.mbsc-material.mbsc-textfield-tag-clear{color:#0000008a}.mbsc-material-dark.mbsc-textfield{color:#fff;border-bottom-color:#fff}.mbsc-material-dark.mbsc-textfield.mbsc-hover{border-color:#fff}.mbsc-material-dark.mbsc-textfield.mbsc-error{border-color:#de3226}.mbsc-material-dark.mbsc-select-icon,.mbsc-material-dark.mbsc-textfield-icon{color:#fff}.mbsc-material-dark.mbsc-textfield-ripple{background-color:#87b0f3}.mbsc-material-dark.mbsc-textfield-ripple.mbsc-error{background-color:#de3226}.mbsc-material-dark.mbsc-label{color:#fff9}.mbsc-material-dark.mbsc-label-floating.mbsc-focus,.mbsc-material-dark.mbsc-label-stacked.mbsc-focus{color:#87b0f3}.mbsc-material-dark.mbsc-error-message,.mbsc-material-dark.mbsc-label.mbsc-error{color:#de3226}.mbsc-material-dark.mbsc-select{background:#000}.mbsc-material-dark.mbsc-textfield-box.mbsc-select,.mbsc-material-dark.mbsc-textfield-inner-box{background:#0a0a0a}.mbsc-material-dark.mbsc-textfield-box.mbsc-select.mbsc-hover,.mbsc-material-dark.mbsc-textfield-inner-box.mbsc-hover{background:#121212}.mbsc-material-dark.mbsc-textfield-box.mbsc-select.mbsc-focus,.mbsc-material-dark.mbsc-textfield-inner-box.mbsc-focus{background:#1c1c1c}.mbsc-material-dark.mbsc-textfield-fieldset,.mbsc-material-dark.mbsc-textfield-fieldset.mbsc-hover{border-color:#fff}.mbsc-material-dark.mbsc-textfield-fieldset.mbsc-focus{border-color:#87b0f3}.mbsc-material-dark.mbsc-textfield-fieldset.mbsc-error{border-color:#de3226}.mbsc-material-dark.mbsc-textfield-fieldset.disabled{border-color:#fff}.mbsc-material-dark.mbsc-textfield-tag{background:#454545}.mbsc-material-dark.mbsc-textfield-tag-clear{color:#fff}.mbsc-windows.mbsc-textfield-wrapper{margin:1em}.mbsc-windows.mbsc-textfield-wrapper-inline{margin:1.75em 1em}.mbsc-windows.mbsc-textfield-wrapper-floating{padding-top:1.75em}.mbsc-windows.mbsc-textfield{border:1px solid;border-radius:2px;height:2em;padding:0 .5em}.mbsc-windows.mbsc-textfield-icon{width:1.125em;height:1.125em;margin:0 1px;line-height:1.125em;top:.4375em}.mbsc-windows.mbsc-textfield-has-icon-right{padding-right:2em}.mbsc-windows.mbsc-textfield-has-icon-left{padding-left:2em}.mbsc-windows.mbsc-textfield-icon-left{left:.4375em}.mbsc-windows.mbsc-textfield-icon-right{right:.4375em}.mbsc-windows.mbsc-error-message{font-size:.75em}.mbsc-windows.mbsc-label{font-size:.875em;font-weight:600;line-height:2em}.mbsc-windows.mbsc-label-inline{line-height:2.28572em}.mbsc-windows.mbsc-label-floating{top:2.14286em}.mbsc-windows.mbsc-label-stacked{position:static}.mbsc-windows.mbsc-label-floating.mbsc-ltr{transform:translate(.571429em)}.mbsc-windows.mbsc-label-floating.mbsc-rtl{transform:translate(-.5em)}.mbsc-windows.mbsc-label-box-floating-has-icon-left.mbsc-ltr,.mbsc-windows.mbsc-label-outline-floating-has-icon-left.mbsc-ltr,.mbsc-windows.mbsc-label-underline-floating-has-icon-left.mbsc-ltr{transform:translate(2.28572em)}.mbsc-windows.mbsc-label-box-floating-has-icon-right.mbsc-rtl,.mbsc-windows.mbsc-label-outline-floating-has-icon-right.mbsc-rtl,.mbsc-windows.mbsc-label-underline-floating-has-icon-right.mbsc-rtl{transform:translate(-2.28572em)}.mbsc-windows.mbsc-label.mbsc-label-floating-active{transform:translateY(-2.14286em)}.mbsc-windows.mbsc-textfield-wrapper-underline{border-bottom:1px solid}.mbsc-windows.mbsc-textfield-underline{border:0;border-radius:0}.mbsc-windows.mbsc-select.mbsc-ltr{padding-right:2em}.mbsc-windows.mbsc-select.mbsc-rtl{padding-left:2em}.mbsc-windows.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr{padding-right:3.125em}.mbsc-windows.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl{padding-left:3.125em}.mbsc-windows.mbsc-select-icon{width:1.125em;height:1.125em;margin:0 1px;line-height:1.125em;top:.4375em}.mbsc-windows.mbsc-select-icon.mbsc-ltr{right:.4375em}.mbsc-windows.mbsc-select-icon.mbsc-rtl{left:.4375em}.mbsc-windows.mbsc-select-icon-right.mbsc-ltr{right:2em}.mbsc-windows.mbsc-select-icon-left.mbsc-rtl{left:2em}.mbsc-windows.mbsc-textarea{height:3.5em;padding-top:.1875em;padding-bottom:.1875em}.mbsc-windows.mbsc-textfield.mbsc-textfield-tags{min-height:2em;padding:.125em}.mbsc-windows.mbsc-textfield-tag{margin:.125em}.mbsc-windows.mbsc-textfield-tag.mbsc-ltr{margin-right:.125em}.mbsc-windows.mbsc-textfield-tag.mbsc-rtl{margin-left:.125em}.mbsc-windows.mbsc-textfield-tag-text{line-height:1.57143em}.mbsc-windows.mbsc-textfield-tag-clear.mbsc-icon{border-width:.125em;width:1.375em;height:1.375em}.mbsc-windows.mbsc-textfield-tags-placeholder{padding:0 .375em;line-height:1.625em}.mbsc-windows.mbsc-textfield-wrapper{color:#333}.mbsc-windows.mbsc-textfield-wrapper.mbsc-disabled{color:#9e9e9e}.mbsc-windows.mbsc-textfield{color:#333;background:#fff}.mbsc-windows.mbsc-textfield-box,.mbsc-windows.mbsc-textfield-outline{border-color:#878787}.mbsc-windows.mbsc-textfield.mbsc-hover{border-color:#333}.mbsc-windows.mbsc-textfield-box.mbsc-focus,.mbsc-windows.mbsc-textfield-outline.mbsc-focus{border-color:#0078d7;box-shadow:inset 0 0 0 1px #0078d7}.mbsc-windows.mbsc-textfield.mbsc-disabled{background:#f2f2f2;border-color:#f2f2f2}.mbsc-windows.mbsc-textfield.mbsc-error{border-color:#a4262c}.mbsc-windows.mbsc-textfield-box.mbsc-error.mbsc-focus,.mbsc-windows.mbsc-textfield-outline.mbsc-error.mbsc-focus{box-shadow:inset 0 0 0 1px #a4262c}.mbsc-windows.mbsc-error-message{color:#a4262c}.mbsc-windows.mbsc-label{color:#333}.mbsc-windows.mbsc-textfield-wrapper-underline{border-color:#878787}.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-hover{border-color:#333}.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-focus{border-color:#0078d7;box-shadow:0 1px #0078d7}.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-disabled{border-color:#f2f2f2}.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-error{border-color:#a4262c}.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-error.mbsc-focus{box-shadow:0 1px #a4262c}.mbsc-windows.mbsc-textfield-tag{background:#e6e6e6}.mbsc-windows-dark.mbsc-textfield-wrapper{color:#fff}.mbsc-windows-dark.mbsc-textfield-wrapper.mbsc-disabled{color:#949494}.mbsc-windows-dark.mbsc-textfield{color:#fff;background:#1a1a1a}.mbsc-windows-dark.mbsc-textfield-box,.mbsc-windows-dark.mbsc-textfield-outline{border-color:#ababab}.mbsc-windows-dark.mbsc-textfield.mbsc-hover{border-color:#fff}.mbsc-windows-dark.mbsc-textfield-box.mbsc-focus,.mbsc-windows-dark.mbsc-textfield-outline.mbsc-focus{border-color:#0078d7;box-shadow:inset 0 0 0 1px #0078d7}.mbsc-windows-dark.mbsc-textfield.mbsc-disabled{background:#272727;border-color:#272727}.mbsc-windows-dark.mbsc-textfield.mbsc-error{border-color:#a4262c}.mbsc-windows-dark.mbsc-textfield-box.mbsc-error.mbsc-focus,.mbsc-windows-dark.mbsc-textfield-outline.mbsc-error.mbsc-focus{box-shadow:inset 0 0 0 1px #a4262c}.mbsc-windows-dark.mbsc-error-message{color:#a4262c}.mbsc-windows-dark.mbsc-label{color:#fff}.mbsc-windows-dark.mbsc-textfield-wrapper-underline{border-color:#ababab}.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-hover{border-color:#fff}.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-focus{border-color:#0078d7;box-shadow:0 1px #0078d7}.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-disabled{border-color:#272727}.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-error{border-color:#a4262c}.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-error.mbsc-focus{box-shadow:0 1px #a4262c}.mbsc-windows-dark.mbsc-textfield-tag{background:#5f5f5f}@keyframes autofill{0%{opacity:1}to{opacity:1}}.mbsc-textfield-wrapper{z-index:0;-webkit-user-select:none;user-select:none;margin:0;display:block;position:relative}.mbsc-textfield-wrapper-inline{display:flex}.mbsc-form-grid .mbsc-textfield-wrapper-box,.mbsc-form-grid .mbsc-textfield-wrapper-outline{margin:.75em 1em}.mbsc-textfield-inner{box-sizing:border-box;display:block;position:relative}.mbsc-textfield-inner-inline{flex:auto}.mbsc-textfield{box-sizing:border-box;appearance:none;border:0;border-radius:0;outline:0;width:100%;margin:0;padding:0;font-family:inherit;font-size:1em;display:block}.mbsc-textfield:-webkit-autofill{animation-name:autofill}.mbsc-textfield::-webkit-inner-spin-button{align-self:center;height:2em}.mbsc-textfield::placeholder{opacity:.5;color:inherit}.mbsc-textfield-floating:-ms-placeholder-shown{color:#0000}.mbsc-textfield-floating::placeholder{opacity:0;transition:opacity .2s}.mbsc-textfield-floating::-webkit-datetime-edit{color:#0000}.mbsc-textfield-floating-active:-ms-placeholder-shown{color:inherit}.mbsc-textfield-floating-active::placeholder{opacity:.5}.mbsc-textfield-floating-active::-webkit-datetime-edit{color:inherit}.mbsc-textfield-floating .mbsc-textfield-tags-placeholder{opacity:0;transition:opacity .2s}.mbsc-textfield-floating-active .mbsc-textfield-tags-placeholder{opacity:.5}.mbsc-textfield-fieldset{pointer-events:none;margin:0;padding:0 1em;position:absolute;inset:0}.mbsc-textfield-icon{text-align:center;position:absolute;top:0}.mbsc-textfield-icon-left{left:0}.mbsc-textfield-icon-right{right:0}.mbsc-label{z-index:1;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;line-height:1em;position:absolute;top:0}.mbsc-label-inline{box-sizing:border-box;pointer-events:auto;flex:none;width:30%;max-width:12.5em;position:static;overflow:hidden}.mbsc-label-floating-animate{transition:transform .2s}.mbsc-label-floating.mbsc-ltr{transform-origin:0 0}.mbsc-label-floating.mbsc-rtl{transform-origin:100% 0}.mbsc-error-message{font-size:.75em;line-height:1.5em;position:absolute;top:100%}.mbsc-textfield-file{opacity:0;position:absolute;left:0}.mbsc-select{cursor:pointer}.mbsc-select-icon{text-align:center;pointer-events:none;position:absolute}.mbsc-textarea{resize:none;line-height:1.5em;overflow:hidden}.mbsc-toggle-icon:hover{cursor:pointer}.mbsc-textfield.mbsc-textfield-hidden.mbsc-textarea{z-index:-1;opacity:0;border:0;width:100%;height:100%;padding:0;position:absolute;top:0;left:0}.mbsc-textfield.mbsc-textfield-tags.mbsc-textarea{height:auto;max-height:5.5em;display:block;overflow:auto}.mbsc-textfield-tag{margin:.25em 0;line-height:normal;display:inline-block}.mbsc-textfield-tag.mbsc-ltr{margin-right:.5em;padding-left:.75em}.mbsc-textfield-tag.mbsc-rtl{margin-left:.5em;padding-right:.75em}.mbsc-textfield-tag-text{font-size:.875em;line-height:1.85714em}.mbsc-textfield-tag-clear.mbsc-icon{vertical-align:top;box-sizing:border-box;cursor:pointer;border:.25em solid #0000;width:1.625em;height:1.625em}.mbsc-textfield-tags-placeholder{opacity:.5;line-height:2.125em}.mbsc-material.mbsc-scroller-wheel-wrapper{margin:0 .25em;padding:.5em 0}.mbsc-material.mbsc-scroller-wheel-cont:after,.mbsc-material.mbsc-scroller-wheel-cont:before{content:"";z-index:1;border-width:2px;border-top-style:solid;width:100%;display:block;position:absolute}.mbsc-material.mbsc-scroller-wheel-cont:after{bottom:-2px}.mbsc-material.mbsc-scroller-wheel-cont:before{top:-2px}.mbsc-material.mbsc-scroller-wheel-group{padding:2em .25em}.mbsc-material.mbsc-scroller-wheel-item{text-align:center;padding:0 .272727em;font-size:1.375em}.mbsc-material.mbsc-wheel-item-multi{padding:0 2em}.mbsc-material.mbsc-scroller-wheel-header{font-size:1.125em;font-weight:700}.mbsc-material.mbsc-wheel-checkmark{box-sizing:border-box;border-radius:.1875em;width:1.3em;height:1.3em;margin-top:-.55em;display:none;position:absolute;top:50%}.mbsc-material.mbsc-wheel-checkmark:after{content:"";box-sizing:border-box;opacity:0;border-top:0;border-bottom:.125em solid;border-left:.125em solid;border-right:0;width:.8125em;height:.4375em;transition:transform .1s ease-out;display:block;position:absolute;top:.27273em;left:.27273em;transform:scale(0)rotate(-45deg)}.mbsc-material.mbsc-wheel-checkmark.mbsc-selected:after{opacity:1;transform:scale(1)rotate(-45deg)}.mbsc-material.mbsc-wheel-checkmark.mbsc-ltr{left:.25em}.mbsc-material.mbsc-wheel-checkmark.mbsc-rtl{right:.25em}.mbsc-material.mbsc-wheel-item-multi .mbsc-material.mbsc-wheel-checkmark{display:block}.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-group{padding:0}.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper{margin:0;padding:0}.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-item{padding:0 1.25em;font-size:1em}.mbsc-material.mbsc-scroller-pointer .mbsc-wheel-item-multi{padding:0 2em}.mbsc-material.mbsc-scroller-pointer .mbsc-wheel-item-multi.mbsc-ltr{text-align:left}.mbsc-material.mbsc-scroller-pointer .mbsc-wheel-item-multi.mbsc-rtl{text-align:right}.mbsc-material.mbsc-scroller-wheel-multi:after,.mbsc-material.mbsc-scroller-wheel-multi:before{border-color:#0000}.mbsc-material.mbsc-scroller-wheel-header.mbsc-focus,.mbsc-material.mbsc-scroller-wheel-item.mbsc-active,.mbsc-material.mbsc-scroller-wheel-item.mbsc-focus,.mbsc-material.mbsc-scroller-wheel-item.mbsc-hover{background:#0000000d}.mbsc-material.mbsc-wheel-checkmark:after{border-color:#1a73e8}.mbsc-material-dark.mbsc-scroller-wheel-cont:after,.mbsc-material-dark.mbsc-scroller-wheel-cont:before{border-color:#87b0f3}.mbsc-material-dark.mbsc-scroller-wheel-multi:after,.mbsc-material-dark.mbsc-scroller-wheel-multi:before{border-color:#0000}.mbsc-material-dark.mbsc-scroller-wheel-header.mbsc-focus,.mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-active,.mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-focus,.mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-hover{background:#0000000d}.mbsc-material-dark.mbsc-wheel-checkmark:after{border-color:#87b0f3}.mbsc-ios.mbsc-scroller-wheel-multi.mbsc-scroller-wheel-cont-3d{visibility:hidden}.mbsc-ios.mbsc-scroller-wheel-group-cont{padding:0 .625em}.mbsc-ios.mbsc-scroller-wheel-group{padding:.625em}.mbsc-ios.mbsc-wheel-group-checkmark{padding:.625em 0}.mbsc-ios.mbsc-scroller-wheel-3d{overflow:visible}.mbsc-ios.mbsc-scroller-wheel-line{z-index:1;border-radius:.5em;margin:0 .625em;display:block}.mbsc-ios.mbsc-scroller-wheel-overlay{display:block}.mbsc-ios.mbsc-scroller-wheel-item{text-align:center;box-sizing:border-box;border-radius:.5em;padding:0 .5em;font-size:1.25em}.mbsc-ios.mbsc-scroller-wheel-item-3d{font-size:1.125em}.mbsc-ios.mbsc-wheel-item-checkmark{padding-left:1.75em;padding-right:1.75em}.mbsc-ios.mbsc-scroller-wheel-header{font-size:.875em}.mbsc-ios.mbsc-wheel-checkmark{width:1.75em;height:1.75em;margin-top:-.875em;display:none;position:absolute;top:50%}.mbsc-ios.mbsc-wheel-checkmark:after{content:"";box-sizing:border-box;opacity:0;border-top:0;border-bottom:.125em solid;border-left:.125em solid;border-right:0;width:.75em;height:.375em;transition:opacity .2s ease-in-out;display:block;position:absolute;top:32%;left:26%;transform:rotate(-45deg)}.mbsc-ios.mbsc-wheel-checkmark.mbsc-selected:after{opacity:1}.mbsc-ios.mbsc-wheel-checkmark.mbsc-ltr{left:0}.mbsc-ios.mbsc-wheel-checkmark.mbsc-rtl{right:0}.mbsc-ios.mbsc-scroller-pointer .mbsc-ios.mbsc-wheel-item-checkmark .mbsc-wheel-checkmark,.mbsc-ios.mbsc-wheel-item-multi .mbsc-ios.mbsc-wheel-checkmark{display:block}.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-group,.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-group-cont{padding:0}.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper{padding:.1875em 0}.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-overlay{display:none}.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item{margin:0 .1875em;padding:0 .75em;font-size:1em}.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-line{margin:0 .1875em}.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-ltr{text-align:left;padding-left:1.75em}.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-rtl{text-align:right;padding-right:1.75em}.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-header{font-size:.75em;font-weight:700}.mbsc-ios.mbsc-scroller{background:#fff}.mbsc-ios.mbsc-scroller-bottom,.mbsc-ios.mbsc-scroller-top{background:#d1d5db}.mbsc-ios.mbsc-scroller-wheel-overlay{background:linear-gradient(#fff,#fff0 52% 48%,#fff)}.mbsc-ios.mbsc-scroller-wheel-overlay-bottom,.mbsc-ios.mbsc-scroller-wheel-overlay-top{background:linear-gradient(#d1d5db,#d1d5db00 52% 48%,#d1d5db)}.mbsc-ios.mbsc-scroller-wheel-line{background:#0000001a}.mbsc-ios.mbsc-scroller-wheel-item{color:#9e9e9e}.mbsc-ios.mbsc-scroller-wheel-header.mbsc-focus,.mbsc-ios.mbsc-scroller-wheel-item.mbsc-active,.mbsc-ios.mbsc-scroller-wheel-item.mbsc-focus,.mbsc-ios.mbsc-scroller-wheel-item.mbsc-hover{background:#007aff26}.mbsc-ios.mbsc-scroller-wheel-item-2d,.mbsc-ios.mbsc-scroller-wheel-item.mbsc-selected{color:#000}.mbsc-ios.mbsc-scroller-wheel-cont-3d{background:#fff}.mbsc-ios.mbsc-scroller-wheel-item-3d{color:#a3a3a3}.mbsc-ios.mbsc-scroller-wheel-header,.mbsc-ios.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi{color:#000}.mbsc-ios.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d{color:#007aff}.mbsc-ios.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d,.mbsc-ios.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d{background:#d1d5db}.mbsc-ios.mbsc-scroller-pointer.mbsc-scroller,.mbsc-ios.mbsc-scroller-pointer.mbsc-scroller-inline,.mbsc-ios.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d{background:#fff}.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item{color:#000}.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected{color:#007aff}.mbsc-ios-dark.mbsc-scroller,.mbsc-ios-dark.mbsc-scroller-bottom,.mbsc-ios-dark.mbsc-scroller-top{background:#1c1c1c}.mbsc-ios-dark.mbsc-scroller-wheel-overlay,.mbsc-ios-dark.mbsc-scroller-wheel-overlay-bottom,.mbsc-ios-dark.mbsc-scroller-wheel-overlay-top{background:linear-gradient(#1c1c1c,#1c1c1c00 52% 48%,#1c1c1c)}.mbsc-ios-dark.mbsc-scroller-wheel-line{background:#ffffff1a}.mbsc-ios-dark.mbsc-scroller-wheel-item{color:#9e9e9e}.mbsc-ios-dark.mbsc-scroller-wheel-header.mbsc-focus,.mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-active,.mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-focus,.mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-hover{background:#ff9f0a26}.mbsc-ios-dark.mbsc-scroller-wheel-item-2d,.mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-selected{color:#fff}.mbsc-ios-dark.mbsc-scroller-wheel-cont-3d{background:#1c1c1c}.mbsc-ios-dark.mbsc-scroller-wheel-item-3d{color:#666}.mbsc-ios-dark.mbsc-scroller-wheel-header,.mbsc-ios-dark.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi{color:#fff}.mbsc-ios-dark.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d{color:#ff9f0a}.mbsc-ios-dark.mbsc-scroller-pointer.mbsc-scroller,.mbsc-ios-dark.mbsc-scroller-pointer.mbsc-scroller-inline,.mbsc-ios-dark.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d,.mbsc-ios-dark.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d,.mbsc-ios-dark.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d{background:#1c1c1c}.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item{color:#fff}.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected{color:#ff9f0a}.mbsc-windows.mbsc-scroller{position:relative}.mbsc-windows.mbsc-scroller-wheel-wrapper.mbsc-ltr{border-left-style:solid;border-left-width:1px}.mbsc-windows.mbsc-scroller-wheel-wrapper-0.mbsc-ltr{border-left:0}.mbsc-windows.mbsc-scroller-wheel-wrapper.mbsc-rtl{border-right-style:solid;border-right-width:1px}.mbsc-windows.mbsc-scroller-wheel-wrapper-0.mbsc-rtl{border-right:0}.mbsc-windows.mbsc-scroller-wheel-item{box-sizing:border-box;text-align:center;padding:0 .5em}.mbsc-windows.mbsc-wheel-item-multi{padding:0 2.0625em}.mbsc-windows.mbsc-wheel-item-multi.mbsc-ltr{text-align:left}.mbsc-windows.mbsc-wheel-item-multi.mbsc-rtl{text-align:right}.mbsc-windows.mbsc-scroller-wheel-line{z-index:1;display:block}.mbsc-windows.mbsc-scroller-wheel-header{font-size:1.375em}.mbsc-windows.mbsc-wheel-checkmark{box-sizing:border-box;width:1.5625em;height:1.5625em;margin-top:-.8125em;display:none;position:absolute;top:50%}.mbsc-windows.mbsc-wheel-checkmark:after{content:"";box-sizing:border-box;opacity:0;border-top:0;border-bottom:.125em solid;border-left:.125em solid;border-right:0;width:.875em;height:.475em;display:block;position:absolute;top:28%;left:21%;transform:rotate(-45deg)}.mbsc-windows.mbsc-wheel-checkmark.mbsc-selected:after{opacity:1}.mbsc-windows.mbsc-wheel-checkmark.mbsc-ltr{left:.25em}.mbsc-windows.mbsc-wheel-checkmark.mbsc-rtl{right:.25em}.mbsc-windows.mbsc-wheel-item-multi .mbsc-windows.mbsc-wheel-checkmark{display:block}.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item{padding:0 1.25em}.mbsc-windows.mbsc-scroller-pointer .mbsc-wheel-item-multi{padding:0 2.0625em}.mbsc-windows.mbsc-scroller-bar:after{border-radius:0}.mbsc-windows.mbsc-scroller-wheel-wrapper{color:#333;border-color:#e6e6e6}.mbsc-windows.mbsc-scroller-wheel-line{background:#0078d766}.mbsc-windows.mbsc-scroller-wheel-header.mbsc-focus,.mbsc-windows.mbsc-scroller-wheel-item.mbsc-active,.mbsc-windows.mbsc-scroller-wheel-item.mbsc-focus,.mbsc-windows.mbsc-scroller-wheel-item.mbsc-hover{background:#3333331a}.mbsc-windows.mbsc-wheel-checkmark:after{border-color:#0078d7}.mbsc-windows-dark.mbsc-scroller-wheel-wrapper{color:#fff;border-color:#343434}.mbsc-windows-dark.mbsc-scroller-wheel-line{background:#0078d766}.mbsc-windows-dark.mbsc-scroller-wheel-header.mbsc-focus,.mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-active,.mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-focus,.mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-hover{background:#ffffff1a}.mbsc-windows-dark.mbsc-wheel-checkmark:after{border-color:#0078d7}.mbsc-scroller{box-sizing:border-box;text-align:center;-webkit-user-select:none;user-select:none;width:100%;position:relative}.mbsc-scroller-wheel-group-cont{vertical-align:middle;max-width:100%;display:inline-block;position:relative;overflow:hidden}.mbsc-scroller-wheel-group-cont:first-child:last-child{display:block}.mbsc-scroller-wheel-group{flex-direction:row;justify-content:center;margin:0 auto;display:flex;position:relative}.mbsc-scroller-wheel-group-3d{perspective:100em}.mbsc-scroller-wheel-wrapper{touch-action:none;min-width:80px;max-width:100%;display:block;position:relative}.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper-0:last-child{flex:auto}.mbsc-scroller-wheel-line{pointer-events:none;display:none;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.mbsc-scroller-wheel-overlay{z-index:2;pointer-events:none;display:none;position:absolute;inset:0}.mbsc-scroller-wheel{margin:-1px 0;display:block;overflow:hidden}.mbsc-scroller-wheel,.mbsc-scroller-wheel-cont{border-top:1px solid #0000;border-bottom:1px solid #0000}.mbsc-scroller-wheel-cont{z-index:1;position:relative;top:50%;transform:translateY(-50%)}.mbsc-scroller-wheel-cont-3d{border:0;overflow:hidden}.mbsc-scroller-wheel-cont-3d>div{position:relative;top:-1px}.mbsc-scroller-items-3d,.mbsc-scroller-wheel-3d,.mbsc-scroller-wheel-wrapper-3d{transform-style:preserve-3d}.mbsc-scroller-items-3d{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.mbsc-scroller .mbsc-scroller-wheel,.mbsc-scroller .mbsc-scroller-wheel-cont{box-sizing:content-box}.mbsc-scroller-wheel-item{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;display:block;position:relative;overflow:hidden}.mbsc-scroller-wheel-header:focus,.mbsc-scroller-wheel-item:focus{outline:0}.mbsc-scroller-wheel-item-3d{cursor:pointer;backface-visibility:hidden;position:absolute;top:0;left:0;right:0}.mbsc-scroller-wheel-item.mbsc-disabled{opacity:.3}.mbsc-scroller-wheel-header{padding:0 .5em;display:block}.mbsc-scroller-wheel-header.mbsc-ltr{text-align:left}.mbsc-scroller-wheel-header.mbsc-rtl{text-align:right}.mbsc-scroller-bar-cont{z-index:4;opacity:0;background:#0000000d;width:10px;transition:opacity .2s;position:absolute;top:0;bottom:0;transform:translateZ(0)}.mbsc-scroller-bar-cont.mbsc-ltr{right:0}.mbsc-scroller-bar-cont.mbsc-rtl{left:0}.mbsc-scroller-bar-hidden{display:none}.mbsc-scroller-bar-started,.mbsc-scroller-wheel:hover .mbsc-scroller-bar-cont{opacity:1}.mbsc-scroller-bar{width:10px;position:absolute;top:0;right:0}.mbsc-scroller-bar:after{content:"";background:#00000080;border-radius:3px;position:absolute;inset:2px}.mbsc-ios.mbsc-datetime-year-wheel .mbsc-scroller-wheel-item{min-width:3.8em}.mbsc-ios.mbsc-datetime-month-wheel .mbsc-scroller-wheel-item{text-align:left}.mbsc-ios.mbsc-datetime-date-wheel .mbsc-scroller-wheel-item,.mbsc-ios.mbsc-datetime-day-wheel .mbsc-scroller-wheel-item,.mbsc-ios.mbsc-datetime-hour-wheel .mbsc-scroller-wheel-item{text-align:right}.mbsc-windows.mbsc-datetime-date-wheel.mbsc-scroller-wheel-wrapper{min-width:120px}.mbsc-windows.mbsc-datetime-date-wheel .mbsc-scroller-wheel-item,.mbsc-windows.mbsc-datetime-month-wheel .mbsc-scroller-wheel-item{text-align:left}.mbsc-windows.mbsc-datetime-date-wheel.mbsc-rtl .mbsc-scroller-wheel-item,.mbsc-windows.mbsc-datetime-month-wheel.mbsc-rtl .mbsc-scroller-wheel-item{text-align:right}.mbsc-ios.mbsc-segmented{border-radius:.5625em;margin:.75em;padding:.0625em;position:relative}.mbsc-ios.mbsc-segmented-item:before{content:"";opacity:1;border-left:1px solid;transition:opacity .2s ease-in-out;position:absolute;top:.3125em;bottom:.3125em}.mbsc-ios.mbsc-segmented-item.mbsc-ltr:before{left:0}.mbsc-ios.mbsc-segmented-item.mbsc-rtl:before{right:0}.mbsc-ios.mbsc-segmented-item-selected+.mbsc-segmented-item:before,.mbsc-ios.mbsc-segmented-item-selected:before,.mbsc-ios.mbsc-segmented-item:first-child:before{opacity:0}.mbsc-ios.mbsc-segmented-selectbox{-webkit-user-select:none;user-select:none;border-radius:.4375em;padding:.0625em;display:none;position:absolute;inset:0}.mbsc-ios.mbsc-segmented-selectbox.mbsc-selected{display:block}.mbsc-ios.mbsc-segmented-selectbox-animate{transition:transform .2s ease-in-out}.mbsc-ios.mbsc-segmented-selectbox-inner{visibility:hidden;border-radius:.4375em;height:100%;transition:transform .1s ease-in-out}.mbsc-ios.mbsc-segmented-selectbox-inner-visible{visibility:visible}.mbsc-ios.mbsc-segmented-item:first-child .mbsc-segmented-selectbox-inner{transform-origin:0}.mbsc-ios.mbsc-segmented-item:last-child .mbsc-segmented-selectbox-inner{transform-origin:100%}.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-selectbox-inner{transform:scale(.97,.95)}.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item:first-child .mbsc-segmented-selectbox-inner{transform:scale(.97,.95)translate(.0625em)}.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item:last-child .mbsc-segmented-selectbox-inner{transform:scale(.97,.95)translate(-.0625em)}.mbsc-ios.mbsc-segmented-button.mbsc-icon-button{height:2.30769em}.mbsc-ios.mbsc-segmented-button.mbsc-button{-webkit-font-smoothing:subpixel-antialiased;border-radius:0;margin:0;padding:0 .615385em;font-size:.8125em;line-height:2.30769em;transition:opacity .1s ease-out,background-color .1s ease-out,transform .1s ease-in-out}.mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-active,.mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-hover{opacity:1}.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item-selected .mbsc-segmented-button{transform:scale(.97,.95)}.mbsc-ios.mbsc-segmented-item-selected:first-child .mbsc-segmented-button{transform-origin:0}.mbsc-ios.mbsc-segmented-item-selected:last-child .mbsc-segmented-button{transform-origin:100%}.mbsc-ios.mbsc-segmented{background:#dedede}.mbsc-ios.mbsc-segmented-item:before{border-color:#0003}.mbsc-ios.mbsc-segmented-item.mbsc-focus .mbsc-segmented-selectbox{box-shadow:inset 0 0 0 .0625em #00000080}.mbsc-ios.mbsc-segmented-selectbox-inner{background:#fff}.mbsc-ios.mbsc-segmented-selectbox-inner.mbsc-selected{box-shadow:3px 3px 8px -4px #bababa}.mbsc-ios.mbsc-segmented-button.mbsc-button{color:#000;background:0 0}.mbsc-ios.mbsc-segmented-primary{background:#3f97f6}.mbsc-ios.mbsc-segmented-secondary{background:#90979e}.mbsc-ios.mbsc-segmented-success{background:#43be5f}.mbsc-ios.mbsc-segmented-warning{background:#f8b042}.mbsc-ios.mbsc-segmented-danger{background:#f5504e}.mbsc-ios.mbsc-segmented-info{background:#5bb7c5}.mbsc-ios.mbsc-segmented-light{background:#fff}.mbsc-ios.mbsc-segmented-dark{background:#47494a}.mbsc-ios-dark.mbsc-segmented{background:#1c1c1c}.mbsc-ios-dark.mbsc-segmented-item:before{border-color:#fff3}.mbsc-ios-dark.mbsc-segmented-item.mbsc-focus .mbsc-segmented-selectbox{box-shadow:inset 0 0 0 .0625em #ffffff80}.mbsc-ios-dark.mbsc-segmented-selectbox-inner{background:#5a5a5a}.mbsc-ios-dark.mbsc-segmented-selectbox-inner.mbsc-selected{box-shadow:3px 3px 8px -4px #000}.mbsc-ios-dark.mbsc-segmented-button.mbsc-button{color:#fff;background:0 0}.mbsc-ios-dark.mbsc-calendar-header .mbsc-ios-dark.mbsc-segmented,.mbsc-ios-dark.mbsc-datepicker .mbsc-segmented,.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-segmented{background:#2b2b2b}.mbsc-ios-dark.mbsc-segmented-primary{background:#3f97f6}.mbsc-ios-dark.mbsc-segmented-secondary{background:#90979e}.mbsc-ios-dark.mbsc-segmented-success{background:#43be5f}.mbsc-ios-dark.mbsc-segmented-warning{background:#f8b042}.mbsc-ios-dark.mbsc-segmented-danger{background:#f5504e}.mbsc-ios-dark.mbsc-segmented-info{background:#5bb7c5}.mbsc-ios-dark.mbsc-segmented-light{background:#fff}.mbsc-ios-dark.mbsc-segmented-dark{background:#47494a}.mbsc-material.mbsc-segmented{padding:.75em}.mbsc-material.mbsc-segmented-selectbox{display:none}.mbsc-material.mbsc-segmented-item:first-child .mbsc-segmented-button{border-top-left-radius:.25em;border-bottom-left-radius:.25em}.mbsc-material.mbsc-segmented-item:first-child .mbsc-segmented-button.mbsc-rtl{border-right-width:.142858em;border-radius:0 .25em .25em 0}.mbsc-material.mbsc-segmented-item:last-child .mbsc-segmented-button{border-right-width:.142858em;border-top-right-radius:.25em;border-bottom-right-radius:.25em}.mbsc-material.mbsc-segmented-item:last-child .mbsc-segmented-button.mbsc-rtl{border-right-width:0;border-radius:.25em 0 0 .25em}.mbsc-material.mbsc-segmented-button.mbsc-button{box-shadow:none;background:0 0;border:.142858em solid #0000;border-right-width:0;border-radius:0;min-width:auto;margin:0;padding:.285715em 1.14286em;font-size:.875em}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-active,.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-hover{box-shadow:none}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-focus:after{content:"";display:block;position:absolute;inset:0}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary{color:#3f97f6;border-color:#3f97f6}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-active,.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-hover{background:#3f97f633}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-selected{background:#3f97f6}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary{color:#90979e;border-color:#90979e}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-active,.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-hover{background:#90979e33}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-selected{background:#90979e}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success{color:#43be5f;border-color:#43be5f}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-active,.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-hover{background:#43be5f33}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-selected{background:#43be5f}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger{color:#f5504e;border-color:#f5504e}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-active,.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-hover{background:#f5504e33}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-selected{background:#f5504e}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning{color:#f8b042;border-color:#f8b042}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-active,.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-hover{background:#f8b04233}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-selected{background:#f8b042}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info{color:#5bb7c5;border-color:#5bb7c5}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-active,.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-hover{background:#5bb7c533}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-selected{background:#5bb7c5}.mbsc-material.mbsc-segmented-button.mbsc-button{color:#000;border-color:#1a73e8}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-active,.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-hover{background:#0003}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-selected{color:#fff;background:#1a73e8}.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-focus:after{background:#0003}.mbsc-material-dark.mbsc-segmented-button.mbsc-button{color:#fff;border-color:#87b0f3}.mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-active,.mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-hover{background:#fff3}.mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-selected{color:#000;background:#87b0f3}.mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-focus:after{background:#fff3}.mbsc-windows.mbsc-segmented{padding:.75em}.mbsc-windows.mbsc-segmented-selectbox{display:none}.mbsc-windows.mbsc-segmented-button.mbsc-button{border-color:#0000;margin:0}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-hover{border-color:#0000}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-focus{z-index:2}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-selected{background:#3f97f6}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-selected{background:#90979e}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-selected{background:#43be5f}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-selected{background:#f5504e}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-selected{background:#f8b042}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-selected{background:#5bb7c5}.mbsc-windows.mbsc-segmented-button.mbsc-button{color:#333;background:#ccc}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-active,.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-hover{background:#d4d4d4}.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-selected{color:#fff;background:#7a7a7a}.mbsc-windows-dark.mbsc-segmented-button.mbsc-button{color:#fff;background:#404040}.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-active,.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-hover{background:#454545}.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-selected{color:#000;background:#ababab}.mbsc-segmented{display:flex;overflow:hidden}.mbsc-segmented-item{vertical-align:top;text-align:center;-webkit-user-select:none;user-select:none;flex:1 1 0;min-width:0;margin:0;font-size:1em;position:relative}.mbsc-segmented-label{margin:0;padding:0;display:block}.mbsc-segmented-input{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.mbsc-segmented-button.mbsc-button{width:100%}.mbsc-ios.mbsc-timegrid-item{border-radius:2em;margin:.5em .625em;font-size:.875em;line-height:2em}.mbsc-ios.mbsc-timegrid-item.mbsc-selected,.mbsc-ios.mbsc-timegrid-item:focus,.mbsc-ios.mbsc-timegrid-item:hover{outline:none;margin:0 .25em;font-size:1em}.mbsc-ios.mbsc-timegrid-item:focus,.mbsc-ios.mbsc-timegrid-item:hover{background:#007aff4d}.mbsc-ios.mbsc-timegrid-item.mbsc-selected{color:#fff;background:#007aff}.mbsc-ios-dark.mbsc-timegrid-item:focus,.mbsc-ios-dark.mbsc-timegrid-item:hover{background:#ff9f0a4d}.mbsc-ios-dark.mbsc-timegrid-item.mbsc-selected{color:#fff;background:#ff9f0a}.mbsc-material.mbsc-timegrid-item{border-radius:2em;margin:.5em .625em;font-size:.875em;line-height:2em}.mbsc-material.mbsc-timegrid-item.mbsc-selected,.mbsc-material.mbsc-timegrid-item:focus,.mbsc-material.mbsc-timegrid-item:hover{outline:none;margin:0 .25em}.mbsc-material.mbsc-timegrid-item:focus,.mbsc-material.mbsc-timegrid-item:hover{background:#3030301a}.mbsc-material.mbsc-timegrid-item.mbsc-selected{color:#fff;background:#1a73e8}.mbsc-material-dark.mbsc-timegrid-item:focus,.mbsc-material-dark.mbsc-timegrid-item:hover{background:#ffffff1a}.mbsc-material-dark.mbsc-timegrid-item.mbsc-selected{color:#000;background:#87b0f3}.mbsc-windows.mbsc-timegrid-item{margin:.0625em;padding:1.3125em 0;font-size:14px}.mbsc-windows.mbsc-timegrid-item:focus{outline:none}.mbsc-windows.mbsc-timegrid-item.mbsc-selected{color:#333;background:#0078d740}.mbsc-windows.mbsc-timegrid-item:focus,.mbsc-windows.mbsc-timegrid-item:hover{background:#3333331a}.mbsc-windows.mbsc-timegrid-item.mbsc-selected:focus,.mbsc-windows.mbsc-timegrid-item.mbsc-selected:hover{background:#12609e59}.mbsc-windows-dark.mbsc-timegrid-item.mbsc-selected{color:#fff;background:#0078d740}.mbsc-windows-dark.mbsc-timegrid-item:focus,.mbsc-windows-dark.mbsc-timegrid-item:hover{background:#ffffff1a}.mbsc-windows-dark.mbsc-timegrid-item.mbsc-selected:focus,.mbsc-windows-dark.mbsc-timegrid-item.mbsc-selected:hover{background:#59a7e559}.mbsc-datepicker-control-calendar .mbsc-datepicker-tab-timegrid{min-height:10em}.mbsc-datepicker-tab-timegrid{min-height:19em}.mbsc-timegrid-item.mbsc-disabled{pointer-events:none;opacity:.2}.mbsc-datepicker-tab-timegrid.mbsc-datepicker-tab{align-items:flex-start;width:18.5em;position:relative;overflow:auto}.mbsc-timegrid-container{table-layout:fixed;width:100%;display:table;position:absolute;inset:0}.mbsc-timegrid-row{display:table-row}.mbsc-timegrid-cell{display:table-cell;position:relative}.mbsc-timegrid-cell.mbsc-disabled{cursor:not-allowed}.mbsc-timegrid-item{vertical-align:middle;text-align:center;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}.mbsc-ios.mbsc-picker .mbsc-popup-overlay-bottom,.mbsc-ios.mbsc-picker .mbsc-popup-overlay-top{background:0 0}.mbsc-ios.mbsc-datepicker-inline{z-index:2;border-top:1px solid;border-bottom:1px solid;margin-top:-1px;margin-bottom:-1px;position:relative}.mbsc-ios.mbsc-datepicker .mbsc-calendar-cell,.mbsc-ios.mbsc-datepicker .mbsc-calendar-cell-inner,.mbsc-ios.mbsc-datepicker .mbsc-calendar-grid{border-color:#0000}.mbsc-ios.mbsc-datepicker .mbsc-highlighted .mbsc-calendar-day-text,.mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text,.mbsc-ios.mbsc-datepicker .mbsc-range-hover-end .mbsc-calendar-day-text,.mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text,.mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text{width:1.44445em;height:1.44445em;margin:.16667em;font-size:1.125em;line-height:1.44445em}.mbsc-ios.mbsc-picker-header{text-align:center;border-bottom:1px solid;padding:.75em 4.375em;font-weight:700;line-height:1.25em}.mbsc-ios.mbsc-range-control-wrapper{padding:0 .75em;overflow:hidden}.mbsc-ios.mbsc-range-control-wrapper .mbsc-segmented{box-sizing:border-box;width:17em;max-width:100%;margin-left:auto;margin-right:auto}.mbsc-ios.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-ios.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-ios.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-ios.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented{width:25em}.mbsc-ios.mbsc-range-control-wrapper .mbsc-segmented-button{padding:0 .5em;display:block}.mbsc-ios.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button{padding:0 2.0625em 0 .5em}.mbsc-ios.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl{padding:0 .5em 0 2.0625em}.mbsc-ios.mbsc-range-control-label,.mbsc-ios.mbsc-range-control-value{text-align:left;line-height:1.53846em}.mbsc-ios.mbsc-range-control-label.active,.mbsc-ios.mbsc-range-control-value.active{font-weight:600}.mbsc-ios.mbsc-range-control-label.mbsc-rtl,.mbsc-ios.mbsc-range-control-value.mbsc-rtl{text-align:right}.mbsc-ios.mbsc-range-control-label{padding:.615385em .615385em 0}.mbsc-ios.mbsc-range-control-value{text-overflow:ellipsis;padding:0 .615385em .615385em;overflow:hidden}.mbsc-ios.mbsc-range-control-value.active{padding:0 .571429em .571429em;font-size:1.07692em;line-height:1.42857em}.mbsc-ios.mbsc-range-label-clear{width:1.30769em;height:1.30769em;margin-top:-.692308em}.mbsc-ios.mbsc-range-label-clear.mbsc-ltr{right:1em}.mbsc-ios.mbsc-range-label-clear.mbsc-rtl{left:1em}.mbsc-ios.mbsc-picker .mbsc-popup-arrow,.mbsc-ios.mbsc-picker .mbsc-popup-body{background:#fff}.mbsc-ios.mbsc-picker-header{border-color:#ccc}.mbsc-ios.mbsc-datepicker .mbsc-calendar,.mbsc-ios.mbsc-datepicker .mbsc-calendar-cell,.mbsc-ios.mbsc-datepicker .mbsc-calendar-slide{background:#fff}.mbsc-ios.mbsc-datepicker-bottom.mbsc-datepicker-control-date,.mbsc-ios.mbsc-datepicker-top.mbsc-datepicker-control-date{background:#d1d5db}.mbsc-ios.mbsc-datepicker-inline{color:#000;background:#fff;border-color:#ccc}.mbsc-ios.mbsc-range-control-value.active{color:#007aff}.mbsc-ios.mbsc-range-control-text-empty,.mbsc-ios.mbsc-range-control-text-empty.active{color:#0006}.mbsc-ios.mbsc-range-label-clear{color:#ccc}.mbsc-ios.mbsc-range-label-clear:hover{color:#b2b2b2}.mbsc-ios-dark.mbsc-picker .mbsc-popup-arrow,.mbsc-ios-dark.mbsc-picker .mbsc-popup-body{background:#1c1c1c}.mbsc-ios-dark.mbsc-picker-header{border-color:#333}.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar,.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-cell,.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-slide,.mbsc-ios-dark.mbsc-datepicker-bottom.mbsc-datepicker-control-date,.mbsc-ios-dark.mbsc-datepicker-top.mbsc-datepicker-control-date{background:#1c1c1c}.mbsc-ios-dark.mbsc-datepicker-inline{color:#fff;background:#1c1c1c;border-color:#333}.mbsc-ios-dark.mbsc-range-control-value.active{color:#ff9f0a}.mbsc-ios-dark.mbsc-range-control-text-empty,.mbsc-ios-dark.mbsc-range-control-text-empty.active{color:#fff6}.mbsc-ios-dark.mbsc-range-label-clear{color:#333}.mbsc-ios-dark.mbsc-range-label-clear:hover{color:#4d4d4d}.mbsc-material.mbsc-picker-header{text-align:center;padding:.8em .8em 0;font-size:1.25em;font-weight:500;line-height:1.4em}.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented{width:18.5em;max-width:100%;padding:0}.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-button.mbsc-font{background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:.857142em 1.14286em;display:block}.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-ltr{text-align:left}.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-rtl{text-align:right}.mbsc-material.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-ltr{padding-right:2.64286em}.mbsc-material.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl{padding-left:2.64286em}.mbsc-material.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-material.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-material.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-material.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented{width:25em}.mbsc-material.mbsc-range-control-label{text-transform:uppercase}.mbsc-material.mbsc-range-control-value{text-overflow:ellipsis;font-weight:700;overflow:hidden}.mbsc-material.mbsc-range-label-clear{width:1.3125em;height:1.3125em;margin-top:-.625em;right:.75em}.mbsc-material.mbsc-range-label-clear.mbsc-ltr{right:.75em}.mbsc-material.mbsc-range-label-clear.mbsc-rtl{left:.75em}.mbsc-material.mbsc-datepicker .mbsc-calendar-title{font-size:1.14286em;line-height:1.75em}.mbsc-material.mbsc-calendar-grid .mbsc-calendar-title{font-size:1.42857em;line-height:1.4em}.mbsc-material.mbsc-datepicker .mbsc-calendar-slide{background:#fff}.mbsc-material.mbsc-datepicker-inline{color:#303030;background:#fff}.mbsc-material.mbsc-datepicker-inline .mbsc-calendar-slide{background:#fff}.mbsc-material.mbsc-range-control-wrapper{border-bottom:1px solid #0003}.mbsc-material.mbsc-range-control-wrapper .mbsc-material.mbsc-segmented-button.mbsc-selected{border-bottom-color:#1a73e8}.mbsc-material.mbsc-range-control-text-empty,.mbsc-material.mbsc-range-control-text-empty.active{color:#30303066}.mbsc-material.mbsc-range-label-clear{color:#b0b0b0}.mbsc-material.mbsc-range-label-clear:hover{color:#7d7d7d}.mbsc-material-dark.mbsc-datepicker .mbsc-calendar-slide{background:#303030}.mbsc-material-dark.mbsc-datepicker-inline{color:#fff;background:#000}.mbsc-material-dark.mbsc-datepicker-inline .mbsc-calendar-slide{background:#000}.mbsc-material-dark.mbsc-range-control-wrapper{border-bottom:1px solid #fff3}.mbsc-material-dark.mbsc-range-control-wrapper .mbsc-material-dark.mbsc-segmented-button.mbsc-selected{border-bottom-color:#87b0f3}.mbsc-material-dark.mbsc-range-control-label.active,.mbsc-material-dark.mbsc-range-control-value.active{color:#87b0f3}.mbsc-material-dark.mbsc-range-control-text-empty,.mbsc-material-dark.mbsc-range-control-text-empty.active{color:#fff6}.mbsc-material-dark.mbsc-range-label-clear{color:gray}.mbsc-material-dark.mbsc-range-label-clear:hover{color:#b3b3b3}.mbsc-windows.mbsc-picker-header{text-align:center;border-bottom:1px solid;padding:.5em;font-weight:700}.mbsc-windows.mbsc-datepicker-tab{border-top:1px solid;margin-top:-1px}.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented{width:18.5em;max-width:100%;padding:0}.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-button.mbsc-font{text-align:left;background:0 0;border:0;border-bottom:2px solid #0000;padding:.625em 1em;line-height:1.25em;display:block}.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-rtl{text-align:right}.mbsc-windows.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-ltr{padding-right:1.875em}.mbsc-windows.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl{padding-left:1.875em}.mbsc-windows.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-windows.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-windows.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented,.mbsc-windows.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented{width:26.25em}.mbsc-windows.mbsc-range-control-label{font-size:.9375em;line-height:1.6em}.mbsc-windows.mbsc-range-control-value{text-overflow:ellipsis;font-size:1.0625em;overflow:hidden}.mbsc-windows.mbsc-range-label-clear{width:1em;height:1em;margin-top:-.5em;right:.4375em}.mbsc-windows.mbsc-range-label-clear.mbsc-ltr{right:.4375em}.mbsc-windows.mbsc-range-label-clear.mbsc-rtl{left:.4375em}.mbsc-windows.mbsc-datepicker-inline{color:#333;background:#fff}.mbsc-windows.mbsc-datepicker-tab,.mbsc-windows.mbsc-picker-header{border-color:#e6e6e6}.mbsc-windows.mbsc-range-control-wrapper{border-bottom:1px solid #e6e6e6}.mbsc-windows.mbsc-range-control-wrapper .mbsc-windows.mbsc-segmented-button.mbsc-selected{border-bottom-color:#0078d7}.mbsc-windows.mbsc-range-control-wrapper .mbsc-windows.mbsc-segmented-button.mbsc-focus{box-shadow:inset 0 0 0 1px #333}.mbsc-windows.mbsc-range-control-label.active,.mbsc-windows.mbsc-range-control-value.active{color:#0078d7}.mbsc-windows.mbsc-range-control-text-empty,.mbsc-windows.mbsc-range-control-text-empty.active{color:#3336}.mbsc-windows.mbsc-range-label-clear{color:#3339}.mbsc-windows.mbsc-range-label-clear:hover{color:#333}.mbsc-windows-dark.mbsc-datepicker-inline{color:#fff;background:#1a1a1a}.mbsc-windows-dark.mbsc-datepicker-tab,.mbsc-windows-dark.mbsc-picker-header{border-color:#343434}.mbsc-windows-dark.mbsc-range-control-wrapper{border-bottom:1px solid #343434}.mbsc-windows-dark.mbsc-range-control-wrapper .mbsc-windows-dark.mbsc-segmented-button.mbsc-selected{border-bottom-color:#0078d7}.mbsc-windows-dark.mbsc-range-control-wrapper .mbsc-windows-dark.mbsc-segmented-button.mbsc-focus{box-shadow:inset 0 0 0 1px #fff}.mbsc-windows-dark.mbsc-range-control-label.active,.mbsc-windows-dark.mbsc-range-control-value.active{color:#0078d7}.mbsc-windows-dark.mbsc-range-control-text-empty,.mbsc-windows-dark.mbsc-range-control-text-empty.active{color:#fff6}.mbsc-windows-dark.mbsc-range-label-clear{color:#fff9}.mbsc-windows-dark.mbsc-range-label-clear:hover{color:#fff}mbsc-datetime{width:100%;display:block}.mbsc-datepicker-inline{height:100%}.mbsc-datepicker .mbsc-calendar{box-sizing:border-box;max-width:100%;height:100%;padding-bottom:.5em;display:block}.mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-week-days{padding:0 .5em}.mbsc-range-control-wrapper .mbsc-segmented-input{width:1px}.mbsc-range-label-clear{position:absolute;top:50%}.mbsc-datepicker-tab-wrapper{flex-wrap:wrap;justify-content:center;display:flex;position:relative;overflow:hidden}.mbsc-datepicker-tab{visibility:hidden;justify-content:center;align-items:center;max-width:100%;display:flex}.mbsc-datepicker-tab-expand{flex:auto;height:100%}.mbsc-datepicker-tab-active{visibility:visible}.mbsc-datepicker-time-modal{z-index:1;max-width:none;height:100%;position:absolute;top:0;left:0;right:0}.mbsc-datepicker .mbsc-calendar-slide{padding:0 .5em}.mbsc-ios.mbsc-list-item{margin-top:-1px;padding:1em}.mbsc-ios.mbsc-list-item:after,.mbsc-ios.mbsc-list-item:before{content:"";position:absolute;left:1em;right:0}.mbsc-ios.mbsc-list-item.mbsc-rtl:after,.mbsc-ios.mbsc-list-item.mbsc-rtl:before{left:0;right:1em}.mbsc-ios.mbsc-list-item:before{transition:none;top:0}.mbsc-ios.mbsc-list-item:after{bottom:0}.mbsc-ios.mbsc-list-item:first-child:before,.mbsc-ios.mbsc-list-item:last-child:after{left:0;right:0}.mbsc-ios.mbsc-list-item.mbsc-active,.mbsc-ios.mbsc-list-item.mbsc-hover{z-index:3}.mbsc-ios.mbsc-list-item.mbsc-focus,.mbsc-ios.mbsc-list-item.mbsc-selected{z-index:5}.mbsc-ios.mbsc-list-item.mbsc-active:after,.mbsc-ios.mbsc-list-item.mbsc-active:before,.mbsc-ios.mbsc-list-item.mbsc-focus:after,.mbsc-ios.mbsc-list-item.mbsc-focus:before,.mbsc-ios.mbsc-list-item.mbsc-hover:after,.mbsc-ios.mbsc-list-item.mbsc-hover:before,.mbsc-ios.mbsc-list-item.mbsc-selected:after,.mbsc-ios.mbsc-list-item.mbsc-selected:before{left:0;right:0}.mbsc-ios.mbsc-list-header{z-index:4;text-transform:uppercase;border-top:1px solid;border-bottom:1px solid;margin-top:-1px;padding:2.33333em 1.33333em .5em;font-size:.75em;line-height:1.5em}.mbsc-ios.mbsc-list-header:first-child{border-top:0;margin-top:0}.mbsc-ios.mbsc-list-item-background{pointer-events:none;border-radius:.5em;margin:.25em;transition:background-color .15s ease-in-out;position:absolute;inset:0}.mbsc-ios.mbsc-list-item{color:#000;background:#fff;border-color:#ccc}.mbsc-ios.mbsc-list-item:after,.mbsc-ios.mbsc-list-item:before{border-top:1px solid #ccc}.mbsc-ios.mbsc-list-header{color:#707070;background:#efeff4;border-color:#ccc}.mbsc-ios.mbsc-list-item.mbsc-active:before{background:#00000026}.mbsc-ios-dark.mbsc-list-item{color:#fff;background:#000;border-color:#333}.mbsc-ios-dark.mbsc-list-item:after,.mbsc-ios-dark.mbsc-list-item:before{border-top:1px solid #333}.mbsc-ios-dark.mbsc-list-header{color:#8f8f8f;background:#1a1a1a;border-color:#333}.mbsc-ios-dark.mbsc-list-item.mbsc-active:before{background:#00000026}.mbsc-material.mbsc-list-header{color:#1a73e8;background:#fff;margin-top:-1px;padding:.5714em 1.14285em;font-size:.875em;font-weight:600}.mbsc-material.mbsc-list-item{color:#303030;background:#fff}.mbsc-material.mbsc-list-item.mbsc-hover:before{background:#0000000d}.mbsc-material.mbsc-list-item.mbsc-active:before{background:#0000001a}.mbsc-material-dark.mbsc-list-header{color:#87b0f3;background:#000}.mbsc-material-dark.mbsc-list-item{color:#fff;background:#000}.mbsc-material-dark.mbsc-list-item.mbsc-hover:before{background:#0000000d}.mbsc-material-dark.mbsc-list-item.mbsc-active:before{background:#0000001a}.mbsc-windows.mbsc-list-header{font-weight:500;line-height:1.25em}.mbsc-windows.mbsc-list-item{padding:.5em;line-height:1.25em}.mbsc-windows.mbsc-list-header,.mbsc-windows.mbsc-list-item{color:#333;background:#fff}.mbsc-windows.mbsc-list-item.mbsc-hover:before{background:#3333331a}.mbsc-windows.mbsc-list-item.mbsc-active:before{background:#3333}.mbsc-windows-dark.mbsc-list-header,.mbsc-windows-dark.mbsc-list-item{color:#fff;background:#1a1a1a}.mbsc-windows-dark.mbsc-list-item.mbsc-hover:before{background:#ffffff38}.mbsc-windows-dark.mbsc-list-item.mbsc-active:before{background:#ffffff4d}.mbsc-list{display:block}.mbsc-list-header{display:flex}.mbsc-list-item{z-index:2;box-sizing:border-box;line-height:1.25em;list-style:none;display:flex;position:relative;overflow:hidden}.mbsc-list-item-actionable{cursor:pointer}.mbsc-list-item:before{content:"";z-index:-1;pointer-events:none;transition:background-color .2s ease-out;position:absolute;inset:0}.mbsc-list-item:focus{outline:0}.mbsc-list-item::-moz-focus-inner{border:0}.mbsc-schedule-grid-wrapper{position:relative;overflow:hidden}.mbsc-schedule-time-col,.mbsc-timeline-resource-col,.mbsc-timeline-sidebar-col{box-sizing:border-box;flex:none;width:4.25em}.mbsc-schedule-grid-scroll,.mbsc-timeline-grid-scroll{-webkit-overflow-scrolling:touch;overflow:auto scroll}.mbsc-schedule-grid{flex:1 0 auto}.mbsc-schedule-all-day-item:after,.mbsc-timeline-day-border:after{content:"";z-index:1;position:absolute;top:0;bottom:0}.mbsc-schedule-all-day-item.mbsc-ltr:after,.mbsc-timeline-day-border.mbsc-ltr:after{border-right-style:solid;border-right-width:1px;left:100%}.mbsc-schedule-all-day-item.mbsc-rtl:after,.mbsc-timeline-day-border.mbsc-rtl:after{border-left-style:solid;border-left-width:1px;right:100%}.mbsc-schedule-column.mbsc-ltr,.mbsc-timeline-column.mbsc-rtl,.mbsc-timeline-footer-date.mbsc-rtl,.mbsc-timeline-header-column.mbsc-rtl,.mbsc-timeline-header-date.mbsc-rtl,.mbsc-timeline-resource-footer-cont.mbsc-rtl,.mbsc-timeline-resource-header-cont.mbsc-rtl,.mbsc-timeline-resource.mbsc-rtl,.mbsc-timeline-sidebar-footer-cont.mbsc-ltr,.mbsc-timeline-sidebar-header-cont.mbsc-ltr,.mbsc-timeline-sidebar-resource.mbsc-ltr,.mbsc-timeline-slot-header.mbsc-rtl{border-left-style:solid;border-left-width:1px}.mbsc-schedule-column.mbsc-rtl,.mbsc-timeline-column.mbsc-ltr,.mbsc-timeline-footer-date.mbsc-ltr,.mbsc-timeline-header-column.mbsc-ltr,.mbsc-timeline-header-date.mbsc-ltr,.mbsc-timeline-resource-footer-cont.mbsc-ltr,.mbsc-timeline-resource-header-cont.mbsc-ltr,.mbsc-timeline-resource.mbsc-ltr,.mbsc-timeline-sidebar-footer-cont.mbsc-rtl,.mbsc-timeline-sidebar-header-cont.mbsc-rtl,.mbsc-timeline-sidebar-resource.mbsc-rtl,.mbsc-timeline-slot-header.mbsc-ltr{border-right-style:solid;border-right-width:1px}.mbsc-schedule-event:focus{outline:none}.mbsc-schedule-event{box-sizing:border-box;z-index:1;min-height:.75em;padding:1px 0;position:absolute}.mbsc-schedule-event.mbsc-ltr{left:0}.mbsc-schedule-event.mbsc-rtl{right:0}.mbsc-schedule-event-hover{cursor:pointer}.mbsc-schedule-event-inner{box-sizing:border-box;max-height:100%;margin:0 .2em;padding:.5em;font-size:.625em;line-height:1.5em;position:relative;overflow:hidden}.mbsc-schedule-event-small-height.mbsc-schedule-event-inner{margin-top:-1px;padding-top:0;padding-bottom:0;line-height:1.2em}.mbsc-schedule-event-small-height.mbsc-schedule-event-inner .mbsc-schedule-event-title{font-size:1em}.mbsc-schedule-event-background{background:currentColor;position:absolute;inset:-.5em 1px}.mbsc-schedule-event-start .mbsc-schedule-event-background{top:1px}.mbsc-schedule-event-end .mbsc-schedule-event-background{bottom:1px}.mbsc-schedule-event-range{font-size:.8em}.mbsc-schedule-event-all-day{box-sizing:border-box;z-index:2;min-height:0;margin:.125em 0;padding:0 .25em;display:block;position:relative}.mbsc-schedule-event-all-day-placeholder{z-index:-1}.mbsc-schedule-event-all-day-inner{white-space:nowrap;text-overflow:ellipsis;height:1.6em;margin:0;padding:0 .3em;font-size:.625em;line-height:1.6em;position:relative;overflow:hidden}.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background{top:0;bottom:0}.mbsc-schedule-event-dragging{z-index:3;position:absolute;top:0}.mbsc-schedule-event-inactive{opacity:.5}.mbsc-schedule-event-hidden{visibility:hidden}.mbsc-schedule-event-resize{z-index:1;cursor:ns-resize;height:.25em;display:none;position:absolute;left:0;right:0}.mbsc-schedule-event-resize-start{top:0}.mbsc-schedule-event-resize-end{bottom:0}.mbsc-schedule-event-resize-start:after{top:-.25em;right:.5em}.mbsc-schedule-event-resize-end:after{bottom:-.25em;left:.5em}.mbsc-schedule-event-resize:after{content:"";box-sizing:border-box;background:#fff;border:1px solid;border-radius:50%;width:.5em;height:.5em;margin:1px 0;position:absolute}.mbsc-schedule-event-resize-end-touch:before,.mbsc-schedule-event-resize-start-touch:before{content:"";width:1.5em;height:1em;margin:1px 0;position:absolute}.mbsc-schedule-event-resize-start-touch:before{top:-.5em;right:0}.mbsc-schedule-event-resize-end-touch:before{bottom:-.5em;left:0}.mbsc-schedule-event-dragging .mbsc-schedule-event-resize,.mbsc-schedule-event-hover .mbsc-schedule-event-resize{display:block}.mbsc-schedule-color,.mbsc-schedule-invalid{box-sizing:content-box;z-index:0;position:absolute;inset:-.5em 0;overflow:hidden}.mbsc-schedule-color-all-day,.mbsc-schedule-invalid-all-day{z-index:-1;top:0;bottom:0}.mbsc-schedule-color-start,.mbsc-schedule-invalid-start{margin-top:-.5em;padding-top:.5em}.mbsc-schedule-color-end,.mbsc-schedule-invalid-end{padding-bottom:.5em}.mbsc-schedule-color-text,.mbsc-schedule-invalid-text{padding:.375em;font-size:.75em}.mbsc-schedule-color-text{opacity:.8}.mbsc-schedule-time-indicator{z-index:2;pointer-events:none;position:absolute}.mbsc-schedule-time-indicator-x{border-bottom:1px solid}.mbsc-schedule-time-indicator-x.mbsc-ltr{left:4.25em;right:0}.mbsc-schedule-time-indicator-x.mbsc-rtl{left:0;right:4.25em}.mbsc-schedule-time-indicator-y{border-left:1px solid;margin-top:-.25em;top:2em;bottom:0}.mbsc-schedule-time-indicator-y.mbsc-ltr{margin-left:-1px}.mbsc-schedule-time-indicator-y.mbsc-rtl{margin-right:-1px}.mbsc-schedule-time-indicator-day{width:14.2857%;position:absolute}.mbsc-schedule-time-indicator-day:before{content:"";z-index:1;border-radius:50%;width:.4375em;height:.4375em;margin-top:-.1875em;margin-left:-.1875em;margin-right:-.1875em;position:absolute}.mbsc-schedule-time-indicator-time{white-space:nowrap;margin-top:1px;padding:0 .8em;font-size:.625em;line-height:2em;position:absolute;top:-1em}.mbsc-schedule-time-indicator-time-y{margin-left:-.5em;margin-right:-.5em;padding:0 .5em;line-height:1.6em;top:-1.8em}.mbsc-schedule-time-indicator-time-x.mbsc-ltr,.mbsc-schedule-time-indicator-time-y.mbsc-rtl{right:100%}.mbsc-schedule-time-indicator-time-x.mbsc-rtl,.mbsc-schedule-time-indicator-time-y.mbsc-ltr{left:100%}.mbsc-schedule-cursor-time{z-index:3;white-space:nowrap;box-sizing:border-box;font-size:.625em;line-height:2em;position:absolute}.mbsc-schedule-cursor-time-x{margin-top:-1em}.mbsc-schedule-cursor-time-x.mbsc-ltr{text-align:right}.mbsc-schedule-cursor-time-x.mbsc-rtl{text-align:left}.mbsc-schedule-cursor-time-y{padding:0 .5em;top:.9em}@supports (overflow:clip){.mbsc-schedule-event-inner{position:sticky;top:0}}.mbsc-schedule-wrapper{overflow:auto}.mbsc-schedule-resource-group{box-sizing:border-box;flex-basis:16em}.mbsc-schedule-resource-group:first-child:last-child{flex-basis:0}.mbsc-schedule-resource-group.mbsc-ltr{border-left-style:solid;border-left-width:2px}.mbsc-schedule-resource-group.mbsc-rtl{border-right-style:solid;border-right-width:2px}.mbsc-schedule-resource-group:first-child{border:0}.mbsc-schedule-date-header-text{text-align:center;line-height:1.5em}.mbsc-schedule-header{overflow:hidden}.mbsc-schedule-all-day-group-wrapper,.mbsc-schedule-header-wrapper{min-width:0;overflow:hidden}.mbsc-schedule-header-item{text-align:center;line-height:1.25em;display:block;position:relative}.mbsc-schedule-header-item.mbsc-hover{cursor:pointer}.mbsc-schedule-header-dayname{font-size:.75em}.mbsc-schedule-header-day{font-size:1.125em}.mbsc-schedule-col-width{box-sizing:border-box;width:2.5em}.mbsc-schedule-wrapper-multi .mbsc-schedule-col-width{width:6.25em}.mbsc-schedule-resource{overflow:hidden}.mbsc-schedule-resource-title{text-align:center;padding:.5em;font-size:.875em;font-weight:600}.mbsc-schedule-all-day-cont{position:relative}.mbsc-schedule-all-day-wrapper{max-height:7.8125em;position:relative;overflow:hidden scroll}.mbsc-schedule-all-day-wrapper-shadow:after{content:"";z-index:4;pointer-events:none;height:4px;position:absolute;bottom:-4px;left:0;right:0;box-shadow:inset 0 .5em .25em -.5em #30303080}.mbsc-schedule-all-day-item{position:relative}.mbsc-schedule-all-day-item:first-child,.mbsc-schedule-column:first-child{border:0}.mbsc-schedule-timezone-labels{z-index:1;font-weight:700;position:absolute;bottom:0}.mbsc-schedule-timezone-label{white-space:nowrap;text-overflow:ellipsis;font-size:.75em;overflow:hidden}.mbsc-schedule-time-indicator-tz{width:5.66667em}.mbsc-schedule-time-indicator-tz.mbsc-ltr,.mbsc-schedule-timezone-label.mbsc-ltr{text-align:right}.mbsc-schedule-time-indicator-tz.mbsc-rtl,.mbsc-schedule-timezone-label.mbsc-rtl{text-align:left}.mbsc-schedule-time-wrapper{box-sizing:border-box;pointer-events:auto;width:4.25em;height:3.125em;position:relative}.mbsc-schedule-time{font-size:.75em;line-height:2em;position:relative;top:-1em}.mbsc-schedule-time-end{position:absolute;inset:auto 0 -1em}.mbsc-schedule-time-col.mbsc-ltr{text-align:right}.mbsc-schedule-time-col.mbsc-rtl{text-align:left}.mbsc-schedule-time-cont-pos{position:relative}.mbsc-schedule-time-cont-inner{z-index:2;pointer-events:none;box-sizing:border-box;width:100%;height:100%;padding:.5em 0;position:absolute}.mbsc-schedule-column{padding:.5em 0}.mbsc-schedule-column-inner{position:relative}.mbsc-schedule-all-day-item,.mbsc-schedule-item{box-sizing:border-box}.mbsc-schedule-item{border-top:1px solid;height:3.125em;position:relative}.mbsc-schedule-item-last{border-bottom:1px solid}.mbsc-schedule-events{height:100%;position:absolute}.mbsc-schedule-events.mbsc-ltr{left:0;right:.5em}.mbsc-schedule-events.mbsc-rtl{left:.5em;right:0}.mbsc-schedule-event-all-day .mbsc-schedule-event-resize{cursor:ew-resize;width:.25em;height:100%}.mbsc-schedule-event-all-day .mbsc-schedule-event-resize:after{margin-top:-.25em;top:50%;left:auto;right:auto}.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-rtl,.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-ltr{right:auto}.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-ltr,.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-rtl{left:auto}.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-rtl:after,.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-ltr:after{right:-.25em}.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-ltr:after,.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-rtl:after{left:-.25em}.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start-touch:before{height:1.5em;margin-top:-.75em;top:50%;left:-.75em;right:auto}.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end-touch:before{height:1.5em;margin-top:-.75em;top:50%;left:auto;right:-.75em}.mbsc-calendar-width-md .mbsc-schedule-event-title{font-size:1.2em}.mbsc-calendar-width-md .mbsc-schedule-event-all-day-title,.mbsc-calendar-width-md .mbsc-schedule-event-range{font-size:1em}.mbsc-calendar-width-md .mbsc-schedule-event-all-day-inner{height:1.5em;padding:0 .333334em;font-size:.75em;line-height:1.5em}.mbsc-timeline{position:relative;overflow:hidden}.mbsc-timeline.mbsc-ltr{margin-right:-1px}.mbsc-timeline.mbsc-rtl{margin-left:-1px}.mbsc-timeline-resource-col,.mbsc-timeline-sidebar-col{width:12em}.mbsc-timeline-resources,.mbsc-timeline-sidebar{z-index:4;position:absolute;top:0;bottom:15px;overflow:hidden}.mbsc-timeline-resources.mbsc-ltr,.mbsc-timeline-sidebar.mbsc-rtl{left:0}.mbsc-timeline-resources.mbsc-rtl,.mbsc-timeline-sidebar.mbsc-ltr{right:0}.mbsc-timeline-resource-footer-cont,.mbsc-timeline-resource-header-cont,.mbsc-timeline-sidebar-footer-cont,.mbsc-timeline-sidebar-header-cont{z-index:5;pointer-events:auto;position:relative;overflow:hidden}.mbsc-timeline-resource,.mbsc-timeline-sidebar-resource{box-sizing:border-box;overflow:hidden}.mbsc-timeline-parent{background:#e6e6e640}.mbsc-timeline-resource-icon{cursor:pointer;box-sizing:content-box;margin:.357143em 0;font-size:.875em;font-weight:600}.mbsc-timeline-resource-icon.mbsc-ltr{margin-left:.5em}.mbsc-timeline-resource-icon.mbsc-rtl{margin-right:.5em}.mbsc-timeline-resource-footer,.mbsc-timeline-resource-header,.mbsc-timeline-resource-title,.mbsc-timeline-sidebar-footer,.mbsc-timeline-sidebar-header,.mbsc-timeline-sidebar-resource-title{padding:.5em;font-size:.875em;font-weight:600}.mbsc-timeline-footer,.mbsc-timeline-header{z-index:3;position:absolute;left:0;right:0;overflow:hidden}.mbsc-timeline-header{top:0}.mbsc-timeline-footer{margin-top:-1px;bottom:0}.mbsc-timeline-footer-date{box-sizing:border-box;min-height:3.25em;position:relative;overflow:hidden}.mbsc-timeline-footer-bg,.mbsc-timeline-header-bg{position:relative}.mbsc-timeline-day{box-sizing:border-box;min-width:9em;position:relative}.mbsc-timeline-day-month{min-width:0}.mbsc-timeline-column.mbsc-timeline-no-border,.mbsc-timeline-header-column.mbsc-timeline-no-border{border-left:0;border-right:0}.mbsc-timeline-month{min-width:0;position:relative}.mbsc-timeline-header-month,.mbsc-timeline-header-week{box-sizing:border-box;height:1.625em}.mbsc-timeline-header-date{box-sizing:border-box;min-height:1.625em}.mbsc-timeline-header-month-last.mbsc-ltr,.mbsc-timeline-header-week-last.mbsc-ltr{border-right-style:solid;border-right-width:1px}.mbsc-timeline-header-month-last.mbsc-rtl,.mbsc-timeline-header-week-last.mbsc-rtl{border-left-style:solid;border-left-width:1px}.mbsc-timeline-header-date-text,.mbsc-timeline-header-month-text,.mbsc-timeline-header-week-text{vertical-align:top;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;padding:0 .285714em;font-size:.875em;line-height:1.78572em;display:inline-block}.mbsc-timeline-header-month-text{font-weight:700}.mbsc-timeline-footer-date-cont,.mbsc-timeline-header-date-cont,.mbsc-timeline-header-date-text,.mbsc-timeline-header-month-text-last,.mbsc-timeline-header-week-text-last{max-width:100%;overflow:hidden}.mbsc-timeline-header-active{z-index:0;padding:0 .714286em;position:relative}.mbsc-timeline-header-active:after{content:"";z-index:-1;border-radius:1.5em;position:absolute;inset:.142857em}.mbsc-timeline-header-column{border-bottom:1px solid;height:1.625em;overflow:hidden}.mbsc-timeline-header-time{white-space:nowrap;text-overflow:ellipsis;min-width:0;padding:0 .5em;font-size:.625em;line-height:2.6em;overflow:hidden}.mbsc-timeline-time-indicator-cont{pointer-events:none;box-sizing:content-box;width:100%;height:100%;margin-top:-2em;padding-top:2em;position:absolute;top:100%;overflow:hidden}.mbsc-timeline-header-sticky{z-index:6;pointer-events:none;position:absolute;top:0;left:0;right:0}.mbsc-timeline-header-sticky .mbsc-timeline-header-date{border-left:0;border-right:0}.mbsc-timeline-footer-sticky{z-index:6;pointer-events:none;position:absolute;bottom:0;left:0;right:0}.mbsc-timeline-column,.mbsc-timeline-header-column{box-sizing:border-box;width:4.625em;position:relative}.mbsc-timeline-grid-scroll{-webkit-overflow-scrolling:auto;overflow-y:auto}.mbsc-timeline-grid{position:relative;overflow:hidden}.mbsc-timeline-row{box-sizing:border-box;flex:1 0 auto;height:3.25em;position:relative}.mbsc-timeline-sizes{visibility:hidden;height:0;position:absolute;left:0;right:0;overflow:hidden}.mbsc-timeline-row-gutter{height:1em}.mbsc-timeline-header-date,.mbsc-timeline-header-month,.mbsc-timeline-header-week,.mbsc-timeline-resource,.mbsc-timeline-resource-header-cont,.mbsc-timeline-row,.mbsc-timeline-sidebar-header-cont,.mbsc-timeline-sidebar-resource{border-bottom-style:solid;border-bottom-width:1px}.mbsc-timeline-footer-date,.mbsc-timeline-resource-footer-cont,.mbsc-timeline-sidebar-footer-cont{border-top-style:solid;border-top-width:1px}.mbsc-timeline-events{width:100%;position:absolute;top:0;bottom:1em}.mbsc-timeline-event{z-index:2;min-width:.75em;padding:6px 0 0}.mbsc-timeline-event.mbsc-schedule-event-all-day{padding-left:.25em;padding-right:.25em}.mbsc-timeline-event .mbsc-schedule-event-all-day-inner{height:1.5em;padding:0 .333334em;font-size:.75em;line-height:1.5em}.mbsc-timeline-event .mbsc-schedule-event-range,.mbsc-timeline-event .mbsc-schedule-event-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mbsc-timeline-event-background{margin-top:6px;top:0;bottom:0}.mbsc-timeline-event-resize{cursor:ew-resize;width:.25em;inset:6px auto 0}.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end.mbsc-rtl,.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start.mbsc-ltr{height:auto;left:0}.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end.mbsc-ltr,.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start.mbsc-rtl{height:auto;right:0}.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end:after,.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start:after{margin-top:-.25em;top:50%}.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end:after{left:-.125em}.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start:after{right:-.125em}.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end-touch:before,.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start-touch:before{height:1.5em;margin:-.75em 0 0 -.75em;top:50%;left:50%}.mbsc-timeline-event-listing{margin:0;position:absolute}.mbsc-timeline-event-listing.mbsc-timeline-event-dragging{position:absolute;top:0}.mbsc-timeline-event-slot{margin:0 2px;position:relative;left:0;right:0}.mbsc-timeline-color,.mbsc-timeline-invalid{margin:0;padding:0;top:0;bottom:0}.mbsc-timeline-header-column.mbsc-timeline-no-height{border:0;height:0}.mbsc-connections{pointer-events:none;z-index:0;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.mbsc-connection{stroke-width:1.5px;fill:none;pointer-events:visibleStroke}.mbsc-timeline-slots{box-sizing:border-box;border-bottom:1px solid;height:1.625em}.mbsc-timeline-slot{box-sizing:border-box;flex:1 0 auto;width:8em;position:relative}.mbsc-timeline-slot-title{white-space:nowrap;text-overflow:ellipsis;padding:0 .285714em;font-size:.875em;font-weight:600;line-height:1.78572em;overflow:hidden}.mbsc-has-sticky .mbsc-timeline-grid-scroll.mbsc-ltr{position:relative}.mbsc-has-sticky .mbsc-timeline-footer,.mbsc-has-sticky .mbsc-timeline-header{position:sticky;left:auto;right:auto;overflow:visible}.mbsc-has-sticky .mbsc-timeline-resources.mbsc-ltr,.mbsc-has-sticky .mbsc-timeline-sidebar.mbsc-ltr{position:sticky;top:auto;bottom:auto;overflow:visible}@supports (overflow:clip){.mbsc-timeline-grid{overflow:clip}.mbsc-timeline .mbsc-schedule-event-inner{vertical-align:top;max-width:100%;display:inline-block}.mbsc-timeline.mbsc-ltr .mbsc-schedule-event-inner{left:192px}.mbsc-timeline.mbsc-rtl .mbsc-schedule-event-inner{right:192px}.mbsc-timeline-event-slot .mbsc-schedule-event-inner{display:block;position:relative}.mbsc-timeline .mbsc-timeline-event-slot .mbsc-schedule-event-inner,.mbsc-timeline.mbsc-timeline-no-resource .mbsc-schedule-event-inner{left:0;right:0}}.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header-vertical{border-bottom-style:solid;border-bottom-width:1px;margin-bottom:-1px}.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-wrapper{border-bottom-style:solid;border-bottom-width:1px}.mbsc-ios.mbsc-popover-list .mbsc-event:last-child:after{display:none}.mbsc-ios.mbsc-event-day.mbsc-list-header{text-transform:none;padding:.5em 1em;font-weight:700;line-height:1.5em}.mbsc-ios.mbsc-event-time{width:6em;font-size:.875em;line-height:1.42857em}.mbsc-ios.mbsc-event-color{border-radius:.125em;width:.25em;margin:0 .5em 0 -.5em}.mbsc-ios.mbsc-event-color.mbsc-rtl{margin:0 -.5em 0 .5em}.mbsc-ios.mbsc-event-time.mbsc-ltr{text-align:right}.mbsc-ios.mbsc-event-time.mbsc-rtl{text-align:left}.mbsc-ios.mbsc-event-end{opacity:.7}.mbsc-ios.mbsc-event-text{font-weight:500}.mbsc-ios.mbsc-event-sep{display:none}.mbsc-ios.mbsc-calendar-button-today{padding:0;font-weight:500}.mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-day,.mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-wrapper{border:0}.mbsc-ios.mbsc-schedule-wrapper{z-index:2;margin-top:-1px;position:relative}.mbsc-ios.mbsc-schedule-header{border-bottom:1px solid}.mbsc-ios.mbsc-schedule-header-item{padding:.4375em 0;line-height:1.75em}.mbsc-ios.mbsc-schedule-header-item.mbsc-ltr{border-left-style:solid;border-left-width:1px}.mbsc-ios.mbsc-schedule-header-item.mbsc-rtl{border-right-style:solid;border-right-width:1px}.mbsc-ios.mbsc-schedule-header-item:first-child{border:0}.mbsc-ios.mbsc-schedule-header-dayname{font-size:1em;font-weight:400}.mbsc-ios.mbsc-schedule-header-day{text-align:center;border-radius:50%;width:1.625em;height:1.625em;font-size:1em;font-weight:400;line-height:1.625em;display:inline-block}.mbsc-ios.mbsc-schedule-header-item-large{padding:.1875em 0}.mbsc-ios.mbsc-schedule-header-item-large.mbsc-schedule-header-item{border-color:#0000}.mbsc-ios.mbsc-schedule-header-item-large .mbsc-schedule-header-dayname{padding:0 .375em;font-size:1em;font-weight:400;display:inline-block}.mbsc-ios.mbsc-schedule-all-day-wrapper{border-bottom:1px solid;max-height:3.125em}.mbsc-ios.mbsc-schedule-all-day-text{text-transform:lowercase;padding:.5em .666667em;font-size:.75em}.mbsc-ios.mbsc-schedule-timezone-label{padding:0 .666667em;line-height:2.5em}.mbsc-ios.mbsc-schedule-date-header{z-index:3;will-change:opacity;border-bottom:1px solid;position:relative}.mbsc-ios.mbsc-schedule-date-header-text{padding:.5em;font-size:.75em;font-weight:700}.mbsc-ios.mbsc-schedule-resource.mbsc-ltr{border-left-style:solid;border-left-width:1px}.mbsc-ios.mbsc-schedule-resource.mbsc-rtl{border-right-style:solid;border-right-width:1px}.mbsc-ios.mbsc-schedule-resource:first-child{border:0}.mbsc-ios.mbsc-schedule-all-day-item{min-height:1.875em;padding:.25em 0}.mbsc-ios.mbsc-schedule-time{padding:0 .8em;font-size:.625em}.mbsc-ios.mbsc-schedule-cursor-time-x{width:6.8em;padding:0 .8em}.mbsc-ios.mbsc-schedule-event:after{content:"";z-index:-1;position:absolute;inset:-.5em 1px}.mbsc-ios.mbsc-schedule-event-start:after{top:1px}.mbsc-ios.mbsc-schedule-event-end:after{bottom:1px}.mbsc-ios.mbsc-schedule-event-custom:after{display:none}.mbsc-ios.mbsc-schedule-event-background{opacity:.3;transition:opacity .15s ease-in-out}.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-background,.mbsc-ios.mbsc-schedule-event-start:after{border-top-left-radius:.25em;border-top-right-radius:.25em}.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-background,.mbsc-ios.mbsc-schedule-event-end:after{border-bottom-right-radius:.25em;border-bottom-left-radius:.25em}.mbsc-ios.mbsc-timeline-event:after{margin-top:6px;top:0;bottom:0}.mbsc-ios.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-background,.mbsc-ios.mbsc-timeline-event-end.mbsc-rtl:after,.mbsc-ios.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-background,.mbsc-ios.mbsc-timeline-event-start.mbsc-ltr:after{border-top-left-radius:.25em;border-bottom-left-radius:.25em}.mbsc-ios.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-background,.mbsc-ios.mbsc-timeline-event-end.mbsc-ltr:after,.mbsc-ios.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-background,.mbsc-ios.mbsc-timeline-event-start.mbsc-rtl:after{border-top-right-radius:.25em;border-bottom-right-radius:.25em}.mbsc-ios.mbsc-schedule-event-hover .mbsc-schedule-event-background{opacity:.6}.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-background,.mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-background{opacity:.9}.mbsc-ios.mbsc-schedule-event-dragging{top:.25em}.mbsc-ios.mbsc-timeline-event-dragging{top:0}.mbsc-ios.mbsc-schedule-event-bar{background:currentColor;width:.1875em;position:absolute;top:-.5em;bottom:-.5em}.mbsc-ios.mbsc-schedule-event-bar.mbsc-ltr{left:1px}.mbsc-ios.mbsc-schedule-event-bar.mbsc-rtl{right:1px}.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar{top:1px}.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar.mbsc-ltr,.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar.mbsc-rtl{border-top-left-radius:.1875em}.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar{bottom:1px}.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar.mbsc-ltr,.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar.mbsc-rtl{border-bottom-left-radius:.1875em}.mbsc-ios.mbsc-schedule-event-title{font-weight:600}.mbsc-ios.mbsc-schedule-event-all-day:after{top:0;bottom:0}.mbsc-ios.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background{border-radius:0}.mbsc-ios.mbsc-schedule-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background,.mbsc-ios.mbsc-schedule-event-end.mbsc-schedule-event-all-day.mbsc-rtl:after,.mbsc-ios.mbsc-schedule-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background,.mbsc-ios.mbsc-schedule-event-start.mbsc-schedule-event-all-day.mbsc-ltr:after,.mbsc-ios.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background,.mbsc-ios.mbsc-timeline-event-end.mbsc-schedule-event-all-day.mbsc-rtl:after,.mbsc-ios.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background,.mbsc-ios.mbsc-timeline-event-start.mbsc-schedule-event-all-day.mbsc-ltr:after{border-top-left-radius:.25em;border-bottom-left-radius:.25em;left:.25em}.mbsc-ios.mbsc-schedule-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background,.mbsc-ios.mbsc-schedule-event-end.mbsc-schedule-event-all-day.mbsc-ltr:after,.mbsc-ios.mbsc-schedule-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background,.mbsc-ios.mbsc-schedule-event-start.mbsc-schedule-event-all-day.mbsc-rtl:after,.mbsc-ios.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background,.mbsc-ios.mbsc-timeline-event-end.mbsc-schedule-event-all-day.mbsc-ltr:after,.mbsc-ios.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background,.mbsc-ios.mbsc-timeline-event-start.mbsc-schedule-event-all-day.mbsc-rtl:after{border-top-right-radius:.25em;border-bottom-right-radius:.25em;right:.25em}.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-all-day-wrapper{max-height:3.5em}.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-time,.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-time-indicator-time-x{padding:0 .666667em;font-size:.75em}.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-cursor-time-x{width:5.66667em;padding:0 .666667em;font-size:.75em}.mbsc-ios.mbsc-timeline-resource-icon{width:1.21429em;padding:0 .142858em}.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header,.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days{background:#f7f7f7}.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled{background:#efefef}.mbsc-ios.mbsc-event-list-empty{color:#707070}.mbsc-ios.mbsc-event-day.mbsc-list-header{color:#000;background:#fff;border-color:#ccc}.mbsc-ios.mbsc-event.mbsc-list-item{color:#000;background:#fff}.mbsc-ios.mbsc-event.mbsc-list-item:after,.mbsc-ios.mbsc-event.mbsc-list-item:before{border-color:#ccc}.mbsc-ios.mbsc-event.mbsc-list-item.mbsc-hover:before{background:#0000000d}.mbsc-ios.mbsc-event.mbsc-list-item.mbsc-focus .mbsc-list-item-background,.mbsc-ios.mbsc-event.mbsc-list-item.mbsc-selected .mbsc-list-item-background{background:#00000026}.mbsc-ios.mbsc-event-color{background:#5ac8fa}.mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-day,.mbsc-ios.mbsc-schedule-wrapper{background:#f7f7f7}.mbsc-ios.mbsc-schedule-header,.mbsc-ios.mbsc-schedule-header-item{border-color:#ccc}.mbsc-ios.mbsc-schedule-header-day-today{color:#007aff}.mbsc-ios.mbsc-schedule-header-day.mbsc-hover{background:#007aff4d}.mbsc-ios.mbsc-schedule-header-day.mbsc-selected,.mbsc-ios.mbsc-schedule-header-dayname-curr{color:#007aff}.mbsc-ios.mbsc-schedule-header-day.mbsc-selected{color:#fff;background:#007aff}.mbsc-ios.mbsc-schedule-header-dayname-curr{color:#000}.mbsc-ios.mbsc-schedule-date-header{background:#f7f7f7;border-color:#ccc}.mbsc-ios.mbsc-schedule-grid-wrapper{background:#fff}.mbsc-ios.mbsc-schedule-all-day-wrapper{background:#fff;border-color:#ccc}.mbsc-ios.mbsc-schedule-all-day-text,.mbsc-ios.mbsc-schedule-timezone-label{color:#8c8c8c}.mbsc-ios.mbsc-schedule-all-day-item:after,.mbsc-ios.mbsc-schedule-column,.mbsc-ios.mbsc-schedule-item,.mbsc-ios.mbsc-schedule-resource,.mbsc-ios.mbsc-schedule-resource-group,.mbsc-ios.mbsc-timeline-column,.mbsc-ios.mbsc-timeline-day:after,.mbsc-ios.mbsc-timeline-footer,.mbsc-ios.mbsc-timeline-footer-date,.mbsc-ios.mbsc-timeline-header,.mbsc-ios.mbsc-timeline-header-column,.mbsc-ios.mbsc-timeline-header-date,.mbsc-ios.mbsc-timeline-header-month,.mbsc-ios.mbsc-timeline-header-week,.mbsc-ios.mbsc-timeline-resource,.mbsc-ios.mbsc-timeline-resource-footer-cont,.mbsc-ios.mbsc-timeline-resource-header-cont,.mbsc-ios.mbsc-timeline-row,.mbsc-ios.mbsc-timeline-sidebar-footer-cont,.mbsc-ios.mbsc-timeline-sidebar-header-cont,.mbsc-ios.mbsc-timeline-sidebar-resource,.mbsc-ios.mbsc-timeline-slot-header,.mbsc-ios.mbsc-timeline-slots{border-color:#ccc}.mbsc-ios.mbsc-schedule-cursor-time,.mbsc-ios.mbsc-schedule-time,.mbsc-ios.mbsc-timeline-header-column{color:#8c8c8c}.mbsc-ios.mbsc-schedule-event{color:#5ac8fa}.mbsc-ios.mbsc-schedule-event:after{background:#ffffffe6}.mbsc-ios.mbsc-schedule-event-range,.mbsc-ios.mbsc-schedule-event-title{color:#000}.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-inner,.mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-inner{color:#fff}.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-range,.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-title,.mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-range,.mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-title{color:inherit}.mbsc-ios.mbsc-schedule-time-indicator{border-color:#007aff}.mbsc-ios.mbsc-schedule-time-indicator-day:before{background:#007aff}.mbsc-ios.mbsc-schedule-cursor-time,.mbsc-ios.mbsc-schedule-time-indicator-time{color:#007aff;background:#fffc}.mbsc-ios.mbsc-schedule-invalid{color:#888;background:#efefefbf}.mbsc-ios.mbsc-timeline-footer-bg,.mbsc-ios.mbsc-timeline-header-bg,.mbsc-ios.mbsc-timeline-header-text,.mbsc-ios.mbsc-timeline-resource-bg,.mbsc-ios.mbsc-timeline-resource-footer-cont,.mbsc-ios.mbsc-timeline-resource-header-cont,.mbsc-ios.mbsc-timeline-sidebar-footer-cont,.mbsc-ios.mbsc-timeline-sidebar-header-cont{background:#fff}.mbsc-ios.mbsc-timeline-header-active{color:#fff}.mbsc-ios.mbsc-timeline-header-active:after{background-color:#007aff}.mbsc-ios.mbsc-connection{stroke:#000000b3}.mbsc-ios.mbsc-connection-arrow{fill:#000}.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-header,.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-week-days{background:#1c1c1c}.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled{background:#1a1a1a}.mbsc-ios-dark.mbsc-event-list-empty{color:#8f8f8f}.mbsc-ios-dark.mbsc-event-day.mbsc-list-header{color:#fff;background:#000;border-color:#333}.mbsc-ios-dark.mbsc-event.mbsc-list-item{color:#fff;background:#000}.mbsc-ios-dark.mbsc-event.mbsc-list-item:after,.mbsc-ios-dark.mbsc-event.mbsc-list-item:before{border-color:#333}.mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-hover:before{background:#ffffff0d}.mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-focus .mbsc-list-item-background,.mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-selected .mbsc-list-item-background{background:#ffffff26}.mbsc-ios-dark.mbsc-event-color{background:#5ac8fa}.mbsc-ios-dark.mbsc-popover-list .mbsc-ios-dark.mbsc-event{background:#2b2b2b}.mbsc-ios-dark.mbsc-eventcalendar-schedule .mbsc-calendar-day,.mbsc-ios-dark.mbsc-schedule-wrapper{background:#1c1c1c}.mbsc-ios-dark.mbsc-schedule-header,.mbsc-ios-dark.mbsc-schedule-header-item{border-color:#333}.mbsc-ios-dark.mbsc-schedule-header-day-today{color:#ff9f0a}.mbsc-ios-dark.mbsc-schedule-header-day.mbsc-hover{background:#ff9f0a4d}.mbsc-ios-dark.mbsc-schedule-header-day.mbsc-selected,.mbsc-ios-dark.mbsc-schedule-header-dayname-curr{color:#ff9f0a}.mbsc-ios-dark.mbsc-schedule-header-day.mbsc-selected{color:#000;background:#ff9f0a}.mbsc-ios-dark.mbsc-schedule-header-dayname-curr{color:#fff}.mbsc-ios-dark.mbsc-schedule-date-header{background:#1c1c1c;border-color:#333}.mbsc-ios-dark.mbsc-schedule-grid-wrapper{background:#000}.mbsc-ios-dark.mbsc-schedule-all-day-wrapper{background:#000;border-color:#333}.mbsc-ios-dark.mbsc-schedule-all-day-text,.mbsc-ios-dark.mbsc-schedule-timezone-label{color:#fff}.mbsc-ios-dark.mbsc-schedule-all-day-item:after,.mbsc-ios-dark.mbsc-schedule-column,.mbsc-ios-dark.mbsc-schedule-item,.mbsc-ios-dark.mbsc-schedule-resource,.mbsc-ios-dark.mbsc-schedule-resource-group,.mbsc-ios-dark.mbsc-timeline-column,.mbsc-ios-dark.mbsc-timeline-day:after,.mbsc-ios-dark.mbsc-timeline-footer,.mbsc-ios-dark.mbsc-timeline-footer-date,.mbsc-ios-dark.mbsc-timeline-header,.mbsc-ios-dark.mbsc-timeline-header-column,.mbsc-ios-dark.mbsc-timeline-header-date,.mbsc-ios-dark.mbsc-timeline-header-month,.mbsc-ios-dark.mbsc-timeline-header-week,.mbsc-ios-dark.mbsc-timeline-resource,.mbsc-ios-dark.mbsc-timeline-resource-footer-cont,.mbsc-ios-dark.mbsc-timeline-resource-header-cont,.mbsc-ios-dark.mbsc-timeline-row,.mbsc-ios-dark.mbsc-timeline-sidebar-footer-cont,.mbsc-ios-dark.mbsc-timeline-sidebar-header-cont,.mbsc-ios-dark.mbsc-timeline-sidebar-resource,.mbsc-ios-dark.mbsc-timeline-slot-header,.mbsc-ios-dark.mbsc-timeline-slots{border-color:#333}.mbsc-ios-dark.mbsc-schedule-cursor-time,.mbsc-ios-dark.mbsc-schedule-time,.mbsc-ios-dark.mbsc-timeline-header-column{color:#fff}.mbsc-ios-dark.mbsc-schedule-event{color:#5ac8fa}.mbsc-ios-dark.mbsc-schedule-event:after{background:#000000e6}.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-inner,.mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-inner,.mbsc-ios-dark.mbsc-schedule-event-range,.mbsc-ios-dark.mbsc-schedule-event-title{color:#fff}.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-range,.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-title,.mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-range,.mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-title{color:inherit}.mbsc-ios-dark.mbsc-schedule-time-indicator{border-color:#ff9f0a}.mbsc-ios-dark.mbsc-schedule-time-indicator-day:before{background:#ff9f0a}.mbsc-ios-dark.mbsc-schedule-cursor-time,.mbsc-ios-dark.mbsc-schedule-time-indicator-time{color:#ff9f0a;background:#000c}.mbsc-ios-dark.mbsc-schedule-invalid{color:#787878;background:#1a1a1abf}.mbsc-ios-dark.mbsc-timeline-footer-bg,.mbsc-ios-dark.mbsc-timeline-header-bg,.mbsc-ios-dark.mbsc-timeline-header-text,.mbsc-ios-dark.mbsc-timeline-resource-bg,.mbsc-ios-dark.mbsc-timeline-resource-footer-cont,.mbsc-ios-dark.mbsc-timeline-resource-header-cont,.mbsc-ios-dark.mbsc-timeline-sidebar-footer-cont,.mbsc-ios-dark.mbsc-timeline-sidebar-header-cont{background:#000}.mbsc-ios-dark.mbsc-timeline-header-active{color:#fff}.mbsc-ios-dark.mbsc-timeline-header-active:after{background-color:#ff9f0a}.mbsc-ios-dark.mbsc-connection{stroke:#ffffffb3}.mbsc-ios-dark.mbsc-connection-arrow{fill:#fff}.mbsc-material.mbsc-eventcalendar-schedule .mbsc-calendar-wrapper:after{display:none}.mbsc-material.mbsc-event.mbsc-list-item{border-radius:.25em;flex-direction:column;margin:.625em 1em;padding:.5em .625em;transition:box-shadow .2s ease-out}.mbsc-material.mbsc-event-text,.mbsc-material.mbsc-event-time{font-size:.8125em;line-height:1.38462em}.mbsc-material.mbsc-event-time{font-weight:300;display:flex}.mbsc-material.mbsc-event-text{font-weight:600}.mbsc-material.mbsc-event-all-day{display:none}.mbsc-material.mbsc-event-sep{padding:0 .25em}.mbsc-material.mbsc-event-until{padding-right:.25em}.mbsc-material.mbsc-popover-list{width:13em;padding:.5em .125em}.mbsc-material.mbsc-popover-list .mbsc-event{margin:.125em .5em;padding:.25em .5em}.mbsc-material.mbsc-popover-list .mbsc-event-text,.mbsc-material.mbsc-popover-list .mbsc-event-time{font-size:.75em}.mbsc-material.mbsc-schedule-header-item{padding-bottom:.25em}.mbsc-material.mbsc-schedule-header-dayname{text-transform:uppercase;font-size:.625em;font-weight:500;line-height:2.8em;position:relative}.mbsc-material.mbsc-schedule-header-day{border-radius:50%;width:1.8em;height:1.8em;margin-top:-.3em;margin-left:auto;margin-right:auto;font-size:1.25em;line-height:1.8em}.mbsc-material.mbsc-schedule-date-header-text{padding:.5714em 1.14285em;font-size:.875em;font-weight:600}.mbsc-material.mbsc-schedule-resource.mbsc-ltr{border-left-style:solid;border-left-width:1px}.mbsc-material.mbsc-schedule-resource.mbsc-rtl{border-right-style:solid;border-right-width:1px}.mbsc-material.mbsc-schedule-resource:first-child{border:0}.mbsc-material.mbsc-schedule-all-day-text{text-transform:uppercase;padding:.4em;font-size:.625em;line-height:1.6em}.mbsc-material.mbsc-schedule-all-day-text.mbsc-ltr{padding-right:1.6em}.mbsc-material.mbsc-schedule-all-day-text.mbsc-rtl{padding-left:1.6em}.mbsc-material.mbsc-schedule-all-day-item{min-height:1.5em;padding:1px 0}.mbsc-material.mbsc-schedule-time-col.mbsc-ltr{border-right-style:solid;border-right-width:1px}.mbsc-material.mbsc-schedule-time-col.mbsc-rtl{border-left-style:solid;border-left-width:1px}.mbsc-material.mbsc-schedule-time-col.mbsc-schedule-time-col-empty{border:0}.mbsc-material.mbsc-schedule-time-wrapper.mbsc-ltr{padding-right:1em}.mbsc-material.mbsc-schedule-time-wrapper.mbsc-rtl{padding-left:1em}.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper:after{content:"";width:9px;position:absolute;top:0}.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper-end:before{content:"";width:9px;position:absolute;bottom:0}.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper-end.mbsc-ltr:before,.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper.mbsc-ltr:after{right:0}.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper-end.mbsc-rtl:before,.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper.mbsc-rtl:after{left:0}.mbsc-material.mbsc-schedule-time{font-size:.625em}.mbsc-material.mbsc-schedule-time-end.mbsc-ltr{right:1.6em}.mbsc-material.mbsc-schedule-time-end.mbsc-rtl{left:1.6em}.mbsc-material.mbsc-schedule-timezone-label{font-size:.625em;line-height:2.4em}.mbsc-material.mbsc-schedule-timezone-label.mbsc-ltr{padding-right:1.6em}.mbsc-material.mbsc-schedule-timezone-label.mbsc-rtl{padding-left:1.6em}.mbsc-material.mbsc-schedule-time-indicator-tz{width:6.8em}.mbsc-material.mbsc-schedule-time-indicator-x:after{content:"";border-bottom:1px solid;border-color:inherit;width:.5625em;position:absolute;top:0}.mbsc-material.mbsc-schedule-time-indicator.mbsc-ltr:after{left:-.5625em}.mbsc-material.mbsc-schedule-time-indicator.mbsc-rtl:after{right:-.5625em}.mbsc-material.mbsc-schedule-time-indicator-time-x{margin:0 1px;padding:0 1.6em}.mbsc-material.mbsc-schedule-cursor-time-x{width:5.2em}.mbsc-material.mbsc-schedule-event-inner{border-radius:.333334em}.mbsc-material.mbsc-schedule-event-start .mbsc-schedule-event-background{border-top-left-radius:.25em;border-top-right-radius:.25em}.mbsc-material.mbsc-schedule-event-end .mbsc-schedule-event-background{border-bottom-right-radius:.25em;border-bottom-left-radius:.25em}.mbsc-material.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-background,.mbsc-material.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-background{border-top-left-radius:.25em;border-bottom-left-radius:.25em}.mbsc-material.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-background,.mbsc-material.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-background{border-top-right-radius:.25em;border-bottom-right-radius:.25em}.mbsc-material.mbsc-schedule-event-active .mbsc-schedule-event-background:after,.mbsc-material.mbsc-schedule-event-hover .mbsc-schedule-event-background:after{content:"";background:#0000001a;width:100%;height:100%;position:absolute}.mbsc-material.mbsc-schedule-event-title{font-weight:500}.mbsc-material.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background{border-radius:0}.mbsc-material.mbsc-schedule-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background,.mbsc-material.mbsc-schedule-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background,.mbsc-material.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background,.mbsc-material.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background{border-top-left-radius:.25em;border-bottom-left-radius:.25em;left:.25em}.mbsc-material.mbsc-schedule-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background,.mbsc-material.mbsc-schedule-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background,.mbsc-material.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background,.mbsc-material.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background{border-top-right-radius:.25em;border-bottom-right-radius:.25em;right:.25em}.mbsc-material.mbsc-schedule-header-item-large .mbsc-schedule-header-dayname{text-transform:uppercase;font-size:.6875em;line-height:2.90909em}.mbsc-material.mbsc-schedule-header-item-large .mbsc-schedule-header-day{width:1.76923em;height:1.76923em;margin-top:-.307693em;font-size:1.625em;line-height:1.76923em}.mbsc-material.mbsc-eventcalendar{color:#303030;background:#fff}.mbsc-material.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled{background:#f0f0f0}.mbsc-material.mbsc-event-list-empty{color:#303030b3}.mbsc-material.mbsc-event-day.mbsc-list-header,.mbsc-material.mbsc-schedule-date-header{color:#303030b3;background:#fff}.mbsc-material.mbsc-colored-event.mbsc-list-item{color:#fff;background:#1a73e8}.mbsc-material.mbsc-event.mbsc-list-item.mbsc-focus,.mbsc-material.mbsc-event.mbsc-list-item.mbsc-selected{box-shadow:0 .25em .5em #0006}.mbsc-material.mbsc-event.mbsc-list-item.mbsc-focus:before,.mbsc-material.mbsc-event.mbsc-list-item.mbsc-selected:before{border-radius:.25em;box-shadow:inset 0 0 0 1px #ffffff80}.mbsc-material.mbsc-event-color{background:#1a73e8}.mbsc-material.mbsc-schedule-header-dayname{color:#7a7070}.mbsc-material.mbsc-schedule-header-day-today,.mbsc-material.mbsc-schedule-header-dayname-curr{color:#1a73e8}.mbsc-material.mbsc-schedule-header-day.mbsc-hover{background:#1a73e84d}.mbsc-material.mbsc-schedule-header-day.mbsc-selected{color:#fff;background-color:#1a73e8}.mbsc-material.mbsc-schedule-all-day-item:after,.mbsc-material.mbsc-schedule-column,.mbsc-material.mbsc-schedule-item,.mbsc-material.mbsc-schedule-resource,.mbsc-material.mbsc-schedule-resource-group,.mbsc-material.mbsc-schedule-time-col,.mbsc-material.mbsc-timeline-column,.mbsc-material.mbsc-timeline-day:after,.mbsc-material.mbsc-timeline-footer,.mbsc-material.mbsc-timeline-footer-date,.mbsc-material.mbsc-timeline-header,.mbsc-material.mbsc-timeline-header-column,.mbsc-material.mbsc-timeline-header-date,.mbsc-material.mbsc-timeline-header-month,.mbsc-material.mbsc-timeline-header-week,.mbsc-material.mbsc-timeline-resource,.mbsc-material.mbsc-timeline-resource-footer-cont,.mbsc-material.mbsc-timeline-resource-header-cont,.mbsc-material.mbsc-timeline-row,.mbsc-material.mbsc-timeline-sidebar-footer-cont,.mbsc-material.mbsc-timeline-sidebar-header-cont,.mbsc-material.mbsc-timeline-sidebar-resource,.mbsc-material.mbsc-timeline-slot-header,.mbsc-material.mbsc-timeline-slots{border-color:#cfcfcf}.mbsc-material.mbsc-schedule-all-day-text,.mbsc-material.mbsc-schedule-time,.mbsc-material.mbsc-schedule-timezone-label{color:#7a7070}.mbsc-material.mbsc-schedule-time-indicator{border-color:#1a73e8}.mbsc-material.mbsc-schedule-time-indicator-day:before{background:#1a73e8}.mbsc-material.mbsc-schedule-cursor-time,.mbsc-material.mbsc-schedule-time-indicator-time{color:#1a73e8;background:#fffc}.mbsc-material.mbsc-schedule-event{color:#1a73e8}.mbsc-material.mbsc-schedule-event-inner{color:#fff}.mbsc-material.mbsc-schedule-invalid{color:#8a8a8a;background:#f0f0f0bf}.mbsc-material.mbsc-schedule-event-active .mbsc-schedule-event-background,.mbsc-material.mbsc-schedule-event-dragging .mbsc-schedule-event-background{box-shadow:0 4px 8px #00000024,0 1px 8px #0000001f,0 1px 3px -1px #0003}.mbsc-material.mbsc-schedule-event-active .mbsc-schedule-event-background{box-shadow:inset 0 0 0 1px #ffffff80}.mbsc-material.mbsc-timeline-footer-bg,.mbsc-material.mbsc-timeline-header-bg,.mbsc-material.mbsc-timeline-header-text,.mbsc-material.mbsc-timeline-resource-bg,.mbsc-material.mbsc-timeline-resource-footer-cont,.mbsc-material.mbsc-timeline-resource-header-cont,.mbsc-material.mbsc-timeline-sidebar-footer-cont,.mbsc-material.mbsc-timeline-sidebar-header-cont{background:#fff}.mbsc-material.mbsc-timeline-header-active{color:#fff}.mbsc-material.mbsc-timeline-header-active:after{background-color:#1a73e8}.mbsc-material.mbsc-connection{stroke:#303030b3}.mbsc-material.mbsc-connection-arrow{fill:#303030}.mbsc-material-dark.mbsc-eventcalendar{color:#fff;background:#000}.mbsc-material-dark.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled{background:#1a1a1a}.mbsc-material-dark.mbsc-event-list-empty{color:#ffffffb3}.mbsc-material-dark.mbsc-event-day.mbsc-list-header,.mbsc-material-dark.mbsc-schedule-date-header{color:#ffffffb3;background:#000}.mbsc-material-dark.mbsc-colored-event.mbsc-list-item{color:#000;background:#87b0f3}.mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-focus,.mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-selected{box-shadow:0 .25em .5em #0006}.mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-focus:before,.mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-selected:before{border-radius:.25em;box-shadow:inset 0 0 0 1px #ffffff80}.mbsc-material-dark.mbsc-event-color{background:#87b0f3}.mbsc-material-dark.mbsc-schedule-header-dayname{color:#ddd}.mbsc-material-dark.mbsc-schedule-header-day{color:#fff}.mbsc-material-dark.mbsc-schedule-header-day-today,.mbsc-material-dark.mbsc-schedule-header-dayname-curr{color:#87b0f3}.mbsc-material-dark.mbsc-schedule-header-day.mbsc-hover{background:#87b0f34d}.mbsc-material-dark.mbsc-schedule-header-day.mbsc-selected{color:#000;background-color:#87b0f3}.mbsc-material-dark.mbsc-schedule-all-day-item:after,.mbsc-material-dark.mbsc-schedule-column,.mbsc-material-dark.mbsc-schedule-item,.mbsc-material-dark.mbsc-schedule-resource,.mbsc-material-dark.mbsc-schedule-resource-group,.mbsc-material-dark.mbsc-schedule-time-col,.mbsc-material-dark.mbsc-timeline-column,.mbsc-material-dark.mbsc-timeline-day:after,.mbsc-material-dark.mbsc-timeline-footer,.mbsc-material-dark.mbsc-timeline-footer-date,.mbsc-material-dark.mbsc-timeline-header,.mbsc-material-dark.mbsc-timeline-header-column,.mbsc-material-dark.mbsc-timeline-header-date,.mbsc-material-dark.mbsc-timeline-header-month,.mbsc-material-dark.mbsc-timeline-header-week,.mbsc-material-dark.mbsc-timeline-resource,.mbsc-material-dark.mbsc-timeline-resource-footer-cont,.mbsc-material-dark.mbsc-timeline-resource-header-cont,.mbsc-material-dark.mbsc-timeline-row,.mbsc-material-dark.mbsc-timeline-sidebar-footer-cont,.mbsc-material-dark.mbsc-timeline-sidebar-header-cont,.mbsc-material-dark.mbsc-timeline-sidebar-resource,.mbsc-material-dark.mbsc-timeline-slot-header,.mbsc-material-dark.mbsc-timeline-slots{border-color:#2b2b2b}.mbsc-material-dark.mbsc-schedule-time-wrapper-end:before,.mbsc-material-dark.mbsc-schedule-time-wrapper:after{border-bottom:1px solid #2b2b2b}.mbsc-material-dark.mbsc-schedule-all-day-text,.mbsc-material-dark.mbsc-schedule-time,.mbsc-material-dark.mbsc-schedule-timezone-label{color:#ddd}.mbsc-material-dark.mbsc-schedule-time-indicator{border-color:#87b0f3}.mbsc-material-dark.mbsc-schedule-time-indicator-day:before{background:#87b0f3}.mbsc-material-dark.mbsc-schedule-cursor-time,.mbsc-material-dark.mbsc-schedule-time-indicator-time{color:#87b0f3;background:#000c}.mbsc-material-dark.mbsc-schedule-event{color:#87b0f3}.mbsc-material-dark.mbsc-schedule-event-inner{color:#000}.mbsc-material-dark.mbsc-schedule-invalid{color:#787878;background:#1a1a1abf}.mbsc-material-dark.mbsc-schedule-event-active .mbsc-schedule-event-background,.mbsc-material-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-background{box-shadow:0 4px 8px #ffffff24,0 1px 8px #ffffff1f,0 1px 3px -1px #fff3}.mbsc-material-dark.mbsc-schedule-event-active .mbsc-schedule-event-background{box-shadow:inset 0 0 0 1px #ffffff80}.mbsc-material-dark.mbsc-timeline-footer-bg,.mbsc-material-dark.mbsc-timeline-header-bg,.mbsc-material-dark.mbsc-timeline-header-text,.mbsc-material-dark.mbsc-timeline-resource-bg,.mbsc-material-dark.mbsc-timeline-resource-footer-cont,.mbsc-material-dark.mbsc-timeline-resource-header-cont,.mbsc-material-dark.mbsc-timeline-sidebar-footer-cont,.mbsc-material-dark.mbsc-timeline-sidebar-header-cont{background:#000}.mbsc-material-dark.mbsc-timeline-header-active{color:#000}.mbsc-material-dark.mbsc-timeline-header-active:after{background-color:#87b0f3}.mbsc-material-dark.mbsc-connection{stroke:#ffffffb3}.mbsc-material-dark.mbsc-connection-arrow{fill:#fff}.mbsc-windows.mbsc-popover-list{margin:.25em 0}.mbsc-windows.mbsc-event-group{border-bottom:1px solid}.mbsc-windows.mbsc-event-day.mbsc-list-header{padding:1em 1.5em .25em}.mbsc-windows.mbsc-event.mbsc-list-item{align-items:center;margin-bottom:.25em}.mbsc-windows.mbsc-event-content{order:1}.mbsc-windows.mbsc-event-time{box-sizing:border-box;width:7em;padding:0 1.33333em;font-size:.75em}.mbsc-windows.mbsc-event-color{align-self:stretch;width:.5em;margin:-.5em 0 -.5em -.5em}.mbsc-windows.mbsc-event-sep{display:none}.mbsc-windows.mbsc-schedule-wrapper{z-index:2;min-height:1.5em;position:relative}.mbsc-windows.mbsc-schedule-header-day{text-align:left;border-top:1px solid;padding:.5em .5em 1.5em;font-size:1em}.mbsc-windows.mbsc-schedule-header-day.mbsc-ltr{border-left-style:solid;border-left-width:1px;margin-left:-1px}.mbsc-windows.mbsc-schedule-header-day.mbsc-rtl{border-right-style:solid;border-right-width:1px;margin-right:-1px}.mbsc-windows.mbsc-schedule-header-item.mbsc-ltr{border-left:1px solid #0000}.mbsc-windows.mbsc-schedule-header-item.mbsc-rtl{border-right:1px solid #0000}.mbsc-windows.mbsc-schedule-header-item:first-child{border:0}.mbsc-windows.mbsc-schedule-header-item:first-child .mbsc-schedule-header-day{border-left:0;border-right:0;margin:0}.mbsc-windows.mbsc-schedule-header-dayname{text-align:left;padding:.571429em;font-size:.875em}.mbsc-windows.mbsc-schedule-all-day-item{min-height:1.375em}.mbsc-windows.mbsc-schedule-all-day-text,.mbsc-windows.mbsc-schedule-timezone-label{padding:0 .333334em;font-size:.75em;line-height:1.83333em}.mbsc-windows.mbsc-schedule-header-dayname{position:relative}.mbsc-windows.mbsc-schedule-header-dayname.mbsc-selected:after{content:"";width:100%;height:.285715em;position:absolute;bottom:0;left:0}.mbsc-windows.mbsc-schedule-date-header{border-bottom:1px solid}.mbsc-windows.mbsc-schedule-date-header-text{padding:.5em 0;font-weight:500;line-height:1.25em}.mbsc-windows.mbsc-schedule-header-day.mbsc-hover{background:#0000001a}.mbsc-windows.mbsc-schedule-resource{border-top:1px solid;margin-top:-1px}.mbsc-windows.mbsc-schedule-resource.mbsc-ltr{text-align:left;border-left-style:solid;border-left-width:1px}.mbsc-windows.mbsc-schedule-resource.mbsc-rtl{text-align:right;border-right-style:solid;border-right-width:1px}.mbsc-windows.mbsc-schedule-resource:first-child{border-left:0;border-right:0}.mbsc-windows.mbsc-schedule-time-indicator-x{border-bottom:1px dashed}.mbsc-windows.mbsc-schedule-time-indicator-time-x{text-transform:lowercase;padding:0 .333334em;font-size:.75em}.mbsc-windows.mbsc-schedule-time-indicator-day{border-top:1px solid;border-bottom:1px solid}.mbsc-windows.mbsc-schedule-time-indicator-day:before{display:none}.mbsc-windows.mbsc-schedule-cursor-time-x{width:5.66667em;padding:0 .333334em;font-size:.75em}.mbsc-windows.mbsc-schedule-all-day-wrapper{max-height:4em}.mbsc-windows.mbsc-schedule-time-col.mbsc-ltr{border-right-style:solid;border-right-width:1px}.mbsc-windows.mbsc-schedule-time-col.mbsc-rtl{border-left-style:solid;border-left-width:1px}.mbsc-windows.mbsc-schedule-time{text-transform:lowercase;padding:0 .333334em;top:0}.mbsc-windows.mbsc-schedule-time-end{display:none}.mbsc-windows.mbsc-schedule-event-hover .mbsc-schedule-event-background:after{content:"";background:#0000001a;width:100%;height:100%;position:absolute}.mbsc-windows.mbsc-schedule-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background,.mbsc-windows.mbsc-schedule-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background,.mbsc-windows.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background,.mbsc-windows.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background{left:.25em}.mbsc-windows.mbsc-schedule-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background,.mbsc-windows.mbsc-schedule-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background,.mbsc-windows.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background,.mbsc-windows.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background{right:.25em}.mbsc-windows.mbsc-timeline-resource-icon{width:1.07143em;padding:0 .214286em}.mbsc-windows.mbsc-timeline-header-sticky .mbsc-timeline-header-date-text{position:relative}.mbsc-windows.mbsc-timeline-header-active{position:static}.mbsc-windows.mbsc-timeline-header-active:after{z-index:1;border-radius:0;height:.142857em;top:0;left:0;right:0}.mbsc-windows.mbsc-eventcalendar{background:#fff}.mbsc-windows.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled{background:#f0f0f0}.mbsc-windows.mbsc-event-list-empty{color:#333333b3}.mbsc-windows.mbsc-event-group{border-color:#e6e6e6}.mbsc-windows.mbsc-event-day.mbsc-list-header,.mbsc-windows.mbsc-event.mbsc-list-item{color:#333;background:#fff}.mbsc-windows.mbsc-event.mbsc-focus,.mbsc-windows.mbsc-event.mbsc-selected{background:#0078d740}.mbsc-windows.mbsc-event-color{background:#0078d7}.mbsc-windows.mbsc-schedule-wrapper{background:#fff}.mbsc-windows.mbsc-schedule-header-day{border-color:#e6e6e6}.mbsc-windows.mbsc-schedule-header-item{color:#333}.mbsc-windows.mbsc-schedule-header-day-today{color:#0078d7}.mbsc-windows.mbsc-schedule-header-dayname.mbsc-selected:after{background:#0078d7}.mbsc-windows.mbsc-schedule-date-header{border-color:#e6e6e6}.mbsc-windows.mbsc-schedule-time-indicator,.mbsc-windows.mbsc-schedule-time-indicator-day{border-color:#0078d7}.mbsc-windows.mbsc-schedule-cursor-time,.mbsc-windows.mbsc-schedule-time-indicator-time{color:#0078d7;background:#fffc}.mbsc-windows.mbsc-schedule-time-indicator-time{color:#0078d7}.mbsc-windows.mbsc-schedule-all-day-item:after,.mbsc-windows.mbsc-schedule-column,.mbsc-windows.mbsc-schedule-item,.mbsc-windows.mbsc-schedule-resource,.mbsc-windows.mbsc-schedule-resource-group,.mbsc-windows.mbsc-schedule-time-col,.mbsc-windows.mbsc-timeline-column,.mbsc-windows.mbsc-timeline-day:after,.mbsc-windows.mbsc-timeline-footer,.mbsc-windows.mbsc-timeline-footer-date,.mbsc-windows.mbsc-timeline-header,.mbsc-windows.mbsc-timeline-header-column,.mbsc-windows.mbsc-timeline-header-date,.mbsc-windows.mbsc-timeline-header-month,.mbsc-windows.mbsc-timeline-header-week,.mbsc-windows.mbsc-timeline-resource,.mbsc-windows.mbsc-timeline-resource-footer-cont,.mbsc-windows.mbsc-timeline-resource-header-cont,.mbsc-windows.mbsc-timeline-row,.mbsc-windows.mbsc-timeline-sidebar-footer-cont,.mbsc-windows.mbsc-timeline-sidebar-header-cont,.mbsc-windows.mbsc-timeline-sidebar-resource,.mbsc-windows.mbsc-timeline-slot-header,.mbsc-windows.mbsc-timeline-slots{border-color:#e6e6e6}.mbsc-windows.mbsc-schedule-time-wrapper{color:#333;border-top:1px solid #e6e6e6}.mbsc-windows.mbsc-schedule-time-wrapper-end{color:#333;border-bottom:1px solid #e6e6e6}.mbsc-windows.mbsc-schedule-all-day-text,.mbsc-windows.mbsc-schedule-time-cont,.mbsc-windows.mbsc-schedule-timezone-label{color:#333}.mbsc-windows.mbsc-schedule-event{color:#0078d7}.mbsc-windows.mbsc-schedule-event-inner{color:#fff}.mbsc-windows.mbsc-schedule-event-active .mbsc-schedule-event-background,.mbsc-windows.mbsc-schedule-event-dragging .mbsc-schedule-event-background{outline:1px solid #333}.mbsc-windows.mbsc-schedule-invalid{color:#8a8a8a;background:#f0f0f0bf}.mbsc-windows.mbsc-timeline-footer-bg,.mbsc-windows.mbsc-timeline-header-bg,.mbsc-windows.mbsc-timeline-header-text,.mbsc-windows.mbsc-timeline-resource-bg,.mbsc-windows.mbsc-timeline-resource-footer-cont,.mbsc-windows.mbsc-timeline-resource-header-cont,.mbsc-windows.mbsc-timeline-sidebar-footer-cont,.mbsc-windows.mbsc-timeline-sidebar-header-cont{background:#fff}.mbsc-windows .mbsc-timeline-header-active:after{background-color:#0078d7}.mbsc-windows.mbsc-connection{stroke:#333333b3}.mbsc-windows.mbsc-connection-arrow{fill:#333}.mbsc-windows-dark.mbsc-eventcalendar{background:#1a1a1a}.mbsc-windows-dark.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled{background:#343434}.mbsc-windows-dark.mbsc-event-list-empty{color:#ffffffb3}.mbsc-windows-dark.mbsc-event-group{border-color:#343434}.mbsc-windows-dark.mbsc-event-day.mbsc-list-header,.mbsc-windows-dark.mbsc-event.mbsc-list-item{color:#fff;background:#1a1a1a}.mbsc-windows-dark.mbsc-event.mbsc-focus,.mbsc-windows-dark.mbsc-event.mbsc-selected{background:#0078d740}.mbsc-windows-dark.mbsc-event-color{background:#0078d7}.mbsc-windows-dark.mbsc-schedule-wrapper{background:#1a1a1a}.mbsc-windows-dark.mbsc-schedule-header-day{border-color:#343434}.mbsc-windows-dark.mbsc-schedule-header-item{color:#fff}.mbsc-windows-dark.mbsc-schedule-header-day-today{color:#0078d7}.mbsc-windows-dark.mbsc-schedule-header-dayname.mbsc-selected:after{background:#0078d7}.mbsc-windows-dark.mbsc-schedule-date-header{border-color:#343434}.mbsc-windows-dark.mbsc-schedule-time-indicator,.mbsc-windows-dark.mbsc-schedule-time-indicator-day{border-color:#0078d7}.mbsc-windows-dark.mbsc-schedule-cursor-time,.mbsc-windows-dark.mbsc-schedule-time-indicator-time{color:#0078d7;background:#1a1a1acc}.mbsc-windows-dark.mbsc-schedule-time-indicator-time{color:#0078d7}.mbsc-windows-dark.mbsc-schedule-all-day-item:after,.mbsc-windows-dark.mbsc-schedule-column,.mbsc-windows-dark.mbsc-schedule-item,.mbsc-windows-dark.mbsc-schedule-resource,.mbsc-windows-dark.mbsc-schedule-resource-group,.mbsc-windows-dark.mbsc-schedule-time-col,.mbsc-windows-dark.mbsc-timeline-column,.mbsc-windows-dark.mbsc-timeline-day:after,.mbsc-windows-dark.mbsc-timeline-footer,.mbsc-windows-dark.mbsc-timeline-footer-date,.mbsc-windows-dark.mbsc-timeline-header,.mbsc-windows-dark.mbsc-timeline-header-column,.mbsc-windows-dark.mbsc-timeline-header-date,.mbsc-windows-dark.mbsc-timeline-header-month,.mbsc-windows-dark.mbsc-timeline-header-week,.mbsc-windows-dark.mbsc-timeline-resource,.mbsc-windows-dark.mbsc-timeline-resource-footer-cont,.mbsc-windows-dark.mbsc-timeline-resource-header-cont,.mbsc-windows-dark.mbsc-timeline-row,.mbsc-windows-dark.mbsc-timeline-sidebar-footer-cont,.mbsc-windows-dark.mbsc-timeline-sidebar-header-cont,.mbsc-windows-dark.mbsc-timeline-sidebar-resource,.mbsc-windows-dark.mbsc-timeline-slot-header,.mbsc-windows-dark.mbsc-timeline-slots{border-color:#343434}.mbsc-windows-dark.mbsc-schedule-time-wrapper{color:#fff;border-top:1px solid #343434}.mbsc-windows-dark.mbsc-schedule-time-wrapper-end{color:#fff;border-bottom:1px solid #343434}.mbsc-windows-dark.mbsc-schedule-all-day-text,.mbsc-windows-dark.mbsc-schedule-time-cont,.mbsc-windows-dark.mbsc-schedule-timezone-label{color:#fff}.mbsc-windows-dark.mbsc-schedule-event{color:#0078d7}.mbsc-windows-dark.mbsc-schedule-event-inner{color:#fff}.mbsc-windows-dark.mbsc-schedule-event-active .mbsc-schedule-event-background,.mbsc-windows-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-background{outline:1px solid #fff}.mbsc-windows-dark.mbsc-schedule-invalid{color:#929292;background:#343434bf}.mbsc-windows-dark.mbsc-timeline-footer-bg,.mbsc-windows-dark.mbsc-timeline-header-bg,.mbsc-windows-dark.mbsc-timeline-header-text,.mbsc-windows-dark.mbsc-timeline-resource-bg,.mbsc-windows-dark.mbsc-timeline-resource-footer-cont,.mbsc-windows-dark.mbsc-timeline-resource-header-cont,.mbsc-windows-dark.mbsc-timeline-sidebar-footer-cont,.mbsc-windows-dark.mbsc-timeline-sidebar-header-cont{background:#1a1a1a}.mbsc-windows-dark .mbsc-timeline-header-active:after{background-color:#0078d7}.mbsc-windows-dark.mbsc-connection{stroke:#ffffffb3}.mbsc-windows-dark.mbsc-connection-arrow{fill:#fff}.mbsc-eventcalendar{height:100%;overflow:hidden}.mbsc-event-list{flex:auto;position:relative}.mbsc-event-list-scroll{-webkit-overflow-scrolling:touch;overflow:auto}.mbsc-event-list-empty{text-align:center;margin:3em;font-size:1.5em}.mbsc-event-day{z-index:3;position:sticky;top:0}.mbsc-event-color,.mbsc-event-time{flex:none}.mbsc-event-content{flex:auto;overflow:hidden}.mbsc-event-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mbsc-popover-list{box-sizing:border-box;width:20em;max-width:100%;overflow:hidden}.mbsc-popover-hidden{visibility:hidden}.mbsc-calendar-dragging{z-index:3;cursor:move;position:absolute;inset:0}.mbsc-draggable{-webkit-user-select:none;user-select:none}.mbsc-drag-clone{z-index:99;cursor:move;display:table;position:fixed;box-shadow:0 0 #0000,0 0 #0000,0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin:15px 0 0!important}.mbsc-drag-clone:after{content:"";position:absolute;inset:-50px}.mbsc-schedule-fake-scroll-x,.mbsc-schedule-fake-scroll-y{visibility:hidden;flex:none}.mbsc-schedule-fake-scroll-x{width:0;overflow-x:scroll}.mbsc-schedule-fake-scroll-y{max-height:20px;overflow-y:scroll}.mbsc-ios.mbsc-checkbox-right{padding:.875em 3.75em .875em 1em}.mbsc-ios.mbsc-checkbox-left{padding:.875em 1em .875em 3.75em}.mbsc-ios.mbsc-checkbox-box{border:.125em solid;border-radius:2em;width:1.75em;height:1.75em;margin-top:-.875em}.mbsc-ios.mbsc-checkbox-box-right{right:1em}.mbsc-ios.mbsc-checkbox-box-left{left:1em}.mbsc-ios.mbsc-checkbox-box:after{border-top:0;border-bottom:.125em solid;border-left:.125em solid;border-right:0;width:.75em;height:.375em;transition:opacity .2s ease-in-out;top:32%;left:26%}.mbsc-ios.mbsc-checkbox-box:before{content:"";z-index:-1;opacity:0;background:#ccc;border-radius:2.5em;width:2.5em;height:2.5em;transition:opacity .2s ease-in-out;position:absolute;top:-.5em;left:-.5em}.mbsc-ios.mbsc-checkbox-box.mbsc-focus:before{opacity:.12}.mbsc-ios.mbsc-checkbox-box.mbsc-disabled{opacity:.3}.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-primary{color:#3f97f6}.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-secondary{color:#90979e}.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-success{color:#43be5f}.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-danger{color:#f5504e}.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-warning{color:#f8b042}.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-info{color:#5bb7c5}.mbsc-ios.mbsc-checkbox-box{color:#1273de}.mbsc-ios-dark.mbsc-checkbox-box{color:#ffa519}.mbsc-material.mbsc-checkbox-right{padding:.9375em 3.5em .9375em 1em}.mbsc-material.mbsc-checkbox-left{padding:.9375em 1em .9375em 3.5em}.mbsc-material.mbsc-checkbox-box{border:.125em solid;border-radius:.1875em;width:1.125em;height:1.125em;margin-top:-.5625em;transition:background-color .1s ease-out}.mbsc-material.mbsc-checkbox-box-right{right:1.25em}.mbsc-material.mbsc-checkbox-box-left{left:1.25em}.mbsc-material.mbsc-checkbox-box:after{opacity:1;border-top:0;border-bottom:.125em solid;border-left:.125em solid;border-right:0;width:.8125em;height:.4375em;transition:transform .1s ease-out;top:.125em;left:.0625em;transform:scale(0)rotate(-45deg)}.mbsc-material.mbsc-checkbox-box:before{content:"";z-index:-1;opacity:0;background:currentColor;border-radius:2.5em;width:2.5em;height:2.5em;transition:opacity .2s ease-in-out;position:absolute;top:-.8125em;left:-.8125em}.mbsc-material.mbsc-checkbox-box.mbsc-focus:before{opacity:.12}.mbsc-material.mbsc-checkbox-box.mbsc-active:before{opacity:.2}.mbsc-material.mbsc-checkbox-box.mbsc-checked{background:currentColor;border-color:currentColor}.mbsc-material.mbsc-checkbox-box.mbsc-checked:after{transform:scale(1)rotate(-45deg)}.mbsc-material.mbsc-checkbox-box.mbsc-disabled{opacity:.3}.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-primary{color:#3f97f6}.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-secondary{color:#90979e}.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-success{color:#43be5f}.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-danger{color:#f5504e}.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-warning{color:#f8b042}.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-info{color:#5bb7c5}.mbsc-material.mbsc-checkbox-box{color:#1a73e8;border-color:#303030}.mbsc-material.mbsc-checkbox-box:after{border-color:#fff}.mbsc-material-dark.mbsc-checkbox-box{color:#87b0f3;border-color:#fff}.mbsc-material-dark.mbsc-checkbox-box:after{border-color:#000}.mbsc-windows.mbsc-checkbox-left{padding:1.125em 1em 1.125em 2.875em}.mbsc-windows.mbsc-checkbox-right{padding:1.125em 2.875em 1.125em 1em}.mbsc-windows.mbsc-checkbox-box{border:.125em solid;width:1.3125em;height:1.3125em;margin-top:-.6875em}.mbsc-windows.mbsc-checkbox-box-left{left:1em}.mbsc-windows.mbsc-checkbox-box-right{right:1em}.mbsc-windows.mbsc-checkbox-box:after{border-top:0;border-bottom:.125em solid;border-left:.125em solid;border-right:0;width:.875em;height:.475em;top:16%;left:10%}.mbsc-windows.mbsc-checkbox-box:before{content:"";z-index:-1;opacity:0;border-radius:2.5em;width:2.5em;height:2.5em;transition:opacity .2s ease-in-out;position:absolute;top:-.75em;left:-.75em}.mbsc-windows.mbsc-checkbox-box.mbsc-focus:before{opacity:.12}.mbsc-windows.mbsc-checkbox-box.mbsc-checked{background:currentColor;border-color:currentColor}.mbsc-windows.mbsc-checkbox-box.mbsc-disabled{opacity:.3}.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-primary{color:#3f97f6}.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-secondary{color:#90979e}.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-success{color:#43be5f}.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-danger{color:#f5504e}.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-warning{color:#f8b042}.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-info{color:#5bb7c5}.mbsc-windows.mbsc-checkbox-box{color:#0078d7;border-color:#333}.mbsc-windows.mbsc-checkbox-box:after{border-color:#e5f1fb}.mbsc-windows.mbsc-checkbox-box:before{background:#737373}.mbsc-windows.mbsc-checkbox-box.mbsc-active{background:#737373;border-color:#737373}.mbsc-windows-dark.mbsc-checkbox-box{color:#0078d7;border-color:#fff}.mbsc-windows-dark.mbsc-checkbox-box:after{border-color:#000}.mbsc-windows-dark.mbsc-checkbox-box:before{background:#a6a6a6}.mbsc-windows-dark.mbsc-checkbox-box.mbsc-active{background:#a6a6a6;border-color:#a6a6a6}.mbsc-checkbox{z-index:0;-webkit-user-select:none;user-select:none;margin:0;line-height:1.25em;display:block;position:relative}.mbsc-checkbox-box{width:1.375em;height:1.375em;top:50%}.mbsc-checkbox-box,.mbsc-checkbox-box:after{box-sizing:border-box;display:block;position:absolute}.mbsc-checkbox-box:after{content:"";opacity:0;transform:rotate(-45deg)}.mbsc-checkbox-box.mbsc-checked:after{opacity:1}.mbsc-ios .mbsc-block-title,.mbsc-ios .mbsc-form-group-title{text-transform:uppercase;padding:.5em 1.33333em;font-size:.75em;line-height:1.5em}.mbsc-ios.mbsc-page{color:#000;background:#f2f2f7}.mbsc-ios .mbsc-block-title,.mbsc-ios .mbsc-form-group-title{color:#6e6e6e}.mbsc-ios a{color:#007aff}.mbsc-ios-dark.mbsc-page{color:#fff;background:#000}.mbsc-ios-dark .mbsc-block-title,.mbsc-ios-dark .mbsc-form-group-title{color:#919191}.mbsc-ios-dark a{color:#ff9f0a}.mbsc-material .mbsc-block-title,.mbsc-material .mbsc-form-group-title{text-transform:uppercase;padding:.666667em 1.33333em;font-size:.75em}.mbsc-material.mbsc-page{color:#303030;background-color:#fff}.mbsc-material .mbsc-block-title,.mbsc-material .mbsc-form-group-title,.mbsc-material a{color:#1a73e8}.mbsc-material-dark.mbsc-page{color:#fff;background-color:#000}.mbsc-material-dark .mbsc-block-title,.mbsc-material-dark .mbsc-form-group-title,.mbsc-material-dark a{color:#87b0f3}.mbsc-windows .mbsc-block-title,.mbsc-windows .mbsc-form-group-title{padding:0 .666667em;font-size:1.5em;line-height:2em}.mbsc-windows.mbsc-page{color:#333;background-color:#fff}.mbsc-windows .mbsc-block-title,.mbsc-windows .mbsc-form-group-title{color:#333}.mbsc-windows a{color:#0078d7}.mbsc-windows-dark.mbsc-page{color:#fff;background-color:#1a1a1a}.mbsc-windows-dark .mbsc-block-title,.mbsc-windows-dark .mbsc-form-group-title{color:#fff}.mbsc-windows-dark a{color:#0078d7}.mbsc-page{min-height:100%;padding:var(--mbsc-safe-top)var(--mbsc-safe-right)var(--mbsc-safe-bottom)var(--mbsc-safe-left);display:block}.mbsc-page:after,.mbsc-page:before{content:"";display:table}.mbsc-block,.mbsc-form-group{margin:1.5em 0}.mbsc-form-group-inset{margin:2em 1.5em}.mbsc-form-grid .mbsc-form-group-title{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.mbsc-h1,.mbsc-h2,.mbsc-h3,.mbsc-h4,.mbsc-h5,.mbsc-h6,.mbsc-page h1,.mbsc-page h2,.mbsc-page h3,.mbsc-page h4,.mbsc-page h5,.mbsc-page h6{color:inherit;margin:0;padding:0;font-family:inherit;font-weight:400}.mbsc-p,.mbsc-page p{margin:1em 0;padding:0;line-height:1.5}.mbsc-a,.mbsc-page a{text-decoration:none}.mbsc-a:hover,.mbsc-page a:hover{text-decoration:underline}.mbsc-a.mbsc-btn:hover,.mbsc-page a.mbsc-btn:hover{text-decoration:none}.mbsc-h1,.mbsc-page h1{margin:.347826em 0;font-size:2.875em}.mbsc-h2,.mbsc-page h2{margin:.470588em 0;font-size:2.125em}.mbsc-h3,.mbsc-page h3{margin:.666666em 0;font-size:1.5em}.mbsc-h4,.mbsc-page h4{margin:.8em 0;font-size:1.25em}.mbsc-h5,.mbsc-page h5{margin:1.06667em 0;font-size:.9375em}.mbsc-h6,.mbsc-page h6{margin:1.33333em 0;font-size:.75em}.mbsc-padding{padding:1em}.mbsc-padding>p:first-child{margin-top:0}.mbsc-padding>p:last-child{margin-bottom:0}.mbsc-margin{margin:1em 0}.mbsc-margin:first-child{margin-top:0}.mbsc-margin:last-child{margin-bottom:0}.mbsc-ol,.mbsc-page ol,.mbsc-page ul,.mbsc-ul{margin:1em 0 1em 1.25em;padding:0;line-height:1.5}.mbsc-ol .mbsc-ol,.mbsc-page ol ol,.mbsc-page ul ul,.mbsc-ul .mbsc-ul{margin:0 0 0 1.25em}.mbsc-txt-xs{font-size:.625em}.mbsc-txt-s{font-size:.75em}.mbsc-txt-m{font-size:1.25em}.mbsc-txt-l{font-size:1.5em}.mbsc-txt-xl{font-size:2em}.mbsc-txt-muted{opacity:.6}.mbsc-line-height-xs{line-height:1}.mbsc-line-height-s{line-height:1.25}.mbsc-line-height-m{line-height:1.5}.mbsc-line-height-l{line-height:1.75}.mbsc-line-height-xl{line-height:2}.mbsc-ultra-bold{font-weight:900}.mbsc-bold{font-weight:700}.mbsc-medium{font-weight:500}.mbsc-light{font-weight:300}.mbsc-thin{font-weight:100}.mbsc-italic{font-style:italic}.mbsc-align-left{text-align:left}.mbsc-align-right{text-align:right}.mbsc-align-center{text-align:center}.mbsc-align-justify{text-align:justify}.mbsc-pull-right{float:right}.mbsc-pull-left{float:left}.mbsc-media-fluid{width:100%;display:block}.mbsc-img-thumbnail{width:6em;height:6em;margin:1em}.mbsc-avatar{border-radius:1.25em;width:2.5em;height:2.5em;padding:0}.mbsc-note{border:1px solid #0000;margin:1em;padding:.75em 1.25em;font-size:.875em;position:relative}@media (max-width:600px){.mbsc-note{text-align:center}}.mbsc-ios.mbsc-radio-left{padding:.875em 1em .875em 3.75em}.mbsc-ios.mbsc-radio-right{padding:.875em 3.75em .875em 1em}.mbsc-ios.mbsc-radio-box:after{border-top:0;border-bottom:.125em solid;border-left:.125em solid;border-right:0;border-radius:0;width:.875em;height:.375em;transition:opacity .2s ease-in-out;top:44%;left:23%;transform:rotate(-45deg)}.mbsc-ios.mbsc-radio-box:before{content:"";z-index:-1;opacity:0;background:#ccc;border-radius:2.5em;width:2.5em;height:2.5em;transition:opacity .2s ease-in-out;position:absolute;top:-.75em;left:-.75em}.mbsc-ios.mbsc-radio-box.mbsc-focus:before{opacity:.12}.mbsc-ios.mbsc-radio-box-left{left:1.125em}.mbsc-ios.mbsc-radio-box-right{right:1.125em}.mbsc-ios.mbsc-radio-box.mbsc-disabled{opacity:.3}.mbsc-ios.mbsc-radio-box.mbsc-radio-box-primary:after{border-color:#3f97f6}.mbsc-ios.mbsc-radio-box.mbsc-radio-box-secondary:after{border-color:#90979e}.mbsc-ios.mbsc-radio-box.mbsc-radio-box-success:after{border-color:#43be5f}.mbsc-ios.mbsc-radio-box.mbsc-radio-box-danger:after{border-color:#f5504e}.mbsc-ios.mbsc-radio-box.mbsc-radio-box-warning:after{border-color:#f8b042}.mbsc-ios.mbsc-radio-box.mbsc-radio-box-info:after{border-color:#5bb7c5}.mbsc-ios.mbsc-radio-box:after{border-color:#1273de}.mbsc-ios.mbsc-radio-label.mbsc-disabled{color:#c4c4c4}.mbsc-ios-dark.mbsc-radio-box:after{border-color:#ffa519}.mbsc-ios-dark.mbsc-radio-label.mbsc-disabled{color:#3b3b3b}.mbsc-material.mbsc-radio-left{padding:.9375em 1em .9375em 3.5em}.mbsc-material.mbsc-radio-right{padding:.9375em 3.5em .9375em 1em}.mbsc-material.mbsc-radio-box{border:.125em solid;transition:background-color .1s ease-out}.mbsc-material.mbsc-radio-box-left{left:1.125em}.mbsc-material.mbsc-radio-box-right{right:1.125em}.mbsc-material.mbsc-radio-box:before{content:"";z-index:-1;opacity:0;background:currentColor;border-radius:2.5em;width:2.5em;height:2.5em;transition:opacity .2s ease-in-out;position:absolute;top:-.75em;left:-.75em}.mbsc-material.mbsc-radio-box.mbsc-focus:before{opacity:.12}.mbsc-material.mbsc-radio-box.mbsc-active:before{opacity:.2}.mbsc-material.mbsc-radio-box:after{background:currentColor;transition:transform .1s ease-out;transform:scale(0)}.mbsc-material.mbsc-radio-box.mbsc-checked{border-color:currentColor}.mbsc-material.mbsc-radio-box.mbsc-checked:after{transform:scale(1)}.mbsc-material.mbsc-radio-box.mbsc-disabled{opacity:.3}.mbsc-material.mbsc-radio-box.mbsc-radio-box-primary{color:#3f97f6}.mbsc-material.mbsc-radio-box.mbsc-radio-box-secondary{color:#90979e}.mbsc-material.mbsc-radio-box.mbsc-radio-box-success{color:#43be5f}.mbsc-material.mbsc-radio-box.mbsc-radio-box-danger{color:#f5504e}.mbsc-material.mbsc-radio-box.mbsc-radio-box-warning{color:#f8b042}.mbsc-material.mbsc-radio-box.mbsc-radio-box-info{color:#5bb7c5}.mbsc-material.mbsc-radio-box{color:#1a73e8;border-color:#303030}.mbsc-material-dark.mbsc-radio-box{color:#87b0f3;border-color:#fff}.mbsc-windows.mbsc-radio-left{padding:1.125em 1em 1.125em 3.25em}.mbsc-windows.mbsc-radio-right{padding:1.125em 3.25em 1.125em 1em}.mbsc-windows.mbsc-radio-box-left{left:1em}.mbsc-windows.mbsc-radio-box-right{right:1em}.mbsc-windows.mbsc-radio-box:before{content:"";z-index:-1;opacity:0;background:#ccc;border-radius:2.5em;width:2.5em;height:2.5em;transition:opacity .2s ease-in-out;position:absolute;top:-.75em;left:-.75em}.mbsc-windows.mbsc-radio-box.mbsc-focus:before{opacity:.12}.mbsc-windows.mbsc-radio-box.mbsc-radio-box-primary.mbsc-checked{border-color:#3f97f6}.mbsc-windows.mbsc-radio-box.mbsc-radio-box-secondary.mbsc-checked{border-color:#90979e}.mbsc-windows.mbsc-radio-box.mbsc-radio-box-success.mbsc-checked{border-color:#43be5f}.mbsc-windows.mbsc-radio-box.mbsc-radio-box-danger.mbsc-checked{border-color:#f5504e}.mbsc-windows.mbsc-radio-box.mbsc-radio-box-warning.mbsc-checked{border-color:#f8b042}.mbsc-windows.mbsc-radio-box.mbsc-radio-box-info.mbsc-checked{border-color:#5bb7c5}.mbsc-windows.mbsc-radio-box{border:.125em solid #333}.mbsc-windows.mbsc-radio-box:after{background:#333}.mbsc-windows.mbsc-radio-box.mbsc-checked{border-color:#0078d7}.mbsc-windows.mbsc-radio-box.mbsc-active{border-color:#3339}.mbsc-windows.mbsc-radio-box.mbsc-active:after{background:#3339}.mbsc-windows-dark.mbsc-radio-box{border:.125em solid #fff}.mbsc-windows-dark.mbsc-radio-box:after{background:#fff}.mbsc-windows-dark.mbsc-radio-box.mbsc-checked{border-color:#0078d7}.mbsc-windows-dark.mbsc-radio-box.mbsc-active{border-color:#fff9}.mbsc-windows-dark.mbsc-radio-box.mbsc-active:after{background:#fff9}.mbsc-radio{z-index:0;-webkit-user-select:none;user-select:none;margin:0;line-height:1.25em;display:block;position:relative}.mbsc-radio-box{box-sizing:border-box;border-radius:1.25em;width:1.25em;height:1.25em;margin-top:-.625em;display:block;position:absolute;top:50%}.mbsc-radio-box:after{content:"";opacity:0;border-radius:.625em;width:.625em;height:.625em;margin-top:-.3125em;margin-left:-.3125em;position:absolute;top:50%;left:50%}.mbsc-radio-box.mbsc-checked:after{opacity:1}.mbsc-ios.mbsc-stepper-input{z-index:1;border:1px solid;margin-left:-1px;margin-right:-1px}.mbsc-ios.mbsc-stepper-button.mbsc-button{line-height:1em}.mbsc-ios.mbsc-stepper-button.mbsc-disabled{opacity:1}.mbsc-ios.mbsc-stepper-inner{font-weight:400}.mbsc-ios.mbsc-disabled .mbsc-stepper-inner{opacity:.2}.mbsc-ios.mbsc-stepper-plus:before{content:"";border-left:1px solid;position:absolute;top:.4125em;bottom:.4125em}.mbsc-ios.mbsc-stepper-plus.mbsc-ltr:before{left:0}.mbsc-ios.mbsc-stepper-plus.mbsc-rtl:before{right:0}.mbsc-ios.mbsc-stepper-center .mbsc-stepper-plus:before{display:none}.mbsc-ios.mbsc-primary .mbsc-stepper-button{color:#3f97f6}.mbsc-ios.mbsc-secondary .mbsc-stepper-button{color:#90979e}.mbsc-ios.mbsc-success .mbsc-stepper-button{color:#43be5f}.mbsc-ios.mbsc-danger .mbsc-stepper-button{color:#f5504e}.mbsc-ios.mbsc-warning .mbsc-stepper-button{color:#f8b042}.mbsc-ios.mbsc-info .mbsc-stepper-button{color:#5bb7c5}.mbsc-ios.mbsc-stepper-input{color:#000;border-color:#dedede}.mbsc-ios.mbsc-stepper-input.mbsc-disabled{color:#0003}.mbsc-ios.mbsc-stepper-button{color:#000;background:#dedede}.mbsc-ios.mbsc-stepper-plus:before{border-color:#0003}.mbsc-ios-dark.mbsc-stepper-input{color:#fff;border-color:#2b2b2b}.mbsc-ios-dark.mbsc-stepper-input.mbsc-disabled{color:#fff3}.mbsc-ios-dark.mbsc-stepper-button{color:#fff;background:#2b2b2b}.mbsc-ios-dark.mbsc-stepper-plus:before{border-color:#fff3}.mbsc-material.mbsc-stepper-control{height:2.25em}.mbsc-material.mbsc-stepper-inner{font-size:2.14286em;font-weight:750}.mbsc-material.mbsc-stepper-button.mbsc-button{box-shadow:none;border:2px solid;line-height:1em}.mbsc-material.mbsc-stepper-minus.mbsc-ltr,.mbsc-material.mbsc-stepper-plus.mbsc-rtl{border-right:0}.mbsc-material.mbsc-stepper-minus.mbsc-rtl,.mbsc-material.mbsc-stepper-plus.mbsc-ltr{border-left:0}.mbsc-material.mbsc-stepper-button.mbsc-disabled{opacity:1}.mbsc-material.mbsc-stepper-input{z-index:1;border:2px solid;border-left:0;border-right:0;width:4em}.mbsc-material.mbsc-primary .mbsc-stepper-button{background:#3f97f6;border-color:#3f97f6}.mbsc-material.mbsc-secondary .mbsc-stepper-button{background:#90979e;border-color:#90979e}.mbsc-material.mbsc-success .mbsc-stepper-button{background:#43be5f;border-color:#43be5f}.mbsc-material.mbsc-danger .mbsc-stepper-button{background:#f5504e;border-color:#f5504e}.mbsc-material.mbsc-warning .mbsc-stepper-button{background:#f8b042;border-color:#f8b042}.mbsc-material.mbsc-info .mbsc-stepper-button{background:#5bb7c5;border-color:#5bb7c5}.mbsc-material.mbsc-primary .mbsc-stepper-input{border-color:#3f97f6}.mbsc-material.mbsc-secondary .mbsc-stepper-input{border-color:#90979e}.mbsc-material.mbsc-success .mbsc-stepper-input{border-color:#43be5f}.mbsc-material.mbsc-danger .mbsc-stepper-input{border-color:#f5504e}.mbsc-material.mbsc-warning .mbsc-stepper-input{border-color:#f8b042}.mbsc-material.mbsc-info .mbsc-stepper-input{border-color:#5bb7c5}.mbsc-material.mbsc-stepper-input{color:#5b5b5b;border-color:#d6d6d6}.mbsc-material.mbsc-stepper-input.mbsc-disabled{color:#b3b3b3}.mbsc-material.mbsc-stepper-button{color:#d6d6d6;background:#d6d6d6}.mbsc-material.mbsc-stepper-inner{color:#fff}.mbsc-material.mbsc-color-none .mbsc-stepper-inner{color:#303030}.mbsc-material.mbsc-stepper-button.mbsc-disabled{background:#d6d6d6}.mbsc-material.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner{color:#b3b3b3}.mbsc-material-dark.mbsc-stepper-input{color:#c2c2c2;border-color:#595959}.mbsc-material-dark.mbsc-stepper-input.mbsc-disabled{color:#737373}.mbsc-material-dark.mbsc-stepper-button{color:#595959;background:#595959}.mbsc-material-dark.mbsc-stepper-inner{color:#000}.mbsc-material-dark.mbsc-color-none .mbsc-stepper-inner{color:#fff}.mbsc-material-dark.mbsc-stepper-button.mbsc-disabled{background:#595959}.mbsc-material-dark.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner{color:#737373}.mbsc-windows.mbsc-stepper-button.mbsc-button{border-color:currentColor;width:3.625em;line-height:1.5em}.mbsc-windows.mbsc-stepper-button.mbsc-hover:before{content:"";position:absolute;inset:0}.mbsc-windows.mbsc-stepper-button.mbsc-disabled{opacity:1}.mbsc-windows.mbsc-stepper-minus.mbsc-ltr,.mbsc-windows.mbsc-stepper-plus.mbsc-rtl{border-right:0}.mbsc-windows.mbsc-stepper-minus.mbsc-rtl,.mbsc-windows.mbsc-stepper-plus.mbsc-ltr{border-left:0}.mbsc-windows.mbsc-stepper-inner{font-size:1.75em;font-weight:800}.mbsc-windows.mbsc-stepper-input{z-index:1;border:2px solid;border-left:0;border-right:0;width:4em}.mbsc-windows.mbsc-primary .mbsc-stepper-button{background:#3f97f6;border-color:#3f97f6}.mbsc-windows.mbsc-secondary .mbsc-stepper-button{background:#90979e;border-color:#90979e}.mbsc-windows.mbsc-success .mbsc-stepper-button{background:#43be5f;border-color:#43be5f}.mbsc-windows.mbsc-danger .mbsc-stepper-button{background:#f5504e;border-color:#f5504e}.mbsc-windows.mbsc-warning .mbsc-stepper-button{background:#f8b042;border-color:#f8b042}.mbsc-windows.mbsc-info .mbsc-stepper-button{background:#5bb7c5;border-color:#5bb7c5}.mbsc-windows.mbsc-primary .mbsc-stepper-input{border-color:#3f97f6}.mbsc-windows.mbsc-secondary .mbsc-stepper-input{border-color:#90979e}.mbsc-windows.mbsc-success .mbsc-stepper-input{border-color:#43be5f}.mbsc-windows.mbsc-danger .mbsc-stepper-input{border-color:#f5504e}.mbsc-windows.mbsc-warning .mbsc-stepper-input{border-color:#f8b042}.mbsc-windows.mbsc-info .mbsc-stepper-input{border-color:#5bb7c5}.mbsc-windows.mbsc-stepper-input{color:#333;border-color:#ccc}.mbsc-windows.mbsc-stepper-input.mbsc-disabled{color:#b3b3b3}.mbsc-windows.mbsc-stepper-button{color:#ccc}.mbsc-windows.mbsc-stepper-button.mbsc-hover:before{background:#0003}.mbsc-windows.mbsc-stepper-button.mbsc-disabled{background:#ccc}.mbsc-windows.mbsc-stepper-inner{color:#333}.mbsc-windows.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner{color:#b3b3b3}.mbsc-windows-dark.mbsc-stepper-input{color:#fff;border-color:#404040}.mbsc-windows-dark.mbsc-stepper-input.mbsc-disabled{color:gray}.mbsc-windows-dark.mbsc-stepper-button{color:#404040}.mbsc-windows-dark.mbsc-stepper-button.mbsc-hover:before{background:#fff3}.mbsc-windows-dark.mbsc-stepper-button.mbsc-disabled{background:#404040}.mbsc-windows-dark.mbsc-stepper-inner{color:#fff}.mbsc-windows-dark.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner{color:gray}.mbsc-stepper{z-index:0;-webkit-user-select:none;user-select:none;box-sizing:border-box;margin:0;padding:1.5em 11.75em 1.5em 1em;line-height:1.25em;display:block;position:relative}.mbsc-stepper.mbsc-rtl{padding:1.5em 1em 1.5em 11.75em}.mbsc-stepper-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mbsc-stepper-input{width:3.57143em;box-shadow:none;text-align:center;opacity:1;z-index:3;appearance:textfield;background:0 0;border-radius:0;margin:0;padding:0;font-size:.875em}.mbsc-stepper-input::-webkit-inner-spin-button,.mbsc-stepper-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mbsc-stepper-input:focus{outline-width:0}.mbsc-stepper-input.mbsc-disabled{cursor:not-allowed}.mbsc-stepper-control{z-index:2;height:2em;margin-top:-1em;display:flex;position:absolute;top:50%}.mbsc-stepper-control.mbsc-ltr{right:1em}.mbsc-stepper-control.mbsc-rtl{left:1em}.mbsc-stepper-start .mbsc-stepper-input{border:none;order:-1}.mbsc-stepper-start.mbsc-ltr .mbsc-stepper-minus.mbsc-button{margin-right:-1px}.mbsc-stepper-start.mbsc-rtl .mbsc-stepper-minus.mbsc-button{margin-left:-1px}.mbsc-stepper-end .mbsc-stepper-input{border:none;order:2}.mbsc-stepper-end.mbsc-ltr .mbsc-stepper-minus.mbsc-button{margin-right:-1px}.mbsc-stepper-end.mbsc-rtl .mbsc-stepper-minus.mbsc-button{margin-left:-1px}.mbsc-stepper-button.mbsc-button.mbsc-font{width:3.25em;margin:0;display:inline-block}.mbsc-stepper-inner{font-size:2em;font-weight:700}.mbsc-stepper-minus.mbsc-button.mbsc-ltr{border-top-right-radius:0;border-bottom-right-radius:0}.mbsc-stepper-minus.mbsc-button.mbsc-rtl,.mbsc-stepper-plus.mbsc-button.mbsc-ltr{border-top-left-radius:0;border-bottom-left-radius:0}.mbsc-stepper-plus.mbsc-button.mbsc-rtl{border-top-right-radius:0;border-bottom-right-radius:0}.mbsc-ios.mbsc-switch-right{padding:.875em 5em .875em 1em}.mbsc-ios.mbsc-switch-left{padding:.875em 1em .875em 5em}.mbsc-ios.mbsc-switch-track{border-radius:1.25em;width:1.25em;height:2em;margin:-.96875em .875em 0;padding:0}.mbsc-ios.mbsc-switch-track-right{right:1em}.mbsc-ios.mbsc-switch-track-left{left:1em}.mbsc-ios.mbsc-switch-track:after{content:"";z-index:1;border-radius:1.25em;transition:background-color .2s ease-out;position:absolute;inset:0 -1em}.mbsc-ios.mbsc-switch-track.mbsc-disabled{opacity:.3}.mbsc-ios.mbsc-switch-handle{z-index:2;background:#fff;border-radius:1.75em;width:1.75em;height:1.75em;margin:-.875em 0 0 -.875em;top:50%;left:50%;box-shadow:0 .1875em .75em #00000029,0 .1875em .0625em #0000001a}.mbsc-ios.mbsc-switch-track.mbsc-switch-primary.mbsc-checked:after{background:#3f97f6}.mbsc-ios.mbsc-switch-track.mbsc-switch-secondary.mbsc-checked:after{background:#90979e}.mbsc-ios.mbsc-switch-track.mbsc-switch-success.mbsc-checked:after{background:#43be5f}.mbsc-ios.mbsc-switch-track.mbsc-switch-danger.mbsc-checked:after{background:#f5504e}.mbsc-ios.mbsc-switch-track.mbsc-switch-warning.mbsc-checked:after{background:#f8b042}.mbsc-ios.mbsc-switch-track.mbsc-switch-info.mbsc-checked:after{background:#5bb7c5}.mbsc-ios.mbsc-switch-track:after{background:#e5e5e5}.mbsc-ios.mbsc-switch-track.mbsc-focus:after{box-shadow:0 0 0 .125em #00000080}.mbsc-ios.mbsc-switch-track.mbsc-checked:after{background:#4cd764}.mbsc-ios-dark.mbsc-switch-track:after{background:#383838}.mbsc-ios-dark.mbsc-switch-track.mbsc-focus:after{box-shadow:0 0 0 .125em #ffffff80}.mbsc-ios-dark.mbsc-switch-track.mbsc-checked:after{background:#4cd764}.mbsc-material.mbsc-switch-right{padding:.9375em 4em .9375em 1em}.mbsc-material.mbsc-switch-left{padding:.9375em 1em .9375em 4em}.mbsc-material.mbsc-switch-track{border-radius:1.25em;width:1.75em;height:.875em;margin-top:-.4375em;padding:0 .25em}.mbsc-material.mbsc-switch-track-left{left:1.25em}.mbsc-material.mbsc-switch-track-right{right:1.25em}.mbsc-material.mbsc-switch-handle{border-radius:1.25em;width:1.25em;height:1.25em;margin-top:-.625em;margin-left:-.625em;top:50%}.mbsc-material.mbsc-switch-handle:before{content:"";z-index:-1;opacity:0;border-radius:2.875em;width:2.5em;height:2.5em;transition:opacity .2s ease-in-out;display:block;position:absolute;top:-.625em;left:-.625em}.mbsc-material.mbsc-switch-handle.mbsc-focus:before{opacity:.5}.mbsc-material.mbsc-switch-handle.mbsc-active:before{opacity:1}.mbsc-material.mbsc-switch-handle.mbsc-switch-primary.mbsc-checked{background:#3f97f6}.mbsc-material.mbsc-switch-track.mbsc-switch-primary.mbsc-checked{background:#a0ccfb}.mbsc-material.mbsc-switch-handle.mbsc-switch-secondary.mbsc-checked{background:#90979e}.mbsc-material.mbsc-switch-track.mbsc-switch-secondary.mbsc-checked{background:#c6cace}.mbsc-material.mbsc-switch-handle.mbsc-switch-success.mbsc-checked{background:#43be5f}.mbsc-material.mbsc-switch-track.mbsc-switch-success.mbsc-checked{background:#8fd8a0}.mbsc-material.mbsc-switch-handle.mbsc-switch-danger.mbsc-checked{background:#f5504e}.mbsc-material.mbsc-switch-track.mbsc-switch-danger.mbsc-checked{background:#faafaf}.mbsc-material.mbsc-switch-handle.mbsc-switch-warning.mbsc-checked{background:#f8b042}.mbsc-material.mbsc-switch-track.mbsc-switch-warning.mbsc-checked{background:#fcd9a4}.mbsc-material.mbsc-switch-handle.mbsc-switch-info.mbsc-checked{background:#5bb7c5}.mbsc-material.mbsc-switch-track.mbsc-switch-info.mbsc-checked{background:#a6d8e0}.mbsc-material.mbsc-switch-track{background:#c4c4c4}.mbsc-material.mbsc-switch-track.mbsc-checked{background:#1a73e84d}.mbsc-material.mbsc-switch-track.mbsc-disabled{background:#e8e8e8}.mbsc-material.mbsc-switch-handle{background:#fff;box-shadow:0 3px 1px -2px #0003,0 1px 5px #0000001f}.mbsc-material.mbsc-switch-handle.mbsc-checked{background:#1a73e8}.mbsc-material.mbsc-switch-handle.mbsc-disabled{background:#ccc}.mbsc-material.mbsc-switch-handle:before{background:#0000001a}.mbsc-material-dark.mbsc-switch-track{background:#2b2b2b}.mbsc-material-dark.mbsc-switch-track.mbsc-checked{background:#87b0f34d}.mbsc-material-dark.mbsc-switch-track.mbsc-disabled{background:#2b2b2b}.mbsc-material-dark.mbsc-switch-handle{background:#878787;box-shadow:0 3px 1px -2px #fff3,0 1px 5px #ffffff1f}.mbsc-material-dark.mbsc-switch-handle.mbsc-checked{background:#87b0f3}.mbsc-material-dark.mbsc-switch-handle.mbsc-disabled{background:#292929}.mbsc-material-dark.mbsc-switch-handle:before{background:#ffffff1a}.mbsc-windows.mbsc-switch-right{padding:1.125em 5.25em 1.125em 1em}.mbsc-windows.mbsc-switch-left{padding:1.125em 1em 1.125em 5.25em}.mbsc-windows.mbsc-switch-track{width:1.5em;height:1em;margin-top:-.5em}.mbsc-windows.mbsc-switch-track-right{right:1.75em}.mbsc-windows.mbsc-switch-track-left{left:1.75em}.mbsc-windows.mbsc-switch-track:after,.mbsc-windows.mbsc-switch-track:before{content:"";z-index:1;border:.125em solid #0000;position:absolute}.mbsc-windows.mbsc-switch-track:before{border-radius:.625em;transition:background-color .2s ease-in-out,border .2s ease-in-out;inset:-.125em -.625em}.mbsc-windows.mbsc-switch-track:after{border-radius:.75em;inset:-.25em -.75em}.mbsc-windows.mbsc-switch-track.mbsc-disabled{opacity:.2}.mbsc-windows.mbsc-switch-handle{z-index:2;border-radius:10px;width:.625em;height:.625em;margin:-.3125em 0 0 -.3125em;top:50%;left:50%;right:auto}.mbsc-windows.mbsc-switch-track.mbsc-switch-primary.mbsc-checked:before{background:#3f97f6;border-color:#3f97f6}.mbsc-windows.mbsc-switch-track.mbsc-switch-secondary.mbsc-checked:before{background:#90979e;border-color:#90979e}.mbsc-windows.mbsc-switch-track.mbsc-switch-success.mbsc-checked:before{background:#43be5f;border-color:#43be5f}.mbsc-windows.mbsc-switch-track.mbsc-switch-danger.mbsc-checked:before{background:#f5504e;border-color:#f5504e}.mbsc-windows.mbsc-switch-track.mbsc-switch-warning.mbsc-checked:before{background:#f8b042;border-color:#f8b042}.mbsc-windows.mbsc-switch-track.mbsc-switch-info.mbsc-checked:before{background:#5bb7c5;border-color:#5bb7c5}.mbsc-windows.mbsc-switch-track.mbsc-checked:before{background:#0078d7;border-color:#0078d7}.mbsc-windows.mbsc-switch-track.mbsc-disabled:before,.mbsc-windows.mbsc-switch-track:before{background:0 0;border-color:#333}.mbsc-windows.mbsc-switch-track.mbsc-active:before{background:#737373;border-color:#737373}.mbsc-windows.mbsc-switch-track.mbsc-focus:after{border-color:#a6a6a6}.mbsc-windows.mbsc-switch-handle{background:#333}.mbsc-windows.mbsc-switch-handle.mbsc-checked{background:#fff}.mbsc-windows.mbsc-switch-handle.mbsc-disabled{background:#333}.mbsc-windows-dark.mbsc-switch-track.mbsc-checked:before{background:#0078d7;border-color:#0078d7}.mbsc-windows-dark.mbsc-switch-track.mbsc-disabled:before,.mbsc-windows-dark.mbsc-switch-track:before{background:0 0;border-color:#fff}.mbsc-windows-dark.mbsc-switch-track.mbsc-active:before{background:#a6a6a6;border-color:#a6a6a6}.mbsc-windows-dark.mbsc-switch-track.mbsc-focus:after{border-color:#8c8c8c}.mbsc-windows-dark.mbsc-switch-handle{background:#fff}.mbsc-windows-dark.mbsc-switch-handle.mbsc-checked{background:#1a1a1a}.mbsc-windows-dark.mbsc-switch-handle.mbsc-disabled{background:#fff}.mbsc-switch{-webkit-user-select:none;user-select:none;margin:0;line-height:1.25em;display:block;position:relative}.mbsc-switch-track{z-index:4;box-sizing:border-box;display:block;position:absolute;top:50%}.mbsc-switch-handle{cursor:pointer;display:block;position:absolute}.mbsc-switch-handle.mbsc-disabled{cursor:not-allowed}.mbsc-switch-handle-animate{transition:left .1s ease-in-out}.mbsc-description{opacity:.6;font-size:.75em;display:block}.mbsc-ios.mbsc-select-scroller-inline{border-top:1px solid;border-bottom:1px solid;margin-top:-1px;margin-bottom:-1px}.mbsc-ios.mbsc-select-group-wheel-multi .mbsc-scroller-wheel-cont-3d{visibility:hidden}.mbsc-ios.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-select-group-wheel.mbsc-ltr{border-right-style:solid;border-right-width:1px}.mbsc-ios.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-select-group-wheel.mbsc-rtl{border-left-style:solid;border-left-width:1px}.mbsc-ios.mbsc-select-filter-cont{padding:.5em}.mbsc-ios.mbsc-select-filter{margin:0}.mbsc-ios.mbsc-select-filter-input{height:2em}.mbsc-ios.mbsc-select-empty-text{font-size:1.25em}.mbsc-ios.mbsc-select-scroller-inline{border-color:#ccc}.mbsc-ios.mbsc-select-filter-cont{background-color:#f2f2f7}.mbsc-ios.mbsc-select-filter-clear{color:#ccc}.mbsc-ios.mbsc-select-filter-clear:hover{color:#b2b2b2}.mbsc-ios.mbsc-select-empty-text{color:#9e9e9e}.mbsc-ios.mbsc-select-group-wheel{border-color:#ccc}.mbsc-ios.mbsc-select-group-wheel-multi .mbsc-scroller-wheel-item-3d{color:#000}.mbsc-ios.mbsc-select-group-wheel-multi .mbsc-selected-3d{color:#007aff}.mbsc-ios-dark.mbsc-select-scroller-inline{border-color:#333}.mbsc-ios-dark.mbsc-select-filter-cont{background-color:#1c1c1c}.mbsc-ios-dark.mbsc-select-filter-clear{color:#404040}.mbsc-ios-dark.mbsc-select-filter-clear:hover{color:#4d4d4d}.mbsc-ios-dark.mbsc-select-empty-text{color:#9e9e9e}.mbsc-ios-dark.mbsc-select-group-wheel{border-color:#333}.mbsc-ios-dark.mbsc-select-group-wheel-multi .mbsc-scroller-wheel-item-3d{color:#fff}.mbsc-ios-dark.mbsc-select-group-wheel-multi .mbsc-selected-3d{color:#ff9f0a}.mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-cont:after,.mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-cont:before{display:none}.mbsc-material.mbsc-select-filter{margin:0}.mbsc-material.mbsc-select-empty-text{opacity:.5;font-size:1.375em}.mbsc-material.mbsc-select-scroller-inline{color:#303030;background-color:#fff}.mbsc-material.mbsc-select-filter-clear{color:#b0b0b0}.mbsc-material.mbsc-select-filter-clear:hover{color:#7d7d7d}.mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected{color:#1a73e8;background:#00000026}.mbsc-material.mbsc-select-group-wheel-multi .mbsc-selected{color:#1a73e8}.mbsc-material-dark.mbsc-select-scroller-inline{color:#fff;background-color:#000}.mbsc-material-dark.mbsc-select-filter-clear{color:gray}.mbsc-material-dark.mbsc-select-filter-clear:hover{color:#b3b3b3}.mbsc-material-dark.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected{color:#87b0f3;background:#00000026}.mbsc-material-dark.mbsc-select-group-wheel-multi .mbsc-selected{color:#87b0f3}.mbsc-windows.mbsc-select-filter{margin:.5em}.mbsc-windows.mbsc-select-empty-text{opacity:.6;font-size:1.5em}.mbsc-windows.mbsc-select-scroller-inline{color:#333;background-color:#fff}.mbsc-windows.mbsc-select-group-wheel-multi .mbsc-selected,.mbsc-windows.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected{color:#0078d7}.mbsc-windows-dark.mbsc-select-scroller-inline{color:#fff;background-color:#1a1a1a}.mbsc-windows-dark.mbsc-select-group-wheel-multi .mbsc-selected,.mbsc-windows-dark.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected{color:#0078d7}.mbsc-select-scroller .mbsc-scroller-wheel-wrapper{flex:auto}.mbsc-select-filter-cont{position:relative}.mbsc-select-filter-clear{cursor:pointer;box-sizing:content-box;width:1em;height:1em;margin-top:-1em;padding:.5em;position:absolute;top:50%}.mbsc-select-filter-clear.mbsc-rtl{left:.5em;right:auto}.mbsc-select-filter-clear.mbsc-ltr{left:auto;right:.5em}.mbsc-select-empty .mbsc-scroller-wheel-group-cont{visibility:hidden}.mbsc-select-empty-text{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-ltr{text-align:left}.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-rtl{text-align:right}.permanent-drawer{flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow-x:hidden}.permanent-drawer-header{z-index:1;width:100%;min-height:var(--dim-xxxlarge);align-items:center;gap:var(--spacing-small);padding:0 var(--spacing-large);background:var(--color-background);box-shadow:var(--box-shadow-sm);display:flex;position:relative}.permanent-drawer-header__space-between{justify-content:space-between}.permanent-drawer-header *{flex-shrink:0}.permanent-drawer-header__label{text-overflow:ellipsis;white-space:nowrap;flex-grow:1;flex-shrink:1;overflow:hidden}.permanent-drawer__title{padding:0 var(--spacing-large);transition:var(--transition-main);will-change:padding;border:none;padding-block-start:var(--spacing-small);transition-property:padding;position:relative}.permanent-drawer-footer{z-index:100;width:100%;transition:var(--transition-main);justify-content:center;align-items:center;gap:var(--spacing-small);padding:0 var(--spacing-large);box-shadow:var(--box-shadow-star);background:var(--color-surface);min-block-size:3.5rem;height:4.5rem;display:flex;position:sticky;inset-block-end:0;overflow:hidden;transform:translate(0)}.permanent-drawer-footer__button{width:100%}.header{height:var(--dim-header-height);min-height:var(--dim-header-height);background:#262629;justify-content:space-between;align-items:center;padding-inline-start:var(--spacing-normal);padding-inline-end:var(--spacing-large);display:flex}.header .uni-button--color-secondary{--uni-button-background:#38383d}.header__quick-action-modal{padding:var(--spacing-normal)}.header__quick-action-modal--wrapper .uni-popover__paper{inset-block-start:var(--spacing-xxlarge)!important}.header__quick-action-modal--title{padding-block-end:var(--spacing-xsmall);padding-inline-start:var(--spacing-normal)}.header__quick-action-modal--buttons{grid-template-columns:repeat(3,1fr);display:grid}.header__quick-action-modal--button{transition:var(--transition-main);cursor:pointer;border-radius:var(--dim-radius-large);justify-content:center;align-items:center;gap:var(--spacing-xsmall);flex-direction:column;width:5.5rem;height:6.5rem;display:flex;position:relative}.header__quick-action-modal--button--pin{--uni-button-padding:0;border:.125rem solid var(--color-white-smoke);display:none;position:absolute;inset-block-start:var(--spacing-xxsmall);inset-inline-end:var(--spacing-xxsmall);width:var(--dim-large)!important;height:var(--dim-large)!important}.header__quick-action-modal--button--pin.uni-button--small .uni-button-icon{font-size:.875rem!important}.header__quick-action-modal--button--pinned .header__quick-action-modal--button--pin{display:flex}.header__quick-action-modal--button:hover{background-color:var(--color-background-surface)}.header__quick-action-modal--button:hover .header__quick-action-modal--button--pin{display:flex}.header__quick-action-modal--button:hover .header__quick-action-modal--button--icon{background-color:var(--color-primary)}.header__quick-action-modal--button:hover .header__quick-action-modal--button--icon *{--color-primary:var(--color-white);color:var(--color-white)!important}.header__quick-action-modal--button--icon{transition:var(--transition-main);border:1px solid var(--color-divider);border-radius:var(--spacing-xsmall);justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}.header__white-button .uni-button-icon{--color-text-secondary:var(--color-white)!important}.header__left,.header__right{justify-content:flex-start;align-items:center;height:100%;display:flex}.header__left{gap:var(--spacing-xsmall)}.header__right{gap:var(--spacing-normal)}.header__right--pin-buttons{gap:var(--spacing-xxsmall);display:flex}.header__right--pin-buttons *{--color-primary:var(--color-white);color:var(--color-white)!important}.header__right--border{border-inline-end:1px solid var(--color-divider);height:var(--dim-normal);width:1px}.header__avatar{cursor:pointer}.header__profile-menu{--uni-button-padding:.1875rem var(--spacing-xxsmall)!important}.header__badge .MuiBadge-badge{border:2px solid var(--color-white);background:var(--color-feeyousha-500);width:.375rem;min-width:.375rem;max-width:.375rem;height:.375rem;padding:0;inset-block-start:37%;inset-inline-end:40%}.palette-arabic-theme .header{background-color:var(--color-gray-50);border-radius:var(--dim-radius-xlarge);margin-inline:1.5rem;inset-block:.5rem;margin-block:var(--dim-radius-large)!important}.palette-arabic-theme .header .uni-button--color-secondary{--uni-button-background:var(--color-fiord-50);color:var(--color-text-primary);border-radius:var(--dim-radius-full)}.palette-arabic-theme .header .uni-button--color-white .uni-button-icon{color:var(--color-text-primary)!important}.error-pages{gap:var(--spacing-xlarge);flex-direction:column;display:flex}.error-pages__button{border:1px solid var(--color-primary);border-radius:4px}@media screen and (max-width:600px){.error-pages{padding-block-start:var(--spacing-xlarge)}.error-pages__typo{font-size:16px}}.uni-typo{font-family:var(--uni-font-family)}.uni-typo--color-black-default{color:var(--color-black)}.uni-typo--color-surface-default{color:var(--color-surface)}.uni-typo--color-divider-default{color:var(--color-divider)}.uni-typo--color-disabled-default{color:var(--color-disabled)}.uni-typo--color-error-default{color:var(--color-error)}.uni-typo--color-success-default{color:var(--color-success)}.uni-typo--color-warning-default{color:var(--color-warning)}.uni-typo--color-white-default{color:var(--color-white)}.uni-typo--color-error-light{color:var(--color-error-50)}.uni-typo--color-success-light{color:var(--color-success-50)}.uni-typo--color-warning-light{color:var(--color-warning-50)}.uni-typo--color-white-eggshell{color:var(--color-white-eggshell)}.uni-typo--color-text-default{color:var(--color-text-primary)}.uni-typo--color-text-secondary{color:var(--color-text-secondary)}.uni-typo--color-text-tertiary{color:var(--color-text-tertiary)}.uni-typo--color-text-hint{color:var(--color-text-hint)}.uni-typo--color-text-disabled{color:var(--color-text-disabled)}.uni-typo--color-on-default{color:var(--color-on-primary)}.uni-typo--color-on-secondary{color:var(--color-on-secondary)}.uni-typo--color-on-surface{color:var(--color-on-surface)}.uni-typo--color-on-success{color:var(--color-on-success)}.uni-typo--color-on-warning{color:var(--color-on-warning)}.uni-typo--color-on-error{color:var(--color-on-error)}.uni-typo--color-inherit-default{color:inherit}.uni-typo--color-red-50{color:var(--color-red-50)}.uni-typo--color-red-100{color:var(--color-red-100)}.uni-typo--color-red-200{color:var(--color-red-200)}.uni-typo--color-red-300{color:var(--color-red-300)}.uni-typo--color-red-400{color:var(--color-red-400)}.uni-typo--color-red-default{color:var(--color-red-500)}.uni-typo--color-red-600{color:var(--color-red-600)}.uni-typo--color-red-700{color:var(--color-red-700)}.uni-typo--color-red-800{color:var(--color-red-800)}.uni-typo--color-red-900{color:var(--color-red-900)}.uni-typo--color-blue-50{color:var(--color-blue-50)}.uni-typo--color-blue-100{color:var(--color-blue-100)}.uni-typo--color-blue-200{color:var(--color-blue-200)}.uni-typo--color-blue-300{color:var(--color-blue-300)}.uni-typo--color-blue-400{color:var(--color-blue-400)}.uni-typo--color-blue-default{color:var(--color-blue-500)}.uni-typo--color-blue-600{color:var(--color-blue-600)}.uni-typo--color-blue-700{color:var(--color-blue-700)}.uni-typo--color-blue-800{color:var(--color-blue-800)}.uni-typo--color-blue-900{color:var(--color-blue-900)}.uni-typo--color-gray-50{color:var(--color-gray-50)}.uni-typo--color-gray-100{color:var(--color-gray-100)}.uni-typo--color-gray-200{color:var(--color-gray-200)}.uni-typo--color-gray-300{color:var(--color-gray-300)}.uni-typo--color-gray-400{color:var(--color-gray-400)}.uni-typo--color-gray-default{color:var(--color-gray-500)}.uni-typo--color-gray-600{color:var(--color-gray-600)}.uni-typo--color-gray-700{color:var(--color-gray-700)}.uni-typo--color-gray-800{color:var(--color-gray-800)}.uni-typo--color-gray-900{color:var(--color-gray-900)}.uni-typo--color-lime-50{color:var(--color-lime-50)}.uni-typo--color-lime-100{color:var(--color-lime-100)}.uni-typo--color-lime-200{color:var(--color-lime-200)}.uni-typo--color-lime-300{color:var(--color-lime-300)}.uni-typo--color-lime-400{color:var(--color-lime-400)}.uni-typo--color-lime-default{color:var(--color-lime-500)}.uni-typo--color-lime-600{color:var(--color-lime-600)}.uni-typo--color-lime-700{color:var(--color-lime-700)}.uni-typo--color-lime-800{color:var(--color-lime-800)}.uni-typo--color-lime-900{color:var(--color-lime-900)}.uni-typo--color-fiord-50{color:var(--color-fiord-50)}.uni-typo--color-fiord-100{color:var(--color-fiord-100)}.uni-typo--color-fiord-200{color:var(--color-fiord-200)}.uni-typo--color-fiord-300{color:var(--color-fiord-300)}.uni-typo--color-fiord-400{color:var(--color-fiord-400)}.uni-typo--color-fiord-default{color:var(--color-fiord-500)}.uni-typo--color-fiord-600{color:var(--color-fiord-600)}.uni-typo--color-fiord-700{color:var(--color-fiord-700)}.uni-typo--color-fiord-800{color:var(--color-fiord-800)}.uni-typo--color-fiord-900{color:var(--color-fiord-900)}.uni-typo--color-green-50{color:var(--color-green-50)}.uni-typo--color-green-100{color:var(--color-green-100)}.uni-typo--color-green-200{color:var(--color-green-200)}.uni-typo--color-green-300{color:var(--color-green-300)}.uni-typo--color-green-400{color:var(--color-green-400)}.uni-typo--color-green-default{color:var(--color-green-500)}.uni-typo--color-green-600{color:var(--color-green-600)}.uni-typo--color-green-700{color:var(--color-green-700)}.uni-typo--color-green-800{color:var(--color-green-800)}.uni-typo--color-green-900{color:var(--color-green-900)}.uni-typo--color-orange-50{color:var(--color-orange-50)}.uni-typo--color-orange-100{color:var(--color-orange-100)}.uni-typo--color-orange-200{color:var(--color-orange-200)}.uni-typo--color-orange-300{color:var(--color-orange-300)}.uni-typo--color-orange-400{color:var(--color-orange-400)}.uni-typo--color-orange-default{color:var(--color-orange-500)}.uni-typo--color-orange-600{color:var(--color-orange-600)}.uni-typo--color-orange-700{color:var(--color-orange-700)}.uni-typo--color-orange-800{color:var(--color-orange-800)}.uni-typo--color-orange-900{color:var(--color-orange-900)}.uni-typo--color-primary-50{color:var(--color-primary-50)}.uni-typo--color-primary-100{color:var(--color-primary-100)}.uni-typo--color-primary-200{color:var(--color-primary-200)}.uni-typo--color-primary-300{color:var(--color-primary-300)}.uni-typo--color-primary-400{color:var(--color-primary-400)}.uni-typo--color-primary-default{color:var(--color-primary-500)}.uni-typo--color-primary-600{color:var(--color-primary-600)}.uni-typo--color-primary-700{color:var(--color-primary-700)}.uni-typo--color-primary-800{color:var(--color-primary-800)}.uni-typo--color-primary-900{color:var(--color-primary-900)}.uni-typo--color-secondary-50{color:var(--color-secondary-50)}.uni-typo--color-secondary-100{color:var(--color-secondary-100)}.uni-typo--color-secondary-200{color:var(--color-secondary-200)}.uni-typo--color-secondary-300{color:var(--color-secondary-300)}.uni-typo--color-secondary-400{color:var(--color-secondary-400)}.uni-typo--color-secondary-default{color:var(--color-secondary-500)}.uni-typo--color-secondary-600{color:var(--color-secondary-600)}.uni-typo--color-secondary-700{color:var(--color-secondary-700)}.uni-typo--color-secondary-800{color:var(--color-secondary-800)}.uni-typo--color-secondary-900{color:var(--color-secondary-900)}.uni-typo--weight-400{font-weight:400}.uni-typo--weight-500{font-weight:500}.uni-typo--weight-700{font-weight:700}.uni-typo--weight-900{font-weight:900}.uni-typo--weight-inherit{font-weight:inherit}.uni-typo--style-normal{font-style:normal}.uni-typo--style-italic{font-style:italic}.uni-typo--style-inherit{font-style:inherit}.uni-typo--alignment-start{text-align:start}.uni-typo--alignment-center{text-align:center}.uni-typo--alignment-end{text-align:end}.uni-typo--alignment-inherit{text-align:inherit}.uni-typo--transform-uppercase{text-transform:uppercase}.uni-typo--transform-lowercase{text-transform:lowercase}.uni-typo--transform-capitalize{text-transform:capitalize}.uni-typo--transform-sentence-capitalize{text-transform:lowercase}.uni-typo--transform-sentence-capitalize:first-letter{text-transform:uppercase}.uni-typo--transform-inherit{text-transform:inherit}.uni-typo--variant-h1{font-size:3rem;line-height:4.5rem}.uni-typo--variant-h2{font-size:2rem;line-height:3rem}.uni-typo--variant-h3{font-size:1.75rem;line-height:2.5rem}.uni-typo--variant-h4{font-size:1.5rem;line-height:2.5rem}.uni-typo--variant-h5{font-size:1.25rem;line-height:2rem}.uni-typo--variant-h6{font-size:1.125rem;line-height:1.75rem}.uni-typo--variant-subtitle{font-size:1rem;line-height:1.5rem}.uni-typo--variant-subtitle2{font-size:.9375rem;line-height:1.5rem}.uni-typo--variant-body{font-size:.875rem;line-height:1.25rem}.uni-typo--variant-body2{font-size:.8125rem;line-height:1.25rem}.uni-typo--variant-caption{font-size:.75rem;line-height:1rem}.uni-typo--variant-overline{font-size:.625rem;line-height:1rem}.uni-typo--variant-inherit{font-size:inherit;line-height:inherit}.uni-typo--full-width{width:100%}.uni-typo--no-wrap{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.uni-typo--clickable:hover{cursor:pointer;text-decoration:underline}.uni-typo--decoration-underline{text-decoration:underline}.personal{align-items:stretch;gap:var(--spacing-xsmall);padding:var(--spacing-xsmall);display:flex}.personal--activeness{opacity:.5;filter:grayscale()}.personal__description{align-items:center;display:flex}.personal__body{flex-direction:column;flex:1;justify-content:space-between;width:100%;max-width:100%;display:grid;overflow:hidden}.personal__title{max-width:100%;overflow:hidden}.personal__title,.personal__title-wrapper{align-items:center;gap:var(--spacing-xxsmall);width:100%;display:flex}.personal__title-wrapper{min-width:0}.personal__title-wrapper--action{width:100%;max-width:fit-content;overflow:hidden}.personal__label{z-index:1;max-width:fit-content;height:var(--dim-normal);color:var(--color-orange-500);background-color:var(--color-warning-50);padding:0 var(--spacing-xsmall);border-radius:9999px;align-content:center;line-height:1;display:inline;position:relative}.personal__suffix{flex-direction:column;justify-content:space-between;display:flex}.personal__suffix-top,.personal__suffix>:first-child{margin-block-start:var(--spacing-xxsmall);margin-block-end:auto}.personal__suffix>:last-child{margin-block-start:auto}.uni-new-avatar-grouped{--uni-avatar-grouped-size:2rem;font-size:var(--uni-avatar-grouped-size);align-items:center;display:inline-flex}.uni-new-avatar-grouped__item{display:inline-flex}.uni-new-avatar-grouped__item--more{cursor:pointer;color:var(--color-text-primary);background-color:var(--color-gray-100);width:var(--uni-avatar-grouped-size);height:var(--uni-avatar-grouped-size);transition:var(--transition-main);will-change:transform;border-radius:9999px;justify-content:center;align-self:stretch;align-items:center;font-size:10px;font-weight:700;line-height:.75em;transition-property:transform}.uni-new-avatar-grouped__item+.uni-new-avatar-grouped__item,.uni-new-avatar-grouped__item+.uni-new-avatar-grouped__item--more{margin-inline-start:calc(var(--uni-avatar-grouped-size)/7*-1)}.uni-new-avatar-grouped__avatar{transition:var(--transition-main);will-change:transform;transition-property:transform}.uni-new-avatar-grouped__item:hover .uni-new-avatar-grouped__avatar,.uni-new-avatar-grouped__item:hover+.uni-new-avatar-grouped__item--more{transform:translateY(-10%)}.uni-new-avatar-grouped--bordered .uni-new-avatar-grouped__item--more{border:1px solid var(--color-gray-100)}.uni-new-avatar-coupled{--uni-avatar-coupled-size:4rem;font-size:var(--uni-avatar-coupled-size);min-width:var(--uni-avatar-coupled-size);min-height:var(--uni-avatar-coupled-size);max-width:var(--uni-avatar-coupled-size);max-height:var(--uni-avatar-coupled-size);justify-content:center;align-items:center;display:inline-flex;position:relative}.uni-new-avatar-coupled__item{transition:var(--transition-main);will-change:transform;border-radius:50%;transition-property:transform;display:inline-flex;position:absolute}.uni-new-avatar-coupled__item:hover{transform:scale(1.05)}.uni-new-avatar-coupled__item:first-child{transform-origin:0 0;inset-block-start:0;inset-inline-start:0}.uni-new-avatar-coupled__item:last-child{transform-origin:100% 100%;inset-block-end:0;inset-inline-end:0}.uni-new-avatar-coupled__item:first-child:last-child{transform-origin:50%;position:static}.uni-auto-complete{justify-content:flex-start;align-items:center;gap:calc(var(--spacing-xsmall) - var(--spacing-xxxsmall));flex-flow:wrap;display:flex}.uni-auto-complete__item{-webkit-mask-image:-webkit-radial-gradient(circle,var(--color-white)100%,var(--color-black)100%);box-shadow:0 0 0 70rem var(--color-gray-500);background-color:var(--color-surface);max-width:max-content;-webkit-transform:translateZ(0);-moz-border-radius:var(--spacing-large)!important;border-radius:var(--spacing-large)!important}.uni-auto-complete__item .uni-new-menu-item__label{font-weight:700}.uni-auto-complete__avatar{margin:-.375rem;margin-inline-end:0}.uni-auto-complete__remove{margin:-.2rem -.3rem;margin-inline-start:-.25rem;padding:1rem;width:1rem!important;height:1rem!important}.module-filter__sub-items{position:fixed;inset-block-start:calc(var(--dim-header-height) + .8rem)}.module-filter .uni-popover__paper{margin-block-start:var(--spacing-xlarge)}.module-filter__button .uni-button-icon{padding:var(--spacing-xxsmall);border-radius:50%}.module-filter__button:hover{--uni-button-background:transparent!important}.module-filter__button:hover .uni-button-icon{background-color:var(--color-button-outline)}.uni-new-avatar{--uni-avatar-size:2rem;--uni-avatar-border-width:1px;--uni-avatar-border-radius:50%;--uni-avatar-abbr-font-size:.4em;--uni-avatar-border-color:var(--color-background-empty-state-background);--uni-avatar-background-color:var(--color-divider);--uni-avatar-object-position:center;background-color:var(--uni-avatar-background-color);border-style:solid;border-width:0;border-color:var(--uni-avatar-border-color);border-radius:var(--uni-avatar-border-radius);font-size:var(--uni-avatar-size);font-family:var(--uni-font-family);min-width:var(--uni-avatar-size);min-height:var(--uni-avatar-size);max-width:var(--uni-avatar-size);max-height:var(--uni-avatar-size);transition:var(--transition-main);transition-property:border-radius,border-width;display:inline-flex;position:relative}.uni-new-avatar__abbr{text-transform:uppercase;width:fit-content;height:fit-content;color:var(--color-text-primary);font-weight:700;font-size:var(--uni-avatar-abbr-font-size);line-height:calc(var(--uni-avatar-abbr-font-size)*1.5);-webkit-user-select:none;user-select:none;display:inline-block;position:absolute;inset-block:50%;inset-inline:50%;transform:translate(-50%,-50%)}.uni-new-avatar__image{object-fit:cover;object-position:var(--uni-avatar-object-position);width:100%;max-width:100%;height:100%;max-height:100%;transition:var(--transition-main);opacity:0;color:#0000;border-radius:var(--uni-avatar-border-radius);transition-property:opacity;display:inline-block;position:absolute;inset-block:0;inset-inline:0;overflow:hidden}.uni-new-avatar__image--loaded{opacity:1}.uni-new-avatar__status{transform-origin:100% 100%;width:20%;height:20%;min-width:var(--spacing-small);min-height:var(--spacing-small);border:2px solid var(--color-white);border-radius:50%;display:inline-block;position:absolute;inset-block-end:16%;inset-inline-end:16%;transform:scale(1)translate(50%,50%)}.uni-new-avatar__status--online{background-color:var(--color-success)}.uni-new-avatar__status--offline{background-color:var(--color-text-hint)}.uni-new-avatar__status--away{background-color:var(--color-warning)}.uni-new-avatar__status--busy{background-color:var(--color-error)}.uni-new-avatar__skeleton{width:100%;max-width:100%;height:100%;max-height:100%;display:inline-block;inset-block:0;inset-inline:0;border-radius:var(--uni-avatar-border-radius)!important;position:absolute!important}.uni-new-avatar--circle{--uni-avatar-border-radius:9999px}.uni-new-avatar--square{--uni-avatar-border-radius:var(--spacing-xxsmall);border-width:0!important}.uni-new-avatar--bordered{border-width:var(--uni-avatar-border-width)}.uni-new-avatar--has-image{background-color:#0000}.uni-new-avatar--activeness .uni-new-avatar__abbr,.uni-new-avatar--activeness .uni-new-avatar__image,.uni-new-avatar--activeness .uni-new-avatar__skeleton{opacity:.5}.uni-new-avatar--activeness .uni-new-avatar__image{filter:grayscale()}.uni-new-avatar--activeness{background-color:var(--uni-button-background-disabled)}.uni-new-avatar--emoji .uni-new-avatar__image{--uni-avatar-border-radius:0!important;--uni-avatar-border-width:0!important}.uni-new-avatar--emoji .uni-new-avatar__skeleton{--uni-avatar-border-width:0!important}.Toastify__toast-container--top-right .uni-new-avatar__abbr{width:max-content}.rtl-styles .core-card .uni-new-avatar__abbr,.rtl-styles .uni-new-avatar__abbr{transform:translate(50%,-50%)}.uni-bottom-sheet{--uni-bottom-sheet-offset:var(--spacing-small);--uni-bottom-sheet-rounded-size:var(--spacing-xsmall);--uni-bottom-sheet-puller-height:var(--spacing-xxsmall);--uni-bottom-sheet-max-height-offset:var(--spacing-xlarge)}.uni-bottom-sheet .uni-bottom-sheet__paper{border-top-left-radius:var(--uni-bottom-sheet-rounded-size);border-top-right-radius:var(--uni-bottom-sheet-rounded-size);max-height:calc(100% - var(--uni-bottom-sheet-max-height-offset));flex-direction:column;padding-block-start:20px;transition-duration:.195s;transition-timing-function:ease-out;display:flex;overflow:hidden;transition-property:transform,height!important}.uni-bottom-sheet__container{scroll-behavior:smooth;flex:1;overflow-y:auto}.uni-bottom-sheet--has-puller,.uni-bottom-sheet--has-puller .uni-bottom-sheet .uni-new-menu__list{overflow-y:auto}.uni-bottom-sheet--has-puller .uni-bottom-sheet__puller{width:var(--spacing-xlarge);background-color:var(--color-mr-short-info-border);height:var(--uni-bottom-sheet-puller-height);flex:unset;overflow-y:unset;border-radius:9999px}.uni-bottom-sheet--has-puller .uni-bottom-sheet__puller-container{touch-action:none;z-index:2;justify-content:center;align-items:flex-end;width:100%;height:20px;display:flex;position:absolute;top:0}.uni-bottom-sheet--has-puller .uni-bottom-sheet__paper{background-color:var(--color-surface);padding-block-start:20px}.uni-bottom-sheet--has-puller .uni-bottom-sheet__paper:not(.no-max-height){max-height:50%}.uni-bottom-sheet--has-puller .uni-bottom-sheet__backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}.uni-grouped-buttons{--uni-group-button--gap:unset;gap:var(--uni-group-button--gap);grid-auto-rows:1fr;grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.uni-grouped-buttons>.uni-button{height:100%}.uni-badge-button{background-color:unset;padding:var(--spacing-xxxsmall);width:var(--dim-large);height:var(--dim-large);border-radius:.25rem;position:relative}.uni-badge-button.uni-button{overflow:unset}.uni-badge-button .uni-button-text{background-color:unset}.uni-badge-button .uni-button-icon{background-color:unset;font-size:1.25rem}.uni-badge-button__main-icon{position:absolute;bottom:2px;left:2px}.uni-badge-button__badge-icon{min-width:var(--dim-normal);height:var(--dim-normal);padding:0 var(--spacing-xxsmall);top:-.25rem;left:var(--dim-small);color:var(--color-surface);position:absolute}.uni-badge-button__badge-icon--number{border-radius:999rem;justify-content:center;align-items:center;display:flex}.uni-card{background:var(--color-surface);border-radius:var(--spacing-xsmall);border:1px solid var(--color-divider);cursor:pointer;flex-direction:column;align-items:stretch;height:100%;transition:all .15s ease-in-out;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #1017280d!important}.uni-card:hover{transition:var(--transition-card);box-shadow:1px 3px 6px #0000001a!important}.uni-card--elevated{box-shadow:var(--box-shadow-lg)}.uni-card--elevated:hover{transition:var(--transition-card);box-shadow:var(--box-shadow-xxxl)}.uni-card--outlined{border:1px solid var(--color-gray-400)}.uni-card--rounded{border-radius:6px}.uni-card--no-select{-webkit-user-select:none;user-select:none}.uni-card-section,.uni-card-section--dense{padding:var(--spacing-normal)}.uni-badge .MuiBadge-badge{border:1px solid var(--color-surface);font-weight:700!important;font-family:var(--uni-font-family)!important}.uni-badge--Busy .MuiBadge-badge{background-color:var(--color-error)}.uni-badge--Online .MuiBadge-badge{background-color:var(--color-success)}.uni-badge--Away .MuiBadge-badge{background-color:var(--color-warning)}.uni-badge--Invisible .MuiBadge-badge{background-color:var(--color-fiord-300)}.uni-badge--Notification .MuiBadge-badge{background-color:var(--color-error)}.uni-badge .MuiBadge-colorInfo{background-color:var(--color-surface);border:1px solid var(--color-fiord-300)}figure{margin:0}hr{border:none;border-top:1px solid var(--color-divider)}a{color:inherit;text-decoration:none;font-family:var(--uni-font-family)!important}blockquote,figcaption,figure,h1,h2,h3,h4,h5,h6,p{margin:0;font-family:var(--uni-font-family)!important}body,html{height:100%;font-size:16px!important}body,fieldset,html,ul{margin:0;padding:0}fieldset{border:none}:root{--uni-font-family:unset;--color-white:#fff;--color-white-eggshell:#fafafa;--color-black:#181b1f;--color-white-smoke:#f5f5f5;--transition-short:all .1s cubic-bezier(0,0,.2,1);--transition-main:all .15s cubic-bezier(.4,0,.2,1);--transition-card:all .2s cubic-bezier(.4,0,.2,1);--transition-long:all .3s cubic-bezier(.4,0,.2,1);--color-background:var(--color-white-eggshell);--color-divider:var(--color-gray-200);--color-skeleton-bg:var(--color-gray-200);--color-mr-tile:#e9eaeb;--toastify-toast-background:var(--color-surface);--toastify-color-light:var(--color-surface);--toastify-color-dark:var(--color-surface);--color-text-primary:#3e3e3e;--color-text-secondary:#5c5c5c;--color-text-tertiary:#838383;--color-text-hint:var(--color-text-secondary);--color-text-disabled:#dce0e2;--spacing-xxxsmall:.125rem;--spacing-xxsmall:.25rem;--spacing-xsmall:.5rem;--spacing-small:.75rem;--spacing-normal:1rem;--spacing-large:1.5rem;--spacing-xlarge:2rem;--spacing-xxlarge:3rem;--spacing-xxxlarge:3.5rem;--spacing-xxxxlarge:4rem;--spacing-xxxxxlarge:4.5rem;--dim-xxsmall:.25rem;--dim-xsmall:.5rem;--dim-small:.75rem;--dim-normal:1rem;--dim-large:1.5rem;--dim-xlarge:2rem;--dim-xxlarge:3rem;--dim-xxxlarge:4rem;--dim-bar-height:3.75rem;--dim-drawer-width--closed:3.25rem;--dim-drawer-width--open:15rem;--dim-radius-small:.25rem;--dim-radius-medium:.375rem;--dim-radius-large:.5rem;--dim-cover-height-xs:7.375rem;--dim-cover-height-sm:14rem;--dim-cover-height-xl:14.625rem;--dim-logo-size-xs:3rem;--dim-logo-size-sm:4.5rem;--dim-side-form-min-width-sm:20rem;--dim-side-form-min-width-md:23.75rem;--dim-side-form-min-width-xl:26.875rem;--dim-header-height:2.5rem;--note-title--size:1.5rem;--note-block-bottom--size:8.5rem;--note-inline-right--size:4rem;--note-h1--size:1.875rem;--note-h2--size:1.5rem;--note-h3--size:1.25rem;--note-normal-spacing:1rem;--note-h1-spacing:1.5em;--note-h2-spacing:1em;--note-h3-spacing:.5em;--note-checkbox-spacing:1rem;--color-feeyousha-50:#ffe6f0;--color-feeyousha-100:#ffcce1;--color-feeyousha-200:#ff99c4;--color-feeyousha-300:#ff66a6;--color-feeyousha-400:#ff3389;--color-feeyousha-500:#ff006b;--color-feeyousha-600:#e2005f;--color-feeyousha-700:#aa0047;--color-feeyousha-800:#710030;--color-feeyousha-900:#390018;--color-green-50:#d9f8e9;--color-green-100:#c2f1da;--color-green-200:#94e4bd;--color-green-300:#65d7a1;--color-green-400:#37ca84;--color-green-500:#09bd67;--color-green-600:#08a85b;--color-green-700:#067e45;--color-green-800:#04542e;--color-green-900:#022a17;--color-red-50:#feeeee;--color-red-100:#fddddd;--color-red-200:#fbbabb;--color-red-300:#fa9899;--color-red-400:#f87577;--color-red-500:#f65355;--color-red-600:#da3639;--color-red-700:#a3292b;--color-red-800:#6d1b1c;--color-red-900:#360e0e;--color-gray-50:#f9f9fa;--color-gray-100:#f3f4f4;--color-gray-200:#e8e8e9;--color-gray-300:#dcddde;--color-gray-400:#d1d1d3;--color-gray-500:#c5c6c8;--color-gray-600:#afb0b2;--color-gray-700:#838485;--color-gray-800:#575859;--color-gray-900:#2c2c2c;--color-lime-50:#fdf3e7;--color-lime-100:#fbfdc0;--color-lime-200:#f7fa93;--color-lime-300:#f2f763;--color-lime-400:#edf335;--color-lime-500:#ffd323;--color-lime-600:#eaec67;--color-lime-700:#dee200;--color-lime-800:#bfb900;--color-lime-900:#917c00;--color-orange-50:#fdf3e7;--color-orange-100:#fbe7d0;--color-orange-200:#f8dbb8;--color-orange-300:#f6cfa1;--color-orange-400:#ed9f42;--color-orange-500:#e98713;--color-orange-600:#cf7811;--color-orange-700:#9b5a0d;--color-orange-800:#673c08;--color-orange-900:#341e04;--color-blue-50:#e6f3fc;--color-blue-100:#cde8f8;--color-blue-200:#9cd1f2;--color-blue-300:#6ab9eb;--color-blue-400:#39a2e5;--color-blue-500:#078bde;--color-blue-600:#067bc5;--color-blue-700:#055d94;--color-blue-800:#033e63;--color-blue-900:#021f31;--color-fiord-50:#e7e7e8;--color-fiord-100:#d8d8d9;--color-fiord-200:#b9b9bc;--color-fiord-300:#9b9ba0;--color-fiord-400:#7c7c83;--color-fiord-500:#5e5e66;--color-fiord-600:#4b4b52;--color-fiord-700:#38383d;--color-fiord-800:#262629;--color-fiord-900:#131314;--color-primary:var(--color-feeyousha-500);--color-primary-50:var(--color-feeyousha-50);--color-primary-100:var(--color-feeyousha-100);--color-primary-200:var(--color-feeyousha-200);--color-primary-300:var(--color-feeyousha-300);--color-primary-400:var(--color-feeyousha-400);--color-primary-500:var(--color-feeyousha-500);--color-primary-600:var(--color-feeyousha-600);--color-primary-700:var(--color-feeyousha-700);--color-primary-800:var(--color-feeyousha-800);--color-primary-900:var(--color-feeyousha-900);--color-secondary:var(--color-fiord-500);--color-secondary-50:var(--color-fiord-50);--color-secondary-100:var(--color-fiord-100);--color-secondary-200:var(--color-fiord-200);--color-secondary-300:var(--color-fiord-300);--color-secondary-400:var(--color-fiord-400);--color-secondary-500:var(--color-fiord-500);--color-secondary-600:var(--color-fiord-600);--color-secondary-700:var(--color-fiord-700);--color-secondary-800:var(--color-fiord-800);--color-secondary-900:var(--color-fiord-900);--color-on-primary:var(--color-surface);--color-on-secondary:var(--color-white);--color-on-surface:var(--color-black);--color-on-success:var(--color-white);--color-on-warning:var(--color-white);--color-on-error:var(--color-white);--color-success:var(--color-green-500);--color-success-50:var(--color-green-50);--color-warning:var(--color-orange-500);--color-warning-50:var(--color-orange-50);--color-error:var(--color-red-500);--color-error-50:var(--color-red-50);--color-disabled:var(--color-gray-300);--color-hover:var(--color-gray-100);--color-facebook:#3b5998;--color-instagram:#c13584;--color-twitter:#1da1f2;--color-youtube:red;--color-linkedin:#0077b5;--gradient-primary:linear-gradient(90deg,var(--color-primary-700)0%,var(--color-primary-200)100%)}@media (max-width:960px){:root{--note-title--size:1.75rem;--note-h1--size:1.25rem;--note-h2--size:1.125rem;--note-h3--size:1rem;--note-normal-spacing:.75rem;--note-checkbox-spacing:.75rem}}:root{--z-index-drawer:1200;--z-index-tooltip:1199;--z-index-floating-avatars:5;--z-index-slick-list:4;--z-index-mr-grouping-more-btn:1}.palette-colorblind{--color-success:var(--color-blue-800);--color-success-50:var(--color-blue-50);--color-warning:var(--color-lime-700);--color-warning-50:var(--color-lime-700);--color-error:var(--color-lime-500);--color-error-50:var(--color-lime-500);--color-disabled:var(--color-gray-400);--color-hover:var(--color-gray-200);--color-on-success:var(--color-white);--color-on-warning:var(--color-black);--color-on-error:var(--color-black)}.palette-light-theme{--color-background-disabled:#dce0e2;--color-background-hover:#f1f3f4;--color-background-surface-of-side-menu:#fff;--color-background-empty-state-background:#f5f5f5;--color-background-surface:#fafafa;--color-background-surface-card:#fff;--color-background-empty-states-surface:#f5f5f5;--color-background-stroke:#f5f5f5;--color-background-divider:#e6e6e6;--color-surface:var(--color-white);--color-background:var(--color-white-eggshell);--color-icon-background:#e9eaeb;--color-description-primary:var(--color-fiord-300);--color-input:var(--color-gray-50);--color-button-outline:var(--color-gray-200);--color-divider:var(--color-gray-300);--color-on-primary-hover:var(--color-primary-600);--color-on-primary:var(--color-surface);--color-text-field-outline:var(--color-gray-100);--color-mr-short-info-border:var(--color-fiord-100);--color-mr-navbar-icon:var(--color-fiord-500);--color-mr-button-background:var(--color-secondary-500);--color-mr-button-hover:var(--color-fiord-400);--color-mr-button-hand:var(--color-gray-400);--color-mr-tile:#e9eaeb;--color-on-surface:var(--color-fiord-800);--toastify-color-light:var(--color-surface);--toastify-color-dark:var(--color-surface);--toastify-text-color-info:var(--color-surface);--mobiscroll-schedule-cursor-time:#fffc;--color-scrollbar-track:var(--color-gray-200);--color-scrollbar-thumb:var(--color-gray-500);--box-shadow-star:0px -2px 8px 0px #1017280d;--box-shadow-xs:0px 1px 2px 0px #1017280d;--box-shadow-sm:0px 1px 3px 0px #1017281a,0px 1px 2px 0px #1018280f;--box-shadow-md:0px 4px 8px -2px #1018281a,0px 2px 4px -2px #1018280f;--box-shadow-lg:0px 12px 16px -4px #10182814,0px 4px 6px -2px #10182808;--box-shadow-xl:0px 20px 24px -4px #10182814,0px 8px 8px -4px #10182808;--box-shadow-xxl:0px 20px 24px -4px #00000014,0px 8px 8px -4px #00000008;--box-shadow-xxxl:0px 32px 64px -12px #10182824;--box-shadow-sidebar:0px 2px 2px 0px #1017280d,1px 0px 5px 0px #0000000d;--box-shadow-card-shadow-hover:1px 3px 6px 0px #0000001a;--box-shadow-detailmdp:0px 1px 2px 0px #00000029;--box-shadow-mdp:0px 2px 4px 0px #00000014;--box-shadow-header:inset 0 .5em .25em -.5em #30303080;--uni-button-background:var(--color-surface);--uni-button-background-disabled:var(--color-background-disabled);--uni-button-color:var(--color-gray-900);--color-background-passed-event:var(--color-fiord-50);--color-border-color-passed-event:var(--color-fiord-600);--color-select-range:var(--color-fiord-200);--color-status-background-green:var(--color-green-100);--color-status-text-green:var(--color-green-500);--color-status-background-blue:var(--color-blue-100);--color-status-text-blue:var(--color-blue-500);--color-status-background-red:var(--color-red-100);--color-status-text-red:var(--color-red-500);--color-status-background-orange:var(--color-orange-100);--color-status-text-orange:var(--color-orange-500);--color-status-background-gray:var(--color-gray-100);--color-status-text-gray:var(--color-secondary-400);--color-status-background-primary:var(--color-primary-100);--color-status-text-primary:var(--color-primary-500);--color-status-background-secondary:var(--color-fiord-100);--color-status-text-secondary:var(--color-fiord-500);--color-feeyousha-50:#ffe6f0;--color-feeyousha-100:#ffcce1;--color-feeyousha-200:#ff99c4;--color-feeyousha-300:#ff66a6;--color-feeyousha-400:#ff3389;--color-feeyousha-500:#ff006b;--color-feeyousha-600:#e2005f;--color-feeyousha-700:#aa0047;--color-feeyousha-800:#710030;--color-feeyousha-900:#390018}.palette-dark-theme{--color-gray-50:#171717;--color-gray-100:#3e3e3e;--color-gray-200:#494949;--color-gray-300:#5a5a5a;--color-gray-400:#737272;--color-gray-500:#c5c6c8;--color-gray-600:#cdcece;--color-gray-700:#d2d2d2;--color-gray-800:#e0e0e0;--color-gray-900:#f1f1f1;--color-lime-50:#191503;--color-lime-100:#332a07;--color-lime-200:#4c3f0a;--color-lime-300:#997f15;--color-lime-400:#cca91c;--color-lime-500:#ffd323;--color-lime-600:#ffdc4f;--color-lime-700:#ffe57b;--color-lime-800:#ffeda7;--color-lime-900:#fff6d3;--color-feeyousha-50:#3e011b;--color-feeyousha-100:#560024;--color-feeyousha-200:#64002a;--color-feeyousha-300:#850039;--color-feeyousha-400:#aa0047;--color-feeyousha-500:#ff006b;--color-feeyousha-600:#ff1d7c;--color-feeyousha-700:#ff559c;--color-feeyousha-800:#ff8ebd;--color-feeyousha-900:#ffc6de;--color-green-50:#01130a;--color-green-100:#032414;--color-green-200:#022a17;--color-green-300:#04542e;--color-green-400:#067e45;--color-green-500:#09bd67;--color-green-600:#25c478;--color-green-700:#5bd39a;--color-green-800:#92e2bc;--color-green-900:#c8f0dd;--color-red-50:#190606;--color-red-100:#2d0d0d;--color-red-200:#360e0e;--color-red-300:#6d1b1c;--color-red-400:#a3292b;--color-red-500:#da3639;--color-red-600:#f65355;--color-red-700:#f87e80;--color-red-800:#fba9aa;--color-red-900:#fdd4d5;--color-orange-50:#170e02;--color-orange-100:#2a1801;--color-orange-200:#341e04;--color-orange-300:#673c08;--color-orange-400:#9b5a0d;--color-orange-500:#e98713;--color-orange-600:#eb942d;--color-orange-700:#f0af62;--color-orange-800:#f5ca96;--color-orange-900:#fae4cb;--color-blue-50:#011724;--color-blue-100:#021e30;--color-blue-200:#02283f;--color-blue-300:#033e63;--color-blue-400:#055d94;--color-blue-500:#078bde;--color-blue-600:#2398e2;--color-blue-700:#5ab2e9;--color-blue-800:#91cbf0;--color-blue-900:#c8e5f8;--color-fiord-50:#13131b;--color-fiord-100:#19191d;--color-fiord-200:#1c1b1b;--color-fiord-300:#212124;--color-fiord-400:#2d2d30;--color-fiord-500:#3b3b3e;--color-fiord-600:#48484c;--color-fiord-700:#6b6b6e;--color-fiord-800:#9d9d9f;--color-fiord-900:#cececf;--color-background-disabled:#242428;--color-background-hover:#36363b;--color-background-surface-of-side-menu:#29292e;--color-background-empty-state-background:#29292e;--color-background-surface:#222226;--color-background-surface-card:#29292e;--color-background-empty-states-surface:#161617;--color-background-stroke:#333339;--color-background-divider:#57575f;--color-schedule-invalid:#202025;--color-surface:#29292e;--color-white-smoke:#333339;--color-background:#222226;--color-divider:#333339;--color-icon-background:#39393a;--color-input:#212a33;--color-button-outline:var(--color-gray-100);--color-skeleton-bg:#29292e;--color-on-primary-hover:var(--color-primary-300);--color-text-field-outline:var(--color-surface);--color-mr-short-info-border:var(--color-gray-700);--color-mr-navbar-icon:#a0aebb;--color-mr-button-background:var(--color-fiord-600);--color-mr-button-hover:var(--color-fiord-700);--color-mr-button-hand:var(--color-gray-800);--color-mr-tile:var(--color-surface);--uni-button-background:var(--color-surface);--uni-button-background-disabled:#252222;--uni-button-color:var(--color-gray-900);--color-text-primary:#f2f2f3;--color-text-secondary:#c5c6c8;--color-text-tertiary:#838485;--color-text-hint:#ddd;--color-text-disabled:#575859;--color-on-surface:var(--color-text-primary);--color-on-primary:var(--color-text-primary);--color-description-primary:var(--color-fiord-300);--toastify-toast-background:var(--color-surface);--toastify-color-light:var(--color-surface);--toastify-color-dark:var(--color-surface);--toastify-text-color-info:var(--color-surface);--mobiscroll-schedule-cursor-time:#232832cc;--color-error-50:var(--color-red-50);--color-success-50:var(--color-green-50);--color-warning-50:var(--color-orange-50);--color-scrollbar-track:var(--color-gray-100);--color-scrollbar-thumb:var(--color-fiord-400);--box-shadow-star:0px -5px 10px 0px #00000026;--box-shadow-xs:2px 4px 10px 0px #00000052,3px 4px 12px 0px #00000014;--box-shadow-sm:2px 4px 12px 0px #0006,3px 4px 12px 0px #0000001a;--box-shadow-md:2px 4px 12px 0px #0000008f,2px 4px 12px 0px #0000001f;--box-shadow-lg:2px 4px 12px 0px #000000a3,2px 4px 20px 0px #00000024;--box-shadow-xl:2px 4px 20px 0px #000c,2px 4px 24px 0px #00000029;--box-shadow-xxl:2px 8px 24px -4px #000000e0,2px 8px 30px 0px #0000002e;--box-shadow-xxxl:2px 4px 12px 0px #000000eb,2px 8px 24px 0px #00000040;--box-shadow-sidebar:0px -5px 10px 0px #00000026;--box-shadow-card-shadow-hover:0px 5px 16px 0px #0003;--box-shadow-detailmdp:2px 3px 5px 0px #0003;--box-shadow-mdp:1px 2px 1px 0px #0003;--box-shadow-header:1px 8px 0px 0px #0000001f;--color-success:var(--color-green-500);--color-warning:var(--color-orange-500);--color-error:var(--color-red-500);--color-disabled:var(--color-gray-300);--color-hover:var(--color-gray-100);--color-background-passed-event:var(--color-fiord-500);--color-border-color-passed-event:var(--color-fiord-700);--color-select-range:var(--color-fiord-700);--color-status-background-green:var(--color-green-100);--color-status-text-green:var(--color-green-500);--color-status-background-blue:var(--color-blue-100);--color-status-text-blue:var(--color-blue-500);--color-status-background-red:var(--color-red-100);--color-status-text-red:var(--color-red-500);--color-status-background-orange:var(--color-orange-100);--color-status-text-orange:var(--color-orange-500);--color-status-background-gray:var(--color-gray-100);--color-status-text-gray:var(--color-gray-700);--color-status-background-primary:var(--color-primary-50);--color-status-text-primary:var(--color-primary-700);--color-status-background-secondary:var(--color-fiord-100);--color-status-text-secondary:var(--color-fiord-900)}@media screen and (max-width:960px){:root{--dim-drawer-width--open:296px}}a{outline:none!important}.close:active,.close:focus{outline:none}.d-30{width:30px!important;height:30px!important;line-height:30px!important}.d-40{width:40px!important;height:40px!important;line-height:40px!important}.d-50{width:50px!important;height:50px!important;line-height:50px!important}.d-60{width:60px!important;height:60px!important;line-height:60px!important}.d-70{width:70px!important;height:70px!important;line-height:70px!important}.d-80{width:80px!important;height:80px!important;line-height:80px!important}.d-90{width:90px!important;height:90px!important;line-height:90px!important}.d-100{width:100px!important;height:100px!important;line-height:100px!important}.d-110{width:110px!important;height:110px!important;line-height:110px!important}.d-120{width:120px!important;height:120px!important;line-height:120px!important}.d-130{width:130px!important;height:130px!important;line-height:130px!important}.d-140{width:140px!important;height:140px!important;line-height:140px!important}.w-full{width:100%}.divider{background:var(--color-divider);height:1px}.MuiCard-root{transition:var(--transition-short)}.btn-gradient .MuiButton-label{display:block}a.MuiButton-outlined:hover{color:initial}.MuiButton-root.btn-inverse:hover{background-color:#ffffff12}.MuiCard-root.m-b-4,.card-box.m-b-4,a.card.m-b-4{margin-bottom:var(--spacing-normal)!important}.m-b-4-spacing{margin-bottom:var(--spacing-xlarge)!important}:root{--toastify-color-info:var(--color-blue-500);--toastify-color-success:var(--color-success);--toastify-color-warning:var(--color-warning);--toastify-color-error:var(--color-error);--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-min-height:unset;--toastify-toast-max-height:800px;--toastify-font-family:var(--uni-font-family);--toastify-z-index:9999;--toastify-text-color-dark:var(--color-surface);--toastify-text-color-light:var(--color-on-surface);--toastify-text-color-info:var(--color-surface);--toastify-text-color-success:var(--color-surface);--toastify-text-color-warning:var(--color-surface);--toastify-text-color-error:var(--color-surface);--toastify-spinner-color:var(--color-primary);--toastify-spinner-color-empty-area:var(--color-gray-100);--toastify-color-progress-dark:var(--color-primary);--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__toast-container{min-width:fit-content}.mbsc-material.mbsc-calendar-picker-slide,.mbsc-material.mbsc-popup-arrow,.mbsc-material.mbsc-popup-body{background-color:var(--color-surface)!important}.mbsc-material.mbsc-calendar-picker-slide .mbsc-material .mbsc-scroller-wheel-item,.mbsc-material.mbsc-popup-arrow .mbsc-material .mbsc-scroller-wheel-item,.mbsc-material.mbsc-popup-body .mbsc-material .mbsc-scroller-wheel-item{color:var(--color-text-primary)!important}.mbsc-font{font-family:var(--uni-font-family);-webkit-tap-highlight-color:#0000;-webkit-text-size-adjust:100%;font-size:16px;font-weight:400}.mbsc-material.mbsc-schedule-cursor-time{background:var(--mobiscroll-schedule-cursor-time);color:var(--color-primary);opacity:.8}.mbsc-material.mbsc-schedule-all-day-item:after,.mbsc-material.mbsc-schedule-column,.mbsc-material.mbsc-schedule-item,.mbsc-material.mbsc-schedule-resource,.mbsc-material.mbsc-schedule-resource-group,.mbsc-material.mbsc-schedule-time-col,.mbsc-material.mbsc-timeline-column,.mbsc-material.mbsc-timeline-day:after,.mbsc-material.mbsc-timeline-header,.mbsc-material.mbsc-timeline-header-column,.mbsc-material.mbsc-timeline-header-date,.mbsc-material.mbsc-timeline-header-month,.mbsc-material.mbsc-timeline-header-week,.mbsc-material.mbsc-timeline-resource,.mbsc-material.mbsc-timeline-resource-empty,.mbsc-material.mbsc-timeline-row,.mbsc-material.mbsc-timeline-slot-header,.mbsc-material.mbsc-timeline-slots{border-color:var(--color-divider)}@media screen and (max-width:420px){.mbsc-schedule-time-col.mbsc-schedule-time-col-empty{display:none}.mbsc-material.mbsc-schedule-header-item-large .mbsc-schedule-header-day{margin:0!important}.mbsc-material.mbsc-schedule-header-item-large .mbsc-schedule-header-day.mbsc-selected{margin-inline-start:var(--spacing-xxsmall)!important}}.mbsc-material.mbsc-schedule-time-wrapper-end:before,.mbsc-material.mbsc-schedule-time-wrapper:after{border-bottom:1px solid var(--color-divider)}.mbsc-material.mbsc-schedule-invalid{background:var(--color-schedule-invalid)}.mbsc-material.mbsc-schedule-header-dayname-curr{color:var(--color-primary)}.mbsc-material.mbsc-schedule-header-day.mbsc-selected,.mbsc-material.mbsc-timegrid-item.mbsc-selected{background-color:var(--color-surface);color:var(--color-text-tertiary)}.mbsc-material.mbsc-schedule-header-day-today{color:var(--color-primary)}.mbsc-material.mbsc-schedule-time-indicator-time{background:var(--color-gray-100);color:var(--color-text-primary)}.mbsc-material.mbsc-schedule-time-indicator-day:before{background-color:var(--color-error)}.mbsc-material.mbsc-schedule-time-indicator,.mbsc-material.mbsc-schedule-time-indicator:before{background:var(--color-error);border-color:var(--color-error)}.mbsc-material.mbsc-schedule-time-indicator-cont{border-bottom:1px dashed var(--color-error)}.mbsc-material.mbsc-schedule-header-item-large{justify-content:center;align-items:center;display:flex}.mbsc-material.mbsc-schedule-header-item-large .mbsc-schedule-header-dayname{text-transform:none;font-size:16px;font-weight:400;line-height:2.8em}.mbsc-material.mbsc-schedule-header-item-large .mbsc-schedule-header-day{width:1.8em;height:1.8em;margin-block-start:1px;margin-inline:4px 0;font-size:16px;font-weight:700;line-height:1.8em}.mbsc-material.mbsc-schedule-header-item-large:has(.mbsc-schedule-header-day-today) .mbsc-schedule-header-dayname{text-transform:none;text-transform:capitalize;font-size:16px;font-weight:400}.mbsc-material.mbsc-schedule-header-item-large:has(.mbsc-schedule-header-day-today) .mbsc-schedule-header-day{width:28px;height:28px;font-size:16px}.mbsc-material.mbsc-schedule-header-dayname{color:var(--color-text-hint);text-transform:capitalize}.mbsc-material.mbsc-schedule-header-day{color:var(--color-text-tertiary)}@media screen and (max-width:600px){.mbsc-material.mbsc-schedule-header-day{font-weight:700;font-size:1rem!important}}.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-selected{border-bottom-color:var(--color-primary)}.mbsc-material.mbsc-popup-button.mbsc-font{color:var(--color-primary)}.mbsc-material.mbsc-scroller-wheel-cont{border-color:var(--color-primary)}.mbsc-material.mbsc-textfield-wrapper{margin:0 var(--spacing-xsmall)!important;box-sizing:border-box!important}.mbsc-material.mbsc-datepicker-inline,.mbsc-material.mbsc-datepicker-inline .mbsc-calendar-slide{background:var(--color-surface)}.mbsc-material.mbsc-eventcalendar{background:var(--color-surface);color:var(--color-on-surface);box-shadow:var(--box-shadow-sm)}.mbsc-material.mbsc-calendar-cell-text{color:var(--color-text-primary)}.mbsc-material.mbsc-calendar-today{color:var(--color-primary)}.mbsc-material.mbsc-calendar-button.mbsc-button{color:var(--color-text-primary)}.mbsc-material.mbsc-calendar-controls{padding:0}.mbsc-material.mbsc-selected .mbsc-calendar-cell-text{background:var(--color-primary);border-color:var(--color-primary);color:#fff;justify-content:center;align-items:center;display:flex}.mbsc-material.mbsc-datepicker .mbsc-calendar-slide{background-color:var(--color-surface);padding:0}.mbsc-material .calendar-header.mbsc-calendar-button.mbsc-font.mbsc-button.mbsc-material>.mbsc-calendar-title{font-size:1.125rem;line-height:1.75rem;font-weight:700!important}.display-none{display:none}.circle-radius{border-radius:50%}.uniplato-input{width:85%;max-width:40rem}.uniplato-input fieldset{border-radius:3px}.pointer{cursor:pointer}.absolute{position:absolute}.relative{position:relative}.flex-1{flex:1}.flex-2{flex:2}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column;display:flex}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.align-start{align-items:flex-start}.align-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.align-self-start{align-self:flex-start}.align-self-center{align-self:center}.align-self-end{align-self:flex-end}.gap-1{gap:var(--spacing-xxsmall)}.gap-2{gap:var(--spacing-xsmall)}.gap-3{gap:var(--spacing-small)}.gap-4{gap:var(--spacing-normal)}.gap-6{gap:var(--spacing-large)}.horizontal-separator{background:var(--color-gray-400);width:100%;height:1px}.vertical-separator{background:var(--color-gray-400);width:1px;height:100%}.separator-separator{justify-content:center;width:100%;margin-top:-9px;display:flex}.take-total{width:100%;height:100%}.overflow-hidden{overflow:hidden}.bold{font-weight:700}.horizontal-scrollable{align-items:center;display:flex;overflow:auto}.vertical-scrollable{overflow-y:auto}.center,.column-center{justify-content:center;align-items:center;display:flex}.column-center{flex-direction:column}.z-index-1{z-index:1}.break-all{word-break:break-all}.text-hint-color{color:var(--color-hint)!important}.text-align-center{text-align:center!important}.full-width{width:100%}.full-height{height:100%}.bg-white{background:#fff}.bg-green{background:var(--color-green-400)}.bg-mustard{background:var(--color-orange-600)}.bg-gray{background:var(--color-gray-400)}::-webkit-scrollbar{width:9px;height:0}::-webkit-scrollbar-track{background:var(--color-scrollbar-track,#dce0e2)}::-webkit-scrollbar-thumb{background:var(--color-scrollbar-thumb,#879db2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#7f8890}*{scrollbar-color:var(--color-scrollbar-thumb,#879db2)var(--color-scrollbar-track,#dce0e2)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.hide{display:none}input{border:none}.visible-on-hover{opacity:0;transition:opacity .2s ease-in-out}.visible-on-hover:hover{opacity:1}.skeleton-bg{background-color:var(--color-skeleton-bg)}.space-filler{flex:100%}.no-shrink{flex-shrink:0}.font-weight-400{font-weight:400!important}.font-weight-700{font-weight:700!important}.font-weight-900{font-weight:900!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.surface-color{color:#fff}.toaster-progress{background:var(--color-primary)!important}.hidden{display:none}@media screen and (min-width:600px){.sm-display-show{display:none!important}}@media screen and (max-width:600px){.sm-display-none{display:none!important}}.react-tel-input .form-control{background-color:var(--color-surface)!important;color:var(--color-text-secondary)!important}.m-t-0{margin-top:0!important}.m-t-1{margin-top:4px!important}.m-t-2{margin-top:8px!important}.m-t-3{margin-top:12px!important}.m-t-4{margin-top:16px!important}.m-t-5{margin-top:20px!important}.m-t-6{margin-top:24px!important}.m-t-7{margin-top:28px!important}.m-t-8{margin-top:32px!important}.m-t-9{margin-top:36px!important}.m-t-10{margin-top:40px!important}.m-t-11{margin-top:44px!important}.m-t-12{margin-top:48px!important}.m-t-13{margin-top:52px!important}.m-t-14{margin-top:56px!important}.m-t-15{margin-top:60px!important}.m-t-16{margin-top:64px!important}.m-t-17{margin-top:68px!important}.m-t-18{margin-top:72px!important}.m-t-19{margin-top:76px!important}.m-t-20{margin-top:80px!important}.m-t-21{margin-top:84px!important}.m-t-22{margin-top:88px!important}.m-t-23{margin-top:92px!important}.m-t-24{margin-top:96px!important}.m-r-0{margin-right:0!important}.m-r-1{margin-right:4px!important}.m-r-2{margin-right:8px!important}.m-r-3{margin-right:12px!important}.m-r-4{margin-right:16px!important}.m-r-5{margin-right:20px!important}.m-r-6{margin-right:24px!important}.m-r-7{margin-right:28px!important}.m-r-8{margin-right:32px!important}.m-r-9{margin-right:36px!important}.m-r-10{margin-right:40px!important}.m-r-11{margin-right:44px!important}.m-r-12{margin-right:48px!important}.m-r-13{margin-right:52px!important}.m-r-14{margin-right:56px!important}.m-r-15{margin-right:60px!important}.m-r-16{margin-right:64px!important}.m-r-17{margin-right:68px!important}.m-r-18{margin-right:72px!important}.m-r-19{margin-right:76px!important}.m-r-20{margin-right:80px!important}.m-r-21{margin-right:84px!important}.m-r-22{margin-right:88px!important}.m-r-23{margin-right:92px!important}.m-r-24{margin-right:96px!important}.m-b-0{margin-bottom:0!important}.m-b-1{margin-bottom:4px!important}.m-b-2{margin-bottom:8px!important}.m-b-3{margin-bottom:12px!important}.m-b-4{margin-bottom:16px!important}.m-b-5{margin-bottom:20px!important}.m-b-6{margin-bottom:24px!important}.m-b-7{margin-bottom:28px!important}.m-b-8{margin-bottom:32px!important}.m-b-9{margin-bottom:36px!important}.m-b-10{margin-bottom:40px!important}.m-b-11{margin-bottom:44px!important}.m-b-12{margin-bottom:48px!important}.m-b-13{margin-bottom:52px!important}.m-b-14{margin-bottom:56px!important}.m-b-15{margin-bottom:60px!important}.m-b-16{margin-bottom:64px!important}.m-b-17{margin-bottom:68px!important}.m-b-18{margin-bottom:72px!important}.m-b-19{margin-bottom:76px!important}.m-b-20{margin-bottom:80px!important}.m-b-21{margin-bottom:84px!important}.m-b-22{margin-bottom:88px!important}.m-b-23{margin-bottom:92px!important}.m-b-24{margin-bottom:96px!important}.m-l-0{margin-left:0!important}.m-l-1{margin-left:4px!important}.m-l-2{margin-left:8px!important}.m-l-3{margin-left:12px!important}.m-l-4{margin-left:16px!important}.m-l-5{margin-left:20px!important}.m-l-6{margin-left:24px!important}.m-l-7{margin-left:28px!important}.m-l-8{margin-left:32px!important}.m-l-9{margin-left:36px!important}.m-l-10{margin-left:40px!important}.m-l-11{margin-left:44px!important}.m-l-12{margin-left:48px!important}.m-l-13{margin-left:52px!important}.m-l-14{margin-left:56px!important}.m-l-15{margin-left:60px!important}.m-l-16{margin-left:64px!important}.m-l-17{margin-left:68px!important}.m-l-18{margin-left:72px!important}.m-l-19{margin-left:76px!important}.m-l-20{margin-left:80px!important}.m-l-21{margin-left:84px!important}.m-l-22{margin-left:88px!important}.m-l-23{margin-left:92px!important}.m-l-24{margin-left:96px!important}.p-t-0{padding-top:0!important}.p-t-1{padding-top:4px!important}.p-t-2{padding-top:8px!important}.p-t-3{padding-top:12px!important}.p-t-4{padding-top:16px!important}.p-t-5{padding-top:20px!important}.p-t-6{padding-top:24px!important}.p-t-7{padding-top:28px!important}.p-t-8{padding-top:32px!important}.p-t-9{padding-top:36px!important}.p-t-10{padding-top:40px!important}.p-t-11{padding-top:44px!important}.p-t-12{padding-top:48px!important}.p-t-13{padding-top:52px!important}.p-t-14{padding-top:56px!important}.p-t-15{padding-top:60px!important}.p-t-16{padding-top:64px!important}.p-t-17{padding-top:68px!important}.p-t-18{padding-top:72px!important}.p-t-19{padding-top:76px!important}.p-t-20{padding-top:80px!important}.p-t-21{padding-top:84px!important}.p-t-22{padding-top:88px!important}.p-t-23{padding-top:92px!important}.p-t-24{padding-top:96px!important}.p-r-0{padding-right:0!important}.p-r-1{padding-right:4px!important}.p-r-2{padding-right:8px!important}.p-r-3{padding-right:12px!important}.p-r-4{padding-right:16px!important}.p-r-5{padding-right:20px!important}.p-r-6{padding-right:24px!important}.p-r-7{padding-right:28px!important}.p-r-8{padding-right:32px!important}.p-r-9{padding-right:36px!important}.p-r-10{padding-right:40px!important}.p-r-11{padding-right:44px!important}.p-r-12{padding-right:48px!important}.p-r-13{padding-right:52px!important}.p-r-14{padding-right:56px!important}.p-r-15{padding-right:60px!important}.p-r-16{padding-right:64px!important}.p-r-17{padding-right:68px!important}.p-r-18{padding-right:72px!important}.p-r-19{padding-right:76px!important}.p-r-20{padding-right:80px!important}.p-r-21{padding-right:84px!important}.p-r-22{padding-right:88px!important}.p-r-23{padding-right:92px!important}.p-r-24{padding-right:96px!important}.p-b-0{padding-bottom:0!important}.p-b-1{padding-bottom:4px!important}.p-b-2{padding-bottom:8px!important}.p-b-3{padding-bottom:12px!important}.p-b-4{padding-bottom:16px!important}.p-b-5{padding-bottom:20px!important}.p-b-6{padding-bottom:24px!important}.p-b-7{padding-bottom:28px!important}.p-b-8{padding-bottom:32px!important}.p-b-9{padding-bottom:36px!important}.p-b-10{padding-bottom:40px!important}.p-b-11{padding-bottom:44px!important}.p-b-12{padding-bottom:48px!important}.p-b-13{padding-bottom:52px!important}.p-b-14{padding-bottom:56px!important}.p-b-15{padding-bottom:60px!important}.p-b-16{padding-bottom:64px!important}.p-b-17{padding-bottom:68px!important}.p-b-18{padding-bottom:72px!important}.p-b-19{padding-bottom:76px!important}.p-b-20{padding-bottom:80px!important}.p-b-21{padding-bottom:84px!important}.p-b-22{padding-bottom:88px!important}.p-b-23{padding-bottom:92px!important}.p-b-24{padding-bottom:96px!important}.p-l-0{padding-left:0!important}.p-l-1{padding-left:4px!important}.p-l-2{padding-left:8px!important}.p-l-3{padding-left:12px!important}.p-l-4{padding-left:16px!important}.p-l-5{padding-left:20px!important}.p-l-6{padding-left:24px!important}.p-l-7{padding-left:28px!important}.p-l-8{padding-left:32px!important}.p-l-9{padding-left:36px!important}.p-l-10{padding-left:40px!important}.p-l-11{padding-left:44px!important}.p-l-12{padding-left:48px!important}.p-l-13{padding-left:52px!important}.p-l-14{padding-left:56px!important}.p-l-15{padding-left:60px!important}.p-l-16{padding-left:64px!important}.p-l-17{padding-left:68px!important}.p-l-18{padding-left:72px!important}.p-l-19{padding-left:76px!important}.p-l-20{padding-left:80px!important}.p-l-21{padding-left:84px!important}.p-l-22{padding-left:88px!important}.p-l-23{padding-left:92px!important}.p-l-24{padding-left:96px!important}.m-0{margin:0!important}.m-1{margin:4px!important}.m-2{margin:8px!important}.m-3{margin:12px!important}.m-4{margin:16px!important}.m-5{margin:20px!important}.m-6{margin:24px!important}.m-7{margin:28px!important}.m-8{margin:32px!important}.m-9{margin:36px!important}.m-10{margin:40px!important}.m-11{margin:44px!important}.m-12{margin:48px!important}.m-13{margin:52px!important}.m-14{margin:56px!important}.m-15{margin:60px!important}.m-16{margin:64px!important}.m-17{margin:68px!important}.m-18{margin:72px!important}.m-19{margin:76px!important}.m-20{margin:80px!important}.m-21{margin:84px!important}.m-22{margin:88px!important}.m-23{margin:92px!important}.m-24{margin:96px!important}.p-0{padding:0!important}.p-1{padding:4px!important}.p-2{padding:8px!important}.p-3{padding:12px!important}.p-4{padding:16px!important}.p-5{padding:20px!important}.p-6{padding:24px!important}.p-7{padding:28px!important}.p-8{padding:32px!important}.p-9{padding:36px!important}.p-10{padding:40px!important}.p-11{padding:44px!important}.p-12{padding:48px!important}.p-13{padding:52px!important}.p-14{padding:56px!important}.p-15{padding:60px!important}.p-16{padding:64px!important}.p-17{padding:68px!important}.p-18{padding:72px!important}.p-19{padding:76px!important}.p-20{padding:80px!important}.p-21{padding:84px!important}.p-22{padding:88px!important}.p-23{padding:92px!important}.p-24{padding:96px!important}.vertical-sticky{position:sticky;top:0}.parent-fix{min-width:0}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.emoji-mart-emoji{font-family:-apple-system,JoyPixels,BlinkMacSystemFont,Helvetica Neue,sans-serif!important}@-moz-document url-prefix(){.emoji-mart-emoji{font-family:-apple-system,JoyPixelsSVG,BlinkMacSystemFont,Helvetica Neue,sans-serif!important}}.content-editable{padding:var(--spacing-xsmall);font-family:var(--uni-font-family);border-radius:3px;flex:1}.content-editable:focus{background-color:#00000015}.content-editable:hover{background-color:#00000010}.avatar-with-badge{width:var(--dim-xxlarge);height:var(--dim-xxlarge);border-radius:3rem;position:relative}.avatar-with-badge>div{width:var(--dim-normal);height:var(--dim-normal);border:2.5px solid #fff;border-radius:1rem;position:absolute;bottom:0;right:0}.agenda-file-container{margin:0 var(--spacing-xsmall);width:100%;padding:var(--spacing-xsmall)}.agenda-file-container,.agenda-list-file-container{background-color:#eef8fe;justify-content:space-between;align-items:center;display:flex}.agenda-list-file-container{margin:var(--spacing-xsmall)0;padding:0 var(--spacing-xsmall);cursor:pointer;height:40px}.filetype-container{width:var(--dim-large);height:var(--dim-large);background-color:#fff;border-radius:3px;justify-content:center;align-items:center;display:flex}.timelines{margin-top:var(--spacing-normal)}.timelines .timeline-list{position:relative}.timelines .timeline-list .timeline-drop{padding:1.75rem var(--spacing-normal);background-color:#0000;border:1.5px dashed #0000;border-radius:5px;width:100%;height:4.75rem;position:absolute}.timelines .timeline-list .timeline-drop--active{border-color:var(--color-hint);background-color:var(--color-gray-100)}.timelines .timeline-item{width:100%;height:var(--dim-xxxlarge);background:#ffedd3;border-top-left-radius:5px;border-top-right-radius:5px;justify-content:space-between;align-items:center;display:flex;position:relative}.timelines .timeline-item__left-bar{height:100%;width:var(--dim-xxsmall);background:#ffa323;border-top-left-radius:5px;border-bottom-left-radius:5px;position:absolute;top:0;left:0}.meetings-list{margin-top:10px;margin-left:var(--spacing-normal);align-items:center;display:flex}.meetings-list__first-item-ready{border:2px solid var(--color-success);background:#fff;border-radius:50%;width:2.125rem;height:2.125rem}.meetings-list__first-item-pending{background:#fff;border:2px solid #569ef4;border-radius:50%;width:2.125rem;height:2.125rem;margin-right:5px}.meetings-list__first-item-container{background-color:var(--color-success);border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.meetings-list__second-item{margin-left:calc(-1*var(--spacing-normal))}.meetings-list__next-item,.meetings-list__second-item{width:var(--dim-xlarge);height:var(--dim-xlarge);background:#fff;border:2px solid #fff;border-radius:50%}.meetings-list__next-item{margin-left:-10px}.meetings-list__last-item{border:1px solid var(--color-gray-400);background:var(--color-gray-200);width:1.75rem;height:1.75rem;color:var(--color-text-hint);border-radius:50%;justify-content:center;align-items:center;margin-left:-10px;display:flex}.accordion-container{background:var(--color-hint)}.accordion-container .accordion{filter:drop-shadow(0 0 4px #0000000a);background:#fff;border-radius:5px;width:100px;height:100px;margin:5rem}.image-container{border-radius:1rem;position:relative}.image-container .cmd-image{width:80%;height:auto}.image-container .delete-container{width:80%;height:100%;padding:var(--spacing-xsmall);opacity:0;justify-content:flex-end;align-items:flex-start;display:flex;position:absolute}.image-container .delete-container:hover{opacity:1}html{min-width:100%;max-width:100%;min-height:100%;max-height:100%;overflow:hidden}body{color:var(--color-text-primary,#3b5266)}body .MuiTooltip-tooltip{border-radius:var(--dim-radius-medium);font-family:var(--uni-font-family)!important}body input:-webkit-autofill,body input:-webkit-autofill:hover{-webkit-background-clip:text;-webkit-text-fill-color:var(--color-text-primary)!important}body input:-webkit-autofill:active,body input:-webkit-autofill:focus{-webkit-background-clip:text;-webkit-text-fill-color:var(--color-text-primary)!important}*{box-sizing:border-box;-webkit-app-region:no-drag;scrollbar-width:thin}.random-char-x-y-z-forcing-utf{content:"🧙"}ul{list-style-type:none}.matter-chat-list{--uni-grid-cols-xs:1;--uni-grid-cols-sm:1;--uni-grid-cols-md:2;--uni-grid-cols-lg:2;--uni-grid-cols-extra:2;--uni-grid-cols-xl:3;--uni-grid-cols-xxl:3;gap:var(--spacing-normal);grid-template-columns:repeat(var(--uni-grid-cols-xs),1fr);margin-block-start:var(--spacing-normal);padding-inline-end:var(--spacing-xsmall);display:grid}@media screen and (min-width:600px){.matter-chat-list{grid-template-columns:repeat(var(--uni-grid-cols-sm),1fr);grid-template-columns:repeat(var(--uni-grid-cols-md),1fr)}}@media screen and (min-width:960px){.matter-chat-list{grid-template-columns:repeat(var(--uni-grid-cols-lg),minmax(0,1fr))}}@media screen and (min-width:1280px){.matter-chat-list{grid-template-columns:repeat(var(--uni-grid-cols-extra),minmax(0,1fr))}}@media screen and (min-width:1420px){.matter-chat-list{grid-template-columns:repeat(var(--uni-grid-cols-xl),minmax(0,1fr))}}@media screen and (min-width:1960px){.matter-chat-list{grid-template-columns:repeat(var(--uni-grid-cols-xxl),minmax(0,1fr))}}.matter-chat-list__item{background-color:var(--color-surface);border-radius:var(--spacing-xsmall);cursor:pointer;border:var(--spacing-xxxsmall)solid var(--color-divider);width:100%;padding:var(--spacing-normal)!important}.uni-button{--uni-button-padding:0;--uni-button-outline-color:transparent;--uni-button-outline:none;--uni-button-background:inherit;--uni-button-background-light:transparent;--uni-button-color:inherit;--uni-button-font-size:0;--uni-button-line-height:0;--uni-button-backdrop-color:transparent;--uni-button--filled-background:var(--color-primary-50);--uni-button--filled-hover-background:var(--color-primary);--uni-button--filled-hover-text:var(--color-white);--uni-button--disable-text-color:var(--color-text-secondary);--uni-button--disable-color:unset;outline:var(--uni-button-outline);outline-color:var(--uni-button-outline-color);outline-offset:-1px;padding:var(--uni-button-padding);background-color:var(--uni-button-background);color:var(--uni-button-color);font-weight:700;font-family:var(--uni-font-family);font-size:var(--uni-button-font-size);line-height:var(--uni-button-line-height);transition:var(--transition-short);gap:var(--spacing-xsmall);isolation:isolate;white-space:nowrap;border-radius:4px;height:fit-content;overflow:hidden}.uni-button.uni-button--text{--uni-button--filled-hover-text:var(--color-disabled);--uni-button--disable-text-color:var(--uni-button--disable-color)}.uni-button .uni-icon{line-height:unset}.uni-button__label{text-transform:lowercase;font-family:var(--uni-font-family)!important}.uni-button__label:first-letter{text-transform:capitalize}.uni-button__backdrop{z-index:-1;background-color:var(--uni-button-backdrop-color);transition:inherit}.uni-button__backdrop,.uni-button__overlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.uni-button__overlay{z-index:1;opacity:0;visibility:hidden;justify-content:center;align-items:center;display:flex}.uni-button__overlay,.uni-button__overlay+*{transition:var(--transition-short);will-change:opacity;transition-property:opacity}.uni-button__overlay--visible{opacity:1;visibility:visible;pointer-events:all}.uni-button__overlay--visible+*{opacity:0}.uni-button .uni-curtain{--loading-size:75%;--loading-path-color:var(--uni-button-color);--loading-background-color:var(--uni-button-background-disabled)}.uni-button .uni-curtain+*{transition:var(--transition-short);will-change:opacity;transition-property:opacity}.uni-button .uni-curtain:not(.uni-button .uni-curtain--loaded)+*{opacity:0}.uni-button--small{--uni-button-padding:.375rem .5rem;--uni-button-font-size:.75rem;--uni-button-line-height:1rem}.uni-button--small .uni-button-icon{font-size:1rem!important}.uni-button--small--icon-only{--uni-button-padding:.375rem;flex-shrink:0;width:1.75rem;height:1.75rem}.uni-button--medium{--uni-button-padding:.625rem .75rem;--uni-button-font-size:.875rem;--uni-button-line-height:1.25rem}.uni-button--medium .uni-button-icon{font-size:1.25rem!important}.uni-button--medium--icon-only{--uni-button-padding:var(--spacing-xsmall);flex-shrink:0;width:2.25rem;height:2.25rem}.uni-button--large{--uni-button-padding:.75rem 1rem;--uni-button-font-size:1rem;--uni-button-line-height:1.5rem}.uni-button--large .uni-button-icon{font-size:1.5rem!important}.uni-button--large--icon-only{--uni-button-padding:var(--spacing-small)}.uni-button--color-primary{--uni-button--disable-color:var(--color-primary-200);--uni-button-background:var(--color-primary);--uni-button-outline-color:var(--color-primary);--uni-button-background-light:var(--color-primary-50);--uni-button-color:var(--color-on-primary);--uni-button--filled-background:var(--color-primary-50);--uni-button--filled-hover-background:var(--color-primary-50);--uni-button--filled-hover-text:var(--color-primary-500)}.uni-button--color-primary .uni-button-icon{color:currentColor}.uni-button--color-primary.dark{--uni-button-background-light:var(--color-primary-50)}.uni-button--color-primary.dark:hover{--uni-button-outline-color:var(--color-primary-700)}.uni-button--color-light{--uni-button-background:var(--color-primary-50);--uni-button-outline-color:var(--color-primary);--uni-button-background-light:var(--color-primary-50);--uni-button-color:var(--color-primary)}.uni-button--color-light .uni-button-icon{color:currentColor!important}.uni-button--color-light.dark{--uni-button-background-light:var(--color-primary-900)}.uni-button--color-secondary{--uni-button--disable-color:var(--color-secondary-200);--uni-button-background:var(--color-secondary-500);--uni-button-color:var(--color-on-secondary);--uni-button-outline-color:var(--color-secondary-500);--uni-button-background-light:var(--color-secondary-100)}.uni-button--color-secondary .uni-button-icon{color:currentColor!important}.uni-button--color-secondary.dark{--uni-button-color:var(--color-text-primary);--uni-button-background-light:var(--color-secondary-500)}.uni-button--color-secondary.dark .uni-button-icon{color:var(--color-gray-900)!important}.uni-button--color-success{--uni-button--disable-color:var(--color-green-300);--uni-button-background:var(--color-success);--uni-button-background-light:var(--color-success-50);--uni-button-outline-color:var(--color-success);--uni-button-color:var(--color-on-success)}.uni-button--color-success .uni-button-icon{color:currentColor!important}.uni-button--color-danger{--uni-button--disable-color:var(--color-red-300);--uni-button-background:var(--color-error);--uni-button-color:var(--color-on-error);--uni-button-outline-color:var(--color-error);--uni-button-background-light:var(--color-error-50);--uni-button--filled-background:var(--color-error-50);--uni-button--filled-hover-background:var(--color-red-200);--uni-button--filled-hover-text:var(--color-red-600)}.uni-button--color-danger .uni-button-icon{color:currentColor!important}.uni-button--color-danger.dark{--uni-button-outline-color:var(--color-red-500);--uni-button--filled-background:var(--color-red-200);--uni-button--filled-hover-background:var(--color-red-100);--uni-button--filled-hover-text:var(--color-red-500)}.uni-button--color-warning{--uni-button--disable-color:var(--color-orange-300);--uni-button-background:var(--color-warning);--uni-button-color:var(--color-on-warning);--uni-button-outline-color:var(--color-warning);--uni-button-background-light:var(--color-warning-50)}.uni-button--color-warning .uni-button-icon{color:currentColor!important}.uni-button--color-gray{--uni-button--disable-color:var(--color-gray-400);--uni-button-background:var(--color-button-outline);--uni-button-color:var(--color-gray-800);--uni-button-outline-color:var(--color-button-outline);--uni-button-background-light:var(--color-button-outline)}.uni-button--color-gray.dark{--uni-button-color:var(--color-gray-500);--uni-button-background-light:var(--color-gray-100);--uni-button-outline-color:var(--color-background-divider)}.uni-button--color-gray.uni-button--outlined,.uni-button--color-gray.uni-button--text:not(.uni-button--disabled,.uni-hint__close){--uni-button-color:var(--color-text-secondary)!important}.uni-button--color-gray .uni-button-icon{color:var(--uni-button-color)!important}.uni-button--color-gray .uni-curtain{--loading-path-color:var(--color-text-secondary)}.uni-button--color-white{--uni-button-color:var(--color-text-secondary);--uni-button-background:none;--uni-button-outline-color:var(--color-surface)}.uni-button--color-white .uni-button-icon{color:var(--color-text-secondary)!important}.uni-button--color-white:hover{--uni-button-background:#fff3!important}.uni-button--color-disabled{--uni-button-background:var(--uni-button-background-disabled);--uni-button-color:var(--uni-button--disable-text-color);--uni-button-outline-color:var(--uni-button-background-disabled);--uni-button-background-light:var(--uni-button-background-disabled)}.uni-button--color-disabled .uni-icon:before,.uni-button--color-disabled .uni-icon>[class*=path]:before{color:inherit}.uni-button--color-disabled .uni-button-icon{color:var(--uni-button--disable-text-color)!important}.uni-button--color-disabled.dark{--uni-button-color:var(--color-text-disabled);--uni-button-background-light:#343232}.uni-button--color-disabled.dark .uni-button-icon{color:var(--color-text-disabled)!important}.uni-button--color-transparent{--uni-button-background:transparent;--uni-button-outline-color:transparent;--uni-button-background-light:transparent;--uni-button-color:var(--color-text-secondary)}.uni-button--color-transparent .uni-button-icon{color:var(--color-text-secondary)!important}.uni-button--color-loading{--uni-button-background:--uni-button-background-disabled!important}.uni-button--contained:hover{--uni-button-backdrop-color:#00000026}.uni-button--disabled{--uni-button-background:var(--uni-button-background-disabled);--uni-button-outline-color:var(--uni-button-background-disabled);--uni-button-background-light:var(--uni-button-background-disabled);--uni-button-color:var(--uni-button--disable-text-color)!important;--uni-button-outline:1px solid var(--uni-button--disable-color)!important}.uni-button--disabled.uni-button--outlined{--uni-button-color:var(--uni-button--disable-color)!important}.uni-button--disabled .uni-icon:before,.uni-button--disabled .uni-icon>[class*=path]:before{color:inherit}.uni-button--disabled .uni-button-icon{color:var(--uni-button--disable-text-color)!important}.uni-button--disabled .uni-button-icon__disabled-outlined{color:var(--uni-button--disable-color)!important}.uni-button--disabled.dark{--uni-button-color:var(--color-text-disabled);--uni-button-outline-color:var(--color-text-disabled);--uni-button-background-light:#343232}.uni-button--disabled.dark .uni-button-icon{color:var(--color-text-disabled)!important}.uni-button--outlined{--uni-button-background:transparent;--uni-button-outline:1px solid var(--uni-button-outline-color);--uni-button-color:var(--uni-button-outline-color)}.uni-button--outlined:hover{--uni-button-background:var(--uni-button-background-light)}.uni-button--outlined .uni-button-icon{color:var(--uni-button-outline-color)}.uni-button--filled{--uni-button-background:var(--uni-button--filled-background);--uni-button-outline:1px solid var(--uni-button-outline-color);--uni-button-color:var(--uni-button-outline-color)}.uni-button--filled .uni-button-icon{color:var(--uni-button-outline-color)}.uni-button--filled:active,.uni-button--filled:hover{--uni-button-background:var(--uni-button--filled-hover-background);color:var(--uni-button--filled-hover-text);box-shadow:none}.uni-button--text{--uni-button-outline:none;--uni-button-background:transparent;--uni-button-color:var(--uni-button-outline-color);outline:0!important}.uni-button--text:hover{--uni-button-background:var(--color-button-outline)}.uni-button--text .uni-button-icon{color:var(--uni-button-outline-color)}.uni-button--no-caps{text-transform:none}.uni-button--full-width{width:100%}.uni-button--circle{border-radius:50%}.uni-button--rounded{border-radius:9999px}.uni-button--flat,.uni-button--flat:hover{box-shadow:none}.palette-arabic-theme .uni-button{border-radius:var(--dim-radius-full)}.uni-carousel-arrow{opacity:0;visibility:hidden;z-index:1;box-shadow:var(--box-shadow-sm);background:var(--color-background);position:absolute;inset-block-start:50%;transform:translateY(-50%);--uni-button-backdrop-color:transparent!important;border-radius:50%!important}.uni-carousel-arrow:not(:hover){--uni-button-background:var(--color-background-surface-of-side-menu);--uni-button-background-light:transparent;--uni-button-color:var(--color-text-hint)}.uni-carousel-arrow:hover{background-color:var(--color-background-hover)}.uni-carousel-arrow:hover .uni-button-icon{color:var(--color-text-tertiary)!important}.uni-carousel-arrow--visible{opacity:1;visibility:visible}.uni-carousel-arrow--prev{inset-inline-start:var(--spacing-xsmall)}.uni-carousel-arrow--next{inset-inline-end:var(--spacing-xsmall)}.uni-carousel-dots{justify-content:center;align-items:center;gap:var(--spacing-xsmall);min-height:var(--spacing-xsmall);display:flex}.uni-carousel-dots__item{cursor:pointer;background:var(--color-divider);width:var(--spacing-xsmall);height:var(--spacing-xsmall);transition:var(--transition-main);will-change:width,background,opacity;border:none;border-radius:9999px;outline:0;margin:0;padding:0;transition-property:width,background;animation:fadeIn .15s cubic-bezier(.4,0,.2,1);display:block}.uni-carousel-dots__item--active{width:var(--spacing-large);background:var(--color-gray-800)}@keyframes fadeIn{0%{opacity:0;width:0}to{opacity:1;width:var(--spacing-xsmall)}}.uni-carousel-slides{position:relative;overflow:hidden}.uni-carousel-slides__container{grid-column-gap:var(--spacing-normal);grid-auto-columns:80%;grid-auto-flow:column;display:grid}@media screen and (min-width:600px){.uni-carousel-slides__container{grid-auto-columns:45%}}@media screen and (min-width:960px){.uni-carousel-slides__container{grid-auto-columns:45%}}@media screen and (min-width:1280px){.uni-carousel-slides__container{grid-auto-columns:35%}}@media screen and (min-width:1500px){.uni-carousel-slides__container{grid-auto-columns:25%}}@media screen and (min-width:2000px){.uni-carousel-slides__container{grid-auto-columns:20%}}.uni-carousel-slides__container--empty{grid-auto-columns:100%}.uni-checkbox{--uni-checkbox--color:unset;--uni-checkbox--size:unset;--uni-checkbox--translate--sign:unset;--uni-checkbox--selected-color:transparent;--uni-checkbox--selected-icon:"✓";z-index:0;color:var(--color-text-secondary);cursor:pointer;justify-content:flex-start;align-items:center;line-height:1.8;display:flex;position:relative}.uni-checkbox--font{font-size:.875rem;font-weight:700}.uni-checkbox--color-primary{--uni-checkbox--color:var(--color-primary)}.uni-checkbox--color-danger{--uni-checkbox--color:var(--color-error)}.uni-checkbox--color-secondary{--uni-checkbox--color:var(--color-text-secondary)}.uni-checkbox--size-medium{--uni-checkbox--size:1.125rem;--uni-checkbox--translate--sign:.1875rem,.1875rem}.uni-checkbox--size-small{--uni-checkbox--size:.9375rem;--uni-checkbox--translate--sign:.125rem,.125rem}.uni-checkbox__button-base{width:2.8125rem;height:2.8125rem;margin:-.4375rem -.8125rem;position:relative}.uni-checkbox__button-base:before{content:"";background-color:var(--uni-checkbox--color);opacity:0;border-radius:50%;width:100%;height:100%;position:absolute}.uni-checkbox__button-base:hover:before{opacity:.04}.uni-checkbox__label{font-family:var(--uni-font-family);color:var(--color-text-secondary);width:100%;word-break:unset;word-wrap:unset;overflow-wrap:unset;-webkit-hyphens:unset;-moz-hyphens:unset;-ms-hyphens:unset;hyphens:unset;-webkit-user-select:none;user-select:none;margin-inline-start:.25rem;position:relative}.uni-checkbox__label--clickable{cursor:pointer}.uni-checkbox__label--disable{color:var(--color-disabled)}.uni-checkbox__ripple{color:var(--color-text-secondary)}.uni-checkbox__input{appearance:none;pointer-events:none;outline:none;position:relative;inset-block:0;inset-inline:0}.uni-checkbox__input:before{content:var(--uni-checkbox--selected-icon);-webkit-appearance:none;border:.125rem solid var(--color-text-secondary);width:var(--uni-checkbox--size);height:var(--uni-checkbox--size);vertical-align:middle;color:var(--uni-checkbox--selected-color);background-color:#0000;border-radius:.25rem;justify-content:center;align-items:center;display:flex;position:relative}.uni-checkbox__input:checked:before{background:var(--uni-checkbox--color);border-color:var(--uni-checkbox--color);--uni-checkbox--selected-color:var(--color-white)}.uni-checkbox__input:checked:after{display:none}.uni-checkbox__input:checked:disabled:before{background-color:var(--color-disabled);border-color:var(--color-disabled)}.uni-checkbox__input:disabled:before{border-color:var(--color-disabled)}.uni-checkbox__input:checked+.uni-checkbox__ripple{color:var(--uni-checkbox--color)}.uni-new-chip{--new-chip--icon-color:unset;border:1px solid;justify-content:center;align-items:center;width:fit-content;display:flex}.uni-new-chip__disable-border{border:none}.uni-new-chip__close-button{--uni-button-padding:0;width:1.25rem;height:1.25rem;align-items:center;margin-inline-start:var(--spacing-xxsmall)}.uni-new-chip__close-button:hover{--uni-button-background:var(--color-disabled)}.uni-new-chip__close-button .uni-icon{margin-block-start:var(--spacing-xxxsmall)}.uni-new-chip__avatar{margin-inline-end:var(--spacing-xxsmall)}.uni-new-chip__radius--small{border-radius:var(--spacing-xsmall)}.uni-new-chip__radius--medium{border-radius:var(--spacing-normal)}.uni-new-chip__radius--large{border-radius:var(--spacing-large)}.uni-new-chip__size--small{padding:2px var(--spacing-xsmall)}.uni-new-chip__size--medium{padding:var(--spacing-xxsmall)var(--spacing-xsmall)}.uni-new-chip__start-icon{margin-inline-end:var(--spacing-xxsmall);color:var(--new-chip--icon-color)!important}.uni-new-chip__end-icon{margin-inline-start:var(--spacing-xxsmall);color:var(--new-chip--icon-color)!important}.uni-new-chip__color--primary{background-color:var(--color-status-background-primary);border-color:var(--color-status-background-primary)}.uni-new-chip__color--secondary{background-color:var(--color-status-background-secondary);border-color:var(--color-status-background-secondary)}.uni-new-chip__color--secondary .uni-typo{color:var(--color-status-text-secondary)}.uni-new-chip__color--light{background-color:var(--color-surface);border-color:var(--color-divider)}.uni-new-chip__color--success{background-color:var(--color-success);border-color:var(--color-success)}.uni-new-chip__color--warning{background-color:var(--color-status-background-orange);border-color:var(--color-status-background-orange)}.uni-new-chip__color--blue{background-color:var(--color-blue-500);border-color:var(--color-blue-500)}.uni-new-chip__color--danger{background-color:var(--color-error);border-color:var(--color-error)}.uni-new-chip__color--gray{background-color:var(--color-status-background-gray);border-color:var(--color-status-background-gray)}.uni-new-chip__color--white{background-color:var(--color-white);border-color:var(--color-white)}.uni-new-chip__color--inherit{background-color:inherit;border-color:inherit}.uni-new-chip__color--transparent{background-color:#0000;border-color:#0000}.uni-new-chip__color--outline{background-color:#0000}.uni-new-chip__primary--filled{background-color:var(--color-primary-50);border-color:var(--color-status-background-primary)}.uni-new-chip__secondary--filled{background-color:var(--color-secondary-50);border-color:var(--color-secondary)}.uni-new-chip__light--filled{background-color:var(--color-surface);border-color:var(--color-divider)}.uni-new-chip__success--filled{background-color:var(--color-green-50);border-color:var(--color-success)}.uni-new-chip__blue--filled{background-color:var(--color-blue-100);border-color:var(--color-blue-500)}.uni-new-chip__warning--filled{background-color:var(--color-orange-50);border-color:var(--color-status-background-orange)}.uni-new-chip__danger--filled{background-color:var(--color-error-50);border-color:var(--color-error)}.uni-new-chip__gray--filled{background-color:var(--color-status-background-gray);border-color:var(--color-status-background-gray)}.uni-new-chip__white--filled{background-color:var(--color-white-50);border-color:var(--color-white)}.uni-new-chip__label-filled--primary,.uni-new-chip__label-outline--primary{color:var(--color-status-text-primary)!important}.uni-new-chip__label-filled--secondary,.uni-new-chip__label-outline--secondary{color:var(--color-secondary)!important}.uni-new-chip__label-filled--light,.uni-new-chip__label-outline--light{color:var(--color-text-secondary)!important}.uni-new-chip__label-filled--success,.uni-new-chip__label-outline--success{color:var(--color-success)!important}.uni-new-chip__label-filled--warning,.uni-new-chip__label-outline--warning{color:var(--color-status-text-orange)!important}.uni-new-chip__label-filled--blue,.uni-new-chip__label-outline--blue{color:var(--color-blue-500)!important}.uni-new-chip__label-filled--danger,.uni-new-chip__label-outline--danger{color:var(--color-error)!important}.uni-new-chip__label-filled--gray,.uni-new-chip__label-outline--gray{color:var(--color-status-text-gray)!important}.uni-new-chip__label-filled--white,.uni-new-chip__label-outline--white{color:var(--color-white)!important}.uni-new-chip__label-filled--inherit,.uni-new-chip__label-outline--inherit{color:inherit!important}.uni-new-chip__label-filled--transparent,.uni-new-chip__label-outline--transparent{color:var(--color-gray)!important}.uni-new-chip__label-contained--gray{color:var(--color-status-text-gray)!important}.uni-new-chip__label-contained--transparent,.uni-new-chip__label-contained--white{color:var(--color-gray)!important}.uni-content{height:0;min-height:100%;max-height:100%;flex-direction:column;flex:1;padding-block-start:var(--dim-bar-height);padding-block-end:var(--spacing-normal);display:flex;overflow:hidden auto}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.uni-content{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.uni-content:focus,.uni-content:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}@media screen and (min-width:960px){.uni-content{padding:var(--spacing-normal);min-height:calc(100% - var(--spacing-xxxlarge));max-height:calc(100% - var(--spacing-xxxlarge));height:100%;margin-block-start:var(--spacing-xxxlarge);padding-block-start:0}.uni-content :has(.uni-tabs),.uni-content:has(.uni-tabs){scrollbar-gutter:stable}.palette-arabic-theme .uni-content{min-height:calc(100% - var(--spacing-xxxxxlarge));max-height:calc(100% - var(--spacing-xxxxxlarge));margin-block-start:var(--spacing-xxlarge)}}.copy-button-container{margin:var(--spacing-xxxsmall);display:inline-block;position:relative}.copy-button-container-snackbar{width:fit-content;top:0;min-width:220px!important;position:absolute!important}@media (min-width:960px){.copy-button-container-snackbar{min-width:250px!important}}.copy-button-container-snackbar__alert{white-space:nowrap;transform:translateZ(1px)}.copy-button-container-snackbar__wrap{word-break:normal}.uni-copy-link{align-items:center;gap:var(--spacing-xxsmall);display:inline-flex}.uni-copy-link__tooltip{z-index:1300;opacity:.9}.uni-copy-link__button{padding:var(--spacing-xxsmall)}.uni-copy-link__button .uni-button__label{min-width:54px;font-size:12px;font-weight:500}.uni-copy-link__button .uni-button-icon{transition:var(--transition-main);transition-property:transform;font-size:1rem!important}.uni-copy-link__button.uni-button--contained .uni-button-icon{transform:unset}.uni-copy-link__button--dual .uni-button-icon{transform:rotate(0)}.copyable-input{--color-hover:#62947b;--color-focus:#0ad071;--color-default-dark:#30363e80;--shadow-focus:0px 0px 20px 0 #0ad071b3;flex-wrap:wrap;width:100%;display:flex}.copyable-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-hover)}.copyable-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--color-focus);border-width:1px}.copyable-input .MuiOutlinedInput-root{border-radius:53px}.copyable-input .MuiOutlinedInput-input{padding:10px var(--spacing-small);color:#fff;text-overflow:ellipsis;cursor:pointer;height:20px;font-size:.875rem;line-height:1.25rem}.copyable-input .MuiInputAdornment-positionEnd{margin-left:0}.copyable-input .MuiOutlinedInput-notchedOutline{border-color:var(--color-secondary-400)}.copyable-input *{transition:all .15s}.copyable-input--form{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100%}.copyable-input--input{top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:960px){.copyable-input--input{width:360px}}.uni-curtain{--loading-path-color:var(--color-gray-400);--loading-size:48px;--loading-animation-state:running;--loading-background-color:inherit;--uni-curtain--z-index:var(--curtain-z-index,1);z-index:var(--uni-curtain--z-index);opacity:1;background-color:var(--loading-background-color);will-change:opacity;transition:var(--transition-short);border-radius:inherit;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.uni-curtain--loaded{opacity:0}.uni-curtain--failed,.uni-curtain--loaded{--loading-animation-state:paused}.uni-curtain__failure{justify-content:center;align-items:center;gap:var(--spacing-xsmall);background:var(--loading-background-color);width:100%;height:100%;z-index:var(--curtain-z-index,1);flex-direction:column;display:flex;position:absolute;top:0;left:0}.uni-date-range-picker{width:100%}.mbsc-material.mbsc-range-control-label,.mbsc-material.mbsc-range-control-value{text-transform:capitalize!important;color:var(--color-text-secondary)!important}.mbsc-material.mbsc-range-control-label.active,.mbsc-material.mbsc-range-control-value.active{color:var(--color-primary)!important}.mbsc-material.mbsc-range-day:after{opacity:.2;background-color:var(--color-primary)!important}.mbsc-material.mbsc-range-control-wrapper .mbsc-material.mbsc-segmented-button.mbsc-selected{border-block-end-color:var(--color-primary)!important}.mbsc-material.mbsc-popup-body{box-shadow:var(--box-shadow-xxxl)!important}.uni-date-range-picker{align-items:center;gap:var(--spacing-normal);border:none;flex-wrap:wrap;margin:0;padding:0;display:flex}.uni-date-range-picker__input{min-width:240px;margin:initial}.uni-date-range-picker__input .uni-text-field__input{text-align:center}.uni-date-range-picker__calendar .mbsc-material.mbsc-popup-arrow,.uni-date-range-picker__calendar .mbsc-material.mbsc-popup-body{background-color:var(--color-surface)!important}.uni-date-range-picker__calendar .mbsc-material.mbsc-range-control-label,.uni-date-range-picker__calendar .mbsc-material.mbsc-range-control-value{text-transform:capitalize;color:var(--color-text-secondary)}.uni-date-range-picker__calendar .mbsc-material.mbsc-range-control-label.active,.uni-date-range-picker__calendar .mbsc-material.mbsc-range-control-value.active{color:var(--color-primary)}.uni-date-range-picker__calendar .mbsc-material.mbsc-calendar-cell-text{width:1.75rem;height:1.75rem;padding:0;font-size:1rem}.uni-date-range-picker__calendar .mbsc-material.mbsc-range-day:after{background-color:var(--color-primary);height:var(--dim-xlarge);opacity:.2}.uni-date-range-picker__calendar .mbsc-material.mbsc-calendar-button.mbsc-button,.uni-date-range-picker__calendar .mbsc-material.mbsc-calendar-cell-text,.uni-date-range-picker__calendar .mbsc-material.mbsc-calendar-week-day{color:var(--color-text-secondary)}.uni-date-range-picker__calendar .mbsc-material.mbsc-popup-button.mbsc-font.save-btn{background-color:var(--color-primary);color:var(--color-on-primary);margin-left:var(--spacing-xxsmall);text-transform:capitalize}.uni-date-range-picker__calendar .mbsc-material.mbsc-popup-button.mbsc-font.cancel-btn{text-transform:capitalize;color:var(--color-text-secondary)}.uni-date-range-picker__calendar .mbsc-material.mbsc-popup-button.mbsc-font.cancel-btn:hover{background-color:var(--color-hover)}.uni-date-range-picker__calendar .mbsc-material.mbsc-button.mbsc-disabled.save-btn{background-color:var(--color-text-secondary)}.uni-date-range-picker__calendar .mbsc-material.mbsc-range-control-wrapper .mbsc-material.mbsc-segmented-button.mbsc-selected{border-block-end-color:var(--color-primary)}.uni-date-range-picker__calendar .mbsc-material.mbsc-selected .mbsc-calendar-cell-text{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-on-primary)!important}.uni-date-range-picker__calendar .mbsc-range-control-wrapper,.uni-date-range-picker__calendar .mbsc-range-control-wrapper .mbsc-segmented{width:100%!important}.uni-date-range-picker__calendar .mbsc-range-control-wrapper .mbsc-segmented .mbsc-range-control-label,.uni-date-range-picker__calendar .mbsc-range-control-wrapper .mbsc-segmented .mbsc-range-control-value{text-align:center}.uni-date-range-picker__calendar .mbsc-calendar-title-wrapper{order:1;justify-content:center}.uni-date-range-picker__calendar .mbsc-calendar-button-prev{order:0}.uni-date-range-picker__calendar .mbsc-calendar-button-next{order:2}.uni-date-range-picker__calendar .mbsc-material.mbsc-popup-body{box-shadow:var(--box-shadow-xxxl);padding:var(--spacing-normal)1.2rem}.uni-date-range-picker__calendar .mbsc-material.mbsc-scroller-wheel-group{padding:0}.uni-date-range-picker__calendar .mbsc-scroller-wheel-item{font-weight:700;font-size:var(--dim-normal);color:var(--color-text-primary);font-family:var(--uni-font-family)!important}.uni-date-range-picker__calendar .mbsc-scroller-wheel-item:hover{background-color:var(--color-primary-50)}.uni-date-range-picker__calendar .mbsc-scroller-wheel-wrapper{margin:0}.uni-date-range-picker__calendar .mbsc-material.mbsc-scroller-wheel-cont{border-color:#0000!important}.uni-date-range-picker__calendar .mbsc-scroller-wheel-cont{background-color:var(--color-primary-50)}.uni-date-range-picker__calendar .mbsc-scroller-wheel-cont:after,.uni-date-range-picker__calendar .mbsc-scroller-wheel-cont:before{border-color:#0000!important}.uni-date-range-picker__calendar .mbsc-popup-body:has(.mbsc-range-end .mbsc-range-control-text-empty) .mbsc-material.mbsc-selected .mbsc-calendar-cell-text{background-color:#0000;border-color:#0000;color:var(--color-text-primary)!important}.uni-description{flex-direction:column;width:100%;display:inline}.uni-description__text{line-break:auto;white-space:pre-line;text-align:justify;-webkit-box-orient:vertical;font-size:15px;font-weight:400;line-height:1.5em;display:-webkit-box;position:relative;overflow:hidden}.uni-description__text--view-more{-webkit-line-clamp:unset;overflow:visible}.uni-description__text-wrapper{position:relative}.uni-description__add,.uni-description__remove{background-color:var(--color-background);--uni-button-padding:var(--spacing-xxsmall)var(--spacing-xsmall);max-width:max-content;font-size:13px;font-weight:700}.uni-description__view-more{background-color:var(--color-background)}.uni-description__view-more--collapse{position:absolute;inset-block-end:0;inset-inline-end:0}.uni-description__blur{background:linear-gradient(#fafafacc,#fafafa);width:100%;height:2.625rem;position:absolute;inset-block-end:0}.uni-description__textfield-wrapper{align-items:flex-start;gap:var(--spacing-small);flex-direction:column;justify-content:center;width:100%;height:fit-content;display:flex}.uni-description__textfield-wrapper--text-field{width:100%}.uni-description__actions{justify-content:space-between;align-items:center;width:100%;display:flex}.uni-description__actions--text{font-size:13px}.uni-description__actions--buttons{display:flex}.uni-description__edit-buttons{gap:var(--spacing-xsmall);width:100%;justify-content:flex-end;margin-block-start:var(--spacing-small);display:flex}.uni-description__edit-buttons--cancel,.uni-description__edit-buttons--save{width:calc(var(--dim-xxlarge) + var(--dim-xlarge) + .875rem);height:calc(var(--dim-xlarge) + var(--dim-xsmall));font-size:14px;font-weight:700}.empty-state{justify-content:center;align-items:center;gap:var(--spacing-xsmall);border-radius:var(--dim-radius-small);flex-direction:column;width:100%;display:flex}.empty-state__title{text-align:center}.empty-state__content{justify-content:center;align-items:center;gap:var(--spacing-xxsmall);flex-direction:column;display:flex}.empty-state__height-100{height:100%}.empty-state__height-sm{max-height:var(--dim-cover-height-sm)}.empty-state__backgroundColor--gray{background-color:var(--color-gray-100)}.empty-state__backgroundColor--smoke{background-color:var(--color-white-smoke)}.empty-state__backgroundColor--transparent{background-color:#0000}.empty-state__padding--normal{padding-block:var(--spacing-normal)}.empty-state__padding--large{padding-block:var(--spacing-large)}.empty-state__padding--xsmall{padding:var(--spacing-xsmall)0}.empty-state__padding--xxlarge{padding:var(--spacing-xxlarge)0}.empty-state__padding--end-xxxlarge{padding-block-end:var(--dim-xxxlarge)}.empty-state__margin--auto{margin:auto}.uni-error-message{color:var(--color-error);margin-block-end:var(--spacing-xsmall);font-size:.75rem;line-height:1rem}.uni-error-message--full-width{width:100%}.uni-filter{justify-content:flex-start;align-items:center;gap:var(--spacing-small);flex-direction:row;width:fit-content;display:flex}.uni-filter__text-input{margin-block:var(--spacing-xsmall)}.uni-filter__clear-all{justify-content:space-between;align-items:center;gap:var(--spacing-xxsmall);display:flex}.uni-filter__clear-all:before{content:"";width:1px;height:var(--spacing-large);background-color:var(--color-gray-300)}.uni-filter-label{width:100%}.uni-filter-label__slides{overflow:unset!important}.uni-filter-label__slides .uni-carousel-slides__container{align-items:center;gap:var(--spacing-small);flex-direction:row;display:flex}.uni-filter-label__arrows{width:1.5rem;height:1.5rem;inset-block-start:11.5%!important}.uni-google-map{background-color:var(--color-surface);border:1px solid var(--color-divider);border-radius:var(--dim-radius-small);flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.uni-google-map__header{width:100%;height:calc(var(--dim-xlarge) + var(--dim-xsmall));padding:0 0 0 var(--spacing-small);gap:var(--dim-xxsmall);flex-flow:row;justify-content:space-between;align-items:center;display:flex}.uni-google-map__title{white-space:nowrap;text-overflow:ellipsis;margin-inline-end:auto;overflow:hidden}.uni-google-map__content{width:100%;height:100%}.uni-grid{--uni-grid-gap:var(--spacing-normal);--uni-grid-cols-xs:1;--uni-grid-cols-sm:2;--uni-grid-cols-md:3;--uni-grid-cols-lg:4;--uni-grid-cols-extra:4;--uni-grid-cols-xl:5;--uni-grid-cols-xxl:6;gap:var(--uni-grid-gap);grid-template-columns:repeat(var(--uni-grid-cols-xs),1fr);display:grid}@media screen and (min-width:600px){.uni-grid{grid-template-columns:repeat(var(--uni-grid-cols-sm),1fr);grid-template-columns:repeat(var(--uni-grid-cols-md),1fr)}}@media screen and (min-width:960px){.uni-grid{grid-template-columns:repeat(var(--uni-grid-cols-lg),minmax(0,1fr))}}@media screen and (min-width:1280px){.uni-grid{grid-template-columns:repeat(var(--uni-grid-cols-extra),minmax(0,1fr))}}@media screen and (min-width:1420px){.uni-grid{grid-template-columns:repeat(var(--uni-grid-cols-xl),minmax(0,1fr))}}@media screen and (min-width:1960px){.uni-grid{grid-template-columns:repeat(var(--uni-grid-cols-xxl),minmax(0,1fr))}}.uni-grid--empty{border-radius:var(--spacing-xsmall);width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;padding-block-start:var(--spacing-normal);padding-block-end:var(--spacing-normal);display:flex}.uni-grid--empty__title{color:var(--color-secondary-500);line-height:1.25rem}.uni-grid--empty__svg{width:100px;height:100px}.uni-grid--beta{--uni-grid-gap:var(--spacing-normal);--uni-grid-cols-xxs:1;--uni-grid-cols-xs:1;--uni-grid-cols-sm:2;--uni-grid-cols-md:3;--uni-grid-cols-lg:4;--uni-grid-cols-xl:5;--uni-grid-cols-xxl:6;gap:var(--uni-grid-gap);grid-template-columns:repeat(var(--uni-grid-cols-xxs),1fr);display:grid}@media screen and (min-width:300px){.uni-grid--beta{grid-template-columns:repeat(var(--uni-grid-cols-xs),1fr)}}@media screen and (min-width:600px){.uni-grid--beta{grid-template-columns:repeat(var(--uni-grid-cols-sm),1fr)}}@media screen and (min-width:960px){.uni-grid--beta{grid-template-columns:repeat(var(--uni-grid-cols-md),1fr)}}@media screen and (min-width:1280px){.uni-grid--beta{grid-template-columns:repeat(var(--uni-grid-cols-lg),minmax(0,1fr))}}@media screen and (min-width:1960px){.uni-grid--beta{grid-template-columns:repeat(var(--uni-grid-cols-xl),minmax(0,1fr))}}@media screen and (min-width:2560px){.uni-grid--beta{grid-template-columns:repeat(var(--uni-grid-cols-xxl),minmax(0,1fr))}}.uni-hint{--uni-hint-color:unset;--uni-hint-icon-color:unset;--uni-hint-icon-background-color:unset;--uni-hint-close-color:unset;--uni-hint-background-color:unset;--uni-hint-close-background-light:unset;--uni-hint-border-color:unset;border-radius:var(--dim-xxsmall);margin-inline:var(--spacing-normal);flex-shrink:0;margin-block-start:var(--spacing-small)}.uni-hint--gray{--uni-hint-icon-color:var(--color-white);--uni-hint-icon-background-color:var(--color-secondary-700);--uni-hint-close-color:var(--color-secondary-700);--uni-hint-background-color:var(--color-fiord-50);--uni-hint-close-background-light:var(--color-secondary-50);--uni-hint-border-color:var(--color-secondary-700)}.uni-hint--gray .uni-hint__end-button{--uni-hint-icon-color:var(--color-gray-500);--uni-button-background:var(--color-gray-500)}.uni-hint--gray.dark{--uni-hint-icon-color:var(--color-gray-500);--uni-hint-close-color:var(--color-gray-500);--uni-hint-background-color:var(--color-gray-300)}.uni-hint--info{--uni-hint-icon-color:var(--color-white);--uni-hint-icon-background-color:var(--color-blue-500);--uni-hint-close-color:var(--color-blue-500);--uni-hint-background-color:var(--color-blue-50);--uni-hint-close-background-light:var(--color-blue-200);--uni-hint-border-color:var(--color-blue-500)}.uni-hint--info .dark{--uni-hint-close-background-light:var(--color-blue-50)}.uni-hint--warning{--uni-hint-icon-color:var(--color-white);--uni-hint-icon-background-color:var(--color-orange-500);--uni-hint-close-color:var(--color-orange-500);--uni-hint-background-color:var(--color-orange-50);--uni-hint-close-background-light:var(--color-orange-200);--uni-hint-border-color:var(--color-orange-500)}.uni-hint--warning.dark{--uni-hint-background-color:var(--color-orange-200);--uni-hint-close-background-light:var(--color-orange-50)}.uni-hint--success{--uni-hint-icon-color:var(--color-white);--uni-hint-icon-background-color:var(--color-green-500);--uni-hint-close-color:var(--color-green-500);--uni-hint-background-color:var(--color-green-50);--uni-hint-close-background-light:var(--color-green-200);--uni-hint-border-color:var(--color-green-500)}.uni-hint--success.dark{--uni-hint-background-color:var(--color-green-200)}.uni-hint--error{--uni-hint-icon-color:var(--color-white);--uni-hint-icon-background-color:var(--color-red-500);--uni-hint-close-color:var(--color-red-500);--uni-hint-background-color:var(--color-red-50);--uni-hint-close-background-light:var(--color-red-200);--uni-hint-border-color:var(--color-red-500)}.uni-hint--error.dark{--uni-hint-background-color:var(--color-red-200);--uni-hint-close-background-light:var(--color-red-50)}.uni-hint--secondary{--uni-hint-icon-color:var(--color-fiord-500);--uni-hint-close-color:var(--color-fiord-500);--uni-hint-background-color:var(--color-fiord-100);--uni-hint-close-background-light:var(--color-gray-600)}.uni-hint--secondary.dark{--uni-hint-icon-color:var(--color-fiord-800);--uni-hint-close-color:var(--color-fiord-800);--uni-hint-background-color:var(--color-fiord-500);--uni-hint-close-background-light:var(--color-fiord-300)}.uni-hint .uni-button{width:1rem}.uni-hint__inner{border-left:4px solid var(--uni-hint-border-color);align-items:flex-start;gap:var(--spacing-xsmall);padding:var(--spacing-normal);border-radius:var(--dim-xxsmall);background-color:var(--uni-hint-background-color);display:flex}.uni-hint__inner .uni-button--small--icon-only{--uni-button-padding:.1875rem .7rem;height:unset;margin:auto}.uni-hint__icon-info{background-color:var(--uni-hint-icon-background-color);border-radius:100%;align-items:center;padding:6px;display:flex}.uni-hint__icon-info .uni-icon{--uni-icon--font-size:16px;align-self:flex-start;color:var(--uni-hint-icon-color)!important}.uni-hint__body{gap:var(--spacing-xsmall);width:100%;padding-top:.1875rem;display:grid}.uni-hint__body--dashboard{width:100%;padding-top:.17rem;display:flex}.uni-hint__body--dashboard .uni-button{width:unset}.uni-hint__body .uni-icon.uni-hint__icon{line-height:normal}.uni-hint__body .uni-hint__close{color:var(--uni-hint-close-color)!important}.uni-hint__title{max-width:calc(100% - var(--dim-xxxlarge));align-self:center}.uni-hint__center{align-self:center!important}.uni-hint__close{--uni-button-background-light:var(--uni-hint-close-background-light);align-self:flex-start;margin-inline-start:auto;--uni-button-color:var(--uni-hint-close-color)!important}.uni-hint__double-button{margin-inline-start:unset!important}.uni-hint__end-button{align-self:flex-start;margin-inline-start:auto}.probono-hint-item{cursor:pointer;align-items:center;gap:var(--spacing-normal);border-radius:var(--spacing-xxsmall);padding:var(--spacing-small)var(--spacing-xsmall)var(--spacing-small)var(--spacing-small);flex-shrink:0;justify-content:space-between;display:flex;overflow:hidden}.probono-hint-item__info{flex-direction:column;flex:1;display:flex;overflow:hidden}.probono-hint-item__title.MuiTypography-root{text-transform:lowercase;font-weight:700}.probono-hint-item__title.MuiTypography-root:first-letter{text-transform:capitalize}.probono-hint-item__hint.MuiTypography-root{text-transform:lowercase}.probono-hint-item__hint.MuiTypography-root:first-letter{text-transform:capitalize}.probono-hint-item__start{flex-shrink:0}.probono-hint-item__end-side{align-items:center;gap:var(--spacing-xsmall);flex-shrink:0;display:flex}.probono-hint-item__end-side.empty .MuiBadge-badge{background-color:var(--color-gray-500)}.probono-hint-item__end-side.fill .MuiBadge-badge{background-color:var(--color-blue-500)}.uni-hover-menu__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.uni-hover-menu__tooltip{max-width:unset;background-color:var(--color-surface);box-shadow:var(--box-shadow-lg);padding:0}.uni-hover-menu[data-popper-placement*=left] .uni-hover-menu__tooltip--right{margin-inline-end:var(--spacing-xxsmall)}.uni-hover-menu[data-popper-placement*=right] .uni-hover-menu__tooltip--right{margin-inline-start:var(--spacing-xxsmall)}.uni-hover-menu__bottom{gap:var(--spacing-xsmall);flex-direction:column;padding-block-start:var(--spacing-xxsmall);padding-block-end:var(--spacing-xxsmall);padding-inline-start:var(--spacing-small);padding-inline-end:var(--spacing-small);display:flex}*+.uni-hover-menu__bottom{padding-block-start:var(--spacing-small);padding-block-end:var(--spacing-xsmall)}.uni-icon--animated{--animated-icon-size:24px;--uni-icon--animation-cursor:unset;transform-origin:50%;cursor:var(--uni-icon--animation-cursor);--uni-icon-animated-scale:1.16;transform:scale(var(--uni-icon-animated-scale));justify-content:center;align-items:center;display:flex}.uni-icon--animated>svg{min-width:var(--animated-icon-size);min-height:var(--animated-icon-size);max-width:var(--animated-icon-size);max-height:var(--animated-icon-size)}.uni-icon--animated--loading{--animated-icon-size:48px}.uni-icon--animated--outline-recording-dual{--animated-icon-size:21px}.uni-icon--animated path[fill="rgb(229,0,97)"]{fill:var(--uni-icon-mask-color,var(--color-surface))}.uni-icon--animated path[fill="rgb(0,173,202)"],.uni-icon--animated path[fill="rgb(0,189,223)"],.uni-icon--animated path[fill="rgb(0,190,223)"],.uni-icon--animated path[fill="rgb(225,0,95)"],.uni-icon--animated path[fill="rgb(255,0,106)"],.uni-icon--animated path[fill="rgb(5,182,211)"],.uni-icon--animated path[fill="rgb(5,182,212)"]{fill:var(--color-primary)}.uni-icon--animated path[stroke="rgb(0,189,223)"],.uni-icon--animated path[stroke="rgb(0,190,223)"]{stroke:var(--color-primary)}.uni-icon--animated path[stroke="rgb(157,157,159)"]{stroke:#6c7c8b}.uni-icon--animated path[fill="rgb(108,108,109)"],.uni-icon--animated path[fill="rgb(134,157,177)"],.uni-icon--animated path[fill="rgb(157,157,159)"],.uni-icon--animated path[fill="rgb(157,168,177)"],.uni-icon--animated path[fill="rgb(73,100,123)"],.uni-icon--animated path[fill="rgb(74,101,124)"]{fill:#6c7c8b}.uni-icon--animated svg{transform:unset!important}.uni-icon--animated.icon-search{transform:scale(calc(.24 + var(--uni-icon-animated-scale)))translateY(-.0625rem)!important}.uni-icon--animated.icon-report{transform:scale(calc(.12 + var(--uni-icon-animated-scale)))translateY(.0625rem)!important}.uni-icon--animated.icon-service-dual{transform:scale(calc(.09 + var(--uni-icon-animated-scale)))!important}.uni-icon--animated.icon-chat-dual{transform:scale(calc(.34 + var(--uni-icon-animated-scale)))translateX(-.0625rem)!important}.uni-icon--animated.icon-developer-dual{transform:scale(calc(.12 + var(--uni-icon-animated-scale)))!important}.uni-icon--animated.icon-logout-dual{transform:scale(calc(-.09 + var(--uni-icon-animated-scale)))!important}.uni-icon--animated.icon-users-dual{transform:scale(calc(.15 + var(--uni-icon-animated-scale)))translateY(-.0625rem)!important}.uni-icon--animated.icon-notification-dual{transform:scale(calc(.24 + var(--uni-icon-animated-scale)))!important}.uni-icon--animated.icon-info-mark-circle-dual{transform:scale(calc(.1 + var(--uni-icon-animated-scale)))!important}.uni-icon--animated.icon-breakout-room-dual,.uni-icon--animated.icon-breakout-room-dual-2,.uni-icon--animated.icon-calendar-tick-dual,.uni-icon--animated.icon-outline-recording-dual{transform:scale(calc(.15 + var(--uni-icon-animated-scale)))!important}.uni-icon--animated.icon-user-list-dual{transform:scale(calc(.2 + var(--uni-icon-animated-scale)))!important}.uni-icon--animated.icon-Hand-help-dual{transform:scale(calc(.15 + var(--uni-icon-animated-scale)))!important}.uni-icon--animated.icon-Hand-help-2-dual{transform:scale(calc(.2 + var(--uni-icon-animated-scale)))!important}.uni-icon--animated.icon-command-line-task-dual,.uni-icon--animated.icon-folder-dual,.uni-icon--animated.icon-outline-dashboard-dual{transform:scale(calc(.15 + var(--uni-icon-animated-scale)))!important}.uni-icon.uni-icon--animated:before{content:""}.uni-icon{--uni-icon--font-size:24px;--uni-icon--background-color:none;--uni-icon--cursor:unset;line-height:normal;font-size:var(--uni-icon--font-size);background:var(--uni-icon--background-color);cursor:var(--uni-icon--cursor);direction:ltr;flex-shrink:0}.uni-icon.active i:before{color:inherit}.uni-icon.active path[stroke]{stroke:currentColor}.uni-icon.active path[fill]{fill:currentColor}.uni-icon.active path[fill="rgb(229,0,97)"]{fill:var(--uni-icon-mask-color-active)}.uni-icon.active g[filter]{filter:unset}.uni-icon.active g[mask]{-webkit-mask:unset;mask:unset}.pac-logo:after{display:none!important}.pac-container{z-index:1300}.uni-inpersion{max-width:100%;position:relative}.uni-inpersion .uni-new-menu-item__content{max-width:86%}.uni-inpersion__items{background-color:var(--color-surface);z-index:999;max-width:100%;top:var(--dim-xxlarge);border-radius:var(--spacing-xsmall);box-shadow:var(--box-shadow-lg);text-align:center;min-width:100%;position:absolute}.uni-inpersion__items-not-found{padding:var(--spacing-normal);flex-direction:column;justify-content:center;align-items:center;display:flex}.password-input{width:100%;height:fit-content;position:relative}.password-input-checker__list{gap:var(--spacing-xsmall);padding:var(--spacing-xsmall);background:var(--color-surface);border-radius:var(--dim-radius-medium);flex-direction:column;animation:popup-slide-up .2s ease-out;display:flex;position:absolute;inset-block-start:-5.75rem;inset-inline-end:0}.password-input-checker__item{align-items:center;gap:var(--spacing-xxsmall);color:var(--color-text-primary);font-size:.875rem;font-weight:400;line-height:1.25rem;display:flex}.password-input-checker__icon{transition:var(--transition-main);will-change:color;transition-property:color}.password-input-checker__item--checked .password-input-checker__icon{color:var(--color-success)!important}.password-input-bar{align-items:center;gap:var(--spacing-xxsmall);margin-block-start:calc(var(--spacing-xsmall)*-1);display:flex}.password-input-bar__item{height:var(--spacing-xxsmall);background-color:var(--color-gray-400);border-radius:9999px;flex:1;margin-block-start:var(--spacing-normal);display:block;position:relative;overflow:hidden}.password-input-bar__item:after{content:"";background-color:var(--color-gray-400);width:0;transition:var(--transition-main);will-change:width,background-color;transition-property:width,background-color;display:block;position:absolute;inset-block:0;inset-inline-start:0}.password-input-bar--checked-1 .password-input-bar__item:first-child:after{background-color:var(--color-error);width:100%}.password-input-bar--checked-2 .password-input-bar__item:first-child:after,.password-input-bar--checked-2 .password-input-bar__item:nth-child(2):after{background-color:var(--color-warning);width:100%}.password-input-bar--checked-3 .password-input-bar__item:first-child:after,.password-input-bar--checked-3 .password-input-bar__item:nth-child(2):after,.password-input-bar--checked-3 .password-input-bar__item:nth-child(3):after{background-color:var(--color-success);width:100%}@keyframes popup-slide-up{0%{opacity:.2;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}.uni-color-picker__cover{z-index:999;position:fixed;inset:0}.uni-color-picker__popover{z-index:2;width:100%;height:100%;position:absolute}.uni-search{--uni-search-field-font-size:unset;--uni-search-field-height:unset;--uni-search-adornment:unset;width:calc(100vw - 7rem);height:var(--uni-search-field-height);position:relative;transition:all .3s!important}.uni-search--small{--uni-search-field-font-size:14px;--uni-search-field-height:var(--dim-xlarge);--uni-search-adornment:var(--dim-normal);height:1.75rem}.uni-search--medium{--uni-search-field-font-size:16px;--uni-search-field-height:2.5rem;--uni-search-adornment:1.25rem}.uni-search--large{--uni-search-field-font-size:18px;--uni-search-field-height:3.5rem;--uni-search-adornment:var(--dim-large)}.uni-search--bordered .MuiInput-root:after{border-block-end:2px solid var(--color-divider);transition:var(--transition-long);transform:scale(1)translate(0)}.uni-search--bordered .Mui-focused:after{border-block-end:2px solid var(--color-primary);transition:var(--transition-long)}.uni-search--simple .MuiInput-root:after{border:none}.uni-search--simple .Mui-focused{background-color:var(--color-background);border-radius:2rem}.uni-search--simple .Mui-focused:after{border:none}.uni-search .uni-button-icon{font-size:var(--uni-search-adornment)!important}.uni-search--input{font-size:var(--uni-search-field-font-size)}@media screen and (min-width:360px){.uni-search{width:11rem}}@media screen and (min-width:600px){.uni-search{width:15.75rem}.uni-search.uni-search-full-width{width:100%}}.uni-search .uni-button--color-secondary{--uni-button-background:transparent}.uni-search .uni-button--disabled{--uni-button--disable-text-color:var(--color-text-tertiary)}.uni-search .uni-button--text:focus,.uni-search .uni-button--text:hover{--uni-button-background:var(--color-button-outline);width:1.75rem!important;height:1.75rem!important}@media screen and (max-width:600px){.uni-search .uni-button--text:focus,.uni-search .uni-search__end-adornment .uni-button--text:hover{--uni-button-background:var(--color-white)!important}}.uni-search .MuiInput-root{font-family:var(--uni-font-family);color:var(--color-text-primary);height:var(--uni-search-field-height);width:100%;height:100%;position:absolute;right:0}.uni-search .MuiInput-root .MuiInput-input{opacity:1;width:100%;transition:all .3s}.uni-search .MuiInput-root:before{border:none;margin-block-end:calc(-1*var(--spacing-xsmall))}.uni-search .MuiInput-root:hover:before{border:none}.uni-search-hidden{width:2rem;height:2rem}.uni-search-hidden .uni-button,.uni-search-hidden .uni-search__end-adornment{width:1.75rem;height:1.75rem;padding:0}.uni-search-hidden.uni-search--small{width:1.75rem;height:1.75rem}.uni-search-hidden.uni-search--small .uni-button,.uni-search-hidden.uni-search--small .uni-search__end-adornment{width:1.75rem;height:1.75rem;padding:0}.uni-search-hidden .MuiInput-root:after{border:none}.uni-search-hidden .MuiInput-root .MuiInput-input{opacity:0}.uni-search-hidden .MuiInput-underline:before,.uni-search-hidden .MuiInput-underline:hover:before{border-bottom:none}.uni-search-full{width:100%}.uni-search__end-adornment{align-items:center;transition:all .3s;display:flex}.uni-search__end-adornment--hide{display:none}.uni-new-menu__divider{width:100%;height:1px;margin:var(--spacing-xxsmall)0;background-color:var(--color-divider);display:block}.uni-new-menu__group{width:100%;padding:0 var(--spacing-small);margin-block-end:var(--spacing-xxsmall);display:block}*+.uni-new-menu__group{margin-block-start:var(--spacing-small)}.uni-new-menu-item{--uni-new-menu-item-padding:0;--uni-new-menu-border-radius:0;--uni-new-menu-item-outline-color:transparent;--uni-new-menu-item-outline:none;--uni-new-menu-item-background:inherit;--uni-new-menu-item-background-light:transparent;--uni-new-menu-item-color:inherit;--uni-new-menu-item-font-size:0;--uni-new-menu-item-line-height:0;--uni-new-menu-item-icon-color:inherit;--uni-new-menu-item-backdrop-color:transparent;border-radius:var(--uni-new-menu-border-radius);text-align:start;outline:var(--uni-new-menu-item-outline);outline-color:var(--uni-new-menu-item-outline-color);outline-offset:-1px;padding:var(--uni-new-menu-item-padding);color:var(--uni-new-menu-item-color);font-size:var(--uni-new-menu-item-font-size);line-height:var(--uni-new-menu-item-line-height);transition:var(--transition-short);justify-content:flex-start;gap:var(--spacing-xsmall);isolation:isolate;width:100%;height:fit-content;overflow:hidden;font-family:var(--uni-font-family)!important}.uni-new-menu-item,.uni-new-menu-item--focus .uni-new-menu-item__link,.uni-new-menu-item__link:focus{background-color:var(--uni-new-menu-item-background)}.uni-new-menu-item__icon{color:var(--uni-new-menu-item-icon-color)!important}.uni-new-menu-item__content{flex-direction:column;flex:1;display:flex;overflow:hidden}.uni-new-menu-item__content .uni-checkbox__label{margin-block-start:var(--spacing-xxsmall);font-weight:400!important}.uni-new-menu-item__content .uni-checkbox__input:before{border-color:var(--color-text-tertiary)!important}.uni-new-menu-item__content .uni-checkbox__button-base:before{background-color:#0000}.uni-new-menu-item__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.uni-new-menu-item__hint{text-transform:lowercase;font-size:calc(var(--uni-new-menu-item-font-size)*.9);overflow:hidden}.uni-new-menu-item__hint:first-letter{text-transform:capitalize}.uni-new-menu-item__backdrop{z-index:-1;pointer-events:none;border-radius:inherit;background-color:var(--uni-new-menu-item-backdrop-color);width:100%;height:100%;transition:inherit;position:absolute;inset:0}.uni-new-menu-item__link{gap:inherit;width:inherit;height:inherit;display:inherit;overflow:inherit;white-space:inherit;border-radius:inherit;padding:var(--uni-new-menu-item-padding);flex:1;align-items:center}.uni-new-menu-item--small{--uni-new-menu-item-padding:.375rem .5rem;--uni-new-menu-item-font-size:.75rem;--uni-new-menu-item-line-height:1rem}.uni-new-menu-item--small .uni-new-menu-item__icon{font-size:1rem!important}.uni-new-menu-item--small--icon-only{--uni-new-menu-item-padding:var(--spacing-xsmall)}.uni-new-menu-item--medium{--uni-new-menu-item-padding:var(--spacing-small);--uni-new-menu-item-font-size:.875rem;--uni-new-menu-item-line-height:1.25rem}.uni-new-menu-item--medium .uni-new-menu-item__icon{font-size:1.25rem!important}.uni-new-menu-item--medium--icon-only{--uni-new-menu-item-padding:var(--spacing-xsmall)}.uni-new-menu-item--large{--uni-new-menu-item-padding:var(--spacing-small)var(--spacing-normal);--uni-new-menu-item-font-size:1rem;--uni-new-menu-item-line-height:1.5rem}.uni-new-menu-item--large .uni-new-menu-item__icon{font-size:1.5rem!important}.uni-new-menu-item--large--icon-only{--uni-new-menu-item-padding:var(--spacing-small)}.uni-new-menu-item--color-text-primary{--uni-new-menu-item-background:var(--color-gray-200);--uni-new-menu-item-background-light:var(--color-background-hover);--uni-new-menu-item-outline-color:var(--color-text-primary);--uni-new-menu-item-icon-color:var(--color-text-primary);--uni-new-menu-item-color:var(--color-text-primary)}.uni-new-menu-item--color-text-tertiary{--uni-new-menu-item-background:var(--color-gray-200);--uni-new-menu-item-background-light:var(--color-background-hover);--uni-new-menu-item-outline-color:var(--color-text-tertiary);--uni-new-menu-item-icon-color:var(--color-text-tertiary);--uni-new-menu-item-color:var(--color-text-primary)!important}.uni-new-menu-item--color-primary{--uni-new-menu-item-background:var(--color-primary);--uni-new-menu-item-outline-color:var(--color-primary);--uni-new-menu-item-background-light:var(--color-primary-50);--uni-new-menu-item-color:var(--color-on-primary);--uni-new-menu-item-icon-color:currentColor}.uni-new-menu-item--color-light{--uni-new-menu-item-background:var(--color-primary-50);--uni-new-menu-item-outline-color:var(--color-primary);--uni-new-menu-item-background-light:var(--color-primary-50);--uni-new-menu-item-color:var(--color-primary);--uni-new-menu-item-icon-color:currentColor}.uni-new-menu-item--color-secondary{--uni-new-menu-item-background:var(--color-secondary-500);--uni-new-menu-item-color:var(--color-on-secondary);--uni-new-menu-item-outline-color:var(--color-secondary-500);--uni-new-menu-item-background-light:var(--color-secondary-100);--uni-new-menu-item-icon-color:currentColor}.uni-new-menu-item--color-secondary.dark{--uni-new-menu-item-background-light:var(--color-background-hover)}.uni-new-menu-item--color-success{--uni-new-menu-item-background:var(--color-success);--uni-new-menu-item-background-light:var(--color-success-50);--uni-new-menu-item-outline-color:var(--color-success);--uni-new-menu-item-color:var(--color-on-success);--uni-new-menu-item-icon-color:currentColor}.uni-new-menu-item--color-danger{--uni-new-menu-item-background:var(--color-error);--uni-new-menu-item-color:var(--color-on-error);--uni-new-menu-item-outline-color:var(--color-error);--uni-new-menu-item-background-light:var(--color-error-50);--uni-new-menu-item-icon-color:currentColor}.uni-new-menu-item--color-warning{--uni-new-menu-item-background:var(--color-warning);--uni-new-menu-item-color:var(--color-on-warning);--uni-new-menu-item-outline-color:var(--color-warning);--uni-new-menu-item-background-light:var(--color-warning-50);--uni-new-menu-item-icon-color:currentColor}.uni-new-menu-item--color-gray{--uni-new-menu-item-background:var(--color-gray-200);--uni-new-menu-item-background-light:var(--color-background-empty-states-surface);--uni-new-menu-item-outline-color:var(--color-gray-200);--uni-new-menu-item-icon-color:var(--uni-new-menu-item-color)}.uni-new-menu-item--color-gray.uni-new-menu-item--outlined,.uni-new-menu-item--color-gray.uni-new-menu-item--text:not(.uni-new-menu-item--disabled){--uni-new-menu-item-color:var(--color-text-secondary);--uni-new-menu-item-icon-color:var(--uni-new-menu-item-color)}.uni-new-menu-item--color-gray.dark{--uni-new-menu-item-background-light:var(--color-background-hover)}.uni-new-menu-item--color-white{--uni-new-menu-item-color:var(--color-white);--uni-new-menu-item-icon-color:var(--color-white)}.uni-new-menu-item--color-white .uni-new-menu-item__link:focus,.uni-new-menu-item--color-white.uni-new-menu-item--focus,.uni-new-menu-item--color-white.uni-new-menu-item--focus .uni-new-menu-item__link,.uni-new-menu-item--color-white:focus,.uni-new-menu-item--color-white:hover{--uni-new-menu-item-background:#fff3!important}.uni-new-menu-item--color-disabled{--uni-new-menu-item-background:var(--color-gray-200);--uni-new-menu-item-color:var(--color-text-secondary);--uni-new-menu-item-outline-color:var(--color-gray-400);--uni-new-menu-item-background-light:var(--color-gray-400);--uni-new-menu-item-icon-color:currentColor}.uni-new-menu-item--color-disabled .uni-icon:before,.uni-new-menu-item--color-disabled .uni-icon>[class*=path]:before{color:inherit}.uni-new-menu-item--contained:hover{--uni-new-menu-item-backdrop-color:#00000026}.uni-new-menu-item--contained .uni-new-menu-item__link:focus,.uni-new-menu-item--contained.uni-new-menu-item--focus,.uni-new-menu-item--contained.uni-new-menu-item--focus .uni-new-menu-item__link,.uni-new-menu-item--contained:focus{--uni-new-menu-item-backdrop-color:#ffffff40}.uni-new-menu-item--disabled{--uni-new-menu-item-background:var(--color-gray-400);--uni-new-menu-item-background-light:var(--color-gray-400);--uni-new-menu-item-outline-color:var(--color-gray-400);--uni-new-menu-item-icon-color:currentColor}.uni-new-menu-item--disabled .uni-icon:before,.uni-new-menu-item--disabled .uni-icon>[class*=path]:before{color:inherit}.uni-new-menu-item--disabled img{opacity:.5}.uni-new-menu-item--outlined{--uni-new-menu-item-background:transparent;--uni-new-menu-item-outline:1px solid var(--uni-new-menu-item-outline-color);--uni-new-menu-item-color:var(--uni-new-menu-item-outline-color);--uni-new-menu-item-icon-color:var(--uni-new-menu-item-outline-color)}.uni-new-menu-item--filled{--uni-new-menu-item-background:var(--color-primary-50);--uni-new-menu-item-outline:1px solid var(--uni-new-menu-item-outline-color);--uni-new-menu-item-color:var(--uni-new-menu-item-outline-color);--uni-new-menu-item-icon-color:var(--uni-new-menu-item-outline-color)}.uni-new-menu-item--filled .uni-new-menu-item__link:focus,.uni-new-menu-item--filled.uni-new-menu-item--focus,.uni-new-menu-item--filled.uni-new-menu-item--focus .uni-new-menu-item__link,.uni-new-menu-item--filled:active,.uni-new-menu-item--filled:focus,.uni-new-menu-item--filled:hover{--uni-new-menu-item-background:var(--color-primary);color:var(--color-white);box-shadow:none}.uni-new-menu-item--text{--uni-new-menu-item-outline:none;--uni-new-menu-item-background:transparent;--uni-new-menu-item-color:var(--uni-new-menu-item-outline-color);--uni-new-menu-item-icon-color:var(--uni-new-menu-item-outline-color)}.uni-new-menu-item--text .uni-new-menu-item__link:focus,.uni-new-menu-item--text.uni-new-menu-item--focus,.uni-new-menu-item--text.uni-new-menu-item--focus .uni-new-menu-item__link,.uni-new-menu-item--text:focus,.uni-new-menu-item--text:hover{--uni-new-menu-item-background:var(--uni-new-menu-item-background-light)!important}.uni-new-menu-item__disable-radius{border-radius:unset!important}.uni-new-menu-item--link{align-items:stretch;padding:0}.uni-new-menu-item--has-hint .uni-new-menu-item__label{margin-block-end:var(--spacing-xxsmall);font-weight:700}.uni-new-menu-item--no-caps{text-transform:none}.uni-new-menu-item__overlay{z-index:1;opacity:0;visibility:hidden;pointer-events:none;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.uni-new-menu-item+*,.uni-new-menu-item__overlay{transition:var(--transition-short);will-change:opacity;transition-property:opacity}.uni-new-menu-item--visible{opacity:1;visibility:visible;pointer-events:all}.uni-new-menu-item--visible+*{opacity:0}.uni-new-menu-item .uni-curtain{--loading-size:75%;--loading-path-color:var(--uni-button-color);--loading-background-color:var(--color-gray-400)}.uni-new-menu-item .uni-curtain+*{transition:var(--transition-short);will-change:opacity;transition-property:opacity}.uni-new-menu-item .uni-curtain:not(.uni-new-menu-item .uni-curtain--loaded)+*{opacity:0}.uni-new-menu__list{--uni-new-menu-item-parent-text-background:var(--color-background);min-width:10rem;flex-direction:column;align-items:stretch;padding-block-start:var(--spacing-xsmall);padding-block-end:var(--spacing-xsmall);list-style:none;display:flex;overflow:hidden}.uni-new-menu__list.item-border-radius .uni-new-menu-item{border-radius:var(--spacing-xxsmall)!important}.uni-new-menu__list--parent-text{padding-block:var(--spacing-xsmall)0;background:var(--uni-new-menu-item-parent-text-background);margin-inline-start:var(--spacing-small)}.uni-new-menu__list--select{--uni-new-menu-item-background:var(--color-surface)!important}.uni-new-menu--over .uni-new-menu__list{max-width:18rem}.uni-minute-picker__popover-paper{justify-content:center;align-items:center;display:flex}.uni-minute-picker__header-wrapper{width:6rem;max-height:10rem;padding:var(--spacing-xsmall)}.uni-minute-picker__header{width:100%;max-width:20rem;justify-content:center;align-items:center;padding-block-start:var(--spacing-xxsmall);padding-block-end:var(--spacing-xxsmall);display:flex}.uni-minute-picker__time{line-height:var(--spacing-normal);flex:1}.uni-minute-picker__minutes-wrapper{padding-block:var(--spacing-xsmall);flex-direction:column;display:flex}.otp-modal__wrapper{direction:ltr;justify-content:center;align-items:center}.otp-modal__form,.otp-modal__wrapper{flex-direction:column;padding-block-start:var(--spacing-large);display:flex}.otp-modal__form{align-items:stretch;gap:var(--spacing-normal);width:100%}.otp-modal__title{margin-block-start:var(--spacing-xsmall)}.otp-modal__sub-title{margin-block-start:var(--spacing-small)}.otp-modal__email{text-align:center}.otp-modal__description{justify-content:center;align-items:baseline;gap:var(--spacing-xxsmall);flex-wrap:wrap;display:flex}.otp-modal__separator{gap:var(--spacing-normal);grid-template-columns:1fr auto 1fr;display:grid}.otp-modal__confirm-container{justify-content:center;align-items:center;gap:var(--spacing-normal);display:flex}.otp-modal__item{min-width:3rem;max-width:3rem;max-height:3rem}.otp-modal__item .uni-text-field__input{text-align:center;color:var(--color-text-primary);max-height:3rem;font-size:1.5rem;font-weight:700;line-height:2.5rem}.otp-modal__item .uni-text-field--outlined__fieldset{max-height:3.5rem}.otp-modal__item .uni-text-field__input-wrapper--focused .uni-text-field--outlined__fieldset{box-shadow:var(--box-shadow-md)}.otp-modal__error{justify-content:center;align-items:baseline;gap:var(--spacing-xxsmall);text-align:center;width:100%;flex-wrap:wrap;margin:0;padding-block-start:var(--spacing-xsmall);display:flex}.uni-new-modal{padding:var(--spacing-normal);z-index:1300;overflow-y:auto}.uni-new-modal__inner{z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100%;display:flex;position:relative;outline:none!important}.uni-new-modal__wrapper{width:100%;max-width:30rem;padding:var(--spacing-normal);border:1px solid var(--color-divider);border-radius:var(--dim-xsmall);background-color:var(--color-background);box-shadow:var(--box-shadow-xxxl);position:relative;outline:none!important}.uni-new-modal__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.uni-new-modal__close{position:absolute;inset-block-start:var(--spacing-normal);inset-inline-end:var(--spacing-normal)}.uni-new-modal__close .uni-button-icon{color:var(--color-text-hint)!important}.uni-new-modal__swap{position:absolute;inset-block-start:var(--spacing-normal);inset-inline-end:var(--spacing-xxlarge)}.uni-new-modal__swap .uni-button-icon{color:var(--color-text-hint)!important}.uni-phone-input{--uni-phone-input-offset-y:unset;--uni-phone-input-font-size:unset;--uni-phone-input-line-height:unset;--uni-phone-input-color:unset;--uni-phone-input-offset-x:unset;--uni-phone-input-stroke-radius:var(--spacing-xxsmall);--uni-phone-input-input-color:unset;--uni-phone-input-input-placeholder-color:var(--color-text-secondary);--uni-phone-input-stroke-width:1px;--uni-phone-input-stroke-color:unset;--uni-phone-input-stroke-hover-color:unset;--uni-phone-input-label-font-size:unset;--uni-phone-input-label-line-height:unset;--uni-phone-input-label-color:unset;--uni-phone-input-label-offset-x:unset;--uni-phone-input-label-translate-x:var(--uni-phone-input-offset-x);--uni-phone-input-label-translate-y:var(--uni-phone-input-offset-y);--uni-phone-input-label-reduced-max-width:calc(clac(var(--uni-phone-input-offset-x) - var(--uni-phone-input-stroke-width))*2);--uni-phone-input-helper-text-color:unset;--uni-phone-input-helper-text-offset-y:unset;--uni-phone-input-helper-text-font-size:unset;--uni-phone-input-fieldset-top:calc(var(--uni-phone-input-offset-y)*-1);--uni-phone-input-fieldset-offset-x:calc(calc(var(--uni-phone-input-offset-x) - var(--uni-phone-input-label-offset-x)) - var(--uni-phone-input-stroke-width));vertical-align:top;border:0;flex-direction:column;min-width:0;margin:0;padding:0;display:inline-flex;position:relative}.uni-phone-input__base{background-color:var(--color-surface);direction:ltr;width:100%;position:relative}.uni-phone-input .form-control{min-width:0!important;width:unset!important;font:inherit!important;height:1.4375em!important;letter-spacing:inherit!important;box-sizing:content-box!important;-webkit-tap-highlight-color:#0000!important;box-shadow:unset!important;border:0!important;border-color:unset!important;block-size:unset!important;-webkit-text-fill-color:unset!important;color:var(--uni-phone-input-input-color)!important;font-size:var(--uni-phone-input-font-size)!important;line-height:var(--uni-phone-input-line-height)!important;border-radius:var(--uni-phone-input-stroke-radius)!important;padding:var(--uni-phone-input-offset-y)var(--uni-phone-input-offset-x)!important;background:0 0!important;outline:none!important;margin:0!important;padding-inline-start:calc(var(--uni-phone-input-offset-x) + 52px)!important;animation-name:mui-auto-fill-cancel!important;animation-duration:10ms!important;display:block!important}.uni-phone-input .form-control::placeholder{color:var(--uni-phone-input-input-placeholder-color);opacity:1}.uni-phone-input .form-control:-ms-placeholder-shown{color:var(--uni-phone-input-input-placeholder-color)}.uni-phone-input .form-control::-moz-placeholder{color:var(--uni-phone-input-input-placeholder-color)}.uni-phone-input .react-tel-input{cursor:text;box-sizing:border-box;font-size:var(--uni-phone-input-font-size);line-height:var(--uni-phone-input-line-height);border-radius:var(--uni-phone-input-stroke-radius);align-items:center;display:inline-flex;position:relative}.uni-phone-input .react-tel-input .flag{width:25px;height:21px}.uni-phone-input .react-tel-input .selected-flag .arrow{border-inline:4px solid #0000;border-block-start:5px solid var(--color-divider);inset-inline-start:32px}.uni-phone-input .react-tel-input .selected-flag:focus .arrow{border-inline-width:4px;border-block-start:5px solid var(--color-divider)}.uni-phone-input .react-tel-input .selected-flag .arrow.up{border-block-start:none;border-block-end:5px solid var(--color-divider)}.uni-phone-input .react-tel-input .country-list{box-shadow:var(--box-shadow-xxxl);border-radius:4px}.uni-phone-input .react-tel-input .country-list .country.highlight{background-color:var(--color-skeleton-bg)}.uni-phone-input .react-tel-input .country-list li{background-color:var(--color-surface)}.uni-phone-input .react-tel-input .country-list li:hover{background-color:var(--color-hover)}.uni-phone-input .react-tel-input .country-list li .country-name{color:var(--color-text-primary)}.uni-phone-input .react-tel-input .country-list li .dial-code{color:var(--color-text-tertiary)}.uni-phone-input__label{z-index:1;white-space:nowrap;pointer-events:none;text-overflow:ellipsis;transform-origin:0 0;color:var(--uni-phone-input-label-color);font-size:var(--uni-phone-input-font-size);line-height:var(--uni-phone-input-line-height);max-width:calc(100% - var(--uni-phone-input-label-reduced-max-width));transform:translateX(var(--uni-phone-input-label-translate-x))translateY(var(--uni-phone-input-label-translate-y));padding:0;transition:color .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1),font-size .2s cubic-bezier(0,0,.2,1),max-width .2s cubic-bezier(0,0,.2,1);display:block;position:absolute;inset-block-start:0;inset-inline-start:0;overflow:hidden}.uni-phone-input--has-label .form-control::placeholder{opacity:0}.uni-phone-input--has-label .form-control:-ms-placeholder-shown{opacity:0}.uni-phone-input--has-label .form-control::-moz-placeholder{opacity:0}.uni-phone-input__helper-text{color:var(--uni-phone-input-helper-text-color);font-size:var(--uni-phone-input-helper-text-font-size);margin-block-start:var(--uni-phone-input-helper-text-offset-y);margin-inline-start:var(--uni-phone-input-offset-x);margin-inline-end:var(--uni-phone-input-offset-x)}.uni-phone-input__fieldset{text-align:start;pointer-events:none;box-sizing:content-box;border-style:solid;border-color:var(--uni-phone-input-stroke-color);border-width:var(--uni-phone-input-stroke-width);border-radius:var(--uni-phone-input-stroke-radius);min-width:0;padding:0 var(--uni-phone-input-fieldset-offset-x);margin:0;transition:border-color .2s cubic-bezier(.4,0,.2,1);position:absolute;inset-block-start:var(--uni-phone-input-fieldset-top);inset-block-end:0;inset-inline:0;overflow:hidden}.uni-phone-input__legend{float:unset;visibility:hidden;white-space:nowrap;width:auto;max-width:.01px;block-size:var(--uni-phone-input-upper-label-height);font-size:var(--uni-phone-input-label-font-size);padding:0;transition:max-width 50ms cubic-bezier(0,0,.2,1);display:block;overflow:hidden}.uni-phone-input__upper-label{padding-inline-start:var(--uni-phone-input-label-offset-x);padding-inline-end:var(--uni-phone-input-label-offset-x);display:inline-block}.uni-phone-input:not(.uni-phone-input--focused):hover .uni-phone-input__fieldset{border-color:var(--uni-phone-input-stroke-hover-color)}.uni-phone-input--focused.uni-phone-input--has-label .uni-phone-input__label,.uni-phone-input--has-value.uni-phone-input--has-label .uni-phone-input__label{-webkit-user-select:none;user-select:none;pointer-events:auto;font-size:var(--uni-phone-input-label-font-size);line-height:var(--uni-phone-input-label-line-height);max-width:calc(133% - var(--uni-phone-input-label-reduced-max-width));--uni-phone-input-label-translate-y:calc(calc(var(--uni-phone-input-label-line-height)/2)*-1)}.uni-phone-input--focused.uni-phone-input--has-label .uni-phone-input__legend,.uni-phone-input--has-value.uni-phone-input--has-label .uni-phone-input__legend{white-space:nowrap;max-width:100%;transition:max-width .1s cubic-bezier(0,0,.2,1) 50ms}.uni-phone-input--focused.uni-phone-input--has-label .form-control,.uni-phone-input--has-value.uni-phone-input--has-label .form-control{width:100%}.uni-phone-input--focused.uni-phone-input--has-label .form-control::placeholder,.uni-phone-input--has-value.uni-phone-input--has-label .form-control::placeholder,:is(.uni-phone-input--focused.uni-phone-input--has-label .form-control:-ms-placeholder-shown,.uni-phone-input--has-value.uni-phone-input--has-label .form-control:-ms-placeholder-shown),:is(.uni-phone-input--focused.uni-phone-input--has-label .form-control:placeholder-shown,.uni-phone-input--has-value.uni-phone-input--has-label .form-control:placeholder-shown){opacity:1}.uni-phone-input--focused.uni-phone-input--has-label .form-control::-moz-placeholder,.uni-phone-input--has-value.uni-phone-input--has-label .form-control::-moz-placeholder{opacity:1}.uni-phone-input--focused{--uni-phone-input-stroke-width:2px;--uni-phone-input-fieldset-offset-x:calc(calc(var(--uni-phone-input-offset-x) - var(--uni-phone-input-label-offset-x)) - var(--uni-phone-input-stroke-width))}.uni-phone-input--focused .uni-phone-input__label{color:var(--uni-phone-input-color)}.uni-phone-input--focused .uni-phone-input__fieldset{border-color:var(--uni-phone-input-color)}.uni-phone-input--small{--uni-phone-input-offset-y:var(--spacing-xsmall);--uni-phone-input-offset-x:var(--spacing-xsmall);--uni-phone-input-font-size:12px;--uni-phone-input-line-height:16px;--uni-phone-input-label-font-size:10px;--uni-phone-input-label-line-height:16px;--uni-phone-input-helper-text-font-size:10px;--uni-phone-input-helper-text-offset-y:var(--spacing-xxsmall);--uni-phone-input-fieldset-top:-8px;--uni-phone-input-label-offset-x:var(--spacing-xxsmall)}.uni-phone-input--medium{--uni-phone-input-offset-y:10px;--uni-phone-input-offset-x:var(--spacing-small);--uni-phone-input-font-size:14px;--uni-phone-input-line-height:20px;--uni-phone-input-label-font-size:12px;--uni-phone-input-label-line-height:16px;--uni-phone-input-helper-text-font-size:12px;--uni-phone-input-helper-text-offset-y:var(--spacing-xsmall);--uni-phone-input-fieldset-top:-10px;--uni-phone-input-label-offset-x:var(--spacing-xxsmall)}.uni-phone-input--large{--uni-phone-input-offset-y:var(--spacing-normal);--uni-phone-input-offset-x:var(--spacing-normal);--uni-phone-input-font-size:16px;--uni-phone-input-line-height:24px;--uni-phone-input-label-font-size:12px;--uni-phone-input-label-line-height:16px;--uni-phone-input-helper-text-font-size:14px;--uni-phone-input-helper-text-offset-y:var(--spacing-xsmall);--uni-phone-input-fieldset-top:-12px;--uni-phone-input-label-offset-x:var(--spacing-xxsmall)}.uni-phone-input--color-primary{--uni-phone-input-color:var(--color-primary);--uni-phone-input-stroke-color:var(--color-divider);--uni-phone-input-label-color:var(--color-text-secondary);--uni-phone-input-input-color:var(--color-text-secondary);--uni-phone-input-helper-text-color:var(--color-secondary);--uni-phone-input-stroke-hover-color:var(--color-gray-400);--uni-phone-input-input-placeholder-color:var(--color-text-secondary)}.uni-phone-input--error{--uni-phone-input-color:var(--color-error);--uni-phone-input-stroke-color:var(--color-error);--uni-phone-input-label-color:var(--color-error);--uni-phone-input-helper-text-color:var(--color-error);--uni-phone-input-stroke-hover-color:var(--color-error)}.uni-phone-input--disabled{--uni-phone-input-color:var(--color-divider);--uni-phone-input-label-color:var(--color-divider);--uni-phone-input-stroke-color:var(--color-text-field-outline);--uni-phone-input-helper-text-color:var(--color-divider);--uni-phone-input-stroke-hover-color:var(--color-text-field-outline);--uni-phone-input-input-placeholder-color:var(--color-text-field-outline)}.uni-phone-input--disabled .uni-phone-input__fieldset{border-style:dashed}.uni-phone-input--disabled .uni-phone-input .react-tel-input:before{border-block-end-style:dotted!important}.uni-phone-input--full-width{width:100%}.uni-popover~.base-Popper-root.MuiTooltip-popper{display:none}.uni-popover__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.uni-popover--sheet{z-index:1301}.uni-popover__paper.MuiPopover-paper{background:var(--color-surface);box-shadow:var(--box-shadow-lg)}.uni-popover:not(.uni-popover--has-container) .uni-popover__paper{background-color:var(--color-surface);padding-block-start:0}@media screen and (min-width:600px){.uni-popover:not(.uni-popover--has-container) .uni-popover__paper{border:1px var(--color-divider)solid}}.base-Popper-root.MuiTooltip-popper:has(~.uni-popover){display:none}.uni-bottom-sheet--has-puller.uni-popover:not(.uni-popover--has-container) .uni-popover__paper{padding-block-start:calc(var(--uni-bottom-sheet-puller-height) + var(--uni-bottom-sheet-offset))}.circle-skeleton,.line-skeleton__element,.rect-skeleton{background-color:var(--color-skeleton-bg);position:relative;overflow-x:hidden}.circle-skeleton--animated:after,.line-skeleton__element--animated:after,.rect-skeleton--animated:after{--gradient-width:100px;content:"";width:var(--gradient-width);height:100%;left:calc(-1*var(--gradient-width));background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);animation:shine 2.5s ease-out infinite;position:absolute}@keyframes shine{to{left:var(--animation-left-100,100px)}}.circle-skeleton{background-color:var(--color-skeleton-bg);border-radius:50%;flex-shrink:0}.circle-skeleton:after{--animation-left-100:500px}.grid-skeleton{gap:var(--spacing-xxsmall);flex-wrap:wrap;align-self:flex-start;width:100%!important}.grid-skeleton .line-skeleton__element{width:100%!important;height:164px!important}@media screen and (min-width:600px){.grid-skeleton .line-skeleton__element{width:calc(50% - 8px)!important}}@media screen and (min-width:960px){.grid-skeleton .line-skeleton__element{width:calc(33.3333% - 8px)!important}}@media screen and (min-width:1280px){.grid-skeleton .line-skeleton__element{width:calc(25% - 8px)!important}}.item-skeleton{align-items:center;gap:var(--spacing-normal);display:flex}.item-skeleton .line-skeleton{flex:100%}.item-skeleton .line-skeleton__element:first-child{width:70%!important}.item-skeleton .line-skeleton__element:nth-child(2){width:80%!important}.line-skeleton{border-radius:4px;display:flex}.line-skeleton--horizontal{flex-direction:row}.line-skeleton--vertical{flex-direction:column}.line-skeleton--space-between{justify-content:space-between}.line-skeleton__element{background-color:var(--color-skeleton-bg);border-radius:4px;flex-shrink:0}.line-skeleton__element:after{--animation-left-100:2000px}.list-skeleton{width:100%;height:100%;padding:0 var(--spacing-normal);flex-direction:column;display:flex}.list-skeleton__item{align-items:center;gap:var(--spacing-xsmall);display:flex}.list-skeleton__lines{gap:var(--spacing-xsmall);flex-direction:column;flex:100%;display:flex;overflow:hidden}.list-skeleton--gap-long{margin:var(--spacing-xxlarge)}.list-skeleton--gap-small{gap:var(--spacing-small)}.meeting-detail-skeleton__desc>div:last-child{width:30%!important}.meeting-overview-skeleton{flex-direction:column;min-width:24rem;height:100%;display:flex;overflow:hidden}.meeting-overview-skeleton__header{align-items:center;gap:var(--spacing-normal);padding:var(--spacing-normal);border-bottom:1px solid var(--color-divider);display:flex}.meeting-overview-skeleton__content{padding:var(--spacing-normal);flex:100%;overflow:hidden}.meeting-overview-skeleton__attendees{gap:var(--spacing-large);background:var(--color-surface);width:100%;box-shadow:var(--box-shadow-lg);border:1px solid var(--color-divider);padding:var(--spacing-normal);z-index:1;margin-top:var(--spacing-normal);border-radius:6px;flex-direction:column;flex:100%;display:flex;overflow:auto}.project-chat-skeleton{column-gap:var(--spacing-normal);width:100%;align-items:flex-start;margin-block-start:var(--spacing-normal);display:flex}.rect-skeleton{background-color:var(--color-skeleton-bg);border-radius:var(--dim-radius-small);flex-shrink:0}.rect-skeleton:after{--animation-left-100:500px}.slider-skeleton{width:100%;height:100%;overflow:hidden}.slider-skeleton .line-skeleton__element{flex:1}.table-skeleton{gap:var(--spacing-large);margin-block-start:var(--spacing-normal);display:grid}@media screen and (max-width:960px){.table-skeleton__tablet{display:none}}@media screen and (max-width:600px){.table-skeleton__mobile{display:none}}.table-skeleton__header{gap:var(--spacing-xxxxlarge);border-block-end:1px solid var(--color-divider);width:100%;grid-template-columns:repeat(4,1fr);align-items:center;padding-block-end:var(--spacing-xsmall);display:grid}@media screen and (max-width:960px){.table-skeleton__header{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.table-skeleton__header{grid-template-columns:repeat(1,1fr)}}.table-skeleton__item{gap:var(--spacing-xxxxlarge);align-items:center;display:flex}.table-skeleton__item--name{gap:var(--spacing-xsmall);align-items:center;width:100%;display:flex}.tools-skeleton .line-skeleton__element:first-child{width:48px!important}@media screen and (min-width:600px){.tools-skeleton .line-skeleton__element:first-child{width:96px!important}}.tools-skeleton .line-skeleton__element:nth-child(2){width:24px!important}.uni-grid-skeleton{--uni-grid-height:10.9375rem;align-items:flex-start;display:flex;width:100%!important;height:100%!important}.uni-grid-skeleton__element{border-radius:var(--dim-radius-large);background-color:var(--color-skeleton-bg);margin:.25rem;position:relative;overflow:hidden;height:var(--uni-grid-height)!important}.uni-grid-skeleton__element:after{content:"";background-image:linear-gradient(90deg,#fff0,#fff3 20%,#ffffff80 60%,#fff0);animation:shimmer 2s infinite;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.search-skeleton-container{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.uni-slider{--uni-slider-bar-height:var(--spacing-xxxsmall);--uni-slider-dot-size:var(--spacing-small);--uni-slider-dot-border-width:var(--spacing-xxxsmall);--uni-slider-dot-back-over-size:0px;--uni-slider-dot-back-over-opacity:.38;--uni-slider-dot-border-color:inherit;--uni-slider-dot-background-color:inherit;--uni-slider-dot-hover-border-color:inherit;--uni-slider-has-value-dot-border-color:inherit;--uni-slider-has-value-dot-background-color:inherit;--uni-slider-rail-color:inherit;--uni-slider-rail-hover-color:inherit;--uni-slider-track-color:inherit}.uni-slider__thumb{border-style:solid;border-color:var(--uni-slider-dot-border-color);border-width:var(--uni-slider-dot-border-width);background-color:var(--uni-slider-dot-background-color);transition:border-color .15s cubic-bezier(.4,0,.2,1),left .15s cubic-bezier(.4,0,.2,1),bottom .15s cubic-bezier(.4,0,.2,1);box-shadow:none!important}.uni-slider__thumb,.uni-slider__thumb:before{width:var(--uni-slider-dot-size);height:var(--uni-slider-dot-size)}.uni-slider__thumb:before{content:"";opacity:var(--uni-slider-dot-back-over-opacity);border-radius:50%;transition:box-shadow .15s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.uni-slider__thumb:hover{--uni-slider-dot-back-over-size:calc(var(--spacing-xsmall) - var(--uni-slider-dot-border-width))}.uni-slider__thumb.Mui-active{--uni-slider-dot-back-over-size:calc(var(--spacing-small) - var(--uni-slider-dot-border-width))}.uni-slider__rail{opacity:1;height:var(--uni-slider-bar-height);background-color:var(--uni-slider-rail-color);transition:background-color .15s cubic-bezier(.4,0,.2,1)}.uni-slider__track{height:var(--uni-slider-bar-height);background-color:var(--uni-slider-track-color)}.uni-slider:hover .uni-slider__rail{background-color:var(--uni-slider-rail-hover-color)}.uni-slider:hover .uni-slider__thumb{border-color:var(--uni-slider-dot-hover-border-color)}.uni-slider--has-value .uni-slider__thumb{background-color:var(--uni-slider-has-value-dot-background-color);border-color:var(--uni-slider-has-value-dot-border-color)!important}.uni-slider--has-value .uni-slider__thumb:before{box-shadow:0 0 0 var(--uni-slider-dot-back-over-size)var(--uni-slider-has-value-dot-background-color)}.uni-slider--color-primary{--uni-slider-dot-border-color:var(--color-gray-400);--uni-slider-dot-background-color:var(--color-surface);--uni-slider-dot-hover-border-color:var(--color-gray-500);--uni-slider-has-value-dot-border-color:var(--color-feeyousha-500);--uni-slider-has-value-dot-background-color:var(--color-feeyousha-500);--uni-slider-rail-color:var(--color-gray-400);--uni-slider-rail-hover-color:var(--color-gray-500);--uni-slider-track-color:var(--color-feeyousha-600)}.uni-slider--disabled{--uni-slider-dot-border-color:var(--color-gray-300);--uni-slider-dot-background-color:var(--color-surface);--uni-slider-dot-hover-border-color:var(--color-gray-300);--uni-slider-has-value-dot-border-color:var(--color-gray-300);--uni-slider-has-value-dot-background-color:var(--color-gray-300);--uni-slider-rail-color:var(--color-gray-300);--uni-slider-rail-hover-color:var(--color-gray-300);--uni-slider-track-color:var(--color-gray-300);--uni-slider-dot-size:calc(var(--spacing-small) - var(--spacing-xxxsmall));--uni-slider-dot-back-over-opacity:1}.uni-slider--disabled .uni-slider__thumb:before{box-shadow:0 0 0 var(--spacing-xxxsmall)var(--uni-slider-dot-background-color)}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}.uni-spinner{min-width:var(--loading-size,75px);min-height:var(--loading-size,75px);height:var(--loading-size,10%);width:var(--loading-size,10%);transform-origin:50%;animation:rotate 2s linear infinite;animation-play-state:var(--loading-animation-state,running)}.uni-spinner--small{min-width:var(--loading-size,30px);min-height:var(--loading-size,30px)}.uni-spinner--medium{min-width:var(--loading-size,50px);min-height:var(--loading-size,50px)}.uni-spinner__path{stroke-dasharray:1 200;stroke-dashoffset:0;stroke:var(--loading-path-color,var(--color-primary,currentColor));stroke-width:var(--loading-stroke-width,3);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.uni-spinner-wrapper{flex-flow:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.uni-spinner__caption{padding:var(--spacing-xsmall);color:var(--color-text-primary);font-size:1rem}.Mui-selected{min-height:unset;outline:none;color:var(--color-primary)!important}.Mui-selected>.MuiTab-wrapper{color:unset!important}.Mui-selected>.MuiTab-wrapper>span:first-of-type{color:var(--color-primary)!important}.MuiTabs-root.uni-tabs{--uni-tabs--color-icon:unset;border-bottom:1px solid var(--color-divider)}.MuiTabs-root.uni-tabs .css-heg063-MuiTabs-flexContainer{height:100%}.MuiTabs-root.uni-tabs .MuiTabs-scroller{overflow:auto hidden!important}.MuiTabs-root.uni-tabs--icon{color:var(--uni-tabs--color-icon)}.MuiTabs-root.uni-tabs--skinny .MuiTabs-indicator{justify-content:center;display:flex}.MuiTabs-root.uni-tabs--skinny .MuiTabs-indicatorSpan{width:100%;min-width:40px;max-width:40%}.MuiTab-root.uni-tab{min-height:var(--spacing-xxlarge);transition:var(--transition-card);border-radius:var(--dim-radius-small)var(--dim-radius-small)0 0;padding-inline:var(--spacing-normal);font-size:.875rem;font-weight:700;line-height:1.25rem;font-family:var(--uni-font-family);white-space:nowrap;text-transform:none}.MuiTab-root.uni-tab:active,.MuiTab-root.uni-tab:focus{background-color:#0000!important}.MuiTab-root.uni-tab:not(.Mui-selected){color:var(--color-text-secondary)!important}.MuiTab-root.uni-tab:not(.Mui-selected):hover{background-color:var(--color-button-outline)!important}.MuiTab-root.uni-tab--skinny{margin-inline-end:var(--spacing-xxsmall)}.MuiTab-root.uni-tab--dense,.MuiTab-root.uni-tab--skinny{padding-left:6px;padding-right:6px;font-size:.875rem;line-height:1rem}.MuiTab-root.uni-tab--dense .MuiTab-wrapper{font-size:.875rem;line-height:1.25rem}.MuiTab-root.uni-tab--icons{min-width:var(--dim-xxlarge);padding:var(--spacing-small)}.MuiTab-root.uni-tab--full-width{flex:1}.MuiTab-root.uni-tab .uni-icon{color:currentColor;--uni-icon--font-size:var(--dim-normal)}.MuiTab-iconWrapper{margin-bottom:0!important}.MuiTab-root.MuiTab-labelIcon{gap:var(--spacing-xsmall);flex-direction:row}.MuiTab-root.MuiTab-labelIcon span.uni-icon{margin-bottom:0}.uni-text-field{--uni-text-field-offset-y:unset;--uni-text-field-font-size:unset;--uni-text-field-line-height:unset;--uni-text-field-color:unset;--uni-text-field-offset-x:unset;--uni-text-field-adornment-offset-x:unset;--uni-text-field-stroke-radius:var(--spacing-xxsmall);--uni-text-field-input-color:unset;--uni-text-field-input-placeholder-color:unset;--uni-text-field-stroke-width:1px;--uni-text-field-stroke-color:unset;--uni-text-field-stroke-hover-color:unset;--uni-text-field-label-font-size:unset;--uni-text-field-label-line-height:unset;--uni-text-field-label-color:unset;--uni-text-field-label-offset-x:unset;--uni-text-field-label-translate-x:var(--uni-text-field-offset-x);--uni-text-field-label-translate-y:var(--uni-text-field-offset-y);--uni-text-field-label-reduced-max-width:calc(calc(var(--uni-text-field-offset-x) - var(--uni-text-field-stroke-width))*2);--uni-text-field-helper-text-color:unset;--uni-text-field-helper-text-offset-y:unset;--uni-text-field-helper-text-font-size:unset;--uni-text-field-adornment-font-size:unset;--uni-text-field-outlined-fieldset-top:calc(var(--uni-text-field-offset-y)*-1);--uni-text-field-outlined-fieldset-offset-x:calc(calc(var(--uni-text-field-offset-x) - var(--uni-text-field-label-offset-x)) - var(--uni-text-field-stroke-width));--uni-text-field-outline-background-color:unset;--uni-text-field-filled-background-color:unset;--uni-text-field-filled-hover-background-color:unset;vertical-align:top;border:0;flex-direction:column;min-width:0;margin:0;padding:0;display:inline-flex}.uni-text-field__input{block-size:unset;box-sizing:border-box;color:var(--uni-text-field-input-color);font-size:var(--uni-text-field-font-size);line-height:var(--uni-text-field-line-height);border-radius:var(--uni-text-field-stroke-radius);padding:var(--uni-text-field-offset-y)var(--uni-text-field-offset-x);font-family:var(--uni-font-family);-webkit-text-fill-color:unset!important}.uni-text-field__input[type=number]::-webkit-inner-spin-button,.uni-text-field__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:auto;margin:unset}.uni-text-field__input[type=number]{-moz-appearance:unset}.uni-text-field__input::placeholder{color:var(--uni-text-field-input-placeholder-color);opacity:1}.uni-text-field__input:-ms-placeholder-shown{color:var(--uni-text-field-input-placeholder-color)}.uni-text-field__input::-moz-placeholder{color:var(--uni-text-field-input-placeholder-color)}.uni-text-field__hide-number-chevron[type=number]::-webkit-inner-spin-button,.uni-text-field__hide-number-chevron[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.uni-text-field__hide-number-chevron[type=number]{-moz-appearance:textfield}.uni-text-field__input-wrapper{vertical-align:top;border-radius:var(--uni-text-field-stroke-radius);display:inline-flex;position:relative}.uni-text-field__input-wrapper,.uni-text-field__label{font-size:var(--uni-text-field-font-size);line-height:var(--uni-text-field-line-height)}.uni-text-field__label{font-family:var(--uni-font-family);z-index:1;white-space:nowrap;pointer-events:none;text-overflow:ellipsis;transform-origin:0 0;color:var(--uni-text-field-label-color);max-width:calc(100% - var(--uni-text-field-label-reduced-max-width));transform:translateX(var(--uni-text-field-label-translate-x))translateY(var(--uni-text-field-label-translate-y));padding:0;transition:color .2s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(0,0,.2,1),font-size .2s cubic-bezier(0,0,.2,1),max-width .2s cubic-bezier(0,0,.2,1);display:block;position:absolute;inset-block-start:0;inset-inline-start:0;overflow:hidden}.uni-text-field--has-label .uni-text-field__input::placeholder{opacity:0}.uni-text-field--has-label .uni-text-field__input:-ms-placeholder-shown{opacity:0}.uni-text-field--has-label .uni-text-field__input::-moz-placeholder{opacity:0}.uni-text-field--has-adornment-start .uni-text-field__input{padding-inline-start:0}.uni-text-field--has-adornment-start .uni-text-field__input-wrapper{padding-inline-start:var(--uni-text-field-offset-x)}.uni-text-field--has-adornment-end .uni-text-field__input{padding-inline-end:0}.uni-text-field--has-adornment-end .uni-text-field__input-wrapper{cursor:pointer;padding-inline-end:var(--uni-text-field-offset-x)}.uni-text-field__adornment--start{margin-inline-end:var(--uni-text-field-adornment-offset-x)}.uni-text-field__adornment--start>.MuiTypography-root:not(.uni-typo){color:var(--uni-text-field-input-color)!important;font-size:var(--uni-text-field-font-size)!important}.uni-text-field__adornment--start>:not(.MuiTypography-root):not(.uni-typo){font-size:var(--uni-text-field-adornment-font-size)!important}.uni-text-field__adornment--end{margin-inline-start:var(--uni-text-field-adornment-offset-x)}.uni-text-field__adornment--end>.MuiTypography-root:not(.uni-typo){color:var(--uni-text-field-input-color)!important;font-size:var(--uni-text-field-font-size)!important}.uni-text-field__adornment--end>:not(.MuiTypography-root):not(.uni-typo){font-size:var(--uni-text-field-adornment-font-size)!important}.uni-text-field__helper-text{color:var(--uni-text-field-helper-text-color);font-size:var(--uni-text-field-helper-text-font-size);padding-block-start:var(--uni-text-field-helper-text-offset-y);padding-inline-start:var(--uni-text-field-offset-x);padding-inline-end:var(--uni-text-field-offset-x)}.uni-text-field--no-place .uni-text-field__input::placeholder{opacity:0!important}.uni-text-field--no-place .uni-text-field__input:-ms-placeholder-shown{opacity:0!important}.uni-text-field--no-place .uni-text-field__input::-moz-placeholder{opacity:0!important}.uni-text-field--has-adornment-start .uni-text-field__input::placeholder,.uni-text-field__input-wrapper--focused .uni-text-field__input::placeholder,:is(.uni-text-field--has-adornment-start .uni-text-field__input:-ms-placeholder-shown,.uni-text-field__input-wrapper--focused .uni-text-field__input:-ms-placeholder-shown),:is(.uni-text-field--has-adornment-start .uni-text-field__input:placeholder-shown,.uni-text-field__input-wrapper--focused .uni-text-field__input:placeholder-shown){opacity:1}.uni-text-field--has-adornment-start .uni-text-field__input::-moz-placeholder,.uni-text-field__input-wrapper--focused .uni-text-field__input::-moz-placeholder{opacity:1}.uni-text-field--has-label .uni-text-field__input:not(:placeholder-shown)~.uni-text-field__label,.uni-text-field--has-label .uni-text-field__label--notched{font-family:var(--uni-font-family);-webkit-user-select:none;user-select:none;pointer-events:auto;font-size:var(--uni-text-field-label-font-size);line-height:var(--uni-text-field-label-line-height);max-width:calc(133% - var(--uni-text-field-label-reduced-max-width))}.uni-text-field__input-wrapper--focused{--uni-text-field-stroke-width:2px}.uni-text-field__input-wrapper--focused .uni-text-field__label{color:var(--uni-text-field-color)}.uni-text-field--outlined{background-color:var(--uni-text-field-outline-background-color)}.uni-text-field--outlined__fieldset{text-align:start;pointer-events:none;border-radius:inherit;box-sizing:content-box;border-style:solid;border-color:var(--uni-text-field-stroke-color);border-width:var(--uni-text-field-stroke-width);min-width:0;padding:0 var(--uni-text-field-outlined-fieldset-offset-x);margin:0;transition:border-color .2s cubic-bezier(.4,0,.2,1);position:absolute;inset-block-start:var(--uni-text-field-outlined-fieldset-top);inset-block-end:0;inset-inline:0;overflow:hidden}.uni-text-field--outlined__legend{float:unset;visibility:hidden;white-space:nowrap;width:auto;max-width:.01px;block-size:var(--uni-text-field-upper-label-height);font-size:var(--uni-text-field-label-font-size);padding:0;transition:max-width 50ms cubic-bezier(0,0,.2,1);display:block;overflow:hidden}.uni-text-field--outlined__upper-label{padding-inline-start:var(--uni-text-field-label-offset-x);padding-inline-end:var(--uni-text-field-label-offset-x);display:inline-block}.uni-text-field--outlined.uni-text-field{border-radius:var(--uni-text-field-stroke-radius)}.uni-text-field--outlined.uni-text-field--has-label .uni-text-field__input:not(:placeholder-shown)~.uni-text-field__label,.uni-text-field--outlined.uni-text-field--has-label .uni-text-field__label--notched{--uni-text-field-label-translate-y:calc(calc(var(--uni-text-field-label-line-height)/2)*-1)}.uni-text-field--outlined.uni-text-field--has-label .uni-text-field__input:not(:placeholder-shown)~.uni-text-field--outlined__fieldset .uni-text-field--outlined__legend,.uni-text-field--outlined.uni-text-field--has-label .uni-text-field__label--notched~.uni-text-field--outlined__fieldset .uni-text-field--outlined__legend{white-space:nowrap;max-width:100%;transition:max-width .1s cubic-bezier(0,0,.2,1) 50ms}.uni-text-field--outlined.uni-text-field .uni-text-field__input-wrapper--focused{--uni-text-field-outlined-fieldset-offset-x:calc(calc(var(--uni-text-field-offset-x) - var(--uni-text-field-label-offset-x)) - var(--uni-text-field-stroke-width))}.uni-text-field--outlined.uni-text-field .uni-text-field__input-wrapper--focused .uni-text-field--outlined__fieldset{border-color:var(--uni-text-field-color)}.uni-text-field--outlined.uni-text-field:hover .uni-text-field__input-wrapper:not(.uni-text-field__input-wrapper--focused) .uni-text-field--outlined__fieldset{border-color:var(--uni-text-field-stroke-hover-color)}.uni-text-field--outlined.uni-text-field--small{--uni-text-field-offset-y:var(--spacing-xsmall);--uni-text-field-offset-x:var(--spacing-xsmall);--uni-text-field-font-size:12px;--uni-text-field-line-height:16px;--uni-text-field-label-font-size:10px;--uni-text-field-label-line-height:16px;--uni-text-field-helper-text-font-size:10px;--uni-text-field-adornment-offset-x:var(--spacing-xxsmall);--uni-text-field-helper-text-offset-y:var(--spacing-xxsmall);--uni-text-field-outlined-fieldset-top:-8px;--uni-text-field-label-offset-x:var(--spacing-xxsmall);--uni-text-field-adornment-font-size:16px}.uni-text-field--outlined.uni-text-field--medium{touch-action:manipulation;--uni-text-field-offset-y:10px;--uni-text-field-offset-x:var(--spacing-small);--uni-text-field-font-size:14px;--uni-text-field-line-height:20px;--uni-text-field-label-font-size:12px;--uni-text-field-label-line-height:16px;--uni-text-field-helper-text-font-size:12px;--uni-text-field-adornment-offset-x:var(--spacing-xsmall);--uni-text-field-helper-text-offset-y:var(--spacing-xsmall);--uni-text-field-outlined-fieldset-top:-10px;--uni-text-field-label-offset-x:var(--spacing-xxsmall);--uni-text-field-adornment-font-size:20px}.uni-text-field--outlined.uni-text-field--large{--uni-text-field-offset-y:var(--spacing-normal);--uni-text-field-offset-x:var(--spacing-normal);--uni-text-field-font-size:16px;--uni-text-field-line-height:24px;--uni-text-field-label-font-size:12px;--uni-text-field-label-line-height:16px;--uni-text-field-helper-text-font-size:14px;--uni-text-field-adornment-offset-x:var(--spacing-small);--uni-text-field-helper-text-offset-y:var(--spacing-xsmall);--uni-text-field-outlined-fieldset-top:-12px;--uni-text-field-label-offset-x:var(--spacing-xxsmall);--uni-text-field-adornment-font-size:24px}.uni-text-field--filled.uni-text-field--has-label .uni-text-field__input{padding-block-start:calc(var(--uni-text-field-offset-y) + var(--uni-text-field-label-line-height))}.uni-text-field--filled.uni-text-field .uni-text-field__input-wrapper{background-color:var(--uni-text-field-filled-background-color);border-end-end-radius:0;border-end-start-radius:0;transition:background-color .2s cubic-bezier(0,0,.2,1)}.uni-text-field--filled.uni-text-field .uni-text-field__input-wrapper:before{content:"";pointer-events:none;border-block-end-style:solid;border-block-end-width:1px;transition:border-bottom-color .2s cubic-bezier(.4,0,.2,1);position:absolute;inset-block-end:0;inset-inline:0;border-block-end-color:var(--uni-text-field-stroke-color)!important}.uni-text-field--filled.uni-text-field .uni-text-field__input-wrapper:after{content:"";pointer-events:none;border-block-end-style:solid;border-block-end-width:2px;transition:transform .2s cubic-bezier(0,0,.2,1);position:absolute;inset-block-end:0;inset-inline:0;transform:scaleX(0);border-block-end-color:var(--uni-text-field-color)!important}.uni-text-field--filled.uni-text-field .uni-text-field__label{--uni-text-field-label-translate-y:calc(calc(var(--uni-text-field-label-line-height)/2) + var(--uni-text-field-offset-y))}.uni-text-field--filled.uni-text-field .uni-text-field__input:not(:placeholder-shown)~.uni-text-field__label,.uni-text-field--filled.uni-text-field .uni-text-field__label--notched{--uni-text-field-label-translate-y:var(--uni-text-field-offset-y)}.uni-text-field--filled.uni-text-field .uni-text-field__input-wrapper--focused:after{transform:scaleX(1)}.uni-text-field--filled.uni-text-field:not(.uni-text-field--disabled):hover .uni-text-field__input-wrapper:not(.uni-text-field__input-wrapper--focused){background-color:var(--uni-text-field-filled-hover-background-color)}.uni-text-field--filled.uni-text-field--small{--uni-text-field-offset-y:4px;--uni-text-field-font-size:12px;--uni-text-field-line-height:16px;--uni-text-field-label-font-size:10px;--uni-text-field-label-line-height:16px;--uni-text-field-helper-text-font-size:10px;--uni-text-field-offset-x:var(--spacing-xsmall);--uni-text-field-label-offset-x:var(--spacing-xxsmall);--uni-text-field-adornment-offset-x:var(--spacing-xxsmall);--uni-text-field-helper-text-offset-y:var(--spacing-xxsmall)}.uni-text-field--filled.uni-text-field--medium{--uni-text-field-offset-y:6px;--uni-text-field-font-size:14px;--uni-text-field-line-height:20px;--uni-text-field-label-font-size:12px;--uni-text-field-label-line-height:16px;--uni-text-field-helper-text-font-size:12px;--uni-text-field-offset-x:var(--spacing-small);--uni-text-field-label-offset-x:var(--spacing-xxsmall);--uni-text-field-adornment-offset-x:var(--spacing-xxsmall);--uni-text-field-helper-text-offset-y:var(--spacing-xsmall)}.uni-text-field--filled.uni-text-field--large{--uni-text-field-offset-y:10px;--uni-text-field-font-size:16px;--uni-text-field-line-height:24px;--uni-text-field-label-font-size:12px;--uni-text-field-label-line-height:16px;--uni-text-field-helper-text-font-size:14px;--uni-text-field-offset-x:var(--spacing-normal);--uni-text-field-label-offset-x:var(--spacing-xxsmall);--uni-text-field-adornment-offset-x:var(--spacing-xsmall);--uni-text-field-helper-text-offset-y:var(--spacing-xsmall)}.uni-text-field--color-primary{--uni-text-field-color:var(--color-primary);--uni-text-field-stroke-color:var(--color-background-divider);--uni-text-field-label-color:var(--color-text-tertiary);--uni-text-field-input-color:var(--color-text-secondary);--uni-text-field-helper-text-color:var(--color-secondary);--uni-text-field-stroke-hover-color:var(--color-background-divider);--uni-text-field-filled-background-color:var(--color-text-field-outline);--uni-text-field-input-placeholder-color:var(--color-text-tertiary);--uni-text-field-filled-hover-background-color:var(--color-gray-200)}.uni-text-field--error{--uni-text-field-color:var(--color-error);--uni-text-field-stroke-color:var(--color-error);--uni-text-field-label-color:var(--color-error);--uni-text-field-helper-text-color:var(--color-error);--uni-text-field-stroke-hover-color:var(--color-error)}.uni-text-field--disabled{--uni-text-field-color:var(--color-gray-300);--uni-text-field-stroke-color:var(--color-text-field-outline);--uni-text-field-helper-text-color:var(--color-gray-300);--uni-text-field-stroke-hover-color:var(--color-text-field-outline);--uni-text-field-input-placeholder-color:var(--color-secondary-200)}.uni-text-field--disabled .uni-text-field--outlined__fieldset{border-style:dashed}.uni-text-field--disabled .uni-text-field__input-wrapper:before{border-block-end-style:dotted!important}.uni-text-field--full-width{width:100%}.uni-text-field--background-dark,.uni-text-field--background-default,.uni-text-field--background-gray,.uni-text-field--background-transparent{--uni-text-field-outline-background-color:transparent}.uni-text-field--background-surface{--uni-text-field-outline-background-color:var(--color-surface)}.rtl-styles .uni-text-field__label{transform:translateX(-12px)translateY(var(--uni-text-field-label-translate-y))}.palette-arabic-theme .uni-text-field__input-wrapper{border-radius:var(--dim-radius-full)}.uni-title-text-field{--uni-title-text-field-font-size:20px;--uni-title-text-field-font-weight:900;--uni-title-text-field-line-height:32px;--uni-title-text-field-color:var(--color-primary);--uni-title-text-field-offset-y:var(--spacing-xxsmall);--uni-title-text-field-input-color:var(--color-text-primary);--uni-title-text-field-input-placeholder-color:var(--color-text-disabled);--uni-title-text-field-stroke-width:1px;--uni-title-text-field-stroke-color:var(--color-gray-300);--uni-title-text-field-stroke-hover-color:var(--color-gray-500);--uni-title-text-field-helper-text-font-size:14px;--uni-title-text-field-helper-text-color:var(--color-secondary);--uni-title-text-field-helper-text-offset-y:var(--spacing-xxsmall);vertical-align:top;border:0;flex-direction:column;min-width:0;margin:0;padding:0;display:inline-flex;position:relative}.uni-title-text-field__input{block-size:unset;-webkit-text-fill-color:unset;color:var(--uni-title-text-field-input-color);padding:var(--uni-title-text-field-offset-y)0;font-size:var(--uni-title-text-field-font-size);line-height:var(--uni-title-text-field-line-height);border-radius:var(--uni-title-text-field-stroke-radius);font-family:var(--uni-font-family)!important}.uni-title-text-field__input::placeholder{color:var(--uni-title-text-field-input-placeholder-color);opacity:1}.uni-title-text-field__input:-ms-placeholder-shown{color:var(--uni-title-text-field-input-placeholder-color)}.uni-title-text-field__input::-moz-placeholder{color:var(--uni-title-text-field-input-placeholder-color)}.uni-title-text-field__input-base{font-size:var(--uni-title-text-field-font-size);font-weight:var(--uni-title-text-field-font-weight);line-height:var(--uni-title-text-field-line-height);border-radius:var(--uni-title-text-field-stroke-radius);border-end-end-radius:0;border-end-start-radius:0;transition:background-color .2s cubic-bezier(0,0,.2,1);font-family:var(--uni-font-family)!important}.uni-title-text-field__input-base:before{border-block-end-style:solid;border-block-end-width:1px;transition:border-bottom-color .2s cubic-bezier(.4,0,.2,1);border-block-end-color:var(--uni-title-text-field-stroke-color)!important}.uni-title-text-field__input-base:after,.uni-title-text-field__input-base:before{content:"";pointer-events:none;position:absolute;inset-block-end:0;inset-inline:0}.uni-title-text-field__input-base:after{border-block-end-style:solid;border-block-end-width:2px;transition:transform .2s cubic-bezier(0,0,.2,1);transform:scaleX(0);border-block-end-color:var(--uni-title-text-field-color)!important}.uni-title-text-field__helper-text{color:var(--uni-title-text-field-helper-text-color);font-size:var(--uni-title-text-field-helper-text-font-size);margin-block-start:var(--uni-title-text-field-helper-text-offset-y)}.uni-title-text-field:hover .uni-title-text-field__input-base:before{border-block-end-color:var(--uni-title-text-field-stroke-hover-color)!important}.uni-title-text-field--focused .uni-title-text-field__input-base:after{transform:scaleX(1)}.uni-title-text-field--error{--uni-title-text-field-color:var(--color-error);--uni-title-text-field-stroke-color:var(--color-error);--uni-title-text-field-label-color:var(--color-error);--uni-title-text-field-helper-text-color:var(--color-error)}.uni-title-text-field--error .uni-title-text-field__input-base:after{transform:scaleX(1)}.uni-title-text-field--disabled{--uni-title-text-field-color:var(--color-gray-300);--uni-title-text-field-label-color:var(--color-gray-300);--uni-title-text-field-stroke-color:var(--color-gray-50);--uni-title-text-field-helper-text-color:var(--color-gray-300);--uni-title-text-field-stroke-hover-color:var(--color-gray-50);--uni-title-text-field-input-placeholder-color:var(--color-secondary-100)}.uni-title-text-field--disabled .uni-title-text-field__input-base:before{border-block-end-style:dotted!important}.uni-title-text-field--full-width{width:100%}.uni-time-pane-drag{cursor:grab}.uni-time-pane-item{--uni-time-pane-item-color:unset;--uni-time-pane-item-second-color:unset;--uni-time-pane-item-header-height:3.5rem;--uni-time-pane-item-header-height-three-line:4.375rem;border-radius:var(--dim-xxsmall);border-inline-start:var(--dim-xxsmall)solid var(--uni-time-pane-item-color);box-shadow:var(--box-shadow-detailmdp);flex-direction:column;display:flex;position:relative;overflow:hidden}.uni-time-pane-item--info{--uni-time-pane-item-color:var(--color-blue-500);--uni-time-pane-item-second-color:var(--color-blue-50)}.uni-time-pane-item--warning{--uni-time-pane-item-color:var(--color-orange-500);--uni-time-pane-item-second-color:var(--color-orange-50)}.uni-time-pane-item--gray{--uni-time-pane-item-color:var(--color-gray-700);--uni-time-pane-item-second-color:var(--color-gray-200)}.uni-time-pane-item--secondary{--uni-time-pane-item-color:var(--color-secondary-500);--uni-time-pane-item-second-color:var(--color-secondary-100)}.uni-time-pane-item--green-50,.uni-time-pane-item--success{--uni-time-pane-item-color:var(--color-green-500);--uni-time-pane-item-second-color:var(--color-green-50)}.uni-time-pane-item--error{--uni-time-pane-item-color:var(--color-red-500);--uni-time-pane-item-second-color:var(--color-red-50)}.uni-time-pane-item--fiord{--uni-time-pane-item-color:var(--color-fiord-700);--uni-time-pane-item-second-color:var(--color-fiord-100)}.uni-time-pane-item--fiord.dark{--uni-time-pane-item-color:var(--color-fiord-100);--uni-time-pane-item-second-color:var(--color-fiord-500)}.uni-time-pane-item--default{--uni-time-pane-item-color:var(--color-gray-500);--uni-time-pane-item-second-color:var(--color-gray-300)}.uni-time-pane-item__header{align-items:center;gap:var(--spacing-small);padding-inline:var(--spacing-small);height:var(--uni-time-pane-item-header-height);min-height:var(--uni-time-pane-item-header-height);max-height:var(--uni-time-pane-item-header-height);background-color:var(--uni-time-pane-item-second-color);z-index:2;flex-direction:row;display:flex}.uni-time-pane-item__header--three-line{height:var(--uni-time-pane-item-header-height-three-line);max-height:var(--uni-time-pane-item-header-height-three-line);padding:var(--spacing-small)}.uni-time-pane-item__title{padding-block:var(--spacing-xsmall);flex-direction:column;flex:1;justify-content:center;align-self:stretch;align-items:center;display:flex}.uni-time-pane-item__body{background-color:var(--color-surface);flex-direction:column;display:flex;overflow:hidden}.uni-time-pane-item__content{scroll-behavior:smooth;height:100%;padding:var(--spacing-xsmall);overflow:hidden scroll}@media (max-width:1100px){.uni-time-pane-item__content{max-height:calc(4*var(--dim-xxxlarge))}}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.uni-time-pane-item__content{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.uni-time-pane-item__content:focus,.uni-time-pane-item__content:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.uni-time-pane-item__footer{gap:var(--spacing-xxsmall);padding:var(--spacing-xxsmall);background-color:var(--color-surface);box-shadow:var(--box-shadow-star);flex-direction:row;display:flex}.uni-time-pane-item--collapsible .uni-time-pane-item__header{cursor:pointer}@media screen and (max-width:960px){.uni-time-pane-item{max-height:350px}}.new-meeting-detail-times--multiple .uni-time-pane-item__content{max-height:calc(4*var(--dim-xxxlarge))}.uni-time-pane{--uni-time-pane-header-height:3.5rem;flex-direction:column;display:flex}.uni-time-pane--fillable-height{flex:1;height:auto}.uni-time-pane__item{--uni-time-pane-item-header-height:var(--uni-time-pane-header-height);gap:var(--spacing-small);min-height:var(--uni-time-pane-header-height);flex-direction:row;display:flex}.uni-time-pane__item:not(:last-child){margin-block-end:var(--spacing-small)}.uni-time-pane__item .uni-time-pane-item,.uni-time-pane__item:not(.uni-time-pane__item--collapsed){flex:1}.uni-time-pane__suffix{height:var(--uni-time-pane-header-height);min-height:var(--uni-time-pane-header-height);max-height:var(--uni-time-pane-header-height);width:var(--dim-large);justify-content:center;align-self:center;align-items:center;min-width:fit-content;display:flex}.uni-time-pane--dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.uni-time-pane--dragging .uni-time-pane-drag,.uni-time-pane--dragging .uni-time-pane-item,.uni-time-pane--dragging .uni-time-pane-item__header{cursor:grabbing}.uni-timespan__input{max-width:calc(var(--dim-xxxlarge)*2)}.uni-timespan__paper{border:1px solid var(--color-divider)}.uni-timespan__wrapper{padding:var(--spacing-xsmall)}.uni-timespan__calendar .mbsc-material.mbsc-scroller-wheel-group{padding:0}.uni-timespan__calendar .mbsc-scroller-bar-cont{border-radius:9999px}.uni-timespan__calendar .mbsc-scroller-wheel-wrapper{width:100%;max-width:10rem}.uni-timespan__calendar .mbsc-scroller-wheel-item.mbsc-material{color:var(--color-text-disabled);border-radius:var(--dim-xxsmall);font-size:1rem;font-weight:700}.uni-timespan__calendar .mbsc-scroller-wheel-item.mbsc-material:hover{background-color:#0000}.uni-timespan__calendar .mbsc-scroller-wheel-item.mbsc-material.mbsc-selected{color:var(--color-text-primary)}.uni-timespan__calendar .mbsc-material.mbsc-scroller-wheel-cont{border-color:#0000}.uni-timespan__calendar .mbsc-material.mbsc-scroller-wheel-cont .mbsc-scrollview-scroll{z-index:1;position:relative}.uni-timespan__calendar .mbsc-material.mbsc-scroller-wheel-cont:before{background:var(--color-button-outline);border:none;inset-block:0}.uni-timespan__calendar .mbsc-material.mbsc-scroller-wheel-cont:after{content:none}.uni-timespan__calendar .mbsc-scroller-wheel-group.mbsc-material .mbsc-scroller-wheel-wrapper.mbsc-scroller-wheel-wrapper-0 .mbsc-material.mbsc-scroller-wheel-cont:before{border-top-left-radius:var(--dim-xxsmall);border-bottom-left-radius:var(--dim-xxsmall)}.uni-timespan__calendar .mbsc-scroller-wheel-group.mbsc-material .mbsc-scroller-wheel-wrapper:last-child .mbsc-material.mbsc-scroller-wheel-cont:before{border-top-right-radius:var(--dim-xxsmall);border-bottom-right-radius:var(--dim-xxsmall)}.uni-timespan__footer,.uni-timespan__header{justify-content:center;align-items:center;width:100%;max-width:20rem;margin:auto;display:flex}.uni-timespan__header{padding-block-start:var(--spacing-xxsmall);padding-block-end:var(--spacing-xxsmall)}.uni-timespan__time{flex:1}.uni-timespan__footer{gap:var(--spacing-xsmall);padding-block-start:var(--spacing-xsmall);padding-block-end:var(--spacing-xsmall)}.uni-timespan__button{flex:1}.mbsc-material.mbsc-scroller-wheel-cont:after,.mbsc-material.mbsc-scroller-wheel-cont:before{border-color:var(--color-primary)!important}.mbsc-material.mbsc-popup-buttons{justify-content:flex-end;gap:var(--spacing-xsmall);flex-wrap:wrap;display:flex}.mbsc-popup-header.mbsc-popup-header-anchored.mbsc-popup-header-no-buttons{color:var(--color-text-primary);padding:var(--spacing-small);font-size:.875rem;font-weight:700;line-height:1.25rem}.Toastify__toast--stacked{width:unset}.uni-toast{width:min(100vw,20rem);margin-block-end:var(--spacing-xsmall)!important;padding:0!important}.uni-toast:last-child{margin-block-end:0!important}.uni-toast__body{padding:var(--spacing-small)!important}.uni-toast--info .uni-toast__close,.uni-toast--info .uni-toast__content{color:var(--color-white)}.uni-toast--info .uni-toast__close .uni-button-icon{color:var(--color-white)!important}.uni-toast--info .uni-toast__close:focus,.uni-toast--info .uni-toast__close:hover{color:var(--color-white);background-color:#ffffff1a}.uni-toast--success .uni-toast__close,.uni-toast--success .uni-toast__content{color:var(--color-white)}.uni-toast--success .uni-toast__close .uni-button-icon{color:var(--color-white)!important}.uni-toast--success .uni-toast__close:focus,.uni-toast--success .uni-toast__close:hover{color:var(--color-white);background-color:#ffffff1a}.uni-toast--error .uni-toast__content{color:var(--color-white)}.uni-toast--error .uni-toast__close .uni-button-icon{color:var(--color-white)!important}.uni-toast--error .uni-toast__close:focus,.uni-toast--error .uni-toast__close:hover{color:var(--color-white);background-color:#ffffff1a}.uni-toast__content{align-items:center;gap:var(--spacing-xsmall);color:var(--color-text-primary);line-height:1.25rem;display:flex;font-size:.875rem!important}.uni-toast__content--with-bold-content{align-items:center;gap:var(--spacing-xxsmall);width:100%;display:flex}.uni-toast__content--with-bold-content span{width:fit-content}.uni-toast__close{min-width:var(--spacing-xlarge);min-height:var(--spacing-xlarge);max-width:var(--spacing-xlarge);max-height:var(--spacing-xlarge);margin-inline-start:auto}.uni-toast__close .uni-button-icon{color:var(--color-text-primary)!important;font-size:.875rem!important}.uni-toast__close--light{--uni-button-on-color:var(--color-white);--uni-button-background-light:#181b1f80;--uni-button-color:var(--color-white)!important}.uni-toast-actionable{flex-direction:column;flex:1;display:flex}.uni-toast-actionable__actions{justify-content:flex-end;align-items:center;gap:var(--spacing-xxsmall);margin-block-start:var(--spacing-xxsmall);margin-block-end:var(--spacing-xxsmall);display:flex}.uni-toast--actionable .Toastify__toast-icon{width:unset;align-self:flex-start}.uni-toast--actionable .uni-toast__body{padding:var(--spacing-xsmall)!important}.uni-toast--actionable .uni-toast__close{align-self:flex-start;margin-block-start:calc(var(--spacing-xxsmall)*-1);margin-inline-end:calc(var(--spacing-xxsmall)*-1)}.uni-toast--actionable .uni-toast__progress{background-color:var(--color-primary)}.uni-toast .Toastify__toast-icon{width:max-content!important}@media screen and (max-width:480px){.uni-toast{min-width:100vw}}.uni-toast-root--meeting-room.Toastify__toast-container--bottom-left,.uni-toast-root--meeting-room.Toastify__toast-container--bottom-right{bottom:4rem}@media screen and (max-width:480px){.uni-toast-root--meeting-room.Toastify__toast-container--bottom-left,.uni-toast-root--meeting-room.Toastify__toast-container--bottom-right{bottom:unset;top:0}}.uni-toast-root--mobile.uni-toast-root--meeting-room.Toastify__toast-container--bottom-left .Toastify__toast,.uni-toast-root--mobile.uni-toast-root--meeting-room.Toastify__toast-container--bottom-right .Toastify__toast,.uni-toast-root--mobile.uni-toast-root--meeting-room.Toastify__toast-container--top-left .Toastify__toast,.uni-toast-root--mobile.uni-toast-root--meeting-room.Toastify__toast-container--top-right .Toastify__toast{width:unset;min-width:unset;max-width:calc(100vw - var(--spacing-xlarge));border-radius:var(--dim-xxsmall);border:1px solid var(--color-gray-400);inset-inline:var(--spacing-normal)}.uni-toast-root--mobile.uni-toast-root--meeting-room.Toastify__toast-container--top-left,.uni-toast-root--mobile.uni-toast-root--meeting-room.Toastify__toast-container--top-right{bottom:unset;top:3.25rem}.uni-toast-root--mobile.uni-toast-root--meeting-room.Toastify__toast-container--bottom-left,.uni-toast-root--mobile.uni-toast-root--meeting-room.Toastify__toast-container--bottom-right{top:unset;bottom:6.5rem}body:has(.hide-footer) .uni-toast-root--meeting-room,body:has(.hide-footer) .uni-toast-root--meeting-room.in-drawer{bottom:2rem!important}body:not(:has(.hide-footer)).Toastify__toast-container--bottom-left,body:not(:has(.hide-footer)).Toastify__toast-container--bottom-right{top:unset;bottom:6.5rem!important}body:has(.meeting-room-bottom-bar--hidden) .uni-toast-root--meeting-room,body:has(.meeting-room-bottom-bar--hidden) .uni-toast-root--meeting-room.in-drawer{bottom:2rem!important}body:has(.show-footer) .uni-toast-root--meeting-room{bottom:7.2rem!important}body:has(.show-footer) .uni-toast-root--meeting-room.in-drawer{bottom:2rem!important}.rtl-styles .Toastify__toast{direction:rtl}.MuiTooltip-popper{z-index:var(--z-index-tooltip)}@media screen and (min-width:600px){.MuiTooltip-popper{z-index:1600}}.MuiTooltip-popper .MuiTooltip-tooltip{display:flex;font-family:var(--uni-font-family)!important}.uni-collapse{--collapse-height:0px;--collapse-timout:.2s;transition:var(--transition-main);transition-duration:var(--collapse-timout);will-change:height;transition-property:height;overflow:hidden}.uni-collapse--enter{height:0}.uni-collapse--enter-active{height:var(--collapse-height)}.uni-collapse--enter-done{height:max-content}.uni-collapse--exit{height:var(--collapse-height)}.uni-collapse--exit-active,.uni-collapse--exit-done{height:0}.uni-collapse--with-fade{will-change:height,opacity;transition-property:height,opacity}.uni-collapse--with-fade.uni-collapse--enter{opacity:0}.uni-collapse--with-fade.uni-collapse--enter-active,.uni-collapse--with-fade.uni-collapse--enter-done,.uni-collapse--with-fade.uni-collapse--exit{opacity:1}.uni-collapse--with-fade.uni-collapse--exit-active,.uni-collapse--with-fade.uni-collapse--exit-done{opacity:0}.uni-radio{--uni-radio--color:unset;--uni-radio--size:unset;--uni-radio-button-padding:unset;z-index:0;color:var(--color-text-secondary);cursor:pointer;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;line-height:1.8;display:flex;position:relative}.uni-radio--color-primary{--uni-radio--color:var(--color-primary)}.uni-radio--color-danger{--uni-radio--color:var(--color-error)}.uni-radio--color-secondary{--uni-radio--color:var(--color-secondary-300)}.uni-radio--size-medium{--uni-radio--size:1.25rem;--uni-radio-button-padding:.375rem}.uni-radio--size-small{--uni-radio--size:var(--spacing-normal);--uni-radio-button-padding:var(--spacing-xxsmall)}.uni-radio__button-base{padding:var(--uni-radio-button-padding);border-radius:50%}.uni-radio__button-base:before{content:"";background-color:var(--uni-radio--color);opacity:0;border-radius:50%;width:100%;height:100%;position:absolute}.uni-radio__button-base:hover:before{opacity:.04}.uni-radio__hint{margin-inline-start:var(--spacing-xxlarge)}.uni-radio__label{font-family:var(--uni-font-family);color:var(--color-text-secondary);width:100%;margin-inline-start:var(--spacing-xxsmall);display:inline-block;position:relative}.uni-radio__label--ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uni-radio__label--disable{color:var(--color-text-disabled)}.uni-radio__ripple{color:var(--color-text-secondary)}.uni-radio__input{appearance:none;pointer-events:none;border:var(--spacing-xxxsmall)solid var(--color-secondary-300);width:var(--uni-radio--size);height:var(--uni-radio--size);background-color:#0000;outline:none;position:relative;margin:var(--spacing-xxsmall)!important}.uni-radio__input,.uni-radio__input:before{text-align:center;border-radius:50%;justify-content:center;align-items:center;display:flex}.uni-radio__input:before{content:"";width:calc(var(--uni-radio--size)/2);min-width:calc(var(--uni-radio--size)/2);height:calc(var(--uni-radio--size)/2);background-color:var(--uni-radio--color);transition:transform .3s cubic-bezier(.38,-.12,.24,1.91);transform:scale(0)}.uni-radio__input:checked{border-color:var(--uni-radio--color)}.uni-radio__input:checked:disabled,.uni-radio__input:disabled{border-color:var(--color-disabled)}.uni-radio__input:checked:before{transform:scale(1)}.uni-radio__input:checked:disabled:before,.uni-radio__input:disabled:before{background-color:var(--color-disabled)}.uni-radio__input:checked+.uni-radio__ripple{color:var(--uni-radio--color)}.uni-radio-group__item--tooltip .uni-radio{max-width:100%}.new-uni-select__arrow{transition:var(--transition-short);will-change:transform;transition-property:transform}.new-uni-select__text-field .uni-text-field__input{cursor:pointer;font-size:13px}.new-uni-select__text-field--has-hover .uni-icon{--uni-icon--font-size:var(--uni-text-field-adornment-font-size);padding:var(--spacing-xxsmall);border-radius:50%}.new-uni-select__text-field--has-hover:hover .uni-icon{background-color:var(--color-button-outline)}.new-uni-select__list{max-height:40vh;display:block;overflow-y:auto}.new-uni-select__menu .uni-new-menu__list{padding:0}.new-uni-select__menu .uni-bottom-sheet__paper{max-height:42vh}.new-uni-select__menu--over .new-uni-select__list{width:18rem;max-height:14rem}.new-uni-select__menu--sheet .new-uni-select__list{min-width:unset!important;max-width:unset!important}.new-uni-select__empty{padding:var(--spacing-xsmall);gap:var(--spacing-xsmall);flex-direction:column;display:flex}.new-uni-select__empty-svg{max-width:var(--dim-xxxlarge);margin:auto}.new-uni-select__list--empty{flex-direction:column;justify-content:center;align-items:center;padding-block-start:var(--spacing-normal);padding-block-end:var(--spacing-normal);display:flex}.new-uni-select--searchable .new-uni-select__text-field .uni-text-field__input{cursor:unset}.uni-switch{--uni-switch--track--color:unset;--uni-switch--knob--color:unset;--uni-switch--width:unset;--uni-switch--height:unset;--uni-switch--knob--base-color:#e9eaeb;--uni-switch--knob--size:unset;--uni-switch--knob--expand:5px;--uni-switch--base--shadow:var(--box-shadow-xxxl);z-index:0;color:var(--color-text-secondary);flex-direction:row-reverse;justify-content:flex-start;align-items:center;width:fit-content;padding-inline-end:6px;font-size:.875rem;font-weight:700;line-height:1.8;display:flex;position:relative}.uni-switch>*{cursor:pointer}.uni-switch--color-primary{--uni-switch--track--color:var(--color-primary-100);--uni-switch--knob--color:var(--color-primary)}.uni-switch--color-danger{--uni-switch--track--color:var(--color-red-100);--uni-switch--knob--color:var(--color-error)}.uni-switch--color-secondary{--uni-switch--track--color:var(--color-secondary-100);--uni-switch--knob--color:var(--color-text-secondary)}.uni-switch--size-medium{--uni-switch--width:2.125rem;--uni-switch--height:.875rem;--uni-switch--knob--size:1.25rem}.uni-switch--size-small{--uni-switch--width:1.7rem;--uni-switch--height:.625rem;--uni-switch--knob--size:1rem}.uni-switch__label{color:var(--color-text-primary);white-space:nowrap;display:inline-block;position:relative;font-family:var(--uni-font-family)!important}.uni-switch__label--disable{color:var(--color-disabled)}.uni-switch__input{appearance:none;background-color:var(--color-gray-400);width:var(--uni-switch--width);height:var(--uni-switch--height);border:none;border-radius:1.25rem;outline:none;margin-inline-start:.75rem;position:relative}.uni-switch__input:checked{background:var(--uni-switch--track--color)}.uni-switch__input:after,.uni-switch__input:before{content:"";-webkit-appearance:none;background-color:var(--uni-switch--knob--base-color);box-shadow:var(--uni-switch--base--shadow);width:var(--uni-switch--knob--size);height:var(--uni-switch--knob--size);border-radius:9999px;transition:left .3s;position:absolute;top:50%;left:-.125rem;transform:translateY(-50%)}.uni-switch__input:before{transform-origin:top;opacity:0;width:calc(var(--uni-switch--knob--size)*2);height:calc(var(--uni-switch--knob--size)*2);left:calc(0% - var(--uni-switch--knob--size)/2 - .125rem);transition:opacity .3s .1s,transform .2s .1s;transform:scale(1)translateY(-50%)}.uni-switch__input:checked:before{left:calc(50% - var(--uni-switch--knob--size)/2 - .08rem);background:var(--uni-switch--knob--color)}.uni-switch__input:focus:before{opacity:.12}.uni-switch__input:not(:hover):before{opacity:0;transform:scale(0)}.uni-switch__input:active:before{opacity:1;transition:transform,opacity;transform:scale(0)}.uni-switch__input:disabled:before{opacity:0;transform:scale(0)}.uni-switch__input:checked:after{left:calc(100% - var(--uni-switch--knob--size) + .125rem);background:var(--uni-switch--knob--color);animation:switch .3s forwards}.uni-switch__input:disabled:after{--uni-switch--knob--color:var(--color-disabled);background:var(--uni-switch--knob--color)}.uni-switch__input:disabled{--uni-switch--track--color:var(--color-disabled);background:var(--uni-switch--track--color)}.uni-switch:hover .uni-switch__input:before,.uni-switch:hover .uni-switch__input:focus:before{opacity:.15}@keyframes switch{0%,to{width:var(--uni-switch--knob--size);height:var(--uni-switch--knob--size)}50%{width:calc(var(--uni-switch--knob--size) + var(--uni-switch--knob--expand));height:calc(var(--uni-switch--knob--size) - var(--uni-switch--knob--expand))}}.tab-layout-skeleton{gap:var(--spacing-small);width:100%;height:fit-content;padding-block:var(--spacing-normal);display:flex}.tab-layout{background-color:var(--color-background);width:100%;top:calc(var(--spacing-xxlarge) + var(--spacing-xxxsmall));flex-direction:column;padding-inline-end:var(--spacing-large);display:flex;position:sticky;z-index:calc(var(--z-index-tooltip) - 2)!important}.tab-layout .uni-carousel-arrow{--uni-button-background:var(--color-background)}.tab-layout .Mui-disabled,.tab-layout .css-145v6pe-MuiButtonBase-root-MuiTabScrollButton-root.Mui-disabled{display:none!important}.tab-layout__back-button{position:fixed;inset-block-start:.25rem}.tab-layout .MuiTabScrollButton-root{z-index:4;background:var(--color-background);width:var(--dim-xlarge);height:var(--dim-xlarge);opacity:1;color:var(--color-fiord-300);box-shadow:var(--box-shadow-sm);border-radius:50%;position:absolute;inset-block-start:var(--spacing-xsmall)}.tab-layout .MuiTabScrollButton-root:hover{background-color:var(--color-background-hover)}.tab-layout .MuiTabScrollButton-root:first-child{inset-inline-start:-.375rem}.tab-layout .MuiTabScrollButton-root:last-child{inset-inline-end:calc(-1*var(--dim-xsmall))}.tab-layout .MuiTabScrollButton-root .MuiSvgIcon-root{color:var(--color-text-tertiary)!important}@media screen and (max-width:960px){.tab-layout{z-index:calc(var(--z-index-tooltip) - 2)!important;padding-inline:0!important;top:0!important}}.tab-layout__filter{margin-inline-end:var(--spacing-xsmall);margin-block:var(--spacing-normal);justify-content:space-between;align-items:center;display:flex;position:sticky}.tab-layout__filter--has-search{margin-inline-end:2.25rem}.tab-layout__filter-search{right:calc(var(--spacing-xxsmall) - var(--spacing-xxlarge));background-color:var(--color-surface);z-index:var(--z-index-tooltip);position:absolute}.tab-layout__filter-search--eggshell{background-color:var(--color-background)}.tab-layout__filter-search--task.tab-layout__filter-search{margin-top:1rem}.tab-layout__filter-arrow{border-radius:0;position:absolute}.tab-layout__filter-arrow:hover{--uni-button-background:var(--color-surface);--uni-button-color:var(--color-text-hint)}.tab-layout__filter-arrow--prev{box-shadow:var(--box-shadow-star);inset-inline-start:0}.tab-layout__filter-arrow--next{box-shadow:var(--box-shadow-star);inset-inline-end:0}.tab-layout__filter-slides{flex:1;width:0}.tab-layout__filter-slides .uni-carousel-slides__container{align-items:center;gap:var(--spacing-small);flex-direction:row;display:flex}.rtl-styles .tab-layout__filter-search{right:unset;left:calc(var(--spacing-xxsmall) - var(--spacing-xxlarge))}.uni-virtualizer__row{width:100%;position:relative}.uni-virtualizer__row-item{width:100%;position:absolute}.uni-virtualizer__row-skeleton{width:100%;position:relative}.uni-virtualizer__col{height:100%;position:relative}.uni-virtualizer__col-item{position:absolute}.uni-virtualizer__col-skeleton{height:100%;position:relative}.uni-virtualizer__grid{width:100%;position:relative}.uni-virtualizer__grid-label-item{transform:translateY(var(--spacing-xsmall))}.uni-virtualizer__grid-skeleton{width:100%;margin-top:3.125px;position:relative}.uni-virtualizer__grid-row{width:100%}.uni-virtualizer__grid-col{position:absolute}.uni-virtualizer__grid-col-item{padding:var(--spacing-xsmall)}.uni-virtualization{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.uni-virtualization__scrollbox{padding-right:calc(var(--spacing-xxsmall) + var(--spacing-xxxsmall));width:100%;height:100%;overflow:auto}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.uni-virtualization__scrollbox:not(:has(.empty-state)){transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.uni-virtualization__scrollbox:not(:has(.empty-state)):focus,.uni-virtualization__scrollbox:not(:has(.empty-state)):hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.uni-virtualization-without-scroll{overflow:hidden}.action-modal__title{line-break:anywhere;margin-block-end:var(--spacing-xsmall)}.action-modal__title-wrapper{justify-content:space-between;align-items:center;display:flex}.action-modal__blocks{justify-content:center;gap:var(--spacing-xsmall);flex-direction:column;display:flex}.action-modal__blocks--items{gap:var(--spacing-xsmall);align-items:center;display:flex}.action-modal__blocks--items--item{gap:var(--spacing-xxsmall);flex-direction:column;display:flex}.action-modal__content{align-items:flex-start;gap:var(--spacing-normal);width:100%;display:flex}.action-modal__main{width:100%}@media screen and (min-width:600px){.action-modal__footer{justify-content:space-between;align-items:center;display:flex}}.action-modal__message{margin-block-end:var(--spacing-small)}.action-modal__header{--uni-action-modal--icon-background-color:unset;--uni-action-modal--icon-color-light-background-color:unset;background-color:var(--uni-action-modal--icon-color-light-background-color);width:var(--dim-xxlarge);min-width:var(--dim-xxlarge);height:var(--dim-xxlarge);border-radius:50%;justify-content:center;align-items:center;margin-block-end:var(--spacing-normal);display:flex}.action-modal__header--icon-error{--uni-action-modal--icon-color-light-background-color:var(--color-red-50);--uni-action-modal--icon-background-color:var(--color-red-200)}.action-modal__header--icon-error--dark{--uni-action-modal--icon-color-light-background-color:var(--color-red-300);--uni-action-modal--icon-background-color:var(--color-red-200)}.action-modal__header--icon-blue{--uni-action-modal--icon-color-light-background-color:var(--color-blue-50);--uni-action-modal--icon-background-color:var(--color-blue-200)}.action-modal__header--icon-blue .action-modal__header--icon-wrapper .uni-icon,.action-modal__header--icon-blue .action-modal__header--icon-wrapper .uni-icon:before{fill:var(--color-blue-600)!important;color:var(--color-blue-600)!important}.action-modal__header--icon-blue--dark{--uni-action-modal--icon-color-light-background-color:var(--color-blue-300);--uni-action-modal--icon-background-color:var(--color-blue-200)}.action-modal__header--icon-blue--dark .action-modal__header--icon-wrapper .uni-icon,.action-modal__header--icon-blue--dark .action-modal__header--icon-wrapper .uni-icon:before{fill:var(--color-blue-600)!important;color:var(--color-blue-600)!important}.action-modal__header--icon-green{--uni-action-modal--icon-color-light-background-color:var(--color-green-50);--uni-action-modal--icon-background-color:var(--color-green-200)}.action-modal__header--icon-green--dark{--uni-action-modal--icon-color-light-background-color:var(--color-green-300);--uni-action-modal--icon-background-color:var(--color-green-200)}.action-modal__header--icon-orange{--uni-action-modal--icon-color-light-background-color:var(--color-orange-50);--uni-action-modal--icon-background-color:var(--color-orange-200)}.action-modal__header--icon-orange .action-modal__header--icon-wrapper .uni-icon,.action-modal__header--icon-orange .action-modal__header--icon-wrapper .uni-icon:before{fill:var(--color-orange-600)!important;color:var(--color-orange-600)!important}.action-modal__header--icon-orange--dark{--uni-action-modal--icon-color-light-background-color:var(--color-orange-300);--uni-action-modal--icon-background-color:var(--color-orange-200)}.action-modal__header--icon-orange--dark .action-modal__header--icon-wrapper .uni-icon,.action-modal__header--icon-orange--dark .action-modal__header--icon-wrapper .uni-icon:before{fill:var(--color-orange-600)!important;color:var(--color-orange-600)!important}.action-modal__header--icon-secondary{--uni-action-modal--icon-color-light-background-color:var(--color-fiord-50);--uni-action-modal--icon-background-color:var(--color-fiord-200)}.action-modal__header--icon-secondary--dark{--uni-action-modal--icon-color-light-background-color:var(--color-fiord-500);--uni-action-modal--icon-background-color:var(--color-fiord-300)}@media screen and (max-width:600px){.action-modal__header--icon{width:var(--dim-xlarge);min-width:var(--dim-xlarge);height:var(--dim-xlarge)}}.action-modal__header--icon-wrapper{background-color:var(--uni-action-modal--icon-background-color);width:var(--dim-xlarge);height:var(--dim-xlarge);border-radius:50%;justify-content:center;align-items:center;display:flex}@media screen and (max-width:600px){.action-modal__header--icon-wrapper{width:1.25rem;height:1.25rem}}.action-modal__actions{gap:var(--spacing-xsmall);justify-content:flex-end;margin-inline-start:auto;display:flex}.action-modal__cancel{color:var(--color-text-hint)}.action-modal__input{margin-block-end:var(--spacing-small)}.wrapper{z-index:2000;height:50px;top:var(--spacing-xsmall);left:var(--spacing-large);justify-content:flex-start;align-items:center;display:flex;position:fixed}.btn{width:var(--spacing-small);height:var(--spacing-small);margin-right:var(--spacing-xsmall);cursor:pointer;border-radius:50%;position:relative;overflow:hidden}.btn:last-child{margin-right:0}.btn:after,.btn:before{content:"";opacity:0;border-radius:4px;transition:all .18s;position:absolute;top:100%;left:50%;transform:translate(-50%,-50%)}.close-btn{background:#ff5d5b;border:.5px solid #cf544d}.min-btn{background:#ffbb39;border:.5px solid #cfa64e}.max-btn{background:#00cd4e;border:.5px solid #0ea642}.close-btn:after,.close-btn:before{background:#460100;width:1px;height:70%}.close-btn:before{transform:translate(-50%,-50%)rotate(45deg)}.close-btn:after{transform:translate(-50%,-50%)rotate(-45deg)}.min-btn:before{background:#460100;width:70%;height:1px}.max-btn:before{background:#024d0f;width:70%;height:70%}.max-btn:after{background:#00cd4e;width:2px;height:100%;transform:translate(-50%,-50%)rotate(-45deg)}.btn:hover:after,.btn:hover:before{opacity:1;top:50%}.uni-cover-selector__wrapper{flex-direction:column;align-items:stretch;display:flex;padding-block-start:var(--spacing-xxsmall)!important}.uni-cover-selector__content{flex-wrap:nowrap;flex:1;align-items:stretch;height:100%;max-height:100%;display:flex;overflow-y:auto}.uni-cover-selector__gallery{--uni-grid-cols-xs:3;--uni-grid-cols-sm:3;--uni-grid-cols-md:4;--uni-grid-cols-lg:4;--uni-grid-cols-xl:4;--uni-grid-gap:var(--spacing-xsmall);width:100%;min-width:100%;height:100%;max-height:100%;padding:var(--spacing-xsmall)}.uni-cover-selector__image{--uni-button-padding:0;width:100%;min-height:75px;max-height:75px;position:relative}.uni-cover-selector__image>img{object-fit:cover;border-radius:var(--spacing-xxsmall);width:100%;max-width:100%;height:100%;max-height:100%;display:inline-block;position:absolute;inset-block:0;inset-inline:0}.uni-cover-selector__image:hover{filter:brightness(.8)}.uni-cover-selector__category{color:var(--color-text-secondary);grid-column:1/-1;font-size:.875rem;font-weight:700;line-height:1.125rem}.uni-cover-selector__gallery>*+.uni-cover-selector__category{padding-block-start:var(--spacing-xsmall)}.uni-cover-selector__upload{--uni-button-background:var(--color-gray-100);--uni-button-outline:1px solid var(--color-divider);min-height:75px}.uni-cover-selector__upload:hover{--uni-button-background:var(--color-divider)}.uni-cover-selector.uni-popover--over .uni-cover-selector__wrapper{min-width:500px;max-width:500px;min-height:400px;max-height:400px}.uni-cover-selector__gallery .line-skeleton{min-height:75px;max-height:75px}.uni-cover-selector .uni-tabs{min-height:38px;margin-inline-start:var(--spacing-xsmall);margin-inline-end:var(--spacing-xsmall)}.uni-cover-selector .uni-tab{min-width:unset;min-height:38px;padding:var(--spacing-xsmall)6px;border-bottom-right-radius:0;border-bottom-left-radius:0}.uni-new-cover{--uni-cover-border-radius:0;--uni-cover-object-position:center;width:100%;height:100%;display:inline-block;position:relative}.uni-new-cover__image{object-fit:cover;object-position:var(--uni-cover-object-position);border-radius:var(--uni-cover-border-radius);position:absolute}.uni-new-cover__image,.uni-new-cover__skeleton{width:100%;max-width:100%;height:100%;max-height:100%;display:inline-block;inset-block:0;inset-inline:0}.uni-new-cover__skeleton{border-radius:var(--uni-cover-border-radius)!important;position:absolute!important}.uni-editable-cover{--uni-cover-border-radius:0;--uni-cover-overlay-z-index:2000;--uni-cover-object-position:center;--uni-cover-edit-btn-offset:var(--spacing-normal);width:100%;height:100%;display:inline-block;position:relative}.uni-editable-cover__image{object-fit:cover;object-position:var(--uni-cover-object-position);transition:var(--transition-short);will-change:object-position;transition-property:object-position;position:absolute}.uni-editable-cover__image,.uni-editable-cover__skeleton{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:var(--uni-cover-border-radius);display:inline-block;inset-block:0;inset-inline:0}.uni-editable-cover__skeleton{position:absolute!important}.uni-editable-cover__overlay{border-radius:var(--uni-cover-border-radius);width:100%;max-width:100%;height:100%;max-height:100%;inset-block:0;inset-inline:0}.uni-editable-cover__edit{z-index:1;align-items:center;max-width:fit-content;max-height:fit-content;display:flex;position:absolute}.uni-editable-cover__edit-large-screen{inset-block-start:var(--spacing-large);inset-inline-start:var(--spacing-large)}.uni-editable-cover__edit-is-mobile{inset-block-end:var(--spacing-xsmall);inset-inline-end:var(--uni-cover-edit-btn-offset)}.uni-editable-cover__edit>.uni-button{border-radius:0}.uni-editable-cover__edit>.uni-button:first-child{border-top-left-radius:var(--spacing-xxsmall);border-bottom-left-radius:var(--spacing-xxsmall);border-inline-end:1px solid var(--color-divider)}.uni-editable-cover__edit>.uni-button.uni-editable-cover__add,.uni-editable-cover__edit>.uni-button:last-child{border-top-right-radius:var(--spacing-xxsmall);border-bottom-right-radius:var(--spacing-xxsmall);border-inline-end:none}.uni-editable-cover__label{z-index:1;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--spacing-xxsmall);padding:var(--spacing-xxxsmall)var(--spacing-xsmall);background-color:#0006;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.uni-editable-cover__file{display:none}.uni-editable-cover__curtain{--loading-stroke-width:4px;--loading-path-color:var(--color-white);--loading-background-color:#00000080;z-index:unset;border-radius:var(--uni-cover-border-radius)}.uni-editable-cover__reposition-btn{display:none}.uni-editable-cover--reposition .uni-editable-cover__overlay{cursor:move;z-index:var(--uni-cover-overlay-z-index);position:absolute}.uni-editable-cover--reposition .uni-editable-cover__edit{z-index:calc(var(--uni-cover-overlay-z-index) + 1)}.uni-editable-cover--draging .uni-editable-cover__overlay{z-index:calc(var(--uni-cover-overlay-z-index) + 2);position:fixed}.uni-editable-cover--uploading .uni-editable-cover__edit{opacity:0;visibility:hidden}@media screen and (min-width:960px){.uni-editable-cover__reposition-btn{display:inline-flex}}.uni-detail-page-overview{--color-skeleton-bg:var(--color-gray-200);-webkit-overflow-scrolling:touch;scrollbar-width:thin;border-radius:var(--spacing-xsmall);background-color:var(--color-surface);height:fit-content;min-height:auto;max-height:calc(100vh - 172px);box-shadow:var(--box-shadow-mdp);flex-direction:column;display:flex;position:sticky;inset-block-start:var(--spacing-normal);inset-inline-end:0;overflow-y:auto}@supports ((-webkit-appearance:none)){.uni-detail-page-overview{max-height:calc(100vh - 172px)}}.uni-detail-page-overview__wrapper{width:100%;min-height:auto;position:sticky;inset-inline-end:0}.uni-detail-page-overview__copy-link{z-index:4;position:absolute;inset-block-start:var(--spacing-normal);inset-inline-end:5.3125rem}.uni-detail-page-overview__coffee-flag{color:#434343;border-radius:1rem;max-width:5.375rem;position:absolute;right:0}.uni-detail-page-overview__coffee-flag:before{content:"";background:#190606;width:28px;height:28px;position:absolute;inset-block-start:33px;inset-inline-end:-.35rem;transform:rotate(45deg)}.uni-detail-page-overview__coffee-flag--box{z-index:10;filter:drop-shadow(0 1.506px 1.506px #00000040);position:relative}.uni-detail-page-overview__coffee-flag--box--guest{cursor:pointer}.uni-detail-page-overview__coffee-flag--box-wrapper{--mask:conic-gradient(from 45deg at left,#0000,#000 1deg 91deg,#0000 90deg)50%/100% 9px;padding-inline:var(--spacing-xsmall);padding-block:var(--spacing-xxsmall);color:#fff;text-align:center;z-index:4;width:5.75rem;-webkit-mask:var(--mask);mask:var(--mask);background:#3b5266 0 0/10px 10px;position:absolute;top:11px;right:-12px}.uni-detail-page-overview__coffee-flag--box-wrapper--coffee{margin-block-start:-.125rem}.uni-detail-page-overview__header{align-items:center;gap:var(--spacing-xsmall);border-block-end:1px solid var(--color-divider);min-height:var(--dim-xxxlarge);max-height:var(--dim-xxxlarge);display:flex;overflow:hidden}.uni-detail-page-overview__header--standard{padding-inline-start:var(--spacing-normal);padding-inline-end:var(--spacing-normal)}.uni-detail-page-overview__title{flex:1}.uni-detail-page-overview__adornment{width:80px;height:80px;margin:2.5rem auto 1.5rem}.uni-detail-page-overview__btn-hint{transition:var(--transition-main);min-width:2.25rem;max-width:2.25rem;margin-inline-end:5rem;position:absolute;right:0}.uni-detail-page-overview__btn-hint--open{visibility:hidden;opacity:0;min-width:0;max-width:0;margin-inline-end:calc(var(--spacing-xsmall)*-1)}.uni-detail-page-overview__content{gap:var(--spacing-normal);padding:var(--spacing-normal);-webkit-overflow-scrolling:touch;flex-direction:column;flex-grow:1;flex-shrink:1;max-height:100%;display:flex;overflow:hidden auto}.uni-detail-page-overview__footer{align-items:center;gap:var(--spacing-xsmall);border-block-start:1px solid var(--color-divider);justify-content:space-between;display:flex}.palette-arabic-theme .uni-detail-page-overview{border-radius:var(--dim-radius-xxlarge)}.rtl-styles .uni-detail-page-overview__coffee-flag{left:0;right:unset}.rtl-styles .uni-detail-page-overview__coffee-flag--box-wrapper{left:-12px;right:unset;--mask:conic-gradient(from 225deg at right,#0000,#000 1deg 91deg,#0000 90deg)50%/100% 9px}.rtl-styles .uni-detail-page-overview__btn-hint{margin-inline-start:20rem}.uni-detail-page{--uni-detail-page-logo-size:3.25rem;--uni-detail-page-cover-height:10rem;--uni-detail-page-tab-width:unset;--uni-detail-page-action-bar-height:4.5rem;--uni-detail-page-safe-zone-extra-offset:2.5rem;flex-direction:column;flex:1;width:100%;max-width:100%;display:flex;position:relative}.uni-detail-page__tabs-wrapper .uni-tabs{z-index:1000;background-color:var(--color-background);width:var(--uni-detail-page-tab-width);inset-block-start:calc(var(--dim-header-height) + var(--spacing-xxxlarge));position:fixed!important}.uni-detail-page__scroll-space{height:5rem}.uni-detail-page .uni-description__add,.uni-detail-page .uni-editable-cover__add:not(.uni-editable-cover__add--open),.uni-detail-page .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:hidden}.uni-detail-page__hovered .uni-description__add,.uni-detail-page__hovered .uni-editable-cover__add:not(.uni-editable-cover__add--open),.uni-detail-page__hovered .uni-editable-logo__add:not(.uni-editable-logo__add--open),.uni-detail-page__visibility .uni-description__add,.uni-detail-page__visibility .uni-editable-cover__add:not(.uni-editable-cover__add--open),.uni-detail-page__visibility .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:visible}.uni-detail-page__safe-zone{display:none}.uni-detail-page__content{align-items:stretch;gap:var(--spacing-normal);padding:var(--spacing-large);flex-direction:column;flex:1;padding-block-end:0;display:flex;position:relative}.uni-detail-page__actions{align-items:flex-end;gap:var(--spacing-xsmall);max-width:fit-content;transition:var(--transition-main);will-change:opacity;margin-block-end:calc(var(--spacing-xsmall)*-1);transition-property:opacity;display:flex}.uni-detail-page__sidebar{width:100%;max-width:100%;max-height:100%;transition:var(--transition-main);transition-property:padding-block-start;transition-duration:.3s;position:relative}@media screen and (min-width:1100px){.uni-detail-page__sidebar{inset-block-start:158px;width:fit-content;max-height:calc(100vh - 172px);padding-inline-end:12px;position:fixed;right:31px}}.uni-detail-page__sidebar--scrolled{inset-block-start:98px!important}.uni-detail-page__hint{margin-bottom:var(--spacing-normal)}@media screen and (max-width:1100px){.uni-detail-page__hint{margin-top:64px;margin-bottom:0}}@media screen and (max-width:960px){.uni-detail-page__hint p{max-width:14rem;font-size:12px}}.uni-detail-page__info--actions{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.uni-detail-page__action-bar{align-items:stretch;gap:var(--spacing-small);background-color:var(--color-surface);border-block-start:1px solid var(--color-divider);padding:var(--spacing-small);z-index:calc(var(--z-index-drawer) - 1);max-height:var(--uni-detail-page-action-bar-height);min-height:var(--uni-detail-page-action-bar-height);padding-block-end:var(--spacing-normal);display:flex;position:fixed;inset-block-end:0;inset-inline:0;overflow:hidden}.uni-detail-page__actions .uni-new-logo{--uni-avatar-size:var(--uni-detail-page-logo-size)}.uni-detail-page:not(.uni-detail-page--has-cover) .uni-detail-page__actions{position:static}.uni-detail-page--has-cover{margin-block-start:calc(var(--dim-bar-height)*-1)}.uni-detail-page--has-cover .uni-detail-page__header{height:var(--uni-detail-page-cover-height);min-height:var(--uni-detail-page-cover-height);max-height:var(--uni-detail-page-cover-height)}.uni-detail-page--has-cover .uni-detail-page__content{padding-block-start:var(--spacing-large)}@media screen and (max-width:960px){.uni-detail-page--has-cover .uni-detail-page__content{padding-inline:.125rem}}.uni-detail-page--has-cover .uni-detail-page__actions{padding-block-end:var(--spacing-xsmall);position:absolute;inset-block-start:0;inset-inline-start:var(--spacing-normal);inset-inline-end:var(--spacing-normal);transform:translateY(-100%)}.uni-detail-page--has-cover .uni-detail-page__actions .uni-editable-logo__add{--uni-button-background:var(--color-button-outline)}.uni-detail-page--has-cover .uni-detail-page__logo{margin-block-end:calc((var(--spacing-normal) + var(--spacing-xsmall))*-1)}.uni-detail-page--reposition-cover .uni-detail-page__actions{opacity:0;visibility:hidden}.uni-detail-page--has-action-bar .uni-detail-page__content{padding-block-end:var(--uni-detail-page-action-bar-height)}@media screen and (min-width:960px){.uni-detail-page__cover{--uni-cover-border-radius:calc(var(--spacing-xxsmall) + var(--spacing-xxxsmall))!important}}@media screen and (min-width:768px){.uni-detail-page{--uni-detail-page-logo-size:3.75rem;--uni-detail-page-cover-height:11.25rem}}@media screen and (min-width:960px) and (max-width:1100px){.uni-detail-page__actions{top:-14px!important;left:var(--spacing-large)!important}}@media screen and (min-width:1100px){.uni-detail-page{--uni-detail-page-logo-size:4.875rem;--uni-detail-page-sidebar-width:27.625rem;--uni-detail-page-cover-height:14.625rem;height:100%}.uni-detail-page__safe-zone{margin:calc(var(--spacing-normal)*-1);grid-area:1/1/2/2;margin-block-end:calc((var(--spacing-normal) + var(--spacing-normal) + var(--uni-detail-page-safe-zone-extra-offset))*-1);margin-inline-end:calc(var(--uni-detail-page-sidebar-width)*-1);display:block}.uni-detail-page__cover{--uni-cover-border-radius:calc(var(--spacing-xxsmall) + var(--spacing-xxxsmall))!important}.uni-detail-page__content{max-height:100%;flex:1;grid-template-rows:auto 1fr;grid-template-columns:1fr;padding-block-start:var(--spacing-normal);display:grid;position:relative}.uni-detail-page__actions{grid-area:1/1/2/2;margin-block-end:0;padding:0;padding-block-start:var(--spacing-normal);position:absolute;top:-51px!important;left:0!important}.uni-detail-page__sidebar{flex-direction:column;grid-area:1/2/3/3;align-items:flex-end;display:flex}}@media screen and (min-width:1100px) and (max-width:1100px){.uni-detail-page__sidebar{height:100%;min-height:calc(100% + 172px);position:absolute;top:-172px}}@media screen and (min-width:1100px){.uni-detail-page__sidebar>*{transition:var(--transition-main);width:var(--uni-detail-page-sidebar-width)}.uni-detail-page__info{grid-area:2/1/3/2;min-width:0}.uni-detail-page__info--scrolled{margin-block-start:var(--spacing-xxlarge);padding-block-end:12rem;position:relative}.uni-detail-page__info--scrolled--add-padding{margin-top:6.125rem}.uni-detail-page__info .uni-tabs{position:relative}.uni-detail-page__info .uni-tabs .Mui-disabled{display:none}.uni-detail-page__info .uni-tabs .MuiTabScrollButton-root{z-index:4;background:var(--color-background);width:var(--dim-xlarge);height:var(--dim-xlarge);opacity:1;color:var(--color-fiord-300);box-shadow:var(--box-shadow-sm);border-radius:50%;position:absolute;inset-block-start:var(--spacing-xsmall)}.uni-detail-page__info .uni-tabs .MuiTabScrollButton-root:hover{background-color:var(--color-background-hover)}.uni-detail-page__info .uni-tabs .MuiTabScrollButton-root:first-child{inset-inline-start:0}.uni-detail-page__info .uni-tabs .MuiTabScrollButton-root:last-child{inset-inline-end:0}.uni-detail-page__info .uni-tabs .MuiTabScrollButton-root .MuiSvgIcon-root{color:var(--color-text-tertiary)!important}.uni-detail-page__btn-reposition{display:inline-flex}.uni-detail-page--wide-sidebar{--uni-detail-page-sidebar-width:37.25rem}.uni-detail-page--has-sidebar .uni-detail-page__content{grid-template-columns:1fr var(--uni-detail-page-sidebar-width)}.uni-detail-page--has-sidebar .uni-editable-cover{--uni-cover-edit-btn-offset:calc(var(--uni-detail-page-sidebar-width) + var(--spacing-xlarge))}.uni-detail-page--has-cover{margin-block-start:0}.uni-detail-page--has-cover .uni-detail-page__safe-zone{margin-block-start:calc(var(--dim-bar-height)*-1);margin-block-end:calc((var(--spacing-xlarge) + var(--spacing-normal) + var(--uni-detail-page-safe-zone-extra-offset))*-1)}.uni-detail-page--has-cover .uni-detail-page__content{row-gap:var(--spacing-xlarge);max-height:calc(100% - var(--dim-bar-height));padding-block-start:0}.uni-detail-page--has-cover .uni-detail-page__actions{transform:unset;padding-block-start:0}.uni-detail-page--has-logo .uni-detail-page__actions{padding-inline-start:0}.uni-detail-page__header{transition:var(--transition-main);height:0;min-height:0;max-height:0;position:relative}.uni-detail-page__header--not-scrolled{opacity:0;animation:fadeInTop 1s forwards;transform:translateY(-20px)}}@media screen and (min-width:1100px) and (min-width:960px) and (max-width:1100px){.uni-detail-page__header{margin-block-start:var(--spacing-xxxxlarge)}}@media screen and (min-width:1100px){.uni-detail-page--reposition-cover .uni-detail-page__sidebar{padding-block-start:calc(var(--uni-detail-page-cover-height) - var(--dim-bar-height) + var(--spacing-normal))}.uni-detail-page:not(.uni-detail-page--has-cover) .uni-detail-page__sidebar{top:34px}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ai-detail-layout .uni-detail-page{height:100%}.ai-detail-layout .uni-detail-page__content{flex:1}@media screen and (min-width:1100px){.rtl-styles .uni-detail-page__sidebar{right:unset;left:31px}}.embed__sidebar{gap:var(--spacing-normal);height:calc(100% - 136px);padding-inline:var(--spacing-normal);flex-direction:column;display:flex;overflow-y:auto}.embed__sidebar input::-webkit-inner-spin-button,.embed__sidebar input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.embed__sidebar .tab-layout{position:inherit;margin-block:var(--spacing-normal);background:var(--color-surface);padding-inline-end:0}.embed__sidebar .tab-layout .uni-tabs{position:relative;overflow-x:visible}.embed__sidebar input[type=number]{-moz-appearance:textfield}.embed__sidebar--title-wrapper{align-items:center;gap:var(--spacing-xsmall);display:flex}.embed__sidebar--title-wrapper--text{margin-block-start:var(--spacing-xxxsmall)}.embed__sidebar__option--content,.embed__sidebar__size--content{gap:var(--spacing-normal);margin-block-start:var(--spacing-normal);display:flex}.embed__sidebar__option--content{justify-content:space-between;align-items:center}.embed__sidebar--text--content{gap:var(--spacing-normal);flex-direction:column;margin-block-start:var(--spacing-normal);display:flex}.embed__sidebar__wrapper{justify-content:space-between;gap:var(--spacing-large);flex-direction:column;height:100%;display:flex}.embed__sidebar__main{gap:var(--spacing-normal);flex-direction:column;width:100%;display:flex}.embed__sidebar--floating{gap:var(--spacing-normal);display:grid}.embed__sidebar--floating--content{margin-block-start:var(--spacing-normal)}.embed__sidebar--floating--content,.embed__sidebar--script{gap:var(--spacing-normal);flex-direction:column;display:flex}.embed__sidebar--script-mobile{width:100%}.embed__sidebar--script__content{background-color:var(--color-hover);border-radius:var(--spacing-xxsmall);max-width:100%;max-height:7.5rem;padding:var(--spacing-normal);cursor:pointer;overflow-wrap:break-word;margin-block-end:var(--spacing-normal);overflow:auto}.embed__sidebar__preview{gap:var(--spacing-normal);flex-direction:column;display:flex}.embed__sidebar__preview__header{padding-top:var(--spacing-normal);justify-content:space-between;display:flex}.embed__sidebar__image-preview-wrapper{gap:var(--spacing-normal);display:flex}.embed__sidebar__image-preview{cursor:pointer;border-radius:var(--spacing-xxsmall);border:1px solid var(--color-divider);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;max-width:2.5rem;height:2.5rem}.embed__sidebar--wrapper .permanent-drawer-header{padding-inline-start:var(--spacing-xsmall)}.embed__sidebar--wrapper .permanent-drawer-footer{padding-inline:var(--spacing-normal)}.embed{--embed-p-text-color:var(--color-primary-400);--embed-p-text-decoration:none;--embed-p-font-weight:400;--embed-p-font-size:14px;height:100%;max-height:100vh;display:flex}.embed-link{color:var(--embed-p-text-color);font-size:var(--embed-p-font-size);font-weight:var(--embed-p-font-weight);-webkit-text-decoration:var(--embed-p-text-decoration);text-decoration:var(--embed-p-text-decoration)}.embed .permanent-drawer{background-color:var(--color-surface);min-width:23.5rem;max-width:25%;max-height:100%;position:relative;box-shadow:-2px 0 10px #00000026}.embed .permanent-drawer-header{background:var(--color-surface);box-shadow:0 1px 2px #00000014}@media screen and (max-width:850px){.embed .permanent-drawer{max-width:100%}}.embed .permanent-drawer-footer{box-shadow:0 -2px 2px #0000000d}.embed__preview{background:var(--color-background);flex-direction:column;align-items:center;width:100%;display:flex;overflow:auto}.embed__preview--frame--wrapper{width:100%;height:100%;overflow:auto}.embed__preview--skeleton{justify-content:center;gap:var(--spacing-normal);width:100%;margin-block-start:var(--spacing-xxxxlarge);margin-block-end:var(--spacing-large);display:flex}.embed__preview--skeleton--floating-button{margin-inline-start:auto}.embed__preview--skeleton__left-side{gap:var(--spacing-normal);width:100%;max-width:19.5rem;height:fit-content;display:grid}@media screen and (max-width:1150px){.embed__preview--skeleton__left-side{display:none}}.embed__preview--skeleton__right-side{gap:var(--spacing-normal);width:100%;max-width:25rem;height:fit-content;margin-block-start:2.75rem;display:grid}.embed__preview--skeleton__right-side--link{gap:var(--spacing-xsmall);display:flex}.embed__preview--header{padding-block-start:var(--spacing-large);padding-inline:var(--spacing-xlarge);justify-content:space-between;width:100%;display:flex}.embed__preview--header--button{border-radius:var(--dim-radius-small);background-color:var(--color-button-outline);padding:var(--spacing-xxsmall)}.embed__preview--header--button .uni-button--color-light{--uni-button-background:var(--color-surface);--uni-button-background-light:var(--color-surface);--uni-button-color:var(--color-secondary)}.embed__preview--header--button .uni-button--color-light.dark{--uni-button-color:var(--color-white)}.embed-color-input{gap:var(--spacing-normal);display:flex}.embed-color-input__preview{border:1px solid var(--color-divider);cursor:pointer;border-radius:4px;width:100%;max-width:2.5rem;height:2.5rem}.embed-color-input__over{max-width:14rem}.embed-color-input__sheet{padding-block-start:0!important}.embed-color-input__sketch-Picker{box-sizing:border-box!important;width:100%!important}.embed-color-input__input{flex:1}.embed-color-input__input input.MuiOutlinedInput-input{text-transform:uppercase}.embed-type-item{padding:var(--spacing-normal);gap:var(--spacing-normal);border:1px solid var(--color-divider);border-radius:10px;display:flex}.embed-type-item__title{margin-block-end:var(--spacing-xxsmall)}.embed-type-item__text{align-self:center}.emoji-button{padding:0;color:initial!important}.emoji-button__text{font-size:32px;font-weight:700;line-height:36px}@keyframes reveal{0%{opacity:0;transform:scale(.75)}5%{opacity:1;transform:scale(1)}95%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.75)}}.emoji-animation svg{animation:reveal 4s ease-in-out}.form-action-bar{--form-action-bar-width:100%;justify-content:flex-end;align-items:center;max-height:fit-content;width:var(--form-action-bar-width);background-color:var(--color-surface);border-radius:var(--dim-radius-small);padding:var(--spacing-xsmall)var(--spacing-normal);position:fixed;inset-block-end:var(--spacing-large);inset-inline-end:var(--spacing-large)}.form-action-bar,.form-action-bar__buttons{gap:var(--spacing-small);display:flex}.uni-image-cropper-modal.uni-new-modal__wrapper{flex-direction:column;padding:0;display:flex}.uni-image-cropper-modal__header{width:100%;padding-inline:var(--spacing-small);border-block-end:1px solid var(--color-divider);align-items:center;padding-block:1.25rem;display:flex}.uni-image-cropper-modal__title{color:var(--color-text-primary);margin-inline-start:var(--spacing-xxsmall);font-size:1.125rem;font-weight:700;line-height:1.75rem}.uni-image-cropper-modal__content{align-items:stretch;gap:var(--spacing-small);padding:var(--spacing-small);flex-direction:column;display:flex;position:relative;overflow:hidden}.uni-image-cropper-modal__label{z-index:1;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--spacing-xxsmall);padding:var(--spacing-xxxsmall)var(--spacing-xsmall);background-color:#0006;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.uni-image-cropper-modal__controls{height:var(--dim-xlarge);justify-content:center;align-items:center;display:flex}.uni-image-cropper-modal__controls:hover input[type=range]::-webkit-slider-thumb{box-shadow:0 0 0 .25rem var(--color-primary-100);border-radius:999px}.uni-image-cropper-modal__controls:hover input[type=range]::-moz-range-thumb{box-shadow:0 0 0 .25rem var(--color-primary-100)}.uni-image-cropper-modal__zoom-range{width:60%;height:var(--dim-small);-webkit-appearance:none;border-radius:var(--spacing-small);background:var(--color-primary-100);border:1px solid var(--color-divider);transition:var(--color-white).45s ease-in;outline:none}.uni-image-cropper-modal__zoom-range::-webkit-slider-thumb{cursor:pointer;-webkit-appearance:none;background:var(--color-primary);border-radius:999px;width:20px;height:20px}.uni-image-cropper-modal__actions{justify-content:flex-end;gap:var(--spacing-xsmall);padding:var(--spacing-small);border-block-start:1px solid var(--color-divider);display:flex}.uni-image-cropper-modal__action{min-width:6.25rem}.uni-image-cropper-modal__action--discard{color:var(--color-text-hint)}.uni-image-cropper-modal__action--skip{margin-inline-end:auto}.uni-image-cropper-modal .reactEasyCrop_Container{opacity:0;overflow:unset;min-width:100%;transition:var(--transition-main);will-change:opacity;transition-property:opacity;position:relative}.uni-image-cropper-modal--entered.uni-new-modal__wrapper .reactEasyCrop_Container{opacity:1}.uni-image-cropper-modal--logo{min-width:min(24rem,90vw)}.uni-image-cropper-modal--logo .reactEasyCrop_Container{min-height:min(15rem,56vw)}.uni-image-cropper-modal--logo .reactEasyCrop_CropArea{border-color:var(--color-divider);border-radius:50%;box-shadow:0 0 0 9999em #f1f3f480}.uni-image-cropper-modal--logo-square{min-width:min(24rem,90vw)}.uni-image-cropper-modal--logo-square .reactEasyCrop_Container{min-height:min(15rem,56vw)}.uni-image-cropper-modal--logo-square .reactEasyCrop_CropArea{border-color:var(--color-divider);border-radius:var(--spacing-xsmall);box-shadow:0 0 0 9999em #f1f3f480}.uni-image-cropper-modal--cover,.uni-image-cropper-modal--logo-type{min-width:min(40rem,90vw)}.uni-image-cropper-modal--cover .reactEasyCrop_Container,.uni-image-cropper-modal--logo-type .reactEasyCrop_Container{min-height:min(15rem,35vw)}.uni-image-cropper-modal--cover .reactEasyCrop_CropArea,.uni-image-cropper-modal--logo-type .reactEasyCrop_CropArea{border-color:var(--color-divider);border-radius:var(--spacing-small);box-shadow:0 0 0 9999em #f1f3f480}.uni-editable-logo{--uni-button-background:transparent;overflow:visible;--uni-button-padding:0!important}.uni-editable-logo__file{display:none}.uni-editable-logo .MuiTouchRipple-root,.uni-editable-logo .uni-button__backdrop{width:unset;height:unset;inset:calc(var(--spacing-xxsmall)*-1)}.uni-editable-logo:focus,.uni-editable-logo:hover{--uni-button-backdrop-color:#0003}.uni-editable-logo--circle,.uni-editable-logo--circle .MuiTouchRipple-root,.uni-editable-logo--circle .uni-button__backdrop{border-radius:50%!important}.uni-editable-logo--square{border-radius:var(--spacing-xsmall)}.uni-editable-logo--square .uni-new-avatar__image{border-radius:unset!important}.uni-editable-logo--square .MuiTouchRipple-root,.uni-editable-logo--square .uni-button__backdrop{border-radius:var(--spacing-xsmall)!important}.uni-editable-logo--uploading{--uni-button-backdrop-color:transparent;transition:none;overflow:hidden}.uni-editable-logo--uploading .MuiTouchRipple-root{display:none}.uni-editable-logo--uploading .uni-curtain{--loading-size:50%;--loading-stroke-width:4px;--loading-path-color:var(--color-white);--loading-background-color:#00000080}.uni-logo-selector__wrapper{flex-direction:column;align-items:stretch;display:flex;padding-block-start:var(--spacing-xxsmall)!important}.uni-logo-selector__content{flex-wrap:nowrap;flex:1;align-items:stretch;height:100%;max-height:100%;display:flex;overflow-y:auto}.uni-logo-selector__gallery{--uni-grid-cols-xs:3;--uni-grid-cols-sm:3;--uni-grid-cols-md:4;--uni-grid-cols-lg:4;--uni-grid-cols-xl:4;--uni-grid-gap:var(--spacing-xsmall);width:100%;min-width:100%;height:100%;max-height:100%;padding:var(--spacing-xsmall)}.uni-logo-selector__image{margin:auto;overflow:visible;--uni-button-padding:0!important}.uni-logo-selector__image .MuiTouchRipple-root,.uni-logo-selector__image .uni-button__backdrop{width:unset;height:unset;inset:calc(var(--spacing-xxxsmall)*-1)}.uni-logo-selector__image.uni-button--round .MuiTouchRipple-root,.uni-logo-selector__image.uni-button--round .uni-button__backdrop{border-radius:50%!important}.uni-logo-selector__image:not(.uni-button--round) .MuiTouchRipple-root,.uni-logo-selector__image:not(.uni-button--round) .uni-button__backdrop{display:none}.uni-logo-selector__category{grid-column:1/-1}.uni-logo-selector__gallery>*+.uni-logo-selector__category{padding-block-start:var(--spacing-xsmall)}.uni-logo-selector__upload{--uni-button-background:var(--color-gray-100);--uni-button-outline:1px solid var(--color-divider);min-width:4.6875rem;max-width:4.6875rem;min-height:4.6875rem;max-height:4.6875rem;margin:auto}.uni-logo-selector__upload:hover{--uni-button-background:var(--color-divider)}.uni-logo-selector.uni-popover--over .uni-logo-selector__wrapper{max-height:300px}.uni-logo-selector .uni-tabs{min-height:38px;margin-inline-start:var(--spacing-xsmall);margin-inline-end:var(--spacing-xsmall)}.uni-logo-selector .uni-tab{min-width:unset;min-height:38px;padding:var(--spacing-xsmall)6px;border-bottom-right-radius:0;border-bottom-left-radius:0}.module-url-input--read-only .uni-text-field--outlined__fieldset{border-style:solid}.module-url-input__content{margin:-1px;padding:1px;overflow-x:hidden}.module-url-input__edit-button{margin-inline-end:calc(var(--uni-button-padding)*-1 + var(--spacing-xxsmall))}.module-url-input__hidden-element{opacity:0;z-index:-1;visibility:hidden;white-space:nowrap;max-width:max-content;position:absolute}.module-url-input__preview{line-break:anywhere}.module-url-input .uni-text-field__adornment--end{position:relative}.module-url-input .uni-text-field__adornment--end :hover{z-index:1}.multi-input-select{gap:var(--spacing-normal);flex-direction:column}.multi-input-select,.multi-input-select__item{justify-content:space-between;align-items:center;display:flex}.multi-input-select__item{gap:var(--spacing-xsmall);width:100%}.page-loader{z-index:9999;cursor:progress;pointer-events:none}.page-loader--portal{background-color:var(--color-surface);position:fixed}.uni-sprite-svg{--uni-sprit-svg--size:unset;width:var(--uni-sprit-svg--size);height:var(--uni-sprit-svg--size)}.uni-svg{--uni-SVG--size:24px;width:var(--uni-SVG--size);height:auto}.uni-svg--size-medium{--uni-SVG--size:5.5rem}.uni-svg--size-small{--uni-SVG--size:1.25rem}.uni-svg.dark path[fill="rgb(230, 238, 249)"],.uni-svg.dark path[fill="rgb(233, 234, 238)"]{fill:#314253}.auth-accounts-compact-item{--uni-new-menu-item-padding:var(--spacing-xsmall);border-radius:var(--spacing-xxsmall)}.auth-accounts-compact-item__content{flex-direction:column;display:flex}.auth-accounts-compact-item__icon{justify-content:center;align-items:center;width:2.5rem;display:flex}.auth-accounts-compact__list{align-items:stretch;gap:var(--spacing-xsmall);width:100%;flex-direction:column;padding-block-start:var(--spacing-xlarge);display:flex}.auth-accounts-compact__separator{border-block-end:1px solid var(--color-divider)}.login-confirm-compact__otp{justify-content:center;align-items:center;gap:var(--spacing-normal);display:flex}.login-confirm-compact__otp-item{min-width:3rem;max-width:3rem;max-height:3rem}.login-confirm-compact__otp-item .uni-text-field__input{text-align:center;color:var(--color-text-primary);max-height:3rem;font-size:1.5rem;font-weight:700;line-height:2.5rem}.login-confirm-compact__otp-item .uni-text-field--outlined__fieldset{max-height:3.5rem}.login-confirm-compact__otp-item .uni-text-field__input-wrapper--focused .uni-text-field--outlined__fieldset{box-shadow:var(--box-shadow-md)}.login-confirm-compact__otp-error{justify-content:center;align-items:baseline;gap:var(--spacing-xxsmall);text-align:center;width:100%;flex-wrap:wrap;margin:0;padding-block-start:var(--spacing-xsmall);display:flex}.login-password-compact__forgot-password{width:fit-content}.login-password-compact__have-account{margin:auto}.sign-guest-create-compact__logo{border-radius:9999px;justify-content:center;margin-block-start:-8rem;margin-block-end:var(--spacing-large);display:flex}.sign-guest-create-compact__logo>.uni-button{--uni-button-background:var(--color-gray-200);--uni-button-background-light:var(--color-gray-300);border:2px solid var(--color-white);border-radius:9999px;min-width:8.75rem;max-width:8.75rem;min-height:8.75rem;max-height:8.75rem}.sign-guest-create-compact__logo>.uni-button .MuiTouchRipple-root,.sign-guest-create-compact__logo>.uni-button .uni-button__backdrop{z-index:1;inset:0}.sign-guest-create-compact__logo>.uni-button .uni-new-avatar--square{--uni-avatar-border-radius:var(--spacing-xsmall)}.sign-guest-create-compact__logo>.uni-button:focus,.sign-guest-create-compact__logo>.uni-button:hover{--uni-button-backdrop-color:#0003;--uni-button-background:var(--uni-button-background-light)}.sign-guest-create-compact__logo>.uni-button.uni-editable-logo--empty .uni-button__backdrop{opacity:0}.sign-guest-create-compact__logo-btn{z-index:1;position:absolute;inset-block-end:var(--spacing-xsmall);inset-inline-end:var(--spacing-xsmall)}.auth-compact{justify-content:center;align-items:center}.auth-compact,.auth-compact__form{flex-direction:column;display:flex}.auth-compact__form{align-items:stretch;gap:var(--spacing-normal);width:100%;padding-block-start:var(--spacing-large)}.auth-compact__form:first-child{padding-block-start:0}.auth-compact__title+.auth-compact__sub-title{margin-block-start:var(--spacing-xsmall)}.auth-compact__description{justify-content:center;align-items:baseline;gap:var(--spacing-xxsmall);flex-wrap:wrap;display:flex}.auth-compact__separator{gap:var(--spacing-normal);margin-top:var(--spacing-large);grid-template-columns:1fr auto 1fr;display:grid}.auth-compact__separator:after,.auth-compact__separator:before{content:"";border-block-start:1px solid var(--color-gray-300);align-self:center}.auth-compact__agree-conditions,.auth-compact__continue-gust-btn{margin-block-start:var(--spacing-large)}.auth-compact__agree-conditions{justify-content:center;padding-block-end:var(--spacing-xsmall);display:flex}.auth-compact-chips+.auth-compact__title,.auth-compact__form+.auth-compact__description,.auth-compact__form+.auth-compact__separator{margin-block-start:var(--spacing-normal)}.auth-compact-chips{--uni-button-padding:.375rem .5rem;border:var(--uni-button-outline);max-width:max-content;margin:0 auto;display:flex}.auth-compact-chips__onboarding{margin-block-start:var(--spacing-xlarge)}.auth-compact-chips__arrow{margin:-.375rem;margin-inline-start:0}.auth-compact-chips__avatar{margin:-.375rem;margin-inline-end:0}.auth-compact__texted{--uni-button-background-light:unset;padding:0}.auth-compact__texted:focus .uni-button__label,.auth-compact__texted:hover .uni-button__label{text-decoration:underline}.auth-inline{padding:var(--spacing-normal)}.auth-modal__wrapper{padding-block-start:var(--spacing-large)}.auth-social-links{justify-content:center;gap:var(--spacing-small);width:100%;margin-block-start:var(--spacing-xxlarge);margin-block-end:var(--spacing-large);display:flex}.auth-social-links__compact{margin-block-start:var(--spacing-large);margin-block-end:0}.auth-social-links--google-button{gap:var(--spacing-large);padding-inline:var(--spacing-xsmall)1.25rem;border:0;padding-block:.625rem;font-size:.875rem!important;font-weight:500!important}.auth-social-links__button{background-color:var(--color-surface);border-radius:4px;width:100%;max-width:fit-content;font-size:.875rem;font-weight:700}.auth-social-links__button:hover{background-color:var(--color-gray-50)}.auth-social-links__text-and-icon{align-items:center;gap:var(--spacing-small);display:flex}.auth-social-links__text{text-transform:unset;display:none}@media screen and (min-width:600px){.auth-social-links__text{display:initial}}.auth-social-links__text--hidden{display:none}.request-permission{background-color:var(--color-background);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:4rem 2rem;display:flex}.request-permission__content-wrapper{gap:var(--spacing-xxxsmall);flex-direction:column;display:flex}.request-permission__inner{flex-direction:column;flex:1;width:100%;max-width:36rem;height:100%}.request-permission__actions,.request-permission__inner{justify-content:center;align-items:center;gap:var(--spacing-normal);display:flex}.request-permission__actions{margin-block-start:var(--spacing-xsmall)}.request-permission__actions .uni-button{min-inline-size:7.5rem}.request-permission__password-field{gap:var(--spacing-normal);width:80%;margin-top:var(--spacing-small);flex-direction:column;display:flex}.auth-accounts-item{--uni-new-menu-item-padding:var(--spacing-xsmall);border-radius:var(--spacing-xxsmall)}.auth-accounts-item__content{flex-direction:column;display:flex}.auth-accounts-item__title{color:var(--color-text-primary);font-size:1rem;font-weight:700;line-height:1.25rem}.auth-accounts-item__sub-title{color:var(--color-text-secondary);font-size:.75rem;font-weight:400;line-height:1rem}.auth-accounts-item__icon{justify-content:center;align-items:center;width:2.5rem;display:flex}.auth-accounts__list{align-items:stretch;gap:var(--spacing-xsmall);width:100%;max-width:22rem;flex-direction:column;padding-block-start:var(--spacing-xlarge);display:flex}.auth-accounts__separator{border-block-end:1px solid var(--color-divider)}.login-confirm__otp{justify-content:center;align-items:center;gap:var(--spacing-normal);direction:ltr;display:flex}.login-confirm__otp-item{min-width:3rem;max-width:3rem;max-height:3rem}.login-confirm__otp-item .uni-text-field__input{text-align:center;color:var(--color-text-primary);max-height:3rem;font-size:1.5rem;font-weight:700;line-height:2.5rem}.login-confirm__otp-item .uni-text-field--outlined__fieldset{max-height:3.5rem}.login-confirm__otp-item .uni-text-field__input-wrapper--focused .uni-text-field--outlined__fieldset{box-shadow:var(--box-shadow-md)}.login-confirm__otp-error{justify-content:center;align-items:baseline;gap:var(--spacing-xxsmall);text-align:center;width:100%;flex-wrap:wrap;margin:0;padding-block-start:var(--spacing-xsmall);font-size:.875rem;font-weight:400;line-height:1.25rem;display:flex}.login-confirm__otp-title{text-align:center;color:var(--color-text-primary);font-size:1.5rem;font-weight:700;line-height:2.5rem}.auth-btn{padding:0}.rtl-styles .split-wrapper__form-email{direction:ltr}.rtl-styles .split-wrapper__form-email .uni-text-field__label{transform:translateX(var(--uni-text-field-label-translate-x))translateY(var(--uni-text-field-label-translate-y))!important}.login-password__forgot-password{width:fit-content;margin-block-start:calc(var(--spacing-small)*-1)}.sign-create-pass-checker__list{gap:var(--spacing-xsmall);padding:var(--spacing-xsmall);flex-direction:column;display:flex}.sign-create-pass-checker__item{align-items:center;gap:var(--spacing-xxsmall);color:var(--color-text-primary);font-size:.875rem;font-weight:400;line-height:1.25rem;display:flex}.sign-create-pass-checker__icon{transition:var(--transition-main);will-change:color;transition-property:color;color:var(--color-text-tertiary)!important}.sign-create-pass-checker__item--checked .sign-create-pass-checker__icon{color:var(--color-success)!important}.sign-create-pass-bar{align-items:center;gap:var(--spacing-xxsmall);margin-block-start:calc(var(--spacing-xsmall)*-1);display:flex}.sign-create-pass-bar__item{height:var(--spacing-xxsmall);background-color:var(--color-gray-400);border-radius:9999px;flex:1;display:block;position:relative;overflow:hidden}.sign-create-pass-bar__item:after{content:"";background-color:var(--color-gray-400);width:0;transition:var(--transition-main);will-change:width,background-color;transition-property:width,background-color;display:block;position:absolute;inset-block:0;inset-inline-start:0}.sign-create-pass-bar--checked-1 .sign-create-pass-bar__item:first-child:after{background-color:var(--color-error);width:100%}.sign-create-pass-bar--checked-2 .sign-create-pass-bar__item:first-child:after,.sign-create-pass-bar--checked-2 .sign-create-pass-bar__item:nth-child(2):after{background-color:var(--color-warning);width:100%}.sign-create-pass-bar--checked-3 .sign-create-pass-bar__item:first-child:after,.sign-create-pass-bar--checked-3 .sign-create-pass-bar__item:nth-child(2):after,.sign-create-pass-bar--checked-3 .sign-create-pass-bar__item:nth-child(3):after{background-color:var(--color-success);width:100%}.search-people{position:relative}.search-people__add-guest{cursor:pointer;height:calc(var(--dim-bar-height) + var(--dim-normal))}.search-people__add-guest:hover{background-color:var(--color-hover)}.search-people__add-guest__subtitle{font-size:.875rem;font-style:italic}.search-people__not-found{text-align:center;width:100%;color:var(--color-secondary-400)!important}.search-people__grow{transform-origin:top!important}.search-people__popper .MuiAutocomplete-loading,.search-people__popper .MuiAutocomplete-noOptions{height:calc(var(--dim-bar-height) + var(--dim-normal));padding:0}.search-people__popper .MuiAutocomplete-loading .uni-add-contact-form,.search-people__popper .MuiAutocomplete-loading .user-list-item,.search-people__popper .MuiAutocomplete-noOptions .uni-add-contact-form,.search-people__popper .MuiAutocomplete-noOptions .user-list-item{height:calc(var(--dim-bar-height) + var(--dim-normal));padding-inline-start:var(--spacing-normal);padding-inline-end:var(--spacing-normal)}.workspace-create--reservation{justify-content:center;gap:var(--spacing-xlarge);padding:0 var(--spacing-large);flex-direction:column;display:flex}.workspace-create--reservation .uni-button{align-self:center;max-width:max-content}.workspace-create--coffee-text{color:var(--color-primary);cursor:pointer;font-size:1.125rem;font-weight:700;line-height:1.75rem}.workspace-create__logo{justify-content:center;display:flex}.workspace-create__logo>.uni-button{--uni-button-background:var(--color-gray-200);--uni-button-background-light:var(--color-gray-300);border-radius:var(--spacing-xsmall);min-width:8.75rem;max-width:8.75rem;min-height:8.75rem;max-height:8.75rem}.workspace-create__logo>.uni-button .MuiTouchRipple-root,.workspace-create__logo>.uni-button .uni-button__backdrop{z-index:1;inset:0}.workspace-create__logo>.uni-button .uni-new-avatar--square{--uni-avatar-border-radius:var(--spacing-xsmall)}.workspace-create__logo>.uni-button:focus,.workspace-create__logo>.uni-button:hover{--uni-button-backdrop-color:#0003;--uni-button-background:var(--uni-button-background-light)}.workspace-create__logo>.uni-button.uni-editable-logo--empty .uni-button__backdrop{opacity:0}.split-wrapper__calendar-title{text-align:center}.split-wrapper__calendar-button{justify-content:flex-start}.split-wrapper__buttons-wrapper{align-items:stretch;gap:var(--spacing-normal);width:100%;padding:calc(var(--spacing-xxxxlarge))0;flex-direction:column;display:flex}.workspace-end__confetti{margin:auto;margin:var(--spacing-xlarge)auto;display:block}.workspace-invite__members{gap:var(--spacing-xsmall);flex-direction:column;flex:1;display:flex}.workspace-invite__button{--uni-button-background:transparent}.workspace-invite__members-list{gap:var(--spacing-xsmall);flex-direction:column;flex:1;max-height:100%;display:flex;overflow-y:auto}.workspace-invite__members-header{align-items:center;gap:var(--spacing-xsmall);color:var(--color-secondary);font-size:1.25rem;font-weight:700;line-height:2rem;display:flex}.workspace-invite__members-item{flex:unset;align-items:center}.split-wrapper__copy-link{--uni-text-field-color:var(--color-background-divider)}.split-wrapper__copy-link .uni-text-field__label{color:var(--uni-text-field-label-color)}.workspace-join__actions{align-items:center;gap:var(--spacing-normal);display:flex}.workspace-join__button{flex:1}.workspace-join__footer{flex-direction:column;align-items:center;padding-block-start:var(--spacing-normal);display:flex}.split-wrapper-chips-parent,.split-wrapper-chips__avatar,.split-wrapper__avatar{display:flex}.split-wrapper-chips-parent{margin:var(--spacing-small)0;display:flex}.workspace-wrapper{gap:var(--spacing-normal);border-radius:var(--dim-xsmall);border:1px solid var(--color-divider);width:fit-content;padding:var(--spacing-small);flex-direction:column;max-height:17.6875rem;margin-inline:auto;display:flex;overflow-y:auto}.split-wrapper__account-wrapper{margin-block-start:2.25rem}.workspace-skeleton{justify-content:center;align-items:center;gap:var(--spacing-xsmall);flex-direction:column;width:21rem;margin:auto;display:flex}.split-wrapper__loading{min-height:610px}.workspace-item{width:21rem;height:100%;max-height:var(--dim-xxlarge);justify-content:space-between;align-items:center;margin:auto;display:flex}.workspace-item__onboarding{border:1px var(--color-divider)solid;max-height:5rem;border-radius:.5rem;margin-block-start:var(--spacing-small);padding:16px}.workspace-item__divider{border-bottom:1px solid var(--color-divider);height:.0625rem}.workspace-item__content{align-items:center;gap:var(--spacing-small);display:flex}.workspace-item__content-avatar{--uni-avatar-border-radius:var(--spacing-xsmall);margin:auto;display:block}.workspace-select__submit{z-index:1201;margin-block-start:var(--spacing-normal);margin-inline-end:var(--spacing-large);display:flex;position:absolute;inset-block-start:0;inset-inline:auto 0}.split-wrapper__select-workspace{width:100%;height:calc(100% - 10rem);margin-block-start:10rem;overflow-y:auto}@media (max-width:960px){.split-wrapper__select-workspace{height:calc(100% - 5rem);margin-block-start:5rem}}.split-wrapper__select-workspace .split-wrapper-chips{background-color:#0000}.split-wrapper__select-workspace--logo{position:absolute;inset-block-start:0;inset-inline-start:5rem}@media (max-inline-size:960px){.split-wrapper__select-workspace--logo{left:3.75rem}}.split-wrapper__select-workspace--title{width:100%;position:absolute;inset-block-start:6rem;inset-inline-start:0}.split-wrapper__select-workspace--body{padding-inline:0!important}.split-wrapper__select-workspace--body-mobile .split-wrapper__select-workspace{height:calc(100% - 9.75rem)}.palette-arabic-theme .uni-new-avatar--square,.palette-arabic-theme .workspace-item__onboarding{border-radius:var(--dim-radius-full)}.calendar-event{background:#fff;border-radius:4px;height:100%;position:relative;overflow:auto}.calendar-event__content{height:100%;padding:var(--spacing-xxsmall);flex-direction:column;display:flex;overflow:hidden}.calendar-event__content--row{gap:var(--spacing-xsmall);padding-inline:var(--spacing-xxsmall);flex-direction:row}.calendar-event__content--row-quarter{padding-block:var(--spacing-xxxxsmall)}.calendar-event__content--column{flex-direction:column}.calendar-event__content--column-over-hour{gap:var(--spacing-xxsmall)}.calendar-event__title--quarter{overflow:unset;padding-top:unset;line-height:var(--spacing-xsmall)}.calendar-event__title--half{padding-top:var(--spacing-xxsmall);line-height:var(--spacing-xxxsmall)}.calendar-event-card{padding:calc(var(--spacing-xsmall) + var(--spacing-xxxsmall))var(--spacing-xsmall);max-width:calc(4*var(--dim-xxxlarge))}.calendar-event-card.mobile{min-width:100%;max-width:100%}.calendar-event-card__loading{position:inherit}.calendar-event-card__header{padding:calc(var(--spacing-xsmall) + var(--spacing-xxxsmall))var(--spacing-xsmall);border-block-end:1px solid var(--color-divider)}.calendar-event-card__description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.calendar-event-card__main{gap:calc(var(--spacing-xsmall) + var(--spacing-xxxsmall))var(--spacing-xsmall);padding:calc(var(--spacing-xsmall) + var(--spacing-xxxsmall))var(--spacing-xsmall);flex-direction:column;display:flex}.calendar-event-card__main--location,.calendar-event-card__main--time{align-items:center;gap:var(--spacing-xsmall);display:flex}.calendar-event-card__main--calendar,.calendar-event-card__main--description,.calendar-event-card__main--details{align-items:flex-start;gap:var(--spacing-xxxsmall);word-break:break-all;flex-direction:column;display:flex}.calendar-event-month{border-radius:4px;width:100%}.calendar-event-month__content{height:100%;padding-inline:var(--spacing-xsmall);display:flex}.mbsc-disabled .calendar-event-month{background-color:var(--color-gray-300)!important}.calendar-header{gap:var(--spacing-xxxsmall);border-block-end:1px solid var(--color-divider);flex-wrap:wrap;align-items:center;width:100%;display:flex;font-family:var(--uni-font-family)!important}.calendar-header__close{margin-inline-start:var(--spacing-xsmall)}.calendar-header .date-info{flex:1;align-items:center;display:flex}.calendar-header .hide-mobile{display:none}@media (min-width:960px){.calendar-header .hide-mobile{display:flex}}.calendar-header .hide-web{display:flex}@media (min-width:960px){.calendar-header .hide-web{display:none}}.calendar-header .calendar_column--left{flex-direction:row;align-items:center}.calendar-header .calendar_column--left .md-arrow-btn{transform:scale(1.5)}.calendar-header .calendar_column--left .ml-10{margin-left:.625rem!important}.calendar-header .calendar_column--left .mr-10{margin-right:.625rem!important}.calendar-header .mbsc-calendar-button.mbsc-button.mbsc-material.mbsc-icon-button{--mbs-button-size:20px;height:var(--mbs-button-size);width:var(--mbs-button-size)}.calendar-header .mbsc-calendar-button.mbsc-button.mbsc-material.mbsc-icon-button .mbsc-button-icon.mbsc-icon.mbsc-material{--mbs-icon-size:18px;height:var(--mbs-icon-size);width:var(--mbs-icon-size)}.calendar-header .mbsc-calendar-button.mbsc-button.mbsc-material.mbsc-icon-button .mbsc-button-icon.mbsc-icon.mbsc-material svg{height:inherit;width:inherit}.calendar-header .md-header-filter-nav .mbsc-calendar-button .mbsc-icon.mbsc-material{display:none}.calendar-header .MuiOutlinedInput-root.MuiInputBase-root.MuiSelect-root,.calendar-header .mbsc-calendar-button.mbsc-calendar-button-today.md-header-filter-today.calendar-header__today.mbsc-button.mbsc-material{height:var(--dim-xlarge)}.calendar-header .mbsc-calendar-button.mbsc-font.mbsc-button.mbsc-material>.mbsc-calendar-title{font-size:1.125rem;line-height:1.75rem;font-family:var(--uni-font-family)!important}@media screen and (max-width:960px){.calendar-header .mbsc-calendar-button.mbsc-font.mbsc-button.mbsc-material>.mbsc-calendar-title{font-size:1rem;font-weight:700}}.calendar-header .mbsc-calendar-button.mbsc-font.mbsc-button.mbsc-material>.mbsc-calendar-month{font-weight:900}.calendar-header .mbsc-calendar-button.mbsc-reset.mbsc-font .mbsc-calendar-title.mbsc-calendar-month.mbsc-material{margin-block-end:6px}.calendar-header .MuiOutlinedInput-root.MuiInputBase-root.MuiSelect-root,.calendar-header .MuiSvgIcon-root.MuiSelect-icon{color:var(--color-text-primary)}.calendar-header__view-select{width:6.25rem}.calendar-header__timezone{margin-right:.625rem}@media screen and (max-width:960px){.calendar-header__timezone{display:none}}.calendar-header__timezone .uni-typo--variant-body{font-size:14px;font-weight:6 0}.calendar-header__connect-action{justify-content:space-between;align-items:baseline;display:flex}.calendar-header__end-side{border:none;width:fit-content;margin-left:auto;display:flex}.calendar-header__today--hide.mbsc-button{opacity:0;display:none;position:absolute}.calendar-header__today.mbsc-material.mbsc-calendar-button.mbsc-button{text-transform:capitalize;margin:0 var(--spacing-xsmall);font-size:.75rem;line-height:1rem;border:1px solid var(--color-gray-400)!important;border-radius:4px!important}.calendar-header--mobile-show{justify-content:space-between;align-items:center}@media screen and (max-width:960px){.calendar-header--mobile-show.border-right{width:100%;padding:0 var(--spacing-xsmall)}.calendar-header--mobile-show .uni-text-field{display:none}}@media screen and (max-width:959px){.calendar-header--mobile-show{width:100%}}@media screen and (max-width:960px){.calendar-header{border-bottom:unset;padding:var(--spacing-xsmall);justify-content:center}.calendar-header .calendar-header__end-side.hide-web .uni-button{margin:0!important}}@media screen and (min-width:600px){.calendar-header{padding-inline:var(--spacing-xsmall);padding-block-start:var(--spacing-xsmall);padding-block-end:.65rem}}.calendar-header-settings{margin-left:.75rem}.calendar-header-settings__timezone{padding-right:0}.calendar-header-settings__drawer{width:400px;height:100%}.calendar-header-settings__drawer--title{align-items:center;gap:var(--spacing-xsmall);display:flex}.calendar-header-settings__drawer .header{padding:17px var(--spacing-normal);border-bottom:1px solid var(--color-divider);margin-bottom:var(--spacing-large);justify-content:space-between;align-items:center;display:flex;background-color:var(--color-surface)!important}.calendar-header-settings__drawer .content{flex-direction:column;height:calc(100% - 87px);display:flex}.calendar-header-settings__drawer .content__header{padding:var(--spacing-normal)var(--spacing-large)var(--spacing-normal)var(--spacing-large);justify-content:space-between;align-items:center;display:flex;background-color:#fff!important}.calendar-header-settings__drawer .content__timezone{color:var(--color-secondary);font-size:16px;font-weight:700}.calendar-header-settings__drawer .content__connected-list{margin-top:var(--spacing-normal);flex-direction:column;flex:1;padding-inline:1.25rem;display:flex}.calendar-header-settings_empty{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.calendar-header-settings__svg{width:100px;height:100px;margin-block-end:var(--spacing-xsmall)}@media screen and (max-width:960px){.calendar-header-settings{display:none}}.drawer__mobile{width:100%;height:100%}.drawer__mobile--wrapper{padding:var(--spacing-xsmall);flex-direction:column;gap:1rem;height:calc(100% - 64px);display:flex}.drawer__mobile .connect-section,.drawer__mobile .timezone-section{justify-content:space-between;align-items:center;display:flex}.drawer__mobile .connect-section__title{color:var(--color-secondary);font-size:16px;font-weight:700}.drawer__mobile .list-section{margin-bottom:5rem}.calendar-integration__list{margin-left:var(--spacing-normal)}.calendar-integration-item{padding:var(--spacing-xsmall)0;align-items:center;display:flex}.calendar-integration-item__calendars{flex-direction:column;display:flex}.calendar-integration-item__email{margin-top:1.25rem;margin-left:var(--spacing-normal);margin-bottom:var(--spacing-large);display:flex}.calendar-integration-item__logo{object-fit:cover;width:3.5rem;height:3.5rem}.calendar-integration-item__detail{margin-left:var(--spacing-normal)}.calendar-integration-item__control{margin-bottom:auto;margin-left:auto}.mbsc-eventcalendar-agenda .calendar-header{margin-bottom:0}.mobile-view__navbar{align-items:center;display:flex}@media screen and (max-width:960px){.mobile-view__navbar{z-index:1300;position:fixed;inset-block-end:var(--spacing-xxsmall);inset-inline-start:var(--spacing-xsmall)}}@media screen and (max-width:600px){.mobile-view__navbar{inset-block-end:1.25rem}}.mobile-view__calender{align-items:center}@media screen and (max-width:960px){.mobile-view__calender{height:36px;position:absolute;top:9px;left:50px}.mobile-view__calender-scheduled{align-items:center;position:absolute;top:0}}.calendar-integration-items__header{justify-content:space-between;align-items:center;display:flex}.calendar-integration-items__app-install{display:flex}.rtl-styles .calendar-header-settings{margin-right:.75rem;margin-left:unset}.palette-arabic-theme .calendar-header__today.mbsc-material.mbsc-calendar-button.mbsc-button{border-radius:var(--dim-radius-full)!important;border:1px solid var(--color-background-divider)!important}.calendar-card{background-color:var(--color-surface);border-radius:.25rem;padding:1rem}.calendar-card__icon-wrapper{gap:.5rem;display:flex}@media screen and (max-width:600px){.calendar-sheet-card .uni-popover__paper .core-card{width:unset;margin:.5rem}}.calendar-schedule__item{width:100%;padding:var(--spacing-normal)var(--spacing-large);column-gap:var(--spacing-xsmall);border-block-end:1px solid var(--color-divider);align-items:center;display:flex}.calendar-schedule__item .date{color:var(--color-secondary);margin-right:2.5rem;font-size:16px}.calendar-schedule__events-wrapper{gap:var(--spacing-normal);flex-direction:column;display:flex;position:relative}.calendar-schedule__events-wrapper--content{border-radius:var(--dim-radius-small)}.calendar-schedule__events-wrapper .event{border-radius:4px;gap:40px;display:flex}.calendar-schedule__events-wrapper .event__meet-card{height:100%;position:absolute;inset-block-start:var(--spacing-xlarge)}.calendar-schedule__events-wrapper .event__meet-card .meeting-card{z-index:1200}.calendar-schedule__events-wrapper .event__meet-card--backdrop{z-index:1199;background-color:#0000}.calendar-schedule__events-wrapper .event__content{background:var(--color-gray-50);height:100%;padding:0 var(--spacing-xsmall);cursor:pointer;display:flex}@media (max-width:600px){.calendar-schedule__events-wrapper .event__content{flex-direction:column}}.calendar-schedule__events-wrapper .event__title{font-weight:700}.schedule-date{gap:var(--spacing-small);width:110px;display:flex}.schedule-date__date{text-align:center;flex-shrink:0;width:38px;height:38px}.schedule-date__date.active{background-color:var(--color-error);color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;display:flex}@media screen and (max-width:600px){.schedule-date__date{display:none}}.schedule-date__rest{color:var(--color-text-tertiary);margin-top:var(--spacing-small);min-width:52px;font-weight:700}@media screen and (max-width:600px){.schedule-date__rest{display:none}}.event-mobile-view{flex-direction:column;align-items:center;width:45px;margin-inline-end:1.25rem;display:flex}@media screen and (min-width:600px){.event-mobile-view{display:none}}.calendar-view{background:var(--color-surface);width:100%;height:5rem;box-shadow:var(--box-shadow-star);z-index:calc(var(--z-index-drawer) + 1);justify-content:space-between;align-items:center;display:flex;position:fixed;inset-block-end:0;inset-inline-start:0;-webkit-overflow-scrolling:auto!important}.calendar-view .calendar-header-settings{margin-inline-end:var(--spacing-xsmall);display:flex}.calendar-view .uni-text-field{--uni-text-field-stroke-width:0;cursor:pointer!important}.calendar-view .uni-button--text{margin-inline-start:var(--spacing-xsmall)}.calendar-view .mbsc-font{display:none}.calendar-view .icon-dots-vertical{font-weight:700}.calendar-view__space{min-width:3.25rem}.calendar-view__add-time{width:100%;max-width:12rem}.calendar-view__select{width:7rem}.calendar-view .MuiInputBase-root{align-items:center;gap:var(--spacing-xsmall);padding:0 var(--spacing-normal);background:var(--color-hover);cursor:pointer;justify-content:space-evenly;height:2.5rem;display:flex}.calendar-view .MuiInputBase-input{font-size:.875rem;font-weight:700}.calendar-view .uni-text-field__adornment--end{display:none}@media screen and (min-width:600px){.calendar-view{height:3rem}.calendar-view__select{height:2rem}}@media screen and (min-width:960px){.calendar-view{display:none}}.calendar-widget{height:100%;position:relative}.calendar-widget__header{width:100%;padding:var(--spacing-small);border-bottom:1px dashed var(--color-divider);align-items:center;display:flex}.calendar-widget__date{align-items:flex-end;gap:var(--spacing-xxsmall);display:flex}.calendar-widget__year{line-height:1.65rem}.calendar-widget__today{border:1px solid var(--color-divider)!important;box-sizing:border-box!important;border-radius:var(--dim-radius-small)!important;text-transform:capitalize!important;font-size:.75rem!important;line-height:1rem!important}.calendar-widget .mbsc-material.mbsc-calendar-controls{padding:0}.calendar-widget .mbsc-schedule-grid-scroll{overflow-y:hidden!important}.calendar-widget .mbsc-schedule-grid-scroll:hover{overflow-y:auto!important}.calendar-widget .mbsc-schedule-header-dayname.mbsc-material.mbsc-schedule-header-dayname-curr+.mbsc-schedule-header-day.mbsc-material.mbsc-ltr.mbsc-schedule-header-day-today{color:var(--color-red-500)}.calendar-widget .mbsc-schedule-header-dayname.mbsc-material.mbsc-schedule-header-dayname-curr+.mbsc-schedule-header-day.mbsc-material.mbsc-ltr.mbsc-schedule-header-day-today.mbsc-selected{color:var(--color-white)}.calendar-widget .mbsc-material.mbsc-icon-button{padding:var(--spacing-xsmall)!important}.calendar-widget .mbsc-material.mbsc-icon-button:hover{background-color:var(--color-gray-200)!important}.calendar-widget .mbsc-schedule-time-col.mbsc-schedule-time-col-empty{visibility:hidden;display:none}.calendar-widget .mbsc-material.mbsc-schedule-header-day.mbsc-selected,.calendar-widget .mbsc-material.mbsc-timegrid-item.mbsc-selected{background-color:var(--color-red-500);color:var(--color-white)}.calendar-widget .mbsc-material.mbsc-schedule-header-dayname.mbsc-schedule-header-dayname-curr{color:var(--color-fiord-700)}.calendar-widget .mbsc-material.mbsc-schedule-header-day,.calendar-widget .mbsc-material.mbsc-schedule-header-dayname{font-size:.875rem}.calendar-widget .mbsc-material.mbsc-schedule-header-day.mbsc-hover{background:var(--color-gray-400)}.calendar-widget .mbsc-material.mbsc-schedule-time-indicator-time{color:var(--color-error)}.chat-item__chat-badge{margin-inline-end:var(--spacing-xsmall)}.connect-app__wrapper{align-items:center;gap:var(--spacing-xlarge);padding-inline:var(--spacing-normal);flex-direction:column;max-width:27.5rem;margin:auto;display:flex}.connect-app__wrapper--button{gap:var(--spacing-xxsmall);width:100%;display:flex}.overview{margin-bottom:var(--spacing-xlarge)}.overview__header{margin-bottom:var(--spacing-normal);gap:var(--spacing-xsmall);display:flex}.overview__list{gap:var(--spacing-normal);display:flex}.overview__item{gap:var(--spacing-xsmall);background-color:var(--color-surface);flex-flow:column;flex:1;height:142px;display:flex}.overview__item .apexcharts-canvas{top:-2px}.overview__item .apexcharts-canvas svg{border-radius:0 0 4px 4px}.overview__item .MuiSelect-select.MuiSelect-outlined{padding:0}.overview .used-storage{display:inherit;justify-content:space-between;align-items:center}.overview .used-storage__legend{margin:0 0 0 var(--spacing-xsmall);height:fit-content;list-style:none;position:relative}.overview .used-storage__legend li .MuiTypography-button{margin-left:calc(-1*var(--spacing-small));text-transform:capitalize}.overview .used-storage__legend li:before{content:"•";left:var(--dim-xsmall);margin-top:-.25rem;font-size:1.5rem;position:absolute}.overview .used-storage svg{align-self:flex-end;margin:0 6px 6px 0}.overview__caption{--padding-default:var(--spacing-normal)var(--spacing-normal)0 var(--spacing-normal);--padding-small:var(--spacing-xsmall)var(--spacing-xsmall)0 var(--spacing-xsmall);padding:var(--padding-default);justify-content:space-between;display:flex}.overview__caption .text{flex-flow:column;display:flex}.overview__caption .text .overview__item-name{color:var(--color-text-tertiary);text-transform:capitalize}.overview__caption .MuiInputBase-root{min-width:72px;height:var(--dim-xlarge);text-transform:capitalize}.overview__caption .MuiInputBase-root .MuiSelect-root.MuiSelect-select.MuiSelect-selectMenu{padding:0}.overview__caption .MuiInputBase-root .MuiSvgIcon-root.MuiSelect-icon{color:var(--color-text-primary);right:0}@media screen and (max-width:1440px){.overview__caption{padding:var(--padding-small)}.overview__list{gap:var(--spacing-xsmall)}.overview__item{flex:unset;width:calc(25% - 4px)}}@media screen and (max-width:1280px){.overview__caption{padding:var(--padding-default)}.overview__list{flex-wrap:nowrap}.overview__item{flex:1}}@media screen and (max-width:960px){.overview__list{flex-wrap:wrap}.overview__item{flex:unset;width:calc(50% - 8px)}}@media screen and (max-width:600px){.overview__item{width:100%}}.external-req__link{cursor:pointer;font-weight:700}.group-select-chips{gap:var(--spacing-small);align-items:center;display:flex}.group-select-chips-wrapper{flex-direction:column;display:flex}.group-select-chips__title{align-items:center;gap:var(--spacing-small);display:flex}.group-select-chips--wrap{flex-direction:column;align-items:flex-start}.group-select-chips__helper-text{padding-block-start:var(--spacing-small);padding-inline-end:var(--spacing-small)}.anonymous-wrapper{width:100%;height:100%}.anonymous-wrapper-appbar{height:56px;padding:var(--spacing-normal)var(--spacing-large);box-sizing:border-box;justify-content:space-between;align-items:center;display:flex}@media screen and (min-width:600px){.anonymous-wrapper-appbar{height:72px;padding:var(--spacing-normal)var(--spacing-xxlarge)}}.anonymous-wrapper-appbar__logo{width:104px;height:var(--dim-large)}@media screen and (min-width:600px){.anonymous-wrapper-appbar__logo{width:156px;height:36px}}.anonymous-wrapper-content{overflow:auto}.anonymous-wrapper-content,.email{background-color:var(--color-background);width:100%;height:100%}.email-container{justify-content:center;align-items:center;gap:var(--spacing-large);flex-direction:column;width:100%;height:100%;display:flex}.email-container__logo{margin:var(--spacing-small)var(--spacing-normal);height:32px}.email-container__button{gap:var(--spacing-small);width:20rem;display:flex}@media (max-width:600px){.email-container__button{padding-inline:var(--spacing-normal);flex-direction:column;width:100%!important}}.email-container__date{flex-direction:column;justify-content:center;align-items:center;display:flex}.error-wrapper{background:var(--color-surface);flex-direction:column;width:100%;height:100%;display:flex}@media screen and (min-width:600px){.error-wrapper{flex-direction:row}}.error-wrapper__end-side{background:var(--color-primary);flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;display:flex;overflow:hidden}@media screen and (min-width:600px){.error-wrapper__end-side{height:get-vh(100)}}.error-wrapper__image{width:256px;height:256px}@media screen and (min-width:960px){.error-wrapper__image{width:512px;height:512px}}.error-wrapper__main-side{flex:1 1 0}@media screen and (min-width:600px){.error-wrapper__main-side{height:get-vh(100);position:relative}}.error-wrapper__logo{text-align:center}@media screen and (min-width:600px){.error-wrapper__logo{line-height:normal;text-align:start}}.error-wrapper__header{text-align:center;margin-block-start:var(--spacing-xlarge)}@media screen and (min-width:600px){.error-wrapper__header{margin:var(--spacing-xlarge);text-align:start}}.error-wrapper__content{width:100%;padding:var(--spacing-xlarge);overflow:hidden}@media screen and (min-width:600px){.error-wrapper__content{padding:0 var(--spacing-xlarge);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media screen and (min-width:1280px){.error-wrapper__content{padding:0 8.75rem}}.error-wrapper .error-pages{flex-direction:column;align-items:center;display:flex}.error-wrapper .error-pages-code-container-code{width:154.88px!important;height:64px!important}@media screen and (min-width:960px){.error-wrapper .error-pages-code-container-code{width:235px!important;height:98px!important}}.error-wrapper .error-pages-button{padding:var(--spacing-small)var(--spacing-large)!important;margin-top:var(--spacing-large)!important}@media screen and (min-width:600px){.error-wrapper .error-pages-button{margin-top:var(--spacing-xlarge)!important}}.module-wrapper-item{margin-inline:var(--spacing-small)}.module-wrapper-item .uni-new-menu-item--color-gray{--uni-new-menu-item-background:var(--color-background-surface)}.module-wrapper-item__menu{--uni-new-menu-item-padding:var(--spacing-small)var(--spacing-normal);transition:var(--transition-main);will-change:color,background-color;flex-direction:column;align-items:stretch;margin-block-end:var(--spacing-xxsmall);transition-property:color,background-color;display:flex;overflow:hidden;border-radius:var(--spacing-xsmall)!important}.module-wrapper-item__menu .uni-new-menu-item__link{align-items:stretch;gap:var(--spacing-xxsmall);flex-direction:column;display:flex}.module-wrapper-item__menu-header{align-items:center;gap:var(--spacing-xsmall);flex-wrap:nowrap;display:flex}.module-wrapper-item__menu-header .uni-new-avatar{border-width:1.5px}.module-wrapper-item__menu-sub-title,.module-wrapper-item__menu-title,.module-wrapper-item__menu-title-wrapper{white-space:nowrap;text-overflow:ellipsis;flex:1;max-width:100%;overflow:hidden}.module-wrapper-item__menu-sub-title,.module-wrapper-item__menu-title{color:var(--color-text-primary);align-items:center;gap:var(--spacing-xxsmall);display:flex}.module-wrapper-item__menu-sub-title{font-size:.75rem;font-weight:400;line-height:1rem}.module-wrapper-item__menu-menu-btn{--uni-button-background:transparent;--uni-button-outline-color:#fafafa4d;--uni-button-background-light:#fafafa4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:var(--transition-main);transform:translateX(var(--spacing-xsmall));margin-inline-end:calc(var(--spacing-xxlarge)*-1)}.module-wrapper-item__menu-description{align-items:center;gap:var(--spacing-xxsmall);display:flex}.module-wrapper-item__menu-time{color:var(--color-text-secondary);font-size:.75rem;font-weight:400;line-height:1rem}.module-wrapper-item__menu-share{color:var(--color-text-secondary)!important}.module-wrapper-item__menu-menu-btn--active,.module-wrapper-item__menu:hover .module-wrapper-item__menu-menu-btn{transition:var(--transition-main);margin-inline-end:0;transform:translate(0)}.module-wrapper-item__menu--active .module-wrapper-item__menu-sub-title,.module-wrapper-item__menu--active .module-wrapper-item__menu-sub-title .uni-typo:not(.uni-icon),.module-wrapper-item__menu--active .module-wrapper-item__menu-title,.module-wrapper-item__menu--active .module-wrapper-item__menu-title .uni-typo:not(.uni-icon){color:var(--color-white)}.module-wrapper-item__menu--active .module-wrapper-item__menu-description .uni-new-avatar-grouped__item--more{background-color:var(--color-primary-600)!important}.module-wrapper-item__menu--active .module-wrapper-item__menu-description .MuiTypography-root:not(.uni-icon){color:var(--color-white)}.module-wrapper-item__menu--active .module-wrapper-item__menu-description .uni-new-avatar{--uni-avatar-border-color:var(--color-background-empty-state-background)}.module-wrapper-item__menu--active .module-wrapper-item__menu-description .icon-project,.module-wrapper-item__menu--active .module-wrapper-item__menu-description .icon-time,.module-wrapper-item__menu--active .module-wrapper-item__menu-description .uni-new-avatar-grouped__item--more{color:var(--color-white)}.module-wrapper-item__menu--active .module-wrapper-item__menu-description .icon-download-box,.module-wrapper-item__menu--active .module-wrapper-item__menu-description .icon-scales,.module-wrapper-item__menu--active .module-wrapper-item__menu-description .icon-share,.module-wrapper-item__menu--active .module-wrapper-item__menu-title .icon-star-outline{color:var(--color-white)!important}.module-wrapper-item__menu--hide-star{display:none}.module-wrapper-item__menu-menu-btn{cursor:pointer}.module-wrapper-item__menu--active .module-wrapper-item__menu-menu-btn{cursor:pointer;--uni-button-color:var(--color-white);--uni-button-on-color:var(--color-white)}.rtl-styles .module-wrapper-item__menu-menu-btn{transform:translateX(var(--spacing-xxsmall))}.palette-arabic-theme .module-wrapper-item__menu{border-radius:var(--dim-radius-xxlarge)!important}.module-wrapper{--module-wrapper-sidebar-width:20rem;flex:1;min-height:100%;max-height:100%;display:flex}.module-wrapper-list{margin:calc(var(--spacing-normal)*-1);padding:var(--spacing-normal);height:0;flex:1;margin-block-start:0;padding-block-start:0;padding-block-end:var(--spacing-small);list-style:none;overflow:hidden}.module-wrapper-list--empty{flex-direction:column;justify-content:center;align-items:center;padding-block-start:var(--spacing-normal);padding-block-end:var(--spacing-normal);display:flex}.module-wrapper-list--empty__title{color:var(--color-secondary-500);font-size:.875rem;font-weight:700;line-height:1.25rem}.module-wrapper-list--empty__svg{width:100px;height:100px}.module-wrapper-list--loading{align-items:stretch;gap:var(--spacing-xsmall);flex-direction:column;display:flex}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.module-wrapper-list{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.module-wrapper-list:focus,.module-wrapper-list:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.module-wrapper .uni-grid{--uni-grid-cols-xs:1;--uni-grid-cols-sm:2;--uni-grid-cols-md:2;--uni-grid-cols-lg:2;--uni-grid-cols-xl:3}.module-wrapper--hide .uni-grid{--uni-grid-cols-xs:1;--uni-grid-cols-sm:2;--uni-grid-cols-md:2;--uni-grid-cols-lg:3;--uni-grid-cols-xl:4}.module-wrapper__sidebar{align-items:stretch;gap:var(--spacing-xsmall);border-radius:var(--spacing-xsmall);background-color:var(--color-surface);border:1px solid var(--color-divider);margin-inline:0;margin-block:var(--spacing-xsmall);width:100%;min-height:calc(100% - var(--spacing-normal));max-height:calc(100% - var(--spacing-normal));max-width:var(--module-wrapper-sidebar-width);transition:var(--transition-long);will-change:margin-inline-start;flex-direction:column;flex-shrink:0;transition-property:margin-inline-start;display:flex;position:relative}.module-wrapper__sidebar .uni-flexible-pane-close-button,.module-wrapper__sidebar .uni-flexible-pane-mode-button{display:none}.module-wrapper__header{border-block-end:1px solid var(--color-divider);justify-content:space-between;align-items:center;padding-block-end:var(--spacing-xsmall);display:flex}.module-wrapper--header{border-block-end:none}.module-wrapper__toggle-button{opacity:0;visibility:hidden;z-index:1;padding:var(--spacing-xxsmall);background-color:var(--color-surface);box-shadow:var(--box-shadow-lg);transition-duration:.15s;position:absolute;inset-block-start:var(--spacing-small);inset-inline-end:0;transform:translate(50%)}.module-wrapper__toggle-button>.uni-button-icon{will-change:transform;transition:var(--transition-main)}.module-wrapper--hide .module-wrapper__toggle-button,.module-wrapper__sidebar:hover .module-wrapper__toggle-button{opacity:1;visibility:visible}.module-wrapper--hide .module-wrapper__sidebar{margin-inline-start:calc(var(--module-wrapper-sidebar-width)*-1 - var(--spacing-normal))}.module-wrapper--hide .module-wrapper-list,.module-wrapper--hide .module-wrapper__header{pointer-events:none;overflow:hidden}.module-wrapper--hide .module-wrapper__toggle-button>.uni-button-icon{transform:rotate(180deg)}.module-wrapper .uni-virtualizer__grid-skeleton{margin-top:0}@media screen and (min-width:960px){.module-wrapper{padding-inline-start:var(--spacing-normal)}.module-wrapper .uni-appbar{--uni-appbar-start-offset:calc(var(--module-wrapper-sidebar-width) + var(--spacing-normal))}.module-wrapper--hide .uni-appbar{--uni-appbar-start-offset:0px}}.module-wrapper-subtab{background:var(--color-surface);padding-inline:var(--spacing-small);padding-block:0!important;top:0!important}.module-wrapper-subtab .tab-layout__filter{margin:0!important}.module-wrapper-tab-layout{background:var(--color-surface);padding-inline:var(--spacing-small);padding-block:0!important;top:0!important}.module-wrapper-tab-layout .tab-layout__filter{margin-block-start:var(--spacing-normal);margin-inline:0}.module-wrapper-item-skeleton{padding-inline:var(--spacing-small);width:100%}.palette-arabic-theme .module-wrapper__sidebar{border-radius:var(--dim-radius-xxlarge)}.module-wrapper-header{margin-inline:var(--spacing-small);flex-direction:column;justify-content:center;min-height:2.5rem;max-height:2.5rem;display:flex}.module-wrapper-header.mr{padding-block:0}.module-wrapper-header.mr .module-wrapper-header__actions{height:100%;padding:0}.module-wrapper-header.mr .module-wrapper-header__overal-info{margin:0}.module-wrapper-header__actions{padding-bottom:var(--spacing-xxsmall);flex-direction:row;justify-content:space-between;align-items:center;display:flex}.module-wrapper-header__actions--border{border-block-end:.0625rem solid var(--color-gray-300)}.module-wrapper-header__item{align-items:center;column-gap:var(--spacing-xxsmall);flex-direction:row;display:flex}.module-wrapper-header__item--title{padding:10px 0 10px 12px}.module-wrapper-header__overal-info{justify-content:flex-end;padding-block-start:7px;width:100%!important}.module-wrapper-header .uni-search__end-adornment .uni-button{padding:var(--spacing-xsmall)!important}.module-wrapper-header__search{width:100%!important}.module-wrapper-header__search-detail{background:var(--color-surface);z-index:1198}.module-wrapper-header__filter{margin-block-start:16px}.module-wrapper-header__sort-title{margin-inline-start:var(--spacing-normal)}.module-wrapper-header__sort-label{margin-inline-start:var(--spacing-large)}.module-wrapper-header__sort-list .uni-new-menu-item--text.uni-new-menu-item--focus,.module-wrapper-header__sort-list .uni-new-menu__list--active-item{background:0 0}.palette-arabic-theme .module-wrapper-header{margin-inline:unset;padding-inline:var(--spacing-small);border-bottom:1px solid var(--color-divider)}.offline-page{z-index:9999;position:fixed;top:0;left:0}.app-bar{height:var(--dim-bar-height);transition:var(--transition-short);width:100%;padding:0 var(--spacing-normal);justify-content:space-between;align-items:center;display:flex}@media screen and (min-width:960px){.app-bar{z-index:var(--z-index-drawer);padding:var(--spacing-xsmall)var(--spacing-normal)}}@media screen and (max-width:960px){.app-bar{background-color:var(--color-surface);box-shadow:0 0 0 1px var(--color-divider)}}.branding__logo-container{align-items:center;display:flex}.branding__logo-container>img+img{margin-block-start:var(--spacing-small);margin-inline-start:var(--spacing-small)}@media screen and (max-width:960px){.branding__logo-container{display:none}}.end-items{justify-content:flex-end;align-items:center;height:100%;padding-inline-end:0;display:flex}.end-items__default-actions{display:inherit;gap:inherit}.end-items__item.uni-button{--uni-button-color:var(--color-text-primary);width:40px;height:40px}.end-items__item--active.uni-button{color:var(--color-primary)}.end-items__icon-container{height:var(--dim-bar-height);width:var(--dim-bar-height);border-radius:0}.end-items__icon-container:hover{background-color:var(--color-hover)}.end-items__icon-container--active{background-color:var(--color-primary-50)}.end-items__vertical-rule{border-inline-end:1px solid var(--color-divider);height:100%}.end-items .MuiBadge-badge.MuiBadge-dot{min-width:6px;height:6px;box-shadow:0 0 0 2px var(--uni-button-background)}@media screen and (max-width:959px){.end-items{flex:1}.end-items__default-actions,.end-items__icon-container,.end-items__item,.end-items__vertical-rule{display:none}}.mobile-items{display:flex}.mobile-items__title{text-transform:capitalize;font-weight:700}@media screen and (min-width:960px){.mobile-items{display:none}}@media screen and (max-width:960px){.mobile-items{display:none}}.route-crumb--clickable{cursor:pointer}.start-items{flex:1;align-items:center;display:flex}.start-items__nav li{color:var(--color-text-tertiary);font-weight:700}.start-items__nav li :not(.uni-icon){font-weight:inherit}.start-items__nav li:last-of-type{color:var(--color-text-primary)}.start-items__anonymous-branding{margin-right:var(--spacing-small)}@media screen and (min-width:960px){.start-items--mobile-show{display:none}.start-items--mobile-hide{align-items:center;display:flex}}@media screen and (max-width:959px){.start-items--mobile-show{align-items:center;display:flex}.start-items--mobile-hide,.start-items__title{display:none}}.sidebar-menu-item{overflow:visible;gap:var(--spacing-normal)!important;border-radius:var(--spacing-xxsmall)!important;--uni-new-menu-item-padding:var(--spacing-xsmall)!important}.sidebar-menu-item .uni-new-menu-item__label{color:var(--color-text-primary)!important;font-weight:700!important}.sidebar-menu-item .MuiBadge-badge{font-family:var(--uni-font-family);inset-block-start:var(--spacing-xxsmall);inset-inline-end:var(--spacing-xxsmall)}.sidebar-menu-item .sidebar-menu-item__icon{align-items:center;display:flex}.sidebar-menu-item .sidebar-menu-item__icon.uni-icon--animated{--uni-icon-animated-scale:1}.sidebar-menu-item--active .uni-new-menu-item__label{color:var(--color-white)!important}.sidebar-menu-item--active .sidebar-menu-item__icon{--uni-icon-mask-color-active:var(--color-primary)!important}.sidebar-menu-item__tooltip{opacity:.85}.sidebar-menu-item__tooltip--hide{display:none}.panel-wrapper--collapsed-sidebar .sidebar-menu-item{padding-inline-start:var(--spacing-xsmall)!important}.panel-wrapper--collapsed-sidebar .sidebar-menu-item.uni-new-menu-item--link{padding-inline-start:0!important}.panel-wrapper--collapsed-sidebar .sidebar-menu-item.uni-new-menu-item--link .uni-new-menu-item__link{padding-inline-start:var(--spacing-xsmall)!important}.panel-wrapper--collapsed-sidebar .sidebar-menu-item .uni-new-menu-item__content{pointer-events:none!important}.bottom-bar{align-items:center;gap:var(--spacing-xsmall);border-block-start:1px solid var(--color-divider);background-color:var(--color-background);width:100%;padding:var(--spacing-xxsmall)var(--spacing-xxsmall);transition:var(--transition-main);z-index:calc(var(--z-index-drawer) - 3);height:4.25rem;min-height:4.25rem;max-height:4.25rem;display:flex;position:fixed;inset-block-end:0;inset-inline:0}.bottom-bar .MuiBottomNavigationAction-label{opacity:1}.bottom-bar__avatar{margin:var(--spacing-xsmall);margin-block-start:0}.bottom-bar--hide{box-shadow:none;inset-block-end:calc(var(--dim-bar-height)*-1.1)}.bottom-bar__item{border-radius:var(--dim-radius-small);margin-block:var(--spacing-xxsmall);flex:1;min-width:auto;height:3.1875rem;min-height:3.1875rem;max-height:3.1875rem;padding:0}.bottom-bar__item .MuiBottomNavigationAction-label{color:var(--color-text-primary);font-family:var(--uni-font-family)}.bottom-bar__item--icon{border-radius:var(--dim-radius-small);height:var(--dim-xlarge);width:var(--dim-xlarge);min-height:var(--dim-xlarge);min-width:var(--dim-xlarge);justify-content:center;align-items:center;margin-block-end:var(--spacing-xxsmall);display:flex}.bottom-bar__item--icon .uni-icon{width:var(--dim-large);height:var(--dim-large)}.bottom-bar__item--active .bottom-bar__item--icon{background-color:var(--color-primary)}.bottom-bar__item--active .MuiBottomNavigationAction-label{font-weight:700}.bottom-bar__item--active .uni-icon,.bottom-bar__item--active .uni-icon span:before{color:#fff}.bottom-bar__item--active .MuiBottomNavigationAction-label{color:var(--color-primary)}@media screen and (min-width:960px){.bottom-bar{display:none}}.mini-bio__header{align-items:center;gap:var(--spacing-xsmall);padding:var(--spacing-normal);border-block-end:1px solid var(--color-divider);flex-direction:column;display:flex;position:relative}.mini-bio__header .mini-bio__cover{min-height:4rem;max-height:4rem;display:block;position:absolute;inset-block-start:0;inset-inline:0}.mini-bio__avatar{overflow:visible}.mini-bio__title{text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.mini-bio__footer{width:100%;height:var(--spacing-xxlarge);padding-inline:var(--spacing-normal);justify-content:space-between;align-items:center;display:flex}.mini-bio-status__button{border:1px solid var(--color-white);background-color:var(--status-icon-color);border-radius:50%;min-width:1rem;max-width:1rem;min-height:1rem;max-height:1rem;position:absolute;inset-block-end:0;inset-inline-end:0;overflow:hidden}.mini-bio-status__button>.uni-button{position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%);--uni-button-color:var(--color-white)!important;background-color:#0000!important}.mini-bio-status__button--online{--status-icon-color:var(--color-success)}.mini-bio-status__button--offline{--status-icon-color:var(--color-text-hint)}.mini-bio-status__button--away{--status-icon-color:var(--color-warning)}.mini-bio-status__button--busy{--status-icon-color:var(--color-error)}.mini-bio__wrapper--tip{flex-direction:column;min-width:14rem;overflow:hidden;max-width:14rem!important}.mini-bio__wrapper--sheet{padding-block-start:0!important}.mini-bio__action{justify-content:center;align-items:center;display:flex}.sidebar-profile-card__header{align-items:center;gap:var(--spacing-xsmall);min-width:278px;max-width:278px;padding:var(--spacing-normal);border-block-end:1px solid var(--color-gray-200);flex-direction:column;display:flex;position:relative}.sidebar-profile-card__header--sheet-only{min-width:100%;margin-block-start:var(--spacing-xsmall)}.sidebar-profile-card__header--name{text-align:center;width:100%}.sidebar-profile-card__header .sidebar-profile-card__cover{min-width:100%;max-width:100%;min-height:4.5rem;max-height:4.5rem;display:block;position:absolute;inset-block-start:0;inset-inline:0}.sidebar-profile-card__avatar{overflow:visible}.sidebar-profile-card__copy{align-items:center;gap:var(--spacing-xxsmall);color:var(--color-primary);font-size:.75rem;font-weight:700;display:flex}.sidebar-profile-status{z-index:100000}.sidebar-profile-status .uni-new-menu__paper{max-width:200px}.sidebar-profile-status__header{color:var(--color-secondary-500);padding:var(--spacing-xxsmall)var(--spacing-small);padding-block-start:var(--spacing-xsmall);font-size:.75rem;font-weight:700;line-height:1rem}.sidebar-profile-status .uni-new-menu-item{padding-inline-start:var(--spacing-small);padding-inline-end:var(--spacing-small)}.sidebar-profile-status__status-icon{--status-icon-color:unset;min-width:var(--dim-small);max-width:var(--dim-small);min-height:var(--dim-small);max-height:var(--dim-small);background-color:var(--status-icon-color);border:1.5px solid var(--status-icon-color);border-radius:50%}.sidebar-profile-status__status-icon--online{--status-icon-color:var(--color-success)}.sidebar-profile-status__status-icon--offline{--status-icon-color:var(--color-text-hint);background-color:#0000}.sidebar-profile-status__status-icon--away{--status-icon-color:var(--color-warning)}.sidebar-profile-status__status-icon--busy{--status-icon-color:var(--color-error)}.sidebar-profile-status__button{border:1px solid var(--color-surface);background-color:var(--status-icon-color);border-radius:50%;min-width:1.25rem;max-width:1.25rem;min-height:1.25rem;max-height:1.25rem;position:absolute;inset-block-end:0;inset-inline-end:0;overflow:hidden}.sidebar-profile-status__button>.uni-button{position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%);--uni-button-color:var(--color-white)!important;background-color:#0000!important}.sidebar-profile-status__button--online{--status-icon-color:var(--color-success)}.sidebar-profile-status__button--offline{--status-icon-color:var(--color-text-hint)}.sidebar-profile-status__button--away{--status-icon-color:var(--color-warning)}.sidebar-profile-status__button--busy{--status-icon-color:var(--color-error)}.sidebar__profile-menu{flex-shrink:0}.sidebar__profile-menu--theme .uni-new-menu-item__content{flex-direction:row;justify-content:space-between;align-items:center}.sidebar__profile-menu--theme .uni-new-menu-item__label{margin-block-end:0;font-weight:700}.sidebar__profile-menu--theme .uni-new-menu-item__hint{font-weight:700}.sidebar-profile-footer{color:var(--color-text-disabled);padding:var(--spacing-xsmall)var(--spacing-normal);flex-wrap:wrap;align-items:center;padding-block-start:0;display:flex}.sidebar-profile-footer__option{color:var(--color-text-primary)}.sidebar-profile-footer__option+.sidebar-profile-footer__option:before{content:"•";margin-inline-start:var(--spacing-xxsmall);margin-inline-end:var(--spacing-xxsmall)}.sidebar-content{gap:var(--spacing-xxsmall);padding-block:var(--spacing-xsmall);flex-direction:column;flex:1;padding-inline:.375rem;display:flex;overflow:hidden auto}.sidebar-content::-webkit-scrollbar{display:none}.sidebar-content:hover::-webkit-scrollbar{width:.25rem;display:block}.panel-wrapper--collapsed-sidebar .sidebar-content{-ms-overflow-style:none;scrollbar-width:none}.panel-wrapper--collapsed-sidebar .sidebar-content::-webkit-scrollbar{display:none}.sidebar-footer{gap:var(--spacing-xxsmall);padding-inline:.375rem;padding-block:var(--spacing-xsmall);flex-direction:column;display:flex;position:relative;overflow-x:hidden}@media screen and (max-height:800px){.sidebar-footer{box-shadow:0 2px 2px #1017280d,1px 0 5px #0000000d}}.sidebar-footer__items{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.sidebar-footer__arrow{text-align:center;width:calc(100% + .75rem);margin-inline-start:-.375rem;position:relative}.sidebar-footer__arrow--button{background-color:var(--color-divider);z-index:3;width:20px;height:20px;position:absolute;inset-inline-end:var(--spacing-normal)}.sidebar-footer__arrow.collapsed .sidebar-footer__arrow__button{background-color:var(--color-surface);border:2px solid var(--color-divider)}.sidebar-footer__arrow.expanded{justify-content:flex-end;align-items:center;display:flex}.sidebar-footer__arrow.expanded .sidebar-footer__arrow__button{margin-inline-end:var(--spacing-normal)}.sidebar-header{padding:var(--spacing-xsmall).375rem;padding-block-end:0;overflow:hidden}.sidebar__workspace-switcher.uni-button{overflow:visible}.sidebar-workspace-switcher__root{width:calc(5*var(--dim-xxxlarge))}@media screen and (max-width:960px){.sidebar-workspace-switcher__root{width:100%}}.sidebar-workspace-switcher__skeleton{gap:var(--spacing-xsmall);padding-inline:var(--spacing-xsmall);flex-direction:column;display:flex}.sidebar-workspace-switcher__header{align-items:center;gap:var(--spacing-xsmall);padding-block-start:var(--spacing-xsmall);padding-block-end:var(--spacing-xxsmall);padding-inline-start:var(--spacing-small);padding-inline-end:var(--spacing-small);display:flex}.sidebar-workspace-switcher__footer{overflow:visible;max-width:100%!important}.sidebar-workspace-switcher__title{align-items:center;gap:var(--spacing-xxsmall);flex:1;display:flex}.sidebar-workspace-switcher__content{border-block-end:1px solid var(--color-gray-200);padding-block-end:var(--spacing-xsmall);padding-inline-start:var(--spacing-xxsmall);padding-inline-end:var(--spacing-small);overflow:hidden}.sidebar-workspace-switcher__content-dragging *{cursor:grabbing;-webkit-user-select:none!important;user-select:none!important}.sidebar-workspace-switcher__content-dragging ::selection{background:0 0}.sidebar-workspace-switcher__item{align-items:center;width:100%;min-width:278px;display:flex}.sidebar-workspace-switcher__details{padding:6px;outline:unset!important}.sidebar-workspace-switcher__details .uni-new-avatar--square{border-width:1px!important}.sidebar-workspace-switcher__details .sidebar-expandable-item__title{line-height:1.25rem}.sidebar-workspace-switcher__details:not(:hover){--uni-button-background:var(--color-surface)}.sidebar-workspace-switcher__details--active>.uni-icon{color:var(--color-primary)!important}.sidebar-workspace-switcher__drag{cursor:grabbing;padding-inline-start:var(--spacing-xsmall);padding-inline-end:var(--spacing-xsmall)}.sidebar-workspace-switcher__drag .uni-icon{font-size:1rem!important;line-height:1rem!important}.sidebar-workspace-switcher__sheet .uni-bottom-sheet__paper{overflow:auto}.sidebar-workspace-switcher__sheet .sidebar-workspace-switcher__root{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.sidebar{height:100%;z-index:calc(var(--z-index-drawer) - 1);position:fixed;inset-block-start:0;inset-inline-start:0}.sidebar__top-bar{justify-content:space-between;align-items:center;width:100%;display:flex}.sidebar__top-bar--coffee{cursor:pointer;display:flex}.sidebar__top-bar--coffee--show{display:flex!important}.sidebar__top-bar--wrapper{width:calc(100% + var(--spacing-xxxsmall));height:var(--dim-header-height);min-height:var(--dim-header-height);background:#262629;justify-content:space-between;align-items:center;display:flex}.sidebar__top-bar--collapse{justify-content:center}.sidebar__top-bar--toggle-sidebar{display:none}.sidebar__top-bar--toggle-sidebar .uni-button-icon{--color-text-secondary:var(--color-white)!important}.sidebar__top-bar--toggle-sidebar--show{display:flex!important}.sidebar__top-bar--expanded{padding-inline:1.25rem var(--spacing-small)}.sidebar:hover .sidebar__top-bar--toggle-sidebar{display:flex}.sidebar:hover .sidebar__top-bar--coffee{display:none}.sidebar__paper{white-space:nowrap;height:100%;transition:var(--transition-short);background-color:var(--color-surface);border-inline-end:1px solid var(--color-divider);width:var(--sidebar-width,calc(var(--dim-drawer-width--open) + 1px));border-inline-start:none;flex-direction:column;flex-shrink:0;display:flex;position:relative;overflow:visible}.sidebar__paper:hover{box-shadow:var(--box-shadow-sidebar)}.sidebar__paper--expanded:hover{box-shadow:unset}.sidebar__paper:hover .sidebar-content{-ms-overflow-style:inherit;scrollbar-width:inherit}.sidebar__paper:hover .sidebar-content::-webkit-scrollbar{width:.25rem;display:block}.sidebar__toggle-button{opacity:0;visibility:hidden;z-index:var(--z-index-drawer);padding:var(--spacing-xxsmall);box-shadow:var(--box-shadow-lg);transition-duration:.15s;position:absolute;inset-block-start:1.125rem;inset-inline-end:0;transform:translate(50%);background-color:var(--color-surface)!important}.sidebar__toggle-button>.uni-button-icon{will-change:transform;transition:var(--transition-main)}@media screen and (min-width:960px){.sidebar__paper:hover .sidebar__toggle-button{opacity:1;visibility:visible}}.panel-wrapper--collapsed-sidebar .sidebar__toggle-button>.uni-button-icon{transform:rotate(180deg)}.palette-arabic-theme .sidebar{height:unset;inset-block:8px;inset-inline-start:8px}.palette-arabic-theme .sidebar__paper{background-color:var(--color-gray-50);border-radius:var(--dim-radius-xxlarge);border:none}.palette-arabic-theme .sidebar__top-bar--wrapper{background:0 0}.palette-arabic-theme .sidebar__top-bar--toggle-sidebar .uni-button-icon{--color-text-secondary:unset!important}.palette-arabic-theme .sidebar-menu-item{border-radius:var(--dim-radius-full)!important}.palette-arabic-theme .sidebar-expandable-item{--uni-button-background:var(--color-background);border-radius:var(--dim-radius-full);padding:var(--spacing-xxxsmall)4px;--uni-button-outline:unset!important}.palette-arabic-theme .sidebar .uni-new-avatar--square{--uni-avatar-border-radius:10000px;--uni-avatar-size:2rem!important}.palette-arabic-theme .sidebar .uni-new-avatar__abbr{transform:translate(47%)}.panel-wrapper{--sidebar-width:0px;background-color:var(--color-background);width:100%;height:100%;transition:var(--transition-main);will-change:padding,background;align-items:stretch;transition-property:padding,background;display:flex}.panel-wrapper--has-bottom-bar{padding-block-end:var(--dim-bar-height)}@media screen and (min-width:960px){.panel-wrapper{--sidebar-width:calc(var(--dim-drawer-width--open) + 1px);padding-inline-start:var(--sidebar-width)}.panel-wrapper--collapsed-sidebar{--sidebar-width:calc(var(--dim-drawer-width--closed) + 1px)}.panel-wrapper--has-bottom-bar{padding-block-end:0}.panel-wrapper--hover{padding-inline-start:calc(var(--dim-drawer-width--closed) + 1px)}}.panel-wrapper--not-fixed-page{flex-direction:column;max-height:100%;padding-block-start:0;overflow:hidden}.panel-wrapper--has-header{overflow:unset;padding-block-end:var(--dim-header-height)!important}.panel-wrapper--has-header:has(.settings-layout){padding-block-end:0!important}.panel-wrapper--has-header .uni-appbar{inset-block-start:var(--dim-header-height)!important}.panel-wrapper--has-header .uni-detail-page__header--scrolled{height:14.5rem;padding-block-start:var(--dim-header-height)}.overlay{z-index:9999;background-color:#000000b3;width:100%;height:100%;top:0;left:0}.large-image,.overlay{cursor:zoom-out;position:absolute}.large-image{z-index:99999;max-width:80%;max-height:80%;top:50%;left:50%;transform:translate(-50%,-50%)}.uni-breadcrumb-item{white-space:nowrap;text-transform:capitalize;justify-content:center;gap:var(--spacing-xxsmall);overflow:hidden}.uni-breadcrumb-item,.uni-breadcrumbs{align-items:center;max-width:100%;display:flex}.uni-breadcrumbs__list{flex-wrap:nowrap;align-items:center;margin-inline-start:calc(var(--spacing-xxsmall)*-1)}.uni-breadcrumbs__item{align-items:center;min-width:auto;font-size:12px;font-weight:500;line-height:14px;display:none;overflow:hidden}.uni-breadcrumbs__item:not(:last-child){min-width:fit-content}.uni-breadcrumbs__item:first-child{font-weight:400}.uni-breadcrumbs__item>a{padding:var(--spacing-xxxsmall)var(--spacing-xxsmall)}.uni-breadcrumbs__item:last-child{color:var(--appbar-active-color,var(--color-text-primary));white-space:nowrap;text-overflow:ellipsis;justify-content:flex-start;font-weight:700;line-height:16px;display:flex;overflow:hidden}.uni-breadcrumbs__item:last-child>a{pointer-events:none}.uni-breadcrumbs__item:not(:last-child){transition:var(--transition-short);border-radius:var(--spacing-xxsmall);color:var(--appbar-color,var(--color-text-tertiary))}.uni-breadcrumbs__item:not(:last-child):hover{background-color:var(--appbar-background-hover-color,var(--color-gray-200))}.uni-breadcrumbs__separator{color:var(--color-secondary-200);margin:0;display:none}.uni-breadcrumbs__separator-icon{font-size:1rem!important}@media screen and (min-width:960px){.uni-breadcrumbs__item,.uni-breadcrumbs__separator{display:flex}}.uni-appbar{--uni-appbar-start-offset:0px;align-items:stretch;gap:var(--spacing-xsmall);padding:var(--spacing-xsmall);max-height:var(--dim-bar-height);min-height:var(--dim-bar-height);z-index:calc(var(--z-index-drawer) - 2);transition:var(--transition-main);will-change:inset-inline-start,transform,text-shadow;flex-wrap:nowrap;justify-content:space-between;transition-property:inset-inline-start,transform,text-shadow;display:flex;position:fixed;inset-block-start:0;inset-inline-start:calc(var(--uni-appbar-start-offset) + var(--sidebar-width,0px));inset-inline-end:0}.uni-appbar .uni-copy-link__button .uni-button-icon{font-size:1.25rem!important}.uni-appbar .add-to-matters{height:var(--dim-normal);border-inline-start:1px solid var(--color-fiord-200);margin-inline-start:var(--spacing-normal);padding-inline-start:var(--spacing-xsmall)}@media screen and (min-width:960px){.uni-appbar--sidebar-hovered{inset-inline-start:calc(var(--uni-appbar-start-offset) + var(--dim-drawer-width--closed) + 1px)}}.uni-appbar--drawer{position:unset}.uni-appbar__actions,.uni-appbar__navigation{z-index:1;align-items:center;gap:var(--spacing-xsmall);flex-wrap:nowrap;justify-content:flex-start;max-width:100%;display:flex}.uni-appbar__actions--mobile,.uni-appbar__navigation--mobile{padding-inline-start:var(--spacing-xsmall)}.uni-appbar__actions--button,.uni-appbar__navigation--button{--uni-button-color:var(--color-secondary-200)}.uni-appbar__actions{flex:auto;justify-content:flex-end}@media screen and (max-width:600px){.uni-appbar__actions{justify-content:flex-end}}.uni-appbar__navigation{overflow:hidden}.uni-appbar__logo{cursor:pointer;will-change:filter;transition:var(--transition-main);object-fit:contain;height:100%;max-height:var(--dim-xlarge);min-width:10rem;margin-inline-end:var(--spacing-large);transition-property:filter}.uni-appbar__modules{align-items:center;gap:var(--spacing-xsmall);display:flex}.uni-appbar--over-banner{background-color:var(--color-surface);transition:background .5s}@media screen and (min-width:960px){.uni-appbar{padding:var(--spacing-xsmall)var(--spacing-normal)}}@media screen and (max-width:960px){.uni-appbar{--appbar-background-hover-color:var(--color-gray-300)}.uni-appbar:before{opacity:1;content:"";background-color:var(--color-surface);border-block-end:1px solid var(--color-divider);transition:var(--transition-main);will-change:opacity;transition-property:opacity;display:block;position:absolute;inset:0}.uni-appbar--overlap{--appbar-color:var(--color-gray-100);--appbar-active-color:var(--color-white);--appbar-background-hover-color:#181b1f80;--appbar-background-focus-color:#181b1f4d;box-shadow:none;text-shadow:0 0 4px #0006;background:linear-gradient(#0006,#0000)}.uni-appbar--overlap .uni-breadcrumbs__list .uni-breadcrumbs__item .uni-typo--color-text-default{color:var(--color-white)}.uni-appbar--overlap:before{opacity:0}.uni-appbar--overlap .uni-button{--uni-button-background-light:var(--appbar-background-hover-color)}.uni-appbar--overlap .uni-button:not(:disabled){text-shadow:0 0 4px #0006;--uni-button-color:var(--color-white)!important}.uni-appbar--overlap .uni-button:focus{--uni-button-background-light:var(--appbar-background-focus-color)}}.palette-arabic-theme .uni-appbar{min-height:fit-content;max-height:fit-content}@media screen and (min-width:960px){.palette-arabic-theme .uni-appbar{padding:0 var(--spacing-large)}}.sidebar-item__container{-webkit-user-select:none;user-select:none;position:relative}.sidebar-item__chevron{block-size:var(--dim-normal);position:absolute;inset-block-start:1.25rem;inset-inline-end:var(--spacing-xsmall);background-color:#0000!important}.sidebar-item__info--header{justify-content:space-between;align-items:flex-end;display:flex}.sidebar-section{margin-top:var(--spacing-small);margin-bottom:var(--spacing-normal)}.sidebar-section--text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar-setting-developer{margin-block:var(--spacing-xsmall);margin-inline:var(--spacing-normal);min-width:20.5rem}.sidebar-setting-developer__aside{background-color:var(--color-surface);border-radius:var(--dim-radius-medium);border:1px solid var(--color-divider);max-height:100%;padding:var(--spacing-normal);flex-direction:column;padding-block-start:var(--spacing-xsmall);display:flex;overflow-y:hidden}.sidebar-setting-developer__aside:hover{overflow-y:auto}.sidebar-setting-developer__aside::-webkit-scrollbar{width:.375rem}.palette-arabic-theme .sidebar-item__container,.palette-arabic-theme .sidebar-setting-developer__aside{border-radius:var(--dim-radius-xxlarge)}.sidebar-wrapper{width:100%;height:100%;display:flex;overflow:hidden}.sidebar-wrapper-action{background:var(--color-surface);z-index:10;flex-direction:column;width:100%;min-width:360px;height:100%;display:flex;box-shadow:-2px 0 10px #00000026}@media (min-width:960px){.sidebar-wrapper-action{width:33%}}.sidebar-wrapper-preview{width:100%;height:calc(100% - 62px);margin-top:var(--spacing-xxxxlarge);background-color:var(--color-surface);padding:0}@media (min-width:960px){.sidebar-wrapper-preview{width:75%;height:100%;margin-top:0}}.sidebar-wrapper-preview-content{width:100%;height:100%;overflow:hidden}.mobile-hide{display:none}@media (min-width:960px){.mobile-hide{display:block}}.split-wrapper{background-color:var(--color-surface);flex:1;align-items:stretch;height:100%;min-height:100%;display:flex}.split-wrapper__main{background-color:var(--color-background);flex-direction:column;flex:1;display:flex;position:relative}.split-wrapper__terms-and-privacy{margin-block-start:var(--spacing-xlarge)}.split-wrapper__logo{justify-content:center;margin-block-end:var(--spacing-xlarge);display:flex}.split-wrapper__logo>.uni-button{--uni-button-background:var(--color-gray-200);--uni-button-background-light:var(--color-gray-300);border-radius:50%;min-width:8.75rem;max-width:8.75rem;min-height:8.75rem;max-height:8.75rem}.split-wrapper__logo>.uni-button .MuiTouchRipple-root,.split-wrapper__logo>.uni-button .uni-button__backdrop{z-index:1;inset:0}.split-wrapper__logo>.uni-button .uni-new-avatar--square{--uni-avatar-border-radius:var(--spacing-xsmall)}.split-wrapper__logo>.uni-button:focus,.split-wrapper__logo>.uni-button:hover{--uni-button-backdrop-color:#0003;--uni-button-background:var(--uni-button-background-light)}.split-wrapper__logo>.uni-button.uni-editable-logo--empty .uni-button__backdrop{opacity:0}.split-wrapper__main-body{width:100%;max-height:100%;padding:1.875rem max((100% - 31rem)/2,var(--spacing-normal));margin:auto;padding-block-start:0;overflow-y:auto}.split-wrapper__aside-body{height:0;display:flex;overflow-y:auto}.split-wrapper__aside,.split-wrapper__aside-body{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%}.split-wrapper__aside{padding:var(--spacing-normal);background-color:var(--color-primary-200);display:none;position:relative}.split-wrapper__aside--full-image{padding:unset;background-color:#0000}.split-wrapper__aside-header{width:100%;max-width:32%;align-items:center;display:flex;position:absolute;inset-block-start:var(--spacing-normal);inset-inline-start:var(--spacing-normal)}@media screen and (max-width:960px){.split-wrapper__aside-header{display:none}}.split-wrapper__illustration{width:80%;height:auto;margin:auto;display:block}.split-wrapper__sidebar-image{object-fit:contain;width:100%;max-width:48.5rem;height:auto;max-height:40rem;padding:var(--spacing-normal);display:block}.split-wrapper__sidebar-image--cut-image{margin-block-start:var(--spacing-xxxxlarge);margin-inline-end:-65%;padding:0!important}.split-wrapper__sidebar-image--cut-image--invite-workspace{margin-inline-end:-48%!important}.split-wrapper__sidebar-image--animation{width:fit-content;height:fit-content;display:block}.split-wrapper__sidebar-image-wrapper{width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;padding-block-start:var(--spacing-xxxxlarge);display:flex;position:relative;overflow:hidden}.split-wrapper__sidebar-image-wrapper--title{max-width:36rem}.split-wrapper__sidebar-image-wrapper.mini-bio{background:linear-gradient(263deg,#18a0fb00 -5.65%,#18a0fb 46.21%)}.split-wrapper__sidebar-image-wrapper.login{background:linear-gradient(263deg,#ff006b80 -5.65%,#ff006b 46.21%)}.split-wrapper__sidebar-image-wrapper.calendar-and-chat{background:linear-gradient(82deg,#bd00ff 12.66%,#bd00ff66 96.93%,#bd00ff00 129.33%)}.split-wrapper__sidebar-image-wrapper.calendar-add{background:linear-gradient(262.85deg,#18a0fb00 -5.65%,#18a0fb 46.21%)}.split-wrapper__sidebar-image-wrapper.onboarding{background:linear-gradient(91deg,#5b18ff,#5b18ffbf 59.81%,#4a00ff52 122.34%,#4a00ff00 122.35%,#5b18ff00 0)}.split-wrapper__sidebar-image-wrapper.onboarding img{max-width:60rem!important}@media screen and (max-height:800px){.split-wrapper__sidebar-image-wrapper.onboarding img{max-width:50rem!important}}@media screen and (max-height:650px){.split-wrapper__sidebar-image-wrapper.onboarding img{max-width:40rem!important}}.split-wrapper__sidebar-image-wrapper.invite-workspace{background:linear-gradient(144deg,#4bd27c,#4bd27c00 112.61%)}.split-wrapper__sidebar-image-wrapper.invite-workspace .split-wrapper__sidebar-image--cut-image{margin-block-start:var(--spacing-normal)}.split-wrapper__sidebar-image-wrapper.invite-workspace img{max-width:52rem!important;padding:0!important}@media screen and (max-height:800px){.split-wrapper__sidebar-image-wrapper.invite-workspace img{max-width:42rem!important}}@media screen and (max-height:650px){.split-wrapper__sidebar-image-wrapper.invite-workspace img{max-width:40rem!important}}.split-wrapper__sidebar-image-wrapper.calendar{background:linear-gradient(263deg,#18a0fb00 -5.65%,#18a0fb 46.21%)}@media screen and (max-height:800px){.split-wrapper__sidebar-image{max-width:38.5rem}}@media screen and (max-height:650px){.split-wrapper__sidebar-image{max-width:26rem}}.split-wrapper__main-header{width:100%;padding:0 var(--spacing-normal);box-shadow:var(--box-shadow-lg);min-height:var(--dim-bar-height);max-height:var(--dim-bar-height);z-index:1200;align-items:center;display:flex}.split-wrapper__form{align-items:stretch;gap:var(--spacing-normal);width:100%;flex-direction:column;padding-block-start:var(--spacing-large);display:flex}.split-wrapper__form--button{--uni-button-color:white}.split-wrapper__title{text-align:center;color:var(--color-text-primary);padding-block-start:var(--spacing-normal);font-size:2rem;font-weight:700;line-height:2.5rem}.split-wrapper__description,.split-wrapper__sub-title{text-align:center;color:var(--color-text-tertiary);font-size:1rem;font-weight:400;line-height:1.5rem}.split-wrapper__description--bold,.split-wrapper__sub-title--bold{font-weight:700}.split-wrapper__title+.split-wrapper__sub-title{margin-block-start:var(--spacing-xsmall)}.split-wrapper__separator{gap:var(--spacing-normal);width:100%;color:var(--color-gray-400);grid-template-columns:1fr auto 1fr;display:grid}.split-wrapper__separator:after,.split-wrapper__separator:before{content:"";border-block-start:1px solid var(--color-gray-300);align-self:center}.split-wrapper__form+.split-wrapper__separator{margin-block-start:var(--spacing-normal)}.split-wrapper__aside-header>.split-wrapper__type-logo{width:100%;min-height:var(--spacing-xxxxlarge);max-height:var(--spacing-xxxxlarge);object-fit:contain;z-index:4;max-width:10.5rem}@media screen and (min-width:960px){.split-wrapper__aside-header>.split-wrapper__type-logo{margin-inline-start:var(--spacing-small)}}.split-wrapper__main-body .split-wrapper__type-logo{width:fit-content;min-height:var(--dim-bar-height);max-height:var(--dim-bar-height);margin:auto;margin-block-start:var(--spacing-normal);margin-block-end:0}.split-wrapper__main-body .split-wrapper__type-logo>img{object-fit:contain;max-width:160px}.split-wrapper__description{justify-content:center;align-items:baseline;gap:var(--spacing-xxsmall);flex-wrap:wrap;display:flex}.split-wrapper__texted{--uni-button-background-light:unset;padding:0}.split-wrapper__texted:focus .uni-button__label,.split-wrapper__texted:hover .uni-button__label{text-decoration:underline}.split-wrapper__felid-adornment{flex-shrink:0}.split-wrapper__avatar{--uni-avatar-border-radius:var(--spacing-xsmall);margin:auto;margin-block-end:var(--spacing-large);display:block}.split-wrapper__avatar img{object-fit:contain}.split-wrapper__sub-avatar{transform-origin:100% 100%;display:inline-block;position:absolute;inset-block-end:16%;inset-inline-end:16%;transform:scale(1)translate(50%,50%)}.split-wrapper-chips{--uni-button-padding:.375rem .5rem;background-color:var(--color-surface);border:var(--uni-button-outline);max-width:max-content;margin:0 auto}.split-wrapper-chips__arrow{margin:-.375rem;margin-inline-start:0}.split-wrapper-chips__avatar{margin:-.375rem;margin-inline-end:0}@media screen and (min-width:960px){.split-wrapper__aside{display:flex}.split-wrapper__main-header{width:unset;box-shadow:none;position:absolute;inset-block-start:0;inset-inline-start:var(--spacing-xsmall);inset-inline-end:0}.split-wrapper__main-header--back{background:var(--color-surface);border-radius:50%;box-shadow:0 2px 4px #1017280d}}.split-wrapper.row-reverse{flex-direction:row-reverse}.palette-arabic-theme .split-wrapper__main{border-radius:var(--dim-radius-xxxlarge);margin:24px}.palette-arabic-theme .split-wrapper-arabic{background-position:50%;background-size:cover}.palette-arabic-theme .split-wrapper-arabic--reverse{flex-direction:row-reverse}.uni-select{z-index:6;position:relative}.uni-select .MuiFormControlLabel-root{margin-top:-5px;margin-bottom:-5px;margin-inline-end:calc(var(--spacing-small)*-1)!important}.encryption-item{padding:var(--spacing-xsmall)0;align-items:center;gap:var(--spacing-xsmall);flex-direction:row;display:flex}.encryption-item__detail{flex-direction:column;flex-grow:1;display:flex}.encryption-item__icon{justify-content:center;align-items:center;display:flex}.server-location-item{padding:var(--spacing-xsmall)0;align-items:center;gap:var(--spacing-xsmall);flex-direction:row;display:flex}.server-location-item__detail{flex-grow:1}.server-location-item__icon{justify-content:center;align-items:center;display:flex}.waiting-for-knock-people-item{align-content:center;align-items:center;gap:var(--spacing-xsmall);display:flex}.waiting-for-knock-people-item__avatar{flex:0 0 40px}.waiting-for-knock-people-item__name.MuiTypography-root{text-transform:capitalize;font-weight:900}.waiting-for-knock-people-item__info{flex-direction:column;flex:100%;display:flex;overflow:hidden}.waiting-for-knock-people-item__tools{background-color:var(--color-secondary-500);padding-block:var(--spacing-xxxsmall);padding-inline:var(--spacing-xsmall);border-radius:9999px;display:flex}.waiting-for-knock-people-list{gap:var(--spacing-small);flex-direction:column;display:flex}.meeting-button{max-height:2.5rem}.meeting-button__label.MuiTypography-root{text-transform:lowercase;color:#fff;font-weight:700}.meeting-button__label.MuiTypography-root:first-letter{text-transform:capitalize}.meeting-button__open-Room.MuiTypography-root{text-transform:none;color:#fff;font-weight:700}.meeting-button__open-Room.MuiTypography-root:first-letter{text-transform:none}.meeting-button__timer{display:flex}.meeting-button__timer--label{color:#fff;padding-left:.25rem;font-weight:700}.meeting-button__container{display:flex}.mdp-overview-button .disabled{background-color:var(--color-disabled)!important}.meeting-location-viewer{align-items:center;display:flex}.meeting-location-viewer .icon{margin-right:var(--spacing-xsmall)}.meeting-status.MuiTypography-root{white-space:nowrap;text-transform:lowercase;font-weight:700}.meeting-status.MuiTypography-root:first-letter{text-transform:capitalize}.meeting-status--accept-now.MuiTypography-root{color:var(--color-primary)}.meeting-status--starting-soon.MuiTypography-root,.meeting-status--vote-now.MuiTypography-root,.meeting-status--voted.MuiTypography-root{color:var(--color-warning)}.meeting-status--confirm-now.MuiTypography-root,.meeting-status--start-in.MuiTypography-root,.meeting-status--start-now.MuiTypography-root{color:var(--color-primary)}.meeting-status--ended.MuiTypography-root,.meeting-status--scheduled.MuiTypography-root{color:var(--color-text-secondary)}.meeting-status--live.MuiTypography-root{color:var(--color-success)}.meeting-status--offline.MuiTypography-root{color:var(--color-text-disabled)}.meeting-status--canceled.MuiTypography-root{color:var(--color-text-secondary)}.meeting-status--declined.MuiTypography-root,.meeting-status--missed.MuiTypography-root,.meeting-status--not-started.MuiTypography-root{color:var(--color-error)}.meeting-status--expired.MuiTypography-root{color:var(--color-text-secondary)}.add-calendar__button{margin-inline-start:auto}.calendar-empty-state__wrapper{flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.new-calendar{background-color:var(--color-surface);height:100%}.new-calendar__calendar-nav button{padding-block:3.5px!important}.new-calendar .mbsc-calendar.mbsc-font.mbsc-material.mbsc-ltr.mbsc-calendar-grid-view{overflow:auto}.new-calendar .mbsc-material.mbsc-calendar-week-day{color:var(--color-text-secondary)}@media screen and (max-width:960px){.new-calendar .mbsc-calendar-wrapper.mbsc-flex-col.mbsc-flex-1-1.mbsc-material{overflow:unset!important}}.new-calendar .mbsc-schedule-all-day-wrapper{scrollbar-gutter:stable;overflow-y:auto}.new-calendar .mbsc-schedule-all-day-wrapper-shadow:after{box-shadow:var(--box-shadow-header)}@media screen and (max-width:960px){.new-calendar .mbsc-calendar.mbsc-font.mbsc-material.mbsc-ltr.mbsc-calendar-width-md.mbsc-eventcalendar.mbsc-eventcalendar-schedule{padding-block-end:var(--spacing-xxlarge)!important}.new-calendar .mbsc-calendar.mbsc-font.mbsc-material.mbsc-ltr.mbsc-calendar-grid-view.mbsc-eventcalendar{padding-block-end:var(--spacing-normal)}.new-calendar .mbsc-calendar-body-inner.mbsc-flex-col.mbsc-flex-1-1.mbsc-calendar-body-inner-variable{padding-block-end:var(--spacing-xxxlarge)}}@media screen and (max-width:600px){.new-calendar .mbsc-calendar.mbsc-font.mbsc-material.mbsc-ltr.mbsc-calendar-width-sm.mbsc-eventcalendar.mbsc-eventcalendar-schedule{padding-block-end:5rem!important}.new-calendar .mbsc-schedule-header{margin-block-start:calc(-1*(var(--spacing-normal) + var(--spacing-xxsmall)))}.new-calendar .mbsc-event-list.mbsc-event-list-scroll{padding-block-end:5rem}.new-calendar .mbsc-event-list.mbsc-event-list-scroll .mbsc-material.mbsc-event-list-empty{color:var(--color-on-surface)}.new-calendar .mbsc-calendar.mbsc-font.mbsc-material.mbsc-ltr.mbsc-calendar-grid-view.mbsc-eventcalendar{padding-block-end:var(--spacing-xxlarge)}.new-calendar .mbsc-calendar-body-inner.mbsc-flex-col.mbsc-flex-1-1.mbsc-calendar-body-inner-variable{padding-block-end:5.5rem}}.new-calendar .mbsc-calendar-grid .mbsc-calendar-table{width:100%!important;margin:0!important}.new-calendar .mbsc-material.mbsc-calendar-month-title{color:var(--color-text-primary)!important}.new-calendar .mbsc-calendar-cell-inner>div:not(.mbsc-calendar-cell-text){padding:var(--spacing-xsmall);padding-bottom:0;max-height:min-content!important}.new-calendar .mbsc-calendar-text.mbsc-calendar-text-placeholder{display:none}.new-calendar .mbsc-calendar-labels{inset-block-end:0;position:unset!important}.new-calendar .mbsc-calendar-grid-item.mbsc-flex-col.mbsc-flex-1-1.mbsc-material{border:1px solid var(--color-divider)}.new-calendar .mbsc-calendar-grid-item{margin:0!important;padding:0!important}.new-calendar .calendar-container__range-day .mbsc-schedule-header-item.mbsc-flex-1-1.mbsc-material.mbsc-ltr:not(.mbsc-selected){display:none}.new-calendar .mbsc-calendar-month-title{margin:0!important;padding:.625rem!important}.new-calendar .mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0{min-height:unset!important}.new-calendar .calendar-container .mbsc-event-list{overflow:hidden auto}.new-calendar .calendar-container .mbsc-calendar-table{padding:0 var(--spacing-small)var(--spacing-small)var(--spacing-small)}.new-calendar .calendar-container__add-button{box-shadow:var(--box-shadow-star)}.new-calendar .calendar-container__add-button.floatButton{z-index:1;width:var(--dim-xxlarge);height:var(--dim-xxlarge);border-radius:50%;position:absolute;inset-block-end:var(--dim-large);inset-inline-end:var(--dim-large)}@media (min-width:640px){.new-calendar .calendar-container__add-button.floatButton{width:calc(var(--dim-xxxlarge) + var(--dim-small));height:calc(var(--dim-xxxlarge) + var(--dim-small));inset-block-end:var(--dim-xxlarge);inset-inline-end:var(--dim-xxlarge)}}.new-calendar .calendar-container__range-day .calendar-header{margin-block-end:0}.new-calendar .mbsc-material.mbsc-schedule-invalid{z-index:1;opacity:.2;background-size:.5625rem .5625rem;background-image:repeating-linear-gradient(45deg,#e9eaee 0,var(--color-primary)1.5px,#e5e5f7 0,#e5e5f7 50%);cursor:not-allowed!important}.new-calendar .mbsc-material.mbsc-schedule-event{z-index:2}.new-calendar .mbsc-material.mbsc-datepicker .mbsc-calendar-slide{background-color:var(--color-surface)}.new-calendar .mbsc-calendar-cell.mbsc-disabled{cursor:not-allowed!important}.new-calendar .mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-text{font-size:large;margin:0 auto!important}.new-calendar .mbsc-disabled .mbsc-calendar-cell-text,.new-calendar .mbsc-disabled .mbsc-calendar-month-name{opacity:1!important}.new-calendar .mbsc-material.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled{background-color:var(--color-gray-200)!important}.new-calendar .mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner{min-height:unset!important}.new-calendar .mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,.new-calendar .mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr,.new-calendar .mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr{text-align:center!important;color:var(--color-text-tertiary)!important;font-size:medium!important}.new-calendar .mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day,.new-calendar .mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day:after,.new-calendar .mbsc-material.mbsc-calendar-height-md .mbsc-calendar-week-day{color:var(--color-text-tertiary)!important;border:none!important;font-size:medium!important}.new-calendar .mbsc-calendar-header .mbsc-calendar-week-days{padding:var(--spacing-xxsmall)2%!important}.new-calendar .mbsc-calendar-day-labels .mbsc-calendar-day-inner{border:1px solid var(--color-divider)!important}.new-calendar .mbsc-material.mbsc-calendar-height-md .mbsc-calendar-slide{padding:0 2%}.new-calendar .mbsc-calendar-today.mbsc-material.mbsc-calendar-cell-text,.new-calendar .mbsc-schedule-header-item.mbsc-material.mbsc-schedule-header-day-today.mbsc-material{background-color:var(--color-error);color:var(--color-white)}.new-calendar .mbsc-calendar-cell.mbsc-calendar-day.mbsc-material.mbsc-selected .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-material.mbsc-calendar-today{border-color:var(--color-error)}.new-calendar .mbsc-schedule-time-indicator-time-x{color:var(--color-error)}.new-calendar .mbsc-schedule-header-day.mbsc-material.mbsc-selected.mbsc-schedule-header-day-today{background-color:var(--color-error);color:var(--color-white)!important}@media screen and (max-width:600px){.new-calendar .mbsc-schedule-header-day.mbsc-material.mbsc-selected.mbsc-schedule-header-day-today{margin-inline-start:var(--spacing-xsmall);font-size:1rem;font-weight:700}}.new-calendar .mbsc-calendar-cell-inner.mbsc-calendar-day-inner.mbsc-material{padding-block-start:var(--spacing-xsmall)!important}.new-calendar .mbsc-material.mbsc-selected .mbsc-calendar-cell-text{display:inline-block}.new-calendar .mbsc-material.mbsc-schedule-header-day-today{color:red!important}.new-calendar__range-day .mbsc-flex.mbsc-schedule-header.mbsc-material{display:none}.new-calendar .mbsc-calendar.mbsc-font.mbsc-material.mbsc-ltr.mbsc-calendar-width-sm.mbsc-eventcalendar.mbsc-eventcalendar-schedule{padding-bottom:var(--spacing-xxlarge)}.event-popover-row{background-color:var(--color-surface);flex-direction:row;align-items:center;display:flex}.event-popover-shape{width:var(--dim-xsmall);height:var(--dim-xsmall);background-color:var(--color-blue-500);border-radius:50%;margin-inline-end:var(--spacing-xsmall)}.event-popover-time{color:var(--color-fiord-500);margin-inline-end:var(--spacing-xsmall);font-size:.625rem;font-weight:400}.event-popover-title{color:var(--color-fiord-700);font-size:.75rem;font-weight:700}.mbsc-material.mbsc-colored-event.mbsc-list-item{background-color:var(--color-surface);padding:0}.mbsc-material.mbsc-event-time{visibility:hidden;display:none}.mbsc-schedule-invalid .mbsc-schedule-invalid-start{cursor:not-allowed!important}.mbsc-material.mbsc-calendar-wrapper:after{box-shadow:none!important}@media screen and (max-width:600px){.mbsc-schedule-header-item{justify-content:center;align-items:baseline;padding-block-start:.875rem;display:flex}.mbsc-schedule-header-item .mbsc-schedule-header-day{margin:unset}.calendar-container__range-week .mbsc-schedule-header-item{flex-direction:column}.mbsc-schedule-header-dayname{color:var(--color-text-primary)!important;font-size:1rem!important;font-weight:400!important}.mbsc-schedule-header-day.mbsc-material.mbsc-selected.mbsc-schedule-header-day-today{margin-inline-start:unset}}@media screen and (max-width:420px){.mbsc-schedule-header-item{align-items:center}}.room-card{background:var(--color-surface);border-radius:var(--spacing-xsmall);transition:var(--transition-short);cursor:pointer;flex-direction:column;align-items:stretch;display:flex}.room-card-view-more{border-radius:var(--spacing-small);gap:var(--spacing-xsmall);cursor:pointer;justify-content:center;align-items:center;width:50%;height:100%;display:flex}.room-card:hover{transition:var(--transition-card);box-shadow:var(--box-shadow-lg)}.room-card:hover .room-card__copy{opacity:1;visibility:visible}.room-card__inner{flex-direction:column;flex:1;width:100%;height:100%;display:flex}.room-card__touch-ripple{z-index:5}.room-card__cover{min-width:100%;max-width:100%;min-height:var(--dim-xxlarge);max-height:var(--dim-xxlarge);--uni-cover-border-radius:var(--spacing-xsmall)var(--spacing-xsmall)0 0!important}.room-card__content{padding:var(--spacing-normal);align-items:stretch;gap:var(--spacing-xsmall);flex-direction:column;padding-block-start:calc(var(--spacing-large) - var(--spacing-xxsmall));display:flex;position:relative}.room-card__logo{transform:translateY(calc(-100% + var(--spacing-normal)));inset-block-start:0;--uni-avatar-size:calc(var(--spacing-xxlarge) + var(--uni-avatar-border-width))!important;position:absolute!important}.room-card__status-wrapper{align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:var(--spacing-normal);transform:translateY(-50%)}.room-card__copy{opacity:0;visibility:hidden;will-change:opacity,visibility;transition:var(--transition-main);border:2px solid var(--color-surface);background-color:var(--color-gray-400);border-radius:9999px}@media (pointer:coarse){.room-card__copy{opacity:1;visibility:visible}}.room-card__copy .uni-button--text:hover{background-color:var(--color-secondary-500);color:var(--color-white)}.room-card__status{padding:var(--spacing-xxsmall)var(--spacing-xsmall);border-radius:var(--dim-normal);border:2px solid var(--color-surface);text-transform:lowercase;font-size:.75rem;font-weight:600;line-height:.875rem}.room-card__status:first-letter{text-transform:uppercase}.room-card__status--live{color:var(--color-white);background-color:var(--color-success)}.room-card__status--offline{color:var(--color-text-primary);background-color:var(--color-gray-300)}.room-card__status--accept-now,.room-card__status--confirm-now,.room-card__status--start-in,.room-card__status--start-now{color:var(--color-white);background-color:var(--color-primary)}.room-card__status--starting-soon,.room-card__status--vote-now,.room-card__status--voted{color:var(--color-white);background-color:var(--color-warning)}.room-card__status--canceled,.room-card__status--ended,.room-card__status--expired,.room-card__status--scheduled{color:var(--color-white);background-color:var(--color-secondary)}.room-card__status--declined,.room-card__status--missed,.room-card__status--not-started{color:var(--color-white);background-color:var(--color-error)}.room-card__title{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;width:0;min-width:100%;max-width:100%;font-size:1rem;font-weight:700;line-height:1.5rem;overflow:hidden}.room-card__actions{align-items:center;gap:var(--spacing-xsmall);border-block-start:1px solid var(--color-divider);justify-content:space-between;margin-block-start:auto;padding-block-start:var(--spacing-small);display:flex}.room-card__attendees.uni-floating-avatars--size-medium .uni-floating-avatars__img{width:28px!important;height:28px!important}.room-card__attendees--offline{filter:grayscale()}.room-card__switch{z-index:6;position:relative}.room-card__switch .MuiFormControlLabel-root{margin-top:-5px;margin-bottom:-5px;margin-inline-end:calc(var(--spacing-small)*-1)!important}.room-card--inactive{filter:grayscale()}.room-card>.uni-curtain{--curtain-z-index:7;--loading-path-color:var(--color-gray-200);--loading-background-color:#fffc;border-radius:var(--spacing-xsmall)}.search-drawer{width:600px;margin-top:var(--spacing-xxxxlarge);border-radius:var(--dim-radius-medium);padding-inline:var(--spacing-small);will-change:min-height;min-height:var(--dim-bar-height);box-shadow:var(--box-shadow-xxxl);pointer-events:auto;margin-inline:auto;position:absolute;transition:var(--transition-short)!important}.search-drawer__modal{background-color:#00000080}.search-drawer__input{height:var(--dim-bar-height);gap:var(--spacing-xsmall)}.search-drawer--expanded{min-height:calc(2*var(--dim-bar-height))}.search-drawer__result-list{padding:var(--spacing-xxsmall)var(--spacing-small);gap:var(--spacing-xxsmall);flex-direction:column;flex:1;display:flex}.search-drawer__result-item{flex:1;align-items:center;list-style:none;display:flex}.new-search-people__select-box{flex-direction:column;flex-grow:1;width:100%;display:flex;position:relative}.new-search-people__select-box--text-field{z-index:12;position:relative}.new-search-people__select-box--text-field .uni-text-field__input{cursor:text}.new-search-people__select-box--backdrop{z-index:10;background:0 0}.new-search-people__select-box--items{box-shadow:var(--box-shadow-lg);background-color:var(--color-surface);z-index:12;border-radius:0 0 var(--dim-radius-medium)var(--dim-radius-medium);border:1px solid var(--color-divider);border-top:none;width:100%;position:absolute;overflow:hidden auto}.new-search-people__select-box--avatar{background-color:var(--color-background-empty-state-background);border-radius:50%;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;display:flex}.new-search-people__select-box--not-absolute{max-height:268px}.new-search-people__select-box--not-absolute .new-search-people__select-box--items{position:static}.new-search-people__wrapper .sharing-search-people__invite-button{flex-shrink:0}.new-search-people__wrapper--multi{margin:0}.new-search-people__wrapper--multi .uni-text-field__input{flex-grow:1;width:100px}.new-search-people__wrapper--multi .uni-text-field__adornment--start{width:100%;height:fit-content;max-height:fit-content;margin:0}.new-search-people__wrapper--multi .uni-description .uni-button__label{font-weight:400}.new-search-people__wrapper--extra{justify-content:flex-start;row-gap:var(--spacing-xsmall);height:100%}.new-search-people__wrapper--extra .new-search-people__wrapper__buttons{margin-block-start:auto;padding:0}.new-search-people__wrapper--extra .new-search-people__wrapper--text-area{min-height:80px}.new-search-people__wrapper--extra .new-search-people__wrapper--text-area .uni-text-field__input-wrapper,.new-search-people__wrapper--extra .new-search-people__wrapper--text-area textarea{height:100%!important}.new-search-people__wrapper--extra .uni-checkbox{margin-block-start:var(--spacing-normal)}.new-search-people__wrapper--input-container{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex;position:relative}.new-search-people__wrapper--input-container__role{z-index:13;margin-block-start:8px;position:absolute;right:0}.new-search-people__wrapper--input-container__role--close{width:14px;height:14px;padding:0;position:absolute;right:102px}.new-search-people__wrapper--input-container__role--close .uni-icon{width:8px;height:8px;margin-block-end:7px;font-size:8px!important}.new-search-people__wrapper--input-container__role__loading{justify-content:center;align-items:center;width:5.625rem;display:flex}.new-search-people__wrapper__buttons{column-gap:var(--spacing-normal);width:100%;flex-direction:row-reverse;padding-block-start:var(--spacing-xsmall);display:flex}.new-search-people__wrapper__item:hover .new-search-people__wrapper__item__check{display:block}.new-search-people__wrapper__item__check{display:none}.new-search-people__wrapper__item__check--active{display:block}.new-search-people__wrapper .uni-text-field__input-wrapper{flex-wrap:wrap}.new-search-people__wrapper .uni-text-field--has-adornment-start .uni-text-field__input-wrapper{padding-block-start:var(--spacing-xsmall)}.new-search-people__wrapper .uni-text-field__adornment--end>:not(.MuiTypography-root):not(.uni-typo){column-gap:var(--spacing-xxsmall);padding:0 var(--spacing-xxsmall);font-weight:400;font-size:10px!important}.new-search-people__wrapper .new-uni-select__text-field{width:100%!important}.new-search-people__input--chips{scrollbar-gutter:stable;flex-wrap:wrap;width:100%;max-height:64px;display:flex;overflow-y:auto}.new-search-people__input__selected{padding:var(--spacing-xxsmall)var(--spacing-xxxsmall);flex-wrap:wrap;display:flex}.new-search-people__input__selected__chip{padding:var(--spacing-xxsmall);margin:var(--spacing-xxxsmall)}.new-search-people__input__selected__chip .uni-new-avatar--bordered{border-width:0!important}.new-search-people__input__selected__chip span{color:var(--color-text-primary);font-size:10px;font-weight:700}.new-search-people__input__selected__chip .uni-new-avatar{--uni-avatar-size:20px!important}.new-search-people__management{justify-content:space-between;align-items:center;display:flex}.new-search-people__management--remove{font-weight:400}.user-list-item__label{color:var(--color-text-tertiary)!important}.user-list-item__label--primary{color:var(--color-primary)!important}.user-list-item__icon{width:2rem;height:2rem;color:var(--color-secondary-400);justify-content:center;align-items:center;display:flex}@media screen and (max-width:600px){.user-list-item__popover{padding:0}}.user-list-item__chip{border-radius:1rem;padding:.6rem .4rem}.uni-add-contact-form__field{flex-direction:column;margin-block-end:var(--spacing-normal);display:flex}.uni-add-contact-form__buttons{gap:var(--spacing-xsmall);flex-wrap:wrap;display:flex}.add-new-people__role-button:hover{background-color:unset}.service-agree-policies{gap:var(--spacing-large);flex-direction:column;display:flex}.service-agree-policies--modal .uni-bottom-sheet__paper{padding:var(--spacing-large);padding-block-start:var(--spacing-xxlarge)}.service-agree-policies__wrapper-policy{gap:var(--spacing-large);flex-direction:column;display:flex}.service-agree-policies__item{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.service-agree-policies__subtitle{padding-inline-start:var(--spacing-xxsmall);display:flex}.service-agree-policies__subtitle:before{content:"•";width:1em;display:inline-block}.service-agree-policies__wrapper-terms{gap:var(--spacing-normal);flex-direction:column;margin-block-start:var(--spacing-small);display:flex}.service-availability-content{align-items:stretch;gap:var(--spacing-normal);flex-direction:column;display:flex}.service-availability-content__select-wrapper{align-items:center;gap:var(--spacing-xxsmall);display:flex}.service-availability-content__select{max-width:21.25rem}.service-availability-content__select .uni-select{padding:var(--spacing-xsmall);background-color:var(--color-gray-50)}.service-availability-content__edit{margin-inline-start:auto}.service-availability-content .line-skeleton{max-width:400px!important}.service-conditions-content{border:none;flex:1;height:100%;margin:0;padding:0}.service-conditions-content-item__title{margin-block-end:var(--spacing-xxsmall)}.service-conditions-content-item__description,.service-conditions-content-item__select{margin-block-end:var(--spacing-normal)}.service-conditions-content-item__select-start-increment{margin:0;max-width:5rem!important}.service-conditions-content-item .uni-date-range-picker{margin-block-start:var(--spacing-xsmall);margin-block-end:var(--spacing-normal)}.service-conditions-content-item__inline{align-items:center;gap:var(--spacing-xsmall);flex-wrap:wrap;margin-block-end:var(--spacing-normal);display:flex}.service-conditions-content-item__inline .uni-text-field{max-width:var(--dim-xxxlarge)}.service-conditions-content-item__inline .uni-text-field__input{text-align:center}.service-conditions-content-item__inline .service-input-error{width:100%;margin-block-end:0}.service-conditions-content-item__inline .service-conditions-content-item__description{margin-block-end:0}.service-conditions-content-item__wrapper{align-items:center;gap:var(--spacing-normal);flex-wrap:wrap;margin-block-end:var(--spacing-normal);display:flex}.service-conditions-content-item__wrapper .service-conditions-content-item__inline{margin-block-end:0}.service-editor-content-footer.form-action-bar{--form-action-bar-width:100%;gap:var(--spacing-normal);padding:var(--spacing-normal);background-color:var(--color-surface);box-shadow:var(--box-shadow-star);max-height:var(--service-editor-footer);min-height:var(--service-editor-footer);border-radius:0;display:flex;position:static}.service-editor-content-footer.form-action-bar .form-action-bar__buttons{flex:1;justify-content:flex-end}.service-editor-content-footer.form-action-bar .form-action-bar__buttons .uni-button{flex:1}@media (min-width:960px){.service-editor-content-footer.form-action-bar{box-shadow:unset;background-color:unset;justify-content:flex-end;padding-inline-end:calc(var(--spacing-xlarge) + var(--spacing-large));position:fixed;inset-block-end:0;inset-inline-end:0}.service-editor-content-footer.form-action-bar .form-action-bar__buttons .uni-button{max-width:calc(var(--spacing-xxxxlarge)*2)}}.service-editor-content-header{align-items:center;gap:var(--spacing-small);width:100%;padding:0 var(--spacing-normal);background:var(--color-background);box-shadow:var(--box-shadow-sm);max-height:var(--service-editor-header);min-height:var(--service-editor-header);justify-content:space-between;display:flex;position:fixed;inset-block-start:0;inset-inline-end:0}.service-editor-content-header__title{background:0 0;flex:1}.service-editor-content-header__icon{display:none}@media (min-width:960px){.service-editor-content-header{height:unset;background:unset;box-shadow:unset;gap:var(--spacing-xsmall);margin-bottom:var(--spacing-normal);max-height:unset;min-height:unset;padding:0;position:static}.service-editor-content-header__back{display:none}.service-editor-content-header__icon{display:unset}.service-editor-content-header__add{margin-inline-start:var(--spacing-xsmall)}}.service-policies-content-item{-webkit-user-select:none;user-select:none;max-width:560px;align-items:center;margin-block-end:var(--spacing-normal);display:flex}.service-policies-content-item__drag{cursor:grabbing;justify-content:center;align-items:center;display:flex}.service-policies-content-item__drag .uni-icon{padding:var(--spacing-small);font-size:1.25rem!important}.service-policies-content-item__content{background-color:var(--color-surface);border-radius:var(--spacing-xxsmall);border:1px solid var(--color-divider);padding:var(--spacing-xsmall)var(--spacing-normal);flex-wrap:wrap;flex:1;align-items:center;padding-inline-end:var(--spacing-xsmall);display:flex}.service-policies-content-item__title{flex:1}@media (min-width:960px){.service-policies-content-item{margin-inline-start:calc(var(--dim-xlarge)*-1)}.service-policies-content-item__actions{display:flex}}.service-sidebar-item__header-policy{justify-content:space-between;padding-block-end:var(--spacing-large);display:flex}.service-sidebar-item__header-terms{padding:var(--spacing-large)0 var(--spacing-large)0}.service-sidebar-item__textField{width:var(--dim-side-form-min-width-xl);background:var(--color-surface)}.service-policies-content{border:none;flex:1;height:100%;margin:0;padding:0}.service-policies-content__dragging{cursor:grabbing;-webkit-user-select:none!important;user-select:none!important}.service-policies-content__dragging::selection{background:0 0}.service-policies-content__list{list-style:none}@media (min-width:960px){.service-policies-content{margin-inline-start:calc(var(--dim-xlarge)*-1);padding-inline-start:var(--dim-xlarge)!important}}@media screen and (max-width:600px){.service-sidebar-item__textField{width:calc(var(--dim-side-form-min-width-xl) - var(--spacing-xxxxxlarge))}}.policy-modal.uni-new-modal__wrapper{max-width:36rem}.policy-modal__form{gap:var(--spacing-large);flex-direction:column;display:flex}.policy-modal__header{align-items:center;width:100%;display:flex}.policy-modal__content{flex-direction:column;align-items:stretch;display:flex}.policy-modal__actions{justify-content:flex-end;gap:var(--spacing-xsmall);display:flex}.policy-modal__action{min-width:100px}.policy-modal__action--discard{color:var(--color-text-hint)}.policy-modal-item__title{margin-block-end:var(--spacing-xxsmall)}.policy-modal-item__description{margin-block-end:var(--spacing-normal)}.policy-modal-item__adornment{align-self:center;margin-inline-start:calc(-1*var(--spacing-xxsmall))}.policy-modal-item__select{max-width:9.5rem!important}.policy-modal-item__inline{gap:var(--spacing-xsmall);flex-wrap:wrap;margin-block-end:var(--spacing-normal);display:flex}.policy-modal-item__inline .uni-text-field{max-width:var(--dim-xxxlarge)}.policy-modal-item__inline .uni-text-field .uni-text-field__input{text-align:center}.policy-modal-item__inline .service-input-error{width:100%;margin-block-end:0}.policy-modal-item__inline .policy-modal-item__description{margin-block-end:0}.policy-modal-item__input{margin-block-end:var(--spacing-normal)}.policy-modal-item__input textarea:disabled{-webkit-text-fill-color:var(--color-text-tertiary)!important}.policy-modal-item .uni-text-field--disabled{--uni-text-field-input-placeholder-color:var(--color-fiord-200)}.policy-modal-item__wrapper{gap:var(--spacing-normal);flex-wrap:wrap;margin-block-end:var(--spacing-normal);display:flex}.service-content-details{gap:var(--spacing-large);flex-direction:column;display:flex}.service-content-details__name{gap:var(--spacing-xsmall);color:var(--color-text-primary);flex-direction:column;font-size:1.75rem;font-weight:900;line-height:2.5rem;display:flex}.service-content-details__owner{align-items:center;gap:var(--spacing-xsmall);display:flex}.service-content-details__owner__titles__name{color:var(--color-text-primary);font-size:.875rem;font-weight:700;line-height:1.25rem}.service-content-details__owner__titles__position{color:var(--color-text-secondary);font-size:.75rem;font-weight:700;line-height:1rem}.service-content-details__description{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.service-info{gap:var(--spacing-normal);flex-direction:column;display:flex}.service-info__title-wrapper{display:flex}.service-info__title{flex:1;width:0}.service-info__owner{font-size:.75rem;line-height:1rem}.service-info__owner-name{color:var(--color-text-primary);font-weight:700}.service-info__owner-position{color:var(--color-text-tertiary);font-weight:400}.service-select-overview{pointer-events:none}.service-select-overview .uni-detail-page-overview__header{color:var(--color-text-primary);padding-inline-start:var(--spacing-normal);padding-inline-end:var(--spacing-normal)}.service-select-overview .uni-detail-page-overview__content{overflow:hidden}.service-preview-content{background-color:var(--color-surface);margin:calc(-1*(var(--spacing-xlarge) + var(--spacing-large)));position:relative;padding:var(--spacing-large)!important;overflow:hidden!important}.service-preview-content:after{z-index:2;content:"";height:var(--dim-large);display:block;position:absolute;inset-block-end:0;inset-inline:0}@media screen and (min-width:960px){.service-preview-content{height:100vh}.service-preview-content__detail-page{--uni-detail-page-sidebar-width:21rem}}.variation-modal{gap:var(--spacing-large);flex-direction:column;display:flex}.variation-modal__header{align-items:center;width:100%;display:flex}.variation-modal__content{align-items:stretch;gap:var(--spacing-large);flex-direction:column;display:flex}.variation-modal__inline{align-items:center;gap:var(--spacing-normal);flex-wrap:wrap;display:flex}.variation-modal__inline--start{align-items:flex-start}.variation-modal__phone-call{flex-direction:column;display:flex}.variation-modal__actions{justify-content:flex-end;gap:var(--spacing-xsmall);display:flex}.variation-modal__action{min-width:100px}.variation-modal__action--discard{color:var(--color-text-hint)}.variation-modal__group-radio{margin-block-end:1.5rem}.variation-modal__radio-description{padding:var(--spacing-xxxsmall)0 var(--spacing-xxsmall)calc(var(--spacing-small) + var(--spacing-normal))}.variation-modal__stripe-inline{justify-content:space-between;display:flex}.variation-modal__stripe-inline--text-field .uni-text-field__label{max-width:10rem}.variation-modal__input-currency{gap:var(--spacing-xsmall);width:100%;display:flex}.variation-modal__input--hide-label .uni-select__start-icon{margin:0}.variation-modal__input--hide-label .uni-select__start-icon+.MuiTypography-root{display:none}.service-variations-content-item{-webkit-user-select:none;user-select:none;max-width:560px;align-items:center;margin-block-end:var(--spacing-normal);display:flex}.service-variations-content-item__drag{cursor:grabbing;justify-content:center;align-items:center;display:flex}.service-variations-content-item__drag .uni-icon{padding:var(--spacing-small);font-size:1.25rem!important}.service-variations-content-item__content{align-items:center;gap:var(--spacing-normal);background-color:var(--color-surface);border-radius:var(--spacing-xxsmall);border:1px solid var(--color-divider);padding:var(--spacing-xsmall)var(--spacing-normal);flex-wrap:wrap;flex:1;padding-inline-end:var(--spacing-xsmall);display:flex}.service-variations-content-item__title{color:var(--color-text-primary);flex:1;font-size:.875rem;font-weight:400;line-height:1.25rem}.service-variations-content-item__menu{display:none}.service-variations-content-item__menu--remove .MuiListItemText-primary,.service-variations-content-item__menu--remove .uni-icon{color:var(--color-error)!important}.service-variations-content-item__remove{margin-inline-start:auto}.service-variations-content-item__actions{align-items:center;gap:var(--spacing-xxxsmall);display:flex}.service-variations-content{border:none;flex:1;height:100%;margin:0;padding:0}.service-variations-content__dragging *{cursor:grabbing;-webkit-user-select:none!important;user-select:none!important}.service-variations-content__dragging ::selection{background:0 0}.service-variations-content__list{list-style:none}.service-variations-content--empty{justify-content:flex-end;align-items:center;gap:var(--spacing-small);width:100%;height:100%;flex-direction:column;margin-block-start:var(--spacing-xxxxxlarge);display:flex}@media (min-width:960px){.service-variations-content{margin-inline-start:calc(var(--dim-xlarge)*-1);padding-inline-start:var(--dim-xlarge)!important}}.service-editor-content__body{padding:var(--spacing-normal);padding-block-start:var(--spacing-xlarge);overflow-y:auto}.service-sidebar-availability__item{text-transform:capitalize;align-items:center;gap:var(--spacing-xxsmall);color:var(--color-text-secondary);font-size:14px;list-style:none;display:flex}.service-sidebar-availability__item:not(.service-sidebar-availability__item--title):before{content:"•";width:1em;display:inline-block}.service-sidebar-availability__item--title{font-weight:700}.service-sidebar-availability__item+.service-sidebar-availability__item--title{margin-block-start:var(--spacing-xsmall)}.service-sidebar-availability__content{gap:var(--spacing-xxsmall);flex-direction:column;display:flex}.service-sidebar-conditions__item{align-items:center;gap:var(--spacing-xxsmall);color:var(--color-text-secondary);font-size:14px;list-style:none;display:flex}.service-sidebar-conditions__item:not(.service-sidebar-conditions__item--title):before{content:"•";width:1em;display:inline-block}.service-sidebar-conditions__item--title{font-weight:700}.service-sidebar-conditions__item+.service-sidebar-conditions__item--title{margin-block-start:var(--spacing-xsmall)}.service-sidebar-conditions__content{gap:var(--spacing-xxsmall);flex-direction:column;display:flex}.service-sidebar-hosts{padding-block-start:var(--spacing-xsmall)}.service-sidebar-hosts__item{align-items:center;gap:var(--spacing-xsmall);list-style:none;display:flex}.service-sidebar-hosts__item:first-child{margin-block-start:var(--spacing-normal)}.service-sidebar-hosts__item--loading .skeleton-titles{gap:var(--spacing-xxsmall);flex-direction:column;flex:1;width:100%;display:flex}.service-sidebar-hosts__list{gap:var(--spacing-normal);flex-direction:column;display:flex}.service-sidebar-hosts__more-menu-wrapper{gap:var(--spacing-large);padding:var(--spacing-normal);flex-direction:column;display:flex}.service-sidebar-hosts__more-menu-item{justify-content:space-between;align-items:center;display:flex}.service-sidebar-locations__item{gap:var(--spacing-xsmall);align-items:center;list-style:none;display:flex}.service-sidebar-locations__content{gap:var(--spacing-normal);flex-direction:column;display:flex}.service-sidebar-policies__item{align-items:center;gap:var(--spacing-xxsmall);color:var(--color-text-secondary);font-size:14px;list-style:none;display:flex}.service-sidebar-policies__item:before{content:"•";width:1em;display:inline-block}.service-sidebar-policies__content{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.service-sidebar-url{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.service-sidebar-url__pill{color:var(--color-white);text-transform:uppercase;border-radius:var(--spacing-xxsmall);background-color:var(--color-warning);padding:var(--spacing-xxxsmall)var(--spacing-xsmall);margin-inline-start:var(--spacing-small);font-size:.75rem;font-weight:700;line-height:1rem}.service-sidebar-url__content{margin:-1px;padding:1px;overflow-x:hidden}.pro{border-radius:var(--dim-xxsmall);background-color:var(--color-warning);padding:var(--spacing-xxxsmall)var(--spacing-xxsmall);margin-inline-start:var(--spacing-small)}.service-sidebar-variations__item{align-items:flex-start;gap:var(--spacing-xxsmall);color:var(--color-text-secondary);font-size:14px;list-style:none;display:flex}.service-sidebar-variations__item:before{content:"•";width:1em;display:inline-block}.service-sidebar-variations__content{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.service-sidebar{flex-direction:column;width:100%;height:100%;display:flex;overflow-x:hidden}.service-sidebar__content{transition:var(--transition-main);background-color:var(--color-surface);max-height:var(--service-editor-content);min-height:var(--service-editor-content);overflow:auto}.service-sidebar-item__container{padding:var(--spacing-normal)var(--spacing-large);transition:var(--transition-main);will-change:padding;border:none;transition-property:padding;position:relative}.service-sidebar-item__container:before{width:var(--dim-xxsmall);background-color:var(--color-primary);transition:var(--transition-main);border-start-end-radius:999px;border-end-end-radius:999px;position:absolute;inset-block-start:var(--spacing-xsmall);inset-block-end:var(--spacing-xsmall);inset-inline-start:0;transform:translate(-100%)}.service-sidebar-item__container--collapse{padding:var(--spacing-normal)var(--spacing-large)}.service-sidebar-item__container--active:before{transform:translate(0)}.service-sidebar-item__container--active .service-sidebar-item__icon{color:var(--color-primary)!important}.service-sidebar-item__container--error:before{background-color:var(--color-error)}.service-sidebar-item__header{align-items:center;gap:var(--spacing-xsmall);transition:var(--transition-main);will-change:margin-block-end;flex-wrap:wrap;transition-property:margin-block-end;display:flex}.service-sidebar-item__container--collapse .service-sidebar-item__header{margin-block-end:var(--spacing-xsmall)}.service-sidebar-item__title{max-height:var(--dim-xlarge);color:var(--color-text-secondary);border-radius:var(--spacing-xxsmall);flex:1;align-items:center;font-size:1rem;font-weight:700;line-height:1.5rem;display:flex}.service-sidebar-item__title.uni-new-menu-item{transition:var(--transition-main);padding-inline:0}.service-sidebar-item__title.uni-new-menu-item:focus,.service-sidebar-item__title.uni-new-menu-item:hover{padding-inline-start:var(--spacing-xsmall);padding-inline-end:var(--spacing-xsmall)}@media screen and (max-width:960px){.service-sidebar-item__error-message{margin-block-start:var(--spacing-normal);margin-inline-start:var(--spacing-large)}}.service-sidebar-item__icon{transition:var(--transition-main)}.service-sidebar-title{padding-block:var(--spacing-normal)}.service-sidebar-title input{color:var(--color-text-primary)!important}.service-sidebar-title input::placeholder{color:var(--color-text-tertiary)!important}.service-editor{--curtain-z-index:10;--loading-background-color:#fffc;--service-editor-header:var(--dim-xxxlarge);--service-editor-footer:72px;--service-editor-content:calc(100vh - var(--service-editor-header) - var(--service-editor-footer));background-color:var(--color-background);height:100%}@media (min-width:960px){.service-editor .sidebar-wrapper-preview-content{height:100%;padding:calc(var(--spacing-xlarge) + var(--spacing-large));flex-direction:column;display:flex}.service-editor .sidebar-wrapper-preview.mobile-hide .sidebar-wrapper-preview-content{overflow:auto}.service-editor .sidebar-wrapper-preview.mobile-hide .sidebar-wrapper-preview-content .service-editor-content{flex:1}.service-editor .sidebar-wrapper-preview:not(.mobile-hide) .sidebar-wrapper-preview-content{height:calc(100% - var(--service-editor-footer));padding:calc(var(--spacing-xlarge) + var(--spacing-large));overflow-y:auto}}.service-card{--service-card-hover-height:unset;--service-card-header-cover-height:176px;z-index:1;cursor:pointer;border-radius:var(--spacing-xsmall);flex-direction:column;align-items:stretch;display:flex;position:relative;overflow:hidden}.service-card,.service-card .uni-button--medium{--uni-button-padding:0!important}.service-card__no-desc{visibility:hidden}.service-card__desc{gap:var(--spacing-xsmall);align-items:center;display:flex}.service-card__inner{flex-direction:column;flex:1;width:100%;height:100%;display:flex}.service-card:hover{transition:var(--transition-card);box-shadow:var(--box-shadow-card-shadow-hover);z-index:2}.service-card--inactive{filter:grayscale()}.service-card:hover .service-card__menu-btn{opacity:1}@media (pointer:coarse){.service-card__menu-btn{opacity:1!important}}.service-card__header{min-height:var(--service-card-header-cover-height);max-height:var(--service-card-header-cover-height);position:relative}.service-card__cover{--uni-cover-border-radius:.45rem .45rem 0 0;min-width:100%;max-width:100%;min-height:inherit;max-height:inherit;position:absolute}.service-card__empty-img{background-color:var(--color-gray-200);justify-content:center;width:100%;height:100%}.service-card__empty-img,.service-card__toolbar{align-items:center;display:flex;position:absolute}.service-card__toolbar{height:fit-content;inset-inline:var(--spacing-xsmall);flex-direction:row-reverse;justify-content:space-between;inset-block-start:var(--spacing-xsmall)}.service-card__menu-btn{--uni-button-color:var(--color-white);--uni-button-on-color:var(--color-white);--uni-button-background:#181b1f80;--uni-button-outline-color:#181b1f80;--uni-button-background-light:#181b1f80;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.service-card__menu-btn--active{opacity:1}.service-card__variation{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--spacing-xsmall);padding-block:var(--spacing-xxsmall);padding-inline:var(--spacing-xsmall);background-color:#181b1f80;flex-direction:column;align-items:flex-end;display:inline-flex;position:absolute;inset-block-end:var(--spacing-xsmall);inset-inline-end:var(--spacing-xsmall)}.service-card__body{padding:var(--spacing-normal);padding-block-start:var(--spacing-large);position:relative}.service-card__logo{transform:translateY(calc(-100% + var(--spacing-small)));inset-block-start:0;inset-inline-start:var(--spacing-normal);--uni-avatar-size:56px!important;position:absolute!important}.service-card__title{width:100%;display:flex}.service-card__title-inner{width:0;color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;max-inline-size:fit-content;flex:1;margin-block-end:var(--spacing-xxsmall);font-size:1.125rem;font-weight:700;line-height:1.75rem;overflow:hidden}.service-card__owner{height:var(--dim-normal);font-size:.75rem;line-height:1rem}.service-card__owner-name{color:var(--color-text-primary);font-weight:700}.service-card__owner-position{color:var(--color-text-tertiary);font-weight:400}.service-card__description{opacity:0;line-break:anywhere;visibility:hidden;max-inline-size:fit-content;padding-block-start:var(--spacing-small);display:block;inset-inline-start:var(--spacing-normal);inset-inline-end:var(--spacing-normal)}.service-card__backdrop,.service-card__description{transition:var(--transition-short);position:absolute}.service-card__backdrop{z-index:-1;box-shadow:none;border-radius:var(--dim-xsmall);background-color:var(--color-surface);border:1px solid var(--color-divider);inset-block:-1px;inset-inline:-1px}.service-card:hover .service-card__backdrop{box-shadow:var(--box-shadow-lg)}.service-card--hoverable:hover .service-card__backdrop{inset-block-end:var(--service-card-hover-height)}.service-card--hoverable:hover .service-card__description{opacity:1;visibility:visible;color:var(--color-text-primary)}.service-card--hoverable:hover .MuiTouchRipple-root,.service-card--hoverable:hover>.uni-curtain{inset-block-end:var(--service-card-hover-height)}.service-card>.uni-curtain{--curtain-z-index:3;--loading-path-color:var(--color-gray-200);--loading-background-color:#fffc;border-radius:var(--spacing-xsmall)}.service-card__toolbar-item .MuiSwitch-track{opacity:1!important;background-color:var(--color-primary-100)!important}.service-availability{width:100%;max-width:20rem}.service-availability-hours{vertical-align:middle;text-transform:capitalize;width:fit-content;color:var(--color-text-secondary);margin-block-end:var(--spacing-xsmall);font-size:.875rem;font-weight:400;line-height:1.25rem}.service-availability-hours__marker{font-size:1em}.service-availability-hours__marker,.service-availability-hours__week-day{padding-inline-end:var(--spacing-xxsmall)}.service-availability-overrides{vertical-align:middle;text-transform:capitalize;width:fit-content;color:var(--color-text-secondary);font-size:.875rem;font-weight:400;line-height:1.25rem}.service-availability-overrides__week-day{padding-left:.625rem}.variation-label{width:100%}.variation-label__title{width:100%;display:flex}.variation-label__title-inner{white-space:nowrap;text-overflow:ellipsis;width:0;flex:1;margin-block-end:var(--spacing-xxsmall);overflow:hidden}.user-parties-item{background:var(--color-surface);cursor:pointer;border:1px solid var(--color-divider);border-radius:var(--spacing-xsmall);block-size:100%;max-block-size:7.5rem;overflow:hidden}.user-parties-item__header{height:2.5rem;min-height:2.5rem}.user-parties-item:hover{box-shadow:var(--box-shadow-lg)}.user-parties-item__cover{width:100%;height:var(--dim-xxlarge);object-fit:cover;border-radius:6px 6px 0 0}.user-parties-item__content{width:100%;padding:var(--spacing-xsmall)var(--spacing-normal);flex-direction:column;align-items:center;padding-top:0;display:flex}.user-parties-item__logo{margin-top:calc(-1*var(--spacing-xlarge))}.user-parties-item__name.MuiTypography-root,.user-parties-item__role.MuiTypography-root{font-weight:700}.user-parties-item__position{justify-content:center;gap:var(--spacing-xxsmall);font-weight:900;display:flex}.user-list-item{padding:var(--spacing-xxsmall)}.user-list-item__meta{flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.user-list-item__avatar{flex-direction:column;justify-content:center;display:flex}.user-list-item__header{align-items:center;gap:var(--spacing-small);margin-bottom:.3rem;display:flex}.user-list-item__info{max-width:25rem}.user-list-item__info,.user-list-item__info--header{align-items:center;gap:var(--spacing-xxsmall);display:flex}@media screen and (min-width:960px) and (max-width:1037px){.user-list-item__info{max-width:22.9rem}}@media screen and (max-width:520px){.user-list-item__info{max-width:22rem}}@media screen and (max-width:470px){.user-list-item__info{max-width:19rem}}.user-list-item__chip{padding:0 var(--spacing-xxsmall);border-radius:8px}.recording-list{gap:var(--spacing-small);width:100%;height:100%}.t-layout-list-recording{width:100%;height:100%}.t-layout-list-recording,.t-layout-list-recording__content{gap:var(--spacing-normal);flex-direction:column;display:flex}.t-layout-list-recording__content{margin:calc(var(--spacing-normal)*-1);padding:var(--spacing-normal);margin-block-start:0;padding-block:0 12rem;list-style:none;overflow:auto}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.t-layout-list-recording__content{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.t-layout-list-recording__content:focus,.t-layout-list-recording__content:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.t-layout-list-recording__title{font-size:1rem;line-height:1.5rem}.recording-card-view{background-color:var(--color-surface);border-radius:var(--spacing-small);border:1px solid var(--color-gray-300);width:100%;height:13rem;position:relative;overflow:hidden}.recording-card-view .core-card-header__action-button{z-index:100}.recording-card-view:hover .core-card-header__action-button{display:flex}.recording-card-view__image,.recording-card-view__image-gif{object-fit:cover;z-index:1!important;width:100%!important;height:10rem!important;position:absolute!important;top:0!important}.recording-card-view:hover .recording-card-view__image,.recording-card-view__image-gif{display:none}.recording-card-view:hover .recording-card-view__image-gif{display:block}.recording-card-view__status{z-index:3;margin:var(--spacing-small)}.recording-card-view__section{z-index:6;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:10rem;display:flex;position:absolute;top:0}.recording-card-view__section--title{line-height:var(--spacing-small);text-overflow:ellipsis;text-wrap:unset;width:100%;height:5rem;word-wrap:unset;white-space:nowrap;color:var(--color-white);padding:var(--spacing-small);background:linear-gradient(#0000,#0000,#00000040,#00000080);justify-content:flex-start;align-items:flex-end;font-size:13px;display:flex;position:relative;overflow:hidden}.recording-card-view__footer{background:var(--color-gray-100);width:100%;height:3rem;padding:var(--spacing-small);justify-content:space-between;align-items:center;display:flex;position:absolute;top:10rem;z-index:5!important}.recording__extension{width:100%;height:100%}.recording__extension .recording__content{padding:0;padding-block-start:10px}.palette-arabic-theme{--color-dubai-50:#eaf0ff;--color-dubai-100:#bfd3ff;--color-dubai-200:#a9c4ff;--color-dubai-300:#7ea7ff;--color-dubai-400:#5389ff;--color-dubai-500:#286cff;--color-dubai-600:#2056cc;--color-dubai-700:#184199;--color-dubai-800:#102b66;--color-dubai-900:#0c204d;--color-green-50:#e9f8ee;--color-green-100:#bde9cc;--color-green-200:#a7e1bb;--color-green-300:#7ad29a;--color-green-400:#4ec378;--color-green-500:#22b456;--color-green-600:#1b9045;--color-green-700:#146c34;--color-green-800:#0e4822;--color-green-900:#0a361a;--color-red-50:#fef2f2;--color-red-100:#fde4e3;--color-red-200:#fdcdcb;--color-red-300:#faaaa7;--color-red-400:#f47a75;--color-red-500:#ea4f49;--color-red-600:#d83731;--color-red-700:#b52520;--color-red-800:#95231f;--color-red-900:#7c2320;--color-gray-50:#f8f8f8;--color-gray-100:#e8e8e9;--color-gray-200:#e3e3e3;--color-gray-300:#d5d5d5;--color-gray-400:#c7c7c7;--color-gray-500:#b9b9b9;--color-gray-600:#9b9b9b;--color-gray-700:#7e7e7e;--color-gray-800:#606060;--color-gray-900:#515151;--color-lime-50:#fefce6;--color-lime-100:#fdf5b3;--color-lime-200:#fdf199;--color-lime-300:#fbea67;--color-lime-400:#fae334;--color-lime-500:#f9dc01;--color-lime-600:#c7b001;--color-lime-700:#958401;--color-lime-800:#645800;--color-lime-900:#4b4200;--color-orange-50:#fef6e9;--color-orange-100:#fde5bd;--color-orange-200:#fddca7;--color-orange-300:#fbcb7a;--color-orange-400:#fab94e;--color-orange-500:#f9a822;--color-orange-600:#c7861b;--color-orange-700:#956514;--color-orange-800:#64430e;--color-orange-900:#4b320a;--color-blue-50:#ecf4fd;--color-blue-100:#c7def8;--color-blue-200:#b4d3f6;--color-blue-300:#8ebcf1;--color-blue-400:#69a6ed;--color-blue-500:#4390e8;--color-blue-600:#3674ba;--color-blue-700:#28578c;--color-blue-800:#1b3b5f;--color-blue-900:#142d48;--color-fiord-50:#e5e5e5;--color-fiord-100:#c8c8c8;--color-fiord-200:#b9b9b9;--color-fiord-300:#9b9b9b;--color-fiord-400:#7e7e7e;--color-fiord-500:#606060;--color-fiord-600:#4d4d4d;--color-fiord-700:#3a3a3a;--color-fiord-800:#262626;--color-fiord-900:#1d1d1d;--dim-radius-small:.25rem;--dim-radius-medium:.375rem;--dim-radius-large:.5rem;--dim-radius-xlarge:.75rem;--dim-radius-xxlarge:1rem;--dim-radius-xxxlarge:1.5rem;--dim-radius-full:62.5rem;--dim-drawer-width--closed:3.75rem;--dim-drawer-width--open:15.25rem;--color-background:var(--color-background-surface-of-side-menu)}.palette-dark-theme.palette-arabic-theme{--color-green-50:#0a361a;--color-green-100:#0e4822;--color-green-200:#146c34;--color-green-300:#1b9045;--color-green-400:#22b456;--color-green-500:#4ec378;--color-green-600:#7ad29a;--color-green-700:#a7e1bb;--color-green-800:#bde9cc;--color-green-900:#e9f8ee;--color-red-50:#7c2320;--color-red-100:#95231f;--color-red-200:#b52520;--color-red-300:#d83731;--color-red-400:#ea4f49;--color-red-500:#f47a75;--color-red-600:#faaaa7;--color-red-700:#fdcdcb;--color-red-800:#fde4e3;--color-red-900:#fef2f2;--color-blue-50:#142d48;--color-blue-100:#1b3b5f;--color-blue-200:#28578c;--color-blue-300:#3674ba;--color-blue-400:#4390e8;--color-blue-500:#69a6ed;--color-blue-600:#8ebcf1;--color-blue-700:#b4d3f6;--color-blue-800:#c7def8;--color-blue-900:#ecf4fd;--color-gray-50:#171717;--color-gray-100:#3e3e3e;--color-gray-200:#494949;--color-gray-300:#5a5a5a;--color-gray-400:#737272;--color-gray-500:#c5c6c8;--color-gray-600:#cdcece;--color-gray-700:#d2d2d2;--color-gray-800:#e0e0e0;--color-gray-900:#f1f1f1;--color-fiord-50:#1d1d1d;--color-fiord-100:#262626;--color-fiord-200:#3a3a3a;--color-fiord-300:#4d4d4d;--color-fiord-400:#606060;--color-fiord-500:#7e7e7e;--color-fiord-600:#9b9b9b;--color-fiord-700:#b9b9b9;--color-fiord-800:#c8c8c8;--color-fiord-900:#e5e5e5}.task-badge-collapse.uni-badge .MuiBadge-badge{min-width:16px;min-height:24px;margin-bottom:-.5rem;padding:0;margin-right:unset!important;max-height:unset!important;margin-left:0!important}.task-badge.uni-badge .MuiBadge-badge{background-color:var(--color-gray-400);max-height:1rem;color:var(--color-text-primary);margin-right:-.5rem}.task-modal .uni-badge .MuiBadge-badge{margin-right:-.5rem}.rtl-styles .task-badge{margin-top:-5px}.rtl-styles .task-modal .uni-badge .MuiBadge-badge{margin-right:-.5rem}.rtl-styles .task-badge.uni-badge .MuiBadge-badge{margin-right:.5rem;padding-top:3px;margin-left:-.5rem!important}.rtl-styles .task-badge-collapse.uni-badge .MuiBadge-badge{margin-bottom:.5rem!important;margin-left:0!important}.add-task-layout__fields #note-toolbar{width:calc(90vw - 450px);max-width:100%}.tasks-list-layout{border:unset}.tasks-list-layout .MuiDataGrid-topContainer:after{height:0!important}.tasks-list-layout-part .uni-table__wrapper{margin-top:16px}.tasks-list-layout-part :hover .tasks-list-layout-part-header__info--drag{visibility:visible}.tasks-list-layout-part-tab{padding:14px}.tasks-list-layout-part:not(:first-child){margin-block-start:var(--spacing-xlarge)}.tasks-list-layout-part-header{justify-content:space-between;display:flex}.tasks-list-layout-part-header__info{gap:var(--spacing-xsmall);align-items:center;width:calc(100% - 11.25rem);display:flex}.tasks-list-layout-part-header__info-color{--color-text-tertiary:var(--task-list-color)}.tasks-list-layout-part-header__info-title{align-items:center;gap:var(--spacing-xsmall);max-width:100%;display:flex}.tasks-list-layout-part-header__info--drag{visibility:hidden;margin-left:-23px}.tasks-list-layout-part-header__action{gap:var(--spacing-xsmall);display:flex}.tasks-list-layout-container{background-color:var(--color-background-surface-card)}.tasks-list-layout-task{justify-content:center;align-items:center;display:flex}.tasks-list-layout-task__priority{cursor:pointer;padding:2px var(--spacing-xsmall);background-color:var(--color-gray-200);align-items:center;gap:var(--spacing-xxsmall);background-color:#0000;border-radius:50px;max-width:150px;display:flex;color:var(--tasks-list-layout-task__priority-color)!important;--color-text-tertiary:var(--tasks-list-layout-task__priority-color)!important}.tasks-list-layout-task__properties{align-items:center;gap:var(--spacing-xsmall);display:flex}.tasks-list-layout-task .task-item-layout-header-action__project--number{margin-left:-6px}.task-module-list{height:100%}.task-module-list__filters{gap:var(--spacing-xsmall);display:flex;overflow:auto}.task-module-list__filters--calendar .uni-text-field--color-primary{--uni-text-field-input-placeholder-color:var(--color-primary-500)}.task-module-list__filters--calendar .uni-typo--color-text-tertiary{color:var(--color-primary-500)}.task-module-list__filters--calendar.uni-date-range-picker{border:1px solid var(--color-primary-500)!important}.task-module-list__filters-item{cursor:pointer}.task-module-list__filters-item .uni-date-range-picker .uni-text-field{--uni-text-field-stroke-width:0;cursor:pointer}.task-module-list__filters-item .uni-date-range-picker .uni-text-field .uni-text-field__input-wrapper--focused{--uni-text-field-outlined-fieldset-offset-x:0;--uni-text-field-stroke-width:0}.task-module-list__filters-item .uni-date-range-picker .uni-text-field__input{cursor:pointer;width:50px;height:16px;font-weight:700;padding:0!important}.task-module-list__filters-item .uni-date-range-picker{padding:3px var(--spacing-xsmall);border:1px solid var(--color-divider);gap:var(--spacing-xxsmall);border-radius:50px}.task-module-list__filters-item .uni-text-field__adornment--start{margin-right:var(--spacing-xxsmall)!important}.task-module-list__filters-item .uni-date-range-picker .uni-text-field .uni-text-field__input-wrapper{cursor:pointer;max-width:122px;padding:0}.task-module-list__filters-item .uni-text-field--outlined.uni-text-field--medium{--uni-text-field-font-size:12px}.task-module-list__filters-item .uni-text-field--color-primary{--uni-text-field-input-color:var(--color-text-tertiary)}.task-module-list__content{height:100vh;flex-direction:column;margin-block-start:var(--spacing-xxxlarge);padding-block-start:1rem;display:flex;overflow-x:auto;padding-inline:var(--spacing-normal)!important}@media screen and (max-width:960px){.task-module-list__content{padding-block-end:4.1rem}}.task-module-list__content--header{justify-content:space-between;align-items:center;display:flex}.task-module-list__content--appbar-action{gap:var(--spacing-small);display:flex}.task-module-list__content--row{row-gap:var(--spacing-normal);flex-direction:column;display:flex}.task-module-list__content--row-kanban{height:100%}.task-module-list__content--slider{flex-direction:column;max-width:100%;display:flex;position:relative;overflow:hidden}.task-module-list__content--slider .empty-state{background-color:var(--color-white-smoke);border-radius:var(--dim-radius-small)}@media (min-width:960px) and (max-width:1000px){.task-module-list__content--slider .uni-carousel-slides__container{grid-auto-columns:60%!important}.task-module-list__content--slider .uni-carousel-slides__container--empty{grid-auto-columns:100%!important}}@media screen and (max-width:600px){.task-module-list__content--slider .uni-carousel-slides__container{grid-auto-columns:100%}}.task-module-list__content--slider .uni-carousel__dots{padding-block-start:20px}.task-module-list__toggle{width:64px;max-height:176px}.task-module-list__toggle .uni-button--medium--icon-only{--uni-button-padding:calc(var(--spacing-normal) + var(--spacing-xxsmall))}.task-module-list__toggle--item:nth-child(2){--uni-new-menu-item-padding:0 var(--spacing-small)}.task-module-list__toggle--sheet{align-items:center}.task-module-list__toggle--sheet .task-module-list__toggle{width:100%}.task-module-list__toggle--sheet .task-module-list__toggle .uni-button--medium--icon-only{margin:auto}.task-module-list__toggle-button.uni-button--small--icon-only{--uni-button-padding:.375rem var(--dim-xsmall);width:fit-content;height:fit-content}.task-module-list__row{align-items:center;display:flex}.task-module-list__row--time{margin-right:.25rem}.task-detail-toolbox{gap:var(--spacing-normal);display:flex}.task-field-menu-tag{gap:var(--spacing-xsmall);width:fit-content;display:flex}.task-field-menu-tag .task-project-setting-container-tag__layout--chip{cursor:pointer}.task-field-menu-tag .task-field-menu-palette{border:none}.task-field-menu-create{gap:var(--spacing-xxsmall);display:flex}.task-field-menu-project{max-width:13rem;display:flex}.task-field-menu-project-item__chip{z-index:1;gap:var(--spacing-xxsmall);border:2px solid var(--color-surface);background-color:var(--color-gray-100);max-width:fit-content;padding:var(--spacing-xxsmall).375rem var(--spacing-xxsmall).375rem;border-radius:1000px}.task-field-menu-project-item__chip.uni-new-menu-item--outlined{--uni-new-menu-item-outline:unset}.task-field-menu-project-item__chip.uni-new-menu-item--small{--uni-new-menu-item-font-size:.625rem;font-weight:500}.task-field-menu-project-item__chip--status{z-index:0;padding:var(--spacing-xxsmall)var(--spacing-xxsmall)var(--spacing-xxsmall)1.1875rem;margin-left:-18px}.task-field-menu-project-item:hover .add-to-matters-page__checked,.task-field-menu-project-item:hover .add-to-matters-page__view{visibility:visible}.task-field-menu-project-item:hover .add-to-matters-page__close{display:flex}.task-field-menu-project-item:hover .add-to-matters-page__selected--checked{display:none}.task-field-menu-project-item__icon.uni-icon{--uni-icon--background-color:var(--color-gray-100);border-radius:100%;padding:.625rem}.task-field-menu-palette{margin-top:.5rem;box-shadow:var(--box-shadow-xxl)!important;max-height:unset!important}.task-field-menu-large{min-height:fit-content;width:400px!important}.task-field-menu-layout{border-radius:var(--dim-xxsmall);border:1px solid var(--color-gray-300);background-color:var(--color-surface);width:273px;box-shadow:var(--box-shadow-lg)!important}.task-field-menu-layout__assignee{width:398px!important}.task-field-menu-layout__share{align-items:center;gap:var(--spacing-xsmall);width:100%;padding-inline:var(--spacing-small);display:flex}.task-field-menu-layout__share--URL{background-color:var(--color-gray-100);border:1px solid var(--color-gray-300);padding-block:calc(var(--spacing-xxsmall) + 1px);padding-inline:var(--spacing-small);border-radius:var(--dim-xxsmall);text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 102px);overflow:hidden}.task-field-menu-layout-tag{max-height:fit-content}.task-field-menu-layout-tag .task-field-menu-layout{border:none}.task-field-menu-layout-tag__edit{padding-top:var(--spacing-xsmall)}.task-field-menu-layout-tag__edit--line{height:1px;margin-inline:var(--spacing-small);background-color:var(--color-divider);margin-top:var(--spacing-small)}.task-field-menu-layout-tag__number{z-index:0;background-color:var(--color-gray-100);border-radius:1000px;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;margin-left:-.75rem;display:flex}.task-field-menu-layout__chip{white-space:nowrap;width:fit-content;height:var(--spacing-large);border:1px solid var(--color-divider);padding:2.5px var(--spacing-xsmall);align-items:center;gap:var(--spacing-xxsmall);border-radius:50px;display:flex}.task-field-menu-layout__chip--active{border:1px solid var(--color-primary-500)}.task-field-menu-layout__type .uni-icon{color:var(--color-primary-500)!important}.task-field-menu-layout__search--box{padding:var(--spacing-small);padding-block-end:var(--spacing-xxsmall)}.task-field-menu-layout__items{max-height:204px;padding-block:var(--spacing-small);overflow:auto}.task-field-menu-layout__items--empty{padding-block:var(--spacing-xxsmall)}.task-field-menu-layout__items--close{width:calc(var(--dim-radius-medium) + var(--dim-xsmall));height:calc(var(--dim-radius-medium) + var(--dim-xsmall));margin-inline:auto;align-items:center;margin-right:1.5px;padding:0;display:none}.task-field-menu-layout__items--close .uni-icon{width:var(--dim-xsmall);height:var(--dim-xsmall);margin-block-end:var(--spacing-xsmall);padding-top:.1px;font-weight:900;font-size:var(--dim-xsmall)!important}.task-field-menu-layout__items--item:hover .task-field-menu-layout__items--close{display:flex}.task-field-menu-layout__items--item:hover .task-field-menu-layout__items--check{display:none}.task-field-menu-layout__items .icon-check{color:var(--color-primary-500)!important}.task-field-menu-layout__items .uni-new-menu-item--medium{--uni-new-menu-item-padding:var(--spacing-xsmall)var(--spacing-small)}.task-field-menu-layout__items .uni-icon{--uni-icon--font-size:20px}.task-field-menu-layout__items--color.uni-button{--uni-button-padding:1px!important}.task-field-menu-layout__items--color.uni-button--contained:hover{--uni-button-backdrop-color:unset!important}.task-field-menu .add-to-matters-page__chip .uni-new-menu-item__label{max-width:16.5rem;font-weight:700}@media (max-width:600px){.task-field-menu-layout{border:unset;width:100%!important}}.rtl-styles .task-field-menu-project-item__chip--status{padding:var(--spacing-xxsmall)1.1875rem var(--spacing-xxsmall)var(--spacing-xxsmall);margin-left:0;margin-right:-18px}.task-drawer-layout{width:100%}.task-drawer-layout .MuiTabs-indicator{background-color:var(--color-primary)}.task-drawer-layout .MuiTabs-root.uni-tabs .css-heg063-MuiTabs-flexContainer{justify-content:space-between;overflow:hidden}.task-drawer-layout-tab{gap:var(--spacing-xxxsmall);align-items:baseline;display:flex}.task-drawer-layout-tab__number{background-color:var(--color-gray-800);border-radius:10px;justify-content:center;align-items:center;width:20px;height:16px;margin-inline:1px;display:flex}.task-drawer-layout-comments{padding-block-start:var(--spacing-normal)}.task-drawer-layout-comments__header{gap:var(--spacing-xsmall);display:grid}.task-drawer-layout-comments-body__empty{align-items:center;width:fit-content;height:4.3rem;margin:auto;display:grid}.task-drawer-tools{gap:var(--spacing-xxsmall);display:flex}.task-drawer-tools-favorite .uni-button-icon{--uni-button-color:var(--color-lime-500)}.task-modal{gap:var(--spacing-xlarge);width:100%;height:100%;padding:var(--spacing-normal);flex-direction:column;display:flex;overflow-y:auto}.task-modal-center{padding-left:0!important}.task-modal-header{justify-content:space-between;display:flex}.task-modal-header__info{gap:var(--spacing-xsmall);align-items:center;display:flex}.task-modal-status{gap:var(--spacing-normal);flex-direction:column;display:flex}.task-modal-status-empty{background-color:var(--color-gray-100);border-radius:.25rem;justify-content:center;align-items:center;height:8rem;padding-block:.75rem;padding-inline:1rem;display:flex}.task-modal-status-actions{justify-content:space-between;display:flex}.task-modal-status-actions__layout{align-items:center;gap:var(--spacing-xsmall);max-width:80%;display:flex}.task-modal-status-actions__layout .uni-button--small .uni-button-icon{font-size:1.3rem!important}.task-modal-status-actions__layout .uni-button--small--icon-only{width:1.5rem;height:1.5rem}.task-modal-status-actions__edit{gap:var(--spacing-xsmall);display:flex}.task-modal-status-cards{cursor:pointer}.task-modal-card,.task-modal-status-cards{gap:var(--spacing-normal);flex-direction:column;display:flex}.task-modal-card{padding-block:var(--spacing-small);padding-inline:var(--spacing-normal);border-radius:var(--dim-radius-large);background-color:var(--color-background)}.task-modal-card--selected{background-color:var(--color-primary)}.task-modal-card-header{justify-content:space-between}.task-modal-card-header,.task-modal-card-header__action{align-items:center;display:flex}.task-modal-card-header__action--flag-icon{--color-text-tertiary:var(--task-modal-flag-icon-color)}.task-modal-card-header__action--selected .uni-button--color-gray.uni-button--outlined,.task-modal-card-header__action--selected .uni-button--color-gray.uni-button--text:not(.uni-button--disabled,.uni-hint__close){--uni-button-color:white!important}.task-modal-card-center{gap:var(--spacing-xsmall);justify-content:space-between;display:flex}.task-modal-card-center__count{align-items:center;gap:var(--spacing-small);min-height:var(--spacing-large);display:flex}.task-modal-card-center__count--item{align-items:center;gap:var(--spacing-xxxsmall);display:flex}.task-modal-card-footer{justify-content:space-between;align-items:center;display:flex}.task-modal-card-footer .uni-typo{font-size:.75rem}.rtl-styles .task-modal-center{padding-left:var(--spacing-normal)!important}.task-tab-meet{margin-block-start:var(--spacing-normal)}.task-tab-meet .prompt-card{padding-inline:0}.task-tab-meet .tasks-list-layout-part-header__info--drag{margin-left:-36px}.task-tab-meet-header{justify-content:space-between;display:flex}.task-tab-meet-header__info{align-items:center}.task-tab-meet-header__actions,.task-tab-meet-header__info{gap:var(--spacing-xsmall);display:flex}.task-tab-meet-body{margin-block-start:var(--spacing-normal)}.rtl-styles .tasks-list-layout-part-header__info--drag{margin-right:-30px;margin-left:unset}.task-filters-wrapper{gap:var(--spacing-normal);width:720px;min-height:106px}.task-filters-wrapper-layout{padding:var(--spacing-normal)}.task-filters-wrapper-header{justify-content:space-between;display:flex}.task-filters-wrapper-header__actions{display:flex}.task-filters-wrapper-header__actions .uni-text-field--outlined.uni-text-field--medium{--uni-text-field-font-size:12px}.task-drawer-layout-subtask{gap:var(--spacing-xsmall);flex-direction:column;padding-block-start:var(--spacing-normal);display:flex}.task-drawer-layout-subtask__header{justify-content:space-between;align-items:center;display:flex}.task-drawer-layout-subtask__header--info{gap:var(--spacing-xsmall);align-items:center;display:flex}.task-drawer-layout-subtask__header--total{background-color:var(--color-gray-100);border-radius:100px;width:4rem;height:fit-content;overflow:hidden}.task-drawer-layout-subtask__header--done{background-color:var(--color-primary-500);border-radius:100px;height:4px}.task-drawer-layout-subtask-body{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.task-drawer-layout-subtask-body__create{z-index:1;width:100%;min-height:6rem;padding:var(--spacing-small);box-shadow:var(--box-shadow-md);border:1px solid var(--color-divider);border-radius:var(--dim-radius-small);position:relative}.task-drawer-layout-subtask-body__create--input{border-block-end:1px solid var(--color-divider);padding-block-end:12px}.task-drawer-layout-subtask-body__create--input .uni-text-field__input{color:var(--color-text-tertiary)}.task-drawer-layout-subtask-body__create--input .uni-text-field--outlined.uni-text-field--small{--uni-text-field-adornment-offset-x:var(--spacing-xsmall)}.task-drawer-layout-subtask-body__create--input .uni-text-field__input-wrapper,.task-drawer-layout-subtask-body__create--input .uni-text-field__input-wrapper--focused{--uni-text-field-stroke-width:0}.task-drawer-layout-subtask-body__create--input .uni-icon.uni-typo--color-text-tertiary{color:var(--color-fiord-500)}.task-drawer-layout-subtask-body__create--actions{justify-content:space-between;padding-block-start:12px;display:flex}.task-drawer-layout-subtask-body__create--fields{align-items:center;gap:var(--spacing-xsmall);display:flex}.task-drawer-layout-subtask-body__create--fields .uni-text-field__input{padding-block:unset;font-size:12px}.subtask-card{border:1px solid var(--color-gray-300);border-radius:var(--dim-radius-small);width:100%;min-height:96px;box-shadow:var(--box-shadow-md);padding:var(--spacing-small);gap:var(--spacing-small);flex-direction:column;display:flex}.subtask-card-header{line-break:auto;white-space:pre-line;align-items:center;gap:var(--spacing-xsmall);width:100%;height:fit-content;display:flex;overflow:hidden}.subtask-card-layout{justify-content:space-between;align-items:center;display:flex}.subtask-card-layout .uni-text-field__input{padding-block:unset;font-size:12px}.subtask-card-layout--line{background-color:var(--color-gray-300);width:100%;height:1px}.subtask-card-layout-attributes{align-items:center;gap:var(--spacing-xsmall);display:flex}.progress::-webkit-progress-bar{background-color:red;border-radius:10px;overflow:hidden}.list-task-creator{border-top:1px solid var(--color-white-smoke);background-color:var(--color-background-surface-card);width:100%;padding:.3125rem;display:flex}.list-task-creator-box{width:100%;padding-block:var(--spacing-xxsmall);justify-content:space-between;align-items:center;display:flex}.list-task-creator-box .uni-text-field__input-wrapper{--uni-text-field-stroke-width:0;--uni-text-field-outlined-fieldset-offset-x:0}.list-task-creator-box .uni-text-field__input-wrapper--focused{--uni-text-field-outlined-fieldset-offset-x:0;--uni-text-field-stroke-width:0}.list-task-creator-box-actions{align-items:center;gap:var(--spacing-xsmall);display:flex}.task-item-layout{border:1px solid var(--color-divider);border-radius:var(--dim-radius-large);background-color:var(--color-surface);width:253px;overflow:hidden}.task-item-layout-menu{border-radius:var(--dim-radius-small);max-width:273px}.task-item-layout-menu,.task-item-layout-menu-info{gap:var(--spacing-normal);flex-direction:column;display:flex}.task-item-layout-menu-info{padding:var(--spacing-small);padding-bottom:unset}.task-item-layout-menu__buttons{gap:var(--spacing-normal);justify-content:space-between;display:flex}.task-item-layout-menu__buttons .uni-button{min-width:116.5px}.task-item-layout-menu__line{background-color:var(--color-divider);width:100%;height:1px}.task-item-layout-footer{background-color:var(--color-gray-100);width:100%;height:44px;padding:var(--spacing-small)var(--spacing-normal);border-radius:0 0 var(--dim-radius-large)var(--dim-radius-large);justify-content:space-between;align-items:center;display:flex}.task-item-layout-footer__meeting{cursor:pointer;align-items:center;gap:var(--spacing-xxsmall);display:flex}.task-item-layout-footer__date{align-items:center;display:flex}.task-item-layout-footer-count{display:flex}.task-item-layout-footer .uni-text-field--outlined.uni-text-field--medium{--uni-text-field-font-size:10px}.task-item-layout-footer .uni-text-field__input{padding-right:0}.task-item-layout-footer .uni-text-field__input-wrapper,.task-item-layout-footer .uni-text-field__input-wrapper--focused{--uni-text-field-stroke-width:0}.task-item-layout-body{gap:var(--spacing-normal);padding:var(--spacing-small);padding-top:var(--spacing-xsmall);flex-direction:column;display:grid}.task-item-layout-body-description{-webkit-line-clamp:3;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;max-height:57px;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}.task-item-layout-body-fields{justify-content:space-between;align-items:center;display:flex}.task-item-layout-body-fields__count{align-items:center;gap:var(--spacing-small);display:flex}.task-item-layout-body-fields__count--item{align-items:center;gap:var(--spacing-xxxsmall);display:flex}.task-item-layout-body-fields .uni-icon{--uni-icon--font-size:16px}.task-item-layout-body-tags{width:fit-content}.task-item-layout-header{width:100%;padding:var(--spacing-small)}.task-item-layout-header .add-to-matters-page__chip{max-width:6rem}.task-item-layout-header-action{justify-content:space-between;align-items:center;display:flex}.task-item-layout-header-action .uni-button--small .uni-button-icon{font-size:12px!important}.task-item-layout-header-action .uni-button--small--icon-only{width:1.25rem;height:1.25rem}.task-item-layout-header-action__buttons{gap:.375rem;display:flex}.task-item-layout-header-action__buttons--favorite{--uni-button-color:var(--color-lime-500)!important}.task-item-layout-header-action__project{align-items:center;gap:.375rem;max-width:10rem;display:flex}.task-item-layout-header-action__project--chip{gap:var(--spacing-xxsmall);color:var(--color-text-primary);--uni-new-menu-item-outline:0;border:var(--spacing-xxxsmall)solid #fff;z-index:1;-moz-border-radius:9999px;max-width:fit-content;font-size:10px;font-weight:700;line-height:15px;background-color:var(--color-gray-100)!important;--uni-new-menu-item-padding:var(--spacing-xxxsmall).375rem var(--spacing-xxxsmall)var(--spacing-xxsmall)!important;border-radius:9999px!important}.task-item-layout-header-action__project--number{z-index:0;background-color:var(--color-gray-100);border:var(--spacing-xxxsmall)solid #fff;border-radius:1000px;justify-content:center;align-items:center;min-width:1.5rem;height:1.5rem;margin-left:-11px;padding-inline:.125rem;display:flex}.task-item-layout-header__attachment{padding:unset;height:73px}.task-item-layout-header__attachment--img{width:253px;height:65px}.uni-bottom-sheet__paper .task-item-layout-menu{max-width:100%}.task-project-setting{justify-content:flex-start!important}.task-project-setting .prompt-card{gap:var(--spacing-normal)}.task-project-setting-container{gap:var(--spacing-large);padding:var(--spacing-large);flex-direction:column;display:flex;overflow:auto}.task-project-setting-container__header{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.task-project-setting-container-item{align-items:center;gap:var(--spacing-xsmall);z-index:0;display:flex}.task-project-setting-container-item .uni-button,.task-project-setting-container-item .uni-icon:not(.task-project-setting-container-item__layout--status){visibility:hidden}.task-project-setting-container-item:hover .uni-button,.task-project-setting-container-item:hover .uni-icon{visibility:visible}.task-project-setting-container-item--drag{width:1.125rem;height:1.5rem}.task-project-setting-container-item__layout{z-index:0;justify-content:space-between;align-items:center;width:100%;display:flex}.task-project-setting-container-item__layout--label{align-items:center;gap:var(--spacing-xsmall);max-width:240px;display:flex}.task-project-setting-container-item__layout--trash{z-index:1}.task-project-setting-container-stage{flex-direction:column;display:flex}.task-project-setting-container-stage__item{width:100%;padding:var(--spacing-xsmall);border-radius:var(--dim-radius-small);background-color:var(--color-gray-100);justify-content:space-between;align-items:center;margin-block-start:var(--spacing-large);display:flex}.task-project-setting-container-stage__item--title{align-items:center;gap:var(--spacing-xsmall);text-transform:capitalize;display:flex}.task-project-setting-container-tag__layout--chip{z-index:1;max-height:calc(var(--dim-normal) + var(--dim-xxsmall));border:2px solid var(--color-white);border-radius:0 1000px 1000px 0;align-items:center;padding:.1563rem .375rem;font-size:.625rem;font-weight:700;display:flex}.task-project-setting-create{padding-inline-start:var(--spacing-xlarge)}.task-project-setting-create__button{padding-inline-start:calc(var(--spacing-normal) + .375rem)!important}.task-project-setting-create__space{margin-block-start:.5rem}.task-project-setting-create__input .uni-text-field--outlined.uni-text-field--medium{--uni-text-field-offset-y:.875rem}.task-project-setting-create__input--buttons{gap:var(--spacing-xsmall);display:flex}.uni-bottom-sheet__container{flex-direction:column;height:100vh;display:flex;overflow:hidden}.add-task{width:100%;height:100%}.add-task-sidebar{height:calc(100% - 48px)}.add-task-modal{grid-template-columns:repeat(2,1fr);display:grid}.add-task-modal .add-task-layout{border-inline-end:1px solid var(--color-divider)}.add-task-modal .task-drawer-layout{padding:var(--spacing-normal);height:100%;overflow-y:auto}.add-task-modal .add-task-layout__submit{margin-bottom:1rem}.add-task-modal__create{grid-template-columns:unset}.add-task .uni-description__blur{background:linear-gradient(#fffc,#fff)}.add-task-layout{flex-direction:column;justify-content:space-between;align-items:center;height:100%;display:flex;overflow:hidden}.add-task-layout .add-task-layout__fields--value{max-width:17.8rem}.add-task-layout__header{padding:var(--spacing-normal);align-items:baseline;gap:calc(var(--spacing-normal) + var(--spacing-xxsmall));flex-direction:column;width:100%;display:flex;overflow:hidden auto}.add-task-layout__fields>:last-child{margin-bottom:0!important}.add-task-layout__fields{row-gap:var(--spacing-normal);flex-direction:column;width:100%;padding:2px 0;display:flex}.add-task-layout__fields--hidden{display:none!important}.add-task-layout__fields--row{column-gap:var(--spacing-xxlarge);width:100%;display:flex}.add-task-layout__fields--row .uni-button:not(.uni-description__edit-buttons--save){gap:var(--spacing-xxsmall);font-weight:400;--uni-button-color:var(--color-text-tertiary)!important}.add-task-layout__fields--row .uni-button--color-gray.uni-button--outlined,.add-task-layout__fields--row .uni-button--color-gray.uni-button--text:not(.uni-button--disabled,.uni-hint__close){--uni-button-color:var(--color-text-tertiary)!important}.add-task-layout__fields--row .uni-description__add,.add-task-layout__fields--row .uni-description__remove{background-color:#0000}.add-task-layout__fields--row .uni-button--small{--uni-button-font-size:.875rem}.add-task-layout__fields--row .uni-button--small .uni-button-icon{font-size:.875rem!important}.add-task-layout__fields--col{flex-direction:column}.add-task-layout__fields--field{align-items:center;column-gap:var(--spacing-xsmall);min-width:6.25rem;max-height:1.75rem;display:flex}.add-task-layout__fields--description{display:none}.add-task-layout__fields--value{flex-wrap:wrap;flex-grow:1;align-items:center;display:flex}.add-task-layout__fields--value .uni-date-range-picker .uni-text-field__input{height:28px;text-align:unset;padding:0!important}.add-task-layout__fields--value .uni-text-field__adornment--start{margin-left:.5rem;margin-right:var(--spacing-xxsmall)!important}.add-task-layout__fields--value .uni-date-range-picker .uni-text-field{--uni-text-field-stroke-width:0;cursor:pointer}.add-task-layout__fields--value .uni-date-range-picker .uni-text-field:hover{background-color:var(--color-button-outline)}.add-task-layout__fields--value .uni-date-range-picker .uni-text-field .new-uni-select__arrow{color:var(--color-text-primary)}.add-task-layout__fields--value .uni-date-range-picker .uni-text-field .uni-text-field__input-wrapper{min-width:11.25rem;padding:0}.add-task-layout__fields--value .uni-date-range-picker .uni-text-field .uni-text-field__input-wrapper--focused{--uni-text-field-outlined-fieldset-offset-x:0;--uni-text-field-stroke-width:0}.add-task-layout__fields--value-date.uni-date-range-picker .uni-text-field .uni-text-field__input-wrapper{min-width:unset;max-width:122px!important}.add-task-layout__collapse{z-index:2;align-self:center;position:absolute;bottom:-14px}.add-task-layout__submit{margin-bottom:var(--spacing-normal);width:calc(100% - 2rem);min-height:3rem}.add-task-layout__submit--mobile{position:fixed;bottom:0}.add-task-layout .uni-text-field__helper-text{padding-inline:0}.add-task-layout-type{gap:var(--spacing-xsmall);border-radius:var(--spacing-xxsmall);border:1px solid var(--color-gray-300);padding:var(--spacing-xxxsmall)var(--spacing-xsmall);display:flex}.add-task-layout-type__line{background-color:var(--color-gray-300);width:1px;height:auto}.add-task-layout-type__id,.add-task-layout-type__name{align-items:center;display:flex}.add-task-layout-type__id{max-width:6rem}.add-task-layout-chip{cursor:pointer;background-color:var(--task-field-priority-color);align-items:center;gap:var(--spacing-xxsmall);background-color:#0000;border-radius:50px;max-width:150px;padding:2px 8px;display:flex;color:var(--task-field-priority-color)!important;--color-text-tertiary:var(--task-field-priority-color)!important}.add-task-layout-fieldmenu{border:1px solid var(--color-gray-300);border-radius:.25rem;width:273px;height:184px}.palette-arabic-theme .add-task-layout__fields--value-date .uni-text-field--outlined.uni-text-field{border-radius:var(--dim-radius-full)}.kanban-task-layout{column-gap:var(--spacing-small);flex-wrap:nowrap;flex-grow:1;grid-template-columns:repeat(4,1fr);place-content:flex-start;width:100%;height:fit-content;padding-inline-end:.1rem;transition:all .3s linear;display:flex;overflow:auto hidden}.kanban-task-layout__collapse{align-items:center;gap:var(--spacing-large);min-width:3rem;max-width:277px;height:100%;min-height:500px;padding-top:.9375rem;padding-inline:var(--spacing-small);border-radius:var(--dim-radius-large);border-top:7px solid #0000;flex-direction:column;padding-block-end:var(--spacing-small);display:flex}.kanban-task-layout__collapse--title{writing-mode:vertical-lr;align-items:center;gap:var(--spacing-xsmall);flex-direction:row;display:flex}.kanban-task-layout__collapse--count{max-width:16px;height:24px!important}.kanban-task-layout__backdrop{background-color:#0000}.kanban-task-layout-status .task-field-menu-layout{width:277px}.kanban-task-layout-status-add{gap:var(--spacing-xsmall);width:17.3125rem;padding:var(--spacing-small);background-color:var(--color-surface);border-radius:var(--dim-radius-large);border-top:7px solid var(--color-green-500);box-shadow:var(--box-shadow-lg);flex-direction:column;display:flex}.kanban-task-layout-status-add .uni-text-field__input{padding-inline:var(--spacing-small);padding-block:var(--spacing-xsmall)}.kanban-task-layout-status-add .uni-text-field--outlined.uni-text-field--medium{--uni-text-field-font-size:12px}.kanban-task-layout-status-add__textfield{width:100%;height:35px}.kanban-task-layout-status-add__buttons{gap:var(--spacing-xsmall);width:fit-content;margin-left:auto;display:flex}.kanban-task-layout-status-add__buttons .uni-button--small{--uni-button-padding:.175rem .75rem}.kanban-task-layout-status-add--status{width:17.3125rem;height:2.5rem;box-shadow:var(--box-shadow-sm);font-size:.875rem!important}.kanban-task-layout-status-add--status .uni-button-icon{font-size:14px!important}.kanban-task-layout__column{border-radius:var(--dim-radius-large);flex-direction:column;flex-shrink:0;min-width:17.3125rem;max-width:17.3125rem;display:flex}.kanban-task-layout__column--body{padding-inline:var(--spacing-small);gap:var(--spacing-large);flex-direction:column;flex-grow:1;justify-content:space-between;height:100%;display:flex;overflow-y:hidden}.kanban-task-layout__column--body-button{border-radius:var(--dim-radius-large);color:#5c5c5c;width:100%;min-height:2rem;margin-block-end:var(--spacing-small)}.kanban-task-layout__column--body-button .uni-button-icon{color:#5c5c5c!important}.kanban-task-layout__column--items{gap:var(--spacing-large);flex-direction:column;display:flex}.kanban-task-layout__column--body:hover{overflow-y:auto}.kanban-task-layout__column--header-title{align-items:center;column-gap:var(--spacing-xsmall);max-width:60%;display:flex}.kanban-task-layout__column--header{border-radius:var(--dim-radius-large);width:100%;height:48px;padding-inline:var(--spacing-small);border-top:7px solid #0000;justify-content:space-between;align-items:center;margin-block-end:var(--spacing-large);padding-top:.9375rem;display:flex}.kanban-task-layout__column--header .uni-button--small .uni-button-icon{font-size:.875rem!important}.kanban-task-layout__column--header .uni-button--small--icon-only{width:1.25rem;height:1.25rem}.kanban-task-layout__column--header--actions{align-items:center;gap:var(--spacing-xsmall);display:flex}.kanban-task-layout__column--header--actions .uni-button--color-gray.uni-button--outlined,.kanban-task-layout__column--header--actions .uni-button--color-gray.uni-button--text:not(.uni-button--disabled,.uni-hint__close){--uni-button-color:#5c5c5c!important}.kanban-task-layout__column--header--actions .uni-button--color-gray.uni-button--outlined:hover,.kanban-task-layout__column--header--actions .uni-button--color-gray.uni-button--text:not(.uni-button--disabled,.uni-hint__close):hover{--uni-button-background:var(--color-gray-500)!important}.kanban-task-layout__column--header--count{border:1px solid var(--color-white);background-color:var(--color-gray-800);border-radius:.625rem;justify-content:center;align-items:center;min-width:18px;height:16px;padding-inline:.375rem;display:flex}.kanban-task-layout__column--item{border-radius:var(--dim-xsmall);background-color:var(--color-surface);border:1px solid var(--color-divider);width:100%;height:9.875rem;padding:var(--spacing-xsmall);cursor:pointer;flex-direction:column;justify-content:space-between;margin-block-start:var(--spacing-small);transition:border-color .4s;display:flex}.kanban-task-layout__column--item:hover{background-color:var(--color-hover)}.task-backdrop{z-index:1000;background-color:#639;width:100%;height:100%;position:absolute;top:0;left:0}.edit-status-modal{gap:var(--spacing-small);flex-direction:column;display:flex}.edit-status-modal-delete{width:100%}.task-status-color__add-colorpalet{gap:var(--spacing-xxsmall);width:100%;height:6rem;flex-direction:column;margin-block-start:var(--spacing-normal);display:flex}.task-status-color__colorpalet-items{row-gap:var(--spacing-small);gap:var(--spacing-xsmall);flex-wrap:wrap;display:flex}.task-status-color__colorpalet-item{border-radius:4px;width:100%;max-width:1.5rem;max-height:1.25rem;list-style:none}.task-status-color__colorpalet-item :hover :not(.task-status-color__priview){filter:brightness(.3)}.task-status-color__colorpalet-button{width:100%;height:100%}.task-status-color__sketch-picker{box-sizing:border-box!important;width:100%!important}.task-status-color__over{max-width:14rem}.task-status-color__sheet{padding-block-start:0!important}.task-status-color__preview{cursor:pointer;width:100%;max-width:1.5rem;height:1.25rem;background-color:#0000;border:none;border-radius:4px;padding-block-start:var(--spacing-xsmall)}.task-status-color__preview :hover{border:none!important}.task-tab-project{margin-block-start:var(--spacing-normal)}.task-tab-project-header{justify-content:space-between;display:flex}.task-tab-project-header__actions{gap:var(--spacing-xsmall);display:flex}.task-tab-project-body{margin-block-start:var(--spacing-normal)}.ai-list__title{justify-content:center;align-items:center;gap:var(--spacing-xsmall);display:flex}.ai-detail-layout{width:100%;overflow:hidden;padding-inline:0!important}.ai-detail-layout__page{width:100%;height:100vh;padding-block-end:var(--spacing-normal);padding-inline:var(--spacing-normal);flex-direction:column;display:flex;overflow:auto}@media screen and (max-width:960px){.ai-detail-layout__page{padding-inline:0}}.ai-detail-layout__info{height:100%;overflow:hidden}.ai-detail-layout .uni-detail-page__content{height:100%;padding-block-start:0!important}.embla-ai{max-width:48rem;overflow:hidden}.embla-ai__container{transition:transform .3s;display:flex}.embla-ai__slide{width:16rem;padding:var(--spacing-normal)}.template-card{border-radius:var(--spacing-xsmall);width:15rem;min-height:9.75rem;padding:var(--spacing-xlarge);gap:var(--spacing-xsmall);flex-direction:column;display:flex;box-shadow:0 2px 4px #0000001a}.template-menu{background-color:var(--color-white);padding:var(--spacing-small);width:100%}@media screen and (min-width:600px){.template-menu{border-radius:var(--spacing-xsmall);width:33rem}}.template-menu__header{justify-content:space-between;align-items:center;display:flex}.template-menu__header--actions{align-items:center;gap:var(--spacing-xsmall);display:flex}.ai-prompts-history{padding:var(--spacing-normal);flex-direction:column-reverse;align-items:center;overflow-y:auto}.ai-prompts-history,.ai-prompts-history__prompt{gap:var(--spacing-small);width:100%;display:flex}.ai-prompts-history__prompt{flex-direction:column;max-width:48rem}.ai-prompts-history__prompt-question{justify-content:flex-end;align-items:center;width:100%;display:flex}.ai-prompts-history__prompt-question--message{border-radius:var(--spacing-xsmall);padding:var(--spacing-normal);background-color:var(--color-white);max-width:75%;font-size:.875rem}.ai-prompts-history__prompt-question--avatar{height:100%;padding-block-start:var(--spacing-xsmall);padding-inline-start:var(--spacing-xsmall)}.ai-prompts-history__prompt-answer{justify-content:flex-start;width:100%;display:flex}.ai-prompts-history__prompt-answer--message{border-radius:var(--spacing-xsmall);padding:var(--spacing-normal);max-width:75%;color:var(--color-text-primary);font-size:.875rem}.ai-prompts-history__prompt-answer--avatar{height:100%;padding-block-start:var(--spacing-normal)}.ai-prompts-history__loading{margin-top:30%}.ai-prompt{flex-direction:column;justify-content:space-between;align-items:center;height:100%;display:flex;overflow:hidden}.ai-prompt__templatelist{max-width:-webkit-fill-available}.question-box{margin-bottom:var(--spacing-xlarge);width:100%;max-width:48rem}.question-box__manage-prompt{cursor:pointer}.ai-question__add-prompt .uni-button__label{font-size:.75rem}.answer-card{border:1px solid var(--color-divider);border-radius:var(--spacing-xsmall);background-color:var(--color-white);padding:0;padding:var(--spacing-small)var(--spacing-normal);flex-direction:column;display:flex}.answer-card__header{border-bottom:1px solid var(--color-divider);width:100%;justify-content:space-between;align-items:center;padding-block-end:var(--spacing-small);display:flex}.answer-card__loading-main,.answer-card__main{gap:var(--spacing-xsmall);width:100%;padding-block-start:var(--spacing-small);display:flex}.answer-card__loading-main{justify-content:center;flex-direction:column}.answer-card__toolbox{align-items:center;display:flex}.answer-card__toolbox--avatar-group{padding:0 calc(var(--spacing-xxsmall) + var(--spacing-xxxsmall))}.answer-card__edit-action{justify-content:flex-end;gap:var(--spacing-xsmall);margin:var(--spacing-xsmall)0;display:flex}.answer-card__loading-toolbox{width:10.625rem}.answer-card__answer-input{border:none}.answer-card__answer-input .uni-text-field--outlined__fieldset{display:none}.answer-card__answer-input .uni-text-field__adornment--start{align-items:flex-end;margin-block-start:var(--spacing-small)}.answer-card__answer-input .MuiInputBase-input,.answer-card__answer-input .MuiInputBase-root{border:none;padding:0}.ai-answer-list{gap:var(--spacing-normal);flex-direction:column;display:flex}.ai-answer-list__skeleton{padding-top:var(--spacing-xsmall)}.ai-answer-list__hint{margin-top:var(--spacing-xsmall)}.ai-answer-list__load-more{justify-content:flex-end;display:flex}.assign-people{display:flex}.assign-people__avatar-group{padding:0 calc(var(--spacing-xxsmall) + var(--spacing-xxxsmall))}.prompt-inner__item{gap:var(--spacing-xxxsmall);flex-direction:column;display:flex}.prompt-inner__form{gap:var(--spacing-xsmall);padding:var(--spacing-normal);flex-direction:column;display:flex}.prompt-inner__form--action{justify-content:flex-end;gap:var(--spacing-xsmall);display:flex}.prompt-card{gap:var(--spacing-xsmall);padding:var(--spacing-normal)var(--spacing-xsmall);flex-direction:column;display:flex}.prompt-card__wrapper{align-items:center}.prompt-card__inner,.prompt-card__wrapper{gap:var(--spacing-xxsmall);width:100%;display:flex}.prompt-card__inner{border:1px solid var(--color-divider);border-radius:var(--spacing-xsmall);padding:var(--spacing-xsmall);flex-direction:column;height:5.6rem}.prompt-card__header{justify-content:space-between;display:flex}.prompt-card__skeleton{padding-top:var(--spacing-xsmall)}.prompt-card__load-more{justify-content:flex-end;display:flex}.prompt-card__skeleton-wrapper{padding:var(--spacing-xsmall)}.prompt-drawer{flex-direction:column;width:100%;height:100vh;display:flex;overflow-y:scroll}.ai-question__prompt-select{max-width:calc(4*var(--dim-xxxlarge));cursor:pointer}.ai-question__prompt-list{z-index:2;border-radius:var(--spacing-xsmall);width:100%;box-shadow:var(--box-shadow-lg);background-color:var(--color-white);flex-direction:column;display:flex;position:absolute;top:2.875rem}.ai-question__prompt-item{display:flex}.ai-question__prompt-item-text{flex-direction:column;display:flex}.ai-question__prompt-manage{border-top:1px solid var(--color-divider)}.ai-question__prompt-empty-item{border-top:none}.ai-question{gap:var(--spacing-xsmall);display:flex;position:relative}.new-ai-warper{margin-block-start:var(--spacing-normal)}.meeting-room-breakout-room-skeleton{gap:var(--spacing-normal);width:100%;height:100%;padding:var(--spacing-normal);flex-direction:column;display:flex}.meeting-room-breakout-room-skeleton__item{gap:var(--dim-large);width:100%;min-height:10.5rem;padding:var(--spacing-normal);border-radius:var(--dim-xsmall);background-color:var(--color-background);flex-direction:column;display:flex}.meeting-room-breakout-room-skeleton__item-content,.meeting-room-breakout-room-skeleton__item-header{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.meeting-room-breakout-room-skeleton__item-content .line-skeleton__element,.meeting-room-breakout-room-skeleton__item-header .line-skeleton__element{background-color:var(--color-hover)}.meeting-room-breakout-room-skeleton__item-row{align-items:center;gap:var(--dim-xxsmall);flex-direction:row;justify-content:flex-end;width:10rem;display:flex}.meeting-room-breakout-room-skeleton--color,.meeting-room-breakout-room-skeleton__item-footer .line-skeleton__element{background-color:var(--color-hover)}.meeting-room-breakout-room{width:100%;padding:var(--spacing-normal);max-height:calc(100% - 61px);overflow-y:auto}.meeting-room-breakout-room__plus-button .uni-icon{color:var(--color-white)!important}.meeting-room-breakout-room__menu-button .uni-icon{background-color:#0000;color:var(--color-text-tertiary)!important}.meeting-room-breakout-room::-webkit-scrollbar-track{background-color:var(--color-surface);border-radius:9999px}.meeting-room-breakout-room::-webkit-scrollbar-thumb{background-color:var(--color-divider);border-radius:9999px}.meeting-room-breakout-room__menu-svg{width:var(--spacing-small)}.breakout-room-add-button{padding:var(--spacing-normal);justify-content:flex-end;align-items:center;display:flex;box-shadow:0 -2px 2px #0000000d}.breakout-room-add-button--no-shadow{box-shadow:none;padding-block-start:0}.breakout-room-time-pane-item{--breakout-room-time-pane-item-color:unset;--breakout-room-time-pane-item-second-color:unset;--breakout-room-time-pane-item-header-height:5 .5rem;border-radius:var(--dim-xxsmall);box-shadow:var(--box-shadow-detailmdp);flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden}.breakout-room-time-pane-item--primary{--breakout-room-time-pane-item-color:var(--color-primary-500);--breakout-room-time-pane-item-second-color:var(--color-primary-100)}.breakout-room-time-pane-item--info{--breakout-room-time-pane-item-color:var(--color-blue-500);--breakout-room-time-pane-item-second-color:var(--color-blue-50)}.breakout-room-time-pane-item--warning{--breakout-room-time-pane-item-color:var(--color-orange-500);--breakout-room-time-pane-item-second-color:var(--color-orange-100)}.breakout-room-time-pane-item--gray{--breakout-room-time-pane-item-color:var(--color-gray-700);--breakout-room-time-pane-item-second-color:var(--color-gray-200)}.breakout-room-time-pane-item--secondary{--breakout-room-time-pane-item-color:var(--color-secondary-500);--breakout-room-time-pane-item-second-color:var(--color-secondary-100)}.breakout-room-time-pane-item--green-50,.breakout-room-time-pane-item--success{--breakout-room-time-pane-item-color:var(--color-green-500);--breakout-room-time-pane-item-second-color:var(--color-green-50)}.breakout-room-time-pane-item--error{--breakout-room-time-pane-item-color:var(--color-red-500);--breakout-room-time-pane-item-second-color:var(--color-red-50)}.breakout-room-time-pane-item--fiord{--breakout-room-time-pane-item-color:var(--color-fiord-700);--breakout-room-time-pane-item-second-color:var(--color-fiord-100)}.breakout-room-time-pane-item--default{--breakout-room-time-pane-item-color:var(--color-gray-500);--breakout-room-time-pane-item-second-color:var(--color-gray-300)}.breakout-room-time-pane-item:not(:has(.breakout-room-time-pane-item__header--single)){min-height:80px}.breakout-room-time-pane-item:not(:has(.breakout-room-time-pane-item__header--single)).breakout-room-time-pane-item--opened{min-height:144px}.breakout-room-time-pane-item__header{cursor:pointer;width:100%;padding-inline:var(--spacing-small)var(--spacing-xsmall);padding-block:var(--spacing-small);background-color:var(--breakout-room-time-pane-item-second-color);z-index:2;flex-direction:column;display:flex}.breakout-room-time-pane-item__header,.breakout-room-time-pane-item__header--single{height:var(--breakout-room-time-pane-item-header-height);min-height:var(--breakout-room-time-pane-item-header-height);max-height:var(--breakout-room-time-pane-item-header-height)}.breakout-room-time-pane-item__header--single{--breakout-room-time-pane-item-header-height:3rem;flex-direction:row;align-items:center}.breakout-room-time-pane-item__header--single .breakout-room-time-pane-item__end{width:100%}.breakout-room-time-pane-item__title--button{cursor:pointer;margin-inline-end:auto}.breakout-room-time-pane-item__subtitle,.breakout-room-time-pane-item__texts{column-gap:var(--spacing-xsmall);align-items:center;display:flex}.breakout-room-time-pane-item__texts{justify-content:space-between;width:100%;height:100%}.breakout-room-time-pane-item__texts--actions{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.breakout-room-time-pane-item__texts--name{--uni-text-field-offset-y:0;--uni-text-field-offset-x:0;--uni-text-field-stroke-width:0;width:100%}.breakout-room-time-pane-item__texts--name .uni-text-field__input-wrapper{cursor:pointer;max-width:100%;padding-block:2px}.breakout-room-time-pane-item__texts--name .uni-text-field__input-wrapper--focused{--uni-text-field-stroke-width:0}.breakout-room-time-pane-item__texts--name input,.breakout-room-time-pane-item__texts--name textarea{color:var(--color-text-primary);text-overflow:ellipsis;padding:0;font-size:1rem;font-weight:700;overflow:hidden}.breakout-room-time-pane-item__chevron{width:28px;height:28px}.breakout-room-time-pane-item__end{justify-content:space-between;align-items:center;height:100%;display:flex}.breakout-room-time-pane-item__end--holder{visibility:hidden;height:28px}.breakout-room-time-pane-item__end--toolbox{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.breakout-room-time-pane-item__end--times{align-items:center;display:flex}.breakout-room-time-pane-item__end--clock{padding:var(--spacing-xxsmall)}.breakout-room-time-pane-item__end--clock .uni-tooltip__caption{align-items:center;column-gap:var(--spacing-xxxsmall);display:flex}.breakout-room-time-pane-item__end--time-span{align-self:center;width:200px!important;min-width:200px!important}.breakout-room-time-pane-item__end--here{white-space:nowrap;text-align:center;color:var(--breakout-room-time-pane-item-color)!important}.breakout-room-time-pane-item__end--switch.uni-button--color-gray{--uni-button-background:var(--color-surface);--uni-button-color:var(--color-text-primary);--uni-button-outline-color:var(--color-surface);--uni-button-background-light:var(--color-surface);height:24px}.breakout-room-time-pane-item__body{background-color:var(--color-surface);flex-direction:column;display:flex;overflow:hidden}.breakout-room-time-pane-item__content{scroll-behavior:smooth;height:100%;padding:var(--spacing-xxsmall);padding-inline:7px;overflow:hidden scroll}@media (max-width:1100px){.breakout-room-time-pane-item__content{max-height:calc(4*var(--dim-xxxlarge))}}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.breakout-room-time-pane-item__content{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.breakout-room-time-pane-item__content:focus,.breakout-room-time-pane-item__content:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.breakout-room-time-pane-item__footer{gap:var(--spacing-xxsmall);padding:var(--spacing-xxsmall);background-color:var(--color-surface);box-shadow:var(--box-shadow-star);flex-direction:row;display:flex}@media screen and (max-width:960px){.breakout-room-time-pane-item{max-height:350px}}.new-meeting-detail-times--multiple .breakout-room-time-pane-item__content{max-height:calc(4*var(--dim-xxxlarge))}.breakout-room-list{-webkit-overflow-scrolling:touch;flex-direction:column;flex-grow:1;flex-shrink:1;width:100%;height:100%;display:flex;overflow:auto}.breakout-room-list--MR,.breakout-room-list--MR .empty-state{background-color:var(--color-background)}.breakout-room-list--MR .breakout-room-list__footer{margin-block-start:auto}.breakout-room-list__header{column-gap:var(--spacing-large);padding:var(--spacing-normal)var(--spacing-xxlarge)0;display:flex}.breakout-room-list__header--col{row-gap:var(--spacing-xsmall);flex-direction:column;justify-content:space-between;align-items:center;width:100%;display:flex}.breakout-room-list__header--col .uni-text-field{--uni-text-field-stroke-radius:0;width:60px;border:none!important}.breakout-room-list__header--col .uni-text-field--outlined__fieldset{border-block-start:none!important;border-inline:none!important}.breakout-room-list__form{flex-direction:column;height:100%;display:flex;overflow-y:auto}.breakout-room-list__items{row-gap:var(--spacing-normal);padding-inline:var(--spacing-normal)6px;scrollbar-gutter:stable;flex-direction:column;margin-block-start:var(--spacing-normal);padding-block-end:var(--spacing-normal);display:flex;overflow-y:auto}.breakout-room-list__footer{column-gap:var(--spacing-xsmall);padding:var(--spacing-normal);display:flex}@media screen and (max-width:600px){.breakout-room-list__items{padding-inline-end:var(--spacing-normal)}}.flexible-pane__wrapper--MR .breakout-room-list__footer{margin-block-start:auto}.chat-room__start{justify-content:center;align-items:center;gap:var(--spacing-normal);background-color:var(--color-white);flex-direction:column;width:100%;height:100%;margin:auto;display:flex}.chat-room__start--button{width:50%!important}.chat-room__header{padding:var(--spacing-small)var(--spacing-xsmall);gap:var(--spacing-small);background-color:var(--color-background-surface);border:none;justify-content:flex-start;align-items:center;display:flex}.chat-room__header--dark{background-color:#23252b}.chat-room__chat{flex-direction:column;height:100%;display:flex}.chat-room__chat,.chat-room__frame,.chat-room__loading{background-color:var(--color-white)}.chat-room__loading{justify-content:center;align-items:center;height:100%;display:flex}.chat-room__loading .uni-spinner{--loading-size:var(--dim-xxlarge)}.mdp-chat-drawer{z-index:1301}.chat-drawer{--dim-drawer-width--open:372px}.chat-drawer .MuiBackdrop-root{opacity:0!important}.chat-drawer__paper{z-index:var(--z-index-drawer);width:var(--dim-drawer-width--open);background-color:var(--color-surface)}.chat-drawer__placeholder{z-index:1300}.chat-drawer-header{background:var(--color-surface);width:100%;padding:var(--spacing-small);border-block-end:1px solid var(--color-divider)}.chat-drawer-header,.chat-drawer-header__label{justify-content:flex-start;align-items:center;gap:var(--spacing-xxsmall);flex-flow:wrap;display:flex}.chat-drawer-header__label{flex:1}.chat-drawer-header__actions{gap:var(--spacing-xxsmall);flex-flow:wrap;justify-content:flex-start;align-items:center;display:flex}.chat-module__start-content{justify-content:center;align-items:center;gap:var(--spacing-normal);flex-direction:column;flex:1;width:50%;min-height:300px;margin:auto;display:flex}.chat-module__spinner{margin:auto}.chat-module__spinner .uni-spinner{--loading-size:var(--dim-xlarge)}.chat{z-index:1;opacity:0;position:fixed}@media screen and (max-width:600px){.chat{height:calc(100% - 240px)}}.chat__frame{opacity:1;border-radius:inherit;border:none;width:100%;height:100%}.chat__placeholder{background-color:var(--color-white);width:100%;height:calc(100% - 48px)}.chat__placeholder--mobile{height:80vh}.chat[aria-busy=true] .chat__curtain{z-index:2;background-color:var(--color-surface)}.chats{flex-direction:column;align-items:stretch;width:100%;padding-block-end:0;display:flex}.chats__appbar{justify-content:flex-start}.chats__appbar .uni-appbar__navigation{max-width:fit-content}.chats__appbar .uni-breadcrumbs__list{width:100%;margin-inline-start:unset}.chats__appbar .uni-breadcrumbs__item{width:100%;min-width:3rem}.chats__appbar .uni-breadcrumbs__item:not(:last-child){width:100%;max-width:3rem}.chats__appbar .uni-breadcrumb-item{text-overflow:unset}.chats__placeholder{z-index:1;flex:1}@media (min-width:960px){.chats{padding:var(--spacing-normal);padding-block-start:0}.chats__placeholder{border-radius:var(--spacing-xsmall);border:1px solid var(--color-divider)}}@media screen and (max-width:960px){.dashboard{margin-block-start:var(--spacing-xxlarge)}}.dashboard--appBar-unset{position:unset}.dashboard--appBar-fixed{position:fixed}@media screen and (max-width:960px){.dashboard .uni-hint__header p{max-width:14rem;font-size:12px}}@media (min-width:800px) and (max-width:960px){.dashboard .uni-carousel-slides__container{grid-auto-columns:38%!important}}.dashboard .uni-carousel-slides__container--empty{grid-auto-columns:100%!important}@media (min-width:960px) and (max-width:1000px){.dashboard__expanded .uni-carousel-slides__container{grid-auto-columns:100%!important}}@media (min-width:1000px) and (max-width:1100px){.dashboard__expanded .uni-carousel-slides__container{grid-auto-columns:75%!important}}@media (min-width:1100px) and (max-width:1400px){.dashboard__expanded .uni-carousel-slides__container{grid-auto-columns:55%!important}}@media (min-width:1500px) and (max-width:1650px){.dashboard__expanded .uni-carousel-slides__container{grid-auto-columns:30%}}.dashboard__expanded .uni-carousel-slides__container--empty{grid-auto-columns:100%!important}.dashboard:not(.split-wrapper__sidebar-image-wrapper){--uni-dashboard-chart-grid:unset;max-width:100%}.dashboard__meeting-metrics .uni-carousel-slides__container{grid-auto-columns:calc(33.3% - 11px)}@media screen and (max-width:1280px){.dashboard__meeting-metrics .uni-carousel-slides__container{grid-auto-columns:45%}}@media screen and (max-width:600px){.dashboard__meeting-metrics .uni-carousel-slides__container{grid-auto-columns:100%}}.dashboard-appbar{padding-inline:var(--spacing-normal)}.dashboard-appbar__create-button{padding-inline:var(--spacing-small)var(--spacing-normal)!important}.dashboard-appbar__create-button .uni-button__label{text-transform:none}.dashboard__button-widgets{border:1px solid var(--color-gray-300)}.dashboard__card{padding:var(--spacing-normal);width:100%;height:13.85rem;padding-block-start:var(--spacing-small);position:relative}.dashboard__card canvas{z-index:5;position:relative}.dashboard__card--people-chart{margin-block-start:calc(-1*var(--spacing-xxsmall))}.dashboard__card--time-chart{height:100%}.dashboard__card--time-chart--bar{margin-block-start:var(--spacing-xsmall)}.dashboard__card--empty{justify-content:center;align-items:center;gap:var(--spacing-small);flex-direction:column;margin-block-start:var(--spacing-normal);display:flex;background-color:#0000!important}.dashboard__card--menu .MuiPaper-root{border:1px solid var(--color-divider);margin-block-start:var(--spacing-xsmall)}.dashboard__card--menu .uni-new-menu-item--medium{padding:var(--spacing-xxsmall)var(--spacing-xsmall)}@media (max-width:600px){.dashboard__card--menu .uni-new-menu-item--medium{padding:var(--spacing-xsmall)var(--spacing-normal)}.dashboard__card--menu .uni-new-menu__list{padding:var(--spacing-small)0}}.dashboard__card--avatars{grid-template-columns:repeat(var(--uni-dashboard-chart-grid),1fr);place-items:center;width:100%;display:grid}.dashboard__card--item{justify-content:space-between;align-items:center;margin-block-start:var(--spacing-normal);display:flex}.dashboard__card--item-info{align-items:center;gap:var(--spacing-xsmall);display:flex}.dashboard__card--item-info-label{width:500px;font-size:10px}.dashboard__card--header{justify-content:space-between;align-items:center;margin-block-end:var(--spacing-xsmall);display:flex}.dashboard__card--header__select{--uni-text-field-stroke-width:0;width:6rem}.dashboard__card--header__select .uni-text-field{margin-right:0!important;padding-right:0!important}.dashboard__card--header__select .uni-text-field--outlined__fieldset{border-color:#0000!important}.dashboard__card--header__select .uni-text-field__input{padding-block:unset}.dashboard__card--header__select .uni-text-field__input-wrapper{padding-inline-end:unset}.dashboard__area-chart{margin-block-start:var(--spacing-normal);margin-inline-end:var(--spacing-normal)}.dashboard__content{gap:var(--spacing-large);max-width:100%;flex-direction:column;padding-block-end:var(--spacing-normal);display:flex}.dashboard__label{align-items:center;gap:.625rem;display:flex}.dashboard__item{max-width:100%;padding:0 var(--spacing-normal);flex-direction:column;display:flex;position:relative;overflow:hidden}@media screen and (max-width:960px){.dashboard__item{padding:0}}.dashboard__item .empty-state{background-color:var(--color-white-smoke);border-radius:var(--dim-radius-small)}.dashboard__item:first-child{padding-block-start:var(--spacing-normal)}@media (min-width:1280px) and (max-width:1620px){.dashboard__item .uni-carousel-slides__container{grid-auto-columns:40%!important}}@media (min-width:960px) and (max-width:1000px){.dashboard__item .uni-carousel-slides__container{grid-auto-columns:60%!important}.dashboard__item .uni-carousel-slides__container--empty{grid-auto-columns:100%!important}}@media screen and (max-width:600px){.dashboard__item .uni-carousel-slides__container{grid-auto-columns:100%}}.dashboard__item .uni-carousel-slides__container--empty{grid-auto-columns:100%!important}.dashboard__item--full{gap:var(--spacing-xxsmall);min-width:22rem;max-height:calc(100% - var(--spacing-normal));margin-block-end:var(--spacing-xlarge);display:none;padding-inline-end:10px!important}.dashboard__item--full .calendar-widget{border-radius:var(--spacing-xsmall);border:1px solid var(--color-divider);height:0;flex:1;margin-block-start:var(--spacing-xsmall);overflow:hidden}.dashboard__header{justify-content:space-between;align-items:center;display:flex}.dashboard__header--chart,.dashboard__header--left{align-items:center;gap:var(--spacing-xsmall);display:flex}.dashboard__opportunity-header{margin-block-end:var(--spacing-xxsmall)}.dashboard__title{color:var(--color-text-primary);font-size:1rem;font-weight:700;line-height:1.5rem}.dashboard__dots{padding-block-start:var(--spacing-xxsmall)}.dashboard__arrow{transform:unset}.dashboard .dashboard__slides{padding:var(--spacing-normal)0;overflow:visible}@media screen and (min-width:960px){.dashboard:not(.split-wrapper__sidebar-image-wrapper){grid-template-rows:1fr!important;grid-template-columns:calc(100% - 22rem) 22rem!important;padding:0!important;padding-inline-end:var(--spacing-normal)!important;display:grid!important}.dashboard__content{grid-area:1/1/2/2}.dashboard__content-align{margin-block-start:1px}.dashboard__item{padding:0 var(--spacing-normal)}.dashboard__item:first-child{padding-block-start:0}.dashboard__item--full{row-gap:var(--spacing-small);height:calc(100vh - 4.5rem);margin-block-start:2.5rem;padding:0;display:flex;position:fixed;inset-block-start:var(--spacing-xxxlarge);inset-inline-end:var(--spacing-xsmall)}.dashboard .dashboard__slides{overflow:hidden}.palette-arabic-theme .dashboard__item--full{margin-block-start:3rem}}:root{--spacing-page-padding:var(--spacing-large)}.dashboard{height:100%;padding:var(--spacing-normal);gap:12px;display:flex}.dashboard:focus-visible{outline:none}.dashboard__wrapper{height:100%}.dashboard__item-header{align-items:center;gap:8px;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.dashboard__item-title{cursor:pointer}.dashboard__calendar{min-width:400px}.dashboard__calendar-widget{background-color:var(--color-surface,#fff);border:1px solid var(--color-divider);transition:var(--transition-short);height:calc(100vh - var(--spacing-page-padding) - 56px - 64px);border-radius:4px}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.dashboard__calendar .mbsc-schedule-grid-scroll,.dashboard__calendar .mbsc-timeline-grid-scroll{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.dashboard__calendar .mbsc-schedule-grid-scroll:focus,.dashboard__calendar .mbsc-schedule-grid-scroll:hover,.dashboard__calendar .mbsc-timeline-grid-scroll:focus,.dashboard__calendar .mbsc-timeline-grid-scroll:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.dashboard__main{max-height:get-vh(100);gap:var(--spacing-large);flex-direction:column;flex:1;padding-inline-end:6px;display:flex;overflow:hidden auto}@media screen and (min-width:960px){.dashboard{padding:var(--spacing-normal);padding-block-start:0}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px) and (min-width:960px){.dashboard__main{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.dashboard__main:focus,.dashboard__main:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}}@media screen and (max-width:1440px){.dashboard__calendar{min-width:320px}.dashboard__main{min-width:55%}}@media screen and (max-width:960px){.dashboard{padding-inline:var(--spacing-normal)}.dashboard__calendar,.dashboard__module-action .uni-button__label{display:none}}.credentials-create{gap:var(--spacing-xlarge);height:100%}.credentials-create,.credentials-create__key-info{flex-direction:column;flex-wrap:unset;justify-content:flex-start;align-items:flex-start;display:flex}.credentials-create__key-info{gap:var(--spacing-normal);width:calc(var(--spacing-xxxxlarge)*4)}@media screen and (max-width:960px){.credentials-create__key-info{width:100%}}.credentials-create__accept-requests{flex-direction:column;flex-wrap:unset;justify-content:flex-start;align-items:flex-start;gap:var(--spacing-xsmall);display:flex}.credentials-create__submit-btn{width:calc(var(--spacing-xxxxxlarge)*2.3);flex-direction:column;flex:1;flex-wrap:unset;justify-content:flex-end;align-self:flex-end;align-items:flex-end;display:flex}@media screen and (max-width:600px){.credentials-create__submit-btn{width:100%}}.credentials-create__domains{width:calc(var(--spacing-xxxxlarge)*4.6);margin-block-start:var(--dim-large)}@media screen and (max-width:960px){.credentials-create__domains{width:100%}}.credentials-create__domains-inputs{width:100%}.credentials-header{flex-direction:column;align-items:flex-start;gap:var(--dim-xsmall);width:100%}.credentials-header,.credentials-table__text-copy{flex-wrap:unset;justify-content:space-between;display:flex}.credentials-table__text-copy{flex-direction:unset;max-width:var(--spacing-xxxxxlarge);align-items:center}.credentials-table__text-copy p{text-overflow:ellipsis;overflow:hidden}.events-tools{flex-direction:row;flex-wrap:space-between;justify-content:center;align-items:center;gap:var(--spacing-xxsmall);display:flex}.events-table__text-copy{flex-direction:unset;flex-wrap:unset;justify-content:space-between;align-items:center;display:flex}.events-table__text-copy p{text-overflow:ellipsis;overflow:hidden}.events-table__status-chip{margin-inline-start:auto}.overview-tools{flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-xsmall)}.overview,.overview-tools{flex-wrap:unset;display:flex}.overview{flex-direction:column;align-items:unset;justify-content:unset}.overview__select .uni-text-field{background-color:var(--color-surface)}@media screen and (max-width:960px){.overview__select .uni-text-field{width:100%}}.overview__content{width:100%;margin-block-start:var(--spacing-normal);margin-block-end:var(--spacing-normal)}@media screen and (max-width:600px){.overview__content{margin-block-end:var(--spacing-xxlarge)}}.overview__content-grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))!important}.overview-card{background:var(--color-surface);border-radius:var(--dim-radius-large);width:100%;min-height:17.75rem;padding-block:var(--dim-large);padding-inline:var(--dim-xlarge);justify-content:space-between}@media screen and (max-width:600px){.overview-card{min-width:10rem}}.overview-card__information{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.overview-card__chart{margin-block:22px}.overview-card__status,.overview-card__status-item{flex-direction:row;justify-content:flex-start;align-items:flex-start;display:flex}.overview-card__date{flex-direction:row;justify-content:space-between;align-items:center;margin-block-start:var(--spacing-xsmall);display:flex}.developer-layout{flex-direction:row;height:100%;display:flex}.developer-layout__container{flex-direction:column;width:100%;display:flex}.developer-layout__content{padding:var(--spacing-xsmall)}.developer-layout__appbar{--uni-appbar-start-offset:calc(320px + var(--spacing-large));background-color:var(--color-background)}@media screen and (max-width:960px){.developer-layout__appbar{--uni-appbar-start-offset:0px}}.secondary-sidebar-layout{height:100%;padding:0;display:flex;overflow:auto}@media screen and (max-width:960px){.secondary-sidebar-layout{display:unset}}.secondary-sidebar-layout__sidebar{background-color:var(--color-surface);border:1px solid var(--color-divider);box-sizing:border-box;min-width:fit-content;height:fit-content;padding:var(--spacing-normal);margin:var(--spacing-normal);border-radius:6px;margin-inline-end:0;position:relative}.secondary-sidebar-layout__sidebar:hover{overflow-y:auto}@media screen and (max-width:960px){.secondary-sidebar-layout__sidebar{display:unset;visibility:hidden}}.secondary-sidebar-layout__container{flex-direction:column;flex-wrap:unset;align-items:unset;justify-content:unset;gap:var(--spacing-normal);width:100%;max-height:get-vh(100);display:flex;overflow-y:hidden}@media screen and (max-width:960px){.secondary-sidebar-layout__container{flex-basis:100%;max-width:100%}}.secondary-sidebar-layout__main-content{flex-direction:column;flex-wrap:unset;align-items:unset;justify-content:unset;height:get-vh(100);padding-inline:var(--spacing-xsmall);padding-inline-end:var(--spacing-normal);display:flex}@media (max-width:960px){.secondary-sidebar-layout__main-content{padding-inline:var(--spacing-large);padding-inline-end:var(--spacing-xlarge)}}.secondary-sidebar-layout__main-container{margin-block-start:var(--spacing-normal)}.secondary-sidebar-layout .container-card{padding:var(--spacing-large)}.secondary-sidebar-layout__appbar{--uni-appbar-start-offset:calc(320px + var(--spacing-large))}@media screen and (max-width:960px){.secondary-sidebar-layout__appbar{--uni-appbar-start-offset:0px}}.sidebar-item{cursor:pointer;width:100%}.sidebar-item__container{flex-direction:row;flex-wrap:unset;align-items:center;justify-content:unset;gap:var(--spacing-large);padding:var(--spacing-normal);border-radius:var(--dim-radius-medium);display:flex}.sidebar-item__container:hover{background-color:var(--color-divider)}.sidebar-item--link-active .sidebar-item__container{background-color:var(--color-primary)}.sidebar-item--link-active .sidebar-item__icon,.sidebar-item--link-active .sidebar-item__subtitle,.sidebar-item--link-active .sidebar-item__title{color:var(--color-white)!important}.sidebar-item__info{flex-direction:column;flex-wrap:unset;align-items:unset;justify-content:unset;gap:var(--spacing-xxsmall);width:100%;padding:0;display:flex}.sidebar-item__collapse{margin-inline-start:var(--spacing-xxxlarge)}.sidebar-item__link-menu{flex-direction:row;flex-wrap:unset;align-items:center;justify-content:unset;padding:var(--spacing-xxsmall);border-radius:var(--dim-radius-small);margin:var(--spacing-xxxsmall);display:flex}.sidebar-item__link-menu:hover{background-color:var(--color-divider)}.sidebar-item__link-menu--active .sidebar-item__link-menu{background-color:var(--color-primary)}.sidebar-item__link-menu--active .sidebar-item__link-icon,.sidebar-item__link-menu--active .sidebar-item__link-label{color:var(--color-white)}.sidebar-item__link-label{margin-inline-start:var(--spacing-xxxsmall)}.sidebar-item__menu-list{flex-direction:column}.sidebar-item__menu-list,.sidebar-section{flex-wrap:unset;align-items:unset;justify-content:unset;display:flex}.sidebar-section{flex-direction:row;gap:var(--spacing-small);margin-block-start:var(--spacing-small);margin-block-end:var(--spacing-normal);padding-inline-start:var(--spacing-small)}.secondary-sidebar{min-width:20rem;margin:var(--spacing-normal)}.secondary-sidebar--full-width{margin-block-start:72px}.secondary-sidebar__aside{flex-direction:column;flex-wrap:unset;align-items:unset;justify-content:unset;gap:var(--spacing-xxsmall);max-height:100%;padding:var(--spacing-normal);background-color:var(--color-surface);border-radius:var(--dim-radius-medium);border:1px solid var(--color-gray-300);display:flex;overflow-y:hidden}.secondary-sidebar__aside:hover{overflow-y:auto}.file-detail-drawer{width:100%;height:100%;position:relative}.file-detail-drawer--header{max-width:100%}.file-detail-drawer__footer{background-color:var(--color-background);block-size:var(--dim-xxxlarge);width:calc(100% - var(--spacing-xlarge));justify-content:center;align-items:center;display:flex;position:absolute;inset-block-end:0;inset-inline-start:var(--spacing-normal)}.file-detail-drawer__content{padding:var(--spacing-normal);gap:var(--spacing-large);flex-direction:column;display:flex}.file-detail-drawer__content-labels{justify-content:space-between;align-items:center;display:flex}.file-drawer-move{width:100%;height:100%}.file-drawer-move__body{width:100%;height:100%;padding-bottom:5rem;overflow:auto}.file-drawer-move__button{max-width:calc(100% - var(--spacing-xlarge))}.file-drawer-move__button-wrapper{background-color:var(--color-background);justify-content:center;align-items:center;width:100%;height:4rem;display:flex;position:absolute;bottom:0}.file-drawer{z-index:1300;width:100%;height:100%;position:relative}.file-drawer__form{height:100%;padding:var(--spacing-normal);background:var(--color-background);flex-direction:column;justify-content:space-between;display:flex}.file-drawer__form-button{margin-block-end:var(--spacing-xxxlarge)}.palette-arabic-theme .file-bar-action-new.uni-button--color-secondary{--uni-button-background:var(--color-primary-500);border-radius:var(--dim-radius-full)}.file-upload{align-items:flex-start;gap:var(--spacing-large);width:100%;margin:var(--spacing-xxxxxlarge)var(--spacing-xlarge);flex-direction:column;margin-block-end:-2rem;display:flex}.file-upload--wrapper{gap:var(--dim-xxsmall)}.file-upload--wrapper,.file-upload--wrapper__card{justify-content:center;align-items:center;flex-direction:column;display:flex}.file-upload--wrapper__card{gap:var(--spacing-normal);background:var(--color-surface);border-radius:var(--dim-radius-medium);width:7.5rem;height:7.75rem;overflow:hidden}.file-upload .progress-bar{background:linear-gradient(var(--color-primary)0 0),linear-gradient(var(--color-primary)0 0),var(--color-primary-50);background-repeat:no-repeat;background-size:60% 100%;width:6rem;height:3px;margin:.5rem;animation:p6 3s infinite}@keyframes p6{0%{background-position:-150% 0,-150% 0}66%{background-position:250% 0,-150% 0}to{background-position:250% 0,250% 0}}.files-icon{height:100%;overflow:auto}.files-icon--wrapper{border-radius:var(--dim-radius-large);border:1px solid var(--color-divider);width:100%;overflow:hidden}@media screen and (max-width:600px){.files-icon{margin-block-start:var(--spacing-xxlarge);padding-block-end:var(--spacing-xlarge)}}.files-icon--content{-webkit-user-select:none;user-select:none;touch-action:auto;align-items:center;gap:var(--spacing-normal);grid-auto-flow:dense;width:100%;height:max-content;margin-block:0 var(--spacing-xxxlarge);grid-template-columns:repeat(6,1fr);padding-block-end:var(--spacing-normal);display:grid;overflow:auto}.files-icon--content__body{width:100%;height:100%;flex-direction:column;justify-content:flex-end;align-items:center;gap:.75rem;margin-block-end:var(--spacing-small);display:flex}.files-icon--content__body .icon-folder-colorful{margin-block-end:calc(var(--spacing-xsmall)*-1)}.files-icon--content__footer{width:100%;padding-inline:var(--spacing-normal);height:var(--dim-xxlarge);background:var(--color-gray-100);justify-content:space-between;align-items:center;display:flex}@media screen and (min-width:1960px){.files-icon--content{grid-template-columns:repeat(8,1fr)}}@media screen and (max-width:1280px){.files-icon--content{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:960px){.files-icon--content{grid-template-columns:repeat(3,1fr);justify-content:center;align-items:center}}@media screen and (max-width:600px){.files-icon--content{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:420px){.files-icon--content{grid-template-columns:repeat(1,1fr)}}@media (min-width:600px) and (max-width:960px){.files-icon--content{margin-block-start:var(--spacing-normal)}}.files-icon--content__items-button--active{--uni-button-background:var(--color-button-outline);display:block!important}.files-icon--content--item-wrapper{margin-inline-end:auto}@media screen and (max-width:960px){.files-icon--content--item-wrapper{margin:auto}}.files-icon--content .selected{background:var(--color-gray-200)}.files-icon--content .selected .files-icon--content__items-button{display:inline}.files-icon--content__items{gap:var(--spacing-xxxsmall);cursor:pointer;border-radius:var(--dim-radius-small);flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:12rem;display:flex;position:relative}.files-icon--content__items--star{position:absolute;inset-block-start:var(--spacing-small);inset-inline-start:var(--spacing-small)}@media screen and (max-width:600px){.files-icon--content__items{margin-inline-start:0}}.files-icon--content__items:hover{background:var(--color-gray-200)}.files-icon--content__items:hover .files-icon--content__items-button{display:inline}.files-icon--content__items-title{width:80%}.files-icon--content__items-icon{margin-block-end:.875rem}.files-icon--content__items-button{display:none;position:absolute;inset-block-start:var(--spacing-xxsmall);inset-inline-end:var(--spacing-xsmall)}.files-icon--content__items-button--mobile{display:block!important}.rtl-styles .files-icon--content__items--star{inset-inline-start:unset;inset-inline-end:var(--spacing-small)}.palette-arabic-theme .files-icon--wrapper{border-radius:var(--dim-radius-xxlarge)}.file-table{height:100%;overflow:auto}@media screen and (min-width:600px){.file-table .uni-react-table__header .uni-react-table--item-style{padding-block-start:3px}}@media screen and (max-width:600px){.file-table{margin-block-start:var(--spacing-small)}}.file-table--item{align-items:center;gap:var(--spacing-xsmall);display:flex}@media screen and (max-width:600px){.file-table--item{min-width:9rem}}.move--disable-button{--uni-button-backdrop-color:transparent!important}.move--disable-button:hover{cursor:default!important;background-color:#0000!important}.move--disable-button:hover *{cursor:default!important}.move--item{cursor:pointer;align-items:center;gap:var(--spacing-xsmall);width:100%;display:flex}.move--item__button{margin-inline-start:auto}.move--wrapper{margin-inline:var(--spacing-xsmall)}.move--wrapper__empty{margin:var(--spacing-normal)var(--spacing-normal)}.files-icon-skeleton{gap:var(--spacing-xxxxlarge);margin:var(--spacing-xxxxxlarge)var(--spacing-xlarge);flex-direction:column;display:flex}.files-icon-skeleton__item{gap:var(--spacing-xsmall);display:grid}.files-icon-skeleton__content{gap:var(--spacing-normal);display:flex}.files-icon-skeleton__group{gap:var(--spacing-large);flex-direction:column;display:flex}.files-table-skeleton{margin:var(--spacing-xxxxxlarge)var(--spacing-xlarge)}.files-table-skeleton--content{grid-template-columns:repeat(5,1fr);margin-block-end:var(--spacing-xlarge);display:grid}.files-table-skeleton--content__items{align-items:center;gap:var(--spacing-xsmall);display:flex}.files-table-skeleton--content__buttons{align-items:center;gap:var(--spacing-large);display:flex}.files-table-skeleton--content__circles{display:flex}.files-table-skeleton--content__circles .circle{border:1px solid var(--color-white);position:absolute}.files-table-skeleton--content__circles .circle-1{margin-inline-start:var(--spacing-normal)}.files-table-skeleton--content__circles .circle-2{margin-inline-start:var(--spacing-xlarge)}.files-table-skeleton--content__circles .circle-3{margin-inline-start:var(--spacing-xxlarge)}.files-table-skeleton--content__circles .circle-4{margin-inline-start:var(--spacing-xxxxlarge)}.files-page{height:100%;margin:var(--spacing-xxxlarge)var(--spacing-normal);margin-block-end:var(--spacing-normal)}@media (min-width:960px) and (max-width:960px){.files-page{margin-block-start:var(--spacing-xxxxxlarge)}}.files-page--empty{justify-content:center;align-items:center;gap:var(--spacing-small);flex-direction:column;width:100%;height:100%;display:flex}.files-page--empty,.files-page--empty .empty-state__backgroundColor--dark{background-color:#0000}.files-page__drawers{z-index:1300;height:100%;position:fixed;inset-block:0;inset-inline-end:0}@media screen and (max-width:600px){.files-page__drawers{width:100%}}.files-page__drawers-wrapper{background:var(--color-background);box-shadow:var(--box-shadow-xxxl);z-index:2147483647;width:25rem;height:100%;position:relative}@media screen and (max-width:600px){.files-page__drawers-wrapper{width:100%}}.files-page__drawers-wrapper--backdrop{z-index:1299;background-color:unset;width:100%}.add-integration{background-color:var(--color-background);width:100%;height:100%}.add-integration,.add-integration__inner{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.add-integration__inner{justify-content:center;align-items:center;flex:1}.add-integration__content{width:100%;height:100%}.add-integration__action{--uni-button-padding:.25rem .25rem}.picker.picker-dialog{width:100%;height:100%;top:0!important;left:0!important}.picker.picker-dialog .picker.picker-dialog-content{width:100%!important;height:100%!important}.add-to-project{min-width:119.59px;height:28px}.add-to-project__chip{min-width:119.59px;max-width:100%;height:30px;padding:var(--spacing-xxxsmall);justify-content:flex-start;overflow:hidden}.detail-page__title{margin-inline-end:var(--spacing-xsmall);display:grid}.add-to-matters{align-items:center;width:100%;display:flex}.add-to-matters__more{padding-inline:var(--spacing-xsmall);background-color:var(--color-gray-100);border:.85px solid var(--color-white);border-radius:9999px;margin-inline-start:-1rem;padding-block:6px}.add-to-matters__added{cursor:pointer;flex:1;justify-content:flex-start;align-items:center;min-width:0;display:flex}.uni-bottom-sheet--has-puller .add-to-matters-page{width:unset!important}.add-to-matters-page{border-radius:.5rem;flex-direction:column;width:25rem;max-height:20.5rem;display:flex}.add-to-matters-page__create{padding:var(--spacing-normal)var(--spacing-small);justify-content:flex-start}.add-to-matters-page__create.uni-button{border-radius:0!important}.add-to-matters-page__create--text{margin-left:-.35em}.add-to-matters-page-search-box{padding:var(--spacing-normal)var(--spacing-small)}.add-to-matters-page__list{border-radius:.375rem;max-height:15rem;padding-block:.5rem;overflow:auto}.add-to-matters-page__list--item{max-height:3.5rem}.add-to-matters-page__list--item .add-to-matters-page__selected--close{display:none}.add-to-matters-page__list--item:hover .add-to-matters-page__checked,.add-to-matters-page__list--item:hover .add-to-matters-page__view{visibility:visible}.add-to-matters-page__list--item:hover .add-to-matters-page__selected--close{display:flex}.add-to-matters-page__list--item:hover .add-to-matters-page__selected--checked{display:none}.add-to-matters-page__list--item .uni-new-menu-item__content .uni-new-menu-item__label{font-weight:700;margin-block-end:0!important}.add-to-matters-page__avatar{border:2px solid var(--color-white)}.add-to-matters-page__checked,.add-to-matters-page__view{visibility:hidden}.add-to-matters-page__close{width:calc(var(--dim-radius-medium) + var(--dim-xsmall));height:calc(var(--dim-radius-medium) + var(--dim-xsmall));margin-right:1.5px;padding:0;display:none}.add-to-matters-page__close .uni-icon{width:var(--dim-xsmall);height:var(--dim-xsmall);margin-block-end:var(--spacing-xsmall);padding-top:.1px;font-weight:900;font-size:var(--dim-xsmall)!important}.add-to-matters-page__input{scrollbar-gutter:stable;flex-wrap:wrap;width:100%;max-height:104px;margin-left:-.25rem;display:flex;overflow-y:auto}.add-to-matters-page__input--chips{margin-inline:var(--spacing-xxsmall);padding-top:.5rem}.add-to-matters-page__input--chips .uni-new-menu-item{gap:.25rem}.add-to-matters-page__chip{gap:var(--spacing-xxsmall);color:var(--color-text-primary);--uni-new-menu-item-outline:0;border:.85px solid #fff;-webkit-border-radius:9999px;-moz-border-radius:9999px;max-width:11rem;font-size:10px;line-height:15px;background-color:var(--color-gray-100)!important;--uni-new-menu-item-padding:var(--spacing-xxsmall)!important;border-radius:9999px!important}.add-to-matters-page__chip .uni-new-menu-item__label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:400;overflow:hidden}@media screen and (max-width:600px){.add-to-matters-page__chip{padding-inline-end:var(--spacing-small)}}.add-to-matters-page__chip--close{--uni-button-padding:0;display:flex;width:1.25rem!important;height:1.25rem!important;padding:var(--dim-xsmall)!important}.add-to-matters-page__chip--close .uni-icon{font-size:10px!important}@media (pointer:coarse){.add-to-matters-page__chip--close{margin:-.375rem -.5rem;margin-inline-start:-.25rem;width:1.25rem!important;height:1.25rem!important;padding:var(--dim-small)!important}}.matter-detail-toolbox,.matter-detail-toolbox__detail{align-items:center;display:flex}.matter-detail-toolbox__detail{align-self:flex-end;gap:var(--spacing-normal)}.matter-detail-toolbox__tools{align-items:center;display:flex}.matter-detail-toolbox__icon-btn-add.uni-button{display:none}.matter-detail-toolbox__icon-btn-share.uni-button{display:flex}@media screen and (min-width:600px){.matter-detail-toolbox__icon-btn-share.uni-button{display:none}}.matter-detail-toolbox__people{display:none}@media screen and (min-width:600px){.matter-detail-toolbox__people{display:flex}}.matter-detail-toolbox__menu-item--hidden{display:none}.matter-detail-toolbox__menu-item--sm-show{display:flex}@media screen and (min-width:960px){.matter-detail-toolbox__menu-item--sm-show{display:none}}@media screen and (max-width:960px){.matter-detail-toolbox--route-matter .matter-detail-toolbox__icon-btn-add.uni-button,.matter-detail-toolbox--route-matters .matter-detail-toolbox__icon-btn-add.uni-button{display:flex}.matter-detail-toolbox--route-matter .matter-detail-toolbox__detail,.matter-detail-toolbox--route-matters .matter-detail-toolbox__detail{display:none}}.matter-toolbox .matter-toolbox__icon-btn-add.uni-button .MuiTypography-root{display:none}@media screen and (min-width:600px){.matter-toolbox .matter-toolbox__icon-btn-add.uni-button .MuiTypography-root{display:inline}}.matter-card:hover .matter-card__copy{opacity:1;visibility:visible}.matter-card__inner{flex-direction:column;flex:1;width:100%;height:100%;display:flex}.matter-card__inner-cover{min-width:100%;max-width:100%;min-height:var(--dim-xxlarge);max-height:var(--dim-xxlarge);--uni-cover-border-radius:var(--spacing-xsmall)var(--spacing-xsmall)0 0!important}.matter-card__inner-content{padding:var(--spacing-normal);align-items:stretch;gap:var(--spacing-xsmall);flex-direction:column;padding-block-start:calc(var(--spacing-large) - var(--spacing-xxsmall));display:flex;position:relative}.matter-card__inner-content-logo{transform:translateY(calc(-100% + var(--spacing-normal)));inset-block-start:0;--uni-avatar-size:calc(var(--spacing-xxlarge) + var(--uni-avatar-border-width))!important;position:absolute!important}.matter-card__inner-content-status-wrapper{align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:var(--spacing-normal);transform:translateY(-50%)}.matter-card__inner-content-status-wrapper-status{padding:var(--spacing-xxsmall)var(--spacing-xsmall);font-weight:600;font-size:var(--spacing-small);text-transform:capitalize;align-items:center;gap:2px;line-height:.875rem;display:flex}.matter-card__inner-content-status-wrapper-copy,.matter-card__inner-content-status-wrapper-status{border:2px solid var(--color-surface);color:var(--color-text-tertiary);background-color:var(--color-divider);border-radius:999px}.matter-card__inner-content-status-wrapper-copy{opacity:0;visibility:hidden;will-change:opacity,visibility;transition:var(--transition-main)}@media screen and (max-width:960px){.matter-card__inner-content-status-wrapper-copy{opacity:1;visibility:visible}}.matter-card__inner-content-title{text-transform:capitalize;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-block-end:calc(var(--spacing-xsmall)*-1);font-weight:700;overflow:hidden}.matter-card__inner-content-actions{align-items:center;gap:var(--spacing-xsmall);border-block-start:1px solid var(--color-divider);justify-content:space-between;margin-block-start:auto;padding-block-start:var(--spacing-small);display:flex}.matter-card__touch-ripple{z-index:5}.matter-card__attendees.uni-floating-avatars--size-medium .uni-floating-avatars__img{width:28px!important;height:28px!important}.matter-card__attendees--offline{filter:grayscale()}.matter-card__switch{z-index:6;position:relative}.matter-card__switch .MuiFormControlLabel-root{margin-top:calc(var(--spacing-xxxsmall) - var(--spacing-large));margin-bottom:calc(var(--spacing-xxxsmall) - var(--spacing-large));margin-inline-end:calc(var(--spacing-small)*-1)!important}.matter-card>.uni-curtain{--curtain-z-index:7;--loading-path-color:var(--color-gray-200);--loading-background-color:#fffc;border-radius:var(--spacing-xsmall)}.drive-list{--uni-SVG--size:2.5rem;grid-auto-flow:dense;gap:var(--spacing-normal);grid-template-columns:repeat(auto-fit,20rem);display:grid}@media screen and (max-width:960px){.drive-list{grid-template-columns:repeat(auto-fit,100%)}}.drive-list__item{max-width:20rem;height:fit-content;padding:var(--spacing-normal);gap:var(--spacing-xxsmall);display:grid}.drive-list__item .uni-button{--uni-button-outline:unset}@media screen and (max-width:960px){.drive-list__item{max-width:100%}}.drive-list__item--svg{margin-block-end:var(--spacing-xxsmall)}.drive-list__item--footer{border-block-start:1px solid var(--color-divider);width:100%;justify-content:space-between;margin-block-start:var(--spacing-xsmall);padding-block-start:var(--spacing-xsmall);display:flex}.matter-overview{width:100%;height:fit-content;margin-top:var(--spacing-normal);gap:var(--spacing-large);flex-direction:column;display:flex}.matter-overview__info{gap:var(--spacing-normal);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));align-content:flex-start;display:grid}.matter-overview__info-filed{gap:var(--spacing-small)}.matter-overview__info-description,.matter-overview__info-filed{flex-direction:column;display:flex}.matter-overview__info-label.MuiTypography-root{font-weight:700}.matter-overview__info-value{gap:var(--spacing-xsmall);flex-wrap:wrap;width:100%;display:flex}.matter-overview__info-value .unichip{cursor:default}.matter-overview__info-value.MuiTypography-root{color:var(--color-text-secondary)}.matter-overview__info-practice-area .project-overview-info__value{gap:var(--spacing-xsmall);display:flex}.matter-overview__empty{justify-content:center;align-items:center;gap:var(--spacing-normal);width:100%;height:100%;display:flex}.matter-parties-list{gap:var(--spacing-normal);flex-direction:column;height:fit-content;display:flex}.matter-parties-list .Mui-disabled{display:none!important}.matter-parties-list__container{justify-content:space-between;align-items:center;display:flex}.matter-parties-list__container--items{justify-content:center;align-items:center;gap:var(--spacing-xsmall);display:flex}.matter-parties-list__grid{height:fit-content;max-height:fit-content;--uni-grid-cols-md:2!important;--uni-grid-cols-lg:2!important;--uni-grid-cols-xl:4!important;--uni-grid-cols-xxl:5!important}.matter-parties-list__grid--open{--uni-grid-cols-xs:1!important;--uni-grid-cols-sm:2!important;--uni-grid-cols-md:2!important;--uni-grid-cols-lg:1!important;--uni-grid-cols-xl:3!important;--uni-grid-cols-extra:2!important;--uni-grid-cols-xxl:3!important}@media (min-width:1050px) and (max-width:1280px){.matter-parties-list__grid--open{--uni-grid-cols-lg:2!important}}.matter-detail{flex-direction:column;height:fit-content;display:flex}.matter-detail .uni-grid--empty{background:0 0}.matter-detail__tab{width:100%;height:100%}@media screen and (max-width:600px){.matter-detail__tab{margin-top:var(--spacing-small)}}.matter-detail__tab .uni-virtualization:has(.empty-state){margin-block-start:0}.matter-detail__tab .uni-virtualizer__grid-col-item{padding:0 var(--spacing-small)var(--spacing-small)0}.matter-detail__tab .uni-virtualizer__grid-col-item .note-card{margin:0}.matter-detail__header{justify-content:space-between;align-items:center;gap:var(--spacing-normal);display:flex}.matter-detail__header--status{border-radius:var(--spacing-normal)}@media screen and (max-width:600px){.matter-detail__header{flex-direction:column;align-items:flex-start}}.matter-detail__header .uni-text-field{--uni-text-field-stroke-radius:calc(var(--spacing-xxlarge) + var(--spacing-xxxsmall));--uni-text-field-offset-x:.75rem}.matter-detail__header .uni-select{max-width:calc(2*var(--dim-xxlarge))}.matter-detail__header .uni-select .MuiSelect-select{padding:var(--spacing-xxsmall)var(--spacing-xsmall)}.matter-detail__title{word-break:break-all;width:100%;margin-inline-start:0;display:flex}.matter-detail__title span{text-overflow:ellipsis;font-weight:900;font-size:calc(var(--spacing-normal) + var(--spacing-xxsmall));line-height:var(--spacing-xlarge)}@media screen and (min-width:600px){.matter-detail__title span{font-size:calc(var(--spacing-normal) + var(--spacing-small));line-height:calc(var(--spacing-xlarge) + var(--spacing-xsmall))}}.matter-detail__content{margin-top:var(--spacing-normal);flex-direction:column;flex:100%;padding:0;display:flex;overflow:hidden}@media (min-width:960px){.matter-detail__content{margin-top:var(--spacing-xsmall);align-items:flex-start}}.matter-detail__history-tab{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.matter-detail__history-tab .uni-tab-panel{width:100%;height:100%}@media (min-width:960px){.matter-detail__history-tab .uni-tab-panel{height:100%}}.matter-detail__info-link{padding:var(--spacing-xsmall);margin:0 var(--spacing-normal);border:1px solid var(--color-divider);justify-content:space-between;align-items:center;display:flex}.matter-detail__info-link:hover{background:var(--color-gray-200);cursor:pointer}@media (min-width:600px){.matter-detail__info-link{display:none}}.matter-detail__left-side-info-link{align-items:center;gap:var(--spacing-xsmall);display:flex}.matter-tab-layout{overflow:auto;top:0!important}@media screen and (max-width:960px){.matter-tab-layout{top:calc(0px - var(--spacing-xxxlarge))!important;background-color:var(--color-background)!important;width:100%!important}}.project-detail-skeleton__tab{justify-content:space-between;gap:8rem;display:flex}.project-detail-skeleton__filter{justify-content:space-between;align-items:center;margin-top:2.75rem;display:flex}.project-detail-skeleton__content{width:100%;flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1rem;margin-block-start:var(--spacing-large);display:grid}.matter-list .list-skeleton{margin-top:var(--spacing-large)}.matter-list__content{height:100%}@media screen and (min-width:768px){.matter-list__content .uni-react-table__header .uni-react-table--item-style{padding-block-start:3px!important}}@media screen and (max-width:960px){.matter-list{padding-inline:var(--spacing-normal)}}.matter-list__info{gap:var(--spacing-normal);min-height:57px}@media screen and (max-width:960px){.matter-list__members{display:none}}.matter-list__members .uni-floating-avatars__list .MuiTypography-root{color:var(--color-text-secondary);background-color:#000}.matter-list__members .uni-floating-avatars__counter.MuiTypography-root{background-color:var(--color-background)}@media screen and (max-width:960px){.matter-list__participle-area{display:none}}.matter-list__participle-area .MuiTypography-root{color:var(--color-text-secondary)}.matter-list__participle-area-items{display:flex}.note-list__appbar{align-items:flex-end;gap:var(--spacing-xsmall);display:flex}.note-list__appbar .uni-search__end-adornment{margin-block-start:.625rem}.note-list__appbar .uni-button__label{text-transform:capitalize}.matter-table__info{gap:var(--spacing-normal);align-items:center;display:flex}.matter-table__info--content{display:grid}.matter-table__members--content{display:flex}@media screen and (max-width:960px){.matter-table__members{display:none}}.matter-table__members .uni-floating-avatars__list .MuiTypography-root{color:var(--color-text-secondary);background-color:#000}.matter-table__members .uni-floating-avatars__counter.MuiTypography-root{background-color:var(--color-background)}.matter-toolbox{z-index:10;background:0 0;position:sticky;top:0}.matter-toolbox--search{border-bottom:unset}.matter-toolbox__content{gap:var(--spacing-normal);align-items:center;width:100%;display:flex}.matter-toolbox__start-side{flex:var(--spacing-normal);align-items:center;display:flex}.matter-toolbox__end-side{align-items:center;gap:var(--spacing-xsmall);flex-direction:row-reverse;display:flex}.matter-toolbox__btn.uni-button{display:none}@media screen and (min-width:960px){.matter-toolbox__btn.uni-button{display:flex}}.matter-detail-layout{width:100%}.matter-detail-layout .uni-detail-page__info{overflow-x:auto}.matter-detail-layout__page{width:100%;height:fit-content;padding-inline:var(--spacing-normal);flex-direction:column;display:flex;overflow:auto;overflow-x:hidden!important}.matter-detail-layout__page .uni-virtualization{height:fit-content}.matter-detail-layout__page .empty-state{height:30vh;padding:unset}@media screen and (max-width:960px){.matter-detail-layout__page{padding-inline:0}}@media screen and (min-width:960px){.palette-arabic-theme .matter-detail-layout .uni-appbar{padding:var(--spacing-xsmall)var(--spacing-large)}}.matter-wrapper-item__status{align-self:center}.matter-wrapper-item__action{align-items:center;display:flex}.matter-wrapper-item.module-wrapper-item--active .matter-wrapper-item__time{color:var(--color-surface)}.matter-wrapper-item.module-wrapper-item--active .matter-wrapper-item__share{color:var(--color-surface)!important}.matter-wrapper-item .matter-item{gap:var(--spacing-normal);border-radius:var(--dim-radius-small);justify-content:space-between;width:100%;display:flex}.matter-wrapper-item .matter-item:hover{background-color:var(--color-hover)}.matter-wrapper-item .matter-item__container{gap:var(--spacing-small);flex-direction:column;width:100%;display:flex;overflow:hidden}.matter-wrapper-item .matter-item .emoji-mart-emoji{align-items:center;display:flex}.matter-wrapper-item .matter-item__header{align-items:center;gap:var(--spacing-xsmall);justify-content:space-between;display:flex}.matter-wrapper-item .matter-item__info{transition:var(--transition-short);gap:var(--spacing-xxsmall);max-width:100%;transition-property:max-width;display:flex}.matter-wrapper-item .matter-item__info--truncated{max-width:85%}.matter-wrapper-item .matter-item__title.MuiTypography-root{font-weight:700}.matter-wrapper-item .matter-item__body{align-items:center;gap:var(--spacing-xsmall);display:flex}.matter-wrapper-item .matter-item__description.MuiTypography-root{text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.matter-wrapper-item .matter-item__footer{justify-content:space-between;align-items:center;gap:var(--spacing-xxsmall);flex-direction:column;width:100%;display:flex}.matter-wrapper-item .matter-item__footer--chip{border:1px solid var(--color-surface)}.matter-wrapper-item .matter-item__footer--avatars{margin-inline-end:auto}.matter-wrapper-item .matter-item__footer-content{width:100%;padding-block:var(--spacing-xxxsmall);justify-content:space-between;align-items:center;display:flex}.matter-wrapper-item .matter-item:active .matter-item__info,.matter-wrapper-item .matter-item:focus .matter-item__info,.matter-wrapper-item .matter-item:hover .matter-item__info{max-width:85%}.matter-wrapper-item .matter-item:active .matter-item__more-btn,.matter-wrapper-item .matter-item:focus .matter-item__more-btn,.matter-wrapper-item .matter-item:hover .matter-item__more-btn{visibility:visible;opacity:1}.matter-wrapper-item .matter-item.Mui-selected{background-color:var(--color-primary)!important;color:var(--color-on-primary)!important;transition:var(--transition-short)!important}.matter-wrapper-item .matter-item--active .MuiTypography-root,.matter-wrapper-item .matter-item--active .matter-item__share-icon{color:var(--color-on-primary)}@media screen and (min-width:960px){.palette-arabic-theme .matter-wrapper{min-height:calc(100% - .9375rem);max-height:calc(100% - .9375rem)}}.palette-arabic-theme .matter-wrapper .module-filter__sub-items{inset-block-start:calc(var(--dim-header-height) + 1.6rem)}.palette-arabic-theme .panel-wrapper--has-header .uni-appbar{inset-block-start:3.5rem!important}.matter-form{width:100%;height:calc(100% - var(--spacing-xxlarge));background-color:#0000}.matter-form__header{padding:var(--spacing-small)var(--spacing-normal);border-bottom:.0625rem solid var(--color-divider);justify-content:space-between;align-items:center;display:flex}.matter-form__header>* :first-child{flex-grow:1}.matter-form__container{height:100%;padding:var(--spacing-normal)}.matter-form__container,.matter-form__select-wrapper{flex-direction:column;justify-content:space-between;display:flex}.matter-form__select-wrapper{gap:var(--spacing-xsmall)}.matter-form__input{font-size:var(--spacing-xsmall)}.matter-form__autocomplete{margin-top:var(--spacing-normal);padding-inline-end:.3125rem;overflow:hidden;padding-block:.3125rem!important}.matter-form__input-container{gap:var(--spacing-normal);height:100%;padding-block:var(--spacing-small);flex-direction:column;display:flex;overflow:hidden auto}.matter-form__footer{margin-block-end:var(--spacing-small)}.schedule-meeting{background-color:var(--color-gray-50)}.schedule-meeting,.schedule-meeting-content{width:100%;height:100%}.schedule-meeting .uni-people-contact__filter-labels{padding-left:1.5rem}.schedule-meeting-loading{z-index:2000;background:#00000080;width:100%;height:100%;position:fixed}.schedule-meeting-loading .loading-container{background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:fixed;top:50%;left:50%}.schedule-meeting .permanent-drawer-footer{max-height:65.15px}.schedule-meeting .breakout-room-list{height:calc(100% - 56px)}.schedule-meeting .breakout-room-list__footer{margin-block-start:auto}.schedule-meeting-calendar-root{width:100%;height:100%}.schedule-meeting-calendar-root .calendar{width:100%;height:calc(100% - 80px);padding:var(--spacing-xsmall)}.create-room{background-color:var(--color-background);width:100%;height:100%;display:flex}@media screen and (min-width:960px){.create-room__cancellation-modal{min-width:516px}}.create-room__main{padding:var(--spacing-large);flex:100%;display:none;overflow:auto}@media screen and (min-width:600px){.create-room__main{display:block}}@media screen and (min-width:960px){.create-room__main{padding:var(--spacing-large)}}.create-room-form{flex-direction:column;height:100%;display:flex;overflow:hidden}.create-room-form .error-validation{--uni-text-field-stroke-color:var(--color-error);--uni-text-field-label-color:var(--color-error)}.create-room-form__all-reset-room{justify-content:space-between;align-items:center;display:flex}.create-room-form__all-reset-room .uni-checkbox__input{--uni-checkbox--selected-icon:url(/_next/static/media/dash.dad2d229.svg)}.create-room-form__all-reset-room .uni-checkbox__input:checked:before{--uni-checkbox--selected-icon:"✓"}.create-room-form__all-reset-room--without-icon .uni-checkbox__input{--uni-checkbox--selected-icon:""}.create-room-form__reset-room-wrapper{gap:var(--spacing-normal);display:grid}.create-room-form__reset-room-wrapper--header{gap:var(--spacing-small);display:grid}.create-room-form__checkbox{grid-template-rows:auto auto auto;grid-template-columns:1fr 1fr;margin-left:24px;display:grid}.create-room-form .uni-text-field__helper-text{background:0 0}.create-room-form__wrapper{flex:100%;overflow:auto}.create-room-form__container{gap:var(--spacing-large);padding:0 var(--spacing-large);flex-direction:column;padding-block-start:17.8px;display:flex}.create-room-form .meeting-labels{margin-block-start:var(--spacing-xsmall)}.create-room-form__field{gap:var(--spacing-xsmall);flex-direction:column;width:100%;display:flex}.create-room-form__collapse{gap:var(--spacing-small);flex-direction:column;display:flex}.create-room-form__option{gap:var(--spacing-xsmall);flex-direction:column;width:100%;display:flex;overflow:hidden}.create-room-form__option--agreement{background-color:var(--color-hover);flex-direction:column;gap:.75rem;padding:.5rem;display:flex}.create-room-form__view-options{padding:0 var(--spacing-small);max-width:fit-content;height:2.5rem;color:var(--color-primary);cursor:pointer;align-items:center;margin-bottom:1.25rem;font-size:.875rem;font-weight:700;display:flex}.create-room-form__field-header{align-items:center;gap:var(--spacing-xsmall);display:flex}.create-room-form__limitation-text{margin-top:calc(-1*var(--spacing-small));padding-left:var(--spacing-small)}.create-room-form__input-label.MuiTypography-root{text-transform:lowercase;font-weight:700}.create-room-form__input-label.MuiTypography-root:first-letter{text-transform:capitalize}.create-room-form__input-container{flex-grow:1;overflow:hidden}.create-room-form__input-field .MuiFilledInput-root{background-color:var(--color-background)}.create-room-form__input-field .MuiFilledInput-root .MuiFilledInput-input{color:var(--color-text-primary)}.create-room-form__switch{justify-content:space-between;align-self:flex-start;width:100%;height:35px}.create-room-form__switch-span{font-weight:400;font-size:var(--dim-small);white-space:unset;flex:1}.create-room-form__tools{box-shadow:var(--box-shadow-star);padding-inline:var(--spacing-large);padding-block:var(--spacing-xsmall);justify-content:center;align-items:center;gap:var(--spacing-xsmall);flex-shrink:0;width:100%;display:flex}.create-room-form__url.MuiTypography-root{text-transform:lowercase}.create-room-form__url.MuiTypography-root .MuiTypography-root{font-weight:700}.create-room-form__url-loading .uni-spinner{width:1.5rem;min-width:1.5rem;min-height:1.5rem}.create-room-form__btn .MuiTypography-root{text-transform:lowercase;font-weight:700}.create-room-form__btn .MuiTypography-root:first-letter{text-transform:uppercase}.create-room-form-url__pill{color:var(--color-white);text-transform:uppercase;border-radius:var(--spacing-xxsmall);background-color:var(--color-warning);padding:var(--spacing-xxxsmall)var(--spacing-xsmall);margin-inline-start:var(--spacing-small);font-size:.75rem;font-weight:700;line-height:1rem}.create-room-form-url__input{--uni-text-field-font-size:1rem!important;--uni-text-field-offset-y:calc(var(--spacing-small) + var(--spacing-xxsmall))!important}.create-room-form-url__input .uni-text-field__adornment--start{margin-inline-end:0}.create-room-form-url__input--read-only .uni-text-field--outlined__fieldset{border-style:dashed}.create-room-form-url__edit-button{margin-inline-end:calc(var(--uni-button-padding)*-1 + var(--spacing-xxsmall))}.meeting-labels{gap:var(--spacing-xsmall);display:flex}.meeting-labels__chip{font-weight:400}.meeting-labels__chip--active{font-weight:700}.meeting-labels__chip--active:not(.dark){color:var(--color-primary)!important;background-color:var(--color-primary-50)!important}.meeting-labels__chip--active:not(.dark):hover{--uni-button-backdrop-color:var(--color-primary-100)!important}.meeting-labels__chip--active.dark{color:var(--color-primary-800)!important;background-color:var(--color-primary-200)!important}.meeting-labels__chip--active.dark:hover{--uni-button-backdrop-color:var(--color-primary-100)}.schedule-meeting-detail-event{flex-direction:column;height:calc(100% - 57px);display:flex}.schedule-meeting-detail-event__header{align-items:center;column-gap:var(--spacing-small);padding:var(--spacing-small);border-block-end:1px solid var(--color-divider);display:flex}.schedule-meeting-detail-event__header--title{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.schedule-meeting-detail-event__content{row-gap:var(--spacing-normal);padding-inline:var(--spacing-normal);flex-direction:column;height:calc(100% - 60px);padding-block-start:17.8px;display:flex;overflow-y:hidden}.schedule-meeting-detail-event__row{align-items:center;column-gap:var(--spacing-normal);flex-wrap:wrap;justify-content:space-between;width:100%;display:flex}.schedule-meeting-detail-event__label{align-items:center;column-gap:var(--spacing-xsmall);width:82px;display:flex}.schedule-meeting-detail-event__picker{align-items:center;column-gap:var(--spacing-normal);display:flex}.schedule-meeting-detail-event__picker .uni-text-field__input-wrapper{background-color:#0000!important}.schedule-meeting-detail-event__picker--time{width:85px;overflow:hidden}.schedule-meeting-detail-event__picker--date{width:176px;overflow:hidden}.schedule-meeting-detail-event__picker--date .uni-text-field{width:100%}.schedule-meeting-detail-event__people{row-gap:var(--spacing-normal);flex-direction:column;max-height:calc(100% - 235px);display:flex;overflow-y:auto}.schedule-meeting-detail-event__people .user-list-item{min-height:40px}.schedule-meeting-detail-event .user-list-item__info{width:100%;max-width:unset}.schedule-meeting-detail-event .user-list-item__info .uni-new-chip{margin-inline-start:auto}.schedule-meeting-view-times{background-color:var(--color-background);height:100%}.schedule-meeting-view-times .calendar{width:100%;height:100%}.schedule-meeting-view-times .calendar .mbsc-schedule-grid-scroll{overflow-y:scroll!important}@media screen and (max-width:960px){.schedule-meeting-view-times .calendar{height:calc(100% - 3rem)}}.schedule-meeting-view-mobile-appbar{background:var(--color-surface);box-shadow:var(--box-shadow-md);height:var(--dim-xxxlarge);width:100%;padding:var(--spacing-xsmall);align-items:center;gap:var(--spacing-xsmall);display:flex;position:fixed;top:0}.schedule-meeting-view-mobile-appbar .appbar-title{margin-left:var(--spacing-large);color:var(--color-secondary)}@media screen and (min-width:960px){.schedule-meeting-view-mobile-appbar{display:none}}.edit-meeting-modal{border-radius:var(--dim-radius-medium);width:32.25rem;max-width:100%;max-height:400px}.edit-meeting-modal__header{align-items:center;width:100%;display:flex}.edit-meeting-modal__title.MuiTypography-root{flex:100%;font-weight:700;overflow:hidden}.edit-meeting-modal__content{margin-block-start:var(--spacing-xsmall)}.edit-meeting-modal__content>section:last-of-type{text-align:end}.edit-meeting-modal__tools{justify-content:space-between;align-items:center;display:flex}.edit-meeting-modal__tools--buttons{gap:var(--spacing-small);justify-content:flex-end;margin-block-start:var(--spacing-small);display:flex}.edit-meeting-modal__tools--buttons>button{width:calc(var(--dim-xxxlarge)*2)}.edit-meeting-modal__btn-discard{color:var(--color-text-hint)}.schedule-meeting-sidebar{width:100%;height:100%;padding:1.25rem var(--spacing-normal)var(--spacing-xxxxlarge);row-gap:var(--spacing-large);scrollbar-gutter:stable;cursor:auto;flex-direction:column;transition:height .15s ease-out;display:flex;overflow:auto}.schedule-meeting-sidebar--hidden-buttons{height:calc(100% - 8px);transition:height .25s ease-in}.schedule-meeting-sidebar-subject-header{column-gap:var(--spacing-xxsmall);display:flex}.schedule-meeting-sidebar-subject-header--back{margin-block-start:var(--spacing-xsmall);width:2rem!important;height:2rem!important}.schedule-meeting-sidebar-subject{row-gap:var(--spacing-small);flex-direction:column;width:100%;display:flex}.schedule-meeting-sidebar-subject input{font-weight:700!important}.schedule-meeting-sidebar-subject input::placeholder{color:var(--color-text-tertiary)!important}.schedule-meeting-sidebar-subject__input{width:100%}.schedule-meeting-sidebar__time-container{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.schedule-meeting-sidebar__controls{justify-content:space-between;align-items:center;display:flex}.schedule-meeting-sidebar__controls--toggle .uni-button__label{font-size:11px}.schedule-meeting-sidebar__controls--title{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.schedule-meeting-sidebar__select-chat{padding-top:var(--spacing-xxxsmall)}.schedule-meeting-sidebar__input-label.MuiTypography-root{text-transform:lowercase;font-weight:700}.schedule-meeting-sidebar__input-label.MuiTypography-root:first-letter{text-transform:capitalize}.schedule-meeting-sidebar__view-less-options,.schedule-meeting-sidebar__view-options{padding:0 var(--spacing-small);min-height:2.5rem;color:var(--color-primary);cursor:pointer;align-items:center;max-width:fit-content;font-size:.875rem;font-weight:700;display:flex}.schedule-meeting-sidebar__view-less-options{margin-top:var(--spacing-normal);margin-bottom:1.25rem}.schedule-meeting-sidebar__switch-wrapper{gap:var(--spacing-normal);flex-direction:column;display:flex;overflow:visible}.schedule-meeting-sidebar-controls{row-gap:var(--spacing-xsmall);width:100%;padding:0 var(--spacing-xsmall)var(--spacing-xxxxlarge);flex-direction:column;display:flex}.schedule-meeting-sidebar-controls--agreement{flex-direction:column;gap:.75rem;margin-block-start:calc(var(--spacing-xsmall)*-1);margin-inline-start:1.76rem;display:flex}.schedule-meeting-sidebar-controls__field{justify-content:space-between;align-items:center;width:100%;min-height:40px;display:flex}.schedule-meeting-sidebar-controls__field--column{row-gap:var(--spacing-xsmall);flex-direction:column}.schedule-meeting-sidebar-controls__field--column .uni-text-field{width:100%}.schedule-meeting-sidebar-controls__field--header{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.schedule-meeting-sidebar-controls__field--select{max-width:160px}.schedule-meeting-sidebar-controls__switch{justify-content:space-between;width:100%;height:35px}.schedule-meeting-sidebar-controls__switch-span{white-space:unset;flex:1}.schedule-meeting-sidebar-controls__input--subject>.MuiInput-root{color:var(--color-text-tertiary);font-size:1.25rem;font-weight:900;line-height:32px}.schedule-meeting-sidebar-controls__input--limitation-text{margin-top:calc(-1*var(--spacing-small));padding-left:var(--spacing-small)}.schedule-meeting-sidebar-controls__input--error{margin-block-start:calc(-1*var(--spacing-small))}.schedule-meeting-sidebar-controls__input .MuiFormControlLabel-label{white-space:nowrap;font-size:14px!important;font-weight:700!important}@media screen and (max-width:400px){.schedule-meeting-sidebar-controls__input .uni-checkbox__label{font-size:12px!important}}@media only screen and (max-width:1300px) and (min-width:960px){.schedule-meeting-sidebar-controls__input .uni-checkbox__label{font-size:12px!important}}.schedule-meeting-sidebar-controls__input--sub-item{padding-left:1rem}.schedule-meeting-sidebar-controls .error-validation{--uni-text-field-stroke-color:var(--color-error);--uni-text-field-label-color:var(--color-error)}.schedule-meeting-buttons{background:var(--color-surface);z-index:1;width:100%;display:flex}.schedule-meeting-buttons .uni-button{transition:width .5s ease-in}@media screen and (max-width:1390px){.schedule-meeting-buttons .uni-button{width:fit-content!important}.schedule-meeting-buttons .close{flex-grow:2}.schedule-meeting-buttons .save{flex-grow:3}}@media screen and (max-width:960px){.schedule-meeting-buttons .uni-button{width:100%!important}.schedule-meeting-buttons .close,.schedule-meeting-buttons .save{flex-grow:0}}.schedule-meeting-location{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.schedule-meeting-location--error{background-color:#ea41411a}.schedule-meeting-location-top{align-items:center;gap:var(--spacing-xsmall);display:flex}.schedule-meeting-location__in-person{width:100%;margin-block-start:var(--spacing-xsmall)}.schedule-meeting-location .select{gap:var(--spacing-xsmall);flex-direction:column;width:100%;display:flex}.schedule-meeting-location .select .MuiSelect-select.MuiSelect-select{padding-right:var(--spacing-large);display:flex}.schedule-meeting-location .select .textField{margin-top:var(--spacing-normal)}.schedule-meeting-location .flag-dropdown.open{z-index:13!important}.meeting-location-input{text-transform:lowercase}.meeting-location-input p:first-letter{text-transform:capitalize}.schedule-meeting-max-attendee{height:100%;padding:var(--spacing-normal)var(--spacing-large);flex-direction:column;display:flex;overflow:hidden}.schedule-meeting-max-attendee__container{padding:var(--spacing-normal)0;gap:var(--spacing-large);flex-direction:column;flex:100%;display:flex;overflow:auto}.schedule-meeting-max-attendee__field{padding:0 var(--spacing-normal);gap:var(--spacing-xsmall);flex-direction:column;width:100%;display:flex;overflow:hidden}.schedule-meeting-max-attendee__field-header{align-items:center;gap:var(--spacing-xsmall);display:flex}.schedule-meeting-max-attendee__input-label.MuiTypography-root{text-transform:lowercase;font-weight:700}.schedule-meeting-max-attendee__input-label.MuiTypography-root:first-letter{text-transform:capitalize}.schedule-meeting-max-attendee__input-container{flex-grow:1;overflow:hidden}.schedule-meeting-max-attendee__input-field .MuiFilledInput-root{background-color:var(--color-background)}.schedule-meeting-max-attendee__input-field .MuiFilledInput-root .MuiFilledInput-input{color:var(--color-text-primary)}.schedule-meeting-max-attendee__input--subject>.MuiInput-root{color:var(--color-text-tertiary);font-size:1.25rem;font-weight:900;line-height:32px}.schedule-meeting-people{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.schedule-meeting-people .new-search-people__select-box--items{max-height:12rem}.schedule-meeting-people__attendees{padding:va(--spacing-xxsmall);flex-direction:column;display:flex}.schedule-meeting-people__attendees .schedule-meeting-people__item{padding:var(--spacing-xsmall)}.schedule-meeting-people .list{flex-direction:column;gap:.5rem;display:flex}.schedule-meeting-people .list .breakout-room-list__items{scrollbar-gutter:unset;max-height:fit-content;margin:0;padding:1px}.schedule-meeting-people .list .breakout-room-time-pane-item{box-shadow:var(--box-shadow-star)}.schedule-meeting-people .list .breakout-room-list__header{padding:0 var(--spacing-xlarge);margin-block-end:var(--spacing-large)}.schedule-meeting-people .list .breakout-room-list{height:fit-content}.schedule-meeting-people .list .breakout-room-add-button{padding:var(--spacing-normal)0 0}.schedule-meeting-people-top{align-items:center;gap:var(--spacing-xsmall);display:flex}.schedule-meeting-people-content{width:100%;margin-block-end:var(--spacing-normal)}.schedule-meeting-people-content__manage-bor{width:fit-content;align-self:flex-end;margin-block-start:var(--spacing-normal)}.schedule-meeting-people-content__manage-bor--has{padding-inline-end:32px}.schedule-meeting-people-content__manage-bor .uni-badge .MuiBadge-badge{right:-12px}.schedule-meeting-people__item{justify-content:space-between;align-items:center;display:flex}.schedule-meeting-people__item-button{flex:none}.schedule-meeting-people__item .uni-button--disabled{--uni-button-outline-color:var(--color-gray-600)}.schedule-meeting-people__role-menu__root{box-shadow:var(--box-shadow-lg)}.schedule-meeting-people__role-menu__item{align-items:center;gap:var(--spacing-normal);font-size:.875rem;font-weight:700;line-height:1.25rem;display:flex}.schedule-meeting-people__role-menu__item__titles{flex-direction:column;flex:1;display:flex}.schedule-meeting-people__role-menu__item__title{color:var(--color-secondary)}.schedule-meeting-people__role-menu__item__sub-title{color:var(--color-secondary-300);font-size:.75rem;font-weight:400;line-height:1rem}.schedule-meeting-people__role-menu__item--active .schedule-meeting-people__role-menu__item__title{color:var(--color-primary)}.schedule-meeting-people__role-menu__item--remove{color:var(--color-error)}.recurrence-end{column-gap:var(--spacing-xsmall);display:flex}.recurrence-end .uni-radio-group__container{width:80px}.recurrence-end .uni-radio-group__wrapper{gap:var(--spacing-small);display:grid}.recurrence-end-date{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.recurrence-end-date__text-field{max-width:4.5rem}.recurrence-end-date__after{align-items:center;gap:var(--spacing-xxsmall);display:flex}.schedule-meeting-sidebar-recurrence-custom{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.schedule-meeting-sidebar-recurrence-custom__row{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.schedule-meeting-sidebar-recurrence-custom__row--day{min-width:80px;max-width:80px}.schedule-meeting-sidebar-recurrence-custom__row--type{width:160px}.schedule-meeting-sidebar-recurrence-custom__label{min-width:100px;max-width:100px;margin-inline-end:auto}.schedule-meeting-sidebar-recurrence{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.schedule-meeting-sidebar-recurrence--none{justify-content:center;align-items:center;display:flex}.schedule-meeting-sidebar-recurrence--none__button{cursor:pointer;padding-block-start:var(--spacing-xsmall)}.schedule-meeting-sidebar-recurrence--none__button,.schedule-meeting-sidebar-recurrence__header{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.schedule-meeting-sidebar-recurrence .repeat-every{align-items:center;gap:var(--spacing-xsmall);padding-block-start:var(--spacing-normal);display:flex}.schedule-meeting-sidebar-recurrence .repeat-every .input{max-width:var(--dim-xxlarge)}.schedule-meeting-sidebar-recurrence .repeat-every .type{background-color:#ebebeb;border-radius:4px;margin-block-start:var(--spacing-xsmall)}.schedule-meeting-sidebar-recurrence .repeat-on{margin-top:var(--spacing-xxxsmall);flex-wrap:wrap;align-items:center;display:flex}.schedule-meeting-sidebar-recurrence .repeat-on .title{margin-inline-end:var(--spacing-small)}.schedule-meeting-sidebar-recurrence .repeat-on .item{margin:var(--spacing-xxsmall);background:var(--color-gray-200);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:3px 9px;display:flex}.schedule-meeting-sidebar-recurrence .repeat-on .item--selected{color:#fff;background:var(--color-primary)}.schedule-meeting-sidebar-recurrence .end-date{margin-block-start:var(--spacing-normal);display:flex;overflow:hidden}.schedule-meeting-sidebar-recurrence .end-date .title{min-width:fit-content;margin-block-start:var(--spacing-xxsmall);margin-inline-end:var(--spacing-xsmall)}.schedule-meeting-action-times{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.schedule-meeting-action-times__timeslot__delete{position:absolute;right:0}.schedule-meeting-action-times__top{align-items:center;gap:var(--spacing-xsmall);display:flex}.schedule-meeting-action-times__content .error{color:var(--color-error)}.schedule-meeting-action-times__content .uni-time-pane-item__header:has(.selected-timeslot){background-color:var(--color-orange-200)}.schedule-meeting-action-times__content .uni-time-pane-item{cursor:pointer}.schedule-meeting-action-times__content .uni-time-pane-drag{position:absolute}.schedule-meeting-action-times-error-text{display:flex}.schedule-meeting-action-times-error-text__icon{margin-right:var(--spacing-xsmall)}.schedule-meeting-action-times .uni-hint{margin-block-start:var(--spacing-xsmall);margin-inline:0}.palette-arabic-theme .schedule-meeting-action-times__content .empty-state{border-radius:var(--dim-radius-xxlarge)}.schedule-meeting-action-times-timeline-content{border-radius:6px;width:100%;position:relative;overflow:hidden}.schedule-meeting-action-times-timeline-content .content-container{flex-direction:column;gap:.5rem;display:flex;overflow:auto}.schedule-meeting-time{text-transform:capitalize}.button-container{width:100%;padding:var(--spacing-xxxsmall);background-color:var(--color-surface);justify-content:space-between;display:flex}.rtl-styles .schedule-meeting-action-times__timeslot__delete{right:unset;left:0}.room-preview-detail{width:100%}.room-preview-detail__title.MuiTypography-root{font-weight:900}.room-preview-detail__placeholder{margin-top:var(--spacing-normal)}.room-preview-detail__placeholder .line-skeleton__element:last-child{width:50%!important}.room-preview-attendees{background-color:var(--color-gray-100);padding:var(--spacing-normal);margin-top:var(--spacing-normal);border-radius:4px;overflow:hidden}.room-preview-attendees__header{gap:var(--spacing-xsmall);align-items:center;display:flex}.room-preview-attendees__title.MuiTypography-root{font-weight:700}.room-preview-attendees__items{margin-top:var(--spacing-normal);gap:var(--spacing-normal);flex-direction:column;display:flex;overflow:hidden auto}.room-preview-attendees__item{align-items:center;gap:var(--spacing-normal);width:100%;display:flex}.room-preview-attendees__line{flex:100%;max-width:unset!important}.room-preview{background-color:var(--color-surface);padding:var(--spacing-large);box-sizing:border-box;height:100%;min-height:480px;box-shadow:var(--box-shadow-xxxl);overflow:hidden}.room-preview__skeleton{margin-top:var(--spacing-normal);background-color:var(--color-gray-300);height:var(--dim-large);border-radius:4px}.room-preview__skeleton--subject{width:100%}.room-preview__skeleton--info{width:25%;display:inline-block}.room-preview__skeleton--info+.room-preview__skeleton--info{margin-left:var(--spacing-normal)}.room-preview__skeleton--desc{height:11px}.room-preview__skeleton--desc:nth-child(2n){width:80%}.room-preview__skeleton--desc:nth-child(odd){width:70%}.room-preview__skeleton--desc:first-child{width:90%!important}.room-preview__title.MuiTypography-root{align-items:center;gap:var(--spacing-xsmall);padding-bottom:var(--spacing-normal);font-weight:700;display:flex}.room-preview__detail-page{--uni-detail-page-sidebar-width:21rem}.network-issue-banner,.warning-issue-banner{flex-flow:wrap;flex:1;justify-content:space-between;align-items:center;display:flex}.network-issue-banner__content,.warning-issue-banner__content{gap:var(--dim-normal);flex-flow:wrap;justify-content:center;align-items:center;display:flex}.room-close-banner__button{margin-inline-start:auto}.moving-bor-container{justify-content:center;align-items:center;row-gap:var(--spacing-normal);z-index:100;background-color:var(--color-surface);flex-direction:column;width:100%;height:100%;animation:show .2s ease-in;display:flex;position:absolute;top:0;left:0}@keyframes show{0%{opacity:0}to{opacity:1}}.meeting-room-encryption-box{flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;width:17.938rem;height:100%;display:flex;padding:var(--spacing-normal)!important}.meeting-room-encryption-box .uni-text-field--color-primary{--uni-text-field-offset-y:var(--spacing-xsmall);--uni-text-field-stroke-color:var(--color-mr-button-hover)!important}.meeting-room-encryption-box__header{flex-direction:row;flex-wrap:unset;width:100%;justify-content:space-between;align-items:center;padding-block-end:var(--spacing-xsmall);display:flex}.meeting-room-encryption-box__footer{justify-content:space-between;align-items:center;gap:var(--spacing-xsmall);width:100%;display:flex}.meeting-room-encryption-box__footer--popover{z-index:1702}.meeting-room-encryption-box__footer--invite{width:50%;padding:var(--spacing-xsmall)!important}.meeting-room-encryption-box__footer--copy-link{width:50%!important}.meeting-room-encryption-box__footer--copy-link--label{font-size:var(--spacing-small)!important}.meeting-room-encryption-box__footer--copy-link--root{width:100%;padding:var(--spacing-xsmall)!important}.meeting-room-encryption-box__text-field{flex:1;padding-inline-end:var(--spacing-small)}.meeting-room-encryption-box__text-field .uni-text-field__input-wrapper{padding-inline-end:var(--spacing-xsmall)!important}.meeting-room-short-info{gap:var(--spacing-normal);flex-flow:row;justify-content:flex-start;align-items:center;width:100%;max-width:100%;display:flex}.meeting-room-short-info__logo{width:var(--dim-xlarge);object-fit:contain}.meeting-room-short-info__item{gap:var(--spacing-xxsmall);flex-flow:row;justify-content:flex-start;align-items:center;max-width:100%;display:flex}.meeting-room-short-info__item .meeting-room-short-info__copy,.meeting-room-short-info__item .meeting-room-short-info__encryption{width:16px;height:20px}.meeting-room-short-info__item .meeting-room-short-info__copy .uni-button,.meeting-room-short-info__item .meeting-room-short-info__encryption .uni-button{width:16px;height:16px}.meeting-room-short-info__copy .uni-copy-link__button{--uni-button-background:var(--color-background);--uni-button-background-light:var(--uni-button-color);padding:0}.meeting-room-short-info__copy .uni-copy-link__button>.icon-check{--uni-button-color:var(--color-success);transform:scale(.75)}.meeting-room-short-info__details{max-width:calc(100% - 3rem);flex-flow:column;flex:1;justify-content:center;align-items:flex-start;padding-inline-start:var(--spacing-xxxsmall);display:flex;position:relative}.meeting-room-short-info__details:before{content:"";width:2px;inset-block:var(--spacing-xxsmall);background-color:var(--color-mr-short-info-border);display:block;position:absolute;inset-inline-start:calc(var(--spacing-xsmall)*-1 + 1px)}.meeting-room-short-info__typo{color:var(--color-text-primary);text-overflow:ellipsis;flex:1;max-width:100%;overflow:hidden}.meeting-room-floating-hold{background-color:var(--color-background);will-change:opacity,transform;flex-flow:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.meeting-room-floating-hold__header{justify-content:center;align-items:center;gap:var(--spacing-normal);flex-flow:wrap;display:flex}.meeting-room-floating-hold__content{justify-content:flex-start;align-items:center;gap:var(--spacing-normal);flex-flow:wrap;display:flex}.meeting-room-floating-hold__subtitle{margin-block-end:var(--spacing-normal)}.meeting-room-floating-hold__inner{margin-inline:var(--spacing-small);flex-direction:column;flex-wrap:unset;justify-content:center;align-items:flex-start;display:flex}.meeting-room-floating-audio-menu{position:relative}.meeting-room-floating-audio-menu__chevron{right:calc(-1*var(--spacing-xxsmall));-webkit-backdrop-filter:blur(40.5px);backdrop-filter:blur(40.5px);background-color:#00000026;padding:0;position:absolute}.meeting-room-floating-leave-menu .meeting-room-hover-menu__bottom{padding-inline-start:var(--spacing-xxsmall);padding-inline-end:var(--spacing-xxsmall)}.meeting-room-floating-leave-menu .uni-new-menu__list{padding-block:0}.meeting-room-floating-video-menu{position:relative}.meeting-room-floating-video-menu__chevron{right:calc(-1*var(--spacing-xxsmall));-webkit-backdrop-filter:blur(40.5px);backdrop-filter:blur(40.5px);background-color:#00000026;padding:0;position:absolute}.meeting-room-floating-root-footer{gap:var(--spacing-xsmall);opacity:0;flex-direction:row;flex-wrap:unset;width:100%;justify-content:center;align-items:center;margin-block-end:var(--spacing-normal);display:flex}.meeting-room-floating-root-footer--hovered{opacity:1;transition:var(--transition-main)}.meeting-room-floating-header{flex-direction:row;flex-wrap:unset;opacity:0;justify-content:flex-end;align-self:flex-start;align-items:flex-start;width:100%;display:flex}.meeting-room-floating-header__button{margin:var(--spacing-xsmall)}.meeting-room-floating-header--hovered{opacity:1;transition:var(--transition-main)}.meeting-room-floating-root-overlay{flex-direction:column;flex-wrap:unset;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:fixed}.meeting-room-floating-tiles-emoji-overlay{flex-direction:row;flex-wrap:unset;z-index:3;opacity:1;border-radius:9999px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;right:0}.meeting-room-floating-tiles-emoji-overlay__emoji{min-width:var(--tile-emoji);min-height:var(--tile-emoji);max-width:var(--tile-emoji);max-height:var(--tile-emoji);position:absolute;inset-block-start:calc(50% - var(--tile-emoji-half));inset-inline-start:calc(50% - var(--tile-emoji-half))}.meeting-room-floating-tiles-overlay .meeting-room-raised-hand-bar{z-index:4;position:absolute;inset-block-start:0;inset-inline-end:0}.meeting-room-floating-filmstrip{flex-direction:column;flex-wrap:unset;justify-content:space-between;align-items:flex-start;width:100%;height:100%;display:flex}.meeting-room-floating-filmstrip .meeting-room-floating-root-footer{padding-block-end:var(--spacing-normal);padding-inline-end:var(--spacing-large)}.meeting-room-floating-filmstrip .meeting-room-floating-header{padding-inline-end:var(--spacing-large)}.meeting-room-floating-filmstrip:focus,.meeting-room-floating-filmstrip:hover{background-color:#30363e80}.meeting-room-floating-filmstrip:focus .meeting-room-floating-header,.meeting-room-floating-filmstrip:focus .meeting-room-floating-root-footer,.meeting-room-floating-filmstrip:hover .meeting-room-floating-header,.meeting-room-floating-filmstrip:hover .meeting-room-floating-root-footer{opacity:1;transition:all .3s ease-out}.meeting-room-floating-filmstrip__spinner{object-fit:cover;margin:auto;position:absolute;inset-block:0;inset-inline:0}.meeting-room-floating-filmstrip__tile-wrapper{flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;display:flex}.meeting-room-floating-filmstrip__avatar{border:0 solid var(--color-primary);width:100%;height:100%;transition:var(--transition-main);border-radius:9999px}.meeting-room-floating-filmstrip__wrapper{flex-direction:row;flex-wrap:unset;border-radius:9999px;justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex;position:relative;overflow:visible}.meeting-room-floating-filmstrip__wrapper--active-speaker{box-shadow:0 0 0 2px var(--color-primary)}.meeting-room-floating-filmstrip .meeting-room-desktop-floating__camera{border-radius:9999px}.meeting-room-floating-filmstrip__group-tile-wrapper{position:relative}.meeting-room-floating-filmstrip__group-tile-wrapper .meeting-room-tile-wrapper{background-color:var(--uni-button-color);border-radius:99999px;inset-block-start:calc(-1*var(--spacing-small));inset-inline-start:calc(-1*var(--spacing-small))}.meeting-room-floating-filmstrip__inner{flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;gap:var(--dim-normal);width:100%;height:100%;margin:auto;margin-block-end:var(--dim-xlarge);display:flex}body,body::backdrop{background-color:#0000!important}.meeting-room-audio-inputs-item--active .meeting-room-audio-inputs-item__audio-meter{--audio-meter-item-background-color:var(--color-primary)!important}.meeting-room-audio-inputs-menu .uni-new-menu-item__content{width:0}.meeting-room-audio-inputs-menu .uni-new-menu-item__label{white-space:nowrap;text-overflow:ellipsis}.meeting-room-audio-inputs-menu .uni-new-menu__list{display:block;overflow:auto}.meeting-room-audio-inputs-menu .uni-new-menu__list::-webkit-scrollbar-track{background-color:var(--color-surface)}.meeting-room-audio-inputs-menu .uni-new-menu__list::-webkit-scrollbar-thumb{background-color:var(--color-divider)}.meeting-room-audio-inputs-menu.meeting-room-hover-menu--tip .uni-new-menu__list{max-width:16.5rem;max-height:min(20rem,90vh)}.meeting-room-audio-outputs-item--active .meeting-room-audio-outputs-item__audio-meter{--audio-meter-item-background-color:var(--color-primary)!important}.meeting-room-audio-outputs-menu .uni-new-menu-item__content{width:0}.meeting-room-audio-outputs-menu .uni-new-menu-item__label{white-space:nowrap;text-overflow:ellipsis}.meeting-room-audio-outputs-menu .uni-new-menu__list{display:block;overflow:auto}.meeting-room-audio-outputs-menu .uni-new-menu__list::-webkit-scrollbar-track{background-color:var(--color-surface)}.meeting-room-audio-outputs-menu .uni-new-menu__list::-webkit-scrollbar-thumb{background-color:var(--color-divider)}.meeting-room-audio-outputs-menu.meeting-room-hover-menu--tip .uni-new-menu__list{max-width:16.5rem;max-height:min(20rem,90vh)}.meeting-room-audio-menu .uni-popover__paper{min-width:16.5rem}.meeting-room-audio-menu .uni-new-menu-item__content{width:0}.meeting-room-audio-menu .uni-new-menu-item__label{white-space:nowrap;text-overflow:ellipsis}.meeting-room-audio-menu__action.uni-button--contained:focus{--uni-button-backdrop-color:transparent}.meeting-room-audio-menu__action-container{border-radius:calc(3*var(--dim-xxxlarge));background:var(--color-gray-200);cursor:pointer;border:0;justify-content:space-between;align-items:center;width:4.25rem;height:2.5rem;padding-inline-start:.625rem;display:flex;position:relative}.meeting-room-audio-menu__action-container:hover:not(:has(.meeting-room-root-footer-middle-part__mic--tooltip:hover)){background-color:#00000026}.meeting-room-audio-menu__action-container .uni-button:not(.meeting-room-root-footer-middle-part__mic){--uni-button-background:transparent}.meeting-room-audio-menu__action-container .uni-button:not(.meeting-room-root-footer-middle-part__mic):hover{--uni-button-backdrop-color:transparent!important;background-color:#0000!important}.meeting-room-audio-menu__action-container .uni-tooltip__caption{margin-inline-end:-2px}.meeting-room-integration-add{max-width:36rem;width:calc(100% - var(--spacing-xlarge));z-index:var(--z-index-drawer);border-radius:var(--dim-xsmall);background-color:var(--color-surface);padding:var(--spacing-xsmall);position:fixed;bottom:4.5rem;left:50%;overflow:hidden;box-shadow:3px 29px 45px -7px #00000091}.meeting-room-integration-add--navbar-is-open{width:calc(100% - var(--spacing-xlarge) - var(--spacing-xxxlarge));left:calc(50% - var(--spacing-large))}.meeting-room-integration-add--drawer-is-open{width:calc(100% - var(--spacing-xlarge) - 26rem);left:calc(50% - 13rem)}.meeting-room-integration-add__backdrop{opacity:0;z-index:var(--z-index-drawer);position:fixed;inset:0}.meeting-room-integration-add__actions{background-color:var(--color-surface);flex-flow:wrap;justify-content:center;align-items:center;display:flex}.meeting-room-integration-add__loading{justify-content:center;width:30px;height:100%;display:flex}.meeting-room-integration-add__input{--uni-title-text-field-offset-y:0;--uni-title-text-field-font-size:1rem;--uni-title-text-field-font-weight:400;--uni-title-text-field-line-height:1.5rem;--uni-title-text-field-input-color:var(--color-text-primary);--uni-title-text-field-input-placeholder-color:var(--color-text-tertiary);padding:var(--spacing-xsmall);flex:1}.meeting-room-integration-add__input input{color:var(--color-text-primary)!important}.meeting-room-integration-add__input .uni-title-text-field__input-base:after,.meeting-room-integration-add__input .uni-title-text-field__input-base:before{content:unset}.meeting-room-integration-add__figma,.meeting-room-integration-add__youtube,.meeting-room-integration-add__youtube-frame{aspect-ratio:16/9;width:100%;max-width:100%;height:100%;max-height:100%}.meeting-room-integration-menu .uni-new-menu-item{border-radius:unset}.meeting-room-integration-menu__action.uni-button--contained:focus{--uni-button-backdrop-color:transparent}.meeting-room-integration-menu__action--active.uni-button--contained{--uni-button-color:var(--color-primary)}.meeting-room-leave-menu__leave-meeting{--uni-button-background:#8c080d}.meeting-room-leave-menu__action{color:#fff}.leave-menu-modal,.meeting-room-leave-menu__modal .uni-new-modal__wrapper{background-color:var(--color-surface)}.leave-menu-modal{align-items:center;row-gap:var(--spacing-normal);width:calc(100% + 5rem);height:calc(100% + 3rem);padding:var(--spacing-normal);border-radius:var(--dim-xxsmall);flex-direction:column;margin-block:-16px;margin-inline-start:-16px;display:flex;position:relative}@media screen and (max-width:600px){.leave-menu-modal{width:100%;margin:0;padding:0}}.leave-menu-modal__close{cursor:pointer;position:absolute;top:1rem;right:1rem}.leave-menu-modal__title{margin-block-start:var(--spacing-large)}.leave-menu-modal__buttons{justify-content:space-between;column-gap:var(--spacing-xsmall);width:100%;display:flex}@media screen and (max-width:600px){.leave-menu-modal__buttons{gap:var(--spacing-xsmall);flex-direction:column}}.leave-menu-modal__buttons--end{--uni-button-outline:0}.leave-menu-modal__buttons-mobile{padding:var(--spacing-large)}.uni-new-modal__wrapper:has(.leave-menu-modal){padding:0}.floating-menu-container{border-radius:var(--spacing-xxsmall);padding:var(--spacing-small);justify-content:center;align-items:center;display:flex}.meeting-room-reaction-menu .meeting-room-reaction-menu__inner{gap:var(--spacing-xsmall);height:325px;padding:var(--spacing-xsmall);flex-flow:row;justify-content:flex-start;align-items:stretch;display:flex}.meeting-room-reaction-menu .meeting-room-reaction-menu__inner.uni-bottom-sheet__paper{padding-top:calc(var(--uni-bottom-sheet-puller-height) + 2*var(--spacing-xsmall))}.meeting-room-reaction-menu__hands{gap:var(--spacing-xsmall);min-height:100%;padding:var(--spacing-xsmall);margin-inline-start:calc(-1*var(--spacing-xsmall));margin-block:calc(-1*var(--spacing-xsmall));border-inline-end:solid 1px var(--color-divider);border-radius:var(--dim-xsmall)0 0 var(--dim-xsmall);flex-flow:column wrap;justify-content:space-evenly;align-items:stretch;display:flex;background-color:var(--color-gray-50)!important}.meeting-room-reaction-menu--pip .meeting-room-reaction-menu-hand__emoji{--uni-SVG--size:24px!important}.meeting-room-reaction-menu--pip .meeting-room-reaction-menu-hand .uni-typo{font-size:10px}.meeting-room-reaction-menu--pip .meeting-room-reaction-menu__inner{flex-direction:column;width:220px;height:330px;display:flex}.meeting-room-reaction-menu--pip .meeting-room-reaction-menu__hands{border-radius:var(--dim-xsmall);flex-flow:row;width:100%;height:70px;min-height:70px;margin:0;padding:0;display:flex}.meeting-room-reaction-menu--pip .meeting-room-reaction-menu__hands li{height:100%;padding:0}.meeting-room-reaction-menu--pip .meeting-room-animated-emoji-list{--uni-grid-cols-xxs:6}.meeting-room-reaction-menu--pip .meeting-room-animated-emoji-button{border-radius:999px;width:32px;min-width:32px;height:32px;min-height:32px}.meeting-room-reaction-menu--pip.meeting-room-reaction-menu--horizontal{transform:translate(62px,25px)!important}.meeting-room-reaction-menu--pip.meeting-room-reaction-menu--horizontal .meeting-room-reaction-menu__inner{flex-direction:row;width:300px;min-width:300px;height:224px}.meeting-room-reaction-menu--pip.meeting-room-reaction-menu--horizontal .meeting-room-reaction-menu__hands{border-radius:var(--dim-xsmall)0 0 var(--dim-xsmall);flex-direction:column;height:100%;min-height:100%;padding-inline:6px}.meeting-room-reaction-menu-hand{gap:var(--spacing-xxxsmall);padding:var(--spacing-xxsmall);width:86px;height:86px;flex-flow:column wrap;justify-content:center;align-items:center;padding-block-start:var(--spacing-small);display:flex;position:relative;border-radius:var(--dim-xsmall)!important}.meeting-room-reaction-menu-hand:hover{background-color:var(--color-mr-button-hand)!important}.meeting-room-reaction-menu-hand__active{background-color:var(--color-primary-50)!important}.meeting-room-reaction-menu-hand__emoji{--uni-SVG--size:2rem!important}.meeting-room-reaction-menu-hand__sub-emoji{position:absolute;inset-block-start:.5rem;inset-inline-end:1.125rem;--uni-SVG--size:1.125rem!important}.meeting-room-video-menu-item{width:15.5rem;min-width:15.5rem;max-width:15.5rem;height:8.5rem;min-height:8.5rem;max-height:8.5rem;padding:var(--spacing-xsmall);border-radius:var(--dim-xxsmall);flex-flow:wrap;justify-content:center;align-items:flex-end;margin:auto;display:flex;position:relative}.meeting-room-video-menu-item:not(:last-child){margin-block-end:var(--spacing-xsmall)}.meeting-room-video-menu-item--active{border:2px solid var(--color-success)}.meeting-room-video-menu-item:after{content:"";transition:var(--transition-main);will-change:inset-block-end;background:var(--color-background);transition-property:inset-block-end;display:block;position:absolute;inset:0}.meeting-room-video-menu-item:hover:after{inset-block-end:-30%}.meeting-room-video-menu-item__video{object-fit:cover;z-index:100;background-color:var(--color-black);width:100%;height:100%;position:absolute;inset:0;transform:rotateY(180deg)scaleX(-1)}.meeting-room-video-menu-item__label{z-index:300;flex:1;width:0;max-width:fit-content;position:relative}.meeting-room-video-menu-item .uni-icon{z-index:1;position:relative}.meeting-room-video-menu .uni-popover__paper{min-width:16.5rem}.meeting-room-video-menu .uni-new-menu-item{border-radius:unset}.meeting-room-video-menu__items .uni-new-menu__list{padding:var(--spacing-xsmall);display:block;overflow:auto}.meeting-room-video-menu__items .uni-new-menu__list::-webkit-scrollbar-track{background-color:var(--uni-button-color)!important}.meeting-room-video-menu__items .uni-new-menu__list::-webkit-scrollbar-thumb{background-color:var(--color-divider)!important}.meeting-room-video-menu__items.meeting-room-hover-menu--tip .uni-new-menu__list{max-width:16.5rem;max-height:min(20rem,90vh)}.meeting-room-video-menu__action.uni-button--contained:focus{--uni-button-backdrop-color:transparent}.meeting-room-video-menu__curtain{position:absolute;inset:0}.meeting-room-video-menu__curtain-inner{flex-flow:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.meeting-room-video-menu__curtain-spinner{z-index:250!important}.meeting-room-video-menu__action-container{border-radius:calc(3*var(--dim-xxxlarge));background:var(--color-gray-200);cursor:pointer;border:0;justify-content:space-between;align-items:center;width:4.25rem;height:2.5rem;padding-inline-start:.625rem;display:flex;position:relative}.meeting-room-video-menu__action-container:hover:not(:has(.meeting-room-root-footer-middle-part__camera--tooltip:hover)){background-color:#00000026}.meeting-room-video-menu__action-container .uni-button:not(.meeting-room-root-footer-middle-part__camera){--uni-button-background:transparent}.meeting-room-video-menu__action-container .uni-button:not(.meeting-room-root-footer-middle-part__camera):hover{--uni-button-backdrop-color:transparent!important;background-color:#0000!important}.meeting-room-video-menu__action-container .uni-tooltip__caption{margin-inline-end:-2px}.bottom-bar__backdrop{position:fixed;inset-block:0;inset-inline:0}.meeting-room-bar-button{background-color:var(--color-icon-background);border:1px solid #0000;border-radius:9999px;outline:none;flex-flow:wrap;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;position:relative;overflow:hidden}.meeting-room-bar-button__ripple{-webkit-user-select:none;user-select:none;pointer-events:none;background-color:var(--color-surface);border-radius:9999px;position:absolute;inset:-50%}.meeting-room-items-section{gap:var(--spacing-xsmall);height:100%;padding-block:var(--spacing-small);padding-inline:var(--spacing-xxsmall);flex-flow:column;justify-content:center;align-items:stretch;display:flex}.meeting-room-items-section__integrations{border-block-start:1px solid var(--color-hover)}.meeting-room-items-section__integrations,.meeting-room-items-section__integrations-rec{gap:var(--spacing-xsmall);flex-flow:row;justify-content:space-evenly;align-items:stretch;min-height:6.375rem;display:flex}.meeting-room-items-section__integrations-rec{border-block-end:1px solid var(--color-hover)}.meeting-room-items-section__items{--uni-grid-cols-xs:3;--uni-grid-cols-sm:3;--uni-grid-cols-md:3;--uni-grid-cols-lg:3;--uni-grid-cols-xl:3;--uni-grid-cols-xxl:3;flex:1}.meeting-room-items-section__item{gap:var(--spacing-xsmall);border-radius:var(--dim-xsmall);flex-flow:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.meeting-room-items-section__item--active-rec .icon-record-dual .path2:before{color:red!important}.meeting-room-items-section__item--disabled{opacity:.5}.meeting-room-reaction-section{gap:var(--spacing-xsmall);height:100%;padding-block:var(--spacing-small);padding-inline:var(--spacing-xxsmall);flex-flow:column;justify-content:center;align-items:stretch;display:flex}.meeting-room-reaction-section__hands{gap:var(--spacing-xsmall);border-block-end:1px solid var(--color-hover);flex-flow:wrap;justify-content:space-evenly;align-items:stretch;padding-block-end:var(--spacing-small);display:flex}.meeting-room-reaction-section-hand{gap:var(--spacing-xxxsmall);padding:var(--spacing-xxsmall);border-radius:var(--dim-xsmall);width:5rem;flex-flow:column wrap;justify-content:center;align-items:center;padding-block-start:var(--spacing-small);display:flex;position:relative}.meeting-room-reaction-section-hand__emoji{--uni-SVG--size:2.125rem}.meeting-room-reaction-section-hand__sub-emoji{width:1.125rem;position:absolute;inset-block-start:.5rem;inset-inline-end:1.125rem}.meeting-room-bottom-bar{--bottom-bar-height:var(--dim-xxxlarge);--bottom-bar-offset:var(--dim-xlarge);z-index:2;width:auto;position:fixed;inset-block-end:var(--bottom-bar-offset);inset-inline:1.5rem 1.7rem;transform:none!important}.meeting-room-bottom-bar__content{z-index:2;height:100%;min-height:var(--bottom-bar-height);background-color:var(--color-surface);border:1px solid var(--color-hover);padding-inline:var(--spacing-small);padding-block-end:var(--spacing-small);position:relative}.meeting-room-bottom-bar__content--backdrop{background:0 0}.meeting-room-bottom-bar__content{flex-flow:column;justify-content:stretch;align-items:stretch;display:flex}.meeting-room-bottom-bar__backdrop{z-index:1;height:calc(var(--bottom-bar-height) + var(--bottom-bar-offset));background:linear-gradient(180deg,#0000 0,var(--color-background)100%);position:fixed;inset-block-end:0;inset-inline:0}.meeting-room-bottom-bar__drawer{z-index:3;background-color:var(--color-hover);height:calc(100% - 3.25rem);position:fixed;inset-block-end:0;inset-inline:0}.meeting-room-bottom-bar__drawer .meeting-room-drawer-header__back .uni-icon{transform:rotate(90deg)}.meeting-room-bottom-bar__items{flex:1;height:0;overflow:hidden}.meeting-room-bottom-bar__actions{flex-flow:row;justify-content:space-between;align-items:flex-end;display:flex}.meeting-room-root-footer-end-part{flex-direction:row;flex-wrap:unset;white-space:nowrap;padding:var(--spacing-xxsmall);justify-content:flex-end;align-items:center;gap:10px;min-width:30%;max-width:30%;height:100%;transition:all .5s;display:flex;position:relative;overflow:hidden}.meeting-room-root-footer-end-part--open-navbar{inset-inline-end:var(--spacing-xxxlarge)}@media screen and (max-width:990px){.meeting-room-root-footer-end-part--open-navbar{visibility:hidden}}.meeting-room-root-footer-end-part__chevron{width:36px}.meeting-room-root-footer-end-part__chevron .uni-button-icon{font-size:1.125rem!important}.meeting-room-root-footer-end-part__label{padding-inline:var(--spacing-xsmall)}.meeting-room-root-footer-end-part__hover-content,.meeting-room-root-footer-end-part__main-content{gap:var(--spacing-xxxsmall);flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;display:flex}.meeting-room-root-footer-end-part__main-content{padding:var(--spacing-xxsmall);z-index:-1;position:relative}@media screen and (max-width:700px){.meeting-room-root-footer-end-part{visibility:hidden}}.layout-selection{flex-direction:column;justify-content:center;align-items:start;gap:4px;width:100%;height:100%;display:flex}.layout-selection__title{font-size:10px}.layout-selection__action{z-index:10;width:calc(var(--dim-xlarge) + var(--dim-xsmall));height:calc(var(--dim-xlarge) + var(--dim-xsmall));cursor:pointer;border-radius:var(--dim-xsmall);justify-content:center;align-items:center;display:flex;position:relative}.layout-selection__action:hover{--uni-button-background:transparent}.layout-selection__action--active{--uni-button-background:var(--color-primary)}.layout-selection__action--active .uni-button-icon,.layout-selection__action--active .uni-button-icon :before{color:var(--color-white)!important}.layout-selection__wrapper{left:-50px!important}.layout-selection__items{flex-direction:column;width:100%;display:flex}.layout-selection__items--item{cursor:pointer;justify-content:space-between;align-items:center;width:100%;transition:all .18s;display:flex}.layout-selection__items--item:not(:hover) .layout-selection__items--layout-icon:not(.layout-selection__items--item:not(:hover) .layout-selection__items--layout-icon.layout-selection__items--active-icon){--color-primary:#d8d8d9}.layout-selection__items--item .uni-radio__label{color:var(--color-text-primary)}.layout-selection__items--item .uni-icon{color:var(--color-secondary-100)}.layout-selection__items--item-disabled *{color:var(--color-gray-400)!important}.layout-selection__menu{gap:var(--spacing-xsmall);width:276px;height:354px;padding:var(--spacing-normal);flex-flow:row;justify-content:flex-start;align-items:stretch;display:flex}.layout-selection__menu--child{row-gap:var(--spacing-normal);width:100%;flex-direction:column;padding-block-start:var(--spacing-normal);display:flex}.layout-selection__menu--child--slider{justify-content:space-between;align-items:center;gap:5px;width:100%;display:flex}.rtl-styles .layout-selection__wrapper{left:0!important}.meeting-room-root-footer-middle-part{left:50%;right:50%}.meeting-room-root-footer-middle-part,.meeting-room-root-footer-middle-part__inner{flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;display:flex}.meeting-room-root-footer-middle-part__inner{z-index:1;gap:var(--spacing-normal);padding-inline:var(--spacing-normal);position:relative;overflow:visible}.meeting-room-root-footer-middle-part__leave{width:var(--dim-xxxlarge);border-radius:calc(3*var(--dim-xxxlarge));height:2.5rem}.meeting-room-root-footer-middle-part__camera,.meeting-room-root-footer-middle-part__mic{border:2px solid var(--color-surface)}.meeting-room-root-footer-middle-part__camera,.meeting-room-root-footer-middle-part__mic,.meeting-room-root-footer-middle-part__reaction,.meeting-room-root-footer-middle-part__screen{border-radius:calc(6*var(--dim-xxxlarge));width:2.5rem;height:2.5rem}.meeting-room-root-footer-middle-part__camera--mobile,.meeting-room-root-footer-middle-part__mic--mobile,.meeting-room-root-footer-middle-part__reaction--mobile,.meeting-room-root-footer-middle-part__screen--mobile{background-color:var(--color-icon-background)!important}.meeting-room-root-footer-middle-part__camera:not(.uni-button--color-danger),.meeting-room-root-footer-middle-part__mic:not(.uni-button--color-danger),.meeting-room-root-footer-middle-part__reaction,.meeting-room-root-footer-middle-part__screen{background-color:var(--color-gray-200)!important}.meeting-room-root-footer-middle-part__bottom-popups{flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;gap:var(--dim-normal);z-index:3;display:flex;position:fixed;inset-block-end:4.5rem}@media screen and (max-width:960px){.meeting-room-root-footer-middle-part{position:absolute}}.meeting-room-root-footer-start-part{opacity:1;min-width:30%;max-width:30%;height:100%;transition:var(--transition-main);justify-self:center;align-items:center;display:flex;position:relative;inset-inline-start:var(--spacing-normal);overflow:hidden}@media screen and (max-width:960px){.meeting-room-root-footer-start-part{visibility:hidden}}@media screen and (max-width:1280px){.meeting-room-root-footer-start-part--hidden{opacity:0}}.meeting-room-root-footer{z-index:4;width:100%}.meeting-room-root-footer.overly{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:absolute;bottom:0}.meeting-room-root-footer.overly .meeting-room-root-footer__down-part{background:#fafafa80!important}.meeting-room-root-footer.overly.dark .meeting-room-root-footer__down-part{background:#22222680!important}.meeting-room-root-footer__agenda.showing{animation:show .5s ease-in}.meeting-room-root-footer__agenda.hidden{animation:hide .5s ease-out}.meeting-room-root-footer__down-part{width:100%;padding:var(--spacing-normal);flex-direction:row;flex-wrap:unset;will-change:opacity,height,padding;justify-content:space-between;align-items:center;height:4.5rem;display:flex;position:relative;overflow:hidden}.meeting-room-root-footer__safe-zone{opacity:0;height:5rem;min-height:5rem;max-height:5rem;display:block;position:absolute;inset-block-end:0;inset-inline:0}@keyframes hide{0%{opacity:1}to{opacity:0}}.palette-arabic-theme .meeting-room-root-footer{background-color:var(--color-gray-50);border-radius:var(--dim-radius-xxlarge);z-index:1;width:calc(100vw - 16px);position:absolute;bottom:8px;left:8px;right:8px}.palette-arabic-theme .meeting-room-filmstrip{margin-bottom:80px}.meeting-room-header{width:100%;padding:var(--spacing-normal);padding-block-start:var(--spacing-xsmall);display:none}.meeting-room-header__inner{width:100%}@media screen and (max-width:960px){.meeting-room-header{display:flex}}.meeting-room-aside{will-change:width;height:100%;margin-inline-end:-1px;position:static!important}.palette-arabic-theme .meeting-room-web{align-items:start}.palette-arabic-theme .meeting-room-aside{height:calc(100% - 6rem);margin:.5rem}.palette-arabic-theme .meeting-room-navbar{background-color:var(--color-gray-50);border-radius:var(--dim-radius-xxlarge)}.meeting-room-navbar{height:100%;width:var(--spacing-xxxlarge);background-color:var(--color-surface);box-shadow:var(--box-shadow-md);flex-direction:column;justify-content:space-between;align-items:center;margin-inline:auto;padding-inline-end:1px;display:flex}.meeting-room-navbar__top{height:100%;padding-inline-end:1px;padding-top:var(--spacing-small);margin-inline:auto}.meeting-room-navbar__bottom,.meeting-room-navbar__top{flex-direction:column;flex-wrap:unset;width:var(--spacing-xxxlarge);justify-content:flex-start;align-items:center;display:flex}.meeting-room-navbar__bottom{margin-block-end:var(--spacing-xsmall);margin-inline:auto;padding-inline-end:1px}.meeting-room-navbar__chevron{border-radius:var(--dim-xsmall);width:36px}.meeting-room-navbar__chevron .uni-button-icon{font-size:1.125rem!important}.meeting-room-navbar__wrapper{z-index:7;position:relative}.meeting-room-navbar__wrapper--overly{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:absolute;bottom:0}.meeting-room-navbar__wrapper--overly .meeting-room-root-footer__down-part{background:#fafafa80!important}.meeting-room-navbar__wrapper--overly.dark .meeting-room-root-footer__down-part{background:#22222680!important}.meeting-room-navbar--open{border-left:1px solid var(--color-white-smoke);box-shadow:none!important}.meeting-room-navbar__bar{width:100%;height:100%;transition:var(--transition-main);background-color:var(--color-background);border:none;justify-content:flex-start;overflow-y:auto}.meeting-room-navbar__bar,.meeting-room-navbar__item{flex-direction:column;flex-wrap:unset;align-items:center;display:flex}.meeting-room-navbar__item{cursor:pointer;border-radius:var(--dim-xsmall);width:calc(var(--dim-xlarge) + var(--dim-xsmall));height:calc(var(--dim-xlarge) + var(--dim-xsmall));--uni-new-menu-item-padding:var(--spacing-small);justify-content:center;gap:0;margin-block-end:var(--spacing-xxsmall);--uni-new-menu-item-icon-color:var(--color-navbar-icon)!important}.meeting-room-navbar__item--active-rec .uni-icon--animated{margin-top:.7rem}.meeting-room-navbar__item--active-rec--text-active{color:var(--color-white);margin-bottom:var(--spacing-xsmall);font-size:.625rem;font-weight:700}.meeting-room-navbar__item--active-rec--text{color:var(--color-text-secondary);margin-bottom:var(--spacing-xsmall);font-size:.625rem;font-weight:700}.meeting-room-navbar__item--active-transcription:not(.meeting-room-navbar__item--active) .uni-icon--animated path[fill="rgb(0,190,223)"]{fill:var(--color-green-600)!important}.meeting-room-navbar__item--outline-recording-dual,.meeting-room-navbar__item--recording{background-color:var(--color-red-500);--uni-new-menu-item-icon-color:var(--color-white)!important}.meeting-room-navbar__item--outline-recording-dual .icon-piccolo:before,.meeting-room-navbar__item--recording .icon-piccolo:before{color:var(--color-white)!important}.meeting-room-navbar__item--outline-recording-dual:hover,.meeting-room-navbar__item--recording:hover{background-color:var(--color-red-400)!important}.meeting-room-navbar__item--active{background-color:var(--color-primary);--uni-new-menu-item-icon-color:var(--color-white)!important;color:var(--color-white)!important}.meeting-room-navbar__item--active .icon-piccolo:before{color:var(--color-white)!important}.meeting-room-navbar__item--active:hover{background-color:var(--color-on-primary-hover)!important}.meeting-room-navbar__paper{background-color:var(--color-gray-700)}.meeting-room-navbar__toggle{z-index:7;height:2.5rem;width:var(--spacing-xxxlarge);flex-flow:column;justify-content:center;align-items:center;display:flex;position:fixed;inset-block-end:var(--spacing-normal);inset-inline-end:0}.meeting-room-navbar .uni-icon--animated{--animated-icon-size:1.25rem}.meeting-room-navbar .uni-icon--animated path[fill="rgb(108,108,109)"],.meeting-room-navbar .uni-icon--animated path[fill="rgb(108,124,139)"],.meeting-room-navbar .uni-icon--animated path[fill="rgb(110,135,159)"],.meeting-room-navbar .uni-icon--animated path[fill="rgb(134,157,177)"],.meeting-room-navbar .uni-icon--animated path[fill="rgb(157,157,159)"]{fill:var(--color-mr-navbar-icon)}.meeting-room-navbar .uni-icon--animated path[fill="rgb(229,0,97)"]{fill:#0000}.meeting-room-navbar .icon-breakout-room-dual{font-size:20px}.meeting-room-navbar .icon-breakout-room-dual path[stroke]{stroke:var(--color-mr-navbar-icon)!important}.meeting-room-navbar .icon-breakout-room-dual.active path[stroke]{stroke:var(--color-white)!important}.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(0,189,223)"],.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(0,190,223)"],.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(108,108,109)"],.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(108,124,139)"],.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(110,135,159)"],.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(111, 136, 159)"],.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(134,157,177)"],.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(157,157,159)"],.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(225,0,95)"],.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(5,182,211)"],.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(5,182,212)"]{fill:var(--color-white)}.meeting-room-navbar .uni-icon.active.uni-icon--animated path[fill="rgb(229,0,97)"]{fill:#0000}.meeting-room-navbar .uni-icon.active.uni-icon--animated path[stroke="rgb(0,190,223)"]{stroke:var(--color-white)}.meeting-room-navbar .uni-icon.recording.uni-icon--animated path[fill="rgb(0,189,223)"],.meeting-room-navbar .uni-icon.recording.uni-icon--animated path[fill="rgb(0,190,223)"],.meeting-room-navbar .uni-icon.recording.uni-icon--animated path[fill="rgb(225,0,95)"],.meeting-room-navbar .uni-icon.recording.uni-icon--animated path[fill="rgb(5,182,211)"],.meeting-room-navbar .uni-icon.recording.uni-icon--animated path[fill="rgb(5,182,212)"]{fill:var(--color-red-500)}.meeting-room-top-bar{background-color:var(--color-surface);gap:var(--spacing-xsmall);width:100%;height:100%;padding-block:var(--spacing-xsmall);padding-inline:var(--spacing-normal);flex-flow:wrap;justify-content:flex-start;align-items:center;display:flex;overflow:hidden}.meeting-room-top-bar__container{flex-direction:column;width:100%;display:flex;position:absolute}.meeting-room-top-bar__container .agenda-item__header-info{flex-wrap:nowrap!important}.meeting-room-top-bar__logo{height:auto;width:var(--dim-xlarge)}.meeting-room-top-bar__info{flex-flow:column;flex:1;justify-content:stretch;align-items:flex-start;width:0;display:flex}.meeting-room-top-bar__info-name{align-items:center;column-gap:var(--spacing-xxsmall);width:100%;display:flex}.meeting-room-top-bar__info-name *,.meeting-room-top-bar__info-name .uni-typo{display:inline}.meeting-room-top-bar__recorder{padding:var(--spacing-xxxsmall)var(--spacing-small)var(--spacing-xxxsmall)var(--spacing-xxsmall);align-items:center;gap:var(--spacing-xsmall);border-radius:30px;display:inline-flex}.meeting-room-top-bar__recorder-attendee{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.meeting-room-top-bar__recorder-attendee *,.meeting-room-top-bar__recorder-attendee .uni-typo{color:var(--color-error)!important}.meeting-room-alone-tile{justify-content:center;align-items:center;gap:var(--spacing-normal);flex-direction:column;width:100%;height:100%;margin:auto;display:flex;border-color:var(--color-gray-300)!important;background-color:var(--color-background-surface)!important}.meeting-room-alone-tile .sharing-url-privacy__menu-action{background-color:var(--color-gray-100);border:1px solid var(--uni-button-outline-color);height:40px}.meeting-room-alone-tile .sharing-url-privacy__menu-action.uni-button{justify-content:flex-start}@media screen and (max-width:600px){.meeting-room-alone-tile{width:100%;padding:var(--spacing-normal);justify-content:center;gap:var(--spacing-small)}}.meeting-room-alone-tile__close{position:absolute;top:.3rem;right:.3rem}.meeting-room-alone-tile__title-box{gap:var(--spacing-xsmall);flex-direction:column;width:100%;display:flex}.meeting-room-alone-tile__title-box--title{width:100%}@media screen and (max-width:600px){.meeting-room-alone-tile__title-box--title{font-size:20px;line-height:30px}}.meeting-room-alone-tile__title-box--subtitle{width:100%}@media screen and (max-width:600px){.meeting-room-alone-tile__title-box--subtitle{font-size:15px;line-height:0}}.meeting-room-alone-tile__main{row-gap:var(--spacing-large);flex-direction:column;align-items:center;width:60%;display:flex}@media screen and (max-width:600px){.meeting-room-alone-tile__main{row-gap:10px;width:100%!important}}.meeting-room-alone-tile__attendees-box{align-items:center;gap:var(--spacing-xsmall);border:1px solid var(--color-divider);width:fit-content;padding:var(--spacing-xsmall)calc(var(--spacing-xsmall) + var(--spacing-xxxsmall));background-color:#0000;border-radius:999px;align-self:center;display:flex}.meeting-room-alone-tile__attendees-box--divider{align-items:center;column-gap:var(--spacing-small);width:100%;display:flex}.meeting-room-alone-tile__attendees-box--divider div{background-color:var(--color-divider);width:100%;height:1px}.meeting-room-alone-tile__share-box{align-items:flex-end;column-gap:var(--spacing-xsmall);width:100%;display:flex}.meeting-room-alone-tile__share-box--title{row-gap:var(--spacing-xsmall);flex-direction:column;width:100%;display:flex}.meeting-room-alone-tile__share-box .sharing-url-privacy__menu-action{width:100%}@media screen and (max-width:600px){.meeting-room-alone-tile__share-box .uni-button{font-size:10px!important}}.meeting-room-alone-tile__link-box .MuiInputBase-root{padding-inline:var(--spacing-xsmall)}.meeting-room-alone-tile__link-box--button{border-inline-start:1px solid var(--color-divider);padding-inline-start:var(--spacing-small)}.meeting-room-camera-tile{z-index:200;inset:0;width:100%;height:100%;margin:auto}.meeting-room-camera-tile,.meeting-room-default-tile{object-fit:cover;position:absolute;inset-block:0;inset-inline:0}.meeting-room-default-tile{margin:unset;background-color:var(--color-mr-tile);flex-flow:wrap;justify-content:center;align-items:center;display:flex}.meeting-room-default-tile__avatar{-webkit-user-select:none;user-select:none;will-change:unset!important;transition-property:all!important;position:absolute!important}.meeting-room-default-tile__visualizer{transform:scaleX(calc((var(--tile-avatar) + .025*var(--tile-avatar) - 1.5)/200))scaleY(calc((var(--tile-avatar) + .0625*var(--tile-avatar))/195));position:absolute}.meeting-room-default-tile__hold{-webkit-user-select:none;user-select:none;text-shadow:0 1px 1px #00000080;color:var(--color-text-primary);z-index:1;opacity:.5}.meeting-room-default-tile--hold .meeting-room-default-tile__avatar{opacity:.6;filter:blur(3px)}.meeting-room-default-tile__spinner{object-fit:cover;margin:auto;position:absolute;inset-block:0;inset-inline:0}.meeting-room-figma-tile{background-color:#f2f2f2}.meeting-room-figma-tile__content{width:100%;height:100%}.meeting-room-google-doc-tile{background-color:#f2f2f2}.meeting-room-google-doc-tile__content{width:100%;height:100%}.meeting-room-group-tile{flex-direction:row;flex-wrap:unset;will-change:transform,width,height;justify-content:center;align-items:center;width:95%;max-width:95%;display:flex;overflow:visible!important}.meeting-room-group-tile__avatar-grouped .uni-new-avatar-grouped__avatar{transition:var(--transition-long)}.meeting-room-group-tile__avatar-grouped .uni-new-avatar-grouped__item--more{border:2px solid var(--color-surface);transition:var(--transition-long);white-space:nowrap;text-overflow:ellipsis;font-size:.4em;font-weight:400;overflow:hidden}.meeting-room-group-tile__reactions{border-radius:var(--dim-xsmall);background-color:var(--color-mr-tile);height:100%;inset-block-end:calc(50% - var(--tile-avatar)/2)}.meeting-room-group-tile__reactions--is-floating{border-radius:9999px}.integration-tile-overlay__header{z-index:1;gap:var(--spacing-xsmall);background-color:var(--color-surface2);border-bottom:1px solid var(--color-black);padding:var(--spacing-xxsmall)var(--spacing-xsmall);flex-flow:row;justify-content:space-between;align-items:center;display:flex;position:relative}.integration-tile-overlay__description{gap:var(--spacing-xsmall);flex-flow:row;flex:1;justify-content:flex-start;align-items:center;display:flex}.integration-tile-overlay__description .title-primary{color:var(--color-text-primary)}.integration-tile-overlay__label{flex:1;width:0}.integration-tile-overlay__actions{gap:var(--spacing-xxsmall);flex-flow:row;justify-content:flex-end;align-items:center;display:flex}.integration-tile-overlay__actions .uni-icon{color:var(--color-text-primary)!important}.integration-tile-overlay__content{flex:1;width:100%;height:100%}.integration-tile-overlay__skeleton{--color-skeleton-bg:transparent;position:absolute;inset:0}.meeting-room-miro-tile{background-color:#f2f2f2}.meeting-room-miro-tile__content{width:100%;height:100%}.meeting-room-person-tile-overlay{--tile-emoji:calc(var(--tile-avatar)*2px);--tile-emoji-half:calc(var(--tile-emoji)/2);z-index:300;cursor:pointer;object-fit:cover;margin:auto;position:absolute;inset-block:0;inset-inline:0}.meeting-room-person-tile-overlay__footer,.meeting-room-person-tile-overlay__header,.meeting-room-person-tile-overlay__main{padding:var(--spacing-xsmall);position:absolute;inset-inline:0}.meeting-room-person-tile-overlay__percent{color:var(--color-text-primary);background-color:var(--color-surface);padding:4px var(--spacing-xsmall)2px;box-shadow:var(--box-shadow-sm);border-radius:20px;font-size:12px;font-weight:700}.meeting-room-person-tile-overlay__header{z-index:2;flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;display:flex;inset-block-start:0}.meeting-room-person-tile-overlay__main{border-color:var(--color-surface);object-fit:cover;flex-direction:column;flex:1;flex-wrap:unset;justify-content:center;align-items:center;margin:auto;display:flex;position:absolute;inset-block:0;inset-inline:0}.meeting-room-person-tile-overlay__footer{z-index:300;flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;display:flex;inset-block-end:0}.meeting-room-person-tile-overlay__name{gap:var(--dim-xxsmall);flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;display:flex}.meeting-room-person-tile-overlay__more{opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.meeting-room-person-tile-overlay:hover .meeting-room-person-tile-overlay__more{opacity:1}.meeting-room-person-tile-overlay__detail{gap:var(--spacing-xxsmall);flex-direction:row;flex:1;flex-wrap:unset;justify-content:center;align-items:center;display:flex}.meeting-room-person-tile-overlay__label{-webkit-user-select:none;user-select:none;color:var(--color-text-primary)}.meeting-room-person-tile-overlay__label.active{color:var(--color-white);text-shadow:0 1px 1px #0000008a}.meeting-room-person-tile-overlay__label-container{flex-direction:row;flex:1;flex-wrap:unset;justify-content:flex-start;align-items:center;width:0;display:flex}.meeting-room-person-tile-overlay__menu-list{min-width:12rem}.meeting-room-person-tile-overlay__menu-list .uni-new-menu-item.uni-new-menu-item--medium{padding:var(--spacing-small)!important}.meeting-room-person-tile-overlay__volume{margin-inline-end:var(--spacing-xsmall)}.meeting-room-person-tile-overlay__emoji{min-width:var(--tile-emoji);min-height:var(--tile-emoji);max-width:var(--tile-emoji);max-height:var(--tile-emoji);position:absolute;inset-block-start:calc(50% - var(--tile-emoji-half));inset-inline-start:calc(50% - var(--tile-emoji-half))}.meeting-room-person-tile-overlay .meeting-room-person-tile-overlay__raised-hand{--raised-hand-size:calc(var(--tile-avatar)*1.2px)}.meeting-room-person-tile-overlay .meeting-room-person-tile-overlay__footer .meeting-room-person-tile-overlay__mic.uni-button--contained{--uni-button-background:var(--color-surface);justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.meeting-room-person-tile-overlay .meeting-room-person-tile-overlay__footer .meeting-room-person-tile-overlay__mic--locked.uni-button--contained{--uni-button-background:var(--color-error)}.meeting-room-person-tile-overlay .meeting-room-person-tile-overlay__footer .meeting-room-person-tile-overlay__audio-meter{--audio-meter-item-background-color:var(--color-mr-navbar-icon)!important}.meeting-room-person-tile-overlay .meeting-room-person-tile-overlay__footer .meeting-room-person-tile-overlay__audio-meter.meeting-room-audio-meter--active{--audio-meter-background-color:var(--color-primary)!important;--audio-meter-item-background-color:var(--color-surface)!important}.meeting-room-person-tile-overlay__end-part{flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;gap:var(--spacing-xxsmall);display:flex}.meeting-room-screen-tile-overlay-controls__loading{z-index:10;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.meeting-room-screen-tile-overlay-controls__loading .uni-spinner{position:absolute}.meeting-room-screen-tile-overlay-controls__label{opacity:.4}.meeting-room-screen-tile-overlay-controls__top-tools{flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;gap:var(--spacing-xsmall);width:100%;padding-block:var(--spacing-small);padding-inline:var(--spacing-xsmall);z-index:11;inset-block-start:0;background:linear-gradient(#131314b3,#13131400);display:flex;position:absolute;top:0}@media screen and (min-width:960px){.meeting-room-screen-tile-overlay-controls__top-tools{opacity:0;transition:var(--transition-short);will-change:opacity;transition-property:opacity}}.meeting-room-screen-tile-overlay-controls__top-tools.zoomed{z-index:10;position:absolute}.meeting-room-screen-tile-overlay-controls__top-tools .uni-icon,.meeting-room-screen-tile-overlay-controls__top-tools .uni-typo{color:#fff!important}@media screen and (max-width:600px){.meeting-room-screen-tile-overlay-controls__top-tools{flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;display:flex}}.meeting-room-screen-tile-overlay-controls__top-left-tools{flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;min-width:0;display:flex;overflow:hidden}.meeting-room-screen-tile-overlay-controls__top-left-tools .uni-icon,.meeting-room-screen-tile-overlay-controls__top-left-tools .uni-typo{color:#fff!important}.meeting-room-screen-tile-overlay-controls__top-left-tools .glass{opacity:.4}.meeting-room-screen-tile-overlay-controls__top-right-tools{gap:var(--spacing-xsmall);flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;display:flex}.meeting-room-screen-tile-overlay-controls__top-right-tools--border{border-inline-end:.5px solid var(--color-fiord-300);height:.875rem}.meeting-room-screen-tile-overlay-controls__name-container{min-width:0;display:flex}.meeting-room-screen-tile-overlay-controls__name-container p{margin-block-start:3px}.meeting-room-screen-tile-overlay-controls__screen-icon{margin-inline-start:var(--spacing-xxsmall)}.meeting-room-screen-tile-overlay-controls__screenshare-person{margin-left:var(--spacing-xxsmall)}.meeting-room-screen-tile-overlay-controls__pin-icon{width:var(--dim-large);height:var(--dim-large);background-color:var(--color-warning);flex-direction:row;flex-wrap:unset;border-radius:50%;justify-content:center;align-items:center;display:flex;cursor:pointer!important;color:var(--color-surface)!important}.meeting-room-screen-tile-overlay-controls__pin-icon:hover{background-color:var(--color-orange-600)}.meeting-room-screen-tile-overlay-controls__scale{gap:var(--spacing-xsmall);flex-flow:row;justify-content:center;align-items:center;display:flex}.meeting-room-screen-tile-overlay-controls__scale--percent .uni-button__label{color:#fff!important}.meeting-room-screen-tile-overlay-controls__content{z-index:0;width:100%;height:100%;display:flex}.meeting-room-screen-tile-overlay-controls__content video::-webkit-media-controls{display:none!important}.meeting-room-screen-tile-overlay-controls__content--default-scale{transform:translate(0)translateY(0)translateZ(0)!important}.meeting-room-screen-tile-overlay-controls__content--video{object-fit:contain;width:100%;max-width:fit-content;height:100%;max-height:fit-content;margin:auto;display:grid}.meeting-room-screen-tile-overlay__bottom-tools{flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:flex-end;gap:var(--spacing-small);width:100%;padding-inline:var(--spacing-normal);padding-block:var(--spacing-large);background-color:#000000b3;display:flex;position:absolute;inset:0}.meeting-room-screen-tile-overlay__buttons{flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;gap:var(--spacing-xxsmall);display:flex}.meeting-room-screen-tile{background-color:var(--color-icon-background);width:100%;height:100%;margin:auto;position:relative}.meeting-room-screen-tile.zoomed{padding-block-start:3.5rem}.meeting-room-screen-tile:hover .meeting-room-screen-tile-overlay-controls__top-tools{opacity:1;transition:var(--transition-card);will-change:opacity;transition-property:opacity}.meeting-room-screen-tile__video{width:100%;height:auto;max-height:100%;margin:auto;position:relative;inset-block-start:50%;transform:translateY(-50%)}.meeting-room-tile-wrapper{border-radius:var(--dim-xsmall);background-color:var(--color-hover);will-change:transform,width,height,filter,border-color;-webkit-user-select:none;user-select:none;border:1px solid #0000;inset-block-start:0;inset-inline-start:0;overflow:hidden}.meeting-room-tile-wrapper:active{cursor:grabbing}.meeting-room-tile-wrapper .meeting-room-person-tile-overlay{pointer-events:auto}.meeting-room-tile-wrapper--face-to-face{transform:none!important}.meeting-room-tile-wrapper--self-tile{z-index:2;inset-block-start:calc(100% - (164px + var(--spacing-large)));inset-inline-start:calc(100% - (245px + var(--spacing-large)))}.meeting-room-tile-wrapper--Alone{background-color:var(--color-white);align-items:center;display:flex}.meeting-room-tile-wrapper--Alone--dark{background-color:var(--color-black)}.meeting-room-tile-wrapper--audience-tile{inset-block-start:50%!important;inset-inline-start:50%!important;transform:translate(-50%,-50%)!important}.meeting-room-tile-wrapper--moving{cursor:grabbing;z-index:1000;transition:none;position:relative;box-shadow:0 4px 12px #00000026}.meeting-room-tile-wrapper--integration{flex-flow:column;justify-content:flex-start;align-items:stretch;display:flex}.meeting-room-youtube-tile{width:100%;height:100%;background-color:#000;padding-block-start:calc(var(--spacing-xlarge) + var(--spacing-small));padding-block-end:var(--spacing-xlarge)}.meeting-room-youtube-tile__blocker{z-index:2;width:100%;height:100%;position:absolute}.meeting-room-youtube-tile__content{width:100%;height:100%;position:relative}.meeting-room-toggle-bottom-bar{flex-flow:row;justify-content:center;align-items:center;display:flex;border-color:var(--color-divider)!important}.meeting-room-toggle-bottom-bar__indicator{background-color:var(--color-text-primary);border-radius:999px;width:.5rem;height:.125rem;display:block}.meeting-room-toggle-bottom-bar__reactions{width:4rem;height:10rem;inset-block-start:unset;inset-inline-start:unset;inset-inline-end:.5rem}.meeting-room-audio-meter{--audio-meter-background-color:transparent;--audio-meter-item-background-color:var(--color-hover);justify-content:center;align-items:center;gap:var(--spacing-xxxsmall);background-color:var(--audio-meter-background-color);width:var(--spacing-large);min-width:var(--spacing-large);max-width:var(--spacing-large);height:var(--spacing-large);min-height:var(--spacing-large);max-height:var(--spacing-large);transition:var(--transition-main);will-change:background-color;border-radius:9999px;transition-property:background-color;display:flex;overflow:hidden}.meeting-room-audio-meter__first,.meeting-room-audio-meter__second,.meeting-room-audio-meter__third{width:var(--spacing-xxsmall);min-width:var(--spacing-xxsmall);max-width:var(--spacing-xxsmall);max-height:var(--spacing-normal);min-height:var(--spacing-xxsmall);background-color:var(--audio-meter-item-background-color);transition:var(--transition-short);border-radius:9999px;transition-duration:75ms;display:inline-block}.meeting-room-banner{width:100%;padding-block-end:6px;overflow:hidden}.meeting-room-banner__wrapper{padding-block-end:0}.meeting-room-banner+.meeting-room-banner .meeting-room-banner__wrapper{padding-block-start:0}.meeting-room-banner__inner{width:100%;min-height:var(--dim-xxlarge);padding:var(--spacing-xsmall);border-radius:var(--dim-xxsmall);padding-inline:calc(var(--spacing-xsmall) + 2px);gap:var(--spacing-xsmall);flex-flow:wrap;justify-content:flex-start;align-items:center;display:flex}.meeting-room-banner__message{flex:1}.meeting-room-banner__spinner{color:var(--color-white);margin-block-start:calc(-1*var(--spacing-xxsmall));margin-block-end:calc(-1*var(--spacing-xxsmall))}.meeting-room-banner--surface .meeting-room-banner__inner{background-color:var(--color-surface);height:48px}.meeting-room-banner--surface .meeting-room-banner__inner .meeting-room-banner__message{color:var(--color-text-primary)!important}.meeting-room-banner--surface .meeting-room-banner__inner .meeting-room-banner__icon{fill:var(--color-orange-600)!important;color:var(--color-orange-600)!important}.meeting-room-banner--surface .meeting-room-banner__inner .meeting-room-banner__icon--main{background-color:var(--color-orange-50);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.meeting-room-banner--surface .meeting-room-banner__inner .meeting-room-banner__icon--wrapper{background-color:var(--color-orange-200);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}@media screen and (max-width:600px){.meeting-room-banner--surface .meeting-room-banner__inner .meeting-room-banner__icon--wrapper{width:1.25rem;height:1.25rem}}.meeting-room-banner--error .meeting-room-banner__inner{background-color:var(--color-error)}.meeting-room-banner--success .meeting-room-banner__inner{background-color:var(--color-success)}.meeting-room-banner--secondary .meeting-room-banner__inner{background-color:var(--color-status-background-gray)}.meeting-room-banner--warning .meeting-room-banner__inner{background-color:var(--color-warning)}.meeting-room-animated-emoji-button{--uni-button-padding:.25rem;min-width:var(--spacing-xxlarge);min-height:var(--spacing-xxlarge)}.meeting-room-animated-emoji-button__emoji--xsmall{width:var(--spacing-large);height:var(--spacing-large)}.meeting-room-animated-emoji-button__emoji--small{width:var(--spacing-xlarge);height:var(--spacing-xlarge)}.meeting-room-animated-emoji-button__emoji--medium{width:calc(var(--spacing-xlarge) + var(--spacing-xsmall));height:calc(var(--spacing-xlarge) + var(--spacing-xsmall))}.meeting-room-animated-emoji-button__emoji--large{width:var(--spacing-xxxxlarge);height:var(--spacing-xxxxlarge)}.meeting-room-animated-emoji-button__emoji--xlarge{width:var(--spacing-xxxxxlarge);height:var(--spacing-xxxxxlarge)}.meeting-room-animated-emoji-button__emoji--xxlarge{width:calc(var(--spacing-xxxxxlarge)*1.5);height:calc(var(--spacing-xxxxxlarge)*1.5)}.meeting-room-animated-emoji-button__emoji--svg{margin:5px;--uni-SVG--size:30px!important}.meeting-room-animated-emoji-list{--uni-grid-cols-xxs:3;--uni-grid-cols-xs:5;--uni-grid-cols-sm:5;--uni-grid-cols-md:5;--uni-grid-cols-lg:5;--uni-grid-cols-xl:5;--uni-grid-cols-xxl:5;--uni-grid-gap:var(--spacing-xxsmall);flex:1}.meeting-room-animated-emoji-list__button{flex-flow:wrap;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.meeting-room-hand-raise-timeout{flex-direction:row;flex-wrap:unset;background-color:var(--color-surface);box-shadow:var(--box-shadow-star);border-radius:var(--spacing-xsmall);padding:var(--spacing-xsmall);justify-content:space-between;align-items:center;min-width:29.25rem;display:flex}.meeting-room-hand-raise-timeout__start-part{flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;gap:var(--spacing-xsmall);max-width:18.125rem;display:flex}.meeting-room-hand-raise-timeout__start-part .uni-typo{color:var(--color-text-primary)}.meeting-room-hand-raise-timeout__emoji{gap:var(--spacing-xxxsmall);padding:var(--spacing-xxsmall);border-radius:var(--dim-xsmall);width:5rem;flex-flow:column wrap;justify-content:center;align-items:center;padding-block-start:var(--spacing-small);display:flex;position:relative}.meeting-room-hand-raise-timeout__hand-emoji{width:2.125rem}.meeting-room-hand-raise-timeout__sub-emoji{width:1.125rem;position:absolute;inset-block-start:.5rem;inset-inline-end:0}.meeting-room-hover-menu__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.meeting-room-hover-menu__tooltip{max-width:unset;box-shadow:var(--box-shadow-lg);border:1px solid var(--color-divider);padding:0;background-color:var(--color-surface)!important}.meeting-room-hover-menu[data-popper-placement*=left] .meeting-room-hover-menu__tooltip--right{margin-inline-end:var(--spacing-xxsmall)}.meeting-room-hover-menu[data-popper-placement*=right] .meeting-room-hover-menu__tooltip--right{margin-inline-start:var(--spacing-xxsmall)}.meeting-room-hover-menu__tooltip,.meeting-room-hover-menu__tooltip .uni-new-menu__list{min-width:16.5rem}.meeting-room-hover-menu__bottom{gap:var(--spacing-xsmall);flex-direction:column;padding-block-start:var(--spacing-xxsmall);padding-block-end:var(--spacing-xxsmall);padding-inline-start:var(--spacing-small);padding-inline-end:var(--spacing-small);display:flex}*+.meeting-room-hover-menu__bottom{padding-block-start:var(--spacing-small);padding-block-end:var(--spacing-xsmall)}.meeting-room-integration-icon{--integration-icon-size:1.5rem;width:calc(var(--integration-icon-size) + 2*var(--spacing-xxsmall));min-width:calc(var(--integration-icon-size) + 2*var(--spacing-xxsmall));height:calc(var(--integration-icon-size) + 2*var(--spacing-xxsmall));min-height:calc(var(--integration-icon-size) + 2*var(--spacing-xxsmall));flex-flow:row;justify-content:center;align-items:center;display:flex}.meeting-room-integration-icon--boxed{border-radius:var(--dim-xsmall);border:1px solid var(--color-divider)}.meeting-room-lower-hand__hand{width:var(--dim-normal);height:var(--dim-normal)}.meeting-room-lower-hand__tooltip{max-width:fit-content;padding:var(--spacing-xxsmall);background-color:var(--color-surface);box-shadow:var(--box-shadow-lg)}.meeting-room-lower-hand__arrow{color:var(--color-surface)}.meeting-room-lower-hand__action .uni-button__label{color:var(--color-error);font-weight:700}.network-status{flex-direction:row;flex-wrap:unset;background-color:var(--color-orange-600);border-radius:var(--dim-xxsmall);padding-block:var(--spacing-xxxsmall);padding-inline:var(--spacing-xxsmall);justify-content:center;align-items:center;gap:var(--spacing-xxsmall);transition:var(--transition-large);margin-inline-start:var(--spacing-xxsmall);padding-inline-end:0;display:flex}.network-status__pip{max-width:20px}.network-status__pip .network-status__text{width:0!important}.network-status__icons{flex-direction:row;flex-wrap:unset;justify-content:center;align-items:flex-end;gap:1px;display:flex}.network-status__column{border-radius:var(--dim-radius-large);background-color:var(--color-surface);width:3px;height:4px;margin-inline-start:.5px}.network-status__level1{height:8px}.network-status__level2{height:11px}.network-status__level3{height:14px}.network-status__level4{height:18px}.network-status__bad-status{background-color:var(--color-red-500)}.network-status__text{white-space:nowrap;width:4.8125rem;transition:var(--transition-main);overflow:hidden}.network-status__text--expanded{width:0}.network-status:hover{padding-inline-end:var(--spacing-xxsmall)}.network-status:hover .network-status__text{width:4.8125rem}.meeting-room-raised-hand{--raised-hand-size:var(--dim-xxxlarge);max-width:var(--raised-hand-size);min-width:var(--raised-hand-size);max-height:var(--raised-hand-size);min-height:var(--raised-hand-size);position:relative}.meeting-room-raised-hand,.meeting-room-raised-hand__hand{width:var(--raised-hand-size);height:var(--raised-hand-size)}.meeting-room-raised-hand__hand{transform-origin:100% 100%;position:absolute}.meeting-room-raised-hand__emoji{width:40%;height:40%;position:absolute;inset-block-start:4%;inset-inline-end:-1%}.meeting-room-raised-hand-bar{background:var(--color-background);padding:var(--spacing-xxsmall);right:var(--spacing-xsmall);transition:var(--transition-main);border-radius:9999px;flex-flow:row;justify-content:flex-start;align-items:center;transition-property:padding;display:flex;position:absolute}.meeting-room-raised-hand-bar__emoji{width:var(--dim-normal);height:var(--dim-normal)}.meeting-room-raised-hand-bar__label{width:0;transition:var(--transition-main);color:var(--color-text-primary)}.meeting-room-raised-hand-bar .meeting-room-raised-hand-bar__badge{background-color:var(--color-fiord-400);height:var(--dim-normal);min-width:var(--dim-normal);padding:0 var(--spacing-xxsmall);border:none;font-size:.625rem;inset-block-start:-10%;inset-inline-end:-10%}.meeting-room-raised-hand-bar:hover{right:var(--spacing-xxsmall);padding-inline:.625rem}.meeting-room-raised-hand-bar:hover .meeting-room-raised-hand-bar__label{max-width:calc(var(--dim-xxxlarge) + var(--dim-xxlarge) + var(--dim-xsmall));width:90%;padding-inline-start:var(--spacing-xsmall)}.meeting-room-select-box{--meeting-room-select-box--icon-color:var(--color-primary);flex-direction:center;flex-wrap:unset;border-radius:var(--spacing-xsmall);border:2px solid var(--color-background);cursor:pointer;justify-content:center;align-items:center;width:100%;height:4.625rem;display:flex;position:relative;overflow:hidden}.meeting-room-select-box--small{width:6.8125rem;height:4.625rem}.meeting-room-select-box--selected{border:2px solid var(--color-primary);background:var(--color-background)}.meeting-room-select-box__image{object-fit:cover;width:100%;height:100%}.meeting-room-select-box__image:hover{filter:brightness(.5);transition:all .3s}.meeting-room-select-box__overlay{flex-direction:center;flex-wrap:unset;height:inherit;width:inherit;border-radius:var(--spacing-small);background-color:#00000082;justify-content:center;align-items:center;display:flex;position:absolute}.meeting-room-select-box__overlay--icon{color:var(--meeting-room-select-box--icon-color)!important}.meeting-room-server-location-box__security{z-index:1;border-radius:var(--dim-xsmall);width:100%;flex-flow:row;justify-content:space-between;align-items:flex-start;margin-block-end:var(--spacing-small);display:flex;overflow:hidden}.meeting-room-server-location-box__description{justify-content:center;align-items:flex-start;gap:var(--spacing-small);flex-flow:column;width:100%;display:flex}.meeting-room-server-location-box__flag{border-radius:9999px}.meeting-room-server-location-box__header{border-radius:var(--dim-xsmall);width:100%;height:8.563rem;position:relative}.meeting-room-server-location-box__header--image{object-fit:cover;border-radius:var(--dim-xsmall);width:17.938rem;height:8.563rem}.meeting-room-server-location-box__header--setting{border-radius:var(--dim-xsmall);position:absolute;top:0;right:0}.meeting-room-server-location-box__server{gap:var(--dim-xsmall);justify-content:space-between;align-items:flex-start;width:100%;display:flex}.meeting-room-server-location-box__server--subtitle,.meeting-room-server-location-box__server--title{font-size:calc(var(--dim-small) + .125rem);line-height:var(--dim-large)}.meeting-room-server-location-box__encryption{gap:var(--dim-xsmall);justify-content:space-between;align-items:flex-start;width:100%;display:flex}.meeting-room-server-location-box__encryption--title{font-size:calc(var(--dim-small) + .125rem);line-height:var(--dim-large)}.meeting-room-server-location-box__encryption--section{align-items:center;gap:var(--spacing-xxxsmall);display:flex}.meeting-room-server-location-box__encryption--section--subtitle{font-size:calc(var(--dim-small) + .125rem);line-height:var(--dim-large)}.meeting-room-server-location-box__encryption--section--subtitle-pointer{cursor:pointer}.meeting-room-server-location-box__image{width:8rem;height:7rem;position:relative;inset-block-start:calc(-1*var(--dim-xlarge));inset-inline-end:calc(-1*var(--dim-xlarge));transform:scale(2)}.meeting-room-speaking-detection{flex-direction:row;flex-wrap:unset;border:1px solid var(--color-surface);background-color:var(--color-surface);box-shadow:var(--box-shadow-star);border-radius:var(--spacing-xsmall);padding:var(--spacing-xsmall);justify-content:space-between;align-items:center;display:flex}.meeting-room-speaking-detection__start-part{flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;gap:var(--spacing-xsmall);max-width:18.125rem;margin-inline-end:var(--dim-large);display:flex}.meeting-room-speaking-detection__emoji{gap:var(--spacing-xxxsmall);padding:var(--spacing-xxsmall);border-radius:var(--dim-xsmall);width:5rem;flex-flow:column wrap;justify-content:center;align-items:center;padding-block-start:var(--spacing-small);display:flex;position:relative}.meeting-room-speaking-detection__unmute-btn{height:36px;margin-inline-end:var(--spacing-xsmall)}.temp-peer-reactions{--reaction-size:unset;-webkit-user-select:none;user-select:none;pointer-events:none;position:absolute;inset:0}.temp-peer-reactions__emoji{transform-origin:50%;min-width:var(--reaction-size);max-width:var(--reaction-size);min-height:var(--reaction-size);max-height:var(--reaction-size);position:absolute}.temp-peer-reactions__emoji-avatar{z-index:1;inset-block-end:12%;inset-inline-end:12%;position:absolute!important}.meeting-room-timeout-box{flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;gap:var(--spacing-xsmall);box-shadow:var(--box-shadow-star);width:21.375rem;padding:var(--spacing-normal);background-color:var(--color-surface);border-radius:var(--dim-xsmall);display:flex}.meeting-room-timeout-box__title{color:var(--color-text-primary)}.meeting-room-timeout-box__actions{flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;gap:var(--spacing-small);width:100%;padding-block-start:var(--dim-small);display:flex}.meeting-room-timeout-box__chip__time{--new-chip--icon-color:var(--color-text-tertiary)!important}.meeting-room-timeout-box__chip__time p{font-weight:700}.meeting-room-timer{gap:var(--spacing-xxsmall);flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;display:flex}.meeting-room-timer .uni-new-chip{padding:0 var(--spacing-xxsmall)}.meeting-room-timer .uni-new-chip .uni-new-chip__contained{color:var(--color-white)!important}.meeting-room-tooltip-button__tooltip{max-width:fit-content;padding:var(--spacing-xxsmall);background-color:var(--color-surface);box-shadow:var(--box-shadow-lg)}.meeting-room-tooltip-button__arrow{color:var(--color-surface)}.camera-source-view{z-index:1;position:relative}.camera-source-view,.camera-source-view__notfound{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.camera-source-view__loading,.camera-source-view__notfound{z-index:102}.camera-source-view__video-content{z-index:101;object-fit:cover;border-radius:var(--dim-radius-small);width:100%;height:100%;position:absolute;inset:0}.meeting-room-virtual-background-view{width:100%;height:100%}.meeting-room-virtual-background-view::-webkit-scrollbar{display:none}.meeting-room-virtual-background-view:hover::-webkit-scrollbar{display:block}.meeting-room-virtual-background-checking-mirror{padding:var(--spacing-small)}.meeting-room-virtual-background-checking-mirror__mirror{flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;display:flex}.meeting-room-virtual-background-checking-mirror__video{object-fit:cover;background-color:var(--color-gray-900);border-radius:var(--dim-radius-medium);border:2px solid var(--color-background);width:100%;height:12.3125rem}.meeting-room-virtual-background-checking-mirror__content{object-fit:cover;background-color:var(--color-gray-900);border-radius:var(--dim-radius-medium);justify-content:center;align-items:center;width:100%;height:12.3125rem;display:flex;position:relative;overflow:hidden}.meeting-room-virtual-background-checking-mirror__content--loading{position:absolute}.meeting-room-virtual-background-checking-mirror__text{word-wrap:break-word;white-space:normal;margin:var(--spacing-normal);text-align:center}.meeting-room-virtual-background-checking-mirror__options{flex-direction:center;flex-wrap:unset;justify-content:space-between;align-items:center;gap:var(--spacing-xxsmall);padding-block-start:var(--spacing-normal);display:flex}.meeting-room-virtual-background-effects__list,.meeting-room-virtual-background-effects__list--adjustment{--uni-grid-cols-xxs:3;--uni-grid-cols-xs:4;--uni-grid-cols-sm:3;--uni-grid-cols-md:3;--uni-grid-cols-lg:3;--uni-grid-cols-xl:3;--uni-grid-cols-xxl:3;--uni-grid-gap:var(--spacing-xxsmall);scroll-behavior:smooth;padding:var(--spacing-small);border-radius:var(--dim-xxsmall);background-color:var(--breakout-room-item-on-background);overflow:auto}.meeting-room-virtual-background-effects__list--adjustment{max-height:30rem;padding-top:0}.meeting-room-adjustment-wrapper{min-width:100%;padding:var(--spacing-normal);background-color:var(--color-surface);gap:var(--spacing-normal);flex-direction:row;flex-wrap:unset;will-change:opacity;justify-content:center;align-items:center;height:100%;display:flex;overflow:auto}.meeting-room-adjustment-wrapper--is-electron{padding-block-start:var(--spacing-xlarge)}@media screen and (max-width:600px){.meeting-room-adjustment-wrapper{padding:var(--spacing-normal);margin:auto}}.meeting-room-adjustment-wrapper__header{inline-size:6rem;height:unset}@media screen and (max-width:600px){.meeting-room-adjustment-wrapper__header{inline-size:8rem}}.meeting-room-adjustment-wrapper__body{gap:var(--spacing-xxxxxlarge);width:100%;height:100%;padding-bottom:var(--spacing-normal);flex-flow:wrap;justify-content:center;align-items:center;margin:auto;display:flex}@media screen and (max-width:600px){.meeting-room-adjustment-wrapper__body{gap:var(--spacing-normal)}}.meeting-room-adjustment-wrapper__video{aspect-ratio:16/9;border-radius:var(--dim-xsmall);border:1px solid var(--color-divider);width:60%;position:relative;overflow:hidden}@media screen and (max-width:600px){.meeting-room-adjustment-wrapper__video{width:100%}}.meeting-room-adjustment-wrapper__controls{gap:var(--spacing-normal);flex-flow:column wrap;justify-content:center;align-items:center;width:25%;min-width:25%;max-width:25%;display:flex}@media screen and (max-width:960px){.meeting-room-adjustment-wrapper__controls{width:60%;min-width:60%;max-width:60%}}@media screen and (max-width:600px){.meeting-room-adjustment-wrapper__controls{width:100%;min-width:100%;max-width:100%}}.meeting-room-filmstrip{background-color:var(--color-background);width:100%;max-width:100%;height:100%;max-height:100%;padding-inline:var(--spacing-normal);flex-flow:column;flex:1;justify-content:center;align-items:center;margin-block-end:calc(-1*var(--spacing-xxsmall));display:flex}.meeting-room-filmstrip__reactions{width:100%;height:0;position:relative;flex-wrap:unset!important;background-color:#0000!important;justify-content:flex-end!important;align-items:flex-end!important;display:flex!important}.meeting-room-filmstrip__reactions--actions{border-radius:var(--dim-xsmall);width:200px;height:200px;position:relative;inset-block-end:calc(50% - var(--tile-avatar)/2)}.meeting-room-filmstrip__inner{flex:1;max-width:100%;max-height:100%;position:relative}.meeting-room-filmstrip__inner,.meeting-room-mobile{background-color:var(--color-background);width:100%;height:100%}.meeting-room-mobile{flex-direction:row;flex-wrap:unset;will-change:opacity,transform;justify-content:space-between;align-items:center;display:flex}.meeting-room-mobile__content{background-color:var(--color-background);flex-flow:column;flex:1;justify-content:center;align-items:center;width:0;height:100%;display:flex;overflow:visible}.meeting-room-mobile__side{flex-direction:row-reverse;flex-wrap:unset;justify-content:center;align-items:flex-start;width:auto;height:100%;display:flex}.pip-container{row-gap:var(--spacing-xsmall);width:100%;height:100%;padding:var(--spacing-small);flex-direction:column-reverse;display:flex}.pip-container .uni-button__backdrop{display:none!important}.pip-container .meeting-room-screen-tile-overlay-controls__screen-icon{margin:0!important}.pip-container .meeting-room-screen-tile-overlay-controls__top-tools{padding:var(--spacing-xxsmall)}.pip-container .meeting-room-screen-tile-overlay-controls__name-container{align-items:center}.pip-container .meeting-room-screen-tile-overlay-controls__screenshare-text{margin:0!important}.pip-container .uni-button{border:none}.pip-container__footer{justify-content:center;align-items:center;gap:var(--spacing-small);width:100%;margin-block-start:auto;display:flex}.pip-container__layout{width:calc(100% - 22px);height:100%;position:relative}.pip-container--horizontal{flex-direction:row}.pip-container--horizontal .pip-container__layout{width:calc(100% - 22px);height:100%;position:relative}.pip-container--horizontal .pip-container__footer{width:40px;flex-direction:column;margin:0;padding-inline-end:var(--spacing-normal)}.pip-grouped-tile-container,.pip-tile-container{background-color:var(--color-mr-tile);border-radius:12px;justify-content:center;align-items:center;width:100%;height:60px;display:flex}.end-button,.pip-button{cursor:pointer;background-color:var(--color-error);border:none;width:32px;height:32px;padding:0;font-size:1rem;border-radius:9999px!important}.end-button .uni-icon,.pip-button .uni-icon{font-size:16px}.end-button.active,.pip-button.active{background-color:var(--color-icon-background)}.meeting-room-web{flex-direction:row;flex-wrap:unset;background-color:var(--color-background);will-change:opacity,transform;justify-content:space-between}.meeting-room-web,.meeting-room-web__pip{align-items:center;width:100%;height:100%;display:flex}.meeting-room-web__pip{justify-content:center;gap:var(--spacing-normal);flex-direction:column}.meeting-room-web__content{background-color:var(--color-background);width:0;height:100%;flex-flow:column;flex:1;justify-content:center;align-items:center;padding-block-start:var(--spacing-xsmall);display:flex;position:relative;overflow:visible}.meeting-room-web__side{flex-direction:row-reverse;flex-wrap:unset;justify-content:center;align-items:flex-start;width:auto;height:100%;display:flex}.meeting-room-web__extra-space-for-desktop-header{margin-block-start:var(--spacing-xlarge)}.new-meeting-room-container{padding:var(--spacing-small);width:100%;height:100%}.new-meeting-room{background-color:var(--color-background);width:100%;height:100%;overflow:hidden}.new-meeting-room--electron{border-radius:var(--spacing-small);box-shadow:var(--box-shadow-md)!important}.new-meeting-room--electron-shadow-less{box-shadow:unset!important}.meeting-room-adjustment-allow-access__img{width:100%;height:auto}.meeting-room-adjustment-denied-permissions__video-layer{gap:var(--spacing-small);border-radius:var(--dim-xsmall);background-color:var(--color-red-500);flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.meeting-room-adjustment-denied-permissions__tools{gap:var(--dim-small);color:var(--color-white);flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;display:flex}.meeting-room-adjustment-denied-permissions__tools .uni-button-icon{color:var(--color-white)!important}.meeting-room-adjustment-denied-permissions__video-content{border-radius:var(--dim-radius-small);width:100%;height:100%}.meeting-room-adjustment-denied-permissions__video-buttons{padding:var(--dim-small);border-radius:var(--dim-xxxlarge)}.meeting-room-adjustment-denied-permissions__title{margin-block-end:var(--spacing-small)}.meeting-room-adjustment-denied-permissions__part{flex-direction:row;flex-wrap:unset;justify-content:flex-start;align-items:flex-start;margin-block-end:var(--dim-xxsmall);display:flex}.meeting-room-adjustment-denied-permissions__number{flex-direction:row;flex-wrap:unset;cursor:pointer;width:var(--dim-xlarge);height:var(--dim-xlarge);border-radius:var(--dim-xxxlarge);background-color:var(--color-surface);border:var(--color-gray-500)1px solid;justify-content:center;align-items:center;margin-inline-end:var(--dim-small);display:flex;position:relative}.meeting-room-adjustment-denied-permissions__number--active{border:var(--color-primary)1px solid}.meeting-room-adjustment-denied-permissions__help-img{max-width:var(--dim-cover-height-sm);margin-block-start:var(--dim-normal)}.meeting-room-adjustment-denied-permissions__collapse{margin-block-end:var(--dim-small)}.meeting-room-adjustment-denied-permissions__line{width:.5px;height:var(--dim-large);background-color:gray;margin-block-start:var(--dim-xxsmall);margin-inline-end:var(--dim-small);transition:height .5s}.meeting-room-adjustment-denied-permissions__line--active{background-color:var(--color-primary);height:var(--dim-xxxlarge)}.meeting-room-adjustment-denied-permissions__line--inactive{block-size:0}.meeting-room-adjustment-denied-permissions__line-number{flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;display:flex}.palette-arabic-theme .meeting-room-adjustment-select__video-layer{border-radius:var(--dim-radius-xxlarge)}.palette-arabic-theme .meeting-room-adjustment-select__video{background-color:var(--color-background-surface)}.palette-arabic-theme .meeting-room-adjustment-select__left-side{flex-direction:column-reverse;display:flex}.palette-arabic-theme .meeting-room-adjustment-select__header{margin-block-start:var(--spacing-xsmall);margin-block-end:unset}.meeting-room-adjustment-select__statuses{row-gap:var(--spacing-normal);flex-direction:column;display:flex;position:absolute;top:12px;right:12px}.meeting-room-adjustment-select__statuses .uni-button--disabled{--uni-button-background:var(--color-gray-200);background-color:var(--uni-button-background)}.meeting-room-adjustment-select__statuses .uni-button--disabled .uni-button-icon__disabled-contained{color:var(--color-gray-800)!important}.meeting-room-adjustment-select__statuses--transcription .path5:before,.meeting-room-adjustment-select__statuses--transcription .path6:before,.meeting-room-adjustment-select__statuses--transcription .path7:before{color:var(--color-green-600)!important}.meeting-room-adjustment-select__statuses .icon-record-dual .path2:before{color:var(--color-red-500)!important}.meeting-room-adjustment-select__close .uni-new-modal__wrapper{padding:unset}.meeting-room-adjustment-select__close .uni-new-modal__close{display:none}.meeting-room-adjustment-select__modal--header{padding:var(--spacing-small);justify-content:space-between;align-items:center;display:flex}.meeting-room-adjustment-select__modal--header .new-uni-icon{font-size:1rem}.meeting-room-adjustment-select__video{object-fit:cover;background-color:var(--color-background);width:unset!important}.meeting-room-adjustment-select__video-layer{border-radius:var(--dim-xsmall);flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset-block-start:0;inset-inline-start:0}.meeting-room-adjustment-select__video-layer--camera-on{background-color:unset}.meeting-room-adjustment-select__header{flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;margin-block-end:var(--spacing-xsmall);display:flex}.meeting-room-adjustment-select__header--mobile{flex-direction:row;flex-wrap:unset;justify-content:flex-start;align-items:center;margin-block-end:var(--spacing-small);display:flex}.meeting-room-adjustment-select__left-side{aspect-ratio:16/9;width:60%}@media screen and (max-width:600px){.meeting-room-adjustment-select__left-side{width:100%}}.meeting-room-adjustment-select-chips{--uni-button-padding:.375rem .5rem;border:var(--uni-button-outline);max-width:max-content;-webkit-mask-image:-webkit-radial-gradient(circle,var(--color-white)100%,var(--color-black)100%);box-shadow:0 0 0 70rem var(--color-gray-500);margin:0 auto;-webkit-transform:translateZ(0)}.meeting-room-adjustment-select-chips__arrow{margin:-.375rem;margin-inline-start:0}.meeting-room-adjustment-select-chips__avatar{margin:-.375rem;margin-inline-end:0}.meeting-room-adjustment-select__item{-webkit-mask-image:-webkit-radial-gradient(circle,var(--color-white)100%,var(--color-black)100%);box-shadow:0 0 0 70rem var(--color-gray-500);background-color:var(--color-surface);border-radius:70px;max-width:max-content;-webkit-transform:translateZ(0)}.meeting-room-adjustment-select__item .uni-new-menu-item__label{font-weight:700}.meeting-room-adjustment-select__item img{width:100%;height:100%}.meeting-room-adjustment-select__item:hover{cursor:default!important}.meeting-room-adjustment-select__actions{z-index:2;color:#fff;flex-direction:row;flex-wrap:unset;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;inset-block-end:0}.meeting-room-adjustment-select__actions .uni-button{min-width:40px;min-height:40px}.meeting-room-adjustment-select__video-content{object-fit:cover;border-radius:var(--dim-radius-small);width:100%;height:100%;position:absolute;inset:0;transform:scaleX(-1)}.meeting-room-adjustment-select__avatar{inset:0}.meeting-room-adjustment-select__avatar,.meeting-room-adjustment-select__spinner{object-fit:cover;margin:auto;position:absolute;inset-block:0;inset-inline:0}.meeting-room-adjustment-select__action{--uni-button-padding:var(--spacing-xsmall);margin:var(--spacing-small);margin-inline-start:0;background-color:#00000080!important}.meeting-room-adjustment-select__action--floating{position:absolute;inset-inline-end:0}.meeting-room-adjustment-select__action--inactive{background-color:var(--color-red-500)!important}.meeting-room-adjustment-select__title{margin-block-end:var(--spacing-small)}.meeting-room-adjustment-select__text-content--camera-on{display:none}.meeting-room-adjustment-select__text-content--camera-off{display:flex}.meeting-room-adjustment-select__audio-meter{z-index:-1;transition:var(--transition-short);transition-duration:75ms;display:block;position:absolute;inset-block-end:0;inset-inline:0;background:var(--color-success)!important}.meeting-room-curtain{background-color:var(--color-background);will-change:opacity;flex-flow:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.meeting-room-curtain .uni-typo{color:var(--color-text-primary)}.meeting-room-curtain__inner{justify-content:center;align-items:center;gap:var(--spacing-xsmall);flex-flow:column;display:flex}.meeting-room-curtain__label+.meeting-room-curtain__label{margin-block-start:calc(-1*var(--spacing-xsmall))}.meeting-room-end-disconnected__buttons{flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;gap:var(--spacing-small);width:100%;display:flex}.meeting-room-end-disconnected__retry{flex:4}.meeting-room-end-disconnected__close{flex:2}.meeting-room-end-container{flex-direction:column;flex-wrap:unset;width:calc(var(--spacing-normal)*21.5);justify-content:center;align-items:center;margin:auto;padding-block-start:calc(var(--dim-xxxlarge)*2);display:flex}@media screen and (max-width:960px){.meeting-room-end-container{padding-block-start:var(--dim-xxxlarge)}}@media screen and (max-width:600px){.meeting-room-end-container{width:90%;padding-block-start:var(--dim-large)}}.meeting-room-end-container__text-area .palette-arabic-theme .uni-text-field__input-wrapper{border-radius:var(--uni-text-field-stroke-radius)}.meeting-room-end-container__subtitle{padding-block-end:var(--spacing-xsmall)}.meeting-room-end-container__buttons{flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;gap:var(--spacing-small);width:100%;display:flex}.meeting-room-end-container__survey{padding-block:var(--spacing-normal);padding-inline:var(--spacing-normal);box-shadow:var(--box-shadow-lg)}.meeting-room-end-container__survey,.meeting-room-end-container__survey--form{flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;gap:var(--spacing-xxsmall);width:100%;display:flex;overflow:hidden}.meeting-room-end-container__survey--form{padding-inline:0}.meeting-room-end-container__form-animation-wrapper{width:100%}.meeting-room-end-container__back-to-session-btn{flex:4}.meeting-room-end-container__return-btn{flex:2}.meeting-room-end-container__emojis{flex-direction:row;flex-wrap:unset;width:100%;height:fit-content;padding-block:var(--spacing-xxsmall);justify-content:space-evenly;align-items:center;display:flex}.meeting-room-end-container__emojis .meeting-room-animated-emoji-button{min-width:var(--spacing-small);min-height:var(--spacing-small);width:3rem;height:3rem}.meeting-room-end-container__emoji{background-color:var(--color-hover);transition:var(--transition-main)}.meeting-room-end-container__emoji:hover{background-color:var(--color-orange-50)}.meeting-room-end-container__emoji:hover .meeting-room-animated-emoji-button__emoji--small{filter:drop-shadow(0 10px 18px #e6540b6e)}.meeting-room-end-container__selected-emoji,.meeting-room-end-container__selected-emoji:hover{background-color:#0000}.meeting-room-end-container__selected-emoji-svg{transition:var(--transition-long)}.meeting-room-end-container__emoji-placement{width:var(--spacing-xxxlarge);height:var(--spacing-xxxlarge);box-shadow:var(--box-shadow-lg);border-radius:9999px;margin-block-start:var(--spacing-small);margin-block-end:var(--spacing-small)}.meeting-room-end-container__submit-btns{gap:var(--spacing-xxsmall);width:100%}.meeting-room-end-container__motion-container,.meeting-room-end-container__submit-btns{flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;display:flex}.meeting-room-end-container__motion-container{width:98%}.meeting-room-end-container__emoji-wrapper{position:relative}.meeting-room-end-container__refresh{position:absolute;inset-block-start:var(--spacing-xxsmall);inset-inline-end:var(--spacing-xxsmall)}.meeting-room-end-container__last-message{flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;display:flex;overflow:hidden}.meeting-room-end-container__emojis-list{position:relative}.meeting-room-end-container__mouse-animation-container{width:100%;padding:var(--spacing-normal);position:absolute;inset-block-start:var(--spacing-normal)}.palette-arabic-theme .meeting-room-end-container__survey--form .uni-text-field__input-wrapper{border-radius:var(--uni-text-field-stroke-radius)!important}.meeting-room-end{background-color:var(--color-background);min-height:100%;max-height:100%;display:flex;overflow:auto}.meeting-room-end__logo{width:calc(var(--dim-xsmall) + var(--dim-xxlarge));height:calc(var(--dim-xsmall) + var(--dim-xxlarge))}.meeting-room-end__content{flex-direction:column;flex-wrap:unset;width:calc(var(--spacing-normal)*21.5);justify-content:center;align-items:center;margin:auto;display:flex}@media screen and (max-width:600px){.meeting-room-end__content{width:90%}}.meeting-room-end__title{gap:var(--spacing-xsmall);margin-block-start:var(--spacing-xsmall)}.meeting-room-end__body,.meeting-room-end__title{flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;display:flex}.meeting-room-end__body{gap:var(--spacing-normal);width:100%;margin-block-start:var(--spacing-xlarge)}.meeting-room-hold-page{padding-inline:var(--spacing-normal)}.meeting-room-hold-page,.meeting-room-hold-page--mobile{width:100%;max-width:100%;height:100%;max-height:100%;flex-flow:column;flex:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.meeting-room-hold-page--mobile{background-color:var(--color-background);margin-block-end:calc(-1*var(--spacing-xxsmall));padding-block-end:7rem}.meeting-room-hold-page__content{gap:var(--spacing-large);flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;width:100%;display:flex}.meeting-room-hold-page__content .primary-title{color:var(--color-text-primary)}.meeting-room-hold-page__unhold{width:9rem}.meeting-room-hold-page__inner{margin-inline:var(--spacing-small);align-items:flex-start}.meeting-room-hold-page__info,.meeting-room-hold-page__inner{flex-direction:column;flex-wrap:unset;justify-content:center;display:flex}.meeting-room-hold-page__info{align-items:center}.rtl-styles .meeting-room-hold-page__unhold{width:unset}.meeting-room-root{border-radius:var(--spacing-small);--color-skeleton-bg:var(--color-background)}.meeting-room-root *{-webkit-tap-highlight-color:#0000}.meeting-room-root .uni-new-avatar{--uni-avatar-border-color:var(--color-hover);--uni-avatar-background-color:var(--color-input)}.meeting-room-root .uni-new-avatar__abbr{color:var(--color-text-primary)}.meeting-room-root .uni-new-avatar--has-image.uni-new-avatar--activeness{background-color:var(--uni-button-color)}.meeting-room-menu,.meeting-room-uni-popover{--uni-new-menu-item-color:var(--color-mr-navbar-icon)}.meeting-room-menu .uni-new-menu__list--active-item,.meeting-room-uni-popover .uni-new-menu__list--active-item{background-color:var(--color-surface)}.meeting-room-menu .uni-popover__puller,.meeting-room-uni-popover .uni-popover__puller{background-color:var(--color-hover)!important}.meeting-room-menu .uni-new-menu-item,.meeting-room-menu .uni-new-menu-item--color-gray.uni-new-menu-item--text:not(.uni-new-menu-item--disabled),.meeting-room-uni-popover .uni-new-menu-item,.meeting-room-uni-popover .uni-new-menu-item--color-gray.uni-new-menu-item--text:not(.uni-new-menu-item--disabled){--uni-new-menu-item-background-light:var(--color-background)}.meeting-room-menu .uni-new-menu-item--color-gray.uni-new-menu-item--text:not(.uni-new-menu-item--disabled).uni-new-menu-item--color-gray,.meeting-room-menu .uni-new-menu-item.uni-new-menu-item--color-gray,.meeting-room-uni-popover .uni-new-menu-item--color-gray.uni-new-menu-item--text:not(.uni-new-menu-item--disabled).uni-new-menu-item--color-gray,.meeting-room-uni-popover .uni-new-menu-item.uni-new-menu-item--color-gray{--uni-new-menu-item-color:var(--color-mr-navbar-icon);--uni-new-menu-item-icon-color:var(--color-mr-navbar-icon)}.meeting-room-menu .uni-new-menu-item--color-gray.uni-new-menu-item--text:not(.uni-new-menu-item--disabled).uni-new-menu-item--color-gray:hover,.meeting-room-menu .uni-new-menu-item.uni-new-menu-item--color-gray:hover,.meeting-room-menu .uni-new-menu__divider,.meeting-room-uni-popover .uni-new-menu-item--color-gray.uni-new-menu-item--text:not(.uni-new-menu-item--disabled).uni-new-menu-item--color-gray:hover,.meeting-room-uni-popover .uni-new-menu-item.uni-new-menu-item--color-gray:hover,.meeting-room-uni-popover .uni-new-menu__divider{background-color:var(--color-hover)}.uni-button--contained.meeting-room-button--lite{--uni-button-background:var(--color-mr-button-background);--uni-button-background-light:var(--color-mr-button-hover)}.uni-button--contained.meeting-room-button:disabled .uni-curtain{--loading-background-color:var(--uni-button-background)}.uni-button--text.meeting-room-button:focus,.uni-button--text.meeting-room-button:hover{--uni-button-background:var(--color-hover)}.uni-new-menu-item.uni-new-menu-item--color-gray.uni-new-menu-item--contained.meeting-room-button{--uni-new-menu-item-color:var(--color-on-primary);--uni-new-menu-item-background:var(--color-hover);--uni-new-menu-item-background-light:var(--color-background)}.uni-new-menu-item.uni-new-menu-item--color-gray.uni-new-menu-item--contained.meeting-room-button--lite{--uni-new-menu-item-background:var(--color-mr-button-background);--uni-new-menu-item-background-light:var(--color-mr-button-hover)}.uni-new-menu-item.uni-new-menu-item--color-gray.uni-new-menu-item--contained.meeting-room-button:disabled{--uni-new-menu-item-color:var(--color-fiord-500);--uni-new-menu-item-background:var(--color-fiord-800)}.uni-new-menu-item.uni-new-menu-item--color-gray.uni-new-menu-item--contained.meeting-room-button:disabled .uni-curtain{--loading-background-color:var(--uni-new-menu-item-background)}.meeting-room-select .uni-popover__paper{background-color:var(--uni-button-color)}.meeting-room-select .uni-text-field{background-color:var(--uni-button-color)!important}.meeting-room-badge .MuiBadge-badge{max-width:fit-content!important;font-size:.625rem!important;inset-inline-end:25%!important}@media screen and (max-width:600px){.meeting-room-badge .MuiBadge-badge{inset-inline-end:5%!important}}.meeting-room-badge--gray .MuiBadge-badge{background-color:var(--color-gray-400);color:var(--color-text-primary)!important}.meeting-room-group-avatar .uni-new-avatar-grouped__item--more{background-color:var(--color-hover)!important;border-color:var(--color-hover)!important}.meeting-room-filter-label .uni-button--color-gray{--uni-button-background:var(--color-background)!important;--uni-button-color:var(--color-gray-400)!important}.meeting-room-disabled-low-opacity{opacity:.5;cursor:default}.meeting-room-floating .uni-new-menu-item--text{--uni-new-menu-item-color:var(--color-text-primary)!important;--uni-new-menu-item-icon-color:var(--color-text-primary)!important}.meeting-room-floating .uni-new-menu-item--text:active,.meeting-room-floating .uni-new-menu-item--text:hover{--uni-new-menu-item-background:#00000057}.meeting-room-floating .meeting-room-hover-menu__tooltip{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.meeting-room-floating .uni-new-menu__divider{background-color:#e9eaee1c}.meeting-room-floating .uni-new-menu__list{min-width:13.5rem!important;max-width:13.5rem!important}.meeting-room-floating .meeting-room-hover-menu__tooltip,.meeting-room-floating .meeting-room-hover-menu__tooltip .uni-new-menu__list{min-width:13.5rem!important}.meeting-room-floating-button{--uni-button-background:#00000026;--uni-button-background-light:#00000026}.uni-button__label{text-transform:none}.new-agenda-header{justify-content:space-between;align-items:center;width:100%;display:flex}.new-agenda-header__left-part,.new-agenda-header__right-part{align-items:center;height:100%;display:flex}.new-agenda-header__left-part{column-gap:var(--spacing-small)}.new-agenda-header__time-control{gap:var(--spacing-xxsmall);display:flex}.new-agenda-header__right-part{justify-content:flex-end;column-gap:var(--spacing-xsmall)}.new-agenda-header.empty{justify-content:flex-end}.new-agenda-header.mrListDrawer .new-agenda-header__left-part,.new-agenda-header.recordingListDrawer .new-agenda-header__left-part{justify-content:space-between;width:100%}.new-agenda-header.mrListDrawer .new-agenda-header__right-part,.new-agenda-header.recordingListDrawer .new-agenda-header__right-part{display:none}.new-agenda-item-detail{padding:var(--spacing-normal)var(--spacing-xsmall);row-gap:var(--spacing-small);flex-direction:column;display:flex}.new-agenda-item-detail__header{padding-inline-end:var(--spacing-xsmall)!important}.new-agenda-item-detail__description .note-block__actions{margin-inline-end:-8px}.new-agenda-item-detail__description .note-block__actions-plus{display:none}.new-agenda-item-detail__info{align-items:center;column-gap:var(--spacing-small);display:flex}.new-agenda-item-detail.agendaDetailDrawer{width:100%}.new-agenda-item-detail.agendaDetailDrawer .note-block__actions{margin-inline-end:-4px}.new-agenda-item-info-left-part{align-items:center;column-gap:var(--spacing-xsmall);width:100%;display:flex}.new-agenda-item-info-left-part__agenda-name input,.new-agenda-item-info-left-part__agenda-name textarea{color:var(--color-text-primary)!important}.new-agenda-item-info-left-part__check-button{--uni-button-outline:2px solid var(--uni-button-outline-color);width:1rem!important;height:1rem!important}.new-agenda-item-info-left-part__check-button.uni-button--color-secondary{--uni-button-background:var(--color-secondary-100);--uni-button-outline-color:var(--color-secondary-100)}.new-agenda-item-info-left-part__check-button:not(.uni-button--color-primary){background-color:var(--color-secondary-100)}.new-agenda-item-info-left-part__check-button .uni-icon{height:19px;font-size:10px!important;font-weight:700!important}.new-agenda-item-info-left-part__agenda-name{--uni-text-field-offset-y:0;--uni-text-field-offset-x:0;--uni-text-field-stroke-width:0;flex-grow:1}.new-agenda-item-info-left-part__agenda-name .uni-text-field__input-wrapper{border-radius:0;max-width:100%;padding:2px}.new-agenda-item-info-left-part__agenda-name .uni-text-field__input-wrapper--focused{--uni-text-field-stroke-width:0}.new-agenda-item-info-left-part__agenda-name input,.new-agenda-item-info-left-part__agenda-name textarea{text-overflow:ellipsis;padding:0;font-size:13px;font-weight:700;overflow:hidden}.new-agenda-item-info-left-part__agenda-name .Mui-readOnly{cursor:pointer}.new-agenda-item-info-left-part__visibility .uni-icon{color:var(--color-secondary-400)!important}.new-agenda-item-info-left-part__actions{align-items:center;column-gap:var(--spacing-xxxsmall);display:flex}.new-agenda-item-info-left-part__actions .uni-button--color-gray .uni-button-icon{color:var(--color-secondary-400)!important}.new-agenda-item-info-left-part__paper{border:1px solid var(--color-divider)}.new-agenda-item-info-left-part.agendaDetailDrawer{column-gap:var(--spacing-xsmall);width:100%;max-width:100%;height:fit-content}.new-agenda-item-info-left-part.agendaDetailDrawer>.uni-tooltip__caption{align-self:flex-start;margin-block-start:4px}.new-agenda-item-info-left-part.agendaDetailDrawer .new-agenda-item-info-left-part__agenda-name input,.new-agenda-item-info-left-part.agendaDetailDrawer .new-agenda-item-info-left-part__agenda-name textarea{font-size:1rem;line-height:1.5rem}.new-agenda-item-info-left-part.agenda-compact{width:100%;max-width:100%}@media screen and (max-width:600px){.new-agenda-item-info-left-part{column-gap:var(--spacing-xsmall);width:100%;max-width:100%}}.new-agenda-item-info-right-part-actions{align-items:center;column-gap:var(--spacing-xsmall);width:100%;height:36px;display:flex}.new-agenda-item-info-right-part-actions--padding{padding-inline-start:24px}.new-agenda-item-info-right-part-actions__users{min-width:1px;margin-inline-end:auto}.new-agenda-item-info-right-part-actions .uni-new-avatar-grouped{z-index:0}.new-agenda-item-info-right-part-actions__chevron-menu{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.new-agenda-item-info-right-part-actions .secondary-icon,.new-agenda-item-info-right-part-actions .secondary-icon .uni-icon{color:var(--color-secondary-400)!important}.new-agenda-item-info-right-part-actions__description{padding:0 6px}.new-agenda-item-info-right-part-actions__circular-progress{justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.new-agenda-item-info-right-part-actions__circular-progress .progress-icon{cursor:pointer;position:absolute}.new-agenda-item-info-right-part-actions__circular-progress .loading-container{border-radius:50%;width:calc(100% - 6px);height:calc(100% - 6px);animation:rotateOrbit 1s linear infinite;position:absolute}.new-agenda-item-info-right-part-actions__circular-progress .loading-container .loading{--gradient-width:7px;content:"";width:var(--gradient-width);height:var(--gradient-width);background:radial-gradient(#ffffff80,#fff0);border-radius:50%}.new-agenda-item-info-right-part-actions__play:not(.uni-button--disabled) .uni-icon{color:var(--color-secondary-400)!important}.new-agenda-item-info-right-part-actions__open-drawer-button{box-shadow:var(--box-shadow-sm)}.new-agenda-item-info-right-part-actions.agenda-compact{width:100%}.new-agenda-item-info-right-part-actions.agenda-compact .new-agenda-item-info-right-part-actions__normal-state{flex-direction:row-reverse;margin-inline-end:auto}.new-agenda-item-info-right-part-actions.mrScreen{position:static}.new-agenda-item-info-right-part-actions.agendaDetailDrawer{width:100%}@media screen and (max-width:600px){.new-agenda-item-info-right-part-actions{width:100%}.new-agenda-item-info-right-part-actions.mrScreen{justify-content:flex-end}}@keyframes rotateOrbit{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.new-agenda-item-info-drawer-content{width:100%}.new-agenda-item-info-drawer-content__actions{row-gap:var(--spacing-normal);flex-direction:column;display:flex}.new-agenda-item-info-drawer-content__actions-row{align-items:center;column-gap:var(--spacing-large);height:1.8rem;display:flex}.new-agenda-item-info-drawer-content__actions-field{align-items:center;column-gap:var(--spacing-xsmall);width:74px;display:flex}.new-agenda-item-info-drawer-content__actions-value{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.new-agenda-item-info-drawer-content__actions-value .uni-text-field{--uni-text-field-stroke-width:0}.new-agenda-item-info-drawer-content__actions-value .uni-text-field input{color:var(--color-text-primary);padding:0;font-weight:700}.new-agenda-item-info-drawer-content__actions-value .uni-text-field .new-uni-select__arrow{color:var(--color-text-primary)}.new-agenda-item-info-drawer-content__actions-value .uni-text-field .uni-text-field__input-wrapper{padding:0}.new-agenda-item-info-drawer-content__actions-value .uni-text-field .uni-text-field__input-wrapper--focused{--uni-text-field-outlined-fieldset-offset-x:0;--uni-text-field-stroke-width:0}.new-agenda-item-info-drawer-content__actions-value:has(.new-agenda-item-time-item__set-time) .new-agenda-item-info-drawer-content__actions-value-extra{display:none}.new-agenda-item-info-drawer-content__actions-value-extra,.new-agenda-item-info-drawer-content__actions-value-privacy{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.new-agenda-item-info-drawer-content__actions-value-privacy--list{max-width:13rem!important}.new-agenda-item-info{padding:var(--spacing-xsmall)var(--spacing-small);border-radius:var(--dim-xsmall);cursor:pointer;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:5.25rem;display:flex;position:relative}.new-agenda-item-info.agenda-compact{align-items:flex-start;row-gap:var(--spacing-xsmall);flex-direction:column;height:90px;display:flex}.new-agenda-item-info.mrScreen{height:52px;padding-block:var(--spacing-xsmall);flex-direction:row;align-items:center}.new-agenda-item-info.agendaDetailDrawer{row-gap:var(--spacing-large);height:fit-content;padding-block-end:var(--spacing-large);padding-inline:var(--spacing-normal)}.new-agenda-item-time-item{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.new-agenda-item-time-item__setter.uni-button--disabled{--uni-button--disable-text-color:var(--color-text-disabled)}.new-agenda-item-time-item .set{padding:0;font-size:.75rem;font-weight:700}.new-agenda-item-time-item .icon,.new-agenda-item-time-item .uni-button--color-gray .uni-button-icon{color:var(--color-secondary-400)!important}.new-agenda-item-time-item--editable{cursor:pointer}.new-agenda-item-time-item__set-time{align-items:center;column-gap:var(--spacing-small);display:flex}.new-agenda-item-time-item__set-time .setter{cursor:pointer}.new-agenda-item-time-item__editing-textbox .uni-text-field__input-wrapper{--uni-text-field-offset-y:0;--uni-text-field-offset-x:0;--uni-text-field-stroke-width:0}.new-agenda-item-time-item__editing-textbox .uni-text-field__input-wrapper--focused{--uni-text-field-stroke-width:0}.new-agenda-item-time-item__editing-textbox .uni-text-field__adornment--end{margin-inline-start:0;margin-left:0}.new-agenda-item-time-item__editing-textbox input{width:1.5rem;color:var(--color-text-tertiary);border-radius:0;padding:0;font-size:1.125rem;font-weight:700;line-height:1.75rem}.new-agenda-item-time-item__editing-time{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.new-agenda-item-time-item__editing-actions{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.new-agenda-item-time-item__counter{border-radius:4px;align-items:center;padding:2px 6px;display:flex}.new-agenda-item-time-item__counter *{-webkit-user-select:none;user-select:none}.new-agenda-item-time-item__counter.editable{cursor:pointer;padding:0}.new-agenda-item{background-color:var(--color-surface);border-radius:var(--dim-xsmall);border:1.5px solid var(--color-background-stroke);will-change:border;width:100%;transition:border-color .4s}.new-agenda-item--opened{border-color:var(--color-primary-500)}.new-agenda-item.agendaDetailDrawer{background-color:#0000;border:none;border-radius:0;height:100%;overflow-y:auto;max-height:calc(100% - var(--spacing-xxxlarge))!important}.new-agenda-item.agendaDetailDrawer:hover{box-shadow:none;border-color:var(--color-background-stroke)}.new-agenda-item.mrScreen{width:calc(100% - var(--spacing-xlarge));border:none;margin-inline-start:var(--spacing-normal);box-shadow:0 1px 2px #1018280f}.new-agenda-item.mrScreen:hover{border-color:var(--color-background-stroke);box-shadow:none}@media screen and (max-width:600px){.new-agenda-item.mrScreen{margin-block-start:var(--spacing-xsmall)}.new-agenda-item--dragging{background-color:var(--color-background-empty-state-background)}}.new-agenda-item__agenda-user .uni-button--color-gray .uni-button-icon{color:var(--color-secondary-400)!important}.new-agenda-item__agenda-user--avatar-container{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.new-agenda-item__agenda-user--avatar-container .uni-new-avatar-grouped__item--more{padding-inline-end:0}.new-agenda-item-agenda-user__paper{border:1px solid var(--color-divider)}.new-agenda-list{row-gap:var(--spacing-normal);padding-block:var(--spacing-normal);flex-direction:column;display:flex}.new-agenda-list--empty{align-items:center;gap:var(--spacing-small);background-color:var(--color-background);border-radius:var(--dim-radius-small);flex-direction:column;padding:2.75rem;display:flex}.new-agenda-list--empty.organizer{padding:var(--spacing-large)}.new-agenda-list__spinner{width:20px;min-width:20px;min-height:20px}.new-agenda-list__spinner circle{stroke:var(--color-text-tertiary)}.new-agenda-list__container{row-gap:var(--spacing-normal);flex-direction:column;padding-block-end:var(--spacing-normal);display:flex}.new-agenda-list__item{align-items:center;column-gap:var(--spacing-xxsmall);width:calc(100% + 30px);margin-inline-start:-30px;display:flex;position:relative}.new-agenda-list__item.detailPage .new-agenda-list__item--absolute{background-color:var(--color-gray-100);border-radius:var(--spacing-xsmall)0 0 var(--spacing-xsmall);cursor:move;width:22px;height:100%;cursor:-webkit-grab;justify-content:center;align-items:center;display:none;position:absolute;left:8px}.new-agenda-list__item.detailPage:hover .new-agenda-list__item--absolute{display:flex}.new-agenda-list__item.detailPage:hover .new-agenda-item,.new-agenda-list__item.detailPage:hover .new-agenda-item-info{border-radius:0}@media screen and (min-width:600px){.new-agenda-list__item.detailPage .new-agenda-item{width:calc(100% - 30px);margin-inline-start:30px}}.new-agenda-list__item--expand-icon{cursor:pointer;color:var(--color-secondary-400);background-color:#0000;align-items:center;width:1.25rem;height:1.25rem;padding:0;display:flex}.new-agenda-list__item .handle-icon{color:var(--color-secondary-400)}.new-agenda-list.mrListDrawer,.new-agenda-list.recordingListDrawer{padding-block-start:0}.new-agenda-list.mrListDrawer .new-agenda-list__item,.new-agenda-list.recordingListDrawer .new-agenda-list__item{width:100%;margin-inline-start:0}.new-agenda-list.mrListDrawer .new-agenda-list__item--absolute,.new-agenda-list.recordingListDrawer .new-agenda-list__item--absolute{left:4px}@media screen and (max-width:600px){.new-agenda-list__item{width:100%;margin:0}.new-agenda-list__item--absolute{display:none}}.rtl-styles .new-agenda-list__item.detailPage .new-agenda-list__item--absolute{left:unset;border-radius:0 var(--spacing-xsmall)var(--spacing-xsmall)0;right:8px}.agenda-player-container{min-width:6.25rem;max-width:7.125rem}.agenda-player-container .uni-tooltip__caption{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.status-modal .uni-checkbox__label{margin-block-start:2px}.status-modal .action-modal__message{padding-inline-end:var(--spacing-xlarge)}@media screen and (min-width:600px){.status-modal .uni-checkbox--size-small{padding-inline-start:3.75rem}}@media screen and (max-width:600px){.status-modal .uni-new-modal__wrapper{position:relative}.status-modal .action-modal__header{margin:0;position:relative}.status-modal .action-modal__content{margin-block-start:var(--spacing-normal)}.status-modal .action-modal__title-wrapper{margin-inline-start:0}.status-modal .action-modal__main .action-modal__actions{margin-block-start:var(--spacing-normal)}}.new-meeting-detail-actions{align-items:center;gap:var(--spacing-xsmall);width:100%;min-height:3rem;display:flex}@media screen and (min-width:960px) and (max-width:1100px){.new-meeting-detail-actions{margin-inline-start:2.5rem}}.new-meeting-detail-actions__item{flex:1}.new-meeting-detail-actions__timer{align-items:center;gap:var(--spacing-xxsmall);min-width:calc(var(--dim-xlarge)*3);display:flex}.new-meeting-detail-times{height:auto;padding:var(--spacing-normal);margin:calc(-1*var(--spacing-normal));flex-direction:column;flex:1;margin-top:0;padding-top:0;display:flex;overflow:auto;transform:none!important}.new-meeting-detail-times--multiple .uni-time-pane-item__title{align-items:flex-start}.new-meeting-detail-times--multiple .uni-time-pane-item--collapsed,.new-meeting-detail-times--multiple .uni-time-pane-item__header,.new-meeting-detail-times--multiple .uni-time-pane__item--collapsed{height:var(--uni-time-pane-item-header-height);--uni-time-pane-item-header-height:40px!important;--uni-time-pane-header-height:40px!important}.new-meeting-detail-times--multiple .uni-time-pane-item__footer{padding:var(--spacing-xsmall);justify-content:flex-end}.new-meeting-detail-times__add-to-calendar{margin-inline-start:auto}.palette-arabic-theme .breakout-room-time-pane-item,.palette-arabic-theme .meeting-time-pane__wrapper,.palette-arabic-theme .uni-time-pane-item__header{border-radius:var(--dim-radius-xxlarge)}.new-meeting-detail-info__description--edit .uni-description__add{margin-left:.5rem}.new-meeting-detail-info__description--owner{min-width:fit-content;display:inline}.new-meeting-detail .uni-detail-page__info{gap:var(--spacing-normal);flex-direction:column;display:flex}.chat-tools--badge .MuiBadge-badge{position:absolute;inset-block-start:var(--spacing-small);inset-inline-end:var(--spacing-xsmall)}.new-meeting-more-menu{--uni-new-menu-item-parent-text-background:var(--color-surface);background:var(--color-surface)}.edit-session-tool-btn{padding:.375rem var(--spacing-small);min-width:fit-content}@media screen and (max-width:960px){.upcoming-meeting-detail__appbar .uni-breadcrumbs__item:last-child{display:none}.upcoming-meeting-detail__appbar .uni-appbar__actions .add-to-matters{margin-inline-start:0}}.upcoming-meeting-detail__appbar .uni-appbar__navigation{max-width:fit-content}.upcoming-meeting-detail__appbar .uni-appbar__actions{justify-content:flex-end}.upcoming-meeting-detail__appbar .add-to-matter{width:100%}.upcoming-meeting-detail__appbar .share-tool{width:max-content}.overview-mobile-mdp{margin-block-start:var(--spacing-normal)}.meeting-time-pane,.meeting-time-pane__wrapper{gap:var(--spacing-xsmall);flex-direction:column;width:100%;display:flex}.meeting-time-pane__line-one,.meeting-time-pane__line-two{gap:var(--spacing-normal);justify-content:space-between}.meeting-time-pane__item,.meeting-time-pane__line-one,.meeting-time-pane__line-two{align-items:center;gap:var(--spacing-xxsmall);display:flex}.meeting-time-pane__timezone{margin-bottom:calc(-1*var(--spacing-small));justify-content:flex-end;display:flex}.meeting-time-pane__footer{justify-content:space-between;display:flex}.new-room-detail-past-meetings{gap:var(--spacing-normal);flex-direction:column;padding-block-start:var(--spacing-normal);display:flex}.new-room-detail-past-meetings .uni-grid--empty{margin-block-start:calc(var(--spacing-normal)*-1)}.new-room-detail-past-meetings .uni-grid--empty .empty-state{padding-block:2.75rem}.new-room-detail-past-meetings__grid{padding-block-end:1rem;padding-inline-end:.875rem;overflow-y:auto;--uni-grid-cols-xs:1!important;--uni-grid-cols-sm:2!important;--uni-grid-cols-md:2!important;--uni-grid-cols-lg:2!important;--uni-grid-cols-xl:3!important;--uni-grid-cols-extra:2!important;--uni-grid-cols-xxl:4!important}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.new-room-detail-past-meetings__grid{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.new-room-detail-past-meetings__grid:focus,.new-room-detail-past-meetings__grid:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.new-room-detail-past-meetings__grid--open-sidebar{--uni-grid-cols-lg:1!important;--uni-grid-cols-xl:2!important;--uni-grid-cols-extra:1!important;--uni-grid-cols-xxl:4!important}.new-room-detail-past-meetings__grid--open{--uni-grid-cols-xs:1!important;--uni-grid-cols-sm:2!important;--uni-grid-cols-md:2!important;--uni-grid-cols-lg:3!important;--uni-grid-cols-xl:3!important}.reset-room-modal{gap:var(--spacing-normal);padding:var(--spacing-xsmall);flex-direction:column;display:flex}.reset-room-modal .uni-checkbox__label{margin-inline-start:var(--spacing-xsmall)}.reset-room-modal__main{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.reset-room-modal__actions{justify-content:flex-end;gap:var(--spacing-xsmall);display:flex}.new-room-detail-actions{align-items:center;gap:var(--spacing-xsmall);width:100%;display:flex}@media screen and (min-width:960px) and (max-width:1100px){.new-room-detail-actions{margin-inline-start:2.5rem}}.new-room-detail-actions__item{flex:1}.new-room-detail-actions__timer{min-width:calc(var(--dim-xlarge)*3);align-items:center;gap:var(--spacing-xxsmall);display:flex}.breakout-room-pane{flex-shrink:0}.breakout-room-pane,.breakout-room-pane__item{justify-content:space-between;align-items:center}.breakout-room-pane__item{width:100%;display:flex;overflow:hidden}.breakout-room-pane__name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.knock-player__wrapper{border-radius:var(--dim-xxsmall);border:1px solid var(--color-divider);padding:var(--spacing-xxsmall)var(--spacing-xsmall);justify-content:space-between;align-items:center;display:flex}.knock-player__start{justify-content:center;align-items:center;gap:var(--spacing-xxsmall);display:flex}.knock-player__music-name,.knock-player__play-icon{font-size:1rem}.knock-player__volume-slider{align-items:center;gap:var(--spacing-xsmall);width:10rem;padding:var(--spacing-xsmall)var(--spacing-small);display:flex}.new-room-detail-attendees-pane{touch-action:none;-ms-touch-action:none;-webkit-overflow-scrolling:touch;height:auto;min-height:0;margin:calc(-1*var(--spacing-normal));flex-direction:column;flex:1;display:flex;overflow:auto;transform:none!important}@media (min-width:960px) and (max-width:1216px){.new-room-detail__wrapper .uni-detail-page__info{width:calc(100% - var(--uni-detail-page-sidebar-width))}.new-room-detail__wrapper .uni-detail-page--has-sidebar,.new-room-detail__wrapper .uni-detail-page__content{grid-template-columns:1fr 0!important}}.new-room-detail-info__action{gap:var(--spacing-xsmall);display:flex}.new-room-detail-info__action .uni-description--editing{gap:var(--spacing-small);width:100%}.new-room-detail .uni-detail-page__info{gap:var(--spacing-xsmall);flex-direction:column;display:flex}@media screen and (max-width:960px){.new-room-detail__appbar .uni-breadcrumbs__item:last-child{display:none}.new-room-detail__appbar .uni-appbar__actions .add-to-matters{margin-inline-start:0}}.new-room-detail__appbar .uni-appbar__navigation{gap:unset;max-width:fit-content}.new-room-detail__appbar .uni-appbar__actions{justify-content:flex-end}.new-room-detail__appbar .add-to-matter{width:100%}.new-room-detail__appbar .share-tool{width:max-content}.new-room-more-menu{--uni-new-menu-item-parent-text-background:var(--color-surface);background:var(--color-surface)}.past-bookings{gap:var(--spacing-normal);flex-direction:column;padding-block-start:var(--spacing-normal);display:flex}.past-bookings__grid{padding-block-end:1rem;padding-inline-end:.5rem;overflow-y:auto;--uni-grid-cols-xs:1!important;--uni-grid-cols-sm:2!important;--uni-grid-cols-md:2!important;--uni-grid-cols-lg:1!important;--uni-grid-cols-xl:2!important;--uni-grid-cols-extra:2!important;--uni-grid-cols-xxl:3!important}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.past-bookings__grid{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.past-bookings__grid:focus,.past-bookings__grid:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}@media (max-width:1100px){.past-bookings__grid{--uni-grid-cols-lg:2!important}}@media (max-width:1320px){.past-bookings__grid{--uni-grid-cols-extra:1!important}}.past-bookings__grid--open-sidebar{--uni-grid-cols-xs:1!important;--uni-grid-cols-sm:2!important;--uni-grid-cols-md:1!important;--uni-grid-cols-lg:1!important;--uni-grid-cols-xl:2!important;--uni-grid-cols-xxl:3!important;--uni-grid-cols-extra:1!important}@media (max-width:1500px){.past-bookings__grid--open-sidebar{--uni-grid-cols-xl:1!important}}.upcoming-bookings{gap:var(--spacing-normal);flex-direction:column;padding-block-start:var(--spacing-normal);display:flex}.upcoming-bookings__grid{padding-block-end:var(--spacing-normal);padding-inline-end:var(--spacing-xsmall);overflow-y:auto;--uni-grid-cols-xs:1!important;--uni-grid-cols-sm:2!important;--uni-grid-cols-md:2!important;--uni-grid-cols-lg:1!important;--uni-grid-cols-xl:2!important;--uni-grid-cols-extra:2!important;--uni-grid-cols-xxl:3!important}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.upcoming-bookings__grid{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.upcoming-bookings__grid:focus,.upcoming-bookings__grid:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}@media (max-width:1100px){.upcoming-bookings__grid{--uni-grid-cols-lg:2!important}}@media (max-width:1320px){.upcoming-bookings__grid{--uni-grid-cols-extra:1!important}}.upcoming-bookings__grid--open-sidebar{--uni-grid-cols-xs:1!important;--uni-grid-cols-sm:2!important;--uni-grid-cols-md:1!important;--uni-grid-cols-lg:1!important;--uni-grid-cols-xl:2!important;--uni-grid-cols-xxl:3!important;--uni-grid-cols-extra:1!important}@media (max-width:1500px){.upcoming-bookings__grid--open-sidebar{--uni-grid-cols-xl:1!important}}.service-overview-invite{z-index:2;flex-direction:column;max-height:100%;display:flex}.service-overview-invite__animated-parent{gap:var(--spacing-normal);flex-direction:column;max-height:100%;display:flex;overflow:hidden auto}.service-overview-invite__header-title{margin:0 auto}.service-overview-invite .new-search-people__select-box--items{max-height:11rem;position:relative}.service-overview-invite .new-search-people__wrapper .uni-text-field__input-wrapper{padding-block:var(--spacing-normal)}.service-overview-invite__action-header{margin-inline-start:var(--spacing-normal);position:absolute}.service-overview-invite__buttons{gap:var(--spacing-xsmall);justify-content:center;display:flex}.service-overview-invite__header{align-items:center;gap:var(--spacing-normal);border-block-end:1px solid var(--color-divider);padding:var(--spacing-xsmall)var(--spacing-normal);height:var(--spacing-xxxlarge);max-height:var(--spacing-xxxlarge);flex-wrap:nowrap;display:flex}.service-overview-invite__header,.service-overview-invite__timePane{min-height:var(--spacing-xxxlarge)}.service-overview-invite__location{align-items:center;gap:var(--spacing-xsmall);flex:1;display:flex;overflow:hidden}.service-overview-invite__time-line-item .uni-icon{opacity:0}.service-overview-invite__user-login-chips{--uni-button-padding:.375rem .5rem;margin:var(--spacing-normal)auto 0 auto;--uni-button-outline:0;border:1px solid var(--uni-button-outline-color);max-width:max-content;min-height:1.625rem}.service-overview-invite__user-login-chips .uni-button__label{color:var(--color-text-secondary)}.service-overview-invite__members{gap:var(--spacing-normal);flex-direction:column;flex:1;display:flex}.service-overview-invite__members-list{gap:var(--spacing-xsmall);flex-direction:column;flex:1;max-height:100%;display:flex;overflow-y:auto}.service-overview-invite__members-header{align-items:center;gap:var(--spacing-xsmall);display:flex}.service-overview-invite__members-description{margin-block-start:calc(var(--spacing-small)*-1)}.service-overview-invite__members-item{flex:unset}.service-overview-invite__agree-button{color:var(--color-primary);--uni-button-padding:0}.service-overview-invite__submit{min-height:2.875rem}.service-overview-invite .user-list-item__info{display:grid;max-width:100%!important}.service-overview-login{z-index:2}.service-overview-login__animated-parent{gap:var(--spacing-normal);flex-direction:column;max-height:100%;display:flex;overflow:hidden auto}.service-overview-login .service-overview-login__auth{padding:var(--spacing-xsmall)0}.service-overview-login__header-title{margin:0 auto}.service-overview-login__timePane{min-height:var(--spacing-xxxlarge)}.service-overview-login__action-header{margin-inline-start:var(--spacing-normal);position:absolute}.service-overview-login__time-line-item .uni-icon{opacity:0}.service-overview-result{z-index:2;max-height:100%}.service-overview-result__animated-parent{gap:var(--spacing-normal);flex-direction:column;max-height:100%;display:flex;overflow:hidden auto}.service-overview-result__header-title{margin:0 auto}.service-overview-result__timePane{min-height:var(--spacing-xxxlarge)}.service-overview-result__footer-buttons{gap:var(--spacing-xsmall);display:flex}.service-overview-result__button{width:100%}.service-overview-select{z-index:2;max-height:100%}.service-overview-select__header{padding-inline-start:var(--spacing-normal)}.service-overview-select__header--action{padding-inline-start:3.3rem}.service-overview-select__loading,.service-overview-select__loading-wrapper{min-width:100%;min-height:610px}.service-overview-select__change-date{min-width:8.125rem;display:none}.service-overview-select__date-time{flex-direction:column;height:auto;max-height:100%;display:flex;overflow:hidden}.service-overview-select__day{padding:var(--spacing-xsmall)0;z-index:1;background-color:var(--color-surface);position:sticky;inset-block-start:0}.service-overview-select__times{--times-width:100%;width:0;min-width:0;max-width:0;height:0;padding:0 var(--spacing-xxsmall);gap:var(--spacing-xxsmall);transition:var(--transition-short);will-change:max-width,width,min-width;flex-direction:column;transition-property:max-width,width,min-width;display:none;position:relative;overflow-y:auto}.service-overview-select__time:not(.service-overview-select__time--active) .service-overview-select__time-confirm{width:0;min-width:0;max-width:0;padding-inline:0;overflow:hidden}.service-overview-select__time{align-items:stretch;gap:var(--spacing-xxsmall);display:flex}.service-overview-select__time--active .service-overview-select__time-confirm{width:50%;min-width:50%;max-width:50%}.service-overview-select__timezone .uni-button__label+.uni-button-icon{margin:0 calc(var(--spacing-xxsmall)*-1)}.service-overview-select--selected .service-overview-select__change-date{display:inline-flex}.service-overview-select--selected .service-overview-select__date-time{gap:var(--spacing-normal)}.service-overview-select--selected .service-overview-select__calendar-hide{display:none}.service-overview-select--selected .service-overview-select__times{height:unset;width:var(--times-width);min-width:var(--times-width);max-width:var(--times-width);display:flex}@media screen and (min-width:768px){.service-overview-select__calendar{display:flex!important}.service-overview-select__times{--times-width:180px;display:flex!important}.service-overview-select__date-time{min-height:20rem;max-height:50vh;flex-direction:row!important}.service-overview-select__change-date{display:none!important}}.service-overview-select__calendar{flex:1}.service-overview-select__calendar .mbsc-calendar-table{padding:0}.service-overview-select__calendar .mbsc-calendar-title.mbsc-calendar-month.mbsc-material,.service-overview-select__calendar .mbsc-calendar-title.mbsc-calendar-year.mbsc-material{color:var(--color-text-secondary);justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;line-height:1.75rem;display:flex}.service-overview-select__calendar .mbsc-calendar-button{padding:var(--spacing-xxsmall);max-height:var(--spacing-xlarge)}.service-overview-select__calendar .mbsc-calendar-button.mbsc-calendar-button-next.mbsc-icon-button,.service-overview-select__calendar .mbsc-calendar-button.mbsc-calendar-button-prev.mbsc-icon-button{max-width:var(--spacing-xlarge)}.service-overview-select__calendar .mbsc-material.mbsc-calendar-week-day{color:var(--color-text-secondary);justify-content:center;align-items:center;font-size:.875rem;font-weight:700;line-height:1.25rem;display:flex}.service-overview-select__calendar .mbsc-material.mbsc-calendar-day-text{width:var(--spacing-xlarge);height:var(--spacing-xlarge);background-color:var(--color-primary-50);margin:var(--spacing-xxsmall)auto;transition:var(--transition-short);will-change:background;border:none;justify-content:center;align-items:center;padding:0;font-size:.875rem;font-weight:700;line-height:1.25rem;transition-property:background;display:flex}.service-overview-select__calendar .mbsc-selected .mbsc-material.mbsc-calendar-day-text{background-color:var(--color-primary)}.service-overview-select__calendar .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-calendar-today{color:var(--color-text-primary)}.service-overview-select__calendar:not(.service-overview-select__calendar--loading) .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-calendar-today:after{content:"";width:var(--dim-xxsmall);height:var(--dim-xxsmall);background-color:var(--color-red-500);bottom:calc(var(--spacing-xxsmall) + var(--spacing-xxxsmall));border-radius:9999px;display:block;position:absolute}.service-overview-select__calendar:not(.service-overview-select__calendar--loading) .mbsc-selected .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-calendar-today{color:var(--color-white)}.service-overview-select__calendar:not(.service-overview-select__calendar--loading) .mbsc-selected .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-calendar-today:after{background-color:var(--color-white)}.service-overview-select__calendar:not(.service-overview-select__calendar--loading) .mbsc-disabled .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-calendar-today{color:var(--color-disabled)}.service-overview-select__calendar:not(.service-overview-select__calendar--loading) .mbsc-disabled .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-calendar-today:after{background-color:var(--color-disabled)}.service-overview-select__calendar .mbsc-disabled .mbsc-calendar-cell-text,.service-overview-select__calendar .mbsc-disabled .mbsc-calendar-month-name,.service-overview-select__calendar .mbsc-selected.mbsc-disabled .mbsc-calendar-cell-text{opacity:1;color:var(--color-disabled);background-color:#0000}.service-overview-select__calendar--loading .mbsc-calendar-cell-text{opacity:1!important;color:#0000!important;background-color:var(--color-skeleton-bg)!important;position:relative!important;overflow:hidden!important}.service-overview-select__calendar--loading .mbsc-calendar-cell-text:after{--gradient-width:100px;content:"";width:var(--gradient-width);height:100%;left:calc(-1*var(--gradient-width));background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);animation:shine 2.5s ease-out infinite;position:absolute}.service-time-pane__wrapper{flex-direction:column;width:100%;display:flex}.service-time-pane__line-one,.service-time-pane__line-two{gap:var(--spacing-normal);justify-content:space-between;display:flex}.service-time-pane__line-one-mobile{gap:var(--spacing-xsmall);justify-content:space-between;display:flex}.service-time-pane__line-two-mobile{margin-top:var(--spacing-xsmall);gap:var(--spacing-xsmall);flex-direction:column;display:flex}.service-time-pane__timezone{margin-bottom:calc(-1*var(--spacing-small));justify-content:flex-end;display:flex}.new-service-detail .uni-detail-page__info{gap:var(--spacing-normal);flex-direction:column;display:flex}.new-service-detail .uni-description .uni-description__view-more{margin-inline-start:var(--spacing-xxsmall)}.event-detail__appbar .uni-appbar__navigation{gap:unset;max-width:fit-content}.note-card__no-desc{visibility:hidden}.note-wrapper-item--desc{gap:var(--spacing-xxsmall)}.note-drawer{width:100%}.note-drawer .MuiBackdrop-root{opacity:0!important}.note-drawer__skeleton{gap:var(--spacing-xsmall);padding-inline:var(--spacing-small);display:grid}.note-drawer__skeleton .line-skeleton__element{background-color:var(--color-background-divider)}.note-drawer__paper{width:100%;overflow:unset}.note-drawer__title-wrapper{margin-block-end:var(--spacing-large)}.note-drawer__title-wrapper .uni-text-field__input{font-size:1.25rem}.note-drawer__wrapper-list{align-items:stretch;gap:var(--spacing-xsmall);width:100%;height:100%;min-height:100%;max-height:100%;max-width:var(--module-wrapper-sidebar-width);transition:var(--transition-long);will-change:margin-inline-start;flex-direction:column;transition-property:margin-inline-start;display:flex;position:relative}.note-drawer__wrapper-list .module-wrapper-subtab{left:4px}.note-drawer__wrapper-list--expanded{margin-top:var(--spacing-normal)}.note-drawer__wrapper-list .module-wrapper-header{background-color:var(--color-surface);border-bottom:1px solid var(--color-gray-300);padding-inline:var(--spacing-small);margin-inline:0;padding-block:.375rem}.note-drawer__wrapper-list .module-wrapper-header__overal-info{padding-block:0}@media (min-width:600px){.note-drawer__wrapper-list .module-filter__sub-items{inset-block-start:.375rem!important}}.note-drawer__wrapper-list .tab-layout__back-button{inset-block-start:var(--spacing-small)}.note-drawer__wrapper-list .module-filter__sub-items{position:static;--uni-button-font-size:16px;--uni-text-field-extra-inline-size:1.125rem}.note-drawer__wrapper-list .module-filter__sub-items .uni-text-field__input{font-size:18px}.note-drawer__wrapper-subtab{flex-direction:row!important}.note-drawer__wrapper{background-color:var(--color-surface);width:100%;height:100%}.note-drawer__wrapper :not(.uni-detail-page--has-cover) .uni-detail-page:not(.uni-detail-page--has-cover) .note-edit-page{padding-inline:10px}.note-drawer__wrapper .note-detail-page__appbar{border-bottom:1px solid var(--color-gray-300)}.note-drawer__wrapper .editor-main{margin-inline-start:var(--spacing-xxxlarge)}.note-drawer__wrapper .new-uni-select__text-field{--uni-text-field-adornment-offset-x:var(--spacing-xxsmall)!important}.note-drawer__wrapper .uni-detail-page__safe-zone{max-width:23rem}.note-drawer__wrapper-list .module-wrapper-header{min-height:3rem;max-height:3rem}.note-drawer__header--MR{border-block-end:1px solid var(--color-divider)}.note-drawer__header--MR .note-drawer__header-adjustment .uni-icon{color:var(--color-text-primary)!important}.note-drawer__header-overall-info{justify-content:space-between;width:100%;display:flex}.note-drawer__header-adjustment{align-items:center;gap:var(--spacing-xxsmall);display:flex}.note-drawer__header-share-tool,.note-drawer__header-title{margin-inline-end:var(--spacing-xxsmall)}.note-drawer__header-title-wrapper{align-items:center;gap:var(--spacing-xxsmall);display:flex}.drawer .note-drawer__body-wrapper{padding-inline-start:0}.drawer .note-drawer__wrapper--content:hover{padding-inline-start:2.5rem;animation-name:note-drawer-animation;animation-duration:.5s;animation-timing-function:linear;animation-direction:alternate;position:relative}.drawer .note-block-sortable-element__container:hover .drawer .note-block-sortable-element__actions-adjustment{opacity:1;animation-name:block-animation;animation-duration:.5s;animation-timing-function:linear;animation-direction:alternate;position:relative}@keyframes block-animation{0%{inset-inline-start:calc(-1*var(--spacing-xxlarge))}to{inset-inline-start:0}}@keyframes note-drawer-animation{0%{padding-inline-start:0}to{padding-inline-start:2.5rem}}.note-filter{padding:var(--spacing-normal);width:316px}.note-filter__form-control{align-items:center;gap:var(--spacing-normal);width:100%;color:var(--color-text-hint);display:flex}.note-filter__form-control+.note-filter__form-control{margin-top:var(--spacing-normal)}.note-filter__label{flex-shrink:0;font-weight:700}.note-filter__input-container{flex:100%;overflow:hidden}.note-filter__input-container--date{gap:var(--spacing-small);display:flex}.note-filter__tools{gap:var(--spacing-normal);flex-direction:row-reverse;margin-top:1.5rem;display:flex}.note-filter__btn{width:120px;height:40px;padding:0}.note-filter .MuiFilledInput-root.MuiInputBase-root,.note-filter .mbsc-material.mbsc-textfield{min-height:40px;font-size:.875rem;line-height:1rem}.note-filter .MuiFilledInput-root.MuiInputBase-root .MuiFilledInput-input.MuiInputBase-input,.note-filter .mbsc-material.mbsc-textfield .MuiFilledInput-input.MuiInputBase-input{padding:.75rem}.note-project{align-items:center;gap:var(--spacing-xsmall);display:flex}.note-project__content{gap:var(--spacing-xxsmall);max-width:8.125rem;display:flex}.note-wrapper-item.uni-new-menu-item--text{--uni-new-menu-item-background:var(--color-background-surface)}.note-wrapper-item--desc{flex-direction:column;justify-content:space-between;width:100%;display:flex}.note-wrapper-item--desc--content{gap:var(--spacing-xsmall);min-height:var(--spacing-normal)}.note-wrapper-item--desc--content,.note-wrapper-item--desc--footer{align-items:center;justify-content:space-between;display:flex}.note-wrapper-item--title{align-items:center;gap:var(--spacing-xsmall);display:flex}@media screen and (min-width:960px){.note-wrapper .uni-appbar{padding:var(--spacing-xsmall)var(--spacing-large)}}.palette-arabic-theme .note-wrapper{min-height:calc(100% - var(--spacing-normal))}@media screen and (min-width:960px){.palette-arabic-theme .note-wrapper .uni-content{max-height:calc(100% - var(--spacing-xxxlarge))}}.palette-arabic-theme .note-wrapper .module-filter__sub-items{inset-block-start:calc(var(--dim-header-height) + 1.6rem)}.editor-loading{position:fixed;inset-block-end:.3125rem;inset-inline-end:.3125rem}.editor-main{outline:none}.note-detail-header-container{margin-top:1rem}.note-detail-header-container-content-time{text-align:right;justify-content:flex-end;align-items:center;margin-top:.5rem;display:flex}.note-detail-header-container-content-time>span{margin-left:.5rem}.note-detail-header-container-tools{align-items:center;display:flex}.note-detail-header-container-tools>button+button{margin-left:.75rem!important}.note-detail-topbar{padding:var(--spacing-normal)0;justify-content:space-between;width:100%}.note-detail-topbar,.note-detail-topbar-info{align-items:center;display:flex}.note-detail-topbar-info-content{flex-direction:column;margin-left:.5rem;display:flex}.note-detail-topbar-tools{align-items:center;gap:.5rem;display:flex}.note-detail-topbar-tools-btn-share.uni-button{--uni-button-background:var(--color-secondary-500)}.note-detail-topbar-tools-btn-share.uni-button--sm-show{display:initial!important}@media screen and (min-width:960px){.note-detail-topbar-tools-btn-share.uni-button--sm-show{display:none!important}}.note-detail-topbar-tools-btn-share.uni-button--sm-hidden{display:none!important}@media screen and (min-width:960px){.note-detail-topbar-tools-btn-share.uni-button--sm-hidden{display:initial!important}}.drop-down-menu{font-family:var(--uni-font-family)!important}.note-detail-page{height:100vh}@media screen and (min-width:1100px){.note-detail-page .uni-detail-page{--uni-detail-page-logo-size:4rem;--uni-detail-page-cover-height:12rem}.note-detail-page .uni-detail-page--has-cover .uni-detail-page__content{row-gap:var(--spacing-large)}}.note-detail-page .uni-detail-page--has-cover .note-info{padding-inline:.4375rem}.note-detail-page .uni-detail-page--has-cover .note-info-mobile{padding-inline:0}.note-detail-page .uni-detail-page{max-width:85rem;margin:auto}@media screen and (min-width:960px){.note-detail-page{padding-inline:1rem}}.note-detail-page .uni-detail-page:not(.uni-detail-page--has-cover) .uni-detail-page__actions{margin-left:0}@media screen and (min-width:960px) and (max-width:1100px){.note-detail-page .uni-detail-page__actions{top:0!important}}.note-detail-page__appbar .uni-appbar__actions{justify-content:flex-end}.note-detail-page__appbar-edit-button{width:6rem;height:var(--spacing-xlarge)}.note-detail-page__appbar .uni-appbar__navigation{gap:unset}.note-detail-page .uni-editable-cover__add:not(.uni-editable-cover__add--open),.note-detail-page .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:visible}.note-detail-page .uni-detail-page__logo--show .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:visible!important}.note-detail-page .uni-detail-page__header .uni-editable-cover__add:not(.uni-editable-cover__add--open),.note-detail-page .uni-detail-page__header .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:hidden!important}.note-detail-page .uni-detail-page__header :hover .uni-editable-cover__add:not(.uni-editable-cover__add--open),.note-detail-page .uni-detail-page__header :hover .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:visible!important}@media screen and (min-width:1100px){.note-detail-page--drawer .uni-detail-page--has-cover .uni-detail-page__content{row-gap:var(--spacing-normal)}}.note-detail-page--drawer .uni-detail-page{--uni-detail-page-logo-size:3rem}.note-detail-page--drawer :not(.uni-detail-page--has-cover) .uni-detail-page__content{row-gap:0}.note-detail-page--drawer :not(.uni-detail-page--has-cover) .uni-detail-page__info--actions{gap:0}.note-detail-page--drawer .uni-detail-page__content{padding-inline:0}@media screen and (min-width:1100px){.note-detail-page--drawer .uni-detail-page__actions{top:-27px!important;left:1.5rem!important}}.note-detail-page--drawer .uni-editable-cover__add:not(.uni-editable-cover__add--open),.note-detail-page--drawer .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:visible}.note-detail-page--drawer .uni-detail-page--has-cover .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:hidden}.note-detail-page--drawer .uni-detail-page__logo--show .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:visible!important}.note-detail-page--drawer .uni-detail-page__header .uni-editable-cover__add:not(.uni-editable-cover__add--open),.note-detail-page--drawer .uni-detail-page__header .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:hidden!important}.note-detail-page--drawer .uni-detail-page__header :hover .uni-editable-cover__add:not(.uni-editable-cover__add--open),.note-detail-page--drawer .uni-detail-page__header :hover .uni-editable-logo__add:not(.uni-editable-logo__add--open){visibility:visible!important}@media screen and (min-width:960px){.note-detail-page--drawer{width:24.06rem;position:fixed;top:60px;margin-top:var(--spacing-small)!important}}.note-detail-page--drawer .add-to-matter,.note-detail-page--drawer .uni-text-field{margin-left:0!important}.note-detail-page--drawer .uni-detail-page__hint{margin-block-start:var(--spacing-normal);padding-inline-start:var(--spacing-normal);padding-inline-end:var(--spacing-small)}.note-detail-page--drawer .uni-detail-page__hint p{max-width:13rem;font-size:12px}@media screen and (max-width:960px){.note-detail-page--drawer .uni-detail-page__hint{margin-block-end:var(--spacing-normal)}}.note-detail-page--drawer .uni-detail-page__header{min-height:6.25rem!important;max-height:6.25rem!important}.note-detail-page--drawer .uni-detail-page--has-cover .note-info{padding-inline:22px}.note-detail-page--drawer .note-info{width:100%;max-width:100%;margin-top:.625rem;padding-right:0}.note-detail-page--drawer .uni-detail-page,.note-detail-page--drawer :not(.uni-detail-page--has-cover) .uni-detail-page{margin-top:1rem}.note-detail-page--drawer :not(.uni-detail-page--has-cover) .uni-detail-page__content{padding:0}.note-detail-page--drawer :not(.uni-detail-page--has-cover) .uni-detail-page__actions{margin-block-start:-.5rem}.note-detail-page--drawer :not(.uni-detail-page--has-cover) .uni-detail-page__header{min-height:6.25rem!important;max-height:6.25rem!important}@media screen and (min-width:960px){.note-detail-page--drawer :not(.uni-detail-page--has-cover) .uni-detail-page__header{padding-inline:var(--spacing-normal);padding-block-start:var(--spacing-xsmall)}.note-detail-page--drawer :not(.uni-detail-page--has-cover) .uni-detail-page__header .uni-editable-cover__edit-large-screen{inset-block-start:var(--spacing-xsmall);inset-inline-start:var(--spacing-xsmall)}}.note-detail-page--drawer .note-detail-page .uni-detail-page__actions .uni-new-avatar{--uni-avatar-size:3.5rem!important}@media screen and (min-width:1100px){.note-detail-page--drawer .uni-detail-page__actions{padding-block-start:0;top:-24px!important}}@media screen and (max-width:1100px){.note-detail-page--drawer .uni-detail-page__actions{top:7px!important}}@media screen and (max-width:960px){.note-table{padding-inline:var(--spacing-normal)}}.note-table .MuiTypography-root{color:var(--color-text-secondary)}.note-table__detail{align-items:center;gap:var(--spacing-xxsmall);display:flex}.note-table__status{text-align:right}.note-table__status .uni-button{border-radius:50px}.note-table__status .uni-button__backdrop{z-index:0!important}.note-table__members .uni-floating-avatars__list .MuiTypography-root{color:var(--color-text-secondary);background-color:#000}.note-table__members .uni-floating-avatars__counter.MuiTypography-root{background-color:var(--color-background)}@media screen and (max-width:960px){.note-table__participle-area{display:none}}.note-table__participle-area .MuiTypography-root{color:var(--color-text-secondary)}.note-table__participle-area-items{display:flex}.note-table__action{text-align:end}.note-list{padding-inline:var(--spacing-normal)}.note-list .list-skeleton{margin-top:var(--spacing-large)}@media screen and (min-width:960px){.note-list{padding-inline-end:var(--spacing-small)}}.note-list__filter-bar{z-index:10;background:var(--color-background);position:sticky;top:0}@media screen and (max-width:960px){.note-list__filter-bar{padding-top:.5rem}}@media screen and (max-width:768px){.note-list__new-action .uni-button__label{display:none}}.note-list__content{height:100%}@media screen and (min-width:768px){.note-list__content .uni-react-table__header .uni-react-table--item-style{padding-block-start:3px}}.note-info{gap:var(--spacing-normal);padding-block-end:var(--note-block-bottom--size);flex-direction:column;width:100%;max-width:-webkit-fill-available;margin-top:.625rem;padding-bottom:0;display:flex;overflow-x:visible}.note-info-mobile{position:relative}.note-info-mobile .uni-detail-page--has-logo .note-info{margin-top:1rem!important}.note-info__title{width:100%}.note-info__title .uni-text-field__input{color:var(--color-text-primary);font-weight:900;line-height:2.5rem;font-size:var(--note-title--size);padding:0}.note-info__title .uni-text-field--outlined__fieldset{border:none}.uni-detail-page--has-cover .note-info:not(.note-info-mobile){margin-top:0!important}.note-drawer__wrapper .note-info__title .uni-text-field__input{font-size:1.5rem}@media screen and (max-width:960px){.note-detail-page--drawer{padding-block-start:1rem}.note-detail-page--drawer .add-to-matters,.note-detail-page--drawer .uni-detail-page{padding-inline:1rem}.note-detail-page--drawer .uni-detail-page--has-cover{padding-inline:0}}.notification-center{--notification-center-width:400px;z-index:calc(var(--z-index-drawer) - 2)}.notification-center__paper{height:unset;width:100%;box-shadow:none;background:var(--color-surface);justify-content:space-between;inset:0;overflow:hidden}.notification-center__header{align-items:center;gap:var(--spacing-xsmall);padding:var(--spacing-normal);border-block-end:1px solid var(--color-divider);background:var(--color-background-surface);display:flex}.notification-center__title{color:var(--color-text-primary);flex:1;font-size:1rem;font-weight:700;line-height:1.25rem}.notification-center__switch{align-items:center;gap:var(--spacing-xxsmall);padding:0 var(--spacing-xxsmall);color:var(--color-text-secondary);background:0 0;font-size:.75rem;font-weight:700;line-height:1rem}.notification-center__list{background:var(--color-surface);scroll-behavior:smooth;scroll-snap-type:y mandatory;flex:1;overflow-y:auto}.notification-center__list.line-skeleton{padding:var(--spacing-normal)}.notification-center__list-inner{position:relative}.notification-center__label{z-index:1;padding:var(--spacing-xsmall)var(--spacing-normal);font-size:.875rem;font-weight:700;line-height:1.25rem;color:var(--color-text-primary)!important;font-family:var(--uni-font-family)!important}.notification-center__item,.notification-center__label{background-color:var(--color-surface);inset-block-start:0;inset-inline:0}.notification-center__item{padding:var(--spacing-xxsmall);flex-direction:column;padding-block-start:0;display:flex}.notification-center__footer{justify-content:flex-end;align-items:center;gap:var(--spacing-xsmall);padding:var(--spacing-xsmall)var(--spacing-normal);background-color:var(--color-background-surface);display:flex}.notification-center__clear{margin-inline-end:auto}.notification-center__fetcher{min-height:var(--spacing-xxsmall);max-height:var(--spacing-xxsmall);margin-block-start:calc(var(--spacing-xxsmall)*-1)}.notification-center__empty{justify-content:center;align-items:center;gap:var(--spacing-xsmall);flex-direction:column;display:flex;position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%)}.notification-center__empty-svg{width:100px;height:100px}.notification-center--has-bottom-bar .notification-center__close{display:none}.notification-center,.notification-center .MuiBackdrop-root,.notification-center--has-bottom-bar .notification-center__paper{inset-block-end:var(--dim-bar-height)}.notification-center .MuiBackdrop-root{opacity:0!important}@media screen and (min-width:960px){.notification-center{z-index:var(--z-index-drawer)}.notification-center__paper{max-width:var(--notification-center-width);border-radius:var(--spacing-xsmall);box-shadow:var(--box-shadow-xxxl);inset-block-start:var(--spacing-xxlarge);inset-block-end:var(--spacing-normal);inset-inline-start:unset!important;inset-inline-end:var(--spacing-normal)!important}.notification-center__close{display:none}.notification-center,.notification-center .MuiBackdrop-root,.notification-center--has-bottom-bar .notification-center__paper{inset-block-end:var(--spacing-normal)}}.rtl-styles .notification-center__empty{inset-inline-start:unset;inset-inline-end:50%}.notification-item{text-align:start;align-items:center;gap:var(--spacing-normal);width:100%;padding:var(--spacing-xsmall);border-radius:var(--spacing-xsmall);transition:var(--transition-main);will-change:background-color;flex:1;justify-content:flex-start;transition-property:background-color;display:flex}.notification-item__content{flex-direction:column;flex:1;display:flex;font-family:var(--uni-font-family)!important}.notification-item__message{max-width:calc(100% - var(--spacing-xsmall));line-height:1.25rem}.notification-item__title{font-weight:700}.notification-item__link{color:var(--color-primary)}.notification-item__time{line-height:1rem}.notification-item__read{transition:var(--transition-main);will-change:border-color,background-color;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;min-width:1rem;max-width:1rem;min-height:1rem;max-height:1rem;transition-property:border-color,background-color;display:flex}.notification-item__read-btn{padding:var(--spacing-xxsmall)}.notification-item--read .notification-item__read{opacity:0;visibility:hidden}.notification-item:hover{background-color:var(--color-button-outline)}.notification-item:hover .notification-item__read{opacity:1;visibility:visible;border-color:var(--color-gray-400);background-color:var(--color-gray-300)}@media (pointer:coarse){.notification-item .notification-item__read{opacity:1;visibility:visible;border-color:var(--color-gray-400);background-color:var(--color-gray-300)}}.contact-detail{width:100%;height:100%}.contact-detail__header{align-items:center;gap:var(--dim-xsmall);width:100%;display:flex}@media screen and (max-width:600px){.contact-detail__header{flex-wrap:wrap;justify-content:space-between;margin-block-start:-3.5rem}}.contact-detail__header-info{flex-flow:column;flex:1;justify-content:flex-start;align-items:flex-start;display:flex;overflow:hidden}@media screen and (max-width:600px){.contact-detail__header-info{flex:none;order:3;width:100%}}.contact-detail__header-position{flex-flow:row;justify-content:flex-start;align-items:center;display:flex}.contact-detail__header-right{gap:var(--dim-xxsmall);flex-flow:column;justify-content:flex-start;align-items:center;display:flex}.contact-detail__header-actions{gap:var(--dim-xxsmall);flex-flow:row;justify-content:flex-end;align-items:center;width:100%;display:flex}.contact-detail__header-view-profile{border-radius:var(--dim-xxlarge)!important}.contact-detail__header-working{gap:var(--dim-xxsmall);border-radius:var(--dim-normal);background:var(--color-background);flex-flow:row;justify-content:flex-start;align-items:center;display:flex}@media screen and (max-width:960px){.contact-detail__header-working{display:none}}.contact-detail__information{gap:var(--dim-xsmall);flex-flow:row;justify-content:space-between;align-items:center;width:100%;display:flex}.contact-detail__information .box-people-info{flex:1;width:0}@media screen and (max-width:960px){.contact-detail__information{display:none}}.contact-detail__content{margin-block-start:var(--spacing-normal)}.contact-detail__text{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.contact-detail .empty-state{background-color:#0000;margin-block-start:var(--spacing-normal)}.contact-detail-overview{align-items:cneter;gap:var(--dim-normal);width:100%;height:100%;flex-direction:column;justify-content:flex-start;margin-block-start:var(--spacing-normal);display:flex}.contact-detail-overview,.contact-detail-overview *{-webkit-user-select:text;user-select:text}.contact-detail-overview--email-wrapper{align-items:flex-end;gap:var(--spacing-xsmall);justify-content:space-between;display:flex}@media (min-width:960px){.contact-detail-overview--email-wrapper .uni-copy-link{display:none}}.contact-detail-overview__phone-number .react-tel-input .special-label{display:none!important}.contact-detail-overview__phone-number .react-tel-input .form-control{padding:var(--spacing-xsmall);cursor:text;border:0;padding-inline-start:var(--spacing-xlarge);font-size:12px}.contact-detail-overview__phone-number .react-tel-input .selected-flag{cursor:default;padding:0!important}.contact-detail__tabs .uni-virtualizer__grid-label-item{margin-inline-start:var(--spacing-xsmall)}.contacts{height:100%}.contacts__wrapper{width:100%;height:100%;overflow:hidden}@media screen and (min-width:960px){.contacts__wrapper{padding-inline-start:var(--spacing-xsmall)}}@media screen and (max-width:960px){.contacts__wrapper{padding-block-start:var(--spacing-normal)}}@media screen and (min-width:960px){.contacts__wrapper .uni-virtualization{margin-block-start:-56px}}@media screen and (max-width:960px){.contacts__wrapper .uni-virtualization{margin-block-start:var(--spacing-small)!important}}@media screen and (min-width:600px){.contacts__wrapper .uni-virtualization .uni-grid-skeleton{margin-block-start:var(--spacing-xxxlarge)}}.contacts__wrapper .uni-virtualization:has(.uni-virtualizer__grid-row){margin-block-start:-.5rem}@media screen and (min-width:600px){.contacts__wrapper .uni-virtualization:has(.uni-virtualizer__grid-row) .uni-virtualizer__grid-skeleton{margin-block-start:22px}}.contacts__wrapper .uni-virtualization:has(.empty-state){margin-block-start:0}.contacts__wrapper .uni-virtualization .uni-virtualizer__grid-col-item{padding-inline-start:0}.contacts__wrapper .uni-virtualization .uni-virtualization__scrollbox{padding-block-end:200px}.contacts .table-contacts{margin-inline-end:var(--spacing-normal)}.rtl-styles .contacts__wrapper .uni-virtualization .uni-virtualization__scrollbox{-webkit-mask-image:unset!important;mask-image:unset!important}.contact-form-drawer-content{width:100%;height:100%}.contact-form-drawer-content__main{width:100%;height:calc(100% - 48px);overflow:hidden auto}.contact-form-drawer-content__form{flex-direction:column;width:100%;min-width:24rem;height:100%;display:flex;position:relative}.contact-form-drawer-content__form--layout{gap:var(--dim-normal);box-sizing:border-box;min-width:24rem;padding:var(--spacing-normal);flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex;position:relative}.contact-form-drawer-content__form-textfield{width:100%}.contact-form-drawer-content--hidden-form .contact-form-drawer-content__form-item{display:none}.contact-form-drawer-content__custom-fields,.contact-form-drawer-content__emails,.contact-form-drawer-content__phones{align-items:flex-start;gap:var(--dim-xsmall);flex-direction:row;justify-content:flex-start;width:100%;display:flex}.contact-form-drawer-content__emails .uni-text-field{flex:2}.contact-form-drawer-content__emails .new-uni-select__text-field{flex:1.1}.contact-form-drawer-content__submit{z-index:1;width:100%;padding:var(--spacing-xsmall)var(--spacing-normal);background-color:var(--color-surface);margin-top:auto;position:sticky;bottom:0}.contact-form-drawer-content__submit .uni-button__label{text-transform:capitalize}.contact-form-drawer-content__groups{align-items:center;gap:var(--dim-xsmall);flex-flow:wrap;justify-content:flex-start;width:100%;display:flex}.contact-form-drawer-content__groups-item{width:auto;padding:0 var(--spacing-xsmall);border-radius:var(--dim-normal)!important}.contact-form-drawer-content__groups-item .uni-new-menu-item__label{white-space:nowrap;text-overflow:ellipsis;max-width:5rem;font-weight:700}.contact-form-drawer-content__groups-item-label{color:var(--color-primary)}.contact-form-drawer-content__groups-close{background-color:#0000}.contact-form-drawer-content__container{width:100%}.contact-form-drawer-content__addgroup{background-color:#0000}.group-form-drawer-content{width:100%;height:100%}.group-form-drawer-content__form{gap:var(--spacing-large);width:100%;height:calc(100% - 48px);padding:var(--spacing-normal);flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex;position:relative;overflow-y:auto}.group-form-drawer-content__form .new-search-people__wrapper{width:100%}.group-form-drawer-content__members{gap:var(--dim-xsmall);flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.group-form-drawer-content__members-item{gap:var(--dim-xsmall);flex-flow:row;justify-content:flex-start;align-items:center;width:100%;display:flex}.group-form-drawer-content__members-item-delete{margin-inline-start:auto}.group-form-drawer-content__members-item-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.group-form-drawer-content__footer{z-index:1;width:100%;margin-top:auto;position:sticky;bottom:0}.group-form-drawer-content__footer .uni-button__label{text-transform:capitalize}.group-detail{width:100%;height:fit-content}.group-detail__header{gap:var(--dim-xsmall);flex-flow:row;justify-content:flex-start;align-items:center;width:100%;display:flex}@media screen and (max-width:600px){.group-detail__header{flex-wrap:wrap;justify-content:space-between;margin-block-start:-3.5rem}}.group-detail__header-info{gap:var(--dim-xsmall);flex-flow:column wrap;flex:1;justify-content:flex-start;align-items:flex-start;width:0;display:flex}@media screen and (max-width:600px){.group-detail__header-info{flex:none;order:3;width:100%}}.group-detail__content{gap:var(--dim-normal);height:100%;margin-block-start:var(--dim-large)}.group-detail__content,.group-detail__content-description{width:100%;flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}.group-detail__content-description{gap:var(--dim-xsmall)}.groups{height:100%}@media screen and (max-width:600px){.groups{padding-block-end:1.25rem}}.groups-table{height:100%;overflow-y:auto}.groups .uni-grid-skeleton__element{margin-top:calc(var(--spacing-xxxxlarge) + var(--spacing-normal))}.groups .uni-virtualization{margin-block-start:-56px}.groups .uni-virtualization__scrollbox{padding-right:0}@media screen and (min-width:960px){.groups .uni-virtualization:has(.uni-virtualizer__grid-row){margin-block-start:-.75rem}}@media screen and (max-width:960px){.groups .uni-virtualization:has(.uni-virtualizer__grid-row){margin-block-start:var(--spacing-small)!important}}.groups .uni-virtualization:has(.uni-virtualizer__grid-row) .uni-virtualizer__grid-skeleton{margin-block-start:22px}.groups .uni-virtualization:has(.empty-state){margin-block-start:0}.groups .uni-virtualization .uni-virtualizer__grid-col-item{margin-block-start:.3rem}.item-name-table{justify-content:flex-start;align-items:center;gap:var(--dim-xsmall);flex-direction:row;width:100%;display:flex}.item-name-table .personal__title-wrapper *{max-width:fit-content}.item-name-table__info{justify-content:center;align-items:center;gap:var(--dim-xxsmall);flex-direction:row;display:flex}.box-people-info{align-items:flex-start;flex-direction:column}.box-people-info,.box-people-info__container{gap:var(--dim-xxsmall);width:100%;display:flex}.box-people-info__container{justify-content:flex-start;align-items:center;flex-direction:row}.box-people-info__value{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.box-people-info--primary{background-color:var(--color-secondary-300);border-radius:var(--dim-xlarge);padding:var(--spacing-xxsmall)var(--spacing-xsmall)}.people-card__description{gap:var(--spacing-xxsmall);flex-direction:column;margin-block-start:var(--spacing-xxxsmall);display:flex}.people-card__description--no-data{visibility:hidden}.groups .core-card-body__custom{align-items:flex-end}.groups .core-card-body__custom--content--title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rtl-styles .people-wrapper .groups .uni-virtualization .uni-virtualization__scrollbox{-webkit-mask-image:unset!important;mask-image:unset!important}.people-detail-wrapper{width:100%;height:100%;overflow-x:hidden}.people-detail-wrapper__content,.people-detail-wrapper__home{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.people-detail-wrapper__content{flex-flow:column}@media screen and (max-width:960px){.people-detail-wrapper__content{padding-block-end:0}}.people-detail-wrapper__header{width:100%;min-height:11rem}.people-detail-wrapper__header .uni-new-cover{--uni-cover-border-radius:var(--dim-radius-large)!important}@media screen and (max-width:960px){.people-detail-wrapper__header .uni-new-cover{--uni-cover-border-radius:0!important}}.people-detail-wrapper__body{z-index:1;box-sizing:border-box;height:100%;padding:var(--spacing-normal);background-color:var(--color-surface);width:calc(100% - var(--dim-xlarge));border:1px solid var(--color-divider);border-radius:var(--dim-radius-large);margin-block-start:-5rem;overflow-y:auto}.people-detail-wrapper__body--group{margin-block-start:var(--spacing-normal)}@media screen and (max-width:600px){.people-detail-wrapper__body--group{padding-block-start:var(--spacing-xxxxlarge)!important}}@media screen and (max-width:960px){.people-detail-wrapper__body{width:100%;overflow-y:unset;border:none;border-radius:0;margin:0}}.role{text-transform:capitalize;color:var(--color-feeyousha-900);border-radius:80px;font-size:10px}.role--guest{background:var(--color-orange-100)}.role--pending{background:var(--color-gray-200)}.role--user{display:none}.guest-detail-skeleton{flex-direction:column;width:100%;height:100%;display:flex}.guest-detail-skeleton__cover .line-skeleton__element{border-radius:var(--dim-xsmall);height:11rem!important}@media screen and (max-width:960px){.guest-detail-skeleton__cover .line-skeleton__element{border-top-left-radius:0;border-top-right-radius:0;height:9rem!important}}.guest-detail-skeleton__content{z-index:1;align-items:center;gap:var(--dim-normal);padding:var(--spacing-large);border-radius:var(--dim-xsmall);margin-inline:var(--spacing-normal);background-color:var(--color-surface);border:1px solid var(--color-gray-300);flex-direction:row;justify-content:flex-start;display:flex;margin-block-start:calc(-3*var(--spacing-xlarge))!important}@media screen and (max-width:960px){.guest-detail-skeleton__content{height:100%;padding:var(--spacing-normal);border:none;flex-direction:column;align-items:flex-start;margin:0!important}}.guest-detail-skeleton__info{gap:var(--spacing-xsmall);flex-direction:column;width:11rem;display:flex}.guest-detail-skeleton__avatar{border:3px solid var(--color-surface)}@media screen and (max-width:960px){.guest-detail-skeleton__avatar{margin-top:calc(var(--dim-xxlarge)*-1)}.guest-detail-skeleton{background-color:var(--color-surface);margin:0!important}}.people-detail-skeleton{flex-direction:column;width:100%;height:100%;display:flex}.people-detail-skeleton__cover .line-skeleton__element{border-radius:var(--dim-xsmall);height:11rem!important}@media screen and (max-width:960px){.people-detail-skeleton__cover .line-skeleton__element{border-top-left-radius:0;border-top-right-radius:0}}.people-detail-skeleton__content{z-index:1;align-items:flex-start;gap:var(--dim-normal);height:100%;padding:var(--spacing-large);border-radius:var(--dim-xsmall);margin-inline:var(--spacing-normal);background-color:var(--color-surface);border:1px solid var(--color-divider);flex-direction:column;justify-content:flex-start;display:flex;margin-block-start:calc(-3*var(--spacing-xlarge))!important}@media screen and (max-width:960px){.people-detail-skeleton__content{padding:var(--spacing-normal);border:none;border-radius:0;margin:0!important}}.people-detail-skeleton__avatar{border:3px solid var(--color-surface)}@media screen and (max-width:960px){.people-detail-skeleton__avatar{margin-top:calc(var(--dim-xxlarge)*-1)}}.people-detail-skeleton__profile{align-items:center;gap:var(--dim-normal);flex-direction:row;display:flex}@media screen and (max-width:960px){.people-detail-skeleton__profile{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.people-detail-skeleton__info{gap:var(--dim-xsmall);flex-direction:column;width:11rem;display:flex}.people-detail-skeleton__details{align-items:center;gap:var(--dim-xsmall);flex-direction:row;width:100%;display:flex}.people-detail-skeleton__details-item{gap:var(--dim-xsmall);flex-direction:column;flex:.5;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex}@media screen and (max-width:960px){.people-detail-skeleton__details{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.people-detail-skeleton__table{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex}.people-detail-skeleton__table-header,.people-detail-skeleton__table-item{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.people-detail-skeleton__table-body{flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.people-detail-skeleton__table-column{align-items:center;gap:var(--dim-normal);flex-direction:row;min-width:200px;display:flex}.people-detail-skeleton__divider{width:100%;height:1px;margin-block:var(--dim-xxsmall);background-color:var(--color-divider)}.people-table-skeleton{width:100%;height:100%;padding:var(--spacing-xsmall);flex-direction:column;flex:1;justify-content:center;display:flex}.people-table-skeleton__body,.people-table-skeleton__header{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.people-table-skeleton__body{box-sizing:border-box;border-block-start:1px solid #e9eaee;row-gap:10px;margin-block-start:var(--spacing-normal);padding-block-start:var(--spacing-normal)}@media screen and (max-width:960px){.people-table-skeleton__body--line{display:none}}.people-table-skeleton__body-row{justify-content:center;align-items:center;gap:var(--dim-normal);flex-direction:row;width:200px;display:flex}.table-contacts{width:100%;overflow:hidden auto;height:calc(100% - 11.5rem)!important}@media screen and (max-width:600px){.table-contacts{padding-block-end:1.25rem}}.table-contacts__status{height:1.75rem}.table-contacts__col-phone-number{min-width:5rem;max-width:10rem}.table-contacts__col-phone-number .react-tel-input .special-label{display:none}.table-contacts__col-phone-number .react-tel-input .form-control{padding:var(--spacing-xxxsmall)0 var(--spacing-xxxsmall)calc(var(--spacing-large) + var(--spacing-xxxsmall));color:var(--color-fiord-500);cursor:default;font-size:.875rem;font-family:var(--uni-font-family);border:none;background-color:#0000!important}.table-contacts__col-phone-number .react-tel-input .selected-flag{padding:0}.people-detail .tab-layout{background:var(--color-surface);top:calc(var(--spacing-normal)*-1)}.people-detail__description{align-items:flex-start;gap:var(--spacing-xxsmall);flex-direction:column;width:100%;display:flex}.people-detail__description--content{justify-content:space-between;align-items:center;width:100%;display:flex}.people-detail__description--position{margin-right:auto}.people-wrapper{width:100%;height:100%;padding-inline:16px}.people-wrapper__contacts,.people-wrapper__group{overflow:hidden}.contacts-layout{width:100%}.contacts-layout__appbar .uni-appbar__actions .contacts-layout__toggle{align-items:center;gap:var(--dim-xsmall);border-radius:var(--dim-xxsmall);background-color:var(--color-gray-200);flex-direction:row;max-width:3.5rem;max-height:1.75rem;display:flex}@media screen and (max-width:960px){.contacts-layout__appbar .uni-appbar__actions .contacts-layout__toggle{display:none}}.contacts-layout__content{padding-block-start:5px;padding-inline:var(--spacing-xsmall);margin-block-start:var(--spacing-xxxlarge);display:grid!important;inset-block-start:0!important}@media screen and (max-width:960px){.contacts-layout__content{background-color:var(--color-background)!important;width:100%!important;inset-block-start:var(--spacing-xxxxlarge)!important}}.opportunity-card__description{align-items:flex-start;gap:var(--spacing-xsmall);flex-direction:column;display:flex}.opportunity-card__description--location,.opportunity-card__description--target-workspace{align-items:center;gap:var(--spacing-xxsmall);display:flex}.probono-components-create-preview-overview-details{overflow-y:auto}.probono-components-create-preview-overview-details__header{gap:var(--spacing-xsmall);align-items:center;display:flex}.probono-components-create-preview-overview-details__title.MuiTypography-root{font-weight:700}.probono-components-create-preview-overview-details__items{padding:var(--spacing-small)var(--spacing-small)var(--spacing-large);gap:var(--spacing-normal);flex-direction:column;display:flex}.probono-components-create-preview-overview-details__item{gap:var(--spacing-xsmall);flex-direction:column;width:100%;display:flex}.probono-components-create-preview-overview-details__line{flex:100%;max-width:unset!important}.probono-components-create-preview-overview-info{margin-top:var(--spacing-normal);padding:var(--spacing-small)var(--spacing-normal)var(--spacing-normal);row-gap:var(--spacing-normal);border:1px solid var(--color-divider);border-radius:var(--spacing-xxsmall);flex-direction:column;display:flex}.probono-components-create-preview-overview-info__item{row-gap:var(--spacing-xxsmall);flex-direction:column;display:flex}.probono-components-create-preview-overview-info__item__title{color:var(--color-text-primary)}.probono-components-create-preview-overview-info__item__value{color:var(--color-text-secondary)}.probono-components-create-preview-overview-info__item__tags{gap:var(--spacing-xsmall);flex-wrap:wrap;display:flex}.probono-components-create-preview-detail{width:100%}.probono-components-create-preview-detail__name-container{margin:var(--spacing-normal)0;column-gap:var(--spacing-xxsmall);display:flex}.probono-components-create-preview-detail__description-content{margin-top:var(--spacing-xsmall);word-break:break-all}.probono-components-create-preview{background-color:var(--color-background);border:1px solid var(--color-divider);box-sizing:border-box;height:100%;min-height:480px;box-shadow:var(--box-shadow-xxxl);overflow:hidden}.probono-components-create-preview .uni-new-avatar__abbr{height:2px}.probono-components-create-preview .uni-detail-page-overview{height:calc(100% - var(--spacing-xxlarge))}.probono-components-create-preview-container{background-color:var(--color-surface);padding:var(--spacing-large);box-shadow:var(--box-shadow-xxxl);row-gap:var(--spacing-large);flex-direction:column;height:100%;max-height:100%;display:flex}.probono-components-create-preview__skeleton{margin-top:var(--spacing-normal);background-color:var(--color-gray-300);height:var(--dim-large);border-radius:4px}.probono-components-create-preview__skeleton--subject{width:100%}.probono-components-create-preview__skeleton--info{width:25%;display:inline-block}.probono-components-create-preview__skeleton--info+.probono-components-create-preview__skeleton--info{margin-left:var(--spacing-normal)}.probono-components-create-preview__skeleton--desc{height:11px}.probono-components-create-preview__skeleton--desc:nth-child(2n){width:80%}.probono-components-create-preview__skeleton--desc:nth-child(odd){width:70%}.probono-components-create-preview__skeleton--desc:first-child{width:90%!important}.probono-components-create-preview__title.MuiTypography-root{align-items:center;gap:var(--spacing-xsmall);padding-bottom:var(--spacing-normal);font-weight:700;display:flex}.probono-components-create-preview__detail-page{--uni-detail-page-sidebar-width:21rem}.probono-sidebar-buttons{background:var(--color-surface);z-index:1;width:100%;display:flex}.probono-create-sidebar-screen1 .MuiInputBase-input,.probono-create-sidebar-screen1 .uni-text-field__label{color:var(--color-text-primary)}.probono-create-sidebar-screen1__header{row-gap:var(--spacing-small);flex-direction:column;display:flex}.probono-create-sidebar-screen1__txt-title{--uni-text-field-input-placeholder-color:var(--color-text-disabled)}.probono-create-sidebar-screen1__txt-title .MuiInputBase-root.uni-text-field__input-wrapper{--uni-text-field-filled-hover-background-color:transparent;background-color:#0000}.probono-create-sidebar-screen1__txt-title .MuiInputBase-input{font-size:20px;font-weight:700}.probono-create-sidebar-screen1__text-field{text-align:start!important}.probono-create-sidebar-screen1__field{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.probono-create-sidebar-screen1__field-secondary{row-gap:var(--spacing-normal);flex-direction:column;display:flex}.probono-create-sidebar-screen1__field-header{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.probono-create-sidebar-screen1__field-header .MuiTypography-root{color:var(--color-text-primary)}.probono-create-sidebar-screen1__field-body{row-gap:var(--spacing-normal);flex-direction:column;display:flex}.probono-create-sidebar-screen1__field-body-secondary{row-gap:var(--spacing-large);flex-direction:column;display:flex}.probono-create-sidebar-screen1__field-chip-title{color:var(--color-text-primary)}.probono-create-sidebar-screen1__field-chip-container{column-gap:var(--spacing-xsmall);display:flex}.probono-create-sidebar-screen1__field-chip-container__button{background-color:var(--color-gray-200);color:var(--color-secondary-400);border-radius:50%}.probono-create-sidebar-screen1__field-chip-container__chip{color:var(--color-text-primary);font-weight:700}.probono-create-sidebar-screen1__field-radio-container{column-gap:var(--spacing-large);display:flex}.probono-create-sidebar-screen1__field-radio-container .uni-radio__label{color:var(--color-text-primary);font-size:14px}.probono-create-sidebar-screen1__field-radio-container .uni-radio__button-base{flex-shrink:0;min-width:0}.probono-create-sidebar-screen1__field-radio-container .uni-radio-group__wrapper{column-gap:var(--spacing-xsmall);display:flex}.probono-create-sidebar-screen1__public-network__container{justify-content:space-between;align-items:center;display:flex}.new-chip__style .uni-new-menu-item--outlined{--uni-new-menu-item-outline:none}.new-chip__style .uni-auto-complete__item{padding:var(--spacing-xxsmall)var(--spacing-xsmall);color:var(--color-text-primary);box-shadow:none;border:none;margin:0}.new-chip__style .uni-auto-complete__item .uni-auto-complete__remove{padding:var(--spacing-xsmall)}.new-chip__style .uni-auto-complete__item .uni-auto-complete__remove .uni-icon{font-size:var(--spacing-small)!important;color:var(--color-text-primary)!important}.new-chip__opportunity-type-ids .uni-new-menu-item{background-color:var(--color-status-background-orange);color:var(--color-status-text-orange)}.new-chip__focus-area-ids .uni-new-menu-item{background-color:var(--color-status-background-blue);color:var(--color-status-text-blue)}.new-chip__practice-area-ids .uni-new-menu-item{background-color:var(--color-status-background-green);color:var(--color-status-text-green)}.new-chip__eligible-provider-ids .uni-new-menu-item{background-color:var(--color-status-background-primary);color:var(--color-status-text-primary)}.probono-create-sidebar-screen2 .MuiInputBase-input,.probono-create-sidebar-screen2 .uni-text-field__label{color:var(--color-text-primary)}.probono-create-sidebar-screen2__field{row-gap:var(--spacing-small);flex-direction:column;display:flex}.probono-create-sidebar-screen2__field-header{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.probono-create-sidebar-screen2__field-header .MuiTypography-root{color:var(--color-text-primary)}.probono-create-sidebar-screen2__chips{column-gap:var(--spacing-xsmall);display:flex}.probono-create-sidebar-screen2__chip{color:var(--color-text-secondary);background-color:var(--color-gray-200);height:max-content;padding:.2rem .5rem;font-size:.75rem;font-weight:400;line-height:1.25rem}.probono-create-sidebar-screen2__chip--active{color:var(--color-primary-500);background-color:var(--color-primary-50);outline:none;font-weight:700}.probono-create-sidebar-screen2__chip__chip:hover{color:var(--color-white);outline:none;font-weight:700;background-color:var(--color-primary)!important}.probono-create-sidebar-screen2__selects{row-gap:var(--spacing-normal);margin-top:var(--spacing-small);flex-direction:column;display:flex}.probono-create-sidebar-screen2__people{justify-content:space-between;align-items:center;display:flex}.probono-create-sidebar{width:100%;height:calc(100% - 136px);padding:0 var(--spacing-large)56px;gap:var(--spacing-large);flex-direction:column;padding-block-start:var(--spacing-xsmall);transition:height .15s ease-out;display:flex;overflow:auto}.probono-create-sidebar .group-select-chips__helper-text{padding:0}.probono-create-sidebar .uni-text-field__helper-text{background-color:#0000;padding-inline-start:0}.probono-create-sidebar .new-uni-select__text-field .new-uni-select__arrow--open.icon-chevron-down:before{content:""}.probono-components-create-detail-info{display:grid}.probono-components-create-detail-info__title{margin-top:var(--spacing-xsmall);height:100%;font-size:28px}.probono-components-create-detail-info__name-container{margin-top:var(--spacing-normal);column-gap:var(--spacing-xxsmall);display:flex}.probono-components-create-detail-info__desc-title{margin:var(--spacing-normal)0}.probono-components-create-detail-info__desc-desc{margin-top:var(--spacing-xsmall)}.probono-body .module-wrapper-item,.probono-body .module-wrapper-item li{max-height:72px}.probono-body-description{row-gap:var(--spacing-small);flex-direction:column;width:100%;display:flex}.probono-body-description-item{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.probono-body-description-item__chips{gap:var(--spacing-xxsmall);flex-wrap:wrap;display:flex}.probono-body-description-item-info{flex-direction:row-reverse;justify-content:space-between;align-items:center;max-height:16px;display:flex}.probono-body-description-item-info__provider{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.probono-body-description-item-info__date{column-gap:var(--spacing-xxsmall);align-items:center;display:flex}.probono-body .new-chip .unichip{font-size:10px}@media screen and (min-width:960px){.palette-arabic-theme .probono-body{min-height:calc(100% - .9375rem);max-height:calc(100% - .9375rem)}}.palette-arabic-theme .probono-body .module-filter__sub-items{inset-block-start:calc(var(--dim-header-height) + 1.6rem)}.opportunity-overview-drawer{flex-direction:column;width:100%;height:100%;display:flex}.opportunity-overview-drawer .uni-radio{margin-top:var(--spacing-large);flex-direction:row-reverse;display:flex}.opportunity-overview-drawer__header{padding:var(--spacing-normal)var(--spacing-large);box-shadow:var(--box-shadow-lg);justify-content:space-between;align-items:center;display:flex}.opportunity-overview-drawer__header .uni-icon{cursor:pointer}.opportunity-overview-drawer__list{padding:0 var(--spacing-large);flex-direction:column;height:100%;display:flex}.opportunity-overview-drawer__list.assigned .uni-radio__button-base{display:none}.opportunity-overview-drawer__list-item__info{column-gap:var(--spacing-xsmall);align-items:center;width:100%;display:flex}.opportunity-overview-drawer__list-item__info-names{flex-direction:column;flex-grow:1;display:flex}.opportunity-overview-drawer__footer{padding:var(--spacing-small)var(--spacing-normal)}.probono-overview-hint{margin-top:var(--spacing-xxsmall)}.probono-overview-hint-title{color:var(--color-text-primary)}.probono-overview-hint-desc{color:var(--color-text-secondary)}.probono-overview-buttons{column-gap:var(--spacing-xsmall);display:flex}.probono-overview-buttons-in-review{flex-grow:1}.probono-overview-buttons-cancel{background-color:var(--color-error)}.probono-overview-button{flex-shrink:0}.probono-overview-info{padding:var(--spacing-small)var(--spacing-small)var(--spacing-large);row-gap:var(--spacing-normal);flex-direction:column;display:flex;overflow-y:auto}.probono-overview-info::-webkit-scrollbar{display:none}.probono-overview-info:hover::-webkit-scrollbar{display:block}.probono-overview-info__item{row-gap:var(--spacing-xxsmall);flex-direction:column;display:flex}.probono-overview-info__item__title{color:var(--color-text-secondary)}.probono-overview-info__item__provider{column-gap:var(--spacing-xsmall);align-items:center;display:flex}.probono-overview-info__item__provider__info{flex-direction:column;flex-grow:1;display:flex}.probono-overview-info__item__tags{gap:var(--spacing-xsmall);flex-wrap:wrap;display:flex}.probono-overview-info__item__desc{color:var(--color-text-secondary)}.probono-detail-toolbox{align-items:center;display:flex}.probono-components-list-body-item{column-gap:var(--spacing-normal);background-color:var(--color-background-surface-card);border:1px solid var(--color-divider);border-radius:var(--spacing-xxsmall);width:100%;padding:var(--spacing-small)var(--spacing-normal)var(--spacing-normal)var(--spacing-small);display:flex}.probono-components-list-body-item__wrapper{padding:0}.probono-components-list-body-item .uni-new-avatar__abbr{height:2px}.probono-components-list-body-item:hover{background-color:var(--color-background-hover)}.probono-components-list-body-item *{cursor:pointer}.probono-components-list-body-item__info{flex-direction:column;flex-grow:1;align-items:flex-start;display:flex}.probono-components-list-body-item__info .uni-description .uni-description__text-field{background-color:#0000}.probono-components-list-body-item__info .uni-description .uni-description__view-more{background-color:#0000;margin-inline-start:var(--spacing-xxsmall)}.probono-components-list-body-item__info-title{justify-content:space-between;align-items:center;width:100%;display:flex}.probono-components-list-body-item__info-title__details{column-gap:var(--spacing-xsmall);flex-direction:column;width:160px;max-width:160px;display:flex}.probono-components-list-body-item__info-title__details__item{column-gap:var(--spacing-xxsmall);align-items:center;display:flex}.probono-components-list-body-item__info-title__details__item.date{padding-inline-end:var(--spacing-xxlarge)}.probono-components-list-body-item__info-title__details__item.location{text-overflow:ellipsis;max-width:100%}.probono-components-list-body-item__info-author{margin:var(--spacing-xxxsmall)0;align-items:center;column-gap:var(--spacing-xxsmall);line-height:10px;display:flex}.probono-components-list-body-item__info-author .uni-new-avatar{border:1px solid var(--color-gray-200)}.probono-components-list-body-item__info-description{margin-top:var(--spacing-xxsmall)}.probono-components-list-body-item__info-details{width:100%;margin-top:var(--spacing-xxsmall);justify-content:space-between;align-items:center;display:flex}.probono-components-list-body-item__info-details__tags{gap:var(--spacing-xsmall);display:flex}.probono-components-list-body-item__info-details__tags-item{align-items:center;gap:var(--spacing-xxsmall);flex-wrap:wrap;display:flex}.probono-components-list-body-item__info-details__button{padding:var(--spacing-xsmall)var(--spacing-xlarge);width:160px}.probono-components-list-body__search{background-color:var(--color-surface);width:100%;padding:var(--spacing-small)var(--spacing-normal);margin-bottom:var(--spacing-normal);justify-content:space-between;align-items:center;display:flex}.probono-components-list-body__tabs{margin-top:var(--spacing-normal);background-color:var(--color-background);padding-bottom:var(--spacing-normal);z-index:2;position:sticky;top:0}.probono-components-list-body__tabs .uni-carousel-slides__container{column-gap:var(--spacing-xsmall);display:flex}.probono-components-list-body__tabs .uni-carousel-slides__item{width:fit-content}.probono-components-list-body__opportunities,.probono-components-list-body__opportunities__skeleton{row-gap:var(--spacing-normal);flex-direction:column;display:flex}@media screen and (max-width:600px){.probono-list-header{padding:var(--spacing-normal);margin-bottom:var(--spacing-normal);justify-content:center;align-items:center;row-gap:var(--spacing-small)}}.probono-list-header .uni-text-field__input,.probono-list-header .uni-text-field__input ::placeholder{color:var(--color-text-secondary)!important}.probono-list-header .uni-text-field{--uni-text-field-color:var(--color-disabled)!important;border-radius:var(--spacing-xxsmall)!important;color:var(--color-text-secondary)!important}.probono-list-header .uni-text-field .uni-icon{color:var(--color-text-tertiary)!important}.probono-list-header .MuiInputBase-root{border-radius:var(--spacing-xxsmall)!important;background-color:var(--color-hover)!important}.probono-list-header .uni-text-field__label{color:var(--color-text-secondary)!important}@media screen and (max-width:600px){.probono-list-header__subtitle{display:none}}.probono-list-header__search{column-gap:var(--spacing-xxsmall)}@media screen and (max-width:600px){.probono-list-header__search{column-gap:var(--spacing-xsmall)}}.probono-list-header__search__button{color:var(--color-surface);background-color:var(--color-secondary-900)!important;padding-left:var(--spacing-large)!important;padding-right:var(--spacing-large)!important}.probono-list-header__search .uni-text-field__helper-text{display:none}.probono-list-header__search .uni-text-field{max-width:209px}.probono-components__skeleton-description{margin-top:var(--spacing-normal)}.probono-components__skeleton-description .line-skeleton__element:last-child{width:50%!important}.probono-create{background-color:var(--color-gray-50);width:100%;height:100%}.probono-create-loading{z-index:2000;background:#00000080;width:100%;height:100%;position:fixed}.probono-create-loading .loading-container{background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:fixed;top:50%;left:50%}.probono-detail-layout{width:100%}.probono-detail-layout__page{width:100%;height:100%;padding-block-end:var(--spacing-normal);padding-inline:var(--spacing-normal);flex-direction:column;display:flex;overflow:auto}@media screen and (max-width:960px){.probono-detail-layout__page{padding-inline:0}}.palette-arabic-theme .probono-detail-layout .uni-appbar{inset-block-start:4.4rem!important}.probono-list-button .uni-button__label{text-transform:none}.probono-list-form{height:100%;position:relative;overflow-y:auto}.probono-list-header{background-color:var(--color-primary);padding:var(--spacing-xxlarge)0 var(--spacing-xlarge);border:1px solid var(--color-divider);border-radius:10px;flex-direction:column;align-items:center;display:flex}.probono-list-header__subtitle{margin:var(--spacing-normal)var(--spacing-large)}.probono-list-header__search{gap:var(--spacing-xxsmall);padding:0 var(--spacing-large);display:flex}.probono-list-header__search__input{background-color:var(--color-gray-100);border-radius:var(--spacing-xxsmall)var(--spacing-xxsmall)0 0}.probono-list-header__search__button{background-color:var(--color-secondary-900);padding-left:var(--spacing-large);padding-right:var(--spacing-large)}.probono-list-tabs{margin-top:var(--spacing-normal)}.probono-list .probono-opportunities__item{column-gap:var(--spacing-normal);background-color:var(--color-surface);border:1px solid var(--color-divider);border-radius:var(--spacing-xxsmall);padding:var(--spacing-small)var(--spacing-normal)var(--spacing-normal)var(--spacing-small);margin-top:var(--spacing-normal);display:flex}.probono-list .probono-opportunities__item .probono-opportunities__item-info{flex-direction:column;display:flex}.probono-list .probono-opportunities__item .probono-opportunities__item-info .probono-opportunities__item-author{margin-top:var(--spacing-xxxsmall)}@media screen and (max-width:960px){.probono-list::-webkit-scrollbar{display:none}.probono-list-form{padding:var(--spacing-xsmall)var(--spacing-normal)}.probono-list-header__search{flex-wrap:wrap;justify-content:center}}@media screen and (max-width:600px){.probono-list-header__search{flex-wrap:nowrap}}.recording-item{column-gap:var(--spacing-normal);align-items:center;width:100%;padding-inline:.625rem;display:flex}.recording-item__image-gif{display:none}.recording-item__image,.recording-item__image-gif{object-fit:cover;border-radius:var(--dim-xxsmall)}.recording-item:hover .recording-item__image{display:none}.recording-item:hover .recording-item__image-gif{object-fit:cover;border-radius:var(--dim-xxsmall);display:block}.recording-item.undone{cursor:auto}.recording-item-wrapper{position:relative}.recording-item__3-dots{position:absolute;top:8px;right:8px}.recording-item__container{justify-content:space-around;row-gap:var(--spacing-xxsmall);flex-direction:column;width:100%;max-width:calc(100% - 10.25rem);height:5rem;display:flex}.recording-item__container--title{max-width:calc(100% - 32px)}.recording-item__container--controls{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.recording-item__container--handle{background-color:var(--color-error);align-items:center;column-gap:var(--spacing-xsmall);padding:var(--spacing-xxsmall);min-height:21.6px;max-height:21.66px;border-radius:50px;padding-inline-end:var(--spacing-xsmall);display:flex}.recording-item__container--handle .uni-typo:not(.uni-icon){margin-block-end:-1px}.recording-list{gap:var(--spacing-normal);flex-direction:column;display:flex}.recording-list .uni-grid--empty{margin-block-start:calc(var(--spacing-normal)*-1)}.recording-list .uni-grid--empty .empty-state{padding-block:2.75rem}.recording-list__header{padding-block:var(--spacing-normal);justify-content:space-between;align-items:center;display:flex}.recording-list-item__grid{padding-block-end:1rem;overflow-y:auto;--uni-grid-cols-xs:1!important;--uni-grid-cols-sm:2!important;--uni-grid-cols-md:2!important;--uni-grid-cols-lg:2!important;--uni-grid-cols-xl:3!important;--uni-grid-cols-extra:2!important;--uni-grid-cols-xxl:3!important}.recording-list-item__grid--open-sidebar{--uni-grid-cols-lg:1!important;--uni-grid-cols-xl:2!important;--uni-grid-cols-extra:2!important;--uni-grid-cols-xxl:3!important}.recording-list-item__grid--open{--uni-grid-cols-xs:1!important;--uni-grid-cols-sm:2!important;--uni-grid-cols-md:2!important;--uni-grid-cols-lg:3!important;--uni-grid-cols-xl:3!important}.recording-list-item__grid.mr{grid-template-columns:repeat(1,minmax(0,1fr))}.recording-list--empty{margin-block-start:var(--spacing-normal);padding-block:2.75rem}.recording-list__item{background-color:var(--color-surface);border-radius:var(--spacing-xsmall);cursor:pointer;border:var(--spacing-xxxsmall)solid var(--color-divider);width:100%}.recording-navbar{will-change:width;height:calc(100% - 3.5rem);margin-inline-end:-1px;bottom:0;right:0;z-index:1300!important;position:absolute!important}.recording-navbar__list{height:100%;width:var(--spacing-xxxlarge);min-width:var(--spacing-xxxlarge);max-width:var(--spacing-xxxlarge);padding-inline-end:1px;padding-top:var(--spacing-xsmall);background-color:var(--color-surface);box-shadow:var(--box-shadow-md);gap:var(--spacing-xxsmall);flex-wrap:unset;flex-direction:column;justify-content:flex-start;align-items:center;margin-inline:auto;display:flex;position:relative}.recording-navbar__list .recording-icon{font-size:1.25rem;color:var(--color-mr-navbar-icon)!important}.recording-navbar__list .recording-icon.active,.recording-navbar__list .recording-icon.active .path4:before{color:var(--color-surface)!important}.recording-navbar__list .recording-icon,.recording-navbar__list .uni-icon--animated{--animated-icon-size:1.25rem}.recording-navbar__list .recording-icon path[fill="rgb(108,108,109)"],.recording-navbar__list .recording-icon path[fill="rgb(108,124,139)"],.recording-navbar__list .recording-icon path[fill="rgb(110,135,159)"],.recording-navbar__list .recording-icon path[fill="rgb(134,157,177)"],.recording-navbar__list .recording-icon path[fill="rgb(157,157,159)"],.recording-navbar__list .recording-icon path[fill="rgb(94, 94, 97)"],.recording-navbar__list .uni-icon--animated path[fill="rgb(108,108,109)"],.recording-navbar__list .uni-icon--animated path[fill="rgb(108,124,139)"],.recording-navbar__list .uni-icon--animated path[fill="rgb(110,135,159)"],.recording-navbar__list .uni-icon--animated path[fill="rgb(134,157,177)"],.recording-navbar__list .uni-icon--animated path[fill="rgb(157,157,159)"],.recording-navbar__list .uni-icon--animated path[fill="rgb(94, 94, 97)"]{fill:var(--color-mr-navbar-icon)!important}.recording-navbar__list .recording-icon path[fill="rgb(229,0,97)"],.recording-navbar__list .uni-icon--animated path[fill="rgb(229,0,97)"]{fill:#0000!important}.recording-navbar__list .recording-icon.active path[fill="rgb(0,189,223)"],.recording-navbar__list .recording-icon.active path[fill="rgb(0,190,223)"],.recording-navbar__list .recording-icon.active path[fill="rgb(108,108,109)"],.recording-navbar__list .recording-icon.active path[fill="rgb(108,124,139)"],.recording-navbar__list .recording-icon.active path[fill="rgb(110,135,159)"],.recording-navbar__list .recording-icon.active path[fill="rgb(111, 136, 159)"],.recording-navbar__list .recording-icon.active path[fill="rgb(134,157,177)"],.recording-navbar__list .recording-icon.active path[fill="rgb(157,157,159)"],.recording-navbar__list .recording-icon.active path[fill="rgb(225,0,95)"],.recording-navbar__list .recording-icon.active path[fill="rgb(5,182,211)"],.recording-navbar__list .recording-icon.active path[fill="rgb(5,182,212)"],.recording-navbar__list .recording-icon.active path[fill="rgb(94, 94, 97)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(0,189,223)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(0,190,223)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(108,108,109)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(108,124,139)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(110,135,159)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(111, 136, 159)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(134,157,177)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(157,157,159)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(225,0,95)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(5,182,211)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(5,182,212)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(94, 94, 97)"]{fill:var(--color-white)!important}.recording-navbar__list .recording-icon.active path[fill="rgb(229,0,97)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[fill="rgb(229,0,97)"]{fill:#0000!important}.recording-navbar__list .recording-icon.active path[stroke="rgb(0,190,223)"],.recording-navbar__list .uni-icon.active.uni-icon--animated path[stroke="rgb(0,190,223)"]{stroke:var(--color-white)!important}.recording-navbar__list__item{--uni-icon-animated-scale:1.16;cursor:pointer;border-radius:var(--dim-xsmall);gap:var(--spacing-xxsmall);width:calc(var(--dim-xlarge) + var(--dim-xsmall));height:calc(var(--dim-xlarge) + var(--dim-xsmall));--uni-new-menu-item-padding:var(--spacing-xsmall);flex-direction:column;align-items:center;margin-block-end:var(--spacing-xxsmall);display:flex;--uni-new-menu-item-icon-color:var(--color-navbar-icon)!important}.recording-navbar__list__item--active{background-color:var(--color-primary);--uni-new-menu-item-icon-color:var(--color-white)!important;color:var(--color-white)!important}.recording-navbar__list__item--active .icon-piccolo:before{color:var(--color-white)!important}.recording-navbar__list__item--active:hover{background-color:var(--color-on-primary-hover)!important}.recording-navbar__list .item-close{border-block-end:1px solid var(--color-divider);margin-block-end:.75rem;padding-block-end:8px}.recording-navbar__top{height:100%;margin-inline:auto}.recording-navbar__bottom,.recording-navbar__top{flex-direction:column;flex-wrap:unset;width:var(--spacing-xxxlarge);justify-content:flex-start;align-items:center;padding-inline-end:1px;display:flex}.recording-navbar__bottom{margin-block-end:var(--spacing-xsmall);margin-inline:auto}.palette-arabic-theme .recording-navbar{height:calc(100% - 5.5rem);bottom:.5rem;right:.5rem}.palette-arabic-theme .recording-navbar__list{background-color:var(--color-gray-50);border-radius:var(--dim-radius-xxlarge)}.extension-player{width:100%}.extension-player-seekbar{height:var(--spacing-xxxsmall);background-color:var(--color-gray-400);border:none;margin-right:1rem;position:absolute;top:0;left:1.25rem;right:3.75rem}.extension-player__controls{width:-webkit-fill-available;z-index:var(--z-index-drawer);padding-block:var(--spacing-normal);padding-inline:var(--spacing-small);background-color:var(--color-surface);justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:0}@media (max-width:960px){.extension-player__controls .player-container__bottom-bar--slider-sounds{inset-block-start:-10rem!important}}.extension-player__controls .player-container__bottom-bar--content-wrapper--sound{margin-right:3rem}.extension-player__controls-buttons{align-items:center;column-gap:var(--spacing-small);display:flex}.extension-player__wrapper{width:100%;padding-inline-end:var(--spacing-xxxlarge)}.extension-player__wrapper--mobile{padding-inline-end:0}.extension-player__video{width:auto;height:calc(100vh - 8.5rem);margin:3.4rem auto 4.5rem}.extension-player__spinner{--loading-size:30px;justify-content:center;margin:auto;display:flex}@media screen and (max-width:960px){.extension-player-seekbar{margin-right:unset;left:1rem;right:1rem}}.rtl-styles .extension-player__wrapper{padding-inline-start:var(--spacing-xxxlarge);padding-inline-end:unset}.rtl-styles .extension-player__wrapper--realmobile{padding-inline-start:0}.rtl-styles .extension-player__wrapper.player-container__bottom-bar--content-wrapper--sound{margin-right:unset}.extension-player-seekbar{-webkit-appearance:none;border-radius:5px;height:2px}.extension-player-seekbar::-webkit-slider-thumb{-webkit-appearance:none;background:var(--color-primary);cursor:pointer;border-radius:50%;width:12px;height:12px}.empty-state-player{gap:var(--spacing-normal);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-state-player__title{font-size:var(--dim-xlarge)}@media screen and (max-width:960px){.empty-state-player__title{font-size:var(--dim-large)}}.empty-state-player__subtitle{font-size:var(--dim-large)}@media screen and (max-width:960px){.empty-state-player__subtitle{font-size:var(--dim-normal)}}.player-container{flex-flow:column wrap;justify-content:flex-end;width:100%;height:100%;display:flex;overflow:hidden}.player-container__collapse{padding-right:var(--spacing-xxxlarge)}.player-container__skeletons{justify-content:center;align-items:center;gap:var(--spacing-normal);flex-wrap:wrap;width:100%;height:100%;display:flex}.player-container .show-footer{justify-content:flex-end;align-items:center;width:100%;display:flex}.player-container__reload{gap:var(--spacing-normal);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#00000080;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.player-container__reload--play{z-index:1000;background-color:#00000080;width:88px;height:88px}.player-container__reload--play .uni-button-icon{font-size:var(--dim-xlarge)!important}.player-container__reload--loading{gap:var(--spacing-xsmall);justify-content:center;align-items:center;width:236px;display:flex}.player-container__reload--loading--progress{border-radius:var(--spacing-xsmall);background-color:var(--color-feeyousha-50);border-color:var(--color-feeyousha-50);width:100%}.player-container__reload--loading--text{color:var(--color-white);font-size:13px}.player-container__reload--text{font-size:var(--dim-normal)}.player-container__reload--button{border-radius:calc(var(--dim-xxlarge) - var(--dim-xsmall));width:135px;height:40px}.player-container__holding{background-color:#0000004d;justify-content:center;align-items:center;width:100%;height:calc(100% - 70px);display:flex;position:fixed}.player-container__holding--container{flex-direction:column;justify-content:center;align-items:center;display:flex}.player-container .meeting-room-bottom-bar{--bottom-bar-height:0;--bottom-bar-offset:0;inset-block-end:0;width:fit-content!important;margin-block-end:0!important}.player-container .meeting-room-bottom-bar__actions{justify-content:end;align-items:center}.player-container .meeting-room-bottom-bar__content{box-shadow:none;background-color:#0000;border:none;padding:0}.player-container .meeting-room-bottom-bar__items{background-color:var(--color-surface);border:1px solid var(--color-hover);border-block-end:none;border-radius:32px 32px 0 0;margin-bottom:14px}.player-container .meeting-room-bottom-bar__items.close{display:none}.player-container .meeting-room-bottom-bar.open{margin-inline-end:calc(var(--spacing-small)*-1);width:100%!important;margin-block-end:16px!important}.player-container .meeting-room-bottom-bar.open .meeting-room-bottom-bar__actions{padding-inline-end:var(--spacing-small)}.player-container__header-mobile{z-index:200;width:100%;padding:var(--spacing-normal);position:fixed;top:0}.player-container__video{text-align:center;height:calc(100% - 126px);max-height:calc(100% - 126px);padding:var(--spacing-normal)var(--spacing-normal)var(--spacing-large);flex-direction:column;justify-content:center;align-items:center;display:flex}.player-container__video--title{font-size:var(--dim-xlarge)}.player-container__video--subtitle{font-size:var(--dim-large)}.player-container__video video{height:100%}.player-container__video--mobile{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 126px);max-height:calc(100% - 126px);display:flex}.player-container__video--mobile video{height:100%}.player-container__bottom-bar{padding-inline:var(--spacing-small);padding-block:var(--spacing-normal);background-color:var(--color-surface);z-index:var(--z-index-drawer);justify-content:space-between;align-items:center;display:flex;position:relative}.player-container__bottom-bar .meeting-room-bar-button{width:36px!important;height:36px!important}.player-container__bottom-bar--backdrop{z-index:1301;background-color:#0000;height:100vh}.player-container__bottom-bar--slider-sounds{z-index:1301;background-color:var(--color-surface);border:1px solid var(--color-divider);width:2.625rem;height:10rem;padding-block:var(--spacing-normal);border-radius:var(--dim-xsmall);box-shadow:var(--box-shadow-lg);justify-content:center;align-items:center;display:flex;position:absolute;inset-inline-start:calc(var(--spacing-xxsmall)*-1);inset-inline-end:0}@media (min-width:960px){.player-container__bottom-bar--slider-sounds{inset-block-start:-10rem}}@media (max-width:960px){.player-container__bottom-bar--slider-sounds{inset-block-start:var(--spacing-xlarge)}}.player-container__bottom-bar--slider-sounds .uni-slider__rail{height:100%}.player-container__bottom-bar--content-wrapper{align-items:center;gap:var(--spacing-xsmall);justify-content:flex-end;width:fit-content;display:flex}.player-container__bottom-bar--content-wrapper .uni-checkbox{width:max-content}.player-container__bottom-bar--content-wrapper--sound{height:fit-content;position:relative}.player-container__bottom-bar--content-wrapper--speed-list{min-width:5rem!important;max-width:5rem!important}.player-container__bottom-bar--progressbar{width:100%;padding-inline:var(--spacing-normal);z-index:3;position:absolute;inset-block-start:-30%;inset-inline-start:0}.player-container__bottom-bar--balancer{visibility:hidden}.player-container__bottom-bar--controls,.player-container__bottom-bar--controls--sections{align-items:center;column-gap:var(--spacing-small);display:flex}.player-container__bottom-bar--controls--sections--primary{width:calc(var(--dim-xlarge) + var(--dim-xsmall));height:calc(var(--dim-xlarge) + var(--dim-xsmall))}.player-container__bottom-bar--controls--sections--primary .uni-button-icon{font-size:calc(var(--dim-normal) + var(--dim-xxsmall))!important}.player-container__bottom-bar--controls--sections--secondary{width:calc(var(--dim-xlarge) + var(--dim-xsmall));height:calc(var(--dim-xlarge) + var(--dim-xsmall))}.player-container__bottom-bar--controls--sections--secondary .uni-button-icon{font-size:calc(var(--dim-normal) + var(--dim-xsmall))!important}.player-container__bottom-bar--sound{width:calc(var(--dim-xlarge) + var(--dim-xsmall));height:calc(var(--dim-xlarge) + var(--dim-xsmall))}.player-container__bottom-bar--sound .uni-button-icon{font-size:calc(var(--dim-normal) + var(--dim-xsmall))!important}.player-container__bottom-bar--info{align-items:center;display:flex}.player-container__bottom-bar--info--logo{box-sizing:content-box;width:var(--dim-xlarge);border-inline-end:2px solid var(--color-mr-short-info-border);padding-inline-end:var(--spacing-xsmall);padding-block:var(--spacing-xxxsmall);margin-inline-end:var(--spacing-xxsmall)}.player-container__bottom-bar--info--workspace-logo{border-inline-end:2px solid var(--color-mr-short-info-border);margin-inline-end:0;padding-inline-end:var(--spacing-xsmall)}.player-container__bottom-bar--info--workspace-logo-wrapper{align-items:center;gap:var(--spacing-xsmall);display:flex}.player-container__bottom-bar--info--caption{height:100%;flex-direction:column;justify-content:space-between;padding-inline-start:var(--spacing-small);display:flex}.player-container__bottom-bar--info--caption-text{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.player-container__bottom-bar--info--caption-text .meeting-room-short-info__copy .uni-button--small--icon-only{width:1rem;height:1rem}.player-container__bottom-bar--chevron{justify-content:flex-end;display:flex}.player-container__bottom-bar--balancer,.player-container__bottom-bar--chevron,.player-container__bottom-bar--controls,.player-container__bottom-bar--info,.player-container__bottom-bar--playlist{width:100%}.palette-arabic-theme .player-container__bottom-bar{background-color:var(--color-gray-50);border-radius:var(--dim-radius-xxlarge);margin:.5rem 1rem .5rem .5rem}.palette-arabic-theme .uni-slider__rail{background-color:var(--color-fiord-50);height:.25rem}.palette-arabic-theme .uni-slider__track{height:.25rem}.palette-arabic-theme .uni-slider__thumb{background-color:var(--uni-slider-track-color);border:none}.palette-arabic-theme .player-seekbar{padding-inline:2rem}.player-seekbar{width:100%;padding-inline:1rem;position:absolute;top:-1rem;left:0}.recording-banner{z-index:var(--z-index-drawer)}.recording-banner__button .uni-button-icon{color:var(--color-white)!important}.loading-box{border-radius:var(--dim-xxlarge);background-color:var(--color-background);color:var(--color-text-primary);padding-block:var(--spacing-large);width:fit-content;height:var(--dim-xlarge);box-shadow:var(--box-shadow-lg);z-index:var(--z-index-drawer);justify-content:space-between;align-items:center;gap:var(--spacing-small);bottom:calc(var(--spacing-xxxlarge) + var(--spacing-xlarge));padding-inline-start:var(--spacing-small);padding-inline-end:var(--spacing-normal);display:flex;position:absolute}.recording-bottom-bar{z-index:2;width:100%;padding-inline:var(--spacing-small);background-color:var(--color-surface);border:1px solid var(--color-hover);flex-flow:column;justify-content:stretch;align-items:stretch;padding-block-end:var(--spacing-small);display:flex;position:fixed;left:0;overflow:hidden}.recording-bottom-bar__drawer{z-index:3;background-color:var(--color-hover);height:calc(100% - 3.25rem);position:fixed;inset-block-end:0;inset-inline:0}.recording-bottom-bar__drawer .meeting-room-drawer-header__back .uni-icon{transform:rotate(90deg)}.recording-bottom-bar__items{flex:1;height:0;overflow:hidden}.recording-bottom-bar__actions{flex-flow:row;justify-content:space-between;align-items:flex-end;display:flex}.recording-header{background:var(--color-surface);min-height:3.75rem;box-shadow:0 1px 2px #00000014}.recording-header__icon{box-sizing:content-box;width:var(--dim-xlarge);border-inline-end:2px solid var(--color-mr-short-info-border);height:24px;padding-inline-end:var(--spacing-xsmall);padding-block:var(--spacing-xxxsmall);margin-inline-end:var(--spacing-xxsmall)}.recording-header__close{cursor:pointer}.palette-arabic-theme .recording-header{background-color:var(--color-gray-50);padding:var(--spacing-normal);border-radius:var(--dim-radius-xxlarge);margin:.5rem}.palette-arabic-theme .recording-header .uni-button--medium--icon-only{width:2rem;height:2rem}.recording-detail-layout{background-color:var(--color-background);width:0;height:100%;flex-flow:column;flex:1;justify-content:center;align-items:center;padding-block-start:var(--spacing-xsmall);display:flex;position:relative;overflow:hidden}.recording-detail-layout__sidebar{margin-right:calc(var(--spacing-xxxlarge) - 5px)!important;padding-top:var(--spacing-xxxxlarge)!important}@media screen and (min-width:960px){.recording-detail-layout__sidebar .note-detail-page--drawer{margin-top:5rem!important}}.recording-detail-layout .meeting-room-drawer-header{padding:10px}.recording-detail-layout__container{flex-wrap:unset;background-color:var(--color-background);will-change:opacity,transform;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.recording-detail-layout__container .meeting-room-aside{right:56px;position:absolute!important}.recording-detail-layout__container .meeting-room-navbar{z-index:var(--z-index-drawer)!important}.recording-detail-layout__container .meeting-room-navbar__toggle{height:2.5rem;width:var(--spacing-xxxlarge);flex-flow:column;justify-content:center;align-items:center;display:flex;position:fixed;inset-block-end:var(--spacing-normal);inset-inline-end:0}.breakout-rooms-drawer{background-color:var(--color-surface2);width:100%;height:100%}.breakout-rooms-drawer__paper{z-index:var(--z-index-drawer);width:var(--dim-drawer-width--open);background-color:var(--color-surface2)}.breakout-rooms-drawer__placeholder{z-index:1300}.breakout-rooms-drawer .uni-new-avatar{--uni-avatar-border-color:var(--color-gray-700);--uni-avatar-background-color:var(--uni-button-background-disabled)}.breakout-rooms-drawer .uni-new-avatar__abbr{color:var(--color-gray-700)}.search-modal-filter{flex-direction:column;flex-wrap:unset;border-block-end:1px solid var(--color-gray-300);justify-content:center;align-items:flex-start;width:100%;display:flex}.search-modal-filter__time-filtering{flex-direction:row;flex-wrap:unset;width:100%;padding-inline:var(--spacing-normal);justify-content:space-between;align-items:center;display:flex}.search-modal-filter__text-input{--uni-text-field-stroke-color:transparent;--uni-text-field-color:transparent;padding-inline:var(--spacing-normal)}.search-modal-filter__text-input .uni-text-field__input-wrapper{margin-block:var(--spacing-xxsmall);width:var(--spacing-xxxxxlarge);padding-block:0}.search-modal-filter__filter-wrapper{padding:var(--spacing-xxxsmall);width:100%;padding-inline:var(--spacing-normal);border-block-start:1px solid var(--color-gray-300);overflow-x:scroll}.search-modal-result-section{flex-direction:column;flex-wrap:unset;width:100%;justify-content:center;align-items:flex-start;padding-block-end:var(--spacing-small);display:flex}.search-modal-result-section__header{column-gap:var(--spacing-large)}.search-modal-result-section__header,.search-modal-result-section__header--recent{padding-inline:var(--spacing-normal);padding-block:var(--spacing-xxsmall);align-items:center;width:100%;display:flex}.search-modal-result-section__header--recent{gap:var(--spacing-xxsmall)}.search-modal-result-section__header__button{color:var(--color-secondary-400);font-size:12px}.search-modal-result-section__header__title{align-items:center;column-gap:var(--spacing-xsmall);white-space:nowrap;display:flex}.search-modal-result-section__header__line{background-color:var(--color-divider);flex-grow:1;height:1px}.search-modal-result-section__item{flex-direction:row;flex-wrap:unset;padding-inline:var(--spacing-normal);padding-block:var(--spacing-xxsmall);cursor:pointer;justify-content:space-between;align-items:center;width:100%;display:flex}.search-modal-result-section__item .close-button{visibility:hidden}.search-modal-result-section__item__info{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.search-modal-result-section__item p{max-width:80%}.search-modal-result-section__item--selected,.search-modal-result-section__item:hover{background-color:var(--color-background-hover)}.search-modal-result-section__item:hover .close-button{visibility:visible}.search-modal{touch-action:none;-ms-touch-action:none;display:contents;overflow:hidden}.search-modal .empty-state{background-color:#0000}.search-modal__footer{background-color:var(--color-background-surface);border-top:1px solid var(--color-divider);width:100%;padding:var(--spacing-xxsmall)var(--spacing-small);align-items:center;gap:var(--spacing-xxsmall);display:flex}.search-modal__backdrop{z-index:9999;width:100%;height:100%;transition:var(--transition-short);background-color:#00000080;position:fixed;inset:0;overflow:hidden}.search-modal__search-input.uni-text-field--outlined.uni-text-field--large{--uni-text-field-stroke-radius:var(--dim-xxsmall)var(--dim-xxsmall)0 0;background-color:#0000}.search-modal__search-input.uni-text-field--outlined.uni-text-field--large .uni-text-field--outlined__fieldset{border:none}.search-modal__search-input.uni-text-field--outlined.uni-text-field--large__icons{align-items:center;display:flex}.search-modal__container{margin-inline:var(--spacing-normal);z-index:9999;opacity:1;width:40%;box-shadow:var(--box-shadow-xxxl);border-radius:var(--spacing-xsmall);position:fixed;inset-block-start:var(--spacing-xxxxxlarge);inset-inline:30%;overflow:hidden;background-color:var(--color-background-surface-of-side-menu)!important}@media screen and (max-width:960px){.search-modal__container{float:left;transform-origin:bottom;touch-action:none;-ms-touch-action:none;width:100%;height:100%;margin:0;inset-block-start:0;inset-inline-start:0;overflow:hidden}.search-modal__container .uni-appbar{position:unset}}.search-modal__search-input{--uni-text-field-color:var(--color-hover);background-color:var(--color-surface)}@media screen and (max-width:960px){.search-modal__search-input.uni-text-field--full-width{margin:var(--spacing-small);margin-block-end:0;width:calc(100% - var(--spacing-large))!important}}.search-modal__input-root{border-radius:var(--spacing-xxsmall)}.search-modal__result-section{flex-direction:column;flex-wrap:unset;touch-action:none;-ms-touch-action:none;max-height:400px;justify-content:center;align-items:center;padding-block-end:var(--spacing-xsmall);display:flex;overflow:hidden}@media screen and (max-width:960px){.search-modal__result-section{max-height:calc(100% - var(--dim-bar-height) - 40px);overflow-y:auto}}.search-modal__result-section--data-exists{justify-content:flex-start;align-items:flex-start;padding-block-start:var(--spacing-small);overflow:auto}.search-modal__recent-search-header,.search-modal__result-section__header{width:100%;padding-inline:var(--spacing-normal);border-block-end:1px solid var(--color-gray-300);padding-block-end:var(--spacing-small)}.search-modal__spinner{margin:auto}.search-modal__spinner .uni-spinner{--loading-size:var(--dim-xxlarge)}.services{gap:var(--spacing-normal);padding:var(--spacing-normal);flex-direction:column;padding-block-start:calc(var(--spacing-normal) + var(--dim-bar-height));display:flex}.services-header__end-side{min-width:1.75rem}.services__header{justify-content:space-between;width:100%;display:flex}.services__header .filter-label{width:100%}.services__skeleton{width:100%;height:100%;margin-block-start:var(--spacing-xxxsmall)}.services__list{--uni-grid-cols-xs:1;--uni-grid-cols-sm:1;--uni-grid-cols-md:2;--uni-grid-cols-lg:3;--uni-grid-cols-xl:4}.services .room-list-toolbox{flex-direction:row;justify-content:space-between}.services .room-list-toolbox__end-side{justify-self:flex-end;width:auto}.services .uni-virtualization{margin-block-start:-3px}@media screen and (min-width:960px){.services{padding-block-start:0}}@media screen and (max-width:960px){.services__module-action .uni-button__label{display:none}}.account-page{width:100%;height:100%}.account-page__url{width:100%;display:grid}.account-page__url div{justify-content:space-between;align-items:center;display:flex}.account-page__url-width{max-width:18rem}.account-page .uni-text-field__helper-text{background-color:var(--color-background)!important}.account-page__username--tooltip{width:100%}.account-page__username--without-email *{cursor:not-allowed!important}.account-page--time-zone *{cursor:pointer!important}.account-page--user-cover{--uni-cover-border-radius:var(--dim-radius-medium)!important;height:3.5rem!important}.account-page--user-cover .uni-editable-cover__edit-large-screen{inset-block-start:unset;inset-block-end:var(--spacing-xsmall);inset-inline-start:var(--spacing-xsmall);inset-inline-end:unset}.account-page__form{gap:var(--dim-xlarge);width:100%;flex-flow:column;justify-content:flex-start;align-items:flex-start;padding-block-end:var(--spacing-normal);display:flex}@media screen and (max-width:600px){.account-page__form--list{max-height:7rem!important}}.account-page__form--region-language,.account-page__form-user-info{justify-content:flex-start;align-items:flex-start;gap:var(--dim-normal);flex-flow:column;width:100%;display:flex}.account-page__form--header{gap:var(--spacing-xlarge);flex-direction:row-reverse;margin-block-end:var(--spacing-large);display:flex}.account-page__form-text-field--loading{width:var(--dim-xlarge)}.account-page__form-text-field .uni-text-field__input-wrapper{height:2.5rem}.account-page__form-text-field .uni-text-field__input{padding:var(--spacing-normal)var(--spacing-small)}.account-page__footer{place-self:flex-end;gap:var(--dim-xsmall);flex-direction:row;flex-wrap:unset;justify-content:flex-end;align-items:center;display:flex}@media screen and (min-width:600px){.account-page__footer{position:sticky;inset-block-end:0}}.account-page__footer-button{width:10rem}.account-page__skeleton{flex-direction:column;flex-wrap:unset;gap:var(--dim-large)}.account-page__skeleton,.account-page__skeleton-content{justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.account-page__skeleton-content{gap:var(--dim-xlarge);flex-flow:column wrap}.account-page__skeleton-content-item{flex-direction:column;flex-wrap:unset;justify-content:flex-start;align-items:flex-start;gap:var(--dim-xsmall);width:100%;display:flex}.account-text-field{gap:var(--spacing-xsmall);width:100%;display:grid}.all-apps{width:100%;height:100%}.all-apps__grid{padding-block-end:var(--spacing-normal)}@media screen and (min-width:600px){.all-apps__grid{grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr))}}@media screen and (min-width:1620px){.all-apps__grid{grid-template-columns:repeat(auto-fit,minmax(21rem,1fr))}}.app-card{gap:var(--dim-normal);width:100%;min-height:9.75rem;padding:var(--spacing-normal);display:flex;position:relative}.app-card .uni-new-chip__size--small{padding:unset}.app-card__chip{padding:var(--spacing-xxsmall)var(--spacing-xsmall);font-weight:700}.app-card__chip--root{z-index:2;position:absolute;inset-block-start:var(--spacing-normal);inset-inline-end:var(--spacing-normal)}.app-card__button{gap:var(--spacing-xsmall);align-items:flex-end;margin-block-start:auto;display:flex}.app-card__button .uni-button--medium{--uni-button-padding:.375rem var(--spacing-small)}.app-card__information{gap:var(--spacing-xsmall);display:grid}.app-details-reviews{justify-content:flex-end}.app-details-reviews,.app-details-reviews__ratings{gap:var(--dim-normal);flex-flow:column;align-items:flex-start;width:100%;display:flex}.app-details-reviews__ratings{justify-content:flex-start}.app-details-reviews__ratings-item{gap:var(--dim-xsmall);flex-flow:wrap;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.app-details-reviews__ratings-item-content{gap:var(--dim-xxsmall);border-bottom:1px solid var(--color-gray-300);flex-flow:column;flex:1;justify-content:flex-start;align-items:flex-start;padding-block-end:var(--spacing-normal);display:flex}.app-details-skeleton-reviews{gap:var(--dim-normal);flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.app-details-skeleton-reviews__item{flex-flow:row}.app-details-skeleton-reviews__item,.app-details-skeleton-reviews__item-column{gap:var(--dim-xsmall);justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.app-details-skeleton-reviews__item-column{flex-flow:column}.app-details-write-reviews{gap:var(--dim-normal);flex-flow:column;justify-content:flex-start;align-items:flex-end;width:100%;display:flex}.app-details-write-reviews__form{gap:var(--dim-xsmall);flex-flow:column;flex:1;justify-content:flex-start;align-items:flex-start;display:flex}.app-details-write-reviews__content{gap:var(--dim-xsmall);flex-flow:row;justify-content:center;align-items:flex-start;width:100%;display:flex}.app-details-write-reviews__buttons{gap:var(--spacing-xxsmall);display:flex}.app-details-write-reviews__button{gap:var(--dim-normal);flex-flow:row;justify-content:flex-end;align-items:center;margin-block-start:var(--spacing-normal);display:flex}.app-details-write-reviews__rate{gap:var(--dim-xxsmall);flex-flow:row;justify-content:flex-start;align-items:flex-end;display:flex}.app-details-overview{gap:var(--dim-xsmall)}.app-details-overview,.app-details-skeleton{flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.app-details-skeleton{gap:var(--spacing-large)}.app-details-skeleton__header{flex-flow:row;justify-content:space-between;align-items:center;width:100%;display:flex}.app-details-skeleton__content{gap:var(--spacing-xsmall)}.app-details,.app-details-skeleton__content{flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.app-details{gap:var(--dim-large);height:100%}.app-details__star.MuiRating-iconEmpty{color:var(--color-gray-500)}.app-details__connected{justify-content:center;align-items:center;gap:var(--spacing-xxsmall);display:flex}.app-details__header{justify-content:space-between;gap:var(--dim-large);width:100%;display:flex}.app-details__header-content{justify-content:flex-start;align-items:center;gap:var(--dim-normal);flex-flow:row;width:100%;display:flex}.app-details__header-information{justify-content:flex-start;align-items:flex-start;gap:var(--dim-xxsmall);flex-flow:column;height:100%;display:flex}.app-details__header-rating{justify-content:flex-start;align-items:center;gap:var(--dim-xsmall);flex-flow:row;display:flex}.app-details__header-action{justify-content:flex-end;gap:var(--spacing-xsmall);flex-wrap:wrap;width:100%;height:fit-content;display:flex}.app-details__header-action .uni-button{min-width:8.75rem}@media screen and (max-width:600px){.app-details__header{flex-direction:column}.app-details__header-action{flex-wrap:nowrap}.app-details__header-action .uni-button{width:100%}}.app-details__content{justify-content:flex-start;align-items:flex-start;gap:var(--dim-normal);flex-flow:column;width:100%;height:100%;display:flex}.app-details__content-tabs{width:100%}.app-installed-card{cursor:pointer;border-radius:var(--dim-radius-large);border:1px solid var(--color-gray-200);background:var(--color-surface);width:100%;padding:var(--spacing-small);justify-content:space-between;align-items:center;gap:var(--dim-normal);flex-flow:row;display:flex}.app-installed-card__buttons{gap:var(--spacing-xxxsmall);display:flex}.app-installed-card__content{justify-content:flex-start;align-items:center;gap:var(--dim-normal);flex-flow:row;width:100%;display:flex}.app-installed-card--button{width:fit-content}.app-installed-card__information{gap:var(--dim-xxxsmall)}.app-installed-card__information,.installed-apps-skeleton{justify-content:flex-start;align-items:flex-start;flex-flow:column;display:flex}.installed-apps-skeleton{gap:var(--dim-normal);width:100%}.installed-apps-skeleton__item{justify-content:space-between}.installed-apps-skeleton__item,.installed-apps-skeleton__item-content{gap:var(--dim-xsmall);flex-flow:row;align-items:center;width:100%;display:flex}.installed-apps-skeleton__item-content{justify-content:flex-start}.installed-apps-skeleton__item-column{gap:var(--dim-xsmall);flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.installed-apps{gap:var(--dim-normal);flex-flow:column wrap;align-items:center}.installed-apps,.installed-details-skeleton{justify-content:flex-start;width:100%;height:100%;display:flex}.installed-details-skeleton{flex-flow:column;align-items:flex-start;gap:3rem}.installed-details-skeleton__header{align-items:flex-end;gap:var(--dim-xsmall);width:100%;display:flex}.installed-details-skeleton__info{gap:var(--dim-xxsmall);display:flex}.installed-details-skeleton__button{margin-inline-start:auto}.installed-details-skeleton__row{justify-content:flex-start;align-items:center;gap:var(--dim-normal);flex-flow:row;width:100%;display:flex}.installed-details{gap:var(--spacing-xlarge);flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex}.installed-details__header{justify-content:space-between;gap:var(--spacing-small);width:100%;display:flex}@media screen and (max-width:600px){.installed-details__header{flex-direction:column}}.installed-details__header-body{justify-content:space-between;align-items:center;gap:var(--dim-small);flex-flow:row;display:flex}.installed-details__header--button{width:6rem}@media screen and (max-width:600px){.installed-details__header--button{width:100%}}.installed-details__header-information{flex-flow:column;justify-content:space-between;align-items:flex-start;height:100%;display:flex}.installed-details__content{width:100%;height:100%}.installed-details__content--two-way .uni-checkbox{align-items:flex-start}.installed-details__form{justify-content:flex-start;align-items:flex-start;gap:var(--spacing-xxlarge);flex-flow:column;width:100%;height:100%;display:flex;position:relative}.installed-details__form--switch{gap:var(--spacing-xsmall);flex-direction:row!important}.installed-details__form--switch .uni-switch__label{color:var(--color-text-secondary)!important}.installed-details__form--connect-calender{height:fit-content;position:relative}.installed-details__form-footer{width:10rem;position:fixed;inset-block-end:var(--spacing-xxlarge);inset-inline-end:var(--spacing-normal)}@media screen and (max-width:600px){.installed-details__form-footer{width:calc(100% - var(--spacing-xlarge));inset-inline-end:unset}}@media screen and (max-width:960px){.installed-details__form-footer{margin-block-end:var(--spacing-normal)}}.installed-details__form__clio{gap:var(--dim-xsmall)}.installed-details__form__clio,.installed-details__form__clio-item{flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.installed-details__form__clio-item{gap:var(--dim-xxsmall)}.installed-details__form__clio-item-row{flex-flow:row;justify-content:space-between;align-items:center;width:100%;display:flex}.installed-details__clio{gap:var(--spacing-normal);flex-flow:column;justify-content:flex-start;align-items:flex-start;width:50%;display:flex}@media screen and (max-width:600px){.installed-details__clio{width:100%}}.installed-details__clio-item{width:100%}.installed-details__clio-item-row{flex-flow:row;justify-content:space-between;align-items:center;display:flex}.availability-calendar-wrapper{height:100%}@media screen and (max-width:600px){.availability-calendar-wrapper .calendar-header{padding-block-start:7rem}.availability-calendar-wrapper .calendar-header__timezone{margin-top:calc(var(--spacing-large)*-1)}.availability-calendar-wrapper .flex.calendar_column--center.mobile-view__calender{inset-block-start:40%;inset-inline-start:var(--spacing-xlarge)}}@media screen and (max-width:960px){.availability-calendar-wrapper .start-items--mobile-show{display:none}.availability-calendar-wrapper .mobile-view__calender{position:unset;height:unset;margin-top:-3rem}.availability-calendar-wrapper .calendar-header__timezone{margin-inline-start:var(--spacing-large)}}.availability-calendar-wrapper .mbsc-material.mbsc-schedule-time-indicator,.availability-calendar-wrapper .mbsc-material.mbsc-schedule-time-indicator:before{display:none}.availability-calendar-wrapper .mbsc-calendar-week-day.mbsc-material[class*=mbsc-]{color:var(--color-text-primary);padding-block-end:var(--spacing-normal);line-height:1.75rem}@media screen and (max-width:600px){.availability-calendar-wrapper .mbsc-calendar-week-day.mbsc-material[class*=mbsc-]{font-weight:400}}.availability-calendar-wrapper .mbsc-schedule-color{background-color:var(--color-surface);z-index:1}.availability-calendar-wrapper .mbsc-schedule-event{z-index:2}.availability-calendar-wrapper .mbsc-schedule-event .mbsc-schedule-event-background{background-color:var(--color-select-range)}.availability-calendar-wrapper .mbsc-schedule-event-inner{color:var(--color-text-primary)!important}.availability-calendar-wrapper .mbsc-schedule-event-title{display:none}.availability-calendar-wrapper .mbsc-material.mbsc-calendar-slide{background:var(--color-surface)}.availability-calendar-wrapper .mbsc-material.mbsc-schedule-item{background-color:var(--color-background);border:none}.availability-calendar-wrapper .mbsc-material.mbsc-schedule-item:after{content:"";z-index:1;border-color:var(--color-divider);border-top-style:dashed;width:100%;height:100%;position:absolute;top:0;left:0}.availability-calendar-wrapper .mbsc-material.mbsc-calendar-text-more .mbsc-calendar-label-text{color:var(--color-text-hint)}.availability-calendar-wrapper .mbsc-material.mbsc-calendar-text-more .mbsc-calendar-label-text:hover{color:var(--color-text-tertiary)}.availability-calendar-wrapper .mbsc-disabled .mbsc-calendar-cell-text{opacity:1}.availability-calendar-wrapper .mbsc-material.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled,.availability-calendar-wrapper .mbsc-material.mbsc-schedule-invalid{background:var(--color-gray-400);cursor:not-allowed}.availability-calendar-wrapper .mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-text{margin:var(--spacing-small)}.availability-calendar-wrapper .mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md.mbsc-calendar-week-days{width:calc(100% - 2*var(--spacing-large));z-index:2;display:flex;position:absolute;inset-block-start:1.25rem}.availability-calendar-wrapper .mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md.mbsc-calendar-week-days .mbsc-calendar-week-day[class*=mbsc-]{text-align:center;font-size:1rem;line-height:var(--spacing-large);color:var(--color-text-primary);border-block-end:none;flex:1;padding-inline-end:3.75rem;font-weight:700}.availability-calendar-wrapper .mbsc-material.mbsc-calendar-day-text{line-height:var(--dim-xlarge);height:var(--dim-xlarge);width:var(--dim-xlarge)}@media screen and (max-width:600px){.availability-calendar-wrapper .mbsc-material.mbsc-calendar-day-text{font-size:.75rem;font-weight:400;line-height:var(--dim-normal);height:var(--dim-normal);width:var(--dim-normal)}}.availability-calendar-wrapper .mbsc-material.mbsc-calendar-width-md.mbsc-calendar-day-labels .mbsc-calendar-day-inner{text-align:center}.availability-calendar-wrapper .mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day{border-color:var(--color-divider)}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.availability-calendar-wrapper .mbsc-schedule-grid-scroll.mbsc-material{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.availability-calendar-wrapper .mbsc-schedule-grid-scroll.mbsc-material:focus,.availability-calendar-wrapper .mbsc-schedule-grid-scroll.mbsc-material:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.availability-calendar-wrapper .mbsc-calendar-today.mbsc-material.mbsc-calendar-cell-text,.availability-calendar-wrapper .mbsc-schedule-header-item.mbsc-material.mbsc-schedule-header-day-today.mbsc-material{background-color:var(--color-error);color:var(--color-surface)}.availability-calendar-wrapper .mbsc-material.mbsc-selected.mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-material.mbsc-calendar-today{background:var(--color-primary)}.availability-calendar-wrapper .mbsc-calendar-cell.mbsc-calendar-day.mbsc-material.mbsc-selected .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-material.mbsc-calendar-today{border-color:var(--color-error)}.availability-calendar-wrapper .mbsc-schedule-header-day.mbsc-material.mbsc-selected.mbsc-schedule-header-day-today{background-color:var(--color-error);color:var(--color-white)!important}.weekly-hours{gap:var(--spacing-large);flex-direction:column;display:flex}.weekly-hours__header{margin-bottom:var(--spacing-small)}.weekly-hours__item{align-items:center;display:flex}.weekly-hours__copy{padding:var(--spacing-normal);min-width:22.5rem}.weekly-hours__copy-title{margin-block-end:.375rem}.weekly-hours__copy-list{list-style:none}.weekly-hours__copy-footer .uni-grouped-buttons{width:10.5rem;margin-inline-start:auto}.weekly-hours__list-item{margin-block-end:.625rem}.availability-preset-create{width:100%;height:calc(100% - 8.5rem);padding:var(--spacing-normal)var(--spacing-normal);flex-direction:column;padding-block-end:0;transition:height .15s ease-out;display:flex;overflow:auto}.availability-overrides,.availability-preset-create__recurring{gap:var(--spacing-normal);flex-direction:column;display:flex}.availability-overrides{margin-block-start:2.5rem}.availability-overrides__header{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}@media screen and (min-width:960px){.availability-overrides__header-button{display:none}}.availability-overrides__body{align-items:center;gap:var(--spacing-small);justify-content:space-between;width:100%;display:flex}.availability-overrides__body--date{gap:var(--spacing-xsmall);align-items:center;display:flex}.availability-remove{gap:var(--spacing-xsmall);margin:var(--spacing-normal)0;padding:var(--spacing-small);border-radius:var(--dim-radius-large);background-color:var(--color-white-smoke);flex-direction:column;display:flex}.availability-remove__link{text-decoration:none}.availability-remove__link li{margin-inline-start:var(--spacing-normal);list-style:outside}.availability-remove-modal .uni-button{width:100%}.notification-schedule-sidebar{flex-direction:column;height:100vh;display:flex}.notification-schedule-sidebar .header{background-color:var(--color-background);height:var(--spacing-xxxlarge);padding:0 var(--spacing-xsmall);padding-right:var(--spacing-normal);box-shadow:var(--box-shadow-md);justify-content:space-between;align-items:center;display:flex}.notification-schedule-sidebar .header__title{margin-inline-start:var(--spacing-xsmall);margin-inline-end:auto;font-weight:700}.notification-schedule-sidebar__header-timezone{--uni-button-padding:0;color:var(--color-primary);font-size:.75rem;font-weight:700}.notification-schedule-sidebar .list{padding:var(--spacing-normal)var(--spacing-large);gap:var(--spacing-normal);flex-direction:column;display:flex}.notification-schedule-sidebar .list-item{height:var(--dim-xxxlarge);border-radius:var(--dim-radius-medium);padding:var(--spacing-small)var(--spacing-normal);cursor:pointer;transition:var(--transition-main);justify-content:space-between;align-items:center;display:flex}.notification-schedule-sidebar .list-item__check-box{margin-top:calc(-1*var(--spacing-xsmall));align-self:flex-start}.notification-schedule-sidebar .list-item__dots-vertical.uni-button--color-white .uni-icon{color:#fff!important}.notification-schedule-sidebar .list-item__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.weekly-hours-item{align-items:center;display:flex}.weekly-hours-item__checkbox{align-self:flex-start}.weekly-hours-item__label{align-self:flex-start;align-items:center;min-width:2.5rem;height:2.625rem;display:flex;font-weight:700!important}.weekly-hours-item__list{gap:var(--spacing-xxsmall);flex-direction:column;flex:1;max-width:20rem;display:flex}.weekly-hours-item__list .right-side__unavailable{margin-inline-start:var(--spacing-large)}.weekly-hours-item__row{justify-content:space-evenly;align-items:center;height:2.625rem;display:flex}.weekly-hours-item__row .right-side{min-width:6rem}.weekly-hours-item__row .right-side__trash{justify-content:flex-start;min-width:6rem}.weekly-hours-item__row .mbsc-material.mbsc-textfield{color:var(--color-text-secondary)}.weekly-hours-item__row .mbsc-material.mbsc-textfield-wrapper{margin:0}.weekly-hours-item__row .mbsc-material.mbsc-textfield-inner-box{background-color:#0000}.weekly-hours-item__row .mbsc-material.mbsc-textfield-box{text-align:center;border:1px solid var(--color-divider);background-color:#0000;border-radius:4px;height:2.5em;padding:0!important}@media (min-width:960px) and (max-width:1230px){.weekly-hours-item__row .mbsc-material.mbsc-textfield-box{font-size:14px}}@media (max-width:400px){.weekly-hours-item__row .mbsc-material.mbsc-textfield-box{font-size:14px}}.calendar-form{width:100%;height:100%}.availability-calendar{background-color:var(--color-surface);height:100%}.availability-integration-calendar{justify-content:space-between;align-items:center;gap:var(--dim-xsmall);flex-flow:row;width:100%;display:flex}.availability-integration-calendar__content{justify-content:flex-start;align-items:center;gap:var(--dim-normal);flex-flow:row;display:flex}.availability-integration-calendar__information{justify-content:flex-start;align-items:flex-start;gap:var(--dim-xxxsmall);flex-flow:column;display:flex}.availability-page{justify-content:flex-start;align-items:flex-start;gap:var(--spacing-xxlarge);flex-flow:column wrap;display:flex}.availability-page__date-information{margin-block-start:var(--spacing-large)}.availability-page__information{flex-flow:column wrap;align-items:flex-start}.availability-page__information,.availability-page__information-item{gap:var(--dim-xsmall);justify-content:flex-start;width:100%;display:flex}.availability-page__information-item{flex-flow:row;align-items:center}.availability-page__select{width:19.5rem}.availability-page__select-wrapper{align-items:center;gap:var(--spacing-xxsmall);display:flex}.availability-page--connected-calendars{gap:var(--spacing-large);display:grid}.availability-page__skeleton{gap:var(--spacing-xxlarge);flex-direction:column;width:100%;display:flex}.availability-page__skeleton--days{gap:var(--spacing-small);flex-direction:column;height:fit-content;display:flex}.custom-domain-drawer{padding:0 var(--spacing-normal);gap:var(--spacing-large);width:100%;height:100%;flex-direction:column;padding-block-start:var(--spacing-xlarge);display:flex;position:relative}.custom-domain-drawer .account-page__form-text-field{margin-block-end:var(--spacing-xlarge)}.custom-domain-drawer--description{justify-content:space-between;margin-block-start:var(--spacing-xxsmall);display:flex}.custom-domain-drawer--item-title{margin-block-end:var(--spacing-normal)}.custom-domain-drawer--buttons{width:calc(100% - var(--spacing-xlarge));gap:var(--spacing-xsmall);display:flex;position:absolute;inset-block-end:var(--spacing-normal)}.custom-domain-drawer--buttons .uni-button{width:100%}.custom-domain-drawer--button{width:calc(100% - var(--spacing-xlarge));position:absolute;inset-block-end:var(--spacing-normal)}.custom-domain-drawer__hint{align-items:center;gap:var(--spacing-normal);border-radius:var(--dim-radius-small);padding:var(--spacing-xsmall)var(--spacing-xsmall);background:var(--color-warning-50);display:flex}.role-form__content{gap:var(--spacing-xlarge);width:100%;height:100%;padding:var(--spacing-normal);flex-direction:column;margin-block-start:var(--spacing-xsmall);display:flex;position:relative}.role-form__submit{z-index:1;width:100%;margin-block-start:auto;position:sticky;bottom:0}.role-form__accesses,.role-form__collaboration{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.role-form__accesses .uni-checkbox,.role-form__collaboration .uni-checkbox{gap:var(--spacing-xsmall)}.role-form__accesses,.role-form__collaboration{gap:var(--dim-normal)}.role-form__accesses .uni-checkbox{gap:var(--spacing-xsmall)}.role-form__checkbox-title{gap:var(--dim-xxsmall);flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.role-form .uni-checkbox{align-items:flex-start}.role-form .uni-checkbox__input{margin-block-end:var(--spacing-xsmall)}.settings-form-button{align-items:center;gap:var(--spacing-xsmall);direction:rtl;display:flex}.card-member-table{gap:var(--dim-xsmall);flex-flow:row;justify-content:flex-start;align-items:center;width:100%;display:flex}.card-member-table__content{gap:var(--dim-xxsmall);flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}.card-member-table__content--text{display:grid}.guests{width:100%;height:100%}.guests__table-column-action{text-align:end}.members-skeleton{gap:var(--dim-normal);flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex}.members-skeleton__item{width:100%}.members-skeleton__item,.members-skeleton__item-info{gap:var(--dim-xsmall);flex-flow:row;justify-content:flex-start;align-items:center;display:flex}.members-skeleton__item-info{flex:.5}@media screen and (max-width:600px){.members-skeleton__item-info{flex:1}}.members-skeleton__item-column{gap:var(--dim-xxsmall)}.members-skeleton__item-column,.members-wrapper{flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.members-wrapper{gap:var(--dim-normal);height:100%}.members-wrapper__header{flex-flow:row;justify-content:space-between;align-items:center;width:100%;display:flex}.members-wrapper tr td:first-of-type,.members-wrapper tr th:first-of-type{padding-inline-start:var(--spacing-normal)}.setting-role{justify-content:flex-start;align-items:flex-start;gap:var(--spacing-large);flex-flow:column;width:100%;height:100%;display:flex}.setting-role--title{gap:var(--spacing-xsmall);display:flex}.team,.team__cell-wrapper{width:100%;height:100%}.team__cell-wrapper{align-items:center;display:flex}.team__cell-wrapper--low-opacity{opacity:.5}.role-owner-ship{gap:var(--dim-normal);flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.role-owner-ship--role-member{align-items:center;display:flex}.role-owner-ship__content{width:100%}.role-owner-ship__footer{flex-flow:row;justify-content:flex-end;align-items:center;width:100%;display:flex}.notifications-page{width:100%;height:100%}.notifications-page__form{justify-content:flex-start;align-items:flex-start;gap:var(--spacing-xxlarge);flex-flow:column;margin-block-start:var(--spacing-normal);display:flex}.notifications-page__form--notification-schedule{gap:var(--spacing-normal);display:grid}.notifications-page__form--notification-schedule .uni-button{width:fit-content}.personal-preferences-user{justify-content:flex-start;align-items:flex-start;gap:var(--spacing-xxlarge);flex-flow:column;width:100%;height:100%;display:flex}.personal-preferences-user__region{position:relative}.personal-preferences-user__region .form-control,.personal-preferences-user__region .special-label{display:none}.personal-preferences-user__region .flag-dropdown{position:unset}.preferences-skeleton{gap:var(--spacing-xxlarge);height:100%}.preferences-skeleton,.preferences-skeleton__item{justify-content:flex-start;align-items:flex-start;flex-flow:column;width:100%;display:flex}.preferences-skeleton__item{gap:var(--dim-xsmall)}.preferences-appearance-brand-colors__card{box-sizing:border-box;gap:var(--dim-small);min-width:15.625rem;display:flex;position:relative}.preferences-appearance-brand-colors__card--wrapper{gap:.5rem;display:grid}.preferences-appearance-brand-colors--color-palette{gap:.25rem;margin-left:2.75rem;display:flex}.preferences-appearance-brand-colors--color-palette--box{border-radius:var(--dim-radius-small)}.preferences-appearance-brand-colors__color{cursor:pointer;height:var(--dim-xlarge);min-width:var(--dim-xlarge);border-radius:var(--dim-radius-medium)}.preferences-appearance-brand-colors__color--helper-text{color:var(--color-error);font-size:12px}.preferences-appearance-brand-colors__wrapper{z-index:999;position:absolute;bottom:1.0625rem;left:5rem}.preferences-appearance-brand-colors__color-picker{z-index:999;position:absolute}.appearance-preferences-tab{gap:var(--dim-normal);width:100%;padding:0 var(--spacing-large);row-gap:var(--spacing-xxxlarge);flex-direction:column;display:flex}@media screen and (max-width:800px){.appearance-preferences-tab--dirty{padding-block-end:2.5rem!important}}.appearance-preferences-tab .uni-new-logo img{object-fit:contain}.appearance-preferences-tab__brand-section,.appearance-preferences-tab__logo-section{justify-content:space-between;width:100%;display:flex}.appearance-preferences-tab__brand-section .dark .uni-editable-logo--square,.appearance-preferences-tab__logo-section .dark .uni-editable-logo--square{background-color:#29292e}.appearance-preferences-tab__brand-section--logo-label,.appearance-preferences-tab__logo-section--logo-label{align-items:center;gap:var(--spacing-xxsmall);display:flex}.appearance-preferences-tab__brand-section--logo-label-icon,.appearance-preferences-tab__logo-section--logo-label-icon{cursor:pointer}.appearance-preferences-tab__brand-section--link-preview,.appearance-preferences-tab__logo-section--link-preview{column-gap:var(--spacing-large);width:100%;display:flex}.appearance-preferences-tab__brand-section--link-preview .uni-new-logo,.appearance-preferences-tab__logo-section--link-preview .uni-new-logo{width:100%;max-width:100%}.appearance-preferences-tab__brand-section--link-preview .uni-new-logo img,.appearance-preferences-tab__logo-section--link-preview .uni-new-logo img{object-fit:contain}.appearance-preferences-tab__brand-section--link-preview--mark,.appearance-preferences-tab__brand-section--link-preview--type,.appearance-preferences-tab__logo-section--link-preview--mark,.appearance-preferences-tab__logo-section--link-preview--type{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.appearance-preferences-tab__brand-section--link-preview--mark .uni-editable-logo,.appearance-preferences-tab__brand-section--link-preview--type .uni-editable-logo,.appearance-preferences-tab__logo-section--link-preview--mark .uni-editable-logo,.appearance-preferences-tab__logo-section--link-preview--type .uni-editable-logo{padding:var(--spacing-xsmall);background-color:var(--color-white-eggshell);border:1px solid var(--color-divider)}.appearance-preferences-tab__brand-section--link-preview--mark-logo-edit,.appearance-preferences-tab__brand-section--link-preview--type-logo-edit,.appearance-preferences-tab__logo-section--link-preview--mark-logo-edit,.appearance-preferences-tab__logo-section--link-preview--type-logo-edit{width:1.375rem;height:1.375rem;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset-block-end:calc(var(--dim-small)*-1);inset-inline-end:calc(var(--dim-small)*-1)}.appearance-preferences-tab__brand-section--link-preview--type,.appearance-preferences-tab__logo-section--link-preview--type{width:100%}.appearance-preferences-tab__brand-section--link-preview--type .uni-editable-logo,.appearance-preferences-tab__logo-section--link-preview--type .uni-editable-logo{justify-content:flex-start;width:100%}.appearance-preferences-tab__brand-section--preview,.appearance-preferences-tab__logo-section--preview{column-gap:var(--spacing-large);display:flex}.appearance-preferences-tab__brand-section--preview .uni-new-logo,.appearance-preferences-tab__logo-section--preview .uni-new-logo{width:100%;max-width:100%}.appearance-preferences-tab__brand-section--preview .uni-new-logo img,.appearance-preferences-tab__logo-section--preview .uni-new-logo img{object-fit:contain}.appearance-preferences-tab__brand-section--preview--mark,.appearance-preferences-tab__brand-section--preview--type,.appearance-preferences-tab__logo-section--preview--mark,.appearance-preferences-tab__logo-section--preview--type{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.appearance-preferences-tab__brand-section--preview--mark .uni-editable-logo,.appearance-preferences-tab__brand-section--preview--type .uni-editable-logo,.appearance-preferences-tab__logo-section--preview--mark .uni-editable-logo,.appearance-preferences-tab__logo-section--preview--type .uni-editable-logo{padding:var(--spacing-xsmall);background-color:var(--color-white-eggshell);border:1px solid var(--color-divider)}.appearance-preferences-tab__brand-section--preview--mark-logo-edit,.appearance-preferences-tab__brand-section--preview--type-logo-edit,.appearance-preferences-tab__logo-section--preview--mark-logo-edit,.appearance-preferences-tab__logo-section--preview--type-logo-edit{width:1.375rem;height:1.375rem;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset-block-end:calc(var(--dim-small)*-1);inset-inline-end:calc(var(--dim-small)*-1)}.appearance-preferences-tab__brand-section--preview--type .uni-editable-logo,.appearance-preferences-tab__logo-section--preview--type .uni-editable-logo{justify-content:flex-start;width:10rem}.appearance-preferences-tab--brand-section--colors{row-gap:var(--spacing-large);flex-direction:column;width:100%;display:flex}.appearance-preferences-tab--brand-section--colors .uni-hint{margin:0}.appearance-preferences-tab--footer{z-index:1;width:10rem;position:fixed;inset-block-end:var(--spacing-normal);inset-inline-end:var(--spacing-large)}@media screen and (max-width:960px){.appearance-preferences-tab--footer{inset-block-end:var(--spacing-xxxxlarge)}}@media screen and (max-width:800px){.appearance-preferences-tab--footer{width:calc(100% - var(--spacing-xlarge))}}@media screen and (max-width:960px){.appearance-preferences-tab{flex-flow:column;justify-content:flex-start;align-items:flex-start;padding:0;display:flex}.appearance-preferences-tab__brand-section,.appearance-preferences-tab__logo-section{row-gap:var(--spacing-xlarge);flex-direction:column}}.custom-domain{gap:var(--spacing-xxlarge);flex-direction:column;width:100%;display:flex}.custom-domain--blank-link{align-items:center;gap:var(--spacing-xsmall);margin-block-start:var(--spacing-xsmall);display:flex}.custom-domain--card{padding:var(--spacing-normal)}.custom-domain--card--header{border-block-end:1px solid var(--color-divider);justify-content:space-between;align-items:center;padding-block-end:.875rem;display:flex}.custom-domain--card--header__action{align-items:center;gap:var(--spacing-xxsmall);display:flex}.custom-domain--card--body{justify-content:space-between;padding-block-start:var(--spacing-normal);display:flex}.custom-domain--card--body__chip--success{background-color:var(--color-green-100)}.custom-domain--card--body__chip--warning{background:var(--color-warning-50)}.custom-domain--card--body__row{gap:var(--spacing-small);display:grid}.custom-domain--card--body__row--status{min-width:4.5rem}.workspace-preferences-layout{width:calc(100% - (var(--spacing-xxlarge) - var(--spacing-xsmall)));gap:var(--dim-xlarge);border-radius:var(--dim-xsmall);flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}.workspace-preferences-layout--workspace-url{gap:var(--spacing-normal);display:grid}.workspace-preferences-layout__cover-logo{width:100%;max-width:20rem;height:5.5rem;margin-block-end:var(--spacing-xlarge);display:flex;position:relative}@media screen and (max-width:960px){.workspace-preferences-layout__cover-logo{max-width:100%}}.workspace-preferences-layout__cover-logo--button{z-index:5;border:2px solid var(--color-surface);border-radius:9999px;position:absolute;inset-block-end:calc(var(--spacing-small)*-1);inset-inline-end:var(--spacing-small)}.workspace-preferences-layout__cover-logo .uni-new-cover__image{--uni-cover-border-radius:6px!important}.workspace-preferences-layout__cover-logo--logo{z-index:4;position:absolute;bottom:-2.25rem;left:.875rem}.workspace-preferences-layout .uni-tabs{width:fit-content}.workspace-preferences-layout .uni-tabs__wrapper{width:100%;overflow:auto}.workspace-preferences-layout__content{gap:var(--spacing-xxlarge);width:100%;flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;padding-block-start:var(--spacing-large);display:flex}.workspace-preferences-layout__leave{gap:var(--dim-xsmall);color:var(--color-text-primary);flex-flow:wrap;justify-content:flex-start;align-items:center;display:flex}.workspace-preferences-layout__region{position:relative}.workspace-preferences-layout__region .form-control,.workspace-preferences-layout__region .special-label{display:none}.workspace-preferences-layout__region .flag-dropdown{position:unset}@media screen and (max-width:960px){.workspace-preferences-layout{background-color:#0000;border:none;border-radius:0;width:100%;margin:0;padding:0}.workspace-preferences-layout__content{padding:0 var(--spacing-normal)}}.rtl-styles .workspace-preferences-layout__cover-logo--logo{left:unset;right:.875rem}.pricing-header-card{min-width:25rem;max-width:100%;max-height:13.25rem;padding:var(--spacing-normal);display:grid}.pricing-header-card--header{justify-content:space-between;align-items:center;margin-block-end:var(--spacing-normal);display:flex}.pricing-header-card--header-text{gap:var(--spacing-xsmall);display:grid}.pricing-header-card--billing-detail{justify-content:space-between;align-items:center;display:flex}.pricing-header-card .progress-bar{margin-block:var(--spacing-xxsmall)var(--spacing-normal);border-radius:var(--dim-radius-medium);width:100%;height:var(--dim-xsmall);overflow:hidden;transform:translateY(50%)}.pricing-header-card .progress-bar span{display:block}.pricing-header-card .bar{background:#00000013}.pricing-header-card--people{justify-content:space-between;align-items:center;margin-block-start:var(--spacing-xsmall);display:flex}.pricing-header-card .progress{background:var(--color-blue-500);padding:var(--spacing-xxsmall)}.pricing-header-card--wrapper{gap:var(--spacing-large);grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));width:100%;height:fit-content;display:grid}.pricing-header-card--payment{border-radius:var(--spacing-xxsmall);width:100%;padding:var(--spacing-normal);--uni-SVG--size:4rem;background-color:#fafafa;justify-content:space-between;align-items:flex-start;margin-block-start:var(--spacing-xxsmall);display:flex}.pricing-header-card--payment--content{text-align:start;gap:var(--spacing-xsmall);flex-direction:column;display:flex}.pricing-table__view{color:var(--color-primary)}.pricing-table--header{background:#f5f5f6}.pricing-table--body{background:var(--color-surface)}.pricing-table__header{gap:var(--spacing-xsmall);margin-block:var(--spacing-xxxxlarge)var(--spacing-large);display:grid}.farewell-card{width:100%;overflow:hidden}.farewell-card,.farewell-card__header{gap:var(--spacing-normal);flex-direction:column;display:flex}.farewell-card__confirm-message{font-size:.875rem;font-weight:700}.farewell-card__description{line-break:auto;margin-block-start:var(--spacing-normal);display:block}.farewell-card__main-content{background-color:var(--color-background);gap:var(--spacing-xsmall);height:9.5rem;padding:var(--spacing-small);flex-direction:column;display:flex;overflow:auto}.farewell-card__main-content-item,.farewell-card__main-content-skeleton{align-items:center;gap:var(--spacing-small);display:flex}.farewell-card__actions-container{align-self:flex-end;align-items:center;gap:var(--spacing-xsmall);width:100%;display:flex}.farewell-card__button{flex-basis:50%}.device-settings{flex-flow:row;justify-content:flex-start;align-items:center;width:100%;display:flex}.device-settings--column{gap:var(--spacing-xlarge);flex-direction:column-reverse;display:flex}.device-settings--content{justify-content:flex-start;align-items:center;gap:var(--dim-xsmall);flex-flow:row;display:flex}.device-settings__icon{background-color:var(--color-divider);border-radius:50%;flex-flow:row;justify-content:center;align-items:center;min-width:3.25rem;min-height:3.25rem;display:flex}.device-settings--icon-active{background-color:var(--color-primary)}.device-settings__information{gap:var(--dim-xxsmall);width:13rem;display:grid}.privacy-page{justify-content:flex-start;align-items:flex-start;gap:var(--spacing-xxlarge);flex-flow:column wrap;display:flex}.privacy-page--input-phone-number .react-tel-input{background-color:var(--color-background)}.privacy-page--input-phone-number .react-tel-input .flag-dropdown.open{width:100%;z-index:5!important}.privacy-page--input-phone-number .form-control{background-color:var(--color-background)!important}.privacy-page__section-items{gap:var(--spacing-xlarge);flex-direction:column;display:flex;max-width:22.5rem!important}@media screen and (max-width:600px){.privacy-page__section-items{max-width:100%!important}}.privacy-page__section-items .uni-button{width:fit-content}.privacy-page__password{gap:var(--spacing-xsmall);flex-direction:column;display:flex}.privacy-page__password .uni-text-field{background-color:var(--color-background);z-index:4}.privacy-page__password .uni-text-field__input:not(:placeholder-shown)~.uni-text-field--outlined__fieldset .uni-text-field--outlined__legend,.privacy-page__password .uni-text-field__label--notched~.uni-text-field--outlined__fieldset .uni-text-field--outlined__legend{transition:unset!important}.privacy-page__password .password-input-bar{display:none}.privacy-page__email-item{align-items:center;gap:var(--spacing-xxsmall);display:flex}.privacy-page__skeleton{gap:var(--dim-xxlarge);flex-flow:column wrap}.privacy-page__skeleton,.privacy-page__skeleton-item{justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.privacy-page__skeleton-item{gap:var(--dim-xsmall);flex-flow:column}.privacy-page__skeleton-content{justify-content:flex-start;align-items:center;gap:var(--dim-xsmall);flex-flow:row;width:100%;display:flex}.setting-wrapper{gap:var(--spacing-large);width:100%;height:fit-content;display:flex}@media screen and (max-width:600px){.setting-wrapper--column{flex-direction:column}}.setting-wrapper--headline{gap:var(--spacing-xxsmall);flex-direction:column;width:18rem;display:flex}.setting-wrapper--headline__title{display:flex}.setting-wrapper--content{width:100%;max-width:20rem}.setting-wrapper--content .uni-text-field__adornment{color:var(--color-text-primary)}@media screen and (max-width:600px){.setting-wrapper--content{max-width:100%}}.setting-wrapper--second-part{align-items:center;column-gap:var(--spacing-xsmall);width:100%;height:fit-content;display:flex}.setting-wrapper--loading{gap:var(--spacing-large);width:100%;max-width:20rem;display:grid}@media screen and (max-width:600px){.setting-wrapper--loading{max-width:100%}}.apps-layout{gap:var(--dim-large);flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex}.apps-layout__header{width:100%}.apps-layout__content{width:100%;height:100%}.member-layout{gap:var(--dim-xlarge);flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex;height:calc(100% - 5rem)!important}.member-layout .uni-react-table__body-row{background-color:var(--color-surface)}.member-layout .uni-react-table__header-row{background:var(--color-white-smoke)!important}.member-layout__header{width:100%}.member-layout__content{width:100%;height:100%}.settings-layout{height:100%;display:flex;overflow:hidden}@media screen and (max-width:960px){.settings-layout{flex-direction:column;overflow:auto}.settings-layout .sidebar-setting-developer{margin:0;margin-block-start:var(--dim-xxlarge)!important}.settings-layout .sidebar-setting-developer__aside{border:none;border-radius:0}}.settings-layout__container{width:100%;max-height:get-vh(100);gap:var(--spacing-normal);flex-direction:column;flex-wrap:unset;justify-content:flex-start;align-items:flex-start;display:flex;overflow:hidden}@media screen and (max-width:960px){.settings-layout__container{flex-basis:100%;max-width:100%}}.settings-layout__appbar .uni-breadcrumbs__list{margin-inline-start:21.5rem}@media screen and (max-width:960px){.settings-layout__appbar{--uni-appbar-start-offset:0px}.settings-layout__appbar .uni-breadcrumbs__list{margin-inline-start:unset}}.settings-layout__content{box-sizing:border-box;width:100%;padding-inline:var(--spacing-xxsmall)var(--spacing-large);padding-block-start:var(--spacing-normal);overflow-y:auto}@media screen and (min-width:960px){.settings-layout__content{margin-inline-start:var(--spacing-xxsmall)}}@media screen and (max-width:960px){.settings-layout__content{padding-inline:var(--spacing-normal);padding-block-start:calc(var(--dim-bar-height) + var(--spacing-normal));padding-block-end:var(--spacing-normal)}}.subscription--button{z-index:1200;position:fixed;inset-block-start:var(--spacing-small);inset-inline-end:var(--spacing-small)}.rtl-styles .settings-layout__content{padding-inline:.875rem var(--spacing-large)}.session-list-layout__section{row-gap:var(--spacing-normal);flex-direction:column;flex-shrink:0;max-width:100%;display:flex;position:relative;overflow:hidden}.session-list-layout__section--live{height:100%}.session-list-layout__section--live .core-card{min-height:13rem}.session-list-layout__section--live .uni-grid--empty{height:fit-content;padding-block-start:0}.session-list-layout__section--slides .core-card{min-height:13rem}.session-list-layout__section .empty-state{background-color:var(--color-white-smoke);border-radius:var(--dim-radius-small);min-height:186px;max-height:186px;padding:0}@media (min-width:960px) and (max-width:1000px){.session-list-layout__section .uni-carousel-slides__container{grid-auto-columns:60%!important}.session-list-layout__section .uni-carousel-slides__container--empty{grid-auto-columns:100%!important}}@media screen and (max-width:600px){.session-list-layout__section .uni-carousel-slides__container{grid-auto-columns:100%}}.session-list-layout__section--header{justify-content:space-between;align-items:center;display:flex}.session-list-layout__section--header a{text-decoration:none}.session-list-layout__section a,.session-list-layout__section--title{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.session-list-layout__content{row-gap:var(--spacing-xlarge);flex-direction:column;display:flex;overflow-y:auto}@media (min-width:1000px) and (max-width:1280px){.session-list-layout__content .uni-carousel-slides__container{grid-auto-columns:30%!important}}@media (min-width:1280px) and (max-width:1500px){.session-list-layout__content .uni-carousel-slides__container{grid-auto-columns:25%!important}}.session-list-layout__content .uni-carousel-slides__container--empty{grid-auto-columns:100%!important}.session-list-layout__content .uni-virtualizer__grid-row .uni-virtualizer__grid-col-item{padding-inline-start:0}.session-list-layout__content .uni-virtualizer__grid-row .uni-virtualizer__grid-col:last-child .uni-virtualizer__grid-col-item{padding-inline-end:0}.session-list-layout__content .uni-card,.session-list-layout__content .uni-room-card{width:100%}.session-list-layout__content.no-gap{row-gap:0}@media screen and (max-width:960px){.session-list-layout__content{padding:4.5rem var(--spacing-normal)0}}.session-list-appbar{flex-direction:row-reverse;align-items:center;gap:.75rem;display:flex}.session-list-appbar__view-toggle{background-color:var(--color-gray-200);border-radius:.25rem}.session-list-appbar__view-toggle .MuiToggleButton-root.MuiToggleButtonGroup-grouped{border:none;border-radius:.25rem;margin:2px;padding:4px}.session-list-appbar__view-toggle .MuiToggleButton-root.MuiToggleButtonGroup-grouped:hover{background-color:var(--color-surface)}.session-list-appbar__view-toggle .Mui-selected.MuiToggleButtonGroup-grouped{background-color:var(--color-surface);border:none;border-radius:.25rem;margin:2px}.session-list-appbar .uni-button__label{text-transform:none}@media screen and (max-width:960px){.session-list-appbar{padding-inline-end:var(--spacing-xsmall)}.session-list-appbar__new-button .uni-button__label{display:none}}.sharing-search-people{row-gap:var(--spacing-xxsmall);width:100%;padding:var(--spacing-xsmall)var(--spacing-normal)var(--spacing-normal);-webkit-overflow-scrolling:touch;flex-direction:column;height:fit-content;min-height:412px;display:flex;overflow-y:auto}.sharing-search-people .sharing-search-people__invite-button{flex-shrink:0!important}.sharing-search-people__invite-button{margin-block-start:var(--spacing-xsmall)}.sharing-search-people .uni-description__add{background-color:#0000!important}.sharing-search-people .new-search-people__select-box--items{box-shadow:none;background-color:var(--color-background);border:1px solid var(--color-divider);margin-block-start:var(--spacing-xsmall)}.sharing-search-people .new-search-people__wrapper{flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:space-between;height:100%;display:flex}.sharing-search-people .new-search-people__wrapper--input-container{flex-grow:1}.sharing-attendee-user-menu__button{color:var(--color-text-secondary);font-weight:400}.sharing-attendee-user-menu__role--active .uni-new-menu-item__icon--end,.sharing-attendee-user-menu__role--active .uni-new-menu-item__label{color:var(--color-primary)!important}.sharing-internal-copy-link__text-field .uni-text-field__input-wrapper{padding:0!important}.sharing-internal-copy-link__adornment{padding:var(--spacing-xsmall)!important}.sharing-internal-copy-link__adornment-label{font-size:var(--spacing-small)!important}.sharing-direct-access{align-items:center;gap:var(--spacing-normal);width:100%;justify-content:space-between;margin-block-end:calc(var(--spacing-xsmall)*-1);display:flex}.sharing-direct-access__switch-label{color:var(--color-text-tertiary);font-size:10px;font-weight:400}.sharing-invited-item{justify-content:space-between;display:flex}.sharing-invited-item__wrapper{flex-direction:column;align-items:flex-end;display:flex}.sharing-invited-item__access{padding:0 var(--spacing-xsmall)}.sharing-invited-item__container{align-items:center;gap:var(--spacing-xxsmall);flex:1;display:flex;overflow:hidden}.sharing-invited-item__avatar .uni-new-avatar__abbr{font-size:var(--spacing-small);color:var(--color-text-primary);line-height:var(--spacing-small)}.sharing-invited-item__avatar.uni-new-avatar{background-color:var(--color-gray-300)}.sharing-invited-item__email{width:fit-content}.sharing-invited-item__tooltip{cursor:pointer}.sharing-invited-item__desc--guest{text-transform:lowercase;align-items:center;gap:var(--spacing-xxsmall);line-height:var(--spacing-large);flex:1;display:flex}.sharing-invited-item__overall-info{flex-direction:column;flex:100%;justify-content:center;height:100%;display:flex;overflow:hidden}.sharing-invited-item__title .MuiTypography-root{text-transform:capitalize;font-weight:900}.sharing-invited-item__title-wrapper{align-items:center;gap:var(--spacing-xxsmall);padding-inline-end:var(--spacing-xxsmall);display:flex;overflow:hidden}.sharing-invited-item__loading{margin:0 auto}.sharing-invited-item__menu-wrapper{flex-direction:column;align-items:flex-end;display:flex}.sharing-invited-item__company.MuiTypography-root{text-transform:capitalize;font-weight:700}.sharing-invited-item__guest-chip.MuiTypography-root{text-transform:capitalize;padding:var(--spacing-xxsmall);font-size:var(--spacing-xsmall);border-radius:var(--spacing-normal);background-color:var(--color-orange-100)}.sharing-invited-item__label-wrapper{justify-content:flex-end;margin-inline-start:var(--spacing-xxsmall);display:flex}.sharing-invited-item__chip{text-align:center;text-transform:lowercase;color:var(--color-surface);padding-inline:var(--spacing-xsmall);border-radius:var(--spacing-xxxxxlarge);background-color:var(--color-primary);margin:auto;display:inline-block;position:relative}.sharing-invited-item__chip:first-letter{text-transform:uppercase}.sharing-invited-item__chip--guest{background-color:var(--color-secondary)}.sharing-invited-item__role-title{font-weight:400}.sharing-invited-list{gap:var(--spacing-normal);scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;width:100%;height:fit-content;flex-direction:column;flex-grow:1;flex-shrink:1;margin-block-start:var(--spacing-normal);display:flex;overflow-y:auto}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.sharing-invited-list{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.sharing-invited-list:focus,.sharing-invited-list:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.sharing-invited-list__group{gap:var(--spacing-normal);flex-direction:column;display:flex}.sharing-user-label__wrapper{justify-content:flex-end;align-items:center;margin-inline-start:var(--spacing-xxsmall);display:flex}.sharing-user-label__name.MuiTypography-root{padding:var(--spacing-xxxsmall)var(--spacing-xsmall);background-color:var(--color-warning-50);border-radius:9999px;align-items:center;display:flex}.uni-add-label-form__field{flex-direction:column;margin-block-end:var(--spacing-normal);display:flex}.uni-add-label-form__buttons{gap:var(--spacing-xsmall);flex-wrap:wrap;width:fit-content;margin-inline-start:auto;display:flex}.search-label__menu .uni-popover__paper{min-width:19.6875rem}.search-label__menu .uni-new-menu-item__content{max-width:calc(100% - 120px)}.search-label__menu .uni-new-menu-item__label{text-overflow:ellipsis}.search-label__wrapper .uni-text-field__input-wrapper{padding:unset!important}.search-label__wrapper .uni-text-field__adornment--end>:not(.MuiTypography-root):not(.uni-typo){font-size:var(--spacing-small)!important}.search-label__wrapper .new-uni-select__text-field{width:100%!important}.user-list-item{gap:var(--spacing-xsmall);flex:100%;padding:0;display:flex;overflow:hidden}.user-list-item__popover{padding:var(--spacing-normal)var(--spacing-xsmall)}.user-list-item__chip{border-radius:var(--spacing-normal);padding:var(--spacing-xsmall)var(--spacing-xxsmall);justify-content:center;align-items:center;height:19.2px;font-size:.625rem;display:flex}.user-list-item__chip--guest{text-transform:capitalize;color:var(--color-text-tertiary);background-color:var(--color-orange-100)}.user-list-item__chip--team{background-color:var(--color-primary)}.add-new-label__role-button:hover{background-color:unset}.sharing-add-label{gap:var(--spacing-normal);width:17rem;padding:var(--spacing-normal);flex-direction:column;display:flex}.sharing-add-label__buttons{gap:var(--spacing-xxsmall);justify-content:flex-end;display:flex}.sharing-add-label__hint.MuiTypography-root{text-transform:lowercase}.sharing-add-label__hint.MuiTypography-root:first-letter{text-transform:uppercase}.sharing-add-label__header{display:none}@media screen and (max-width:600px){.sharing-add-label{width:100%}.sharing-add-label__header{padding:var(--spacing-xsmall)var(--spacing-normal);border-block-end:1px solid var(--color-divider);display:flex}.sharing-add-label__buttons{flex-direction:row-reverse;align-self:flex-end;width:60%}}.main-sharing{-webkit-overflow-scrolling:touch;flex-direction:column;flex-grow:1;flex-shrink:1;width:100%;display:flex;overflow:auto}.main-sharing__access-request.MuiTypography-root,.main-sharing__title.MuiTypography-root{font-weight:700}.main-sharing__container{flex-direction:column;flex-grow:1;flex-shrink:1;height:100%;display:flex;overflow:auto}.main-sharing__header{gap:var(--spacing-normal);flex-direction:column;display:flex}.main-sharing__header .uni-spinner{margin-inline-end:var(--spacing-xsmall)}.main-sharing__visible-profile{padding:var(--spacing-normal);justify-content:space-between;align-items:center;width:100%;display:flex}.main-sharing__visible-profile .uni-switch__label{color:var(--color-text-tertiary);font-weight:700}.main-sharing__visible-profile .ui-tooltip__caption{justify-content:space-between;align-items:center;width:100%}.main-sharing__waiting-list{flex-direction:column;flex-shrink:0;max-height:7rem;list-style-type:none;display:flex;overflow:hidden auto}.main-sharing__hint{background-color:var(--color-gray-100);padding:var(--spacing-small)}.main-sharing__modal-header{border:none!important;height:fit-content!important}.main-sharing__modal-header .uni-flexible-pane-header__label{white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden}.uni-new-modal__wrapper .main-sharing__modal-header{min-height:0;margin-block-end:var(--spacing-normal);height:32px!important;padding:0!important}.uni-new-modal__wrapper .main-sharing,.uni-new-modal__wrapper .sharing-search-people,.uni-new-modal__wrapper .sharing-setting-form__container,.uni-new-modal__wrapper .sharing-setting-form__footer{padding:0!important}.uni-new-modal__wrapper .sharing-setting-form__footer{margin-block-start:var(--spacing-normal)}@media screen and (max-width:600px){.sharing-pane__modal .uni-new-modal__close{display:none}.sharing-pane__modal .uni-flexible-pane-header__label,.sharing-pane__modal .uni-flexible-pane-header__main{max-width:100%;margin:0!important}.sharing-pane__modal .uni-flexible-pane-header{justify-content:space-between}}.sharing-pane{width:100%;padding:var(--spacing-normal);padding-block-end:0}.sharing-pane:not(:has(.main-sharing__visible-profile)){padding-block-end:var(--spacing-normal)}.sharing-pane__paper{-webkit-overflow-scrolling:touch;width:400px;height:fit-content;max-height:calc(100vh - 64px);overflow-y:auto}.sharing-pane__paper--limited{max-height:412px;margin-block-end:24px;margin-inline-start:-54px}.sharing-pane__paper--limited .sharing-search-people{padding-block-start:var(--spacing-normal)!important}.sharing-pane__paper--limited .drawer-header,.sharing-pane__paper--limited .new-search-people__wrapper--text-area{display:none}.sharing-pane__paper .drawer-header__label{font-size:14px}.sharing-pane__modal .drawer-header{background-color:#0000;width:fit-content;position:absolute;top:10px;left:21px}.sharing-pane__modal .uni-new-modal__close{right:16px}.sharing-pane__modal .uni-new-modal__wrapper{padding-block-end:var(--spacing-normal)}.sharing-pane__modal .uni-new-modal__wrapper .uni-flexible-pane-header{background-color:#0000}.sharing-pane__modal .uni-new-modal__wrapper .main-sharing__visible-profile{padding:var(--spacing-normal)var(--spacing-normal)0}.sharing-pane__modal .uni-new-modal__wrapper .sharing-request-access-list__items{padding:0!important}.rtl-styles .sharing-pane__modal .uni-new-modal__close{left:16px;right:unset}.rtl-styles .sharing-invited-list{-webkit-mask-image:unset!important;mask-image:unset!important}.sharing-setting{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.sharing-setting .sharing-and-privacy-topbar{padding:var(--spacing-normal);flex-shrink:0}.sharing-setting__date-picker-input{text-align:start!important}.sharing-setting-form{flex-direction:column;flex:1;display:flex;overflow:hidden}.sharing-setting-form__container{align-items:center;gap:var(--spacing-normal);width:100%;padding:var(--spacing-xsmall)var(--spacing-normal);flex-direction:column;flex:1;display:flex;overflow:auto}.sharing-setting-form__footer{width:100%;padding:var(--spacing-normal);flex-shrink:0;overflow:hidden}.sharing-setting-field{row-gap:var(--spacing-xsmall);flex-direction:column;width:100%;display:flex}.sharing-setting-field .multi-input-select__item .uni-button{width:40px;height:40px}.sharing-setting-field__title{justify-content:space-between;align-items:center;display:flex}.sharing-setting-field__title .uni-switch{width:100%;display:flex}.sharing-setting-field__title .uni-switch__label{color:var(--color-text-secondary);flex-grow:1;font-size:.875rem;font-weight:700;line-height:20px}.sharing-setting-field__title--column{align-items:start;row-gap:var(--spacing-xxsmall);flex-direction:column}.sharing-request-access-item{cursor:pointer;align-items:center;gap:var(--spacing-normal);border-radius:var(--spacing-xxsmall);background-color:var(--color-red-50);padding-block:calc(var(--spacing-small) - 1px);flex-shrink:0;justify-content:space-between;padding-inline-start:var(--spacing-xsmall);display:flex;overflow:hidden}.sharing-request-access-item__info{flex-direction:column;flex:1;display:flex;overflow:hidden}.sharing-request-access-item__title.MuiTypography-root{text-transform:lowercase;font-weight:700}.sharing-request-access-item__title.MuiTypography-root:first-letter{text-transform:capitalize}.sharing-request-access-item__hint.MuiTypography-root{text-transform:lowercase}.sharing-request-access-item__hint.MuiTypography-root:first-letter{text-transform:capitalize}.sharing-request-access-item__start{flex-shrink:0}.sharing-request-access-item__end-side{align-items:center;gap:var(--spacing-small);flex-shrink:0;display:flex}.sharing-request-access-list{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.sharing-request-access-list .sharing-and-privacy-topbar{padding:var(--spacing-normal);flex-shrink:0}.sharing-request-access-list__items{gap:var(--spacing-normal);padding:var(--spacing-normal);flex-direction:column;flex:1;display:flex;overflow:hidden auto}.sharing-request-access-list__empty-view{justify-content:center;align-items:center;gap:var(--spacing-normal);flex-direction:column;flex:1;padding-block-end:var(--spacing-normal);display:flex}.waiting-for-join-people-item{align-content:center;align-items:center;gap:var(--spacing-xsmall);display:flex;overflow:hidden}.waiting-for-join-people-item__avatar{flex:0 0 40px}.waiting-for-join-people-item .uniavatar__abbr-container{background-color:var(--color-gray-300)}.waiting-for-join-people-item .uniavatar__abbr.MuiTypography-root{color:var(--color-text-secondary)}.waiting-for-join-people-item__name.MuiTypography-root{text-transform:capitalize;font-weight:900}.waiting-for-join-people-item__info{flex-direction:column;flex:100%;display:flex;overflow:hidden}.waiting-for-join-people-item__tools{align-items:center;gap:var(--spacing-xsmall);flex:none;display:flex}.waiting-for-join-people-item__tools .MuiTypography-root{text-transform:capitalize;font-weight:700}.waiting-for-join-people-item__title-wrapper{align-items:center;gap:var(--spacing-xxsmall);display:flex}.sharing-skeleton{width:100%;display:block}.sharing-skeleton__item{align-items:center;gap:var(--spacing-xsmall);margin-block-start:var(--spacing-normal);display:flex}.sharing-skeleton__item-content{gap:var(--spacing-xxsmall);flex-direction:column;width:100%;display:flex}.share-tool{flex-wrap:wrap;align-self:flex-end;align-items:center;width:max-content;display:flex}.share-tool .uni-new-avatar-grouped__item--more{cursor:default}.share-tool__online{padding:var(--spacing-normal);width:330px}.share-tool__online--paper{border:1px solid var(--color-divider)}.share-tool__online--header{width:100%;justify-content:space-between;align-items:center;margin-block-end:var(--spacing-normal);display:flex}.share-tool__online--list{flex-direction:column;max-height:17.5rem;display:flex;overflow-y:auto}.share-tool__online--list-item{padding:var(--spacing-xsmall)0;column-gap:var(--spacing-xsmall);align-items:center;width:100%;display:flex}.share-tool__online--list-item .uni-new-avatar{border:none!important}.share-tool__online--list-item-info{flex-direction:column;display:flex}.share-tool__people{display:none}@media screen and (min-width:600px){.share-tool__people{display:flex}}.share-tool .uni-floating-avatars__img{border:1px solid var(--color-gray-50)}.share-tool .uni-floating-avatars__counter.MuiTypography-root{z-index:-1;width:2.25rem;color:var(--color-text-tertiary);background-color:var(--color-gray-200);border-radius:0 1.875rem 1.875rem 0;padding-inline-start:var(--spacing-xxsmall);position:relative;left:-.875rem}.share-tool__btn{cursor:pointer}@media screen and (min-width:960px){.share-tool__btn{margin-inline:.5rem}}.share-tool__btn.uni-button--medium{padding:6px 12px}.share-tool__btn.MuiTypography-root{color:var(--color-text-secondary)}@media screen and (min-width:960px){.share-tool__btn.MuiTypography-root{color:var(--color-text-secondary)}}@media screen and (min-width:600px){.share-tool__btn.MuiTypography-root{margin-inline:var(--spacing-normal)}}.share-tool__btn--secondary.MuiTypography-root{color:var(--color-white)}@media screen and (min-width:960px){.share-tool__btn--secondary.MuiTypography-root{color:var(--color-text-secondary)}}.share-tool .uni-button--large,.share-tool .uni-button--text:hover{--uni-button-padding:var(--spacing-small)var(--spacing-xsmall)}.share-tool__copy{margin-inline-start:var(--spacing-xsmall)}.sharing-url-privacy{row-gap:var(--spacing-small);flex-direction:column;display:flex;overflow:hidden}.sharing-url-privacy__item{align-items:flex-start}.sharing-url-privacy--active-item .uni-new-menu-item__icon--end,.sharing-url-privacy--active-item .uni-new-menu-item__label{color:var(--color-primary)!important}.sharing-url-privacy__header{justify-content:space-between;align-items:center;display:flex}.sharing-url-privacy__menu{font-family:var(--uni-font-family)}.sharing-url-privacy__menu .uni-new-menu__list{min-width:20rem!important}.sharing-url-privacy__menu--paper{border:1px solid var(--color-divider)}.sharing-url-privacy__menu--list .uni-new-menu-item__icon{color:var(--color-secondary-300)}.sharing-url-privacy__menu--list .uni-new-menu-item__label{color:var(--color-text-primary);font-size:14px}.sharing-url-privacy__menu--list .uni-new-menu-item__hint{color:var(--color-text-secondary);text-transform:unset;font-size:12px}.sharing-url-privacy__menu-action{margin-inline-start:auto;padding-inline-end:var(--spacing-xsmall)}.sharing-url-privacy__menu-action--has-icon .uni-typo:not(.uni-icon){margin-inline-end:auto}.sharing-url-privacy__menu-action--has-icon .uni-icon{color:var(--color-secondary-300)}.sharing-url-privacy__start-side{height:2.25rem}.sharing-url-privacy__menu-access,.sharing-url-privacy__start-side{align-items:center;gap:var(--spacing-xsmall);justify-content:space-between;display:flex}.sharing-url-privacy__menu-access .uni-button--text{justify-content:unset;background-color:var(--color-gray-100);border:1px solid var(--uni-button-outline-color);width:100%;height:2.25rem}.sharing-url-privacy__menu-access .uni-copy-link .uni-icon{color:var(--color-gray-100)}.sharing-url-privacy__url{background-color:var(--color-hover);--uni-text-field-input-color:var(--color-text-primary)}.sharing-url-privacy__container{row-gap:var(--spacing-xxsmall);flex-direction:column;display:flex}.team-general-bio{margin-block:var(--spacing-normal)var(--spacing-large);gap:var(--spacing-xsmall);flex-direction:column;display:flex}.team-general-bio__about-me{overflow-wrap:anywhere;text-align:justify;white-space:pre-line;transition:overflow .3s}.team-general-headertext{margin-block:var(--spacing-xsmall)var(--spacing-large);gap:var(--spacing-xsmall);flex-direction:column;display:flex}.team-labels{gap:24px;display:grid}.team-labels__container-label{gap:var(--spacing-xsmall);margin-block:var(--spacing-small);display:flex}.team-labels__container-label--text{padding:var(--spacing-xxsmall)var(--spacing-small)}.team-general-info{padding-block-end:var(--spacing-normal)}.team-general-info__header{justify-content:space-between;align-items:center;display:flex}.team-profile-visualizer-list{overflow:unset;height:100%}.workspace-members{padding:var(--spacing-small)}.team-profile-wrapper{flex-direction:column;width:100%;height:100%;display:flex;overflow-y:auto}.team-profile-wrapper__header{z-index:1000;height:fit-content;position:sticky;top:0}.team-profile-wrapper__tab-layouts{margin-top:var(--spacing-normal)}.team-profile{background-color:var(--color-background);flex-direction:row;width:100%;height:100%;display:flex;overflow:visible}.team-profile__drawer{width:40rem;height:100%;box-shadow:var(--box-shadow-star);background-color:#fff;display:block;overflow:hidden}@media screen and (max-width:960px){.team-profile__drawer{width:100%!important}}.team-profile__about{gap:var(--spacing-small);flex-direction:column;display:flex}.team-profile__wrapper,.team-profile__wrapper--hide{scroll-behavior:smooth;scroll-snap-type:y mandatory;width:100%;height:100%;padding-inline:var(--spacing-large);overflow:hidden auto}@media screen and (max-width:960px){.team-profile__wrapper--hide{padding:0;width:0!important}}.team-profile__wrapper-about{gap:var(--spacing-normal);padding-block:var(--spacing-normal);padding-inline:calc(var(--spacing-normal) + var(--spacing-xsmall))}.team-profile__wrapper-about,.team-profile__wrapper-header{border-radius:var(--spacing-xsmall);flex-direction:column;display:flex}.team-profile__wrapper-header{width:100%;padding-block-end:var(--spacing-normal);position:relative}.team-profile__wrapper-tabs{width:100%;margin-top:var(--spacing-normal);height:fit-content;padding-inline:.75rem}.team-profile__wrapper-tabs .uni-search{background-color:var(--color-background)}.team-profile__wrapper-tabs .uni-virtualization:has(.uni-virtualizer__grid-row) .uni-virtualizer__grid-skeleton{margin-block-start:22px}.team-profile__wrapper-tabs .uni-virtualization:has(.empty-state){margin-block-start:1rem}.team-profile__wrapper-tabs .uni-virtualization .uni-virtualization__scrollbox{padding:0!important;padding-inline-end:.375rem!important}.team-profile__wrapper-cover{object-fit:cover;border-radius:var(--spacing-xsmall);width:100%;height:15.5rem;position:relative;overflow:hidden}.team-profile__wrapper-logo{align-items:flex-end;gap:var(--spacing-xsmall);margin-top:-6rem;margin-inline-start:var(--spacing-xxlarge);transition:all .3s ease-in-out .1s;display:flex;position:relative}.team-profile__wrapper-logo .uni-new-logo{--uni-avatar-size:8.75rem;--uni-avatar-border-width:var(--spacing-xsmall)}@media screen and (max-width:960px){.team-profile__wrapper-logo{margin-inline-start:0;margin-top:-6rem!important}.team-profile__wrapper{padding:0}.team-profile__wrapper-logo{margin-inline-start:var(--spacing-normal)}.team-profile__wrapper-cover{border-radius:0}}.team-profile-tab-layout{padding:0;top:0!important}.team-profile-tab-layout .tab-layout__filter{margin-inline-start:var(--spacing-small)!important}.privacy-policy__main p{padding-block-end:var(--spacing-large)}.privacy-policy__wrapper{padding:var(--spacing-xxlarge);background-position:50% 70%;background-repeat:no-repeat;background-size:40%;height:100vh;overflow:auto}.privacy-policy__wrapper a{color:var(--color-primary)}.privacy-policy__wrapper ul{gap:var(--spacing-xsmall);margin-block-end:var(--spacing-xlarge);list-style-type:disc;display:grid}.broken_link,a.broken_link{text-decoration:line-through}.term-of-service__wrapper{padding:var(--spacing-xxlarge);background-position:50% 70%;background-repeat:no-repeat;background-size:40%;height:100vh;overflow:auto}.term-of-service__wrapper a{color:var(--color-primary)}.term-of-service__wrapper ul{padding-inline:var(--spacing-xxlarge)var(--spacing-xlarge);gap:var(--spacing-xsmall);margin-block-end:var(--spacing-xlarge);display:grid}.term-of-service__wrapper li{list-style:outside}.term-of-service__main p{padding-block-end:var(--spacing-large)}.transcription-container__skeleton{width:100%;height:100%;margin-block-start:52px}.transcription-container__skeleton.MR-Drawer{margin-block-start:36px}.transcription-container__skeleton .transcription-body__list{row-gap:var(--spacing-xsmall)}.transcription-container__skeleton .transcription-body__list__item__body{row-gap:var(--spacing-xxxsmall);flex-direction:column;align-items:flex-start;display:flex}.transcription-container__skeleton .transcription-body__list__item__header__left-part .line-skeleton{width:90px!important}.transcription-container__empty{width:100%}.transcription-container__empty .empty-state{margin-block-start:var(--spacing-normal);padding-block:2.75rem}.transcription-container__empty.MR-Drawer{justify-content:center;align-items:center;row-gap:var(--spacing-normal);width:50%;height:100%;padding-block:var(--spacing-large);flex-direction:column;display:flex}.transcription-container__empty.MR-Drawer .empty-state{margin:0!important;padding:0!important}.transcription-container__empty.MR-Drawer.started{width:100%;padding:var(--spacing-normal)var(--spacing-normal)var(--spacing-large)var(--spacing-normal);justify-content:space-between}.transcription-container__empty.MR-Drawer.started .empty-state{background-color:#0000;height:100%;padding-block:var(--spacing-xlarge)!important}.transcription-container__tooltip{width:100%}.transcription-container.MR-Drawer{flex-direction:column;width:100%;max-height:calc(100% - 3.8125rem);display:flex}.transcription-container.MR-Drawer .transcription-container__tooltip{width:calc(100% - var(--spacing-normal));align-self:center}.transcription-container.MR-Drawer .transcription-header{padding-block:var(--spacing-small)!important}.transcription-container.MR-Drawer .transcription-body{max-height:calc(100% - 5.4375rem);border:none;padding-block-end:var(--spacing-xsmall)}.transcription-container.MR-Drawer .transcription-body__list{scrollbar-gutter:stable;padding-inline-start:var(--spacing-xsmall);padding-inline-end:0}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.transcription-container.MR-Drawer .transcription-body__list{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.transcription-container.MR-Drawer .transcription-body__list:focus,.transcription-container.MR-Drawer .transcription-body__list:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.transcription-container.MR-Drawer .transcription-body__list__item{padding-inline:var(--spacing-xsmall);padding-inline-end:0}.transcription-header{padding-block:var(--spacing-normal);justify-content:space-between;align-items:center;display:flex}.transcription-header__search{margin:var(--spacing-xsmall)}.transcription-header.MR-Drawer{padding-inline:var(--spacing-xsmall);margin:0}.transcription-header.MR-Drawer .transcription-header__left-part{justify-content:space-between;width:100%}.transcription-header.MR-Drawer .transcription-header__left-part .transcription-header__left-part--input{margin-inline-start:auto}.transcription-header.MR-Drawer .transcription-header__right-part,.transcription-header__right-part{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.transcription-header__left-part{align-items:center;column-gap:var(--spacing-xxsmall);width:100%;height:20px;margin-inline-start:auto;display:flex}.transcription-header__left-part--search-control{align-items:center;display:flex}.transcription-header__left-part--input{margin-inline-start:auto}.transcription-header__left-part--input:not(.uni-search-hidden){min-width:14rem}.transcription-header__left-part .uni-button{width:2rem;height:2rem}.transcription-header__left-part .uni-button .uni-icon{color:var(--color-text-tertiary);font-size:1rem!important}.transcription-header__buttons--language-list{height:188px;overflow-y:auto}.transcription-header__buttons--language-paper{width:270px;max-height:270px;box-shadow:none;border:1px solid var(--color-divider);row-gap:var(--spacing-xsmall);flex-direction:column;display:flex;padding:var(--spacing-normal)var(--spacing-small)!important}.transcription-header__buttons--language-paper .uni-new-menu-item{justify-content:space-between}.transcription-body__list__item__header__left-part .agent-orb-wrapper{min-width:24px!important;max-width:24px!important;min-height:24px!important;max-height:24px!important}@keyframes FadeIn{0%{background-color:var(--color-hover)}to{background-color:#0000}}.transcription-body{background-color:var(--color-surface);border-radius:var(--dim-xsmall);border:1px solid var(--color-white-smoke);flex-direction:column;justify-content:space-between;align-items:center;display:flex;position:relative;overflow:hidden}.transcription-body__button{bottom:var(--spacing-small);box-shadow:var(--box-shadow-star);border-radius:15px;position:absolute}.transcription-body.MR-Drawer{height:86rem;max-height:86rem}.transcription-body.detailPage{max-height:30rem}@media screen and (min-width:960px){.transcription-body.detailPage.open{max-width:calc(100vw - var(--dim-drawer-width--open) - 90px - 400px)}.transcription-body.detailPage.close{max-width:calc(100vw - var(--dim-drawer-width--closed) - 90px - 400px)}}.transcription-body.detailPage.isExtension{max-width:100%}.transcription-body.recording.MR-Drawer{max-height:calc(100% - 1rem)}.transcription-body__list{scrollbar-gutter:stable;flex-direction:column;width:100%;height:100%;display:flex;overflow-y:auto}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.transcription-body__list{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.transcription-body__list:focus,.transcription-body__list:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.transcription-body__list__item{row-gap:var(--spacing-xsmall);padding-inline:var(--spacing-normal);flex-direction:column;display:flex}.transcription-body__list__item .transcription-body-list-item-header-right-part__copy{display:none}.transcription-body__list__item:hover .transcription-body-list-item-header-right-part__copy{display:inline}.transcription-body__list__item.active{animation:FadeIn .75s ease-in-out forwards}.transcription-body__list__item.show-avatar{padding-top:var(--spacing-normal)}.transcription-body__list__item__header{justify-content:space-between;align-items:center;height:1.5rem;display:flex}.transcription-body__list__item__header__left-part,.transcription-body__list__item__header__right-part{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.transcription-body__list__item__header__right-part{min-width:fit-content;margin-block-end:auto;margin-inline-start:var(--spacing-xsmall)}.transcription-body__list__item__body{padding:0 var(--spacing-xxsmall);border-radius:var(--dim-xsmall);justify-content:space-between;align-items:center;display:flex}.transcription-body__list__item__body .highlight{color:var(--color-primary);text-decoration:underline;-webkit-text-decoration-color:var(--color-primary);text-decoration-color:var(--color-primary)}.transcription-body__list__item__body .selected-highlight{background-color:var(--color-primary);color:var(--color-surface)}.transcription-body__list__item__body p{word-break:break-word;width:100%;line-height:24px}.transcription-body__load-more{width:calc(100% - var(--spacing-large));--uni-button-padding:var(--spacing-small)}.transcription-body-list-item__body--editing-container{row-gap:var(--spacing-small);flex-direction:column;width:100%;display:flex}.transcription-body-list-item__body--editing-buttons{align-items:center;column-gap:var(--spacing-normal);justify-content:flex-end;width:100%;display:flex}.transcription-body-list-item__body--editing-buttons button{width:94px}.transcription-body-list-item__menu--deleted{visibility:hidden}.profile-add-filter-list{gap:var(--spacing-normal);justify-content:flex-start;align-items:center;width:100%;display:flex}.profile-add-filter-list__text-filed{color:red;background:var(--color-grey-200);border-radius:var(--spacing-xsmall);width:8rem}.drawer-section{margin:var(--spacing-normal)}.general-info-content{gap:var(--spacing-normal);flex-direction:column;display:flex}.profile-info-header{height:fit-content;padding-inline:var(--spacing-normal)!important;position:sticky!important}.profile-about{gap:var(--spacing-normal);flex-direction:column;display:flex}.profile-bio{margin-block-end:var(--spacing-normal)}.profile-bio__about-me{word-break:break-word;transition:overflow .3s}.profile-labels{gap:var(--spacing-small);flex-direction:column;margin-block-end:1.25rem;display:flex}.profile-labels__chips{gap:var(--spacing-xsmall);flex-wrap:wrap;display:flex}.profile-labels--chip{border-color:var(--color-divider)}.profile-social__links-item{transition:var(--transition-short)}.profile-social__links-item--facebook:hover{color:var(--color-facebook)!important}.profile-social__links-item--instagram:hover{color:var(--color-instagram)!important}.profile-social__links-item--linkedin:hover{color:var(--color-linkedin)!important}.profile-social__links-item--youtube:hover{color:var(--color-youtube)!important}.profile-social__links-item--twitter:hover{color:var(--color-twitter)!important}.profile-social__links a{margin-inline-end:var(--spacing-large)}.profile-info-cover{border-radius:var(--spacing-normal);margin-inline:var(--spacing-normal);object-fit:cover;height:40%;margin-block-end:var(--spacing-normal);transition:opacity .3s .1s;display:flex;position:relative;overflow:hidden}@media screen and (max-width:960px){.profile-info-cover{display:none}}.profile-info-logo{transition:all .3s ease-in-out .1s;position:relative;margin-top:-15rem!important}.profile-info-logo .uni-new-logo{--uni-avatar-size:11.5rem;--uni-avatar-border-width:.25rem;--uni-avatar-border-color:var(--color-surface);--uni-avatar-border-radius:50%}.profile-info-logo--edit{margin-top:-13rem!important}.profile-info-logo--edit .uni-new-logo{--uni-avatar-size:calc(var(--spacing-xxxxlarge) + var(--spacing-xxxxlarge))}.profile-info-logo--scrolled{transform:scale(.673913);margin-top:-6.5rem!important}@media (max-width:1280px){.profile-info-logo{margin-inline:0!important}.profile-info-logo .uni-new-logo{--uni-avatar-size:9rem}.profile-info-logo--scrolled{margin-top:-5.5rem!important}}@media screen and (max-width:960px){.profile-info-logo{margin-block-start:var(--spacing-xxlarge)!important;margin-inline:0!important}.profile-info-logo .uni-new-logo{--uni-avatar-size:calc(var(--spacing-xxxxlarge) + var(--spacing-xxxxlarge))}}.profile-info-logo--scrolled.profile-info-logo--edit{margin-top:-4rem!important}.profile-social{flex-direction:column;height:fit-content}.profile-social,.profile-social__wrapper{gap:var(--spacing-normal);width:100%;display:flex}.profile-social__wrapper{justify-content:flex-start;align-items:center}.profile-social__content{gap:var(--spacing-normal);flex-direction:column;display:flex}.profile-social__content--icon{color:var(--profile-social--icon-color)!important}.profile-social__content--icon.facebook{--profile-social--icon-color:var(--color-facebook)}.profile-social__content--icon.instagram{--profile-social--icon-color:var(--color-instagram)}.profile-social__content--icon.linkedin{--profile-social--icon-color:var(--color-linkedin)}.profile-social__content--icon.youtube{--profile-social--icon-color:var(--color-youtube)}.profile-social__content--icon.twitter{--profile-social--icon-color:var(--color-twitter)}.empty-rooms,.empty-services{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:6rem;display:flex}.user-profile-meetings{padding:var(--spacing-xxsmall)var(--spacing-xxsmall)var(--spacing-xlarge)var(--spacing-xxsmall);margin:var(--spacing-large)0 var(--spacing-normal)0;border:1px solid #e9eaee;border-radius:6px}.user-profile-detail{background-color:var(--color-surface);gap:var(--spacing-large);width:100%;padding:var(--spacing-normal);border:1px solid var(--color-gray-300);border-top:0;border-radius:0 0 10px 10px;flex-direction:column;padding-top:0;display:flex;overflow:hidden}.user-profile-detail__title{justify-content:space-between;align-items:center;display:flex}.user-profile-detail__content{margin-top:var(--spacing-small)}.user-profile-detail__about-me{text-align:justify;white-space:pre-line;line-break:anywhere;margin:var(--spacing-normal)var(--spacing-xsmall)var(--spacing-normal)0;transition:overflow .3s;overflow:auto}.user-profile-detail__about-me--read-more{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:100px;display:-webkit-box;overflow:hidden}.user-profile-detail__read-more{color:var(--color-primary);cursor:pointer;font-size:.875rem}.user-profile-detail__chip{padding:var(--spacing-xxsmall)var(--spacing-small);border:1px solid var(--color-divider);background-color:var(--color-gray-200);border-radius:5rem;justify-content:flex-start;align-items:center;display:flex}.user-profile-detail-section+.user-profile-detail-section{margin-top:var(--spacing-large)}.user-profile-detail__section--links{flex-direction:row;display:flex}.user-profile-detail__section--links__social-link{cursor:pointer;width:20px;height:20px;color:var(--color-text-tertiary)}.user-profile-detail__section--links__social-link+.user-profile-detail__section--links__social-link{margin-left:var(--spacing-normal)}.user-profile-detail__section-chips{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.user-profile-detail__line{background-color:var(--color-gray-200);width:95%;height:1.5px;margin:0 auto}.user-profile-detail__colorFacebook{color:var(--color-secondary-500)!important}.user-profile-detail__colorFacebook :hover{color:var(--color-facebook)!important}.user-profile-detail__colorTwitter{color:var(--color-secondary-500)!important}.user-profile-detail__colorTwitter :hover{color:var(--color-twitter)!important}.user-profile-detail__colorInstagram{color:var(--color-secondary-500)!important}.user-profile-detail__colorInstagram :hover{color:var(--color-instagram)!important}.user-profile-detail__colorYoutube{color:var(--color-secondary-500)!important}.user-profile-detail__colorYoutube :hover{color:var(--color-youtube)!important}.user-profile-detail__colorLinkedin{color:var(--color-secondary-500)!important}.user-profile-detail__colorLinkedin :hover{color:var(--color-linkedin)!important}.up-edit-form{flex-direction:column;flex:100%;height:38rem;display:flex;overflow-y:auto}@supports ((-webkit-mask-position:left bottom) or (mask-position:left bottom)){@media screen and (min-width:960px){.up-edit-form{transition:var(--transition-short);overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#0000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 100%;mask-position:0 100%;-webkit-mask-size:100% 20000px;mask-size:100% 20000px}.up-edit-form:focus,.up-edit-form:hover{-webkit-mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);mask-image:linear-gradient(#000,#0000),linear-gradient(270deg,#0000 .875rem,#000 0);-webkit-mask-position:0 0;mask-position:0 0}}}.up-edit-form__group{padding:var(--spacing-normal)var(--spacing-large)}.up-edit-form__group--labels{gap:var(--spacing-large);flex-direction:column;display:flex}.up-edit-form__group-title{font-weight:700}.up-edit-form__input-about,.up-edit-form__input-container{gap:var(--spacing-normal);flex-direction:column;display:flex}.up-edit-form__input-icon{font-size:.875rem!important}.up-edit-form__autocomplete{margin-top:var(--spacing-normal);overflow:hidden}.up-edit-form__autocomplete .uni-text-field__adornment--start>:not(.MuiTypography-root):not(.uni-typo){font-size:.6375rem!important}.up-edit-form__button{padding:var(--spacing-large);z-index:2;background-color:var(--color-background);height:fit-content;box-shadow:var(--box-shadow-star);position:sticky;bottom:0}.up-edit-form__input-text{margin-top:.2rem}.user-profile-info{width:100%}.user-profile-info__header{opacity:0;object-fit:cover;border-radius:10px 10px 0 0;height:7.75rem;transition:opacity .3s .1s;display:flex;position:relative;overflow:hidden}@media screen and (max-width:960px){.user-profile-info__header{opacity:1}}.user-profile-info__header--scrolled{opacity:1}.user-profile-info__header__button{top:var(--dim-small);right:var(--dim-small);width:28px!important;height:28px!important;position:absolute!important}.user-profile-info__content{padding:0 var(--spacing-normal);padding-bottom:var(--spacing-xlarge);background-color:var(--color-surface);border:1px solid var(--color-gray-300);border-bottom:none;border-radius:10px 10px 0 0;flex-direction:column;justify-content:center;align-items:center;display:flex}.user-profile-info__content--skeleton{gap:var(--spacing-normal);margin-top:6rem}@media screen and (max-width:960px){.user-profile-info__content--skeleton{margin-top:0}}.user-profile-info__content--scrolled{border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.user-profile-info__avatar-container{margin-top:-6.5rem;transition:all .3s ease-in-out .1s;position:relative}.user-profile-info__avatar-container .uni-new-logo{--uni-avatar-size:11.5rem;--uni-avatar-border-width:.25rem;--uni-avatar-border-color:var(--color-surface);--uni-avatar-border-radius:50%}@media screen and (max-width:960px){.user-profile-info__avatar-container{margin-top:-3.65rem}.user-profile-info__avatar-container .uni-new-logo{--uni-avatar-size:7.5rem}}.user-profile-info__avatar-container--scrolled{transform:scale(.673913)}.user-profile-info__avatar{border:5px solid var(--color-white)}.user-profile-info__username{margin-top:0}.user-profile-info__location,.user-profile-info__position{margin-top:var(--spacing-xsmall);gap:var(--spacing-xxsmall);display:flex}.user-profile-info__container{z-index:10;width:100%;position:relative}@media screen and (min-width:960px){.user-profile-info__container{min-width:25rem}}.user-profile-info__container--scrolled{background-color:var(--color-background);border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.profile-info-skeleton{background-color:var(--color-surface);width:100%;padding:0 var(--spacing-normal);border:1px solid var(--color-gray-300);border-top:none;gap:3.5rem}.profile-info-skeleton,.profile-info-skeleton__section{flex-direction:column;display:flex}.profile-info-skeleton__section__feature{margin-bottom:var(--spacing-large);flex-direction:column;gap:.5rem;display:flex}.profile-info-skeleton__section__feature__tags{gap:var(--spacing-xsmall);display:flex}.user-profile-tabs-skeleton{margin:0 var(--spacing-large);margin-top:2.5rem}@media screen and (min-width:960px){.user-profile-tabs-skeleton{flex-grow:2;max-width:48rem;margin:2.5rem 0 0}}.user-edit-tab-skeleton{margin-right:var(--spacing-large);margin-top:var(--spacing-normal);gap:var(--spacing-normal);flex-direction:column;flex-grow:2;max-width:30rem;display:flex}.profile-about-layout{width:100%;height:100%;padding-block:var(--spacing-large)}@media (min-width:1280px){.profile-about-layout{padding-block-end:var(--spacing-xxlarge)}}@media (max-width:1280px){.profile-about-layout{padding-block-start:unset}}.profile-about-layout--mobile div{padding-inline:0}.profile-wrapper{width:100%;height:100%;display:block;position:relative}.profile-wrapper__form{flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.profile-wrapper__form-content{width:100%;height:100%;padding:var(--spacing-normal);background-color:var(--color-background-surface)}.profile-wrapper__form-content-wrapper{justify-content:flex-end;justify-self:center;align-items:center;gap:var(--spacing-normal);border-radius:var(--spacing-xsmall);width:100%;height:100%;flex-direction:column;padding-block-start:var(--spacing-normal);display:flex}.profile-wrapper__form-content-wrapper-button{background-color:#6f889f}.profile-wrapper__form-content-wrapper-icon{width:100%;height:var(--spacing-xlarge);justify-content:center;align-items:center;display:flex;transform:translateY(-1rem)}.profile-wrapper__form-group{background-color:var(--color-background-surface);width:100%;height:100%;padding:var(--spacing-normal);overflow:auto}.drawer_group_wrapper{width:100%}.drawer-section,.drawer_group_wrapper{gap:var(--spacing-normal);flex-direction:column;display:flex}.drawer-section__chips{gap:var(--spacing-xsmall);display:flex}.drawer-section__chips-chip{background-color:var(--color-gray-200);padding:var(--spacing-xsmall)var(--spacing-normal);border-radius:2rem}.drawer-section__group{justify-content:space-between;align-items:center;gap:var(--spacing-xsmall);display:flex}.drawer-section__group-row{align-items:flex-start;gap:var(--spacing-small);flex-direction:row;justify-content:flex-start;display:flex}.drawer-section__awards-picker,.drawer-section__group-picker{border-radius:8px;width:100%;min-width:100%;max-width:100%}.drawer-section__awards-picker{display:flex}.drawer-section__awards-input{text-align:start!important}.drawer-section-button-delete{width:100%;padding-bottom:var(--spacing-xsmall);justify-content:flex-end;display:flex}.profile-card-info{width:100%;padding-inline:var(--spacing-xlarge);gap:var(--spacing-xsmall);height:fit-content;flex-direction:column;padding-block-end:var(--spacing-xlarge);display:flex}.profile-card-info .uni-google-map__content{height:100%!important}.profile-card-info__section{gap:var(--spacing-xsmall);flex-direction:column;margin-block-end:var(--spacing-normal);display:flex;margin:0!important}.profile-card-info__section-row{align-items:center;gap:var(--spacing-xsmall);display:flex;margin:0!important}.profile-card-info__header{width:100%;height:fit-content;flex-direction:row;justify-content:space-between;align-items:center;margin-block-start:var(--spacing-xlarge);display:flex}.profile-card-info__map .google-map__content{height:10rem}.profile-drawer{background-color:var(--color-surface);width:40rem;height:100%;box-shadow:var(--box-shadow-star);justify-content:center;align-items:center;display:flex;overflow:hidden}.profile-drawer .permanent-drawer{overflow:unset!important}@media screen and (max-width:960px){.profile-drawer{width:100%!important}}.profile{background-color:var(--color-background);flex-direction:row;width:100%;height:100%;display:flex;overflow:visible}@media screen and (max-width:960px){.profile .tab-layout__filter-search{margin-inline-end:var(--spacing-xsmall)}}.profile__wrapper{scroll-behavior:smooth;scroll-snap-type:y mandatory;width:100%;height:100%;display:block;overflow-y:auto}.profile__wrapper-info-card-name{width:100%;padding-inline:var(--spacing-xlarge)}.profile__wrapper .live-scope__content{padding-top:1rem!important}.profile__wrapper-nodata{padding:var(--spacing-normal);background-color:var(--color-gray-200);flex-direction:column;justify-content:center;align-items:center;display:flex}.profile__wrapper-info{flex-direction:row;display:flex}.profile__wrapper-info-tabs{padding-inline:var(--spacing-normal);width:70%;height:fit-content;top:calc(var(--spacing-xxlarge) + var(--spacing-xxxsmall));flex-direction:column;margin-inline-start:var(--spacing-normal);display:flex;position:sticky!important}.profile__wrapper-info-tabs--collapsed{transform:translateY(-3.5rem)}.profile__wrapper-info-tabs--edit{width:50%!important}.profile__wrapper-info-tabs .uni-virtualization:has(.empty-state){margin-block-start:0}.profile__wrapper-info-card{min-width:22rem;max-width:30rem;height:fit-content;box-shadow:var(--box-shadow-lg);background-color:var(--color-surface);border-radius:10px;flex-direction:column;align-items:center;margin-inline-start:var(--spacing-xlarge);display:flex;position:sticky;transform:translateY(-8%);width:40%!important;top:var(--spacing-xxxlarge)!important}@media screen and (max-width:960px){.profile__wrapper-info-card{background-color:var(--color-background)}}.profile__wrapper-info-card-cover{opacity:1!important;object-fit:cover!important;border-radius:10px 10px 0 0!important;width:100%!important;height:9rem!important;margin:0!important;position:relative!important}.profile__wrapper-info-card-cover--collapsed{opacity:0!important}.profile__wrapper-info-card--collapsed{transform:translateY(calc(0px - var(--spacing-xxlarge)))}.profile__wrapper-info-card--edit{width:50%!important}@media screen and (max-width:1920px){.profile__wrapper-info-card--edit{width:40%!important}.profile__wrapper-info-tabs--edit{width:60%!important}}@media (max-width:1280px){.profile__wrapper-info-tabs{min-width:22%;width:55%!important}}@media screen and (max-width:960px){.profile__wrapper-info{flex-direction:column;row-gap:0;padding-inline:0}.profile__wrapper-info-card{max-width:100%;box-shadow:unset;margin-inline:0;position:relative;transform:translateY(0);border-radius:0!important;width:100%!important;height:100%!important;top:0!important}.profile__wrapper-info-card-cover{position:absolute!important}.profile__wrapper-info-card-cover,.profile__wrapper-info-cover{opacity:1!important;border-radius:0!important;display:block!important}.profile__wrapper-info-cover{height:13rem!important}.profile__wrapper-info-tabs{margin:0;background:var(--color-background)!important;width:100%!important;position:relative!important;top:0!important}}.socket-toast{width:unset}.socket-toast__reload{margin-inline-start:auto}.socket-toast__description{flex:1}.connection-toast{gap:var(--spacing-normal);flex-direction:column;min-width:max-content;display:flex}.connection-toast__try-button{align-self:flex-end;width:fit-content}.connection-toast__description{padding-inline-end:var(--spacing-xlarge)}.connection-toast__body{align-items:flex-start;gap:var(--spacing-normal);--reconnect-toast--icon-color-light-background-color:unset;--reconnect-toast--icon-background-color:unset;display:flex}.connection-toast__body--icon{background-color:var(--reconnect-toast--icon-color-light-background-color);width:var(--dim-xxlarge);min-width:var(--dim-xxlarge);height:var(--dim-xxlarge);border-radius:50%;justify-content:center;align-items:center;display:flex}.connection-toast__body--icon--error{--reconnect-toast--icon-color-light-background-color:var(--color-red-50);--reconnect-toast--icon-background-color:var(--color-red-200)}.connection-toast__body--icon--green{--reconnect-toast--icon-color-light-background-color:var(--color-green-50);--reconnect-toast--icon-background-color:var(--color-green-200)}.connection-toast__body--icon-wrapper{background-color:var(--reconnect-toast--icon-background-color);width:var(--dim-xlarge);height:var(--dim-xlarge);border-radius:50%;justify-content:center;align-items:center;display:flex}.connection-toast__body-content{gap:var(--spacing-xsmall);flex-direction:column;width:100%;display:flex}.connection-toast__body-content--title{justify-content:space-between;align-items:center;display:flex}.connection-restored,.network-issue-toast{min-width:24rem!important}.network-issue-toast{width:32rem!important}.sidebar-expandable-item{--uni-button-background:var(--color-white-smoke);--uni-button-background-light:var(--color-hover);width:100%;padding:var(--spacing-xxsmall)6px;flex-wrap:nowrap;justify-content:flex-start;gap:0;overflow:hidden;--uni-button-outline:1px solid var(--color-divider)!important}.sidebar-expandable-item:hover{background-color:var(--color-divider)}.sidebar-expandable-item:hover .uni-new-avatar--square{border:1px solid var(--color-background-divider)!important}.sidebar-expandable-item.dark:hover{background-color:var(--color-gray-100)}.sidebar-expandable-item__avatar .uniavatar__status{width:calc(var(--dim-xsmall) + 1px);height:calc(var(--dim-xsmall) + 1px);border-width:1px}.sidebar-expandable-item__label{transition:var(--transition-short);flex-direction:column;flex:1;align-items:flex-start;padding-inline-start:14px;display:flex;overflow:hidden}.sidebar-expandable-item__title{text-overflow:ellipsis;text-align:start;width:100%;overflow:hidden}.sidebar-expandable-item__title__container{align-items:center;column-gap:var(--spacing-xxsmall);display:flex}.sidebar-expandable-item__sub-title{gap:var(--spacing-xxsmall);width:100%;display:flex}.sidebar-expandable-item__sub-title-url{text-align:start;white-space:nowrap;text-overflow:ellipsis;flex:1;width:0;overflow:hidden}.core-card{background:var(--color-surface);border-radius:var(--spacing-xsmall);border:1px solid var(--color-divider);flex-direction:column;align-items:stretch;width:100%;min-width:13.5rem;height:fit-content;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #1017280d}.core-card:hover{cursor:pointer;transition:var(--transition-card);box-shadow:1px 3px 6px #0000001a}.core-card:hover .core-card-header__buttons{visibility:visible}.core-card:hover .core-card-header__action-button{display:flex}.core-card__disable{filter:grayscale()}.core-card__view-all{border-radius:var(--spacing-xsmall);width:100%!important;height:100%!important}.core-card__view-all:hover{background-color:var(--color-gray-200)}.palette-arabic-theme .core-card{border-radius:var(--dim-radius-xxlarge)}.core-card-header{position:relative}.core-card-header__buttons{gap:var(--spacing-xxsmall);display:flex}@media screen and (min-width:960px){.core-card-header__buttons{visibility:hidden}}.core-card-header__buttons .uni-button{border:2px solid var(--color-surface)}.core-card-header__right-side{z-index:1;align-items:center;gap:var(--spacing-xxsmall);display:flex;position:absolute;inset-block-end:-.375rem;inset-inline-end:var(--spacing-normal)}.core-card-header__right-side .uni-button--small .uni-button-icon{font-size:12px!important}.core-card-header__right-side .uni-button--small--icon-only{width:1.375rem;height:1.375rem}.core-card-header__action .uni-new-menu__list-wrapper{min-width:17rem}.core-card-header__action--header{margin:var(--spacing-normal);gap:var(--spacing-normal);border-block-end:1px solid var(--color-divider);margin-block-end:var(--spacing-xsmall);padding-block-end:var(--spacing-normal);display:grid}.core-card-header__action--header--text{text-overflow:ellipsis;text-wrap:unset;max-width:16rem;word-wrap:unset;white-space:nowrap;overflow:hidden}.core-card-header__action--header--buttons{gap:var(--spacing-xsmall);display:flex}.core-card-header__action--header--buttons .uni-copy-link{width:100%}.core-card-header__action-button{display:none;position:absolute;inset-block-start:var(--spacing-xsmall);inset-inline-end:var(--spacing-small)}.core-card-header__action-button .uni-button-icon{font-size:1.25em!important}.core-card-header__action-button--mobile,.core-card-header__action-button--open{display:flex!important}.core-card-header__cover{width:100%;height:4.625rem}.core-card-header__logo{position:absolute;inset-block-end:-.375rem;inset-inline-start:var(--spacing-normal)}.card-status{align-items:center;gap:var(--spacing-xxsmall);padding:var(--spacing-xxxsmall)var(--spacing-xsmall);border-radius:var(--dim-normal);border:2px solid var(--color-surface);width:fit-content;font-size:12px;font-weight:700;display:flex}.card-status__green{color:var(--color-status-text-green);background-color:var(--color-status-background-green)}.card-status__blue{color:var(--color-status-text-blue);background-color:var(--color-status-background-blue)}.card-status__red{color:var(--color-status-text-red);background-color:var(--color-status-background-red)}.card-status__orange{color:var(--color-status-text-orange);background-color:var(--color-status-background-orange)}.card-status__gray{color:var(--color-status-text-gray);background-color:var(--color-status-background-gray)}.card-status__primary{color:var(--color-status-text-primary);background-color:var(--color-status-background-primary)}.card-status__secondary{color:var(--color-status-text-secondary);background-color:var(--color-status-background-secondary)}.rtl-styles .card-status-text{direction:rtl}.core-card-body{margin:var(--spacing-normal);gap:var(--spacing-xxxsmall);flex-direction:column;display:flex}.core-card-body__custom{gap:var(--spacing-normal);margin-block-end:calc(var(--spacing-xxsmall)*-1);display:flex}.core-card-body__custom--content{width:100%;display:grid}.core-card-body__custom--content--no-desc{visibility:hidden}.core-card-body__custom--content--action{display:flex}.core-card-body__custom--content--title{width:100%}.core-card-body__custom--content--title,.core-card-footer{justify-content:space-between;align-items:center;display:flex}.core-card-footer{padding:var(--spacing-small)var(--spacing-normal);background:var(--color-gray-100);margin-block-start:auto}.core-card-footer__no-avatar{visibility:hidden}.core-card-footer__content{align-items:center;display:flex}.core-card-footer__icons{gap:var(--spacing-xxsmall);align-self:center;display:flex}.uni-flexible-pane-header{--drawer-header-block--size:.625rem;background-color:var(--color-surface);width:100%;padding:var(--drawer-header-block--size)var(--spacing-normal);border-block-end:1px solid var(--color-white-smoke);min-height:48px;max-height:48px;position:relative}.uni-flexible-pane-header,.uni-flexible-pane-header__main{gap:var(--spacing-xxsmall);flex-flow:row;justify-content:flex-start;align-items:center;display:flex}.uni-flexible-pane-header__main{width:fit-content;max-width:80%;margin-inline-end:auto}.uni-flexible-pane-header__label{align-items:center;column-gap:var(--spacing-xxsmall);white-space:nowrap;margin-inline-end:var(--spacing-small);display:flex}.uni-flexible-pane-header__actions{gap:var(--spacing-xxsmall);flex-flow:wrap;justify-content:flex-start;align-items:center;display:flex}.uni-flexible-pane-header--mobile{background-color:#0000}.uni-flexible-pane-close-button--child{margin-inline-start:-15px}.uni-flexible-pane-mode-button--over{column-gap:var(--spacing-normal);background-color:#639;display:flex;padding:var(--spacing-small)!important;box-shadow:0 6px 12px #0000001f!important}.uni-flexible-pane-mode-button--popover{z-index:1600!important}.flexible-pane{flex-direction:column;flex-wrap:unset;background:var(--color-surface);width:25rem;min-width:25rem;max-width:25rem;height:100%;min-height:100%;max-height:100%;box-shadow:var(--box-shadow-mdp);z-index:1400;justify-content:flex-start;align-items:center;padding-inline-end:1px;display:flex;position:relative;overflow:hidden}@media (max-width:600px){.flexible-pane{width:100%!important;min-width:100%!important;max-width:100%!important}}.flexible-pane:hover .flexible-pane__meeting-room-drawer--back{display:flex!important}.flexible-pane--MR{width:24.125rem;min-width:24.125rem;max-width:24.125rem;overflow:visible}.flexible-pane__meeting-room-drawer{flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:relative}.flexible-pane__meeting-room-drawer--back{z-index:calc(var(--z-index-drawer) + 1);background:var(--color-surface);border:1px solid var(--color-white-smoke);display:none;position:absolute;inset-block-start:10px;inset-inline-start:-.875rem}.flexible-pane__wrapper{flex-direction:unset;flex-wrap:unset;align-items:unset;z-index:1200;justify-content:flex-end;height:100%;margin-left:auto;display:flex;position:fixed;inset-block:0;inset-inline:0}.flexible-pane__wrapper .module-filter__sub-items{inset-block-start:0}.flexible-pane__wrapper--backdrop{background-color:#0000}.flexible-pane__wrapper--MR{will-change:width;z-index:6;margin-inline-end:-1px;width:fit-content;height:100%;margin:0;position:static}.flexible-pane__wrapper--MR .flexible-pane-container .note-drawer__wrapper-list{position:static}.flexible-pane__wrapper--MR .flexible-pane-container .tab-layout__filter{left:12px}@media (max-width:960px){.flexible-pane .uni-flexible-pane-expand-button{display:none}}@media (min-width:960px){.flexible-pane--expanded{width:48.25rem;min-width:48.25rem;max-width:48.25rem}.flexible-pane--expanded .flexible-pane-modal--col-first,.flexible-pane--expanded .flexible-pane-modal--col-second{min-width:24.125rem;max-width:24.125rem}}.flexible-pane-container{width:100%;height:100%;display:flex;position:relative}.flexible-pane-container .flexible-pane-modal--col-first{width:35rem}.flexible-pane-container .flexible-pane-modal--col-second .meeting-room-agenda-drawer{padding-inline-start:var(--spacing-normal)}.flexible-pane--MR .new-agenda-list{height:100%}.flexible-pane--MR .new-agenda-list--empty{background-color:var(--color-background);flex-direction:column;justify-content:center;height:100%;display:flex}.flexible-pane--MR .new-agenda-list--empty>.uni-button{width:150px}.flexible-pane--MR .transcription-container__empty{width:240px}.flexible-pane--MR .transcription-container__empty:not(.started) .transcription-container__tooltip{width:150px}.flexible-pane--MR .note-drawer__wrapper-list{background-color:var(--color-surface)!important}.flexible-pane--MR .note-drawer__wrapper-list .empty-state{margin-block-start:calc(var(--spacing-normal)*-1)}.flexible-pane--MR .chat-module__start-content>.uni-button{width:150px}.flexible-pane--MR .empty-state{row-gap:var(--spacing-normal);padding:0!important}.flexible-pane--MR .empty-state__content{row-gap:var(--spacing-xsmall)}.flexible-pane--MR .empty-state .uni-button{width:150px}.rtl-styles .flexible-pane--MR .new-agenda-list--empty>.uni-button{width:unset}.palette-arabic-theme .flexible-pane__wrapper--MR{border-radius:var(--dim-radius-xxlarge);height:calc(100% - 6rem);margin-block:.5rem}.palette-arabic-theme .flexible-pane__wrapper--MR .flexible-pane--MR,.palette-arabic-theme .flexible-pane__wrapper--MR .flexible-pane__meeting-room-drawer{border-radius:var(--dim-radius-xxlarge)}.palette-arabic-theme .flexible-pane__wrapper--MR .uni-flexible-pane-header{background-color:var(--color-gray-50);border-radius:var(--dim-radius-xxlarge)var(--dim-radius-xxlarge)0 0;border-block-end:1px solid var(--color-gray-300)}.palette-arabic-theme .flexible-pane__wrapper--MR .module-wrapper-subtab,.palette-arabic-theme .flexible-pane__wrapper--MR .note-drawer__wrapper,.palette-arabic-theme .flexible-pane__wrapper--MR .note-drawer__wrapper-list,.palette-arabic-theme .flexible-pane__wrapper--MR .note-drawer__wrapper-list .module-wrapper-header{background-color:var(--color-gray-50)!important}.palette-arabic-theme .flexible-pane__wrapper--MR .breakout-room-list--MR,.palette-arabic-theme .flexible-pane__wrapper--MR .breakout-room-list--MR .note-detail-page__appbar,.palette-arabic-theme .flexible-pane__wrapper--MR .flexible-pane,.palette-arabic-theme .flexible-pane__wrapper--MR .flexible-pane .note-detail-page__appbar,.palette-arabic-theme .flexible-pane__wrapper--MR .flexible-pane--MR .new-agenda-list--empty,.palette-arabic-theme .flexible-pane__wrapper--MR .flexible-pane--MR .new-agenda-list--empty .note-detail-page__appbar,.palette-arabic-theme .flexible-pane__wrapper--MR .meeting-room-agenda-drawer,.palette-arabic-theme .flexible-pane__wrapper--MR .meeting-room-agenda-drawer .empty-state,.palette-arabic-theme .flexible-pane__wrapper--MR .meeting-room-agenda-drawer .empty-state .note-detail-page__appbar,.palette-arabic-theme .flexible-pane__wrapper--MR .meeting-room-agenda-drawer .note-detail-page__appbar,.palette-arabic-theme .flexible-pane__wrapper--MR .new-agenda-list,.palette-arabic-theme .flexible-pane__wrapper--MR .new-agenda-list .note-detail-page__appbar,.palette-arabic-theme .flexible-pane__wrapper--MR .transcription-body,.palette-arabic-theme .flexible-pane__wrapper--MR .transcription-body .note-detail-page__appbar{background-color:var(--color-gray-50)}.palette-arabic-theme .flexible-pane__wrapper--MR .t-layout-rec{background-color:var(--color-gray-50);border-radius:0 0 var(--dim-radius-xxlarge)var(--dim-radius-xxlarge);overflow-y:auto}.palette-arabic-theme .flexible-pane__wrapper--MR .t-layout-rec .t-layout-list-recording__content{padding-block:0 var(--spacing-normal)}.palette-arabic-theme .flexible-pane__wrapper--MR .t-layout-rec .start-recording-view{border-radius:var(--spacing-normal);box-shadow:var(--box-shadow-mdp)}.flexible-pane-full-screen{background-color:var(--color-surface);z-index:1200;width:100%;height:100%;position:absolute;overflow-y:auto}.flexible-pane-full-screen--expanded{display:flex;position:relative}.flexible-pane-full-screen--expanded .note-drawer__wrapper{padding-block-start:var(--spacing-normal)}.flexible-pane-full-screen .flexible-pane-modal--col-first,.flexible-pane-full-screen .flexible-pane-modal--col-second{padding-block-start:48px}.flexible-pane-full-screen .flexible-pane-modal--col-first .note-detail-page--drawer{width:calc(100% - 25rem)}.flexible-pane-full-screen .flexible-pane-modal--col-second .meeting-room-agenda-drawer{padding-inline-start:var(--spacing-normal)}.flexible-pane-full-screen:not(.flexible-pane-full-screen--expanded)>*{width:100%!important}.flexible-pane-full-screen .chat__placeholder{height:calc(100% - 61px)}.flexible-pane-bottom-sheet .module-wrapper-subtab.tab-layout{width:fit-content;position:absolute;top:8px!important}.flexible-pane-bottom-sheet .tab-layout__filter .new-uni-select__text-field{position:static}.meeting-room-sheet .uni-bottom-sheet__paper{height:85%}.flexible-pane-modal .uni-new-modal__wrapper{background-color:var(--color-surface);min-width:90%;max-width:90%;height:90vh;min-height:90vh;max-height:90vh;overflow-y:auto}.flexible-pane-modal--expanded .uni-new-modal__wrapper{display:flex;position:relative}.flexible-pane-modal--expanded .flexible-pane-container--col-first,.flexible-pane-modal--expanded .note-detail-page,.flexible-pane-modal--expanded .note-drawer__wrapper{width:100%}.flexible-pane-modal--expanded .meeting-room-agenda-drawer{height:calc(100% - 50px)}.flexible-pane-modal--expanded .note-drawer__wrapper{padding-block-start:var(--spacing-normal)}.flexible-pane-modal--col-second{border-inline-end:1px solid var(--color-divider);min-width:25rem;max-width:25rem;padding-block-start:48px}.flexible-pane-modal--col-second .module-wrapper-header,.flexible-pane-modal--col-second .module-wrapper-subtab,.flexible-pane-modal--col-second .new-agenda-header,.flexible-pane-modal--col-second .uni-flexible-pane-header{display:none}.flexible-pane-modal--col-second .new-agenda-list__item .handle-icon{left:10px}.flexible-pane-modal--col-second .new-agenda-item,.flexible-pane-modal--col-second .new-agenda-item-info{border:none}.flexible-pane-modal--col-second .new-agenda-item-info:not(.new-agenda-item-info--active){background-color:var(--color-background)}.flexible-pane-modal--col-second .meeting-room-agenda-drawer{background-color:var(--color-surface);padding-inline-start:0}.flexible-pane-modal--col-second .new-agenda-item-info--active{background-color:var(--color-primary)}.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-left-part__agenda-name input,.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-left-part__agenda-name input::placeholder,.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-time-item h6,.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-time-item h6::placeholder,.flexible-pane-modal--col-second .new-agenda-item-info--active .uni-button-icon:before,.flexible-pane-modal--col-second .new-agenda-item-info--active .uni-icon:before{color:var(--color-surface)!important}.flexible-pane-modal--col-second .new-agenda-item-info--active .uni-button{background-color:var(--color-primary)!important}.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-left-part__check-button{--uni-button-outline:2px solid var(--color-surface);border:var(--uni-button-outline);background-color:var(--color-primary)!important}.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-left-part__check-button .uni-button-icon:before,.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-left-part__check-button .uni-icon:before{color:var(--color-surface)!important}.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-right-part-actions__circular-progress,.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-right-part-actions__play{border-radius:50%;background-color:var(--color-surface)!important}.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-right-part-actions__circular-progress .uni-button-icon:before,.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-right-part-actions__circular-progress .uni-icon:before,.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-right-part-actions__play .uni-button-icon:before,.flexible-pane-modal--col-second .new-agenda-item-info--active .new-agenda-item-info-right-part-actions__play .uni-icon:before{color:var(--color-text-primary)!important}.flexible-pane-modal--col-second .note-drawer__wrapper-list .note-wrapper-item--active{background-color:var(--color-primary)}.flexible-pane-modal--col-second .note-drawer__wrapper-list .note-wrapper-item--active .uni-new-avatar-grouped__item--more{background-color:var(--color-primary-600)!important}.flexible-pane-modal--col-second .note-drawer__wrapper-list .note-wrapper-item--active .new-agenda-item-info-left-part.public .new-agenda-item-info-left-part__agenda-name input,.flexible-pane-modal--col-second .note-drawer__wrapper-list .note-wrapper-item--active .uni-new-avatar-grouped__item--more,.flexible-pane-modal--col-second .note-drawer__wrapper-list .note-wrapper-item--active .uni-typo,.flexible-pane-modal--col-second .note-drawer__wrapper-list .note-wrapper-item--active ::placeholder,.flexible-pane-modal--col-second .note-drawer__wrapper-list .note-wrapper-item--active input{color:var(--color-surface)!important}.flexible-pane-modal--col-first{width:100%;padding-block-start:48px}.flexible-pane-modal--col-first .module-wrapper-header,.flexible-pane-modal--col-first .uni-appbar--drawer,.flexible-pane-modal--col-first .uni-flexible-pane-header{background-color:var(--color-surface);border-block-end:1px solid var(--color-divider);width:100%;min-height:48px;max-height:48px;padding-block-start:var(--spacing-xsmall);position:absolute;top:0;left:0}.flexible-pane-modal--col-first .new-agenda-list__item--absolute,.flexible-pane-modal--col-first .new-agenda-list__item--expand-icon{display:none}.flexible-pane-modal--col-first .new-agenda-item-info{padding-block-start:var(--spacing-normal)}.flexible-pane-modal--col-first .note-detail-page{margin:0}.flexible-pane-modal--col-first:has(.note-drawer__skeleton) .module-wrapper-subtab.tab-layout{display:none}.flexible-pane-modal:not(.flexible-pane-modal--expanded) .chat-drawer-header,.flexible-pane-modal:not(.flexible-pane-modal--expanded) .drawer-header,.flexible-pane-modal:not(.flexible-pane-modal--expanded) .module-wrapper-header,.flexible-pane-modal:not(.flexible-pane-modal--expanded) .uni-flexible-pane-header{background:0 0;border:none;padding-block-start:0}.flexible-pane-modal .module-wrapper-subtab,.flexible-pane-modal .tab-layout__filter{position:static}.flexible-pane-modal .module-filter__sub-items{position:absolute;top:8px;left:0}.flexible-pane-modal:has(.chat__placeholder){z-index:1200}.flexible-pane-modal:has(.chat__placeholder) .uni-new-modal__wrapper{background-color:var(--color-surface)}.flexible-pane-modal .note-drawer__wrapper{background-color:var(--color-background);height:100%}.flexible-pane-modal .note-drawer__wrapper-list{position:static}.flexible-pane-modal .note-detail-page{width:100%;-webkit-mask-image:none;mask-image:none;position:static!important}.meeting-room-agenda-drawer{width:100%;height:100%;padding:var(--spacing-normal);background-color:var(--color-background);overflow:auto}.meeting-room-agenda-drawer__skeleton{gap:var(--spacing-xsmall);margin-block-start:var(--spacing-small);display:grid}.meeting-room-agenda-drawer__header{width:100%;justify-content:space-between;margin-block-start:0;margin-block-end:var(--spacing-normal)}.meeting-room-agenda-drawer__empty{background-color:var(--color-surface)}.meeting-room-agenda-drawer .empty-state{background-color:var(--color-background)}.meeting-room-agenda-drawer .empty-state__title{color:var(--color-text-primary)}.meeting-room-agenda-drawer__empty-list{padding:0}.meeting-room-agenda-drawer__action{--uni-button-background-light:#0003;--uni-button-outline-color:var(--color-mr-button-background);--uni-button-color:var(--color-text-disabled)!important}.meeting-room-agenda-drawer .agenda-list-skeleton__wrapper{margin:0}.meeting-room-agenda-drawer__no-agenda-header{display:none}.meeting-room-agenda-drawer-item__wrapper{background-color:var(--color-surface);border:1px soli var(--color-divider)}.meeting-room-agenda-drawer-item__wrapper .agenda-item__body{border-color:var(--color-divider)}.meeting-room-agenda-drawer-item__wrapper .agenda-item__header-adjustable-item{gap:var(--spacing-xxsmall)}.meeting-room-agenda-drawer-item__body-container .uni-button{--uni-button-color:var(--color-text-primary)!important}.meeting-room-agenda-drawer-item__body-container .uni-button--text:focus,.meeting-room-agenda-drawer-item__body-container .uni-button--text:hover{--uni-button-background:var(--color-text-primary)!important}.meeting-room-agenda-drawer-item__body-container .note-block__leaf-node,.meeting-room-agenda-drawer-item__body-container .note-block__placeholder,.meeting-room-agenda-drawer-item__body-container .note-block__title{color:var(--color-text-primary)}.meeting-room-agenda-drawer-item__drag{inset-block-start:.95rem}.meeting-room-agenda-drawer-item__drag .uni-icon{color:var(--color-secondary-500)!important;font-size:1.25rem!important}.meeting-room-agenda-drawer-item__avatar-wrapper .uni-new-avatar{--uni-avatar-border-width:0}.meeting-room-agenda-drawer-item__wrapper .meeting-room-agenda-drawer-item__title{--uni-text-field-label-color:var(--color-text-primary);--uni-text-field-input-color:var(--color-text-primary);--uni-text-field-input-placeholder-color:var(--color-text-tertiary)}.meeting-room-agenda-drawer-item__wrapper .meeting-room-agenda-drawer-item__title .uni-text-field__input{color:var(--uni-text-field-input-color)}.meeting-room-agenda-drawer-item__action{--uni-button-background-light:#0003}.meeting-room-attendees-drawer-item-raised-hand{z-index:1;padding:var(--spacing-xxsmall);background-color:var(--color-surface);border-radius:9999px;flex-flow:wrap;justify-content:center;align-items:center;display:inline-flex;position:absolute;inset-block-start:-10%;inset-inline-end:-10%}.meeting-room-attendees-drawer-item-raised-hand__emoji,.meeting-room-attendees-drawer-item-raised-hand__hand{--uni-SVG--size:var(--dim-normal)}.meeting-room-attendees-drawer-item-raised-hand__tooltip{max-width:fit-content;padding:var(--spacing-xxsmall);background-color:var(--color-surface);box-shadow:var(--box-shadow-lg)}.meeting-room-attendees-drawer-item-raised-hand__arrow{color:var(--color-surface)}.meeting-room-attendees-drawer-item-raised-hand__action .uni-button__label{color:var(--color-error);font-weight:700}.meeting-room-attendees-drawer-item{--uni-new-menu-item-color:var(--color-text-primary);--uni-new-menu-item-icon-color:var(--color-text-primary);--uni-new-menu-item-padding:var(--spacing-xsmall)var(--spacing-normal);gap:var(--spacing-small)}.meeting-room-attendees-drawer-item__menu-container{background-color:var(--color-background-empty-states-surface);border-radius:12px;justify-content:center;align-items:center;width:40px;height:24px;display:flex}.meeting-room-attendees-drawer-item__menu-container .uni-icon{color:var(--color-secondary-400)}.meeting-room-attendees-drawer-item__title{flex-flow:column wrap;flex:1;justify-content:flex-start;align-items:stretch;width:0;display:flex;overflow:hidden}.meeting-room-attendees-drawer-item__title__container{justify-content:left;align-items:center;display:flex}.meeting-room-attendees-drawer-item__title__container .uni-typo{color:var(--color-text-primary)}.meeting-room-attendees-drawer-item__title__container .sharing-user-label__name.MuiTypography-root{padding:var(--spacing-xxxsmall)var(--spacing-xxsmall);font-size:9px}.meeting-room-attendees-drawer-item__subtitle{height:var(--dim-normal);min-height:var(--dim-normal);max-height:var(--dim-normal)}.meeting-room-attendees-drawer-item__actions,.meeting-room-attendees-drawer-item__subtitle{gap:var(--spacing-xxsmall);flex-flow:wrap;justify-content:flex-start;align-items:center;display:flex}.meeting-room-attendees-drawer-item__actions .uni-icon{color:var(--color-text-secondary)!important}.meeting-room-attendees-drawer-item__action{--uni-button-background-light:#0003}.meeting-room-attendees-drawer-item__action.uni-button--color-gray{--uni-button-outline-color:var(--color-mr-button-background)}.meeting-room-attendees-drawer-item__lower-hand{z-index:1;padding:var(--spacing-xxsmall);background-color:var(--color-surface);border-radius:9999px;flex-flow:wrap;justify-content:center;align-items:center;display:inline-flex;position:absolute;inset-block-start:-10%;inset-inline-end:-10%}.meeting-room-attendees-drawer-item__emoji{--uni-SVG--size:var(--dim-normal)}.rtl-styles .meeting-room-attendees-drawer-item__title__container{justify-content:right}.meeting-room-attendees-drawer-pending__badge.uni-badge .MuiBadge-badge{top:unset;bottom:unset;position:unset;transform:unset;border:none}.meeting-room-attendees-drawer-pending--has-knockers{background-color:var(--color-error-50)}.meeting-room-attendees-drawer{gap:var(--spacing-normal);width:100%;height:100%;padding-block:var(--spacing-normal);max-height:calc(100% - var(--spacing-xlarge) - var(--spacing-xsmall));background-color:var(--color-background);flex-flow:column wrap;justify-content:flex-start;align-items:stretch;display:flex}.meeting-room-attendees-drawer .uni-new-menu-item--text:focus{--uni-new-menu-item-background:var(--color-background)!important}.meeting-room-attendees-drawer__search{max-width:13rem}.meeting-room-attendees-drawer__header__plus-button{color:var(--color-white)!important}.meeting-room-attendees-drawer__header__plus-button .uni-button__label{text-transform:none}.meeting-room-attendees-drawer__header__plus-button .uni-icon.icon-plus{color:var(--color-white)!important}.meeting-room-attendees-drawer__filter-labels{width:100%;padding-inline:var(--spacing-normal)}.meeting-room-attendees-drawer__filter-labels .filter-label{margin:unset}.meeting-room-attendees-drawer__filter-labels .filter-label .uni-button--color-white{--uni-button-background:var(--color-background)}.meeting-room-attendees-drawer__actions{gap:var(--spacing-xxsmall);padding-inline:var(--spacing-normal);max-height:var(--dim-xlarge);flex-flow:wrap;justify-content:flex-start;align-items:center;display:flex}.meeting-room-attendees-drawer__counter{gap:var(--spacing-small);flex-flow:wrap;flex:1;justify-content:flex-start;align-items:center;display:flex}.meeting-room-attendees-drawer__counter .uni-typo{color:var(--color-text-primary)}.meeting-room-attendees-drawer__attendees{flex:1;height:0;overflow-y:auto}.meeting-room-attendees-drawer__attendees.empty{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.meeting-room-attendees-drawer__attendees::-webkit-scrollbar-track{background-color:var(--color-surface);border-radius:9999px}.meeting-room-attendees-drawer__attendees::-webkit-scrollbar-thumb{background-color:var(--color-divider);border-radius:9999px}.uni-label__wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex}.uni-label__wrapper:after{content:"";border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:7px solid}.uni-label__wrapper--color-warning:after{border-inline-start-color:var(--color-orange-800)}.uni-label__wrapper:before{content:"";width:var(--dim-xxsmall);height:var(--dim-xxsmall);background-color:var(--color-disabled);border-radius:99999rem;margin-inline-end:var(--dim-xxsmall)}.uni-label__text{width:fit-content;height:13.6px;padding-inline:var(--spacing-xxsmall);border-top-left-radius:2px;border-bottom-left-radius:2px;justify-content:center;align-items:center;display:flex}.uni-label__text--color-warning{background-color:var(--color-orange-800)}.meeting-room-chat-drawer{z-index:1300}.meeting-room-chat-drawer__isMobile{height:min-content;min-height:31.25rem}.meeting-room-info-drawer{background-color:var(--color-background);--info-drawer-logo-size:3.25rem;flex-direction:column;flex-wrap:unset;justify-content:flex-start;align-items:flex-start;gap:var(--spacing-xxsmall);width:100%;height:100%;padding-block-end:var(--spacing-large);padding-inline:var(--spacing-normal);display:flex;overflow-y:auto}.meeting-room-info-drawer .uni-new-menu-item__label{font-size:10px;font-weight:700!important}.meeting-room-info-drawer::-webkit-scrollbar-track{background-color:var(--color-surface)}.meeting-room-info-drawer::-webkit-scrollbar-thumb{background-color:var(--color-divider)}.meeting-room-info-drawer__actions{justify-content:center;align-items:center;gap:var(--spacing-xxsmall);display:flex}.meeting-room-info-drawer__actions--copy-link{padding:var(--spacing-xsmall)var(--spacing-small)!important}.meeting-room-info-drawer__header{width:100%;height:6.25rem}.meeting-room-info-drawer__title{margin-top:var(--spacing-xxlarge);font-size:18px}.meeting-room-info-drawer__cover{width:100%;height:7rem}.meeting-room-info-drawer__avatar{margin-block-start:calc(var(--dim-xxlarge)*-1);margin-inline-start:var(--spacing-small)}.meeting-room-info-drawer__avatar.uni-new-avatar--bordered{border-width:0!important}.meeting-room-info-drawer__part{width:100%;margin-block-start:var(--spacing-xsmall)}.meeting-room-info-drawer__part .add-to-matter__item{background-color:var(--color-gray-100)}.meeting-room-info-drawer__part .add-to-matter__item .uni-new-menu-item__label{color:var(--color-text-secondary)}.meeting-room-info-drawer .add-to-project__item{background-color:var(--color-hover);--uni-new-menu-item-outline-color:var(--color-secondary);--uni-new-menu-item-outline:1px solid var(--uni-new-menu-item-outline-color)}.meeting-room-info-drawer .uni-new-menu-item__label:not(.add-to-matters-page__chip .uni-new-menu-item__label){color:var(--color-gray-400)}.meeting-room-info-drawer .uni-description{width:100%}.meeting-room-info-drawer .uni-new-cover{--uni-cover-border-radius:var(--dim-small)}.meeting-room-info-drawer .uni-description__view-more{--uni-button-background:transparent}.meeting-room-present-drawer{flex-direction:column;width:100%;height:100%;min-height:240px;display:flex;overflow:auto}.meeting-room-present-drawer.input-only{padding-block-end:50px;padding-inline:var(--spacing-xsmall)}.meeting-room-present-drawer__item{align-items:center;width:100%;display:flex}.meeting-room-present-drawer__item-button{margin-inline-start:auto}.meeting-room-present-drawer__item:hover{background-color:#0000}.meeting-room-ai-drawer-inner{gap:var(--spacing-small);flex-direction:column;display:flex}.meeting-room-ai-drawer-inner__empty{gap:var(--spacing-xxsmall)}.meeting-room-ai-drawer-inner__item-parent{padding:var(--spacing-small);border-radius:var(--spacing-xxxsmall);background-color:var(--color-gray-100)}.meeting-room-ai-drawer-inner__item-question{padding:var(--spacing-xxsmall);border-block-end:1px solid var(--color-divider);justify-content:space-between;align-items:center;width:100%;display:flex}.meeting-room-ai-drawer-inner__item-question p{line-break:anywhere}.meeting-room-ai-drawer-inner__copy-button-wrapper{justify-content:flex-end;display:flex}.meeting-room-ai-drawer-inner__item-answer{padding:var(--spacing-xxsmall);white-space:pre-wrap}.meeting-room-ai-drawer-inner__item-loading{align-items:center;gap:var(--spacing-small);padding:var(--spacing-small);flex-direction:column;margin:auto;display:flex}.meeting-room-ai-drawer-inner__empty-button{justify-content:flex-start}.meeting-room-ai-drawer{width:100%;height:100%;padding:var(--spacing-normal);gap:var(--spacing-small);flex-direction:column;display:flex;overflow:auto}.meeting-room-ai-drawer .uni-text-field--disabled{--uni-text-field-input-placeholder-color:var(--color-gray-400)}.meeting-room-ai-drawer__loading{position:inherit}.meeting-room-ai-drawer .MuiTabs-root.uni-tabs{border-block-end:.5px solid var(--color-mr-button-hover)!important}.settings-drawer-controls{width:100%;height:100%}.settings-drawer-controls .uni-text-field__helper-text{background:0 0}.settings-drawer-controls__form{gap:var(--dim-normal);flex-flow:column;justify-content:center;align-items:flex-start;display:flex}.settings-drawer-controls__label{gap:var(--spacing-small);flex-flow:row;justify-content:space-between;align-items:center;width:100%;display:flex}.settings-drawer-controls__name{gap:var(--spacing-xxsmall);flex-flow:row;justify-content:flex-start;align-items:center;display:flex}.settings-drawer-controls__name--label{font-weight:400;font-size:var(--dim-small)}.settings-drawer-controls__name .title-primary{color:var(--color-fiord-500)}.settings-drawer-controls__footer,.settings-drawer-controls__save{width:100%}.settings-drawer-controls__field{gap:var(--dim-xsmall);flex-flow:row;justify-content:flex-start;align-items:center;width:100%;display:flex}.settings-drawer-controls__field .uni-text-field{background-color:var(--color-surface);width:100%}.settings-drawer-controls__field.column{flex-direction:column}.settings-drawer-controls__input-container{row-gap:var(--spacing-xsmall);flex-direction:column;align-items:flex-end;width:100%;display:flex}.settings-drawer-controls__input-container input{width:100%}.settings-drawer-controls__input-container div{column-gap:var(--spacing-xsmall);display:flex}.settings-drawer-controls__recording-badge{color:var(--color-white);background:var(--color-primary);padding-inline:var(--spacing-xxsmall);border-radius:9999px}.palette-arabic-theme .settings-drawer-controls__field .uni-text-field--outlined.uni-text-field{border-radius:var(--dim-radius-full)}.meeting-room-settings-drawer-gallery-tab{height:100%}.meeting-room-settings-drawer-gallery-tab__item{justify-content:space-between;align-items:center;gap:var(--spacing-large);flex-flow:wrap;margin-block-end:var(--spacing-normal);display:flex}.meeting-room-settings-drawer-gallery-tab__item .uni-typo{color:var(--color-text-primary);font-size:12px;font-weight:500}.settings-drawer-item{flex-flow:column;justify-content:center;align-items:flex-start;width:100%;display:flex;overflow:hidden}.settings-drawer-item--active .settings-drawer-item__header{border:none}.settings-drawer-item__line{width:100%;height:.5px;margin:0;margin-inline-start:var(--spacing-xxlarge);padding:0;border:.5px solid var(--color-background-stroke)!important}.settings-drawer-item__header{cursor:pointer;width:100%;padding:var(--spacing-xsmall)var(--spacing-normal);flex-flow:row;justify-content:space-between;align-items:center;display:flex}.settings-drawer-item__header:hover{background-color:var(--color-background-hover)}.settings-drawer-item__info{gap:var(--dim-xsmall);flex-flow:row;flex:1;justify-content:flex-start;align-items:center;display:flex}.settings-drawer-item__info .uni-typo{color:var(--color-text-primary)}.settings-drawer-item__content{width:100%;padding-inline:calc(var(--spacing-normal) + var(--spacing-normal));overflow:hidden}.settings-drawer-item__content::-webkit-scrollbar{display:none}.meeting-room-settings-drawer-network-tab-modal{row-gap:var(--spacing-normal);flex-direction:column;display:flex}.meeting-room-settings-drawer-network-tab-modal__buttons{column-gap:var(--spacing-xsmall);flex-direction:row-reverse;margin-block-start:var(--spacing-normal);display:flex}.meeting-room-settings-drawer-network-tab-modal__confirm{padding-inline:var(--spacing-xxlarge)}.meeting-room-settings-drawer-network-tab-modal.mobile-mode{padding:var(--spacing-normal)}.meeting-room-settings-drawer-network-tab{flex-direction:column;flex-wrap:unset;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.meeting-room-settings-drawer-network-tab__title{margin-block-end:var(--spacing-normal)}.meeting-room-settings-drawer-network-tab__part{width:100%;padding-block:var(--spacing-normal);flex-direction:column;flex-wrap:unset;justify-content:center;align-items:flex-start;display:flex}.meeting-room-settings-drawer-network-tab__part:not(:last-of-type){border-bottom:1px solid var(--color-divider)}.meeting-room-settings-drawer-network-tab__radio{max-height:var(--dim-large);margin-block-end:var(--spacing-normal);margin-inline-start:calc(-1*var(--spacing-xsmall))}.meeting-room-settings-drawer-network-tab__radio .uni-radio__label{color:var(--color-text-primary);font-weight:400}.meeting-room-settings-drawer-network-tab__modal{row-gap:calc(--spacing-small);flex-direction:column;display:flex}.meeting-room-settings-drawer-network-tab .uni-switch{justify-content:space-between;width:100%}.meeting-room-settings-tools-tab{padding-block:var(--spacing-large);align-items:center}.meeting-room-settings-tools-tab,.meeting-room-settings-tools-tab__first-part{flex-direction:column;flex-wrap:unset;width:100%;justify-content:center;display:flex}.meeting-room-settings-tools-tab__first-part{align-items:flex-start;gap:var(--dim-normal)}.meeting-room-settings-tools-tab__title{flex-direction:row;flex-wrap:unset;justify-content:flex-start;align-items:center;gap:var(--dim-xsmall);display:flex}.meeting-room-settings-tools-tab__select-form{flex-direction:column;flex-wrap:unset;justify-content:center;align-items:flex-start;gap:var(--dim-xsmall);width:100%;display:flex}.meeting-room-settings-tools-tab .uni-text-field--outlined.uni-text-field{width:100%}.meeting-room-settings-tools-tab__switch-label{flex-direction:row;flex-wrap:unset;justify-content:space-between;align-items:center;gap:var(--dim-xsmall);width:100%;display:flex}.meeting-room-settings-tools-tab__switch{justify-content:space-between;width:100%}.meeting-room-settings-tools-tab__second-part{margin-top:var(--dim-xlarge);width:100%}.meeting-room-settings-tools-tab__second-part .uni-switch{justify-content:space-between;width:100%}.meeting-room-settings-tools-tab__title-content{flex-direction:row-reverse;flex-wrap:unset;justify-content:space-between;align-items:center;width:100%;display:flex}.meeting-room-settings-drawer{background-color:var(--color-background);width:100%;height:100%;overflow:auto}.meeting-room-settings-drawer .MuiTabs-root.uni-tabs{border-block-end:.5px solid var(--color-mr-button-hover)!important}.meeting-room-settings-drawer .Mui-expanded.MuiPaper-root.MuiAccordion-root:before{opacity:1!important}.meeting-room-settings-drawer .MuiPaper-root.MuiAccordion-root.Mui-expanded+.MuiPaper-root.MuiAccordion-root:before{opacity:0!important}.meeting-room-settings-drawer__tabs .MuiTab-root.uni-tab:hover{background-color:#0000!important}.meeting-room-settings-drawer__tabs .MuiTab-root.MuiTab-labelIcon{min-height:var(--spacing-normal);padding-inline:var(--spacing-xsmall)}.meeting-room-settings-drawer .uni-checkbox__label{color:var(--color-white)}.meeting-room-components-drawers-transcription{z-index:1;width:100%;padding:0 var(--spacing-normal)0 var(--spacing-large);flex-direction:column;max-height:calc(100% - 52px);display:flex}.meeting-room-components-drawers-transcription__legaler-bot{padding:var(--spacing-normal)0;justify-content:space-between;align-items:center;display:flex}.meeting-room-components-drawers-transcription__legaler-bot__info{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.meeting-room-components-drawers-transcription__legaler-bot__info .uni-typo{color:var(--color-text-primary)}.meeting-room-components-drawers-transcription__legaler-bot__adjustment{align-items:center;column-gap:var(--spacing-small);display:flex}.meeting-room-components-drawers-transcription__legaler-bot__adjustment .uni-icon{font-size:16px!important}.meeting-room-components-drawers-transcription__legaler-bot__adjustment__filter{background-color:var(--color-white-smoke);border-radius:var(--dim-xxsmall);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.meeting-room-components-drawers-transcription__transcription-container{row-gap:var(--spacing-large);flex-direction:column;padding-block-end:var(--spacing-large);display:flex;overflow-y:auto}.meeting-room-components-drawers-transcription__transcription-container::-webkit-scrollbar{display:none}.meeting-room-components-drawers-transcription__transcription-container:hover::-webkit-scrollbar{display:block}.meeting-room-components-drawers-transcription__transcription-container__component{row-gap:var(--spacing-small);flex-direction:column;display:flex}.meeting-room-components-drawers-transcription__transcription-container__component .uni-typo{color:var(--color-text-primary)}.meeting-room-components-drawers-transcription__transcription-container__component__header{justify-content:space-between;align-items:center;display:flex}.meeting-room-components-drawers-transcription__transcription-container__component__header__user-info{align-items:center;column-gap:var(--spacing-xsmall);display:flex}.accordion-tab-item{box-shadow:unset}.accordion-tab-item .uni-type{font-size:13px;font-weight:400}.sub-item__unimenu .uni-radio__label{color:var(--color-text-primary)}.sub-item__virtual-background--header{padding:var(--spacing-small)var(--spacing-xxsmall);cursor:pointer;justify-content:space-between;align-items:center;gap:var(--spacing-xxsmall);flex-flow:row;display:flex}.rec-drawer-page{flex-direction:column;align-items:center;width:100%;height:100%;display:flex}.meeting-room-record-drawer{gap:var(--spacing-normal);width:100%;height:100%;padding:var(--spacing-normal);flex-flow:column;justify-content:flex-start;align-items:stretch;display:flex;overflow-y:auto}.meeting-room-record-drawer .uni-hint{margin:0}.meeting-room-record-drawer__sub-title{background-color:var(--color-background);padding:var(--spacing-normal);border-radius:var(--dim-xxsmall)}.meeting-room-record-drawer__timer-container{flex-direction:row;flex-wrap:unset;justify-content:flex-end;align-items:center;display:flex}.meeting-room-record-drawer__timer-label{align-items:center;gap:var(--spacing-xxsmall);background-color:var(--color-error);padding:var(--spacing-xxsmall)var(--spacing-small)var(--spacing-xxsmall)var(--spacing-xxsmall);border-radius:30px;display:flex}.meeting-room-record-drawer__timer-label *{color:var(--color-white)}.meeting-room-record-drawer__recording-container{row-gap:var(--spacing-normal);flex-direction:column;display:flex}.meeting-room-record-drawer__recording-container .recording-list{--uni-grid-cols-extra:1!important}.meeting-room-record-drawer__recording-container--items{row-gap:var(--spacing-xsmall);flex-direction:column;display:flex}.meeting-room-record-drawer__start,.meeting-room-record-drawer__tooltip{width:100%}.meeting-room-record-drawer .uni-button{flex-shrink:0}.t-layout-rec{background-color:var(--color-background);flex-direction:column;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.t-layout-rec__wrapper{width:100%;height:fit-content;padding-bottom:var(--spacing-xxxlarge)}.t-layout-rec__wrapper--submit{background-color:var(--color-red-500);width:100%;height:100%}.no-recording-view{gap:1rem;width:100%;height:100%}.no-recording-view,.no-recording-view__content{flex-direction:column;justify-content:center;align-items:center;display:flex}.no-recording-view__content{gap:var(--spacing-xxsmall)}.no-recording-view__content--title{font-size:1rem;line-height:1.5rem}.no-recording-view__content--subtitle{font-size:.875rem;line-height:1.25rem}.no-recording-view__submit{background-color:var(--color-red-600);width:7.5rem;height:2rem}.start-recording-view{background-color:var(--color-surface);border-radius:var(--spacing-xxsmall);border:1px solid var(--color-gray-300);flex-direction:column;gap:1rem;width:100%;height:7.688rem;padding:1rem;display:flex;position:relative}.start-recording-view .core-card-header__action-button{z-index:100}.start-recording-view:hover .core-card-header__action-button{display:flex}.start-recording-view__header{justify-content:space-between;align-items:center;width:100%;font-size:.875rem;line-height:1.25rem;display:flex}.start-recording-view__header--title{text-overflow:ellipsis;text-wrap:unset;max-width:350px;word-wrap:unset;white-space:nowrap;overflow:hidden}.start-recording-view__content{justify-content:space-between;align-items:center;display:flex}.start-recording-view__content--countdown{justify-content:center;align-items:center;gap:.25rem;height:3rem;display:flex}.start-recording-view__content--countdown *{color:var(--color-red-600);font-size:.875rem;line-height:1.25rem}.start-recording-view__content--submit{background-color:var(--color-red-500);width:75%;height:3rem}