.item[data-v-38eb07c5] {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 100%
}

.item svg[data-v-38eb07c5] {
    width: 15px;
    height: 15px;
    fill: #737373;
    transition: opacity .3s, transform .3s
}

.arrow-hidden[data-v-38eb07c5] {
    opacity: 0
}

.item:hover .arrow-hidden[data-v-38eb07c5] {
    opacity: 1
}

.arrow-asc[data-v-38eb07c5] {
    transform: rotate(0);
    opacity: 1
}

.arrow-desc[data-v-38eb07c5] {
    transform: rotate(180deg);
    opacity: 1
}

.entries-container[data-v-628023bd] {
    display: grid;
    grid-template-columns: repeat(7, 1fr) .5fr;
    align-items: center;
    height: 50px;
    color: #6d6d6d;
    font-size: 12px;
    font-weight: 400;
    padding: 0 50px;
    /* background-color: #f2f8ff */
    background-color: #343434;
}

.entries-container>div[data-v-628023bd] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.name[data-v-628023bd] {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer
}

.name svg[data-v-628023bd] {
    width: 15px;
    height: 15px;
    fill: #737373;
    transition: opacity .3s, transform .3s
}

.role[data-v-628023bd] {
    display: flex;
    align-items: center
}

.arrow-hidden[data-v-628023bd] {
    opacity: 0
}

.name:hover .arrow-hidden[data-v-628023bd] {
    opacity: 1;
    transform: rotate(180deg)
}

.arrow-asc[data-v-628023bd] {
    transform: rotate(0);
    opacity: 1
}

.arrow-desc[data-v-628023bd] {
    transform: rotate(180deg);
    opacity: 1
}

.duration[data-v-628023bd] {
    text-align: center;
    cursor: pointer
}

.duration svg[data-v-628023bd] {
    width: 15px;
    height: 15px;
    fill: #737373
}

.buttons[data-v-628023bd] {
    display: flex;
    justify-content: flex-end
}

.accordion[data-v-d47af224] {
    overflow: hidden;
    height: 30px;
    transition: .3s
}

.button[data-v-d47af224] {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    background-color: #fff;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    gap: 15px;
    cursor: pointer
}

.button .left[data-v-d47af224] {
    align-items: center;
    display: flex
}

.button .right[data-v-d47af224] {
    color: #379cd6;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.button[data-v-d47af224]:last-child {
    border-bottom: none
}

.button[data-v-d47af224]:first-child {
    border-top: 1px solid #dadada
}

.button.active svg[data-v-d47af224] {
    transform: rotate(270deg)
}

.button svg[data-v-d47af224] {
    fill: #404040;
    transform: rotate(90deg)
}

.entries-container[data-v-d47af224] {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(7, 1fr) .5fr;
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 50px;
    position: relative
}

.entries-container .created-manually[data-v-d47af224] {
    position: absolute;
    left: 10px;
    top: calc(50% - 16px);
    font-size: 12px;
    font-weight: 600;
    line-height: 1
}

.entries-container .active[data-v-d47af224] {
    color: #46a657
}

.entries-container .yellow[data-v-d47af224] {
    color: #ffc400
}

.entries-container .red[data-v-d47af224] {
    color: #ff1515
}

.entries-container[data-v-d47af224]:last-child {
    border-bottom: none
}

.entries-container div[data-v-d47af224] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.entries-container .name.pto[data-v-d47af224] {
    background-color: #379cd6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    width: fit-content;
    padding: 4px 3.5px
}

.entries-container .name.manually[data-v-d47af224] {
    background-color: #ffae0014;
    border-radius: 50%;
    border: 1px solid #ffae00;
    color: #ffae00;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.buttons[data-v-d47af224] {
    min-width: 55px;
    display: flex;
    gap: 7px;
    margin-left: 10px;
    justify-content: flex-end;
    cursor: pointer
}

.buttons .action[data-v-d47af224] {
    min-width: 24px;
    min-height: 24px
}

.buttons svg[data-v-d47af224] {
    fill: #666;
    width: 20px;
    height: 20px
}

.el-tooltip__popper.notes-tooltip-popper[data-v-d47af224] {
    max-width: 300px
}

.time-entries-list[data-v-259227cb] {
    border-bottom: 1px solid #dadada
}