.c-cta{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:2.5em;padding:.2rem 1.6rem;border-width:.1rem;border-style:solid;border-radius:1.5em;font-weight:600;font-size:inherit;font-variant:normal;cursor:pointer;text-decoration:none;box-sizing:border-box;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out}.c-cta.primary{background-color:var(--octo-color-semantic-background-interactiveMain);border:2px solid var(--octo-color-semantic-border-main);color:var(--octo-color-semantic-text-inverted)}.c-cta.primary:hover,.c-cta.primary:focus{background-color:var(--octo-color-semantic-background-default);border:2px solid var(--octo-color-semantic-border-focus);color:var(--octo-color-semantic-text-default);text-decoration:none}.c-cta.white{background-color:var(--octo-color-semantic-background-default);color:var(--octo-color-semantic-text-default);border:2px solid var(--octo-color-semantic-border-main)}.c-cta.white:hover,.c-cta.white:focus{background-color:var(--octo-color-semantic-background-interactiveMain);color:var(--octo-color-semantic-text-inverted);border:2px solid var(--octo-color-semantic-background-default);text-decoration:none}.c-cta.transparent{background-color:transparent;color:var(--octo-color-semantic-text-default);border:2px solid transparent}.c-cta.transparent:hover,.c-cta.transparent:focus{background-color:var(--octo-color-semantic-background-interactiveMain);color:var(--octo-color-semantic-text-inverted);border:2px solid var(--octo-color-semantic-border-focus);text-decoration:none}header{z-index:10;position:fixed;width:100%}header nav{display:flex;align-items:center;justify-content:space-between;padding-left:16px;padding-right:16px;border-bottom:1px solid var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-semantic-background-default)}header nav>div{display:flex;gap:16px}header nav>div .hub{position:relative}header nav>div .hub .popup-trigger button{border-radius:999px;background-color:transparent;height:48px;width:48px;border:2px solid var(--octo-color-semantic-border-light);padding:0;margin:0;cursor:pointer}header nav>div .hub .popup-trigger button img{height:44px;width:44px}header nav>div .hub .popup-trigger button:hover,header nav>div .hub .popup-trigger button:focus{border:2px solid var(--octo-color-semantic-border-focus)}header nav>div .hub .popup-overlay{z-index:20;position:absolute;display:block;width:100vw;height:100vh;top:-15px;left:-16px}header nav>div .hub .popup-content{position:absolute;z-index:100;border-radius:1.25em;background-color:var(--octo-color-semantic-background-default);color:var(--octo-color-semantic-text-default);transition:opacity .2s ease-in-out;padding-left:8px;padding-right:16px;box-shadow:#0e2356 0 0 2em -1em;bottom:0;left:50%;transform:translate(clamp(-100% + 2em,-50% + 50em,0% - 2em)) translateY(calc(100% + 1.25em))}header nav>div .hub .popup-content:after{top:0;left:clamp(0% + 2em,50% - 50em,100% - 2em);transform:translate(-50%) translateY(calc(-100% + .0625em)) rotate(270deg);content:"";position:absolute;width:1.25em;height:1.25em;background-color:var(--octo-color-semantic-background-default);-webkit-mask-image:url(/assets/hub/arrow.svg);mask-image:url(/assets/hub/arrow.svg)}header nav>div .hub .popup-content>ul{display:grid;grid-template-columns:repeat(2,50%);justify-items:center;gap:8px;width:256px}header nav>div .hub .popup-content>ul li{width:124px}header nav>div .hub .popup-content>ul li a{display:flex;flex-direction:column;align-items:center;padding:.5em;box-sizing:border-box;text-decoration:none;color:var(--octo-color-semantic-text-default);font-weight:600}header nav>div .hub .popup-content>ul li a span{width:64px;height:64px;padding:8px;box-sizing:border-box}header nav>div .hub .popup-content>ul li a span img{width:48px;height:48px}header nav>div .hub .popup-content>ul li a:hover,header nav>div .hub .popup-content>ul li a:focus{border-radius:1em;background-color:#cfd3dd}header nav>div .hub .popup-content>ul li a:hover span,header nav>div .hub .popup-content>ul li a:focus span{border-radius:999px;background-color:var(--octo-color-semantic-background-default)}header nav>div .logo img{height:44px}header nav>ul{display:flex;gap:16px;margin-top:12px;margin-bottom:12px}header nav>ul .support .icon{width:1.25em;height:1.25em;-webkit-mask-image:url(/assets/support.svg);mask-image:url(/assets/support.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-clip:border-box;mask-clip:border-box;background-color:currentColor}header nav>ul .support .text{padding-left:6px}header nav>ul .separator{margin-top:4px;width:2px;height:40px;background-color:var(--octo-color-semantic-background-interactiveMain)}header nav>ul .burger button{width:42px;height:42px;margin-top:4px}header nav>ul .burger button span{width:2rem;height:2rem}header aside{position:absolute;right:0;top:73px;height:calc(100vh - 73px);letter-spacing:normal;overflow:hidden auto;border-left:1px solid var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-semantic-background-default);width:350px}header aside ul,header aside>div,header aside details,header aside>a{padding-left:20px;display:block;margin:0}header aside details{padding:0;background-color:var(--octo-color-semantic-background-default);border:0;margin:0;width:100%;cursor:pointer}header aside details summary{padding-top:12px;padding-bottom:12px;border-radius:0}header aside details summary span{font-size:14px;font-weight:500}header aside details summary img{height:12px;margin-right:20px;margin-top:3px;float:right}header aside details summary::marker{content:none}header aside details[open] summary img{transform:rotate(90deg)}header aside details>ul li:last-child{border:0}header aside details,header aside li{border-bottom:1px solid var(--octo-color-semantic-border-subtle);border-radius:0}header aside a{color:var(--octo-color-semantic-text-default);font-size:14px;font-weight:500;text-decoration:none}header aside p{margin:0;padding-top:12px;padding-bottom:12px}header aside>div>p{color:#707070;font-size:14px;letter-spacing:1px;padding-bottom:0}header aside>div{margin-bottom:20px}header aside summary:hover,header aside a:hover p{background-color:var(--octo-color-semantic-background-interactiveActiveSubtle)}:root{--octopod-green: #4cc64c;--octopod-green-secondary: #f2fbf2;--octopod-green-forest: #166534;--octopod-green-dark: #14532d;--octopod-orange-border: #f59e0b;--octopod-orange-background: #fef3c7;--octopod-orange-text: #92400e}html{font-size:10px;color:var(--octo-color-semantic-text-default);background-color:var(--color-semantic-background-default)}body{margin:0;color:var(--octo-color-semantic-text-default);background-color:var(--octo-color-semantic-background-default)}body.no-scroll{overflow:hidden}.shimmer{background:linear-gradient(90deg,#828fad28 25%,#156c8725,#828fad28 75%);background-size:200% 100%;background-color:var(--octo-color-semantic-background-default);animation:shimmer 2.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.main-layout{display:flex;flex-direction:column;min-height:100vh;font-family:outfit,sans-serif;font-style:normal;font-stretch:normal;font-size:1.6rem;line-height:normal;letter-spacing:.05em;text-align:left}main{flex:1;padding:2rem 3rem;margin-top:73px}main:has(.p-billable-projects){padding-left:2rem;padding-right:2rem}footer{color:var(--octo-color-semantic-text-default);text-align:center;padding:1rem}ul{padding:0}li{list-style:none}h1{font-weight:600;font-size:3rem;letter-spacing:.15rem;line-height:2rem}h2{font-weight:400;font-size:2.6rem;margin:0}h3{margin:0}button{border:0;padding:0;margin:0;background-color:transparent}input{font-family:outfit,sans-serif;font-size:13px;width:100%}.bold{font-weight:600}table{border-spacing:0;font-size:1.3rem;border-collapse:separate;margin-top:1rem;width:100%}table.shimmer{width:100%}table.shimmer thead tr th{background-color:transparent;border-color:var(--octo-color-primitive-main-50)}table.shimmer tbody tr{border-color:var(--octo-color-primitive-main-50)}table.shimmer tbody tr:nth-child(odd){background-color:var(--octo-color-semantic-background-default)}table.shimmer tbody tr:nth-child(2n){background-color:var(--octo-color-primitive-main-50)}table.shimmer tbody tr td{background-color:transparent;border-color:var(--octo-color-primitive-main-50)}table.shimmer tfoot tr td{border-color:var(--octo-color-primitive-main-50);background-color:transparent}table thead tr th{box-sizing:border-box;padding:.6rem .8rem;background-color:var(--octo-color-semantic-background-interactiveMain);color:var(--octo-color-semantic-text-inverted);text-align:left;font-weight:600;border:1px solid var(--octo-color-semantic-border-main);border-right:1px solid var(--octo-color-semantic-border-subtle);border-left:0 solid var(--octo-color-semantic-border-subtle)}table thead tr th.center{text-align:center}table thead tr th:first-child{border-top-left-radius:1rem;border-left:1px solid var(--octo-color-semantic-border-main)}table thead tr th:last-child{border-top-right-radius:1rem;border-right-color:var(--octo-color-semantic-border-main)}table thead tr th .column-content{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}table tbody tr:nth-child(2n){background-color:var(--octo-color-primitive-main-50)}table tbody tr:nth-child(odd){background-color:var(--octo-color-semantic-background-default)}table tbody tr th{box-sizing:border-box;height:4rem;padding:0 .8rem;border-right:1px solid var(--octo-color-semantic-border-main);color:var(--octo-color-semantic-text-default)}table tbody tr th:first-child{border-left:1px solid var(--octo-color-semantic-border-main)}table tbody tr td{box-sizing:border-box;height:4rem;padding:0 .8rem;border-right:1px solid var(--octo-color-semantic-border-subtle);color:var(--octo-color-semantic-text-default)}table tbody tr td.center{text-align:center}table tbody tr td:first-child{border-left:1px solid var(--octo-color-semantic-border-main)}table tbody tr td:last-child{border-right-color:var(--octo-color-semantic-border-main)}table tfoot{height:4rem;background-color:var(--octo-color-semantic-background-interactiveMain)}table>:last-child :last-child th,table>:last-child :last-child td{border-bottom:1px solid var(--octo-color-semantic-border-main)}table>:last-child :last-child th:first-child,table>:last-child :last-child td:first-child{border-bottom-left-radius:1rem}table>:last-child :last-child th:last-child,table>:last-child :last-child td:last-child{border-bottom-right-radius:1rem}.sr-only{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media (max-width: 1040px){main{flex:1;padding-left:1rem;padding-right:1rem;background-color:#f5f5f5}h1{line-height:3rem}h2{font-size:2rem}}.multi-select .octopod-multi-select__control{border-color:#767676;min-width:150px;min-height:0}.multi-select .octopod-multi-select__control .octopod-multi-select__value-container{cursor:text;padding-left:4px;padding-right:0}.multi-select .octopod-multi-select__control .octopod-multi-select__value-container .octopod-multi-select__placeholder{color:#575757}.multi-select .octopod-multi-select__control .octopod-multi-select__value-container .octopod-multi-select__multi-value__remove:hover{cursor:pointer}.multi-select .octopod-multi-select__control .octopod-multi-select__value-container.to-many-selected .octopod-multi-select__multi-value{display:none}.multi-select .octopod-multi-select__control .octopod-multi-select__indicator{padding:0}.multi-select .octopod-multi-select__control .octopod-multi-select__indicator:hover{cursor:pointer}.multi-select .octopod-multi-select__menu{min-width:180px}.multi-select .octopod-multi-select__menu .octopod-multi-select__option{padding:3px 6px}.multi-select .octopod-multi-select__menu .octopod-multi-select__option:hover{cursor:pointer;background-color:var(--octo-color-semantic-background-systemInfoSubtle)}.multi-select .octopod-multi-select__menu .octopod-multi-select__option:before{font-size:16px;content:"○"}.multi-select .octopod-multi-select__menu .octopod-multi-select__option--is-focused{background-color:var(--octo-color-semantic-background-systemInfoSubtle)}.multi-select .octopod-multi-select__menu .octopod-multi-select__option--is-focused.octopod-multi-select__option--is-selected{color:var(--octo-color-semantic-text-default)}.multi-select .octopod-multi-select__menu .octopod-multi-select__option--is-selected{background-color:var(--octo-color-semantic-background-systemInfoSubtle);color:var(--octo-color-semantic-text-default)}.multi-select .octopod-multi-select__menu .octopod-multi-select__option--is-selected:before{content:"⦿"}.multi-select .octopod-multi-select__menu-list--is-multi .octopod-multi-select__option:before{font-size:16px;content:"☐"}.multi-select .octopod-multi-select__menu-list--is-multi .octopod-multi-select__option--is-selected:before{content:"☑︎"}.octopod-multi-select__menu-portal .octopod-multi-select__menu{min-width:180px;font-family:outfit,sans-serif;font-size:1.3rem}.octopod-multi-select__menu-portal .octopod-multi-select__menu .octopod-multi-select__option{padding:3px 6px}.octopod-multi-select__menu-portal .octopod-multi-select__menu .octopod-multi-select__option:hover{cursor:pointer;background-color:#00d2dd36}.octopod-multi-select__menu-portal .octopod-multi-select__menu .octopod-multi-select__option:before{font-size:16px;content:"○"}.octopod-multi-select__menu-portal .octopod-multi-select__menu .octopod-multi-select__option--is-focused{background-color:#00d2dd36}.octopod-multi-select__menu-portal .octopod-multi-select__menu .octopod-multi-select__option--is-focused.octopod-multi-select__option--is-selected{color:var(--octo-color-semantic-text-default)}.octopod-multi-select__menu-portal .octopod-multi-select__menu .octopod-multi-select__option--is-selected{background-color:#00d2dd36;color:var(--octo-color-semantic-text-default)}.octopod-multi-select__menu-portal .octopod-multi-select__menu .octopod-multi-select__option--is-selected:before{content:"⦿"}.octopod-multi-select__menu-portal .octopod-multi-select__menu-list--is-multi .octopod-multi-select__option:before{font-size:16px;content:"☐"}.octopod-multi-select__menu-portal .octopod-multi-select__menu-list--is-multi .octopod-multi-select__option--is-selected:before{content:"☑︎"}.c-tag{display:inline-block;max-width:100%;width:100%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.375em .6rem;border:.125em solid;border-radius:.1875em;background:var(--octo-color-primitive-red-50);color:var(--octo-color-semantic-text-default)}.p-billable-projects td,.p-billable-projects th{text-align:center}.p-billable-projects td .c-tag,.p-billable-projects th .c-tag,.p-project-group-show td .c-tag{display:inline-block;max-width:100%}.c-tag.red{border-color:var(--octo-color-primitive-red-600);background:var(--octo-color-primitive-red-50)}.c-tag.green{border-color:var(--octopod-green);background:var(--octopod-green-secondary)}.c-tag.grey{border-color:#d1d5db;background:#f3f4f6;color:#374151}.c-tag.orange{border-color:var(--octopod-orange-border);background:var(--octopod-orange-background);color:var(--octopod-orange-text)}.c-tag.blue-navy{border-color:var(--octo-color-primitive-main-850);background:var(--octo-color-primitive-main-850);color:var(--octo-color-semantic-text-inverted)}.c-tag.blue-light{border-color:#38bdf8;background:#e0f2fe;color:#0369a1}.c-tag.green-apple{border-color:#84cc16;background:#ecfccb;color:#3f6212}.c-tag.green-forest{border-color:var(--octopod-green-forest);background:var(--octopod-green-forest);color:var(--octo-color-semantic-text-inverted)}.c-tag.green-dark{border-color:var(--octopod-green-dark);background:var(--octopod-green-dark);color:var(--octo-color-semantic-text-inverted)}.c-accordion{width:100%;height:-moz-fit-content;height:fit-content;border-radius:1.25em;box-sizing:border-box;border:.1rem solid var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-primitive-main-50);padding:2rem 4rem;margin:1rem 0}.c-accordion summary{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;border-radius:1.25em;margin:0rem;border:none;background-color:transparent;width:100%;height:auto;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:400;font-size:2.6rem}.c-accordion summary .accordion-title{font-weight:600;font-size:2.5rem;color:var(--octo-color-semantic-text-default)}.c-accordion summary .controls{display:flex;justify-content:center;align-items:center;font-size:1.6rem;gap:1rem}.c-accordion summary .controls img{transition:transform .2s ease-in-out;transform:rotate(0)}.c-accordion summary::marker{content:none}.c-accordion[open] summary img{transform:rotate(90deg)}@media (max-width: 1040px){.c-accordion{padding:2rem 1rem}}.c-input-search-people{display:flex;flex-direction:column;width:30rem;margin-bottom:5rem}.c-input-search-people label{margin-bottom:1rem}.c-input-search-people .search-content{height:auto;width:30rem;position:relative}.c-input-search-people .search-content input{border:none}.c-input-search-people .search-content .search-container:before{content:"";width:2rem;height:100%;background-image:url(/assets/icons/search-octo.svg);background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:1;position:absolute;left:12px;top:50%;transform:translateY(-50%)}.c-input-search-people .search-content .input-search{display:flex;width:100%;height:3.8rem;gap:1em;align-items:stretch;justify-content:space-between;box-sizing:border-box;border:solid .1rem var(--octo-color-semantic-border-main);border-radius:1.25em;font-weight:400;font-variant:normal;cursor:text;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;padding-left:4rem;font-family:outfit,sans-serif;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:.05em;font-size:1.4rem}.c-input-search-people .search-content .input-search:focus{border-width:2px;border-bottom:0;outline:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.c-input-search-people .search-content .input-search::-webkit-search-cancel-button{cursor:pointer;margin-right:1rem}.c-input-search-people .search-content .list-filtered{overflow:hidden;text-overflow:ellipsis;position:absolute;background-color:var(--octo-color-semantic-background-default);box-sizing:border-box;padding:1rem;right:0;left:0;z-index:100;border-right:solid 2px var(--octo-color-semantic-border-main);border-bottom:solid 2px var(--octo-color-semantic-border-main);border-left:solid 2px var(--octo-color-semantic-border-main);border-top:none;border-bottom-right-radius:1.25em;border-bottom-left-radius:1.25em;top:100%;background-color:#fff}.c-input-search-people .search-content .list-filtered.close{display:none}.c-input-search-people .search-content .list-filtered .line-separator{width:100%;height:.1rem;border-top:.1rem solid var(--octo-color-semantic-border-main);margin-top:-1rem}.c-input-search-people .search-content .list-filtered .nbr-character{padding:.5rem 1rem}.c-input-search-people .search-content .list-filtered ul{margin-top:0;margin-bottom:0;max-height:20rem;overflow-y:auto}.c-input-search-people .search-content .list-filtered ul li{margin:1.1rem 0}.c-input-search-people .search-content .list-filtered ul li button{color:var(--octo-color-semantic-text-default);display:flex;width:100%;background:none;border:none;font-size:1.4rem;text-align:left}.c-input-search-people .search-content .list-filtered ul li button:hover,.c-input-search-people .search-content .list-filtered ul li button:focus{font-weight:600;cursor:pointer}.c-input-date-month .container{position:relative}.c-input-date-month .container .input-date-month-content{color:var(--octo-color-semantic-text-default);margin-top:1rem;display:flex;flex-direction:column;width:30rem;min-height:3.8rem;align-items:stretch;justify-content:center;box-sizing:border-box;border:solid .1rem var(--octo-color-semantic-border-main);border-radius:1.25em;font-weight:400;font-variant:normal;cursor:text;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;font-family:outfit,sans-serif;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:.05em;font-size:1.4rem;background-color:var(--octo-color-semantic-background-default)}.c-input-date-month .container .input-date-month-content.open{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.c-input-date-month .container .input-date-month-content:not(.open) .list-months{border:0}.c-input-date-month .container .input-date-month-content .select-content{display:flex;justify-content:space-between;align-items:center;padding-left:1rem;padding-right:1rem;box-sizing:border-box;width:100%}.c-input-date-month .container .input-date-month-content .select-content .button-text-month-year{color:var(--octo-color-semantic-text-default);display:flex;background-color:transparent;border:none;justify-content:center;align-items:center;cursor:pointer}.c-input-date-month .container .input-date-month-content .select-content .button-text-month-year:hover,.c-input-date-month .container .input-date-month-content .select-content .button-text-month-year:focus{font-weight:600}.c-input-date-month .container .input-date-month-content .list-months{background-color:var(--octo-color-semantic-background-default);z-index:1;border-bottom-left-radius:1.25em;border-bottom-right-radius:1.25em;border-left:1px solid var(--octo-color-semantic-border-main);border-right:1px solid var(--octo-color-semantic-border-main);border-bottom:1px solid var(--octo-color-semantic-border-main);position:absolute;width:100%;top:36px;left:-1px}.c-input-date-month .container .input-date-month-content .list-months .selected-year-content{display:flex;flex-direction:column;justify-content:center;gap:1rem;align-items:center;width:100%}.c-input-date-month .container .input-date-month-content .list-months .selected-year-content .line{width:80%;border-top:1px solid black}.c-input-date-month .container .input-date-month-content .list-months .selected-year-content .selector .selected-year{font-weight:600}.c-input-date-month .container .input-date-month-content .list-months ul{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.c-input-date-month .container .input-date-month-content .list-months ul li button{background-color:transparent;border:none;color:var(--octo-color-semantic-text-default);cursor:pointer;font-size:1.6rem}.c-input-date-month .container .input-date-month-content .list-months ul li button.month-selected{color:var(--octo-color-semantic-text-default);font-weight:600}.c-input-date-month .container .input-date-month-content .list-months ul li button:hover,.c-input-date-month .container .input-date-month-content .list-months ul li button:focus{font-weight:600;cursor:pointer}.c-input-date-month .container .input-date-month-content .list-months ul li button:disabled,.c-input-date-month .container .input-date-month-content .list-months ul li button[disabled]{color:var(--octo-color-semantic-text-disabled);font-size:1.4rem;cursor:default}.c-input-date-month .container .input-date-month-content .list-months ul li button:disabled:hover,.c-input-date-month .container .input-date-month-content .list-months ul li button:disabled:focus,.c-input-date-month .container .input-date-month-content .list-months ul li button[disabled]:hover,.c-input-date-month .container .input-date-month-content .list-months ul li button[disabled]:focus{color:var(--octo-color-semantic-text-disabled);font-weight:400;font-size:1.4rem;cursor:default}.c-input-date-month .container .button-arrow{color:var(--octo-color-semantic-text-default);background-color:transparent;border:none;cursor:pointer;font-weight:600;padding-left:5px;padding-right:5px}.c-input-date-month .container .button-arrow:hover,.c-input-date-month .container .button-arrow:focus{font-weight:bolder;color:var(--octo-color-semantic-border-active)}.c-input-date-month .container .button-arrow:disabled:hover,.c-input-date-month .container .button-arrow:disabled:focus,.c-input-date-month .container .button-arrow[disabled]:hover,.c-input-date-month .container .button-arrow[disabled]:focus{font-weight:400;font-size:1.4rem;cursor:default}.c-tooltip{position:relative;width:2.5rem;height:2.5rem}.c-tooltip button{border:none;background:transparent}.c-tooltip button:hover{cursor:pointer}.c-tooltip .tooltip-text{background-color:var(--octo-color-semantic-background-default);border:.1rem solid var(--octo-color-semantic-border-subtle);color:var(--octo-color-semantic-text-default);border-radius:1.25em;height:-moz-fit-content;height:fit-content;position:absolute;padding:.5rem 2rem;z-index:100;min-width:250px}.c-tooltip .tooltip-text.top{bottom:calc(100% + 1rem);left:50%;transform:translate(-50%,-0%)}.c-tooltip .tooltip-text.top:before{content:"▲";color:var(--octo-color-semantic-text-inverted);position:absolute;bottom:-1.75rem;left:50%;transform:translate(-50%,-0%) rotate(180deg)}.c-tooltip .tooltip-text.bottom{top:calc(100% + 1.25rem);left:50%;transform:translate(-50%,-0%)}.c-tooltip .tooltip-text.bottom:before{content:"▲";color:var(--octo-color-semantic-text-inverted);position:absolute;top:-1.75rem;left:50%;transform:translate(-50%,-0%)}.c-tooltip .tooltip-text.right{top:50%;left:calc(100% + 1.5rem);transform:translateY(-50%)}.c-tooltip .tooltip-text.right:before{content:"▲";color:var(--octo-color-semantic-text-inverted);position:absolute;left:-1.25rem;top:50%;transform:translate(-0%,-50%) rotate(-90deg)}.c-tooltip .tooltip-text.left{top:50%;right:calc(100% + 1.5rem);transform:translateY(-50%)}.c-tooltip .tooltip-text.left:before{content:"▲";color:var(--octo-color-semantic-text-inverted);position:absolute;right:-1.5rem;top:50%;transform:translate(-0%,-50%) rotate(90deg)}.p-holidays a:link:not(.c-cta){text-decoration:none;color:var(--octo-color-semantic-text-activeDefault);transition:color .2s ease-in-out}.p-holidays a:hover:not(.c-cta){cursor:pointer;text-decoration:underline;color:var(--octo-color-semantic-text-default)}.p-holidays .c-input-search-people{margin-bottom:4rem}.p-holidays .head-band{display:flex;flex-direction:column;border-radius:2rem;background-color:var(--octo-color-semantic-background-interactiveMain);color:var(--octo-color-semantic-text-inverted);padding:2rem}.p-holidays .head-band.shimmer{padding:0;width:100%;height:20rem;border:.1rem solid var(--octo-color-semantic-border-subtle);background-color:transparent}.p-holidays .head-band .header-content{display:flex;justify-content:space-between}.p-holidays .head-band ul{display:grid;grid-template-columns:repeat(3,30%);gap:3rem}.p-holidays .head-band ul li{display:flex;justify-content:start;align-items:center;gap:.6rem}.p-holidays .head-band-loading{border-radius:2rem;width:100%;height:5rem}.p-holidays .c-input-date-month{margin-top:4rem}.p-holidays .counters>ul{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.p-holidays .counters>ul>li{display:flex;flex-direction:column;gap:1.5rem;min-width:36rem;max-width:40rem;height:15rem;border-radius:1.25em;box-sizing:border-box;border:.1rem solid var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-primitive-main-50);padding:2rem;margin:1rem 0}.p-holidays .counters>ul>li.shimmer{background-color:var(--octo-color-semantic-background-default)!important}.p-holidays .counters>ul>li .header-counter{display:flex;justify-content:space-between;align-items:center}.p-holidays .counters>ul>li .header-counter .title{color:var(--octo-color-semantic-text-default)}.p-holidays .counters>ul>li .header-counter .tooltip .tooltip-text{width:30rem}.p-holidays .counters>ul>li .header-counter .tooltip .tooltip-text .text ul{display:flex;flex-direction:column}.p-holidays .counters>ul>li .header-counter .tooltip .tooltip-text .text ul li{list-style-type:disc}.p-holidays .counters>ul>li .header-counter .tooltip .tooltip-text .text ul li p{margin:.3rem}.p-holidays .counters>ul>li .limit.important{color:var(--octo-color-semantic-text-systemError);font-weight:600}.p-holidays .counters>ul>li .counter{border-top:.1rem solid var(--octo-color-semantic-border-subtle);padding-top:1rem}.p-holidays .counters>ul>li .counter .remaining{color:var(--octo-color-semantic-text-activeDefault);font-weight:600;font-size:2.4rem}.p-holidays .counters>ul>li .counter .total{font-size:2rem}.p-holidays .annual-summary-content .annual-summary-accordion.shimmer{width:100%;height:5rem;border-radius:1.25em;border:.1rem solid var(--octo-color-semantic-border-subtle)}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity{margin:1rem;padding:1.4rem;border-radius:1.25em;border:.1rem solid var(--octo-color-semantic-border-subtle);background-color:transparent;color:var(--octo-color-semantic-text-default)}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity .activity-title{margin-bottom:2rem;font-weight:600}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity ul{margin-left:2rem;display:grid;grid-template-columns:repeat(4,25%);gap:1.6rem}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity ul li{display:flex;flex-direction:column;padding-left:1rem;gap:.7rem;border-left:solid .1rem var(--octo-color-semantic-border-subtle)}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity ul li .nbr-day{font-weight:600}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity ul:before{content:"";position:absolute;top:0rem;bottom:0rem;left:0rem;width:.1rem;background:#f3f4f7}.p-holidays .tips{display:flex;width:100%;align-items:center;height:-moz-fit-content;height:fit-content;flex-direction:row;gap:3rem;color:var(--octo-color-semantic-text-default);margin-top:2rem}.p-holidays .tips p,.p-holidays .tips ul{width:90%}.p-holidays .tips .tips-input{display:flex;flex-direction:column;width:50%}.p-holidays .tips .tips-input .reminder{width:100%}.p-holidays .tips .tips-line{border-right:solid .1rem black;height:20rem;margin-right:2rem}.p-holidays .tips .tips-reducing{width:50%;display:flex;flex-direction:column}.p-holidays .tips .tips-reducing ul{display:flex;flex-direction:column;gap:.5rem}.p-holidays .tips .tips-reducing ul li{display:flex;justify-content:space-between;width:70%;color:var(--octo-color-semantic-text-disabled)}.p-holidays .tips .bold{color:var(--octo-color-semantic-text-default)}.p-holidays .select-managed-wrapper{gap:1rem;display:flex;flex-direction:column;margin-bottom:2rem}.p-holidays .select-managed{width:-moz-max-content;width:max-content}@media (max-width: 1040px){.p-holidays .head-band{padding:1rem 2rem;justify-content:center;align-items:center;gap:1rem}.p-holidays .head-band .header-content{display:flex;justify-content:space-between}.p-holidays .head-band .header-content h2{font-size:2rem;width:50%}.p-holidays .head-band .header-content .link{font-size:1.5rem}.p-holidays .head-band ul{grid-template-columns:repeat(1,100%);gap:2rem}.p-holidays .head-band ul li{justify-content:center}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity{margin:1rem;padding:1.4rem;border-radius:1.25em;border:.1rem solid var(--octo-color-semantic-border-subtle);background-color:transparent;color:var(--octo-color-semantic-text-default)}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity .activity-title{margin-bottom:2rem;font-weight:600}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity ul{margin-left:0rem;display:grid;grid-template-columns:repeat(1,100%);gap:1.6rem;position:relative}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity ul li{display:flex;flex-direction:column;padding-left:1rem;gap:.7rem;border-left:solid .1rem var(--octo-color-semantic-border-subtle)}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity ul li .nbr-day{font-weight:600}.p-holidays .annual-summary-content .annual-summary-accordion .activities-absence .activity ul:before{content:"";position:absolute;top:0rem;bottom:0rem;left:0rem;width:.1rem;background:#f3f4f7}.p-holidays .tips{flex-direction:column;gap:0}.p-holidays .tips .tips-input,.p-holidays .tips .tips-reducing,.p-holidays .tips .tips-reducing ul li{width:100%}.p-holidays .tips .tips-line{display:none}}.p-not-found{text-align:center}.p-people-directory{display:flex;flex-direction:column;gap:1rem}.p-people-directory a{font-weight:600;text-decoration:none;color:var(--octo-color-semantic-text-subtle);transition:color .2s ease-in-out}.p-people-directory a:hover,.p-people-directory a:focus{cursor:pointer;text-decoration:underline;color:var(--octo-color-semantic-text-default)}.c-table-with-front-filters .upper-block{display:flex;align-items:center;justify-content:space-between;min-height:33px;margin-bottom:0}.c-table-with-front-filters .upper-block .left-block{display:inline-block}.c-table-with-front-filters .upper-block .left-block .number-items{font-size:1.5rem}.c-table-with-front-filters .upper-block .right-block{display:flex;gap:1.5rem;flex-wrap:wrap}.c-table-with-front-filters .upper-block .right-block .global-search-block input{width:250px;height:33px;box-sizing:border-box;border-radius:99px;padding-left:1rem;padding-right:1rem;color:var(--octo-color-semantic-text-default);border-color:var(--octo-color-semantic-border-main);border-style:solid;margin-left:.5rem}.c-table-with-front-filters .upper-block .right-block button .icon-copy{mask:url(/assets/icons/copy.svg) no-repeat center / contain;-webkit-mask:url(/assets/icons/copy.svg) no-repeat center / contain}.c-table-with-front-filters .upper-block .right-block button .icon-remove-filters{mask:url(/assets/icons/remove-filters.svg) no-repeat center / contain;-webkit-mask:url(/assets/icons/remove-filters.svg) no-repeat center / contain}.c-table-with-front-filters table{overflow-x:auto}.c-table-with-front-filters table thead .header-groups-row th{text-align:center;font-size:1.3rem;font-weight:700;padding:10px 8px;border-radius:6px 6px 0 0;white-space:nowrap;border:none;border-right:none;border-left:none}.c-table-with-front-filters table thead .header-groups-row th.header-group--filled{background:#1b2a4a;color:#fff}.c-table-with-front-filters table thead .header-groups-row th.header-group--light{background:transparent;color:#1b2a4a;box-shadow:inset 0 0 0 2px #1b2a4a;clip-path:inset(-2px -2px 0 -2px)}.c-table-with-front-filters table thead .header-groups-row th.header-group--empty{background:transparent;box-shadow:none;border-top-left-radius:0;border-top-right-radius:0}.c-table-with-front-filters table thead th{font-weight:700}.c-table-with-front-filters table thead th>div{display:flex;align-items:center}.c-table-with-front-filters table thead th>div .title{flex:1;text-align:center}.c-table-with-front-filters table thead th>div .sort{color:var(--octo-color-semantic-text-inverted);cursor:pointer}.c-table-with-front-filters table thead th>div .sort span{width:15px;display:inline-block;line-break:anywhere}.c-table-with-front-filters table tbody input[type=search],.c-table-with-front-filters table tbody select{height:29px;width:100%;min-width:0;box-sizing:border-box}.c-table-with-front-filters table tbody .multi-select{width:100%;min-width:0}.c-table-with-front-filters table tbody .multi-select .octopod-multi-select__control{min-width:0}.c-table-with-front-filters table tbody .multi-select .octopod-multi-select__menu{z-index:1000;text-align:left}.c-table-with-front-filters table tfoot tr td nav ul{display:flex;flex-flow:row nowrap;align-items:center;margin-left:1rem;justify-content:flex-start;color:var(--octo-color-semantic-text-inverted)}.c-table-with-front-filters table tfoot tr td nav ul li button{width:25px;height:25px;margin:0 .3rem;background-color:transparent;color:inherit;font-size:1.3rem;cursor:pointer}.c-table-with-front-filters table tfoot tr td nav ul li button:disabled{color:var(--octo-color-semantic-text-disabled);cursor:default}.c-table-with-front-filters table tfoot tr td nav ul li button:focus:not(:disabled),.c-table-with-front-filters table tfoot tr td nav ul li button:hover:not(:disabled),.c-table-with-front-filters table tfoot tr td nav ul li button.selected{color:var(--octo-color-semantic-text-default);background-color:var(--octo-color-semantic-background-default);border-radius:99px;font-weight:800;font-size:1.5rem;cursor:pointer}.c-table-with-front-filters.has-header-groups .upper-block .left-block{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.c-table-basic table{width:100%;overflow-x:auto}.c-table-basic table thead th{font-weight:700}.c-table-basic a{font-weight:600;text-decoration:none;color:var(--octo-color-semantic-text-activeDefault);transition:color .2s ease-in-out}.c-table-basic a:hover,.c-table-basic a:focus{cursor:pointer;text-decoration:underline;color:var(--octo-color-semantic-text-default)}.c-table-basic .status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;border:2px solid var(--octo-color-primitive-main-750);margin-right:.4rem;vertical-align:middle;margin-top:-2px}.c-table-basic .status-dot.status-dot--active{background-color:var(--octopod-green);border-color:var(--octopod-green)}.c-table-basic .status-dot.status-dot--inactive{background-color:transparent}.c-table-basic .action-link img,.c-table-basic .action-button img,.c-table-basic .action-disabled img{width:16px;height:16px}.c-table-basic .action-link,.c-table-basic .action-button,.c-table-basic .action-disabled{margin:0 .25rem}.c-table-basic .action-disabled{opacity:.35;cursor:not-allowed}.c-button{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:2.5em;padding:.2rem 1.6rem;border-width:.1rem;border-style:solid;border-radius:1.5em;font-weight:600;font-variant:normal;cursor:pointer;text-decoration:none;box-sizing:border-box;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;gap:.5rem}.c-button.primary{background-color:var(--octo-color-semantic-background-interactiveMain);border:2px solid var(--octo-color-semantic-border-main);color:var(--octo-color-semantic-text-inverted)}.c-button.primary img.color-from-black{filter:invert(98%) sepia(7%) saturate(161%) hue-rotate(229deg) brightness(116%) contrast(100%)}.c-button.primary .icon{background-color:var(--octo-color-semantic-background-default)}.c-button.primary:hover:not([disabled]):not([aria-disabled=true]),.c-button.primary:focus-visible:not([disabled]):not([aria-disabled=true]){background-color:var(--octo-color-semantic-background-default);border:2px solid var(--octo-color-semantic-border-focus);color:var(--octo-color-semantic-text-default);text-decoration:none}.c-button.primary:hover:not([disabled]):not([aria-disabled=true]) img.color-from-black,.c-button.primary:focus-visible:not([disabled]):not([aria-disabled=true]) img.color-from-black{filter:invert(10%) sepia(21%) saturate(7161%) hue-rotate(212deg) brightness(97%) contrast(96%)}.c-button.primary:hover:not([disabled]):not([aria-disabled=true]) .icon,.c-button.primary:focus-visible:not([disabled]):not([aria-disabled=true]) .icon{background-color:var(--octo-color-semantic-background-interactiveMain)}.c-buttonbutton:hover:not([disabled]):not([aria-disabled=true]),.c-button button:focus:focus-visible:not([disabled]):not([aria-disabled=true]){cursor:pointer;text-decoration:underline;color:var(--octo-color-semantic-text-default)}.c-buttonbutton:hover:not([disabled]):not([aria-disabled=true]) .icon,.c-button button:focus:focus-visible:not([disabled]):not([aria-disabled=true]) .icon{background-color:var(--octo-color-semantic-background-interactiveMain)}.c-button.secondary:hover:not([disabled]):not([aria-disabled=true]),.c-button.secondary:focus-visible:not([disabled]):not([aria-disabled=true]){background-color:var(--octo-color-semantic-background-interactiveMain);border:2px solid var(--octo-color-semantic-border-main);color:#fff;text-decoration:none}.c-button.secondary:hover:not([disabled]):not([aria-disabled=true]) .icon,.c-button.secondary:focus-visible:not([disabled]):not([aria-disabled=true]) .icon{background-color:#fff}.c-button.white{background-color:var(--octo-color-semantic-background-default);color:var(--octo-color-semantic-text-default);border:2px solid var(--octo-color-semantic-border-main)}.c-button.white img.color-from-black{filter:invert(10%) sepia(21%) saturate(7161%) hue-rotate(212deg) brightness(97%) contrast(96%)}.c-button.white .icon{background-color:var(--octo-color-semantic-background-interactiveMain)}.c-button.white:hover:not([disabled]):not([aria-disabled=true]),.c-button.white:focus-visible:not([disabled]):not([aria-disabled=true]){background-color:var(--octo-color-semantic-background-interactiveMain);color:var(--octo-color-semantic-text-inverted);border:2px solid var(--octo-color-semantic-border-focus);text-decoration:none}.c-button.white:hover:not([disabled]):not([aria-disabled=true]) img.color-from-black,.c-button.white:focus-visible:not([disabled]):not([aria-disabled=true]) img.color-from-black{filter:invert(98%) sepia(7%) saturate(161%) hue-rotate(229deg) brightness(116%) contrast(100%)}.c-button.white:hover:not([disabled]):not([aria-disabled=true]) .icon,.c-button.white:focus-visible:not([disabled]):not([aria-disabled=true]) .icon{background-color:var(--octo-color-semantic-background-default)}.c-button.transparent{background-color:transparent;color:var(--octo-color-semantic-text-default);border:2px solid transparent}.c-button.transparent .icon{background-color:var(--octo-color-semantic-background-interactiveMain)}.c-button.transparent:hover:not([disabled]):not([aria-disabled=true]),.c-button.transparent:focus-visible:not([disabled]):not([aria-disabled=true]){background-color:var(--octo-color-semantic-background-interactiveMain);color:var(--octo-color-semantic-text-inverted);border:2px solid var(--octo-color-semantic-border-focus);text-decoration:none}.c-button.transparent:hover:not([disabled]):not([aria-disabled=true]) .icon,.c-button.transparent:focus-visible:not([disabled]):not([aria-disabled=true]) .icon{background-color:var(--octo-color-semantic-background-default)}.c-button:disabled,.c-button[aria-disabled=true]{cursor:not-allowed;border-color:var(--octo-color-semantic-background-interactiveDisabled);background-color:var(--octo-color-semantic-background-interactiveDisabled);color:var(--octo-color-semantic-text-default)}.c-button:disabled img.color-from-black,.c-button[aria-disabled=true] img.color-from-black{filter:invert(98%) sepia(7%) saturate(161%) hue-rotate(229deg) brightness(116%) contrast(100%)}.c-button:disabled .icon,.c-button[aria-disabled=true] .icon{background-color:var(--octo-color-semantic-background-default)}.c-button .icon{display:inline-block;height:26px;width:26px}.p-turnover-breakdown-to-lock{display:flex;flex-direction:column;gap:1rem}.p-turnover-breakdown-to-lock div.buttons-container{display:flex;gap:2rem}.p-turnover-breakdown-to-lock button{transition:color .2s ease-in-out}.p-turnover-breakdown-to-lock button img.icon{margin-left:1rem;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(280deg) brightness(104%) contrast(101%)}.p-turnover-breakdown-to-lock button:hover:not(:disabled) img.icon,.p-turnover-breakdown-to-lock button:focus:focus-visible:not(:disabled) img.icon{filter:brightness(0) saturate(100%) invert(8%) sepia(78%) saturate(2282%) hue-rotate(211deg) brightness(111%) contrast(95%)}.p-turnover-breakdown-to-lock .c-input-date-month{margin-bottom:6rem}.p-turnover-breakdown-to-lock .c-table-with-front-filters table{width:100%}.loading-page{width:100%;display:flex;height:80vh;align-items:center;justify-content:center}.edit-button-icon{margin-left:.5rem}.p-changes{display:flex;flex-direction:column}.p-changes div.header{display:flex;width:100%;flex-direction:column;gap:1rem;margin-bottom:2rem}.p-changes a.change-page{font-size:1.4rem}.p-changes div.change-form{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;align-items:flex-end;gap:1rem;margin-top:1rem}.p-changes div.change-form div.c-input-date-month{width:30rem}.p-changes div.change-form div.c-input-date-month div.container{width:auto}.p-changes div.change-form .selector-with-label{margin-bottom:-1px}.p-changes div.change-form button.c-button.primary,.p-changes div.change-form button.c-button.white{height:3.8rem}.p-changes .spinner.save{margin-top:2rem}.p-changes .label-change-input-number{display:flex;flex-direction:column;margin-bottom:1rem}.p-changes input.input-number{margin-top:1rem;color:var(--octo-color-semantic-text-default);padding-left:2rem;display:flex;flex-direction:column;width:30rem;min-height:3.8rem;align-items:stretch;justify-content:space-between;box-sizing:border-box;border:solid .1rem var(--octo-color-semantic-border-main);border-radius:1.25em;font-weight:400;font-variant:normal;cursor:text;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;font-family:outfit,sans-serif;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:.05em;font-size:1.4rem;background-color:var(--octo-color-semantic-background-default)}.p-changes input.input-number:disabled{background-color:var(--octo-color-semantic-background-interactiveDisabled);color:var(--octo-color-semantic-text-default);cursor:not-allowed}.p-changes .type-of-change-selector,.p-changes .change-value-selector{min-width:30rem;color:var(--octo-color-semantic-text-default);margin-top:1rem;height:3.9rem}.p-changes .type-of-change-selector>div,.p-changes .change-value-selector>div{color:var(--octo-color-semantic-text-default);border:solid .1rem var(--octo-color-semantic-border-main);border-radius:1.25em;font-weight:400;font-variant:normal;cursor:text;font-family:outfit,sans-serif;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:.05em;font-size:1.4rem;background-color:var(--octo-color-semantic-background-default)}.p-changes .type-of-change-selector div.type-of-change-selector__option:first-child,.p-changes .type-of-change-selector div.change-value-selector__option:first-child,.p-changes .change-value-selector div.type-of-change-selector__option:first-child,.p-changes .change-value-selector div.change-value-selector__option:first-child{border-top-right-radius:1.25em;border-top-left-radius:1.25em}.p-changes .type-of-change-selector div.type-of-change-selector__option:last-child,.p-changes .type-of-change-selector div.change-value-selector__option:last-child,.p-changes .change-value-selector div.type-of-change-selector__option:last-child,.p-changes .change-value-selector div.change-value-selector__option:last-child{border-bottom-right-radius:1.25em;border-bottom-left-radius:1.25em}.p-changes .type-of-change-selector div[class^=type-of-change-selector_],.p-changes .type-of-change-selector div[class^=change-value-selector_],.p-changes .change-value-selector div[class^=type-of-change-selector_],.p-changes .change-value-selector div[class^=change-value-selector_]{color:var(--octo-color-semantic-text-default)}.p-changes .unknown-input{width:30rem}.p-changes div.container{width:100%}.p-changes div.container>div{width:50%}.p-changes div.container>div.person-detail{display:table;background-color:var(--octo-color-primitive-main-50)}.p-changes button{transition:color .2s ease-in-out}.p-changes button img.icon{margin-left:1rem;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(280deg) brightness(104%) contrast(101%)}.p-changes button:hover:not(:disabled) img.icon,.p-changes button:focus:focus-visible:not(:disabled) img.icon{filter:brightness(0) saturate(100%) invert(8%) sepia(78%) saturate(2282%) hue-rotate(211deg) brightness(111%) contrast(95%)}.p-changes .c-table-with-front-filters{margin-top:2rem}.p-changes .c-table-with-front-filters table{width:100%}.p-changes .c-table-with-front-filters table thead tr th:nth-child(5){width:-moz-fit-content;width:fit-content}.p-changes .c-table-with-front-filters table tbody tr td:nth-child(1) div.c-input-date-month{min-width:14rem}.p-changes .c-table-with-front-filters table tbody tr td:nth-child(1) div.c-input-date-month input-date-month-content{width:14rem}.p-changes .c-table-with-front-filters table tbody tr td:nth-child(5){width:-moz-fit-content;width:fit-content}.p-changes .c-table-with-front-filters table tbody tr td .c-input-date-month .container{width:-moz-fit-content;width:fit-content}.p-changes .c-table-with-front-filters table tbody tr td .c-input-date-month div.input-date-month-content{margin-top:0;width:14rem}.p-changes .c-table-with-front-filters table tbody tr td:last-child{display:flex;gap:1rem;place-items:center}.p-changes .c-table-with-front-filters table tbody tr td:last-child button:nth-child(1){width:11rem}.p-changes .c-table-with-front-filters table tbody tr td:last-child button:nth-child(2){width:12rem}.p-changes .c-table-with-front-filters table tbody tr td:last-child span.spinner{height:2.5em;width:2.5em}.p-changes .c-table-with-front-filters table tbody tr td:last-child span.spinner:after{width:6px;height:6px}.p-changes .c-table-with-front-filters table .input-number{width:auto;min-width:23rem;margin-top:0;margin-bottom:0}.p-changes .c-table-with-front-filters table .change-value-selector{min-width:20rem;margin-top:0}.p-changes a.change-page{display:block}.p-changes .head-band{display:flex;flex-direction:column;border-radius:2rem;background-color:var(--octo-color-semantic-background-interactiveMain);color:var(--octo-color-semantic-text-inverted);padding:2rem}.p-changes .head-band.shimmer{padding:0;width:100%;height:20rem;border:.1rem solid var(--octo-color-semantic-border-subtle);background-color:transparent}.p-changes .head-band .header-content{display:flex;justify-content:space-between}.p-changes .head-band ul{display:grid;grid-template-columns:repeat(3,33%);gap:2rem}.p-changes .head-band ul li{display:flex;justify-content:start;align-items:center;gap:.6rem}.spinner{width:48px;height:48px;border-radius:50%;display:inline-block;position:relative;border:2px solid var(--octo-color-semantic-border-main);box-sizing:border-box;animation:rotation 1s linear infinite}.spinner:after{content:"";margin:2px;box-sizing:border-box;position:absolute;left:4px;top:4px;border:1px solid var(--octo-color-primitive-accent-500);background-color:var(--octo-color-primitive-accent-500);width:12px;height:12px;border-radius:50%}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.p-changes-history{display:flex;flex-direction:column;gap:1rem;width:-moz-fit-content;width:fit-content;min-width:90rem;margin:0 auto}.p-changes-history .changes-history-period{display:flex;flex-direction:row;align-items:center;gap:2rem;flex-wrap:wrap}.p-changes-history .changes-history-period .changes-history-period-picker{display:flex;flex-direction:row;align-items:center;gap:.8rem}.p-changes-history .changes-history-period .changes-history-period-picker span{font-weight:600;white-space:nowrap}.p-changes-history .c-table-with-filters,.p-changes-history .c-table-with-filters table{width:100%}.p-changes-history .c-table-with-filters td.center a{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border-radius:4px;transition:background-color .15s ease,outline .15s ease}.p-changes-history .c-table-with-filters td.center a img{display:block}.p-changes-history .c-table-with-filters td.center a:hover{background-color:color-mix(in srgb,currentColor 10%,transparent)}.p-changes-history .c-table-with-filters td.center a:focus-visible{outline:2px solid currentColor;outline-offset:2px}.c-table-with-filters .c-table-with-filters-header{display:flex;align-items:center;justify-content:space-between;min-height:33px;margin-bottom:0}.c-table-with-filters .c-table-with-filters-header .left-block{display:inline-block}.c-table-with-filters .c-table-with-filters-header .left-block .number-items{font-size:1.5rem}.c-table-with-filters .c-table-with-filters-header .right-block{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.c-table-with-filters .c-table-with-filters-header .right-block .global-search-block input{width:250px;height:33px;box-sizing:border-box;border-radius:99px;padding-left:1rem;padding-right:1rem;color:var(--octo-color-semantic-text-default);border-color:var(--octo-color-semantic-border-main);border-style:solid;margin-left:.5rem}.c-table-with-filters table{overflow-x:auto}.c-table-with-filters table thead th{font-weight:700}.c-table-with-filters table thead .column-content .column-content-title{flex:1;text-align:center}.c-table-with-filters table thead .sort{color:var(--octo-color-semantic-text-inverted);cursor:pointer}.c-table-with-filters table thead .sort span{width:15px;display:inline-block;line-break:anywhere}.c-table-with-filters table tbody input[type=search],.c-table-with-filters table tbody select{height:29px;width:100%;min-width:0;box-sizing:border-box}.c-table-with-filters table tbody tr.first-row-after-group td{border-top:1px solid var(--octo-color-semantic-border-main, #333)}.c-table-with-filters table tfoot tr td nav ul{display:flex;flex-flow:row nowrap;align-items:center;margin-left:1rem;justify-content:flex-start;color:var(--octo-color-semantic-text-inverted)}.c-table-with-filters table tfoot tr td nav ul li button{width:25px;height:25px;margin:0 .3rem;background-color:transparent;color:inherit;font-size:1.3rem;cursor:pointer}.c-table-with-filters table tfoot tr td nav ul li button:disabled{color:var(--octo-color-semantic-text-disabled);cursor:default}.c-table-with-filters table tfoot tr td nav ul li button:focus:not(:disabled),.c-table-with-filters table tfoot tr td nav ul li button:hover:not(:disabled),.c-table-with-filters table tfoot tr td nav ul li button.selected{color:var(--octo-color-semantic-text-default);background-color:var(--octo-color-semantic-background-default);border-radius:99px;font-weight:800;font-size:1.5rem;cursor:pointer}.c-table-with-filters button .icon-copy{mask:url(/assets/icons/copy.svg) no-repeat center / contain;-webkit-mask:url(/assets/icons/copy.svg) no-repeat center / contain}.c-table-with-filters button .icon-remove-filters{mask:url(/assets/icons/remove-filters.svg) no-repeat center / contain;-webkit-mask:url(/assets/icons/remove-filters.svg) no-repeat center / contain}.c-table-with-filters .c-table-with-filters-table-wrapper{width:100%;max-width:100%;overflow-x:auto}.c-table-with-filters .c-table-with-filters-table-wrapper table{min-width:100%}.c-table-with-filters tbody td .multi-select{width:100%;min-width:0}.c-table-with-filters tbody td .octopod-multi-select__control{min-width:0}.c-table-with-filters tbody td .octopod-multi-select__menu{z-index:1000;text-align:left}.c-table-with-filters.is-fetch-with-filters .c-table-with-filters-table-wrapper{width:100%;overflow-x:auto;min-height:400px;position:relative}.c-table-with-filters.is-fetch-with-filters.is-loading .c-table-with-filters-table-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff4d;pointer-events:none;z-index:10}.c-table-with-filters.is-fetch-with-filters table{width:100%;table-layout:fixed}.c-table-with-filters.is-fetch-with-filters tbody td input[type=search]{width:100%;min-width:0;box-sizing:border-box}.alert{width:80%;justify-self:center;font-size:1.4rem;font-family:outfit,sans-serif;display:flex;color:var(--octo-color-semantic-text-default);flex-direction:row;justify-content:space-between;position:fixed;margin-top:0rem;margin-bottom:1rem;border-radius:2rem;top:9rem;padding:1rem 2rem;z-index:2222}.alert.alert-error{background:var(--octo-color-semantic-background-systemErrorSubtle)}.alert.alert-success{background:#adf1ad}.alert p{margin:0}.alert .close{color:var(--octo-color-semantic-text-default);cursor:pointer;font-family:outfit,sans-serif;margin-right:10px}.p-activity-report a:link:not(.c-cta){text-decoration:none;color:var(--octo-color-semantic-text-activeDefault);transition:color .2s ease-in-out}.p-activity-report a:hover:not(.c-cta){cursor:pointer;text-decoration:underline;color:var(--octo-color-semantic-text-default)}.p-activity-report h2{font-weight:500}.p-activity-report h3{font-family:Outfit;font-weight:600;font-style:SemiBold;font-size:2.4rem;line-height:100%;letter-spacing:.8px}.p-activity-report h3.comments-title{margin-top:3rem}.p-activity-report h4{font-size:1.8rem}.p-activity-report h4.accordion-title div{display:flex;flex-direction:row;align-items:flex-end;align-content:flex-start;flex-wrap:wrap}.p-activity-report .c-table-with-filters table:not(:has(tfoot)){border-bottom:1px solid var(--octo-color-semantic-border-main);border-bottom-left-radius:11px;border-bottom-right-radius:11px}.p-activity-report .c-table-with-filters table:not(:has(tfoot)) tbody:has(tr.tr-main) :nth-last-child(1 of.tr-main) th:first-child,.p-activity-report .c-table-with-filters table:not(:has(tfoot)) tbody:has(tr.tr-main) :nth-last-child(1 of.tr-main) td:first-child{border-bottom-left-radius:1rem}.p-activity-report .c-table-with-filters table:not(:has(tfoot)) tbody:has(tr.tr-main) :last-child th:first-child,.p-activity-report .c-table-with-filters table:not(:has(tfoot)) tbody:has(tr.tr-main) :last-child td:first-child{border-bottom-left-radius:0}.p-activity-report .c-table-with-filters table:not(:has(tfoot)) tbody:not(:has(tr.tr-main)) tr:last-child td{border-bottom:0}.p-activity-report .activity-report-header{display:flex;flex-direction:column;margin-bottom:2rem;justify-content:space-between;flex-direction:row;align-items:center}.p-activity-report .activity-report-header h1{margin-bottom:10px}.p-activity-report .activity-report-header span{font-size:2rem}.p-activity-report .activity-report-header a{font-size:14px}.p-activity-report .container-filter{width:auto;margin:3rem 0;border-radius:1.25em;box-sizing:border-box;border:.1rem solid var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-primitive-main-50);padding:2rem;flex-direction:row;align-items:center;justify-content:space-between}.p-activity-report .container-filter .container-date-month{display:flex;flex-wrap:wrap;gap:2rem;flex-direction:row;align-items:center}.p-activity-report .container-filter .container-date-month .c-input-date-month{margin:0}.p-activity-report .container-filter .container-date-month .c-input-date-month label{width:-moz-fit-content;width:fit-content}.p-activity-report .container-filter .container-date-month .c-input-date-month .container{display:flex;justify-content:center;align-items:center;gap:1rem}.p-activity-report .container-filter .container-date-month .c-input-date-month .container .input-date-month-content{width:20rem;margin-top:0rem}.p-activity-report .container-filter .container-date-month .c-input-search-people{flex-direction:row;justify-content:space-between;align-items:center;width:42rem;margin-bottom:0}.p-activity-report .container-filter .container-date-month .c-input-search-people label{margin-bottom:0}.p-activity-report .container-filter .container-date-month .c-input-search-people .search-content{width:25rem}.p-activity-report .container-indicators{margin-top:1rem}.p-activity-report .container-indicators .indicators-header{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin-bottom:2.5rem}.p-activity-report .container-indicators .indicators-header>div{display:flex;flex-direction:column;align-items:center;width:350px;border-radius:1.25em;box-sizing:border-box;border:.1rem solid var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-primitive-main-50);padding:1.5rem}.p-activity-report .container-indicators .indicators-header>div dt:not(.secondary-indicator){font-weight:500;margin-bottom:1rem}.p-activity-report .container-indicators .indicators-header>div dd:not(.secondary-indicator){color:var(--octo-color-semantic-text-activeDefault);font-weight:700;margin:0}.p-activity-report .container-indicators .indicators-header>div:last-child{flex-direction:row;gap:2rem}.p-activity-report .container-indicators .indicators-header>div:last-child>div:first-child{display:flex;flex-direction:column;align-items:center}.p-activity-report .container-indicators .indicators-header>div:last-child .secondary-indicator{display:inline-block;font-size:14px}.p-activity-report .container-indicators .indicators-header>div:last-child dd.secondary-indicator{margin-left:5px}.p-activity-report .container-indicators .indicators-mainBlock{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:6rem;margin-bottom:4rem}.p-activity-report .container-indicators .indicators-mainBlock .chart-container{width:calc(50% - 3rem);min-width:510px;overflow:hidden}.p-activity-report .container-indicators .indicators-mainBlock .chart-container.shimmer{padding:0;height:20rem;border:.1rem solid var(--octo-color-semantic-border-subtle);background-color:transparent;width:100%;border-radius:1.25em}.p-activity-report .container-indicators .indicators-mainBlock>table{width:calc(50% - 3rem);min-width:510px;box-sizing:border-box;margin-top:0;font-size:16px}.p-activity-report .container-indicators .indicators-mainBlock>table thead tr{background-color:transparent}.p-activity-report .container-indicators .indicators-mainBlock>table thead tr :not(:first-child){background-color:var(--octo-color-primitive-main-50);border-top:.1rem solid var(--octo-color-semantic-border-subtle)}.p-activity-report .container-indicators .indicators-mainBlock>table thead tr :nth-child(2){border-top-left-radius:1.25em;border-left:.1rem solid var(--octo-color-semantic-border-subtle)}.p-activity-report .container-indicators .indicators-mainBlock>table thead tr :last-child{border-top-right-radius:1.25em;border-right:.1rem solid var(--octo-color-semantic-border-subtle)}.p-activity-report .container-indicators .indicators-mainBlock>table thead tr th{text-align:center;font-weight:400;font-size:12px;padding-top:1rem;padding-bottom:1rem;color:var(--octo-color-semantic-text-default);border-color:var(--octo-color-semantic-border-subtle);border-bottom:0}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr{background-color:var(--octo-color-primitive-main-50)}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr:first-child{border-top-left-radius:1.25em}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr:first-child td:first-child{border-top-left-radius:1.25em}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr:last-child{border-bottom-left-radius:1.25em;border-bottom-right-radius:1.25em}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr:last-child td{border-bottom:.1rem solid var(--octo-color-semantic-border-subtle)}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr:last-child td:first-child{border-bottom-left-radius:1.25em}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr:last-child td:last-child{border-bottom-right-radius:1.25em}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr td{padding-top:1rem;padding-bottom:1rem;border-left:0;border-right:0;border-top:.1rem solid var(--octo-color-semantic-border-subtle)}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr td:first-child{font-weight:600;padding-left:2rem;border-left:.1rem solid var(--octo-color-semantic-border-subtle)}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr td:nth-child(2),.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr td:nth-child(3){font-weight:600;color:var(--octo-color-semantic-text-activeDefault);text-align:center}.p-activity-report .container-indicators .indicators-mainBlock>table tbody tr td:last-child{text-align:center;border-right:.1rem solid var(--octo-color-semantic-border-subtle)}.p-activity-report .billable-activities-report{border-color:var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-semantic-background-default)}.p-activity-report .billable-activities-report summary div.controls{align-self:baseline}.p-activity-report .billable-activities-report>div table thead tr th:nth-last-child(2) .column-content,.p-activity-report .billable-activities-report>div table thead tr th:last-child .column-content{justify-content:center}.p-activity-report .billable-activities-report>div table tbody tr td:nth-last-child(2),.p-activity-report .billable-activities-report>div table tbody tr td:last-child{text-align:center}.p-activity-report .not-billable-activities-report{border-color:var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-semantic-background-default)}.p-activity-report .not-billable-activities-report summary div.controls{align-self:baseline}.p-activity-report .absence-report{border-color:var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-semantic-background-default)}.p-activity-report .absence-report summary div.controls{align-self:baseline}.p-activity-report .absence-report>div table tbody tr td{height:3rem}.p-activity-report .comments-title{margin-top:4rem}.p-activity-report .periods-comments-accordion{border-color:var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-semantic-background-default)}.p-activity-report .periods-comments-accordion .indent-comment{margin-left:2rem}.p-activity-report .c-table-with-filters.full-width-table table{width:100%}.p-activity-report .days-count{height:2.4rem;margin-left:1rem;align-items:center;color:var(--octo-color-semantic-text-activeDefault);font-size:1.8rem;vertical-align:middle}@media (max-width: 1040px){.p-activity-report .activity-report-header{flex-direction:column}.p-activity-report .container-date-month{flex-direction:column;gap:0;align-items:start;justify-content:center}.p-activity-report .values-header{display:flex;gap:1rem;flex-direction:column;align-items:end}}.c-table-with-sub-categories table{overflow-x:auto;border-bottom:1px solid var(--octo-color-semantic-border-main);border-radius:1rem;width:100%;table-layout:fixed}.c-table-with-sub-categories table thead th{font-weight:700;text-align:center}.c-table-with-sub-categories table tbody tr:first-child :first-child{font-weight:700;font-size:1.5rem;border-top:0}.c-table-with-sub-categories table tbody tr.first-row-after-group td{border-top:1px solid var(--octo-color-semantic-border-main, #333)}.c-table-with-sub-categories table tbody tr.first-row-after-group :first-child,.c-table-with-sub-categories table tbody tr.total-line{font-weight:700;font-size:1.5rem}.c-table-with-sub-categories table tbody tr.total-line th{vertical-align:top;padding-top:.5rem;border-top:1px solid var(--octo-color-semantic-border-main);background-color:var(--octo-color-semantic-background-default)}.c-table-with-sub-categories table tbody tr.total-line td{background-color:var(--octo-color-primitive-main-300);font-weight:700;height:3rem}.c-table-with-sub-categories table tbody tr:not(.total-line) td{border-left:0;height:3rem;border-bottom:0}.c-table-with-sub-categories table tbody tr.last-group th{border-bottom-left-radius:1rem}.c_tace_chart{padding:2.4rem;width:100%;box-sizing:border-box;border-radius:1.25em;border:.1rem solid var(--octo-color-semantic-border-subtle);background-color:var(--octo-color-primitive-main-50)}.c_tace_chart .chart-wrapper{margin-bottom:2rem}.c_tace_chart .chart-wrapper .MuiChartsLegend-root{justify-content:center;margin-bottom:2rem}.c_tace_chart .chart-wrapper .MuiChartsLegend-root .MuiChartsLabelMark-square,.c_tace_chart .chart-wrapper .MuiChartsLegend-root .MuiChartsLegend-mark{height:20px;width:20px}.c_tace_chart .chart-wrapper .MuiChartsLegend-root .MuiChartsLegend-label{color:var(--octo-color-semantic-text-default);font-size:1.6rem;letter-spacing:.05em;font-weight:700}.c_tace_chart .table-chart-container .table-label dl{display:flex;flex-direction:column;gap:1rem}.c_tace_chart .table-chart-container .table-label dl span{display:flex}.c_tace_chart .table-chart-container .table-label dl span dt{font-weight:700;margin-right:.5rem}.c_tace_chart .table-chart-container .table-accessible-container{max-height:40rem;overflow:auto;margin-top:1rem}.c_tace_chart .table-chart-container .table-accessible-container table{width:100%}.c_tace_chart .table-chart-container .table-accessible-container table th{padding:1.2rem}.c_tace_chart .table-chart-container .table-accessible-container table thead{position:sticky;top:0}.c_tace_chart .table-chart-container .table-accessible-container table tbody tr th{padding:1.2rem;border-left:1px solid var(--octo-color-semantic-border-main)}.c_tace_chart .table-chart-container .table-accessible-container table tbody tr th:last-child{border-right-color:var(--octo-color-semantic-border-main)}.c_tace_chart .table-chart-container .table-accessible-container table tbody tr td{padding:1.2rem;color:var(--octo-color-semantic-text-default)}.c_tace_chart .table-chart-container .table-accessible-container table tbody tr td.tace_row{border-left:1px solid var(--octo-color-semantic-border-main)}.MuiChartsTooltip-root .MuiChartsTooltip-paper{border-radius:12px}.MuiChartsTooltip-root .MuiChartsTooltip-table{margin-top:0}.MuiChartsTooltip-root .MuiChartsTooltip-table caption{color:var(--octo-color-semantic-text-default);font-size:1.25rem;letter-spacing:.05em;font-weight:700;text-align:center}.MuiChartsTooltip-root .MuiChartsTooltip-table th,.MuiChartsTooltip-root .MuiChartsTooltip-table td{color:var(--octo-color-semantic-text-default);font-size:1.25rem}.MuiChartsTooltip-root .MuiChartsTooltip-table td{border:0}.p-billable-projects a:not(.c-cta){font-weight:400;color:var(--octo-color-semantic-text-activeDefault);text-decoration:none;transition:color .2s ease-in-out}.p-billable-projects a:not(.c-cta):hover,.p-billable-projects a:not(.c-cta):focus{color:var(--octo-color-semantic-text-activeHover);text-decoration:none;cursor:pointer}.c-old-projects-warning{margin-top:1rem;padding:.8rem 1rem;border:1px solid #ddd;background:var(--octo-color-primitive-main-50);display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.c-old-projects-warning span{flex:1}.p-billable-projects table td:nth-child(1),.p-billable-projects table tbody th:nth-child(1),.p-billable-projects table td:nth-child(2),.p-billable-projects table td:nth-child(7),.p-billable-projects table td:nth-child(8),.p-billable-projects table td:nth-child(9),.p-billable-projects table td:nth-child(10),.p-billable-projects table td:nth-child(11),.p-billable-projects table td:nth-child(12),.p-billable-projects table td:nth-child(13),.p-billable-projects table td:nth-child(14){text-align:center}.p-billable-projects table td:nth-child(6){text-align:right}.p-projects-with-turnover-to-breakdown{display:flex;flex-direction:column;gap:1rem;width:-moz-fit-content;width:fit-content;min-width:100rem;margin:0 auto}.p-projects-with-turnover-to-breakdown .c-table-with-front-filters,.p-projects-with-turnover-to-breakdown .c-table-with-front-filters table{width:100%}.p-projects-with-turnover-to-breakdown .c-table-with-front-filters table td:nth-child(8){text-align:right}.p-projects-with-turnover-to-breakdown .c-input-date-month{margin:0}.p-projects-with-turnover-to-breakdown .c-input-date-month label{width:-moz-fit-content;width:fit-content}.p-projects-with-turnover-to-breakdown .c-input-date-month .container{display:flex;justify-content:start;align-items:center;gap:1rem}.p-projects-with-turnover-to-breakdown .c-input-date-month .container .input-date-month-content{width:20rem;margin-top:0rem}.p-projects-with-turnover-to-breakdown a{font-weight:600;color:var(--octo-color-semantic-text-activeDefault);text-decoration:none;transition:color .2s ease-in-out}.p-projects-with-turnover-to-breakdown a:hover,.p-projects-with-turnover-to-breakdown a:focus{color:var(--octo-color-semantic-text-activeHover);text-decoration:none;cursor:pointer}.p-internal-projects{display:flex;flex-direction:column;gap:1rem;width:100%;margin:0 auto}.p-internal-projects a{font-weight:600;color:var(--octo-color-semantic-text-activeDefault);text-decoration:none;transition:color .2s ease-in-out}.p-internal-projects a:hover,.p-internal-projects a:focus{color:var(--octo-color-semantic-text-activeHover);text-decoration:none;cursor:pointer}.p-internal-projects .c-table-with-front-filters,.p-internal-projects .c-table-with-front-filters table{width:100%}.p-internal-projects .c-table-with-front-filters table td:nth-child(1),.p-internal-projects .c-table-with-front-filters table td:nth-child(3),.p-internal-projects .c-table-with-front-filters table td:nth-child(4){text-align:center}.p-internal-projects .c-table-with-front-filters table td:nth-child(5){text-align:right}.p-sectors{display:flex;flex-direction:column;gap:1rem;width:-moz-fit-content;width:fit-content;min-width:80rem;margin:0 auto}.p-sectors .c-table-with-filters,.p-sectors .c-table-with-filters table{width:100%}.p-sectors table td:nth-child(3){text-align:center}.p-customer-groups{display:flex;flex-direction:column;gap:1rem;width:-moz-fit-content;width:fit-content;min-width:30rem;margin:0 auto}.p-customer-groups .c-table-with-front-filters,.p-customer-groups .c-table-with-front-filters table{width:100%}.p-customer-group-show{display:flex;flex-direction:column;gap:1rem;width:-moz-fit-content;width:fit-content;min-width:30rem;margin:0 auto}.p-customer-group-show .page-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.p-customer-group-show .page-header .back-link{font-size:1.4rem}.p-customer-group-show .page-header h1{margin:0}.p-customer-group-show .c-table-with-front-filters,.p-customer-group-show .c-table-with-front-filters table{width:100%}.p-customer-group-show .c-table-with-front-filters table thead th .sort span{white-space:nowrap;width:auto}.p-customers{display:flex;flex-direction:column;gap:1rem;width:-moz-fit-content;width:fit-content;min-width:90rem;margin:0 auto}.p-customers .p-customers__error{color:#c0392b;background-color:#fdecea;border:1px solid #e74c3c;border-radius:.5rem;padding:.75rem 1rem;font-weight:500}.p-customers .c-table-with-front-filters,.p-customers .c-table-with-front-filters table{width:100%}.p-customers .c-table-with-front-filters table td:nth-child(1){text-align:center}.p-customers__dialog{border:1px solid #d9e3ee;border-radius:8px;padding:24px;max-width:480px;width:100%}.p-customers__dialog h2{font-size:1.1rem;margin:0 0 12px}.p-customers__dialog p{margin:0 0 20px;color:#333}.p-customers__dialog .p-customers__dialog-actions{display:flex;gap:12px;justify-content:flex-end}.p-customers__dialog::backdrop{background:#0006}.p-customers .action-button{background:none;border:none;cursor:pointer;padding:0;display:inline-flex;align-items:center}.p-customer-show{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.p-customer-show .p-customer-show__error{color:#c0392b;background-color:#fdecea;border:1px solid #e74c3c;border-radius:.5rem;padding:.75rem 1rem;font-weight:500;width:70%}.p-customer-show .p-customer-show__info{display:flex;flex-direction:column;gap:1.5rem;width:70%}.p-customer-show .p-customer-show__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.p-customer-show .p-customer-show__header h1{margin:0}.p-customer-show .p-customer-show__header .p-customer-show__header-actions{display:flex;align-items:center;gap:12px}.p-customer-show .p-customer-show__header .p-customer-show__header-actions .c-button{font-size:inherit;box-sizing:border-box}.p-customer-show .p-customer-show__dialog{border:1px solid #d9e3ee;border-radius:8px;padding:24px;max-width:480px;width:100%}.p-customer-show .p-customer-show__dialog h2{font-size:1.1rem;margin:0 0 12px}.p-customer-show .p-customer-show__dialog p{margin:0 0 20px;color:#333}.p-customer-show .p-customer-show__dialog .p-customer-show__dialog-actions{display:flex;gap:12px;justify-content:flex-end}.p-customer-show .p-customer-show__dialog::backdrop{background:#0006}.p-customer-show h2{margin-bottom:1rem}.p-customer-show .p-customer-show__info-row{display:flex;flex-direction:row;gap:1.5rem;flex-wrap:wrap;align-items:flex-start;background-color:var(--octo-color-primitive-main-50);border:.1rem solid var(--octo-color-semantic-border-subtle);border-radius:1.25em;padding:1.25rem 1.5rem}.p-customer-show .p-customer-show__info-box{flex:1 1 22rem}.p-customer-show .p-customer-show__info-box dl{margin:0;display:flex;flex-direction:column}.p-customer-show .p-customer-show__info-box--full{flex:1 1 100%;background-color:var(--octo-color-primitive-main-50);border:.1rem solid var(--octo-color-semantic-border-subtle);border-radius:1.25em;padding:1.25rem 1.5rem}.p-customer-show .p-customer-show__info-field{display:flex;margin-bottom:1rem}.p-customer-show .p-customer-show__info-field dt{font-weight:500;min-width:19rem;flex-shrink:0}.p-customer-show .p-customer-show__info-field dt .dt-wrap{max-width:14rem;overflow-wrap:break-word}.p-customer-show .p-customer-show__info-field dd{margin:0}.p-customer-show .p-customer-show__info-field a{color:inherit;text-decoration:underline}.p-customer-show .p-customer-show__billing-grid{display:flex;gap:3rem;flex-wrap:wrap}.p-customer-show .p-customer-show__billing-grid dl{flex:1 1 18rem;margin:0;display:flex;flex-direction:column;gap:.5rem}.p-customer-show .p-customer-show__projects{margin-top:4rem}.p-customer-show .p-customer-show__projects .c-table-with-front filters{width:100%}.p-customer-show .p-customer-show__projects .c-table-with-front filters table{width:100%}.p-customer-show .p-customer-show__info{font-size:1.3rem}.p-customer-show .p-customer-show__empty,.p-customer-show .loading,.p-customer-show .not-found{font-style:italic;margin:0}.p-customer-form{display:flex;flex-direction:column;gap:2rem;width:90rem;margin:0 auto}.p-customer-form form{display:flex;flex-direction:column;gap:2rem}.p-customer-form .form-error-banner{padding:1.2rem 1.6rem;background-color:var(--octo-color-semantic-background-systemErrorSubtle);border:1px solid var(--octo-color-semantic-border-systemError);border-radius:.8rem;color:var(--octo-color-semantic-text-systemError);font-size:1.4rem}.p-customer-form .form-card{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:3rem;column-gap:3rem;row-gap:1.5rem;padding:2rem;background-color:var(--octo-color-semantic-background-subtle);border-radius:1.25em;align-items:start}.p-customer-form .form-card-title{grid-column:1 / -1;font-size:1.6rem;font-weight:600;color:var(--octo-color-semantic-text-default);margin:0;padding:0}.p-customer-form .form-card-column-title{font-size:1.6rem;font-weight:600;color:var(--octo-color-semantic-text-default);margin:0}.p-customer-form fieldset.form-card{border:none;margin:0;min-width:0}.p-customer-form .form-column{display:flex;flex-direction:column;gap:1.5rem}.p-customer-form .form-column h2{font-size:1.6rem;font-weight:600;color:var(--octo-color-semantic-text-default);margin:0}.p-customer-form .required-legend{font-size:1.2rem;font-style:italic;color:var(--octo-color-semantic-text-systemError);margin:0}.p-customer-form .required-legend--spacer{visibility:hidden}.p-customer-form .required-star{color:var(--octo-color-semantic-text-systemError);font-weight:700}.p-customer-form .c-input-search-people{margin-bottom:0}.p-customer-form .form-field{display:flex;flex-direction:column;gap:.5rem}.p-customer-form .form-field label{font-weight:600;font-size:1.4rem;color:var(--octo-color-semantic-text-default)}.p-customer-form .form-field input[type=text],.p-customer-form .form-field input[type=number],.p-customer-form .form-field input[type=tel],.p-customer-form .form-field input[type=email],.p-customer-form .form-field select{color:var(--octo-color-semantic-text-default);padding-left:1.6rem;display:flex;width:100%;min-height:3.8rem;box-sizing:border-box;border:solid .1rem var(--octo-color-semantic-border-main);border-radius:1.25em;font-weight:400;font-family:outfit,sans-serif;font-style:normal;font-size:1.4rem;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.p-customer-form .form-field input[type=text]:focus,.p-customer-form .form-field input[type=number]:focus,.p-customer-form .form-field input[type=tel]:focus,.p-customer-form .form-field input[type=email]:focus,.p-customer-form .form-field select:focus{outline:2px solid var(--octo-color-semantic-border-focus);outline-offset:2px;border-color:var(--octo-color-semantic-border-focus)}.p-customer-form .form-field input[type=text][aria-invalid=true],.p-customer-form .form-field input[type=number][aria-invalid=true],.p-customer-form .form-field input[type=tel][aria-invalid=true],.p-customer-form .form-field input[type=email][aria-invalid=true],.p-customer-form .form-field select[aria-invalid=true]{border-color:var(--octo-color-semantic-border-systemError)}.p-customer-form .form-field input[type=text]:disabled,.p-customer-form .form-field input[type=number]:disabled,.p-customer-form .form-field input[type=tel]:disabled,.p-customer-form .form-field input[type=email]:disabled,.p-customer-form .form-field select:disabled{opacity:.6;cursor:not-allowed}.p-customer-form .form-field select{padding-right:3rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center}.p-customer-form .form-field--checkbox{flex-direction:row;align-items:center;gap:.8rem}.p-customer-form .form-field--checkbox input[type=checkbox]{width:1.8rem;height:1.8rem;cursor:pointer;accent-color:var(--octo-color-semantic-border-focus);flex-shrink:0}.p-customer-form .form-field--checkbox input[type=checkbox]:focus-visible{outline:2px solid var(--octo-color-semantic-border-focus);outline-offset:2px}.p-customer-form .form-field--checkbox label{font-weight:400;cursor:pointer}.p-customer-form .field-hint{font-size:1.2rem;color:var(--octo-color-semantic-text-subtle, #666)}.p-customer-form .error-message{color:var(--octo-color-semantic-text-systemError);font-size:1.2rem;margin:0}.p-customer-form .form-buttons-panel{display:flex;gap:1rem;align-items:center}.p-customer-form .form-buttons-panel .c-button,.p-customer-form .form-buttons-panel .c-cta{height:3.8rem;box-sizing:border-box}.p-vacations{display:flex;flex-direction:column;gap:1rem;width:100%}.p-vacations .c-table-with-filters,.p-vacations .c-table-with-filters table{width:100%}.p-vacations table td:nth-child(4),.p-vacations table td:nth-child(5),.p-vacations table td:nth-child(6),.p-vacations table td:nth-child(7){text-align:center}.p-vacations table td:nth-child(8){text-align:right}.p-manage-periods{display:flex;flex-direction:column;gap:1.5rem;width:100%}.p-manage-periods .c-table-with-front-filters{width:70%}.p-manage-periods .c-table-with-front-filters table{table-layout:fixed;width:100%}.p-manage-periods .controls{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.p-manage-periods .period-selector{display:flex;flex-direction:row;align-items:center;gap:1.5rem}.p-manage-periods .period-selector label{display:flex;align-items:center;gap:.4rem;cursor:pointer;white-space:nowrap}.p-manage-periods .lock-info{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.p-manage-periods .lock-status{margin:0 0 0 auto;font-weight:600;padding:.4rem .8rem;border-radius:4px}.p-manage-periods .lock-status.is-locked{background-color:#fce4e4;color:#b63628}.p-manage-periods .lock-status.is-unlocked{background-color:#e4f7ea;color:#1b7e44}.p-manage-periods .lock-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.p-manage-periods .lock-buttons .c-button:first-child{width:22rem;justify-content:center;white-space:nowrap}.p-manage-periods .lock-buttons .c-button.primary img.lock-icon{filter:brightness(0) invert(1)}.p-manage-periods .lock-buttons .c-button.primary:hover:not([disabled]) img.lock-icon,.p-manage-periods .lock-buttons .c-button.primary:focus-visible:not([disabled]) img.lock-icon{filter:none}.p-manage-periods .tabs{display:flex;justify-content:flex-start;border-bottom:2px solid #0E2356;gap:0}.p-manage-periods .tab{padding:.85rem 2rem;background-color:#f3f4f7;border:1px solid #CFD3DD;border-bottom:none;color:#0e2356;cursor:pointer;transition:background-color .15s,color .15s;margin-bottom:-2px;border-radius:8px 8px 0 0}.p-manage-periods .tab:hover{background-color:#cfd3dd}.p-manage-periods .tab.is-active{font-weight:700;background-color:#0e2356;color:#fff;border-color:#0e2356}.p-manage-periods .tab:focus-visible{outline:2px solid var(--octo-color-semantic-border-focus);outline-offset:2px}.p-manage-periods .tab-panel{display:flex;justify-content:center;width:100%}.p-project-groups{display:flex;flex-direction:column;gap:1rem;width:-moz-fit-content;width:fit-content;min-width:80rem;margin:0 auto}.p-project-groups .c-table-with-front-filters,.p-project-groups .c-table-with-front-filters table{width:100%}.p-project-groups .c-table-with-front-filters table td:nth-child(3){text-align:right}.p-project-groups td:last-child{text-align:center}.p-project-groups td:last-child a img,.p-project-groups td:last-child .action-button img{width:16px;height:16px}.p-project-groups td:last-child a{margin:0 .25rem}.p-project-groups td:last-child .action-button,.p-project-groups td:last-child .action-disabled{margin:0 .25rem 0 1rem}.p-project-groups td:last-child .action-button{background:none;border:none;padding:0;cursor:pointer}.p-project-groups td:first-child{white-space:pre-line}.p-project-groups tr.has-multiple-customers td:first-child{font-weight:600;color:#b45309}.project-picker{display:flex;flex-direction:row;align-items:center;gap:1.6rem;width:100%;font-family:outfit,sans-serif;font-size:1.4rem;letter-spacing:.05em}.project-picker__label{font-weight:600;font-size:1.4rem}.project-picker__input-wrapper{position:relative;flex:1;display:flex;align-items:center;gap:1rem;padding:0 1.4rem;border:.2rem solid var(--octo-color-semantic-border-main);border-radius:1.25em;background-color:var(--octo-color-semantic-background-default);height:3.8rem;box-sizing:border-box;transition:border-color .2s ease-in-out}.project-picker__input-wrapper:focus-within{border-color:var(--octo-color-semantic-border-focus);outline:none}.project-picker[data-open=true] .project-picker__input-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.project-picker__search-icon{width:1.6rem;height:1.6rem;flex-shrink:0;color:var(--octo-color-semantic-text-default)}.project-picker__chevron{width:1.4rem;height:1.4rem;flex-shrink:0;color:var(--octo-color-semantic-text-default);transition:transform .2s ease-in-out}.project-picker[data-open=true] .project-picker__chevron{transform:rotate(180deg)}.project-picker__input{flex:1;border:none;outline:none;background:transparent;font-family:outfit,sans-serif;font-size:1.4rem;letter-spacing:.05em;color:var(--octo-color-semantic-text-default);min-width:0;padding:0}.project-picker__input::-moz-placeholder{color:var(--octo-color-semantic-text-subtle)}.project-picker__input::placeholder{color:var(--octo-color-semantic-text-subtle)}.project-picker__suggestions{position:absolute;top:calc(100% - .1rem);left:-.2rem;right:-.2rem;background:var(--octo-color-semantic-background-default);border-right:.2rem solid var(--octo-color-semantic-border-main);border-bottom:.2rem solid var(--octo-color-semantic-border-main);border-left:.2rem solid var(--octo-color-semantic-border-main);border-top:none;border-bottom-right-radius:1.25em;border-bottom-left-radius:1.25em;list-style:none;margin:0;padding:1rem 0;z-index:100;max-height:24rem;overflow-y:auto}.project-picker__suggestion{padding:1.1rem 1.6rem;cursor:pointer;font-size:1.4rem}.project-picker__suggestion:hover,.project-picker__suggestion:focus,.project-picker__suggestion--active{background-color:var(--octo-color-semantic-background-subtle)}.p-expenses-reports{padding:2.4rem}.p-expenses-reports .p-expenses-reports__title,.p-expenses-reports .p-expenses-reports__picker{margin-bottom:2.4rem}.p-expenses-reports .p-expenses-reports__loading,.p-expenses-reports .p-expenses-reports__empty{color:var(--octo-color-semantic-text-subtle);font-style:italic;font-size:1.4rem;margin-top:1.6rem}.p-expenses-totals{display:flex;flex-direction:column;gap:1.2rem;background-color:var(--octo-color-semantic-background-subtle);border:.1rem solid var(--octo-color-semantic-border-main);border-radius:1.25em;padding:1.6rem 2.4rem;margin-bottom:2.4rem;max-width:60rem}.p-expenses-totals .p-expenses-totals__project-header{display:flex;flex-direction:column;gap:.4rem;padding-bottom:1.2rem;border-bottom:.1rem solid var(--octo-color-semantic-border-main)}.p-expenses-totals .p-expenses-totals__project-title{font-size:1.4rem;font-weight:400;margin:0}.p-expenses-totals .p-expenses-totals__project-ref{font-weight:700;color:var(--octo-color-semantic-text-default);text-decoration:underline}.p-expenses-totals .p-expenses-totals__project-meta{display:flex;gap:2rem;font-size:1.4rem;color:var(--octo-color-semantic-text-subtle);margin:0}.p-expenses-totals .p-expenses-totals__amounts{display:flex;flex-direction:column;gap:.4rem}.p-expenses-totals .p-expenses-totals__row{display:flex;justify-content:space-between;font-size:1.4rem;gap:4rem}.p-expenses-totals .p-expenses-totals__row--total{font-weight:700}.p-project-group-form{display:flex;flex-direction:column;gap:2rem;width:50rem;margin:0 auto}.p-project-group-form form{display:flex;flex-direction:column;gap:2rem}.p-project-group-form .form-field{display:flex;flex-direction:column;gap:1rem;padding:2rem;background-color:var(--octo-color-primitive-main-50);border-radius:1.25em}.p-project-group-form .form-field label{font-weight:600;font-size:1.4rem}.p-project-group-form .form-field input{font-size:1.4rem}.p-project-group-form #project-group-name-error{color:var(--octo-color-semantic-text-systemError);font-size:1.2rem;margin:0}.p-project-group-form .form-buttons-panel{display:flex;gap:1rem;align-items:center}.p-project-group-form .form-buttons-panel .c-button,.p-project-group-form .form-buttons-panel .c-cta{height:3.8rem;box-sizing:border-box}.p-project-group-show{display:flex;flex-direction:column;gap:2rem;width:110rem;margin:0 auto}.p-project-group-show .page-header{display:flex;flex-direction:column;gap:1rem}.p-project-group-show .page-header>.c-cta{align-self:flex-start;height:3.8rem;box-sizing:border-box}.p-project-group-show .page-header .title-row{display:flex;align-items:center;gap:1.5rem}.p-project-group-show .page-header .title-row h1{margin:0;flex:1}.p-project-group-show .page-header .title-row .c-cta{height:3.8rem;box-sizing:border-box;flex-shrink:0}.p-project-group-show .detail-card{background-color:var(--octo-color-primitive-main-50);border-radius:1.25em;padding:2rem}.p-project-group-show .detail-card dl{display:flex;flex-direction:column;gap:1rem;margin:0}.p-project-group-show .detail-card dl .detail-row{display:flex;gap:1rem;align-items:baseline}.p-project-group-show .detail-card dl .detail-row dt{font-weight:600;font-size:1.4rem;color:var(--octo-color-semantic-text-default);white-space:nowrap}.p-project-group-show .detail-card dl .detail-row dd{margin:0;font-size:1.4rem;color:var(--octo-color-semantic-text-default)}.p-project-group-show .projects-section{display:flex;flex-direction:column;gap:1rem}.p-project-group-show .projects-section td:last-child .action-button img{width:16px;height:16px}.p-project-group-show .projects-section td:last-child .action-button{margin:0 .25rem;background:none;border:none;padding:0;cursor:pointer}.p-project-group-show .projects-section .projects-toolbar{display:flex;align-items:center}.p-project-group-show .projects-section .projects-toolbar .c-cta{height:3.8rem;box-sizing:border-box}.p-project-group-show .projects-section .projects-toolbar .add-project-search{display:flex;align-items:center;gap:1rem;flex:1}.p-project-group-show .projects-section .projects-toolbar .add-project-search>div:first-child{flex:1;max-width:50rem}.p-project-group-show .projects-section .projects-toolbar .add-project-search .c-cta{flex-shrink:0}.p-project-group-show .projects-section .projects-toolbar .add-project-search .add-project-error{color:var(--octo-color-semantic-text-systemError);font-size:1.2rem;margin:0}.p-project-group-show .projects-section .projects-toolbar .project-search__control{border:solid .1rem var(--octo-color-semantic-border-main);border-radius:1.25em;min-height:3.8rem;box-shadow:none;font-family:outfit,sans-serif;font-size:1.4rem}.p-project-group-show .projects-section .projects-toolbar .project-search__control:hover{border-color:var(--octo-color-semantic-border-focus)}.p-project-group-show .projects-section .projects-toolbar .project-search__control--is-focused{border-color:var(--octo-color-semantic-border-focus);outline:2px solid var(--octo-color-semantic-border-focus);outline-offset:2px}.p-project-group-show .projects-section .projects-toolbar .project-search__placeholder{color:#9ca3af}.p-project-group-show .projects-section .projects-toolbar .project-search__menu{border-radius:.75em;font-size:1.4rem;z-index:10}.p-project-group-show .projects-section .projects-toolbar .project-search__option--is-focused{background-color:var(--octo-color-primitive-main-50);color:var(--octo-color-semantic-text-default)}.p-project-group-show .projects-section .projects-toolbar .project-search__option--is-selected{background-color:var(--octo-color-semantic-background-interactiveMain)}.p-project-group-show .projects-section .c-table-with-front-filters,.p-project-group-show .projects-section .c-table-with-front-filters table{width:100%}.p-project-group-show .projects-section a{font-weight:600;color:var(--octo-color-semantic-text-activeDefault);text-decoration:none;transition:color .2s ease-in-out}.p-project-group-show .projects-section a:hover,.p-project-group-show .projects-section a:focus{color:var(--octo-color-semantic-text-activeHover);text-decoration:none}.p-project-group-show .error-message{color:var(--octo-color-semantic-text-systemError);font-size:1.4rem}.p-permanent-activities{display:flex;flex-direction:column;gap:1rem;width:100%}.p-permanent-activities__controls{display:flex;flex-direction:row;align-items:flex-end;gap:2rem;flex-wrap:wrap}.p-permanent-activities__date-pickers{display:flex;flex-direction:row;gap:2rem;flex-wrap:wrap}.p-permanent-activities .c-table-with-front-filters,.p-permanent-activities .c-table-with-front-filters table{width:100%}.p-permanent-activities .c-table-with-front-filters table tbody tr:first-child td:last-child{text-align:right;font-weight:700}.p-permanent-activities .c-table-with-front-filters table td:nth-child(3){text-align:center}.p-permanent-activities .c-table-with-front-filters table td:nth-child(4){text-align:right}.p-permanent-activities a{font-weight:600;color:var(--octo-color-semantic-text-activeDefault);text-decoration:none;transition:color .2s ease-in-out}.p-permanent-activities a:hover,.p-permanent-activities a:focus{color:var(--octo-color-semantic-text-activeHover);text-decoration:none;cursor:pointer}.p-time-input-logs-after-synchronizations{display:flex;flex-direction:column;gap:1rem;width:100%}.p-time-input-logs-after-synchronizations .time-input-logs-month-picker{display:flex;flex-direction:row;align-items:center;gap:.8rem}.p-time-input-logs-after-synchronizations .time-input-logs-month-picker span{font-weight:600;white-space:nowrap}.p-time-input-logs-after-synchronizations .c-table-with-filters,.p-time-input-logs-after-synchronizations .c-table-with-filters table{width:100%}.p-meal-refunds .alert-banner{padding:1.8rem;margin-bottom:2rem;border-radius:4px;font-family:inherit;font-size:1.6rem;line-height:1.5}.p-meal-refunds .alert-error{background-color:var(--octo-color-primitive-red-50);color:var(--octo-color-primitive-red-600)}.p-meal-refunds .alert-warning{border:2px solid var(--octo-color-semantic-border-subtle);border-radius:24px;background-color:var(--octo-color-semantic-background-systemInfoSubtle);margin-top:2rem}.p-meal-refunds .c-table-with-front-filter,.p-meal-refunds .c-table-with-front-filter table{width:100%}.p-meal-refunds .c-table-with-front-filter table td:nth-child(3),.p-meal-refunds .c-table-with-front-filter table td:nth-child(4){text-align:center}.p-meal-refunds .c-table-with-front-filter table td:nth-child(6),.p-meal-refunds .c-table-with-front-filter table td:nth-child(7),.p-meal-refunds .c-table-with-front-filter table td:nth-child(8),.p-meal-refunds .c-table-with-front-filter table td:nth-child(9),.p-meal-refunds .c-table-with-front-filter table td:nth-child(10),.p-meal-refunds .c-table-with-front-filter table td:nth-child(11),.p-meal-refunds .c-table-with-front-filter table td:nth-child(12),.p-meal-refunds .c-table-with-front-filter table td:nth-child(13){text-align:right}.p-project-expenses{display:flex;flex-direction:column;gap:1rem;width:100%;margin:0 auto}.p-project-expenses .p-project-expenses__period-picker{display:flex;gap:1rem;align-items:center}.p-project-expenses .p-project-expenses__period-picker .period-picker{display:flex;flex-direction:row;align-items:center;gap:.8rem}.p-project-expenses .p-project-expenses__period-picker .period-picker .c-input-date-month .container{display:flex;align-items:center;gap:1rem}.p-project-expenses .p-project-expenses__period-picker .period-picker .c-input-date-month .container .input-date-month-content{margin-top:0;width:20rem}.p-project-expenses .c-table-with-front-filters,.p-project-expenses .c-table-with-front-filters table{width:100%}.p-project-expenses .po-remaining-negative{color:#c0392b;font-weight:600}.p-project-expenses .p-project-expenses__table-wrapper{overflow-x:auto}.p-project-expenses .bill-input-wrapper{display:flex;align-items:center;gap:4px;width:100%}.p-project-expenses .bill-input{flex:1;min-width:0;border:1px solid #ccc;border-radius:3px;padding:4px;font-size:1.3rem;text-align:right;background:#fff;box-sizing:border-box}.p-project-expenses .bill-input:focus{outline:2px solid #1565c0;border-color:#1565c0}.p-project-expenses .bill-input:hover:not(:focus){border-color:#999}.p-project-expenses .bill-input--comment{text-align:left}.p-project-expenses .bill-currency{font-size:.8rem;color:#555;flex-shrink:0}.p-project-expenses .bill-actions{display:flex;align-items:center;justify-content:space-between;padding:0 6px}.p-project-expenses .comment-popover-wrapper{flex-shrink:0;position:relative;display:flex;align-items:center}.p-project-expenses .comment-popover-btn{width:26px;height:26px;border-radius:50%;border:2px solid #bbb;background:transparent;color:#bbb;font-size:1rem;font-weight:700;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center}.p-project-expenses .comment-popover-btn:hover,.p-project-expenses .comment-popover-btn:focus-visible{border-color:#1565c0;color:#1565c0;outline:none}.p-project-expenses .comment-popover-btn--has-content{border-color:#f0b429;color:#f0b429;background:#fffbe6}.p-project-expenses .comment-popover-btn--has-content:hover,.p-project-expenses .comment-popover-btn--has-content:focus-visible{border-color:#d69e2e;color:#d69e2e}.p-project-expenses .comment-popover{position:fixed;z-index:1000;background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 16px #00000026;padding:8px;min-width:360px;max-width:520px}.p-project-expenses .comment-popover:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);border-width:0 6px 6px;border-style:solid;border-color:transparent transparent #ccc}.p-project-expenses .comment-popover__textarea{width:100%;resize:vertical;border:1px solid #d0d0d0;border-radius:4px;padding:6px 8px;font-size:1.3rem;font-family:inherit;line-height:1.4;background:#fff;box-sizing:border-box}.p-project-expenses .comment-popover__textarea:focus{outline:2px solid #1565c0;border-color:#1565c0}.p-project-expenses .btn-to-review{display:inline-block;padding:3px 10px;border-radius:20px;border:none;cursor:pointer;font-size:.78rem;font-weight:500;white-space:nowrap;line-height:1.4;min-width:72px;text-align:center;background:#e74c3c;color:#fff}.p-project-expenses .btn-to-review:focus-visible{outline:2px solid #c0392b;outline-offset:2px}.p-project-expenses .btn-to-review:hover{opacity:.85}.p-project-expenses .btn-to-review--verified{background:#27ae60;color:#fff}.p-project-expenses .form-link{display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;color:#2c3e96;text-decoration:none}.p-project-expenses .form-link:hover{color:#1565c0}.p-project-expenses .form-link:focus-visible{outline:2px solid #1565c0;outline-offset:2px;border-radius:2px}.p-project-expenses .form-send-btn{background:none;border:none;padding:0;cursor:pointer}.p-project-expenses .form-link--sent{color:#27ae60}.synchronization{--sync-primary: var(--octo-color-semantic-background-interactiveMain);--sync-primary-text: var(--octo-color-semantic-text-default);--sync-bg-subtle: var(--octo-color-semantic-background-subtle);--sync-bg-default: var(--octo-color-semantic-background-default);--sync-border-subtle: var(--octo-color-semantic-border-subtle);--sync-border-accent: var(--octo-color-primitive-accent-500);--sync-bg-info: var(--octo-color-semantic-background-systemInfoSubtle);--sync-text-inverted: var(--octo-color-semantic-text-inverted);display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:center;padding:2.4rem;color:var(--sync-primary);font-family:Outfit,sans-serif}.synchronization>.controls{flex:1;max-width:-moz-min-content;max-width:min-content}.synchronization>.errors,.synchronization>.rocket{flex:1;min-width:-moz-fit-content;min-width:fit-content;max-width:50rem;margin-top:5.4rem;margin-left:5.4rem}.controls>.header{margin-bottom:3.2rem}.controls>.header h1{font-size:3rem}.controls>.header .subtitle{margin-top:1.6rem;font-size:1.8rem;line-height:normal;color:var(--sync-primary-text)}.controls>.header .access-denied{margin-top:1.6rem;font-size:1.6rem;color:var(--sync-primary)}.in-progress-alert{display:flex;align-items:center;justify-content:flex-start;gap:1.2rem;margin-top:2.4rem;margin-bottom:2.4rem;padding:1.2rem;border:.1rem solid var(--sync-border-accent);border-radius:1.5rem;background-color:var(--sync-bg-info)}.in-progress-alert .img-circle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:3.48rem;height:3.48rem;border:.1rem solid var(--sync-primary);background-color:var(--sync-bg-default)}.in-progress-alert p{flex:1;margin:0;color:var(--sync-primary);font-weight:700}.in-progress-alert .close-btn{flex-shrink:0;margin-left:auto}.in-progress-alert .close-btn img{width:1.2rem}.controls>.progression{margin-bottom:2.4rem}.controls>.progression .progression-title{font-size:1.6rem;margin-bottom:.8rem}.controls>.progression .progression-bar{position:relative;overflow:hidden;box-sizing:border-box;height:1.6rem;border-radius:.6rem}.controls>.progression .progression-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:.1rem solid var(--sync-primary);border-radius:.6rem}.controls>.progression .progression-bar:after{content:"";position:absolute;top:0;right:calc((1 - var(--progression-pct, 0)) * 100%);bottom:0;left:0;border-radius:.6rem;background-image:url(/assets/progression.svg);background-clip:border-box;background-repeat:repeat-x;transition:right .2s ease-in-out;animation:translation .25s linear infinite}.controls>.progression.full .progression-bar:after{background-image:url(/assets/progressionFull.svg);animation:none}@keyframes translation{0%{background-position-x:0}to{background-position-x:18px}}.controls>.cards{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:stretch}.controls>.cards>.cards-actions{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between}.sync-card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:30rem;margin-top:2rem;padding:2.8rem;border:solid .1rem var(--sync-border-subtle);border-radius:1rem;background-color:var(--sync-bg-subtle)}.sync-card:not(:last-child){margin-right:2rem}.sync-card.sync-card-link{flex-direction:row;width:auto;height:10rem}.sync-card .card-header{display:flex;align-items:center;width:100%;font-weight:700}.sync-card.sync-card-link .card-header{margin:2rem}.sync-card .card-header img{margin-right:1.6rem}.sync-card.sync-card-link .card-header img{margin-right:3.1rem}.sync-card .infos-header{display:flex;flex-direction:column;font-size:1.6rem}.sync-card.sync-card-link .infos-header{width:25rem}.sync-card .updater-info{display:flex;flex-direction:column;margin-top:1rem;font-size:1.2rem;font-weight:400}.button-link.gray{display:flex;align-items:center;justify-content:center;width:70%;height:4rem;padding:0 5rem;border:1px solid var(--sync-primary);border-radius:2.1rem;background-color:var(--sync-bg-subtle);color:var(--sync-primary);font-weight:400;font-size:1.7rem;text-decoration:none}.button-link.gray img{margin-left:1.6rem}.button-link.gray:hover{background-color:var(--sync-primary);color:var(--sync-text-inverted)}.errors-panel{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;align-self:flex-start;padding:3.2rem;border-radius:1.5rem;background-color:var(--sync-primary);color:var(--sync-text-inverted)}.errors-panel>.title{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;height:4rem;margin-bottom:2.4rem;padding-bottom:.5rem;border-bottom:.1rem solid var(--sync-text-inverted);font-weight:600;font-size:1.8rem}.errors-panel>.title>.warning{display:inline-block;width:2.4rem;height:2.4rem;margin-right:.8rem;background-image:url(/assets/warningFull.svg);background-size:contain;background-repeat:no-repeat}.errors-panel>.list{position:relative;flex-grow:1}.errors-panel>.list>.list-scroll{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto}.errors-panel>.list>.list-scroll>.error{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;padding:.8rem 1.6rem;border-radius:.8rem;background-color:var(--sync-bg-default);color:var(--sync-primary)}.errors-panel>.list>.list-scroll>.error:not(:last-child){margin-bottom:1.6rem}.error>.error-person{flex-shrink:0}.error>.error-person>.error-person-name{font-weight:600;font-size:1.6rem}.error>.error-person>.error-person-link{display:flex;flex-flow:row wrap;align-items:center;color:inherit;text-decoration:none}.error-person-link-nickname{font-size:1.2rem;text-decoration:underline;text-underline-offset:.4rem}.error-person-link-icon{display:inline-block;width:1.6rem;height:1.8rem;background-color:currentColor;-webkit-mask-image:url(/assets/navigationLienExterne.svg);mask-image:url(/assets/navigationLienExterne.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.error>.error-status{margin-left:2rem;font-size:1.4rem;text-align:right}
