.Requests-page {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}
.filterRequestsBar {
    width: 100%;
    height: 15%;
    display: flex;
    padding: 15px;
}
.filterRequestsBar_container {
    height: 100%;
    width: 20%;
    justify-content: flex-start;
    align-items: center;
}
.RequestsInfo {
    height: 85%;
    width: 100%;
    overflow-x: hidden;
}
.requests-table th:nth-child(1),
.requests-table td:nth-child(1) {
    width: 15%;
}

.requests-table th:nth-child(2),
.requests-table td:nth-child(2) {
    width: 10%;
}

.requests-table th:nth-child(3),
.requests-table td:nth-child(3) {
    width: 20%;
}

.requests-table th:nth-child(4),
.requests-table td:nth-child(4) {
    width: 10%;
}

.requests-table th:nth-child(5),
.requests-table td:nth-child(5) {
    width: 10%;
}

.requests-table th:nth-child(6),
.requests-table td:nth-child(6) {
    width: 35%;
}

.requests-action-btn {
    width: 150px; 
    margin-right: 10px; 
}