@charset "UTF-8";

/*!
 * IFawake v5.0.2 (https://ifawake.com/)
 * Copyright 2011-2021 The Ifawake Authors
 */
:root {
    --if-color-primary: #0073b1;
    --if-color-secondary: #fc5778;
    --if-text-dark: #212121;
    --if-text-medium: #616161;
    --if-text-light: #9e9e9e;
    --if-text-info: #00b0f4;
    --if-text-success: #11b76b;
    --if-text-warning: #ffa100;
    --if-text-danger: #fa4362;
    --if-bg-info: #e5f3ff;
    --if-bg-warning: #e6f6ed;
    --if-bg-danger: #ffe6ec;
    --if-bg-dark: #263238;
    --if-bg-light: #f5f6f7;
    --if-border-color: #dddedf;
    --if-tooltip-bg: #23282d;
    --if-tooltip-text: #eaecef;


    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0073b1;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}