.header.boxShadow{box-shadow:0 4px 4px rgba(41,57,99,.08),0 4px 8px rgba(41,57,99,.06)}.header{padding:24px 40px 16px 24px;background:#fff;position:fixed;top:0;left:240px;width:calc(100vw - 240px);z-index:100}.header .header-top .ant-menu-item:nth-child(5){display:none!important}.header .header-top{display:flex;flex-direction:row;align-items:center;margin-bottom:24px}.header .header-top .header-search{margin-left:auto;display:flex;align-items:center;gap:16px}.header .header-top .ant-menu-item-active:after{content:none}.header .header-top .sales{color:var(--exx-color-main-text-default);font-size:24px;font-weight:600;line-height:33.6px;margin-right:40px}.header .header-top .ant-menu{background:none;border:none;width:100%;height:100%}.header .header-top .ant-menu .ant-menu-item{display:flex;padding:0;padding-inline:0;margin-right:8px}.header .header-top .ant-menu .ant-menu-item-active .ant-menu-title-content{background:var(--exx-color-tab-button-colored-fill-hover)}.header .header-top .ant-menu .ant-menu-title-content{padding:8px 16px;border-radius:4px;transition:color .25s ease-in-out;color:var(--exx-color-tab-button-light-text-active);font-size:var(--copy-font-size-standard);line-height:22.4px;font-weight:400}.header .header-top .ant-menu .ant-menu-item-selected{position:relative}.header .header-top .ant-menu .ant-menu-item-selected .ant-menu-title-content{background:var(--exx-color-tab-button-colored-fill-active);color:var(--exx-color-tab-button-colored-text-active);transition:color .25s ease-in-out;font-weight:600}.header .active-header{width:100%}.header .active-header .left-items{display:flex;flex-grow:1;align-items:flex-start;flex-wrap:wrap;box-sizing:border-box}.header .active-header .right-items{margin-left:auto;display:none}@media(min-width:1000px){.header .active-header .right-items{display:flex}}.header .active-header .company-header,.header .active-header .inquiry-header,.header .active-header .opportunities-header,.header .active-header .people-header,.header .active-header .task-header{display:flex}.header .active-header .header-button{margin-right:16px}.header .active-header .header-button:last-child{margin-right:0}.header .headerSearch{max-width:300px;width:100%}.shine-button{position:relative;background:var(--exx-color-blue-400);width:40px;height:40px;border:none;border-radius:4px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3);display:flex;align-items:center;justify-content:center}.shine-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.shine-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.shine-button.shine:before{left:100%}.auto-shine{animation:autoShine 3s infinite}.shine-button.auto-shine:before{animation:autoShineEffect 3s infinite}@keyframes autoShineEffect{0%{left:-100%;opacity:0}50%{opacity:1}to{left:100%;opacity:0}}