.firmware-button--confirm {
    background-color: #1a73e8;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}

.firmware-button--confirm:hover,
.firmware-button--confirm:focus {
    background-color: #4285f4 !important;
    box-shadow: none !important;
}

.firmware-button--cancel {
    background-color: #ffff;
    color: #000;
    border: 1px solid #d4d4d4;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}

.firmware-button--cancel:hover,
.firmware-button--confirm:focus {
    box-shadow: none !important;
}