#entryRequestForm {
  
    & .export-pdf-button {
        position: absolute;
        top: -35px;
        right: 0px;
    }

    & .employees-button {
        position: absolute;
        top: -60px;
        right: 0px;
    }

      & label:has(> input#vn_off:checked) {
        color: #d00 !important;
        font-weight: bold !important;
        text-decoration: underline;
        text-decoration-thickness: 2px;

        & input#vn_off {
            accent-color: #d00 !important;
        }
    }

    & label:has(> input#vztpo_off:checked) {
        color: blue !important;
        font-weight: bold !important;
        text-decoration: underline;
        text-decoration-thickness: 2px;
    }
    & input#vztpo_off {
        accent-color: blue !important;
    }
}

#confirmModalBozp {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    & label { 
      margin-bottom: 0;
      font-size: 13px; 
    }

    & a {
        text-decoration: underline;
    }

    & input {
        width: auto;
        margin-top: 0;
        margin-left: 20px;
    }
}

.status-pending,
.status-for_approval,
.status-approval {
    background: #f0ad4e;
}

.status-approved {
    background: #5cb85c;
}

.status-returned {
    background: #d9534f;
}

.status-finished {
    background: #777;
}

.notification-badge {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;

    &.status-returned {
        top: 34px;
        right: 10px;
    }
}
