#system-locked {
    display: flex;
    transition: 2s;
    user-select: none;
}

#system-locked:hover {
    /*transform: scale(1.13);*/
    transition: 900ms;
}

#system-locked-image {
    transition: 2s;
    padding: 0.89em;
}

#system-locked-image:hover {
    /*transform: scale(1.61);*/
    transition: 900ms;
}

#system-locked-image #border-field,
#system-locked-image #exclamation-mark {
    display: inline;
}

#system-locked-image #border-field #border-field-path {
    fill: #1a1a1a;
    stroke-width: 0.264583;
}

#system-locked-image #danger-field-path {
    fill: #ffcc00;
    stroke-width: 0.264583;
}

#system-locked-image #exclamation-mark #exclamation-mark-g {
    font-weight: bold;
    font-size: 180.32px;
    font-family: "DejaVu Sans", sans-serif;
    fill: #1a1a1a;
    stroke-width: 0.24589
}

#system-locked-message {
    font-size: 2.33em;
    font-weight: bold;
    text-align: center;
    padding: 1.44em 0.55em 1.44em 0.55em;
}