.header {
    width: 100%;
    height: 60px;
}

.tableActive td {
    padding: 10px 15px;
    border: 2px solid #606580;
    /* background: #FFF; */
    background-color: #272A38;
    /* color: var(--gray1, rgba(0, 44, 68, 0.8)); */
    color: #D7E2F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    white-space: nowrap;
    max-width: 300px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.align0 {
    text-align: left;
}

.align1 {
    text-align: center;
}

.align2 {
    text-align: right;
}

.tableActive th {
    color: #D7E2F2;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
}

th {
    border: 0;
    border-collapse: collapse;
    height: 40px;
}

.forTable th {
    border: none;
    padding: 0px 15px;
    white-space: nowrap;
    text-align: left;
    /* color: rgba(0, 44, 68, 0.70); */
    color: #D7E2F2;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
}

.createDocumentBtn {
    padding: 5px 15px 5px 15px;
    font-size: 12px;
    border-radius: 3px;
    border: 2px solid #D7E2F2;
    /* background: #F6F8FA; */
    background-color: #272A38;
    color: var(--accent, #D7E2F2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    height: 35px;
}

.UpdateDocBtn {
    padding: 5px 15px 5px 15px;
    font-size: 12px;
    border-radius: 3px;
    border: 2px solid #D7E2F2;
    background-color: #272A38;
    color: var(--accent, #D7E2F2);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    margin-left: 30px;
    height: 35px;
}

.delDocBtn {
    padding: 5px 15px 10px 5px;
    font-size: 12px;
    border-radius: 3px;
    border: 2px solid var(--accent, #E72525);
    background: #F6F8FA;
    color: var(--accent, #E72525);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    top: 38px;
    left: 31.6vw;
    width: 225px;
    height: 35px;
}

.headerWrapp {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding: 15px;
    width: 84%;
    height: 100%;
}

.searchDocBtn {
    padding: 5px 15px 5px 15px;
    font-size: 12px;
    border-radius: 3px;
    border: 2px solid #D7E2F2;
    background: #272A38;
    color: var(--accent, #D7E2F2);
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    height: 35px;
    margin-left: auto;
}