﻿.avatar-upload {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

    .avatar-upload img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

.form-table {
    width: 100%;
    border-collapse: collapse;
}

    .form-table th,
    .form-table td {
        padding: 12px;
        border-bottom: 1px solid #ddd;
    }

    .form-table th {
        background-color: #f2f2f2;
    }

    .form-table tbody tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

    .form-table tbody tr:nth-child(even) {
        background-color: #e6e6e6;
    }

    .form-table tbody tr:hover {
        background-color: #f5f5f5;
    }
#workflowBox {
    width:100px;
    cursor:pointer;
    text-align:center;
}
    #workflowBox img {
        width: 50px;
    }