<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nx-body .button-action {
    background-color: #68c364;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68c364), color-stop(50%, #39ba2f), color-stop(50%, #1eb117), color-stop(100%, #1eb92a));
    background-image: -webkit-linear-gradient(top, #68c364 0%, #39ba2f 50%, #1eb117 50%, #1eb92a 100%);
    background-image: -moz-linear-gradient(top, #68c364 0%, #39ba2f 50%, #1eb117 50%, #1eb92a 100%);
    background-image: -ms-linear-gradient(top, #68c364 0%, #39ba2f 50%, #1eb117 50%, #1eb92a 100%);
    background-image: -o-linear-gradient(top, #68c364 0%, #39ba2f 50%, #1eb117 50%, #1eb92a 100%);
    background-image: linear-gradient(top, #68c364 0%, #39ba2f 50%, #1eb117 50%, #1eb92a 100%);
    border-top: 1px solid #1fcc23;
    border-right: 1px solid #21b31b;
    border-bottom: 1px solid #189917;
    border-left: 1px solid #21b31b;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 255, 91, 0.8);
    -moz-box-shadow: inset 0 0 2px 0 rgba(57, 255, 91, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(57, 255, 91, 0.8);
    color: #fff;
    text-shadow: 0 -1px 1px #1eb117;
}

    .nx-body .button-action:hover,
    .nx-body .button-action:focus {
        background-color: #4ebe4d;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ebe4d), color-stop(50%, #1db229), color-stop(50%, #05a512), color-stop(100%, #0bad14));
        background-image: -webkit-linear-gradient(top, #4ebe4d 0%, #1db229 50%, #05a512 50%, #0bad14 100%);
        background-image: -moz-linear-gradient(top, #4ebe4d 0%, #1db229 50%, #05a512 50%, #0bad14 100%);
        background-image: -ms-linear-gradient(top, #4ebe4d 0%, #1db229 50%, #05a512 50%, #0bad14 100%);
        background-image: -o-linear-gradient(top, #4ebe4d 0%, #1db229 50%, #05a512 50%, #0bad14 100%);
        background-image: linear-gradient(top, #4ebe4d 0%, #1db229 50%, #05a512 50%, #0bad14 100%);
        color: #fff;
    }

    .nx-body .button-action:active {
        border-top: 1px solid #21b31b;
        border-right: 1px solid #189917;
        border-bottom: 1px solid #138019;
        border-left: 1px solid #189917;
        -webkit-box-shadow: inset 0 0 5px 2px #1aa029, 0 1px 0 #eeeeee;
        -moz-box-shadow: inset 0 0 5px 2px #1aa029, 0 1px 0 #eeeeee;
        box-shadow: inset 0 0 5px 2px #1aa029, 0 1px 0 #eeeeee;
    }
</pre></body></html>