@charset "UTF-8";.toast{display:flex;flex-direction:row;align-items:center;position:fixed;top:28px;left:50%;transform:translate(-50%);height:44px;padding:0;border-radius:8px;box-shadow:0 0 .9px #0000001a,0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f;z-index:11002;animation:toastSlideIn .3s ease-out forwards}.toast--neutral{background:#373d43;min-width:320px}.toast--neutral.toast--compact{min-width:150px}.toast--error{background:#d50b0b;min-width:320px}.toast--error.toast--compact{min-width:150px}.toast__icon-wrapper{display:flex;align-items:center;padding:12px 0 12px 12px;width:32px;height:44px;flex:none}.toast__icon svg{fill:#fff}.toast__content{display:flex;align-items:center;height:44px;flex-grow:1}.toast--default .toast__content{padding:12px}.toast--compact .toast__content{padding:12px 20px 12px 12px}.toast__text{margin:0;font-weight:500;font-size:14px;line-height:20px;color:#fff}.toast__action-wrapper{display:flex;align-items:center;padding:12px 12px 12px 0;height:44px;flex:none}.toast__action{background:none;border:none;padding:0;font-weight:500;font-size:14px;line-height:20px;color:#fff;text-decoration:underline;cursor:pointer;text-align:right;transition:opacity .2s ease}.toast__action:hover{opacity:.8}.toast__close-wrapper{display:flex;align-items:center;justify-content:center;padding:12px 12px 12px 0;width:32px;height:44px;flex:none}.toast__close{background:none;border:none;padding:0;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.toast__close svg{fill:#fff}.toast__close:hover{opacity:.8}@keyframes toastSlideIn{0%{transform:translate(-50%) translateY(-100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.left-sidebar{position:fixed;top:0;left:0;width:220px;height:100dvh;background:#fff;z-index:1201;transform:translate(-100%);transition:transform .3s ease;border-right:1px solid #eef0f1;overflow:hidden;display:flex;flex-direction:column;box-sizing:content-box}.left-sidebar__list-item{position:relative}.left-sidebar__list-item:not(.list-item--active) svg{fill:#8f99a3}.left-sidebar--open{transform:translate(0)}.left-sidebar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#3d3d3d3d;z-index:1200}@media(min-width:1025px){.left-sidebar__backdrop{display:none}}.left-sidebar__user{z-index:100;position:relative;background:#fff}.left-sidebar__calendar{flex:none;padding:12px}.left-sidebar__nav{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:8px;gap:4px;display:flex;flex-direction:column}.left-sidebar__nav::-webkit-scrollbar{display:none}.left-sidebar__item{position:relative;display:flex;flex-direction:column;gap:4px}.left-sidebar__submenu{display:flex;flex-direction:column;gap:4px}@media(min-width:1440px){body.sidebar-open{padding-left:220px}body.sidebar-open .new-schedule,body.sidebar-open .employees-schedule-header,body.sidebar-open main,body.sidebar-open [data-page-layout]{margin-left:220px;transition:margin-left .3s ease}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.user-account-switcher{position:relative;width:100%;z-index:100}.user-account-switcher--open .user-account-switcher__item--current .user-account-switcher__logout-icon{opacity:0}.user-account-switcher--open .user-account-switcher__dropdown{animation:slideDown .25s ease forwards}.user-account-switcher__container{background:#fff;overflow:hidden;transition:all .3s ease}.user-account-switcher__item{display:flex;align-items:center;gap:10px;padding:8px;cursor:pointer;transition:background .2s ease;max-height:52px}.user-account-switcher__item--current{background:#fff;transition:all .3s ease;border-top:1px solid #eef0f1;display:flex;justify-content:space-between}.user-account-switcher__item--current:hover{background:#f9fafa}.user-account-switcher__item--current:hover .user-account-switcher__logout-wrapper{opacity:1;fill:#8f99a3;width:36px;height:36px}.user-account-switcher__item:hover:not(.user-account-switcher__item--current){background:#ebebeb}.user-account-switcher__item:hover:not(.user-account-switcher__item--current) .user-account-switcher__logout-wrapper{opacity:1}.user-account-switcher__item--active .user-account-switcher__logout-wrapper{display:none}.user-account-switcher__clickable-area{display:flex;gap:8px;width:100%;max-width:160px}.user-account-switcher__logout-wrapper{opacity:0;transition:opacity .2s ease;flex-shrink:0}.user-account-switcher__logout-wrapper__icon{fill:#8f99a3;margin:8px}.user-account-switcher__avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#e0e0e0;flex-shrink:0}.user-account-switcher__avatar img{width:100%;height:100%;object-fit:cover}.user-account-switcher__info{flex:1;min-width:0;max-width:116px}.user-account-switcher__name{font-weight:500;font-size:14px;color:#1c1f22;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:116px;line-height:20px}.user-account-switcher__email{font-size:12px;color:#8f99a3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:116px;line-height:16px}.user-account-switcher__right{display:flex;align-items:center;gap:8px}.user-account-switcher__right__check-icon{fill:#2a8bf4;margin:8px}.user-account-switcher__dropdown{background:#f4f5f6}.user-account-switcher__add{display:flex;align-items:center;gap:8px;padding:8px;background:#f4f5f6;font-weight:500;font-style:Medium;font-size:14px;line-height:20px;cursor:pointer}.user-account-switcher__add:hover{background:#eef0f1}.user-account-switcher__add-icon{background:#2a8bf4;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.user-account-switcher__add-icon svg{fill:#fff}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:300px}}.company-branch-switcher{position:sticky;top:0;background:#fff;z-index:101}.company-branch-switcher__current{display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;transition:background .2s ease}.company-branch-switcher__current:hover{background:#f9fafa}.company-branch-switcher__current--disabled{cursor:progress;opacity:.6;pointer-events:none}.company-branch-switcher--open .company-branch-switcher__dropdown{animation:slideDown .3s ease forwards}.company-branch-switcher__dropdown{overflow:hidden;max-height:0;opacity:0}.company-branch-switcher__item{display:flex;align-items:center;justify-content:space-between;padding:8px;gap:8px;cursor:pointer;transition:background .2s ease;background-color:#f4f5f6}.company-branch-switcher__item:hover{background:#eef0f1}.company-branch-switcher__item--disabled{cursor:progress;opacity:.6;pointer-events:none}.company-branch-switcher__info{flex:1;min-width:0}.company-branch-switcher__company-name{font-weight:400;font-size:12px;line-height:16px;letter-spacing:0%;color:#8f99a3}.company-branch-switcher__branch-name{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#1c1f22;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-branch-switcher__avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0}.company-branch-switcher__avatar img{width:100%;height:100%;object-fit:cover}.company-branch-switcher__check{fill:#2a8bf4;width:20px;height:20px;flex-shrink:0;margin:8px}.company-branch-switcher__add{display:flex;align-items:center;gap:8px;padding:8px;background:#f4f5f6;font-weight:500;font-style:Medium;font-size:14px;line-height:20px;cursor:pointer}.company-branch-switcher__add:hover{background:#eef0f1}.company-branch-switcher__add--disabled{cursor:not-allowed;opacity:.6}.company-branch-switcher__add--disabled:hover{background:#f4f5f6}.company-branch-switcher__add-icon{background:#2a8bf4;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.company-branch-switcher__add-icon svg{fill:#fff}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}
