$tf-theme-color: #ED1C24;

// TwoFas Trusted Devices
$tf-trusted-devices-help-link-color: #282c32;
$tf-trusted-devices-th-background: #e8e8e8;
$tf-trusted-devices-th-color: #282c32;
$tf-trusted-devices-table-border: #e8e8e8;
$tf-trusted-devices-hour-color: #9fa3ab;
$tf-trusted-devices-remove-link-color: #ff2b23;

// TwoFas Tooltip
$tf-tooltip-background: #282c32;
$tf-tooltip-color: #fff;

// TwoFas Toast
$tf-toast-background: #333;
$tf-toast-shadow: rgba(0, 0, 0, .2);
$tf-toast-color: #fff;
$tf-toast-background-success: #66bb6a;
$tf-toast-background-error: #ef5350;
$tf-toast-background-warning: #ffca28;

// TwoFas Rate Plugin Prompt
$tf-rate-plugin-prompt-background: #fff;
$tf-rate-plugin-prompt-color: lighten(#333, 5%);
$tf-rate-plugin-prompt-shadow: rgba(0, 0, 0, .3);

// TwoFas View Renderer Error
$tf-view-renderer-background: #fff;
$tf-view-renderer-border: #dc3232;
$tf-view-renderer-shadow: rgba(0, 0, 0, .1);

//TwoFas Login Form
$login-nav-message-color: #72777c;

// TwoFas RWD Breakpoints
$screen-xs:         576px;
$screen-xs-min:     $screen-xs;
$screen-phone:      $screen-xs-min;

$screen-sm:         768px;
$screen-sm-min:     $screen-sm;
$screen-tablet:     $screen-sm-min;

$screen-md:         992px;
$screen-md-min:     $screen-md;
$screen-desktop:    $screen-md-min;

$screen-lg:         1200px;
$screen-lg-min:     $screen-lg;
$screen-lg-desktop: $screen-lg-min;

$screen-xs-max:     ($screen-sm-min - 1);
$screen-sm-max:     ($screen-md-min - 1);
$screen-md-max:     ($screen-lg-min - 1);

$twofas-light-border-color: #d9d9d9;
$twofas-light-qr-code-size: 200px;
$twofas-light-gray: #292d31;

// Printable offline codes
$backup-codes-list-bullet-color: #ff0000;
$backup-codes-list-text-color: #000;
