.employee-calendar-overview{padding:8px 10px;height:100%}.employee-calendar-overview__period{display:flex;align-items:center;flex-wrap:wrap;height:56px;width:100%;background-color:var(--ap-main-color);color:#fff;padding:0 8px;margin-top:8px}.employee-calendar-overview__quarter-number{padding-bottom:10px;border-bottom:1px dashed var(--ap-secondary-color);backface-visibility:hidden}.employee-calendar-overview__quarter-wrapper{display:flex;flex-direction:column;gap:24px;padding:8px 16px;overflow-y:auto;margin-top:12px;height:calc(100% - 120px)}.employee-calendar-overview .crm-calendar__day-wrapper.weekend{color:red;background-color:var(--ap-content-background-color)}.employee-calendar-overview .crm-calendar__day-wrapper.range,.employee-calendar-overview .crm-calendar__day-wrapper.selected{background-color:var(--ap-main-color)!important}.employee-calendar-details{height:100%;padding-bottom:16px;border:1px solid transparent}.employee-calendar-details__header{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin:24px 10px;border-bottom:1px solid var(--ap-icon-color);padding-bottom:10px}.employee-calendar-details__table{display:flex;flex-direction:column;margin:0 8px 0 16px;min-width:460px;height:calc(100% - 113px)}.employee-calendar-details__table-cell{text-align:left;border-right:1px solid var(--ap-borders-color);color:var(--ap-link-color);padding:8px 10px;position:relative}.employee-calendar-details__table-cell:last-child{border-right:none}.employee-calendar-details__header-row,.employee-calendar-details__table-row{min-width:460px;display:grid;grid-template-columns:minmax(145px,220px) minmax(112px,150px) minmax(112px,100%) minmax(112px,100%);border:1px solid var(--ap-borders-color)}.employee-calendar-details__table-row{border-bottom:none;background-color:var(--ap-content-background-color)}.employee-calendar-details__table-row:hover .employee-calendar-details__icon{opacity:1;position:relative;right:0}.employee-calendar-details__table-row:first-child{border-top:none}.employee-calendar-details__table-row:last-child{border-bottom:1px solid var(--ap-borders-color)}.employee-calendar-details__table-row .employee-calendar-details__table-cell:first-child{min-width:145px;max-width:220px;width:auto}.employee-calendar-details__table-row .employee-calendar-details__table-cell:nth-child(2){padding:0 10px;min-width:112px;max-width:150px;width:auto}.employee-calendar-details__table-row .employee-calendar-details__table-cell:nth-child(3){min-width:112px}.employee-calendar-details__table-row .employee-calendar-details__table-cell:nth-child(4){padding:0 10px;min-width:112px}.employee-calendar-details__header-row{background-color:var(--ap-disabled-selected-background-color);margin-right:15px}.employee-calendar-details__subtables-wrapper{margin-right:15px;overflow-y:auto}.employee-calendar-details__icon{transition:opacity 0.2s;opacity:0;position:absolute;right:10px}.employee-calendar{width:100%;height:100%;position:relative}.employee-calendar,.profile-calendar{background:var(--ap-page-layout-background)}