.datasetLock {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
}

.fieldLock:not(.hidden) {
    display: block !important;
    width: 100%;
}

.lockButton:before {
    content: "\f023";
}