/* Face Check API Dashboard Styles */

.profacefinder-customer-dashboard {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.profacefinder-customer-dashboard .button {
    transition: background-color 0.2s;
}

.profacefinder-customer-dashboard .button:hover {
    opacity: 0.9;
}

