.goal{width:18rem;height:22rem;border-radius:5px;box-shadow:#0000003d 0 3px 8px;margin-bottom:12px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.goal.disabled{cursor:default}.goal-icon{position:relative;height:75px;width:75px;border-radius:50px;margin:0 auto 30px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 8px;background:var(--v-primary-base);color:#2f2bd577}.goal-icon:before,.goal-icon:after{content:"";position:absolute;border-bottom:52px solid;border-left:30px solid transparent;border-right:30px solid transparent;top:52px;left:-7px;transform:rotate(-140deg);border-bottom-color:var(--v-primary-base)}.goal-icon:after{left:auto;right:-7px;transform:rotate(140deg)}.goal-icon-wrapper{position:relative;z-index:1;border-radius:50%;height:3rem;width:3rem;display:flex;justify-content:center;align-items:center;font-size:2em;background-color:var(--v-primary-lighten1);color:var(--v-primary-lighten5)}.disabled .goal-icon{background:#9e9e9e;color:#75757577}.disabled .goal-icon:before,.disabled .goal-icon:after{border-bottom-color:#9e9e9e}.disabled .goal-icon-wrapper{background-color:#bdbdbd;color:#fafafa}.completed .goal-icon{background:#4caf50;color:#43a04777}.completed .goal-icon:before,.completed .goal-icon:after{border-bottom-color:#4caf50}.completed .goal-icon-wrapper{background-color:#66bb6a;color:#e8f5e9}.failed .goal-icon{background:#f44336;color:#e5393577}.failed .goal-icon:before,.failed .goal-icon:after{border-bottom-color:#f44336}.failed .goal-icon-wrapper{background-color:#ef5350;color:#ffebee}.wdg-staff-points .v-card__text{max-height:300px;overflow-y:scroll}.wdg-staff-points .week-range{font-weight:700;font-size:1rem}.wdg-staff-points .vacations-headers{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.wdg-staff-points .employee-row{display:flex;align-items:center;height:30px;border-bottom:solid 1px lightgray}.wdg-staff-points .header-points-row{position:sticky;top:0;background-color:#fff;z-index:1;padding:10px;font-weight:600}.wdg-staff-points .employee-row .employee-name{width:20%}.wdg-staff-points .employee-row .vacations-columns{display:flex;flex-wrap:nowrap;flex:1;gap:5px}.wdg-staff-points .employee-row .vacation-column{flex:1;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 960px){.wdg-staff-points .employee-row .vacation-column{flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center}}
