.icon {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    width: 1.2em;
}

.icon:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pwd .icon:before {
    content: '\f06e';
}

.icon.new-record:before {
    content: '\f067'
}

.icon.import:before {
    content: '\f093'
}

.icon.confirm-event:before {
    content: '\f274'
}

.icon.manager-user:before {
    content: '\f509'
}

.icon.administrator-user:before {
    content: '\f6a4'
}

.icon.back:before {
    content: '\f0d9'
}

.pwd .icon {
    margin-left: 0.5em;
}
/*
    ======================================================================================================================================================
*/
div.pwd .icon.pwd-show:before {
    padding: 0.5em;
    cursor: pointer;
}
