.logout-button {
    background-color: #d6eff6;
    color: black;
    border: 3px solid #d6eff6;
}

.logout-button:hover {
    background-color: white;
    color: black;
    border: 3px solid #d6eff6;
}

.page-id-1258 form {
    margin-top: 50px;
}

.page-id-1258 form input {
    margin-bottom: 20px;
}

.page-id-1258 table {
    border-radius: 10px;
    margin-bottom: 80px;
}
.page-id-1258 table tbody td {
    padding: 0;
}

.page-id-1258 table td form {
    margin: 0;
    text-align: center;
}

.page-id-1258 table td form button {
    background-color: transparent;
    color: #046bd2;
    box-shadow: none;
    transition: ease-out .2s;
}
.page-id-1258 table td form button:hover {
    background-color: #0258aa;
    color: #ffffff;
    transition: ease-in .1s;
}

.page-id-1258 #newUserForm form input {
    border-radius: 4px;
    border: 1px solid #D1D5DB;
}

.page-id-1258 #fileList {
    list-style-type: none;
    padding: 0;
}
.page-id-1258 .file-item {
    margin-bottom: 20px;
}

.updated {
    background-color: #67c290;
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

.error {
    background-color: #fa7779;
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

.error p {
    margin: 0;
}

.updated p {
    margin: 0;
}

.user-management-table tr td {
    text-align: center;
}

.users-table {
    margin-top: 30px;
}
.custom-login-form-wrapper {
    position: relative;
}
.lost-password {
    position: absolute;
    bottom: -6px;
    right: 0;
}

#lostpasswordform fieldset, #lostpasswordform fieldset legend {
    padding: 0 !important;
    border: none;
}

.projectList-item {
    position: relative;
    min-height: 40px;
    padding: 0 10px !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #3ebd99 40%, #33ade1 100%);
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    color: white;            
}

.remove-icon {
    margin-left:10px;
    margin-right: -40px;
    cursor: pointer;
}