.workspace-header__mode-switcher{background-color:#16a34a;border-radius:99px;flex-shrink:0;align-self:center;align-items:center;gap:4px;max-height:34px;padding:6px;display:inline-flex}@media only screen and (max-width:767px){.workspace-header__mode-switcher{display:none}}.workspace-header__mode-tab{color:#fff;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:20px;justify-content:center;align-items:center;gap:6px;padding:5px 14px;font-size:.78rem;font-weight:600;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.workspace-header__mode-tab:hover:not(.workspace-header__mode-tab--active){color:#fff;opacity:.92}.workspace-header__mode-tab--active{color:#fff;background:linear-gradient(#4fa3ff 0%,#2b6cf6 100%);box-shadow:inset 0 0 0 4px #ffffff14}.workspace-header__mode-tab-icon{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.workspace-header__mode-tab-icon .icon{width:14px;height:14px;font-size:14px}header.workspace-header .right-side{gap:14px;padding-right:28px}@media only screen and (max-width:767px){header.workspace-header .right-side{padding-right:16px}}header.workspace-header .right-side .search-bar{background:#f4f6fb;border:1px solid #1118271a;border-radius:10px;align-items:center;gap:8px;padding:4px 6px 4px 12px;display:flex}header.workspace-header .right-side .search-bar input{color:#1d2437;background:0 0;border:none;outline:none;width:160px;font-size:13px}header.workspace-header .right-side .search-bar input::placeholder{font-size:12px}@media only screen and (max-width:1100px){header.workspace-header .right-side .search-bar input{width:160px}}@media only screen and (max-width:900px){header.workspace-header .right-side .search-bar input{width:120px}}header.workspace-header .right-side .search-bar .search-icon{color:#fff;cursor:pointer;background:#4285f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}header.workspace-header .right-side .search-bar .search-icon .icon{font-size:13px}header.workspace-header .right-side>.icon{color:#4b5563;justify-content:center;align-items:center;font-size:18px;text-decoration:none;display:flex}header.workspace-header .right-side .workspace-header__notif{position:relative}header.workspace-header .right-side .workspace-header__notif .workspace-header__notif-badge{color:#fff;text-align:center;box-sizing:content-box;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:10px;font-weight:700;line-height:16px;display:flex;position:absolute;top:-6px;right:-6px}header.workspace-header .right-side .logged-account{cursor:pointer;position:relative}header.workspace-header .right-side .logged-account .profile{cursor:pointer;align-items:center;gap:10px;display:flex}header.workspace-header .right-side .logged-account .profile .dp{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px;position:relative;overflow:hidden}header.workspace-header .right-side .logged-account .profile .profile-meta{white-space:nowrap;flex-direction:column;line-height:1.15;display:flex}@media only screen and (max-width:900px){header.workspace-header .right-side .logged-account .profile .profile-meta{display:none}}header.workspace-header .right-side .logged-account .profile .profile-meta .profile-meta__name{color:#1d2437;text-overflow:ellipsis;max-width:120px;font-size:13px;font-weight:600;overflow:hidden}header.workspace-header .right-side .logged-account .profile .profile-meta .profile-meta__role{color:#6b7280;font-size:11px}header.workspace-header .right-side .logged-account .dp .dp-initials{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:.85rem;font-weight:700;display:flex;position:absolute;inset:0}header.workspace-header .right-side .logged-account .account-options{z-index:200;opacity:0;visibility:hidden;pointer-events:none;background:#fff;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 10px);overflow:hidden;transform:translateY(-8px)}header.workspace-header .right-side .logged-account .account-options.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}header.workspace-header .right-side .logged-account .account-options{border:1px solid #11182714;border-radius:14px;min-width:280px;padding:0;right:12px;box-shadow:0 12px 32px #11182729}@media only screen and (max-width:767px){header.workspace-header .right-side .logged-account .account-options{right:8px}}header.workspace-header .right-side .logged-account .account-options .account{background:linear-gradient(135deg,#f5f7ff 0%,#eef2ff 100%);border-bottom:1px solid #11182714;align-items:center;gap:12px;padding:18px;display:flex}header.workspace-header .right-side .logged-account .account-options .account .dp{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;flex-shrink:0;width:46px;height:46px;position:relative;overflow:hidden}header.workspace-header .right-side .logged-account .account-options .account .dp .dp-initials{font-size:1.15rem}header.workspace-header .right-side .logged-account .account-options .account .name-detail{white-space:nowrap;flex-direction:column;width:calc(100% - 58px);display:flex}header.workspace-header .right-side .logged-account .account-options .account .name-detail .name{color:#1d2437;font-size:15px;font-weight:600}header.workspace-header .right-side .logged-account .account-options .account .name-detail .bio{text-overflow:ellipsis;font-size:12px;overflow:hidden}header.workspace-header .right-side .logged-account .account-options .options{flex-direction:column;padding:8px;display:flex}header.workspace-header .right-side .logged-account .account-options .options .post-project{color:#fff;background:#4285f4;border:1px solid #4285f4;border-radius:999px;justify-content:center;align-items:center;width:calc(100% - 16px);margin:8px;padding:9px 20px;font-weight:600;transition:background .15s,color .15s;display:flex}header.workspace-header .right-side .logged-account .account-options .options .post-project:hover{color:#4285f4;background:#fff}header.workspace-header .right-side .logged-account .account-options .options .group-start{background:#11182714;width:100%;height:1px;margin:6px 0}header.workspace-header .right-side .logged-account .account-options .options .option{border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 12px;transition:background-color .15s,color .15s;display:flex}header.workspace-header .right-side .logged-account .account-options .options .option .icon{color:#4285f4;flex-shrink:0;justify-content:center;align-items:center;width:22px;font-size:16px;display:flex}header.workspace-header .right-side .logged-account .account-options .options .option .caption{color:#1d2437;font-size:14px}header.workspace-header .right-side .logged-account .account-options .options .option:hover{background-color:#eef2ff}header.workspace-header .right-side .logged-account .account-options .options .option:hover .caption{color:#4f46e5}header.workspace-header .left-side ul li a{color:#1d2437;align-items:center;gap:6px;padding:4px 2px;line-height:1;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}header.workspace-header .left-side ul li a svg{flex-shrink:0;width:14px;height:14px}header.workspace-header .left-side ul li a:after{content:"";transform-origin:0;background:linear-gradient(90deg,#4285f4 0%,#34a853 100%);border-radius:1px;height:2px;transition:transform .22s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}header.workspace-header .left-side ul li a:hover{color:#4285f4}header.workspace-header .left-side ul li a:hover:after{transform:scaleX(1)}
