.table{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.table-header{
    color: white;
}

.table-header > th{
    background-color:#7918a4;
    padding-right: 65px;
}
.table-header-buttons > th{
    background-color: transparent;
    padding-right: 65px;
}
.table-header-buttons > th:last-child{
    background-color: transparent;
    padding-right: 0px;
}

.table-header > th:first-child{
    padding-left: 40px;
}

.table-row{
    background-color:white;
    margin-bottom: 5px;
}
.table-row > td:first-child {
    padding-left: 40px;
}

.table-filters{
    height: 50px;
    display: flex;
    justify-content: space-around;
    color: #7918a4;
    width: 800px;
}

.title{
    display: flex;
    justify-content: center;
    padding: 50px;
    flex-direction: column;
    align-items: center;
}
.title-project > h5{
    text-align: center;
}

.table-client-name{
    text-decoration: none;
    cursor:pointer;
    color: #3f1551;
}

.table-client-name:hover{
    text-decoration: none;
    cursor:pointer;
    color: #3f1551;
}
.table-icon > i:hover{
    color: #000000;
    cursor: pointer;
}

.create-client{
    margin-right: 20px;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #edc6ff;
    border-radius: 20px;
    color: #7918a4;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
}
.create-client:hover{
    background-color: #991fd0;
    color: #fff;
}

.search-input{
    background-color: #edc6ff;
    border-radius: 30px;
    box-shadow: none;
    padding: 2px 10px;
    text-decoration: none;
    border: none;
    outline: none;
    font-family:Arial, FontAwesome
}
table{
    border-collapse:separate;
    border-spacing:0 6px;
    min-width: 800px;

}

.table-icon{
    text-decoration:none;
    color: #3f1551;
}

.table-icon:hover{
    text-decoration:none;
    color: #3f1551;
}

.green-color{
    color:#00cd00;
    cursor: default;
}
.purple-color{
    color:#7918a4;
}

.title-in-row{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
